.hero-product{position:relative;min-height:80vh;display:flex;flex-direction:column;overflow:hidden;padding:40px 0 20px}.content-for-layout>.section-hero-product:first-child .hero-product{padding-top:calc(var(--header-height, 80px) + var(--announcement-bar-height, 40px) + 40px)}.hero-product__slider{position:relative;flex:1;display:flex;align-items:center}.hero-product__slides{display:flex;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.hero-product__slide{min-width:100%;width:100%;flex-shrink:0;opacity:0;transition:opacity .4s ease;pointer-events:none}.hero-product__slide.is-active{opacity:1;pointer-events:auto}.hero-product__container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:100%;max-width:var(--page-width);margin:0 auto;padding:0 5rem}.hero-product__content{display:flex;flex-direction:column;gap:.5rem;z-index:2}.hero-product__tagline{font-size:1.2rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(var(--color-foreground),.6);font-weight:500}.hero-product__title{font-size:clamp(3rem,5vw,5rem);font-weight:700;line-height:1.1;margin:0;color:rgb(var(--color-foreground))}.hero-product__description{font-size:1.3rem;line-height:1.5;color:rgba(var(--color-foreground),.7);max-width:45ch;margin:0}.hero-product__features{display:flex;gap:1.5rem;margin:.3rem 0 0}.hero-product__feature{display:flex;align-items:center;gap:.8rem;font-size:1.4rem;color:rgba(var(--color-foreground),.8)}.hero-product__feature-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-foreground),.05);border-radius:50%;padding:4px}.hero-product__feature-icon svg{width:16px;height:16px}.hero-product__buttons{display:flex;gap:1.5rem;margin-top:1rem}.hero-product__button{display:inline-flex;align-items:center;gap:.8rem;padding:1.4rem 2.8rem;font-size:1.4rem;font-weight:600;text-decoration:none;border-radius:50px;transition:all .3s ease;cursor:pointer}.hero-product__button--primary{background:#1a1a1a;background:rgb(var(--color-button, 26, 26, 26));color:#fff;color:rgb(var(--color-button-text, 255, 255, 255));border:none}.color-scheme-1 .hero-product__button--primary,.color-scheme-2 .hero-product__button--primary{background:#1a1a1a;color:#fff}.hero-product__button--primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0000004d;opacity:.9}.hero-product__button--secondary{background:transparent;color:rgb(var(--color-foreground));border:2px solid rgba(var(--color-foreground),.2)}.hero-product__button--secondary:hover{border-color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.05)}.hero-product__button-icon{width:18px;height:18px}.hero-product__media{position:relative;display:flex;align-items:center;justify-content:center;z-index:1}.hero-product__image-wrapper{position:relative;width:100%;max-width:400px;aspect-ratio:3 / 4;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:20px}.hero-product__image{width:100%;height:100%;object-fit:cover;object-position:center;transition:opacity .4s ease,transform .4s ease;filter:drop-shadow(0 20px 40px rgba(0,0,0,.15));position:absolute;top:0;left:0}.hero-product__image.is-hidden{opacity:0;transform:scale(.95)}.hero-product__image.is-active{opacity:1;transform:scale(1);position:relative}.hero-product__bg-decoration{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:140%;height:140%;opacity:.05;pointer-events:none;z-index:0}.hero-product__bg-decoration svg{width:100%;height:100%}.hero-product__swatches{position:absolute;right:20px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:1.2rem;z-index:10}.hero-product__swatch{width:40px;height:40px;border-radius:50%;border:3px solid rgba(var(--color-foreground),.2);cursor:pointer;transition:all .3s ease;position:relative;box-shadow:0 2px 8px #00000026}.hero-product__swatch:hover{transform:scale(1.15);border-color:rgba(var(--color-foreground),.5)}.hero-product__swatch.is-active{border-color:rgb(var(--color-foreground));box-shadow:0 0 0 3px rgb(var(--color-background)),0 0 0 5px rgb(var(--color-foreground)),0 4px 12px #0003}.hero-product__swatch-inner{width:100%;height:100%;border-radius:50%}.hero-product__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);border-radius:50%;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #0000001a}.hero-product__nav:hover{background:rgb(var(--color-button));color:rgb(var(--color-button-text));border-color:rgb(var(--color-button));transform:translateY(-50%) scale(1.1)}.hero-product__nav--prev{left:2rem}.hero-product__nav--next{right:2rem}.hero-product__nav svg{width:20px;height:20px}.hero-product__nav:disabled{opacity:.3;cursor:not-allowed}.hero-product__nav:disabled:hover{background:rgb(var(--color-background));color:inherit;transform:translateY(-50%)}.hero-product__pagination{display:flex;justify-content:center;gap:1rem;padding:1rem 0;margin-top:1rem}.hero-product__dot{width:12px;height:12px;border-radius:50%;background:rgba(var(--color-foreground),.2);border:none;cursor:pointer;transition:all .3s ease;padding:0}.hero-product__dot:hover{background:rgba(var(--color-foreground),.4)}.hero-product__dot.is-active{background:rgb(var(--color-button));transform:scale(1.3)}.hero-product__progress{position:absolute;bottom:0;left:0;right:0;height:3px;background:rgba(var(--color-foreground),.1);overflow:hidden}.hero-product__progress-bar{height:100%;background:rgb(var(--color-button));width:0;transition:width linear}.hero-product__progress-bar.is-animating{width:100%}@media screen and (max-width:989px){.hero-product{min-height:auto;padding:10px 0 0}.hero-product__container{grid-template-columns:1fr;gap:1rem;padding:0 1.5rem}.hero-product__content{text-align:center;align-items:center;order:2;gap:.8rem;max-width:100%;overflow:hidden;word-wrap:break-word}.hero-product__media{order:1;flex-direction:column}.hero-product__title{font-size:clamp(1.6rem,5vw,2.2rem);margin-bottom:0;word-break:break-word;overflow-wrap:break-word;max-width:100%}.hero-product__description{font-size:1rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;max-width:100%;margin-bottom:.5rem;word-break:break-word}.hero-product__features{justify-content:center;flex-wrap:wrap;margin-top:0;display:none}.hero-product__buttons{flex-direction:column;width:100%;margin-top:0}.hero-product__button{justify-content:center;width:100%;padding:1.2rem 2rem}.hero-product__image-wrapper{max-width:55%;width:100%;aspect-ratio:auto;order:1}.hero-product__image-wrapper img{object-fit:contain;max-height:250px}.hero-product__swatches{position:relative!important;right:auto!important;top:auto!important;transform:none!important;flex-direction:row;justify-content:center;margin-top:1rem;gap:.8rem;order:2;width:100%}.hero-product__swatch{width:28px;height:28px;border-width:2px}.hero-product__swatch.is-active{box-shadow:0 0 0 2px rgb(var(--color-background)),0 0 0 3px rgb(var(--color-foreground)),0 2px 8px #00000026}.hero-product__nav{width:36px;height:36px}.hero-product__nav--prev{left:.5rem}.hero-product__nav--next{right:.5rem}.hero-product__nav svg{width:14px;height:14px}.hero-product__pagination{padding:0;margin-top:0;margin-bottom:0}.hero-product__dot{width:8px;height:8px}}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes heroScaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.hero-product__slide.is-active .hero-product__content>*{animation:heroFadeIn .6s ease forwards;opacity:0}.hero-product__slide.is-active .hero-product__tagline{animation-delay:.1s}.hero-product__slide.is-active .hero-product__title{animation-delay:.2s}.hero-product__slide.is-active .hero-product__description{animation-delay:.3s}.hero-product__slide.is-active .hero-product__features{animation-delay:.4s}.hero-product__slide.is-active .hero-product__buttons{animation-delay:.5s}.hero-product__slide.is-active .hero-product__image-wrapper{animation:heroScaleIn .8s ease .3s forwards;opacity:0}.hero-product__slide.is-active .hero-product__swatches{animation:heroFadeIn .6s ease .6s forwards}.hero-product__swatches{opacity:1}.hero-product__slide{transition:opacity .5s ease,transform .5s ease}.hero-product__slide:not(.is-active){position:absolute;top:0;left:0;width:100%}.hero-product--slide-left .hero-product__slide:not(.is-active){transform:translate(-100%)}.hero-product--slide-right .hero-product__slide:not(.is-active){transform:translate(100%)}.hero-product__cta-row{display:flex;flex-direction:column;gap:16px;margin-top:0}.hero-product__reviews-widget{background:linear-gradient(135deg,#ef5350,#e53935);border-radius:10px;padding:8px 14px;width:100%;max-width:420px}.hero-product__cta-row .hero-product__buttons{margin-top:0}.hero-product__cta-row .hero-product__button{padding:12px 24px;font-size:14px;gap:6px;border-radius:30px}.hero-product__cta-row .hero-product__button-icon{width:14px;height:14px}.hero-product__reviews-header{display:flex;align-items:center;gap:10px}.hero-product__reviews-avatars{display:flex;align-items:center}.hero-product__reviews-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#fff,#f5f5f5);border:2px solid #fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:10px;color:#e53935;text-transform:uppercase;margin-left:-8px;box-shadow:0 2px 6px #0000001f}.hero-product__reviews-avatar:first-child{margin-left:0}.hero-product__reviews-avatar--more{background:linear-gradient(135deg,#ffe082,#ffd54f);color:#333;font-size:9px}.hero-product__reviews-info{flex:1}.hero-product__reviews-title{display:block;color:#fff;font-size:13px;font-weight:600;margin-bottom:2px}.hero-product__reviews-rating{display:flex;align-items:center;gap:6px}.hero-product__reviews-stars{display:flex;gap:1px}.hero-product__reviews-stars svg{width:12px;height:12px}.hero-product__reviews-count{color:#ffffffd9;font-size:11px}@media(max-width:768px){.hero-product__cta-row{flex-direction:column;gap:10px;max-width:100%;overflow:hidden}.hero-product__reviews-widget{padding:8px 10px;max-width:100%;box-sizing:border-box;overflow:hidden}.hero-product__cta-row .hero-product__buttons{align-self:flex-start}.hero-product__reviews-avatar{width:24px;height:24px;font-size:8px;margin-left:-5px}.hero-product__reviews-title{font-size:11px}.hero-product__reviews-count{font-size:9px}.hero-product__reviews-stars svg{width:12px;height:12px}.hero-product__current-review-text{max-width:120px}.hero-product__current-review-name{font-size:10px}}.hero-product__reviews-carousel{display:flex;gap:12px;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-top:15px;padding-bottom:5px}.hero-product__reviews-carousel::-webkit-scrollbar{display:none}.hero-product__review-card{flex:0 0 240px;background:#ffffff26;border-radius:12px;padding:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-product__review-card-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.hero-product__review-card-avatar{width:36px;height:36px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px;color:#e53935;flex-shrink:0}.hero-product__review-card-info{flex:1;min-width:0}.hero-product__review-card-name{display:block;font-weight:600;font-size:13px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px}.hero-product__review-card-stars{display:flex;gap:1px}.hero-product__review-card-text{font-size:12px;line-height:1.4;color:#ffffffe6;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-style:italic}.hero-product__current-review{display:flex;align-items:center;gap:6px;margin-top:6px;padding:6px 8px;background:#ffffff14;border-radius:6px;height:36px;overflow:hidden}@keyframes reviewFadeIn{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.hero-product__current-review-avatar{width:24px;height:24px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:9px;color:#e53935;flex-shrink:0}.hero-product__current-review-content{flex:1;min-width:0;display:flex;align-items:center;gap:6px}.hero-product__current-review-name{font-weight:600;font-size:11px;color:#fff;white-space:nowrap}.hero-product__current-review-stars{color:gold;font-size:10px;letter-spacing:-1px}.hero-product__current-review-text{font-size:10px;color:#ffffffd9;margin:0;font-style:italic;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}@media(max-width:768px){.hero-product__current-review{padding:6px;gap:6px;margin-top:6px}.hero-product__current-review-avatar{width:26px;height:26px;font-size:12px}.hero-product__current-review-name{font-size:13px}.hero-product__current-review-text{font-size:12px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/hero-product.css.map */
