:root{--modern-section-spacing: 60px;--modern-grid-gap: 24px;--modern-border-radius: 12px;--modern-transition: all .3s cubic-bezier(.4, 0, .2, 1)}.modern-hero{position:relative;height:var(--hero-height);min-height:400px;display:flex;align-items:center;justify-content:center;overflow:hidden}.modern-hero__media{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.modern-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center}.modern-hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0003,rgba(0,0,0,calc(var(--overlay-opacity) / 100)));z-index:1}.modern-hero__content{position:relative;z-index:2;text-align:center;color:#fff}.modern-hero__subheading{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px;opacity:.9}.modern-hero__heading{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;line-height:1.1;margin-bottom:24px;max-width:900px;margin-left:auto;margin-right:auto}.modern-hero__description{font-size:clamp(1rem,2vw,1.25rem);line-height:1.6;margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto;opacity:.95}.modern-hero__buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.product-grid-modern{background:var(--color-background)}.product-grid-modern__header{text-align:center;margin-bottom:48px}.product-grid-modern__subtitle{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-foreground);opacity:.7;margin-bottom:12px}.product-grid-modern__title{font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.2;color:var(--color-foreground)}.product-grid-modern__grid{display:grid;grid-template-columns:repeat(var(--columns-mobile),1fr);gap:24px;margin-bottom:48px}@media screen and (min-width: 750px){.product-grid-modern__grid{grid-template-columns:repeat(var(--columns-desktop),1fr);gap:32px}}.product-card-modern{position:relative;transition:var(--modern-transition)}.product-card-modern:hover{transform:translateY(-8px)}.product-card-modern__link{text-decoration:none;color:inherit;display:block}.product-card-modern__media{position:relative;overflow:hidden;border-radius:0;aspect-ratio:3/4;background:var(--color-background);margin-bottom:16px}.product-card-modern__media img{width:100%;height:100%;object-fit:cover;transition:var(--modern-transition)}.product-card-modern__media-hover{position:absolute;top:0;left:0;opacity:0;transition:opacity .3s ease}.product-card-modern:hover .product-card-modern__media-hover{opacity:1}.product-card-modern:hover .product-card-modern__media img:not(.product-card-modern__media-hover){transform:scale(1.05)}.product-card-modern__info{margin-bottom:12px}.product-card-modern__title{font-size:1rem;font-weight:600;line-height:1.4;margin-bottom:8px;color:var(--color-foreground)}.product-card-modern__price{font-size:.95rem;font-weight:600;color:var(--color-foreground)}.product-card-modern__price--sale{color:#d32f2f;margin-right:8px}.product-card-modern__price--compare{text-decoration:line-through;opacity:.6;font-weight:400}.product-card-modern__cta{opacity:0;transform:translateY(10px);transition:var(--modern-transition)}.product-card-modern:hover .product-card-modern__cta{opacity:1;transform:translateY(0)}.product-grid-modern__footer{text-align:center}.testimonials-modern{background:var(--color-background)}.testimonials-modern__header{text-align:center;margin-bottom:48px}.testimonials-modern__subtitle{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-foreground);opacity:.7;margin-bottom:12px}.testimonials-modern__title{font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.2;color:var(--color-foreground)}.testimonials-modern__grid{display:grid;grid-template-columns:1fr;gap:24px}@media screen and (min-width: 750px){.testimonials-modern__grid{grid-template-columns:repeat(3,1fr);gap:32px}}.testimonial-card{background:var(--color-background);border:1px solid rgba(0,0,0,.1);border-radius:var(--modern-border-radius);padding:32px;transition:var(--modern-transition);display:flex;flex-direction:column;gap:20px}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001f}.testimonial-card__image{width:80px;height:80px;border-radius:50%;overflow:hidden}.testimonial-card__image img{width:100%;height:100%;object-fit:cover}.testimonial-card__quote{font-size:1.05rem;line-height:1.7;color:var(--color-foreground);margin:0;font-style:normal}.testimonial-card__author{margin-top:auto}.testimonial-card__name{font-weight:700;font-size:1rem;margin-bottom:4px;color:var(--color-foreground)}.testimonial-card__title{font-size:.875rem;color:var(--color-foreground);opacity:.7}.testimonial-card__rating{display:flex;gap:4px;font-size:1.25rem;color:#ffc107}.testimonial-card__rating .star{opacity:.3}.testimonial-card__rating .star.filled{opacity:1}.features-modern{background:var(--color-background)}.features-modern__header{text-align:center;margin-bottom:48px;max-width:700px;margin-left:auto;margin-right:auto}.features-modern__subtitle{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-foreground);opacity:.7;margin-bottom:12px}.features-modern__title{font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.2;margin-bottom:16px;color:var(--color-foreground)}.features-modern__description{font-size:1.125rem;line-height:1.7;color:var(--color-foreground);opacity:.8}.features-modern__grid{display:grid;grid-template-columns:1fr;gap:32px;margin-bottom:48px}@media screen and (min-width: 750px){.features-modern__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 990px){.features-modern__grid{grid-template-columns:repeat(var(--columns),1fr)}}.feature-card{text-align:center;padding:32px;transition:var(--modern-transition)}.feature-card:hover{transform:translateY(-4px)}.feature-card__icon{width:60px;height:60px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center}.feature-card__icon img{width:100%;height:100%;object-fit:contain}.feature-card__icon--svg svg{width:100%;height:100%}.feature-card__title{font-size:1.25rem;font-weight:700;margin-bottom:12px;color:var(--color-foreground)}.feature-card__description{font-size:1rem;line-height:1.6;color:var(--color-foreground);opacity:.8}.features-modern__footer{text-align:center}.content-media-split{background:var(--color-background)}.content-media-split__container{display:grid;grid-template-columns:1fr;gap:48px;align-items:center}@media screen and (min-width: 990px){.content-media-split__container{grid-template-columns:1fr 1fr;gap:64px}.content-media-split__container--reverse{direction:rtl}.content-media-split__container--reverse>*{direction:ltr}}.content-media-split__media{border-radius:var(--modern-border-radius);overflow:hidden}.content-media-split__media img{width:100%;height:auto;display:block}.content-media-split__subtitle{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-foreground);opacity:.7;margin-bottom:12px}.content-media-split__title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;line-height:1.2;margin-bottom:24px;color:var(--color-foreground)}.content-media-split__text{font-size:1.0625rem;line-height:1.7;margin-bottom:32px;color:var(--color-foreground);opacity:.85}.content-media-split__features{display:flex;flex-direction:column;gap:20px;margin-bottom:32px}.split-feature{display:flex;gap:16px;align-items:flex-start}.split-feature__icon{flex-shrink:0;width:40px;height:40px}.split-feature__icon img{width:100%;height:100%;object-fit:contain}.split-feature__text h4{font-size:1.0625rem;font-weight:700;margin-bottom:4px;color:var(--color-foreground)}.split-feature__text p{font-size:.9375rem;line-height:1.6;color:var(--color-foreground);opacity:.8;margin:0}.promo-banner-modern{background:var(--color-background)}.promo-banner-modern__container{position:relative;border-radius:var(--modern-border-radius);overflow:hidden;min-height:300px;display:flex;align-items:center;justify-content:center;padding:60px 24px}@media screen and (min-width: 750px){.promo-banner-modern__container{min-height:400px;padding:80px 48px}}.promo-banner-modern__media{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.promo-banner-modern__media img{width:100%;height:100%;object-fit:cover}.promo-banner-modern__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0006,#0009);z-index:1}.promo-banner-modern__content{position:relative;z-index:2;text-align:center;max-width:600px;color:#fff}.promo-banner-modern__badge{display:inline-block;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:8px 20px;border-radius:100px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:20px}.promo-banner-modern__title{font-size:clamp(1.75rem,4vw,3rem);font-weight:800;line-height:1.2;margin-bottom:20px}.promo-banner-modern__text{font-size:1.125rem;line-height:1.6;margin-bottom:32px;opacity:.95}.button{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;font-size:1rem;font-weight:600;text-decoration:none;border-radius:0;transition:var(--modern-transition);border:2px solid transparent;cursor:pointer;line-height:1}.button--primary{background:var(--color-foreground);color:var(--color-background);border-color:var(--color-foreground)}.button--primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}.button--secondary{background:transparent;color:var(--color-foreground);border-color:var(--color-foreground)}.button--secondary:hover{background:var(--color-foreground);color:var(--color-background);transform:translateY(-2px)}.button--small{padding:10px 24px;font-size:.9375rem}.page-width-fluid{padding-inline:24px}@media screen and (min-width: 750px){.page-width-fluid{padding-inline:48px}}.placeholder-svg{width:100%;height:100%;background:#f5f5f5}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion: no-preference){.modern-hero__content{animation:fadeInUp .8s ease-out}.product-card-modern{animation:fadeInUp .6s ease-out;animation-fill-mode:both}.product-card-modern:nth-child(1){animation-delay:.1s}.product-card-modern:nth-child(2){animation-delay:.2s}.product-card-modern:nth-child(3){animation-delay:.3s}.product-card-modern:nth-child(4){animation-delay:.4s}.testimonial-card{animation:fadeInUp .6s ease-out;animation-fill-mode:both}.testimonial-card:nth-child(1){animation-delay:.1s}.testimonial-card:nth-child(2){animation-delay:.2s}.testimonial-card:nth-child(3){animation-delay:.3s}.feature-card{animation:fadeInUp .6s ease-out;animation-fill-mode:both}.feature-card:nth-child(1){animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.feature-card:nth-child(4){animation-delay:.4s}}@media screen and (max-width: 749px){.modern-hero__content{padding-inline:20px}.modern-hero__buttons{flex-direction:column;width:100%}.modern-hero__buttons .button{width:100%}.content-media-split__container{gap:32px}.promo-banner-modern__container{min-height:250px}}@media (prefers-color-scheme: dark){.testimonial-card{border-color:#ffffff1a}.product-card-modern__media{background:#ffffff0d}}@media print{.modern-hero__overlay{display:none}.button{border:1px solid currentColor}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/modern-sections.css.map */
