.hp-hero{position:relative;overflow:visible;border-radius:var(--radius-xl);background:linear-gradient(135deg,var(--gradient-start, #FFF9EE),var(--gradient-end, #fff5e0));padding:0;margin:.5rem auto .75rem;z-index:50}.hp-hero__inner{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.25rem;position:relative;z-index:2}.hp-hero__shape{position:absolute;border-radius:60% 40% 30% 70%/60% 30% 70% 40%;pointer-events:none;z-index:1}.hp-hero__shape--1{top:1.5rem;left:1.5rem;width:4rem;height:4rem;background:rgba(var(--brand-primary-rgb),.2);animation:hp-pulse 3s ease-in-out infinite}.hp-hero__shape--2{bottom:1.5rem;right:25%;width:5rem;height:5rem;background:var(--brand-accent-blue)}.hp-hero__content{max-width:36rem;text-align:center;position:relative;z-index:3}.hp-hero__badge{display:inline-block;background:#fff;padding:.2rem .625rem;border-radius:var(--radius-full);font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--brand-primary);margin-bottom:.375rem;box-shadow:var(--shadow-sm)}.hp-hero__title{font-size:1.75rem;font-weight:900;line-height:1.1;color:var(--text-primary);margin:0 0 .375rem}.hp-hero__title-accent{color:var(--brand-primary)}.hp-hero__subtitle{font-size:.8125rem;color:var(--text-secondary);line-height:1.4;margin:0 0 .625rem;max-width:26rem}.hp-hero__search{position:relative;max-width:28rem;margin:0 auto;z-index:100}.hp-hero__search-form{display:flex;align-items:center;background:#ffffffeb;border:1.5px solid rgba(0,0,0,.06);border-radius:var(--radius-xl);padding:.5rem .875rem;box-shadow:0 2px 12px #00000012;transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.hp-hero__search-form:focus-within{border-color:var(--brand-primary);box-shadow:0 0 0 3px rgba(var(--brand-primary-rgb),.18)}.hp-hero__search-icon{flex-shrink:0;width:1.25rem;height:1.25rem;margin-right:.75rem;color:var(--text-muted);transition:color var(--transition-fast)}.hp-hero__search-form:focus-within .hp-hero__search-icon{color:var(--brand-primary)}.hp-hero__search-input{flex:1;border:none!important;outline:none!important;box-shadow:none!important;-webkit-appearance:none;appearance:none;background:transparent;font-size:.875rem;color:var(--text-primary);font-family:inherit;min-width:0}.hp-hero__search-input::placeholder{color:var(--text-muted)}.hp-hero__search-clear{display:none;align-items:center;justify-content:center;background:none;border:none;padding:0;width:1.375rem;height:1.375rem;margin-right:.5rem;cursor:pointer;flex-shrink:0;color:var(--text-muted)}.hp-hero__search-clear.is-visible{display:flex}.hp-hero__search-results{position:absolute;top:calc(100% + .75rem);left:0;width:100%;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);border:1px solid var(--border-light);z-index:9999;max-height:20rem;overflow:hidden;display:none;flex-direction:column}.hp-hero__search-results.is-open{display:flex}.hp-hero__results-list{overflow-y:auto;-webkit-overflow-scrolling:touch;max-height:16rem}.hp-hero__result-item{display:flex;align-items:center;padding:.875rem 1rem;text-decoration:none;color:inherit;border-bottom:1px solid #f8f8f8;transition:background-color var(--transition-fast)}.hp-hero__result-item:last-child{border-bottom:none}.hp-hero__result-item:hover,.hp-hero__result-item--active{background-color:#fafafa}.hp-hero__result-item--active{background-color:#f5f3f0}.hp-hero__result-image{width:3rem;height:3rem;border-radius:var(--radius-sm);overflow:hidden;margin-right:.875rem;flex-shrink:0;background:#f1f5f9}.hp-hero__result-image img{width:100%;height:100%;object-fit:cover}.hp-hero__result-info{flex:1;min-width:0}.hp-hero__result-title{font-size:.9375rem;font-weight:600;color:var(--text-primary);margin:0 0 .125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hp-hero__result-price{font-size:.875rem;color:var(--text-secondary);margin:0}.hp-hero__result-arrow{flex-shrink:0;width:1rem;height:1rem;color:var(--text-muted);margin-left:.5rem}.hp-hero__result-title--blog{max-width:280px}.hp-hero__section-label{padding:.625rem 1rem .25rem;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8}.hp-hero__region-badge{display:inline-block;padding:1px 6px;background:#e8eaff;color:#5b6abf;font-size:.65rem;font-weight:700;border-radius:4px;margin-left:6px}.hp-hero__no-results{padding:1.5rem;text-align:center;color:var(--text-muted);font-size:.875rem}.hp-hero__results-footer{padding:.75rem;text-align:center;border-top:1px solid #f1f5f9}.hp-hero__results-footer a{font-size:.875rem;font-weight:600;color:var(--text-primary);text-decoration:none;padding:.5rem 1rem;border-radius:var(--radius-sm);transition:background-color var(--transition-fast)}.hp-hero__results-footer a:hover{background-color:#f5f5f5}.hp-hero__illustration{position:relative;width:100%;max-width:12rem;margin:0 auto}.hp-hero__image-wrap{position:relative;width:100%;aspect-ratio:4 / 3;border-radius:var(--radius-lg);overflow:hidden}.hp-hero__carousel{position:relative;width:100%;height:100%}.hp-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .9s ease;border-radius:var(--radius-lg);overflow:hidden}.hp-hero__slide.is-active{opacity:1}.hp-hero__image{width:100%;height:100%;object-fit:cover;display:block}.hp-hero__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgba(var(--brand-primary-rgb),.08);border-radius:var(--radius-lg)}.hp-hero__float{position:absolute;background:#fff;padding:.5rem;border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:4;display:flex;align-items:center;justify-content:center}.hp-hero__float svg{width:1.25rem;height:1.25rem}.hp-hero__float--flight{top:-1rem;right:-1rem;animation:hp-bounce 2s ease-in-out infinite}.hp-hero__float--flight svg{color:var(--brand-primary)}.hp-hero__float--globe{bottom:2.5rem;left:-2.5rem}.hp-hero__float--globe svg{color:#60a5fa}@keyframes hp-pulse{0%,to{transform:scale(1);opacity:.2}50%{transform:scale(1.1);opacity:.35}}@keyframes hp-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-.75rem)}}@media(min-width:768px){.hp-hero__inner{flex-direction:row;justify-content:space-between;padding:1.25rem 2rem;gap:1.5rem}.hp-hero__content{text-align:left;flex:1}.hp-hero__title{font-size:2.25rem}.hp-hero__subtitle{margin-left:0;margin-right:auto}.hp-hero__search{margin:0}.hp-hero__illustration{flex:0 0 auto;width:28%;max-width:13rem;margin:0}}@media(min-width:1024px){.hp-hero__title{font-size:2.5rem}.hp-hero__illustration{max-width:15rem}}@media(max-width:480px){.hp-hero{border-radius:var(--radius-lg);margin:1rem auto}.hp-hero__inner{padding:1.5rem 1rem}.hp-hero__title{font-size:2.25rem}.hp-hero__subtitle{font-size:1rem}.hp-hero__search-form{padding:.625rem 1rem}.hp-hero__shape--1{width:4rem;height:4rem;top:1rem;left:1rem}.hp-hero__shape--2{width:5rem;height:5rem}}.hp-review-sticker{display:inline-flex;align-items:center;gap:.75rem;margin-top:1rem;padding:.5rem 1.25rem;background:#eaf5f0;border-radius:var(--radius-xl);cursor:pointer;transition:all .25s ease;-webkit-user-select:none;user-select:none}.hp-review-sticker:hover{background:#d4eddf;transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.hp-review-sticker__brand{display:flex;align-items:center;gap:.35rem}.hp-review-sticker__logo{flex-shrink:0}.hp-review-sticker__name{font-size:.8rem;font-weight:700;color:#333;letter-spacing:-.01em}.hp-review-sticker__rating{font-size:.85rem;font-weight:800;color:#1a1a1a}.hp-review-sticker__stars{display:flex;gap:.15rem}.hp-review-sticker__star{display:flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;background:#00b67a;color:#fff;font-size:.75rem;line-height:1;border-radius:.15rem;position:relative;overflow:hidden}.hp-review-sticker__star--half{background:linear-gradient(to right,#00b67a 50%,#dcdce6 50%)}.hp-review-sticker__link{font-size:.8rem;font-weight:600;color:#1a1a1a;text-decoration:underline;text-underline-offset:2px}.hp-review-sticker__count{font-size:.8rem;font-weight:600;color:#555}.hp-review-sticker__count strong{color:#1a1a1a;font-weight:800;font-size:.85rem}@media(max-width:767px){.hp-review-sticker{gap:.5rem;padding:.4rem .75rem;flex-wrap:wrap;justify-content:center}.hp-review-sticker__name{font-size:.7rem}.hp-review-sticker__rating{font-size:.75rem}.hp-review-sticker__star{width:1.15rem;height:1.15rem;font-size:.65rem}.hp-review-sticker__link,.hp-review-sticker__count{font-size:.7rem}.hp-review-sticker__count strong{font-size:.75rem}}.hp-review-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;align-items:center;justify-content:center}.hp-review-modal.is-open{display:flex}.hp-review-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hp-review-modal__panel{position:relative;width:90%;max-width:36rem;max-height:85vh;overflow-y:auto;background:#fff;border-radius:1.25rem;padding:2rem;box-shadow:0 25px 50px -12px #00000040;animation:hp-modalSlideUp .35s ease-out}@keyframes hp-modalSlideUp{0%{opacity:0;transform:translateY(1.5rem) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.hp-review-modal__header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.25rem}.hp-review-modal__title{font-size:1.25rem;font-weight:800;color:#1a1a1a;margin:0 0 .5rem}.hp-review-modal__summary{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.hp-review-modal__stars{color:#fbc106;font-size:1.1rem;letter-spacing:1px}.hp-review-modal__avg{font-size:.85rem;font-weight:700;color:#333}.hp-review-modal__count{font-size:.8rem;color:#888}.hp-review-modal__close{background:#f1f5f9;border:none;border-radius:50%;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .2s}.hp-review-modal__close:hover{background:#e2e8f0}.hp-review-modal__bars{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid #f1f5f9}.hp-review-modal__bar-row{display:flex;align-items:center;gap:.5rem}.hp-review-modal__bar-label{font-size:.75rem;font-weight:600;color:#666;width:2rem;text-align:right;flex-shrink:0}.hp-review-modal__bar-track{flex:1;height:.5rem;background:#f1f5f9;border-radius:999px;overflow:hidden}.hp-review-modal__bar-fill{height:100%;background:#fbc106;border-radius:999px;transition:width .6s ease}.hp-review-modal__bar-pct{font-size:.7rem;color:#999;width:2rem;flex-shrink:0}.hp-review-modal__list{display:flex;flex-direction:column;gap:1rem}.hp-review-modal__item{padding:1rem;background:#fafbfc;border-radius:.75rem;border:1px solid #f1f5f9}.hp-review-modal__item-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.35rem}.hp-review-modal__item-stars{color:#fbc106;font-size:.85rem;letter-spacing:1px}.hp-review-modal__item-date{font-size:.7rem;color:#999}.hp-review-modal__item-title{font-size:.85rem;font-weight:700;color:#1a1a1a;margin:0 0 .25rem}.hp-review-modal__item-body{font-size:.8rem;color:#555;line-height:1.5;margin:0 0 .5rem}.hp-review-modal__item-author{font-size:.7rem;color:#888}.hp-review-modal__viewall{display:block;text-align:center;margin-top:1.25rem;padding:.75rem;background:var(--brand-primary);color:#1a1a1a;font-weight:700;font-size:.85rem;border-radius:.75rem;text-decoration:none;transition:opacity .2s}.hp-review-modal__viewall:hover{opacity:.85}@media(max-width:767px){.hp-review-modal__panel{width:95%;padding:1.25rem;max-height:90vh}.hp-review-modal__title{font-size:1.1rem}}.hp-partners{padding:3rem 0 2rem;background:#fff;overflow:hidden}.hp-partners__container{max-width:1200px;margin:0 auto;text-align:center}.hp-partners__title{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin:0 0 1.5rem;letter-spacing:.02em}.hp-partners__marquee{position:relative;width:100%;overflow:hidden;mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%)}.hp-partners__track{display:flex;align-items:center;gap:3rem;width:max-content;animation:hp-marquee 25s linear infinite}.hp-partners__logo{flex-shrink:0;display:flex;align-items:center;justify-content:center;height:40px;min-width:80px;opacity:.45;transition:opacity .3s ease;cursor:default}.hp-partners__logo:hover{opacity:1}.hp-partners__logo img{height:30px;width:auto;max-width:110px;object-fit:contain}.hp-partners__logo--text{font-size:1.1rem;font-weight:800;white-space:nowrap;letter-spacing:-.02em}@keyframes hp-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.hp-partners__marquee:hover .hp-partners__track{animation-play-state:paused}@media(max-width:767px){.hp-partners{padding:2rem 0 1.5rem}.hp-partners__title{font-size:.95rem}.hp-partners__track{gap:2rem;animation-duration:18s}.hp-partners__logo img{height:22px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/homepage-hero.css.map */
