h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}body,p,span,div{font-size:1rem}small{font-size:.875rem}@media(max-width:768px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);color:var(--color-text);background:var(--color-bg);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;background:none;font-family:inherit}input,select,textarea{font-family:inherit;font-size:inherit}.rte h1,.rte h2,.rte h3,.rte h4{margin-bottom:.5em;font-family:var(--font-heading)}.rte p{margin-bottom:1em}.rte ul,.rte ol{margin-bottom:1em;padding-left:1.5em}.section-header{text-align:center;margin-bottom:2rem}.section-title{font-family:var(--font-heading);font-size:2rem;font-weight:700;color:var(--color-text)}.section-title__underline{width:4rem;height:4px;border-radius:2px;margin:.75rem auto 0}.section-footer{text-align:center;margin-top:2rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:700;border-radius:var(--btn-radius, 9999px);padding:var(--btn-padding-v, .875rem) var(--btn-padding-h, 2rem);font-size:.938rem;transition:background-color .2s,box-shadow .2s,transform .15s}.btn:active{transform:scale(.97)}.btn--primary{background:var(--btn-primary-bg, var(--color-primary));color:var(--btn-primary-text, #fff)}.btn--primary:hover{filter:brightness(.9);box-shadow:0 4px 12px #e91e8c4d}.btn--dark{background:var(--btn-secondary-bg, #1a1a1a);color:var(--btn-secondary-text, #fff)}.btn--dark:hover{background:#333}.btn--full{width:100%}.btn--sm{padding:.625rem 1.5rem;font-size:.875rem}.announcement-bar{background:#000;color:#fff;text-align:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;position:relative;overflow:hidden}.announcement-bar__inner{display:flex;align-items:center;justify-content:center;gap:.5rem;max-width:var(--max-width);margin:0 auto}.announcement-bar__arrow{color:#fff;padding:.25rem;display:flex;align-items:center;flex-shrink:0}.announcement-bar__arrow:hover{color:#d1d5db}.announcement-bar__content{position:relative;min-height:1.5em;flex:1;overflow:hidden}.announcement-bar__message{display:none}.announcement-bar__message.active{display:block}.announcement-bar__message a{color:inherit}.site-header{background:var(--color-primary);position:sticky;top:0;z-index:40;box-shadow:0 2px 8px #00000026}.site-header__inner{max-width:var(--max-width);margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;height:72px}.site-header__logo img{height:56px;width:auto;border-radius:.5rem;background:#0003;padding:4px}.site-header__logo-text{color:#1a1a1a!important;font-family:var(--font-heading);font-size:1.5rem;font-weight:700}.site-header__nav{display:flex;align-items:center;gap:.25rem}.nav-item{position:relative}.nav-item__link{display:flex;align-items:center;gap:.25rem;color:#1a1a1a!important;font-weight:600;font-size:.938rem;padding:.5rem 1rem;border-radius:.5rem;transition:background-color .2s;white-space:nowrap}.nav-item__link:hover{background:#0000000f!important}.nav-dropdown{display:none;position:absolute;top:100%;left:0;background:#fff;border-radius:0 0 .75rem .75rem;box-shadow:0 8px 24px #0000001f;border:1px solid #f3f4f6;padding:.5rem 0;min-width:220px;z-index:50}.nav-item:hover .nav-dropdown{display:block;animation:fadeIn .2s ease-out}.nav-dropdown__link{display:block;padding:.625rem 1.25rem;color:#374151;font-size:.875rem;font-weight:500;transition:background-color .2s,color .2s}.nav-dropdown__link:hover{background:#fdf2f8;color:var(--color-primary)}.site-header__actions{display:flex;align-items:center;gap:.75rem}.site-header__search{display:flex;align-items:center;background:#fff;border-radius:9999px;padding:.5rem 1rem;width:220px}.site-header__search input{border:none;outline:none;margin-left:.5rem;font-size:.875rem;width:100%;background:transparent}.site-header__icons{display:flex;align-items:center;gap:1rem}.site-header__icon-link{display:flex;align-items:center;gap:.375rem;color:#1a1a1a!important;font-size:.875rem;font-weight:500;transition:color .2s;white-space:nowrap}.site-header__icon-link:hover{color:#e91e8c!important}.site-header__cart{position:relative}.site-header__cart-count{position:absolute;top:-8px;right:-8px;background:#facc15;color:#000;font-size:.75rem;font-weight:700;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}.site-header__mobile-toggle{display:none;color:#1a1a1a!important;padding:.5rem}.site-header__mobile-menu{display:none;background:var(--color-primary);border-top:1px solid rgba(255,255,255,.2);padding-bottom:1rem;max-height:80vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.site-header__mobile-menu.active{display:block;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.mobile-search{display:flex;align-items:center;background:#fff;border-radius:9999px;padding:.5rem 1rem;margin:.75rem 1rem}.mobile-search input{border:none;outline:none;margin-left:.5rem;font-size:.875rem;width:100%}.mobile-nav__link{display:block;color:#fff;font-weight:600;padding:.75rem 1rem;border-radius:.5rem;margin:.125rem 1rem;transition:background-color .2s}.mobile-nav__link:hover,.mobile-nav__link:active{background:#ffffff26}.mobile-nav__link--parent{cursor:pointer}.mobile-nav__group{position:relative}.mobile-nav__chevron{transition:transform .3s;flex-shrink:0}.mobile-nav__group.open .mobile-nav__chevron{transform:rotate(90deg)}.mobile-nav__submenu{display:none;padding-left:1rem}.mobile-nav__group.open .mobile-nav__submenu{display:block;animation:slideDown .3s ease-out}.mobile-nav__sublink{display:block;color:#fff;font-weight:500;padding:.5rem 1rem;margin:.125rem 1rem;font-size:.875rem;border-radius:.375rem;opacity:.85;transition:background-color .2s,opacity .2s}.mobile-nav__sublink:hover{background:#ffffff26;opacity:1}.mobile-nav__actions{display:flex;gap:1rem;padding:.75rem 1rem;border-top:1px solid rgba(255,255,255,.2);margin-top:.5rem}.mobile-nav__actions a{display:flex;align-items:center;gap:.375rem;color:#fff;font-size:.875rem}.hero-banner{position:relative}.hero-banner__inner{max-width:var(--max-width);margin:0 auto;position:relative}.hero-banner__slider{position:relative;overflow:hidden}.hero-banner__slide{display:none;height:100%}.hero-banner__slide.active{display:block;animation:fadeIn .7s ease-out;height:100%}.hero-banner__link{display:block;position:relative;height:100%}.hero-banner__image{width:100%;display:block;object-fit:cover;height:100%;min-height:inherit}.hero-banner__overlay--desktop{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center}.hero-banner__overlay--mobile{position:absolute;top:0;right:0;bottom:0;left:0;display:none;align-items:flex-end;background:linear-gradient(to top,rgba(0,0,0,.7),transparent 70%)}.hero-banner__content{padding:2rem 3rem;max-width:60%}.hero-banner__content--mobile{max-width:100%;padding:1.5rem 1rem 2rem;text-align:center}.hero-banner__title{font-family:var(--font-heading);font-weight:800;text-shadow:2px 2px 8px rgba(0,0,0,.3);margin-bottom:.5rem;line-height:1.15}.hero-banner__title--mobile{font-size:1.5rem;line-height:1.2;margin-bottom:.375rem;text-shadow:2px 2px 12px rgba(0,0,0,.6)}.hero-banner__subtitle{font-weight:700;text-shadow:1px 1px 4px rgba(0,0,0,.3);line-height:1.3}.hero-banner__subtitle--mobile{font-size:.9375rem;line-height:1.4;margin-bottom:.375rem;text-shadow:1px 1px 8px rgba(0,0,0,.6)}.hero-banner__button{display:inline-block;margin-top:1.25rem;font-weight:700;font-size:.938rem;box-shadow:0 4px 12px #00000026;transition:background-color .2s,transform .15s}.hero-banner__button--mobile{margin-top:0;font-size:1rem;padding:.875rem 2rem;box-shadow:0 4px 16px #0000004d;font-weight:700;border-radius:50px}.hero-banner__button:hover{transform:scale(1.05)}.hero-banner__arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffd9;border-radius:50%;padding:.5rem;box-shadow:0 2px 6px #0000001f;z-index:10;display:flex;transition:transform .2s,background-color .2s,opacity .2s;opacity:.6}.hero-banner__arrow:hover{background:#fffffff2;transform:translateY(-50%) scale(1.08);opacity:1}.hero-banner__arrow svg{width:16px;height:16px}.hero-banner__arrow--prev{left:.5rem}.hero-banner__arrow--next{right:.5rem}.hero-banner__dots{position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);display:flex;gap:.625rem;z-index:10}.hero-banner__dot{width:12px;height:12px;border-radius:9999px;background:#ffffff80;transition:all .3s;border:none}.hero-banner__dot.active{background:#fff;width:2rem}.hero-banner__dot:hover{background:#ffffffbf}.category-grid{max-width:var(--max-width);margin:0 auto;padding:2.5rem 1rem}.category-grid__inner{max-width:var(--max-width);margin:0 auto}.category-grid__top{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.category-grid__bottom{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1rem}.category-card{position:relative;overflow:hidden;border-radius:1rem;box-shadow:0 2px 8px #00000014;transition:box-shadow .3s,transform .3s;display:block}.category-card:hover{box-shadow:0 8px 24px #00000026;transform:translateY(-2px)}.category-card img{width:100%;aspect-ratio:3/2;object-fit:cover;transition:transform .5s}.category-card:hover img{transform:scale(1.1)}.category-card--wide img{aspect-ratio:2/1}.category-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;padding:1.25rem}.category-card__title{font-family:var(--font-heading);font-weight:800;text-transform:uppercase;letter-spacing:.05em;text-shadow:1px 1px 4px rgba(0,0,0,.3)}.category-card__badge{position:absolute;top:.75rem;right:.75rem;color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .75rem;opacity:0;transition:opacity .3s}.category-card:hover .category-card__badge{opacity:1}.shop-by-age{position:relative}.shop-by-age__inner{max-width:var(--max-width);margin:0 auto}.shop-by-age__grid{display:grid}.shop-by-age__card{display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;padding:1rem;transition:transform .3s,box-shadow .3s}.shop-by-age__card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.shop-by-age__image-wrap{width:100%;aspect-ratio:1/1;overflow:hidden;position:relative}.shop-by-age__image{width:100%;height:100%;object-fit:cover;transition:transform .5s}.shop-by-age__card:hover .shop-by-age__image{transform:scale(1.08)}.shop-by-age__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:700}.shop-by-age__label-wrap{padding:.75rem .25rem 0}.shop-by-age__label{font-family:var(--font-heading);font-weight:700;margin:0;line-height:1.3}.shop-by-age__subtitle{margin:.25rem 0 0;line-height:1.4}.featured-products{max-width:var(--max-width);margin:0 auto;padding:3rem 1rem}.featured-products__inner{max-width:var(--max-width)}.product-grid{display:grid;gap:1rem}.product-grid--2{grid-template-columns:repeat(2,1fr)}.product-grid--3{grid-template-columns:repeat(3,1fr)}.product-grid--4{grid-template-columns:repeat(4,1fr)}.product-grid--5{grid-template-columns:repeat(5,1fr)}.product-card{background:#fff;border-radius:var(--radius, 1rem);overflow:hidden;border:1px solid #f3f4f6;box-shadow:0 1px 4px #0000000a;transition:box-shadow .3s,transform .2s}.product-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-3px)}.product-card__image-wrap{position:relative;overflow:hidden}.product-card__image{width:100%;aspect-ratio:var(--product-image-ratio, 1/1);object-fit:cover;transition:transform .5s}.product-card:hover .product-card__image{transform:scale(1.1)}.product-card__placeholder{width:100%;aspect-ratio:1;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#9ca3af}.product-card__badge{position:absolute;top:.75rem;font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:9999px;color:#fff}.product-card__badge--discount{left:.75rem;background:var(--color-accent-green)}.product-card__badge--bestseller{left:.75rem;top:2.5rem;background:var(--color-primary)}.product-card__badge--new{left:.75rem;top:2.5rem;background:var(--color-secondary)}.product-card__badge--trending{left:.75rem;top:2.5rem;background:var(--color-accent-green)}.product-card__wishlist{position:absolute;top:.75rem;right:.75rem;background:#ffffffe6;border-radius:50%;padding:.5rem;opacity:0;transition:opacity .3s,background-color .2s;box-shadow:0 2px 8px #0000001a}.product-card:hover .product-card__wishlist{opacity:1}.product-card__wishlist:hover{background:var(--color-primary);color:#fff}.product-card__info{padding:1rem}.product-card__title{font-weight:600;color:#1f2937;font-size:.875rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.25rem;transition:color .2s;cursor:pointer}.product-card__title:hover{color:var(--color-primary);text-decoration:underline}.product-card__vendor{font-size:.75rem;color:#9ca3af;margin-bottom:.5rem}.product-card__price{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}.product-card__price-current{font-size:1.125rem;font-weight:700;color:#1a1a1a}.product-card__price-compare{font-size:.875rem;color:#9ca3af;text-decoration:line-through}.product-card__add-to-cart{width:100%;background:var(--btn-primary-bg, var(--color-primary));color:var(--btn-primary-text, #fff);font-weight:600;padding:.625rem;border-radius:9999px;font-size:.875rem;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background-color .2s,box-shadow .2s,transform .15s;border:none}.product-card__add-to-cart:hover{filter:brightness(.9);box-shadow:0 4px 12px #e91e8c4d}.product-card__add-to-cart:active{transform:scale(.97)}.product-card__add-to-cart:disabled{background:#d1d5db;cursor:not-allowed}.best-of-section{max-width:var(--max-width);margin:0 auto;padding:3rem 1rem}.best-of-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.best-of-card{position:relative;overflow:hidden;border-radius:1rem;box-shadow:0 2px 8px #00000014;transition:box-shadow .3s,transform .2s}.best-of-card:hover{box-shadow:0 8px 24px #00000026;transform:translateY(-3px)}.best-of-card img{width:100%;aspect-ratio:3/2;object-fit:cover;transition:transform .5s}.best-of-card:hover img{transform:scale(1.1)}.best-of-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end}.best-of-card__title{font-family:var(--font-heading);font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:1.5rem;text-shadow:1px 1px 4px rgba(0,0,0,.2)}.trending-videos{position:relative}.trending-videos__inner{max-width:var(--max-width);margin:0 auto}.trending-videos__carousel{display:flex;gap:1rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.5rem}.trending-videos__carousel::-webkit-scrollbar{display:none}.trending-videos__card{flex:0 0 260px;scroll-snap-align:start}.trending-videos__thumb{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden}.trending-videos__thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.trending-videos__card:hover .trending-videos__thumb img{transform:scale(1.06)}.trending-videos__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.trending-videos__play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0000004d;transition:background .2s}.trending-videos__play:hover{background:#e91e8c80}.trending-videos__play svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.trending-videos__title{font-family:var(--font-heading);font-weight:600;margin:.625rem 0 0;line-height:1.3}.trending-videos__subtitle{margin:.125rem 0 0;line-height:1.4}.trending-videos__nav{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}.trending-videos__arrow{width:40px;height:40px;border-radius:50%;background:var(--color-bg-alt);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s}.trending-videos__arrow:hover{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.site-footer__info-bar{background:var(--color-primary);padding:.75rem 0;overflow:hidden}.site-footer__info-bar-inner{display:flex;align-items:center;justify-content:center;gap:2rem;font-weight:700;font-size:.875rem;letter-spacing:.05em;max-width:var(--max-width);margin:0 auto;flex-wrap:wrap}.info-bar__dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.site-footer__main{max-width:var(--max-width);margin:0 auto;padding:3rem 1rem}.site-footer__inner{display:grid;grid-template-columns:repeat(5,1fr);gap:2rem}.site-footer__heading{font-weight:700;font-size:1rem;margin-bottom:1rem}.site-footer__links{list-style:none}.site-footer__links li{margin-bottom:.625rem}.site-footer__links a{font-size:.875rem;transition:color .2s}.site-footer__links a:hover{color:var(--color-primary)}.site-footer__text{font-size:.875rem;margin-bottom:1rem}.newsletter-form{position:relative}.newsletter-form input{width:100%;border:2px solid #1a1a1a;border-radius:9999px;padding:.625rem 3rem .625rem 1rem;font-size:.875rem;transition:border-color .2s}.newsletter-form input:focus{border-color:var(--color-primary);outline:none}.newsletter-form button{position:absolute;right:4px;top:50%;transform:translateY(-50%);border-radius:50%;padding:.5rem;display:flex;transition:background-color .2s}.newsletter-form button:hover{opacity:.8}.site-footer__bottom{background:var(--color-primary)}.site-footer__bottom-inner{max-width:var(--max-width);margin:0 auto;padding:1rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.site-footer__policies{display:flex;flex-wrap:wrap;gap:1rem}.site-footer__policies a{font-size:.75rem;transition:color .2s;opacity:.8}.site-footer__policies a:hover{opacity:1}.site-footer__social{display:flex;align-items:center;gap:.75rem}.site-footer__social a{transition:color .2s,transform .2s;display:flex}.site-footer__social a:hover{transform:scale(1.15)}.collection-header{background:#f9fafb;padding:2rem 0}.collection-header__inner{max-width:var(--max-width);margin:0 auto;padding:0 1rem}.collection-header__title{color:#1a1a1a;font-family:var(--font-heading);font-size:2.5rem;font-weight:800}.collection-header__description{color:#6b7280;margin-top:.5rem}.collection-header__count{color:#1a1a1a;margin-top:.25rem;font-size:.875rem;font-weight:700}.collection-content{max-width:var(--max-width);margin:0 auto;padding:2rem 1rem}.collection-content__inner{display:flex;gap:2rem}.collection-sidebar{width:256px;flex-shrink:0}.collection-sidebar__inner{background:#fff;border-radius:1rem;padding:1.25rem;box-shadow:0 1px 4px #0000000a;position:sticky;top:96px}.collection-sidebar__title{font-weight:700;margin-bottom:1rem}.filter-group{margin-bottom:1.5rem}.filter-group__title{font-weight:600;font-size:.875rem;margin-bottom:.5rem}.filter-option{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280;margin-bottom:.375rem;cursor:pointer}.filter-option input{accent-color:var(--color-primary)}.collection-main{flex:1;min-width:0}.collection-toolbar{display:flex;align-items:center;justify-content:flex-end;gap:1rem;margin-bottom:1.5rem;background:#fff;padding:.75rem;border-radius:.75rem;box-shadow:0 1px 4px #0000000a}.collection-toolbar select{border:1px solid #e5e7eb;border-radius:.5rem;padding:.5rem .75rem;font-size:.875rem}.collection-toolbar label{font-size:.875rem;color:#6b7280}.collection-empty{text-align:center;padding:4rem 0;color:#6b7280;grid-column:1 / -1}.pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:2rem}.pagination__link,.pagination__current{padding:.5rem .75rem;border-radius:.5rem;font-size:.875rem}.pagination__link{color:#6b7280;transition:background-color .2s}.pagination__link:hover{background:#f3f4f6}.pagination__current{background:var(--color-primary);color:#fff;font-weight:700}.breadcrumb{background:var(--color-bg-alt);border-bottom:1px solid var(--color-border)}.breadcrumb__inner{max-width:var(--max-width);margin:0 auto;padding:.75rem 1rem;display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#9ca3af;flex-wrap:wrap}.breadcrumb__inner a{transition:color .2s}.breadcrumb__inner a:hover{color:var(--color-primary)}.breadcrumb__inner span:last-child{color:#1a1a1a;font-weight:500}.product-detail{max-width:var(--max-width);margin:0 auto;padding:2rem 1rem}.product-detail__inner{display:grid;grid-template-columns:1fr 1fr;gap:2rem 3rem}.product-gallery{display:flex;gap:1rem}.product-gallery__thumbs{display:flex;flex-direction:column;gap:.75rem;max-height:520px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--color-primary) transparent;padding-right:4px}.product-gallery__thumbs::-webkit-scrollbar{width:4px}.product-gallery__thumbs::-webkit-scrollbar-track{background:transparent}.product-gallery__thumbs::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:4px}.product-gallery__thumb{width:80px;height:80px;border-radius:.75rem;overflow:hidden;border:2px solid #e5e7eb;transition:border-color .2s;cursor:pointer;flex-shrink:0;position:relative}.product-gallery__thumb.active{border-color:var(--color-primary);box-shadow:0 2px 8px #e91e8c33}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__thumb-video{position:relative;width:100%;height:100%}.product-gallery__thumb-video img{width:100%;height:100%;object-fit:cover}.product-gallery__thumb-play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000059;color:#fff;border-radius:0;transition:background .2s}.product-gallery__thumb:hover .product-gallery__thumb-play{background:#e91e8c80}.product-gallery__main{flex:1;position:relative;min-width:0}.product-gallery__main-media{border-radius:1rem;overflow:hidden;background:var(--color-bg-alt);border:1px solid var(--color-border);position:relative}.product-gallery__media-item{display:none}.product-gallery__media-item.active{display:block}.product-gallery__main-image{width:100%;aspect-ratio:1;object-fit:cover;transition:transform .5s}.product-gallery__media-item:hover .product-gallery__main-image{transform:scale(1.05)}.product-gallery__video-wrap{position:relative;width:100%;aspect-ratio:1;background:#000;display:flex;align-items:center;justify-content:center}.product-gallery__video{width:100%;height:100%;object-fit:contain;border-radius:0}.product-gallery__video-wrap iframe{width:100%;height:100%;border:none}.product-gallery__counter{position:absolute;bottom:.75rem;left:.75rem;background:#0009;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .625rem;border-radius:9999px;pointer-events:none;z-index:5}.product-gallery__badge{position:absolute;top:1rem;font-size:.875rem;font-weight:700;padding:.375rem 1rem;border-radius:9999px;color:#fff;box-shadow:0 2px 8px #00000026;z-index:5}.product-gallery__badge--discount{left:1rem;background:var(--color-accent-green)}.product-gallery__badge--tag{left:1rem;top:3.25rem;background:var(--color-primary)}.product-gallery__wishlist{position:absolute;top:1rem;right:1rem;background:#fff;border-radius:50%;padding:.75rem;box-shadow:0 2px 8px #00000026;transition:background-color .2s,color .2s;z-index:5}.product-gallery__wishlist:hover{background:var(--color-primary);color:#fff}.product-info__vendor{font-size:.875rem;font-weight:500;color:var(--color-primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.product-info__title{font-family:var(--font-heading);font-size:1.75rem;font-weight:700;color:#1a1a1a;line-height:1.3;margin-bottom:1rem}.product-info__price-box{background:var(--color-bg-alt);border-radius:.75rem;padding:1rem;margin-bottom:1.25rem}.product-info__prices{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.product-info__price{font-size:1.875rem;font-weight:800;color:#1a1a1a}.product-info__compare-price{font-size:1.125rem;color:#9ca3af;text-decoration:line-through}.product-info__savings{font-size:1rem;font-weight:700;color:var(--color-accent-green)}.product-info__tax-note{font-size:.75rem;color:#9ca3af;margin-top:.25rem}.product-info__highlights{margin-bottom:1.25rem}.product-info__highlights h3{font-weight:600;margin-bottom:.5rem}.product-info__highlights-list{display:flex;flex-wrap:wrap;gap:.5rem}.product-info__highlight-tag{display:flex;align-items:center;gap:.375rem;background:#fdf2f8;color:var(--color-primary);font-size:.875rem;font-weight:500;padding:.375rem .75rem;border-radius:9999px}.product-info__variants{margin-bottom:1.25rem}.variant-selector{margin-bottom:.75rem}.variant-selector label{font-weight:600;font-size:.875rem;margin-right:.5rem}.variant-selector select{border:1px solid #e5e7eb;border-radius:.5rem;padding:.5rem .75rem;font-size:.875rem}.product-info__quantity{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.product-info__quantity span{font-weight:600}.quantity-selector{display:flex;align-items:center;gap:.5rem;background:#f3f4f6;border-radius:9999px;padding:.25rem}.quantity-selector button{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.quantity-selector button:hover{background:#fff}.quantity-selector input,.quantity-selector span{width:40px;text-align:center;font-weight:700;font-size:1.125rem;border:none;background:transparent}.product-info__actions{display:flex;gap:.75rem;margin-bottom:1.25rem}.product-info__trust{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.trust-badge{display:flex;flex-direction:column;align-items:center;text-align:center;padding:.75rem;border-radius:.75rem;background:var(--color-bg-alt)}.trust-badge span{font-size:.75rem;font-weight:600;color:#374151;margin-top:.375rem}.trust-badge small{font-size:.625rem;color:#9ca3af}.product-tabs{margin-top:3rem;border-top:1px solid var(--color-border);padding-top:2rem}.product-tabs__nav{display:flex;gap:.25rem;border-bottom:2px solid var(--color-border);overflow-x:auto;-webkit-overflow-scrolling:touch}.product-tabs__btn{padding:.75rem 1.5rem;font-weight:600;font-size:.875rem;color:#9ca3af;position:relative;transition:color .2s;text-transform:capitalize;white-space:nowrap}.product-tabs__btn.active{color:var(--color-primary)}.product-tabs__btn.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:3px;background:var(--color-primary);border-radius:2px 2px 0 0}.product-tab{display:none;padding:1.5rem 0}.product-tab.active{display:block}.product-description{color:#1a1a1a;line-height:1.8;max-width:48rem;font-weight:300}.specifications-table{width:100%;max-width:40rem}.specifications-table tr:nth-child(2n){background:var(--color-bg-alt)}.specifications-table td{padding:.75rem 1rem;font-size:.875rem}.specifications-table td:first-child{font-weight:400;color:#1a1a1a;width:33%}.specifications-table td:last-child{color:#1a1a1a;font-weight:300}.related-products{margin-top:3rem;border-top:1px solid var(--color-border);padding-top:2rem}.cart-header{background:var(--color-primary);padding:2rem 0}.cart-header__inner{max-width:var(--max-width);margin:0 auto;padding:0 1rem}.cart-header__title{color:#fff;font-family:var(--font-heading);font-size:2rem;font-weight:800;display:flex;align-items:center;gap:.75rem}.cart-header__count{color:#fffc;margin-top:.25rem;font-size:.875rem}.cart-content{max-width:var(--max-width);margin:0 auto;padding:2rem 1rem}.cart-empty{text-align:center;padding:5rem 0}.cart-empty h2{font-size:1.5rem;font-weight:700;margin:1.5rem 0 .75rem}.cart-empty p{color:#6b7280;margin-bottom:1.5rem}.cart-layout{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{background:#fff;border-radius:1rem;padding:1rem 1.5rem;box-shadow:0 1px 4px #0000000a;display:flex;gap:1.5rem;align-items:flex-start}.cart-item__image img{width:128px;height:128px;object-fit:cover;border-radius:.75rem}.cart-item__info{flex:1;min-width:0}.cart-item__title{font-weight:600;font-size:1.125rem;transition:color .2s}.cart-item__title:hover{color:var(--color-primary)}.cart-item__vendor{font-size:.875rem;color:#9ca3af;margin-top:.25rem}.cart-item__prices{display:flex;align-items:center;gap:.75rem;margin-top:.75rem;flex-wrap:wrap}.cart-item__price{font-size:1.125rem;font-weight:700}.cart-item__compare-price{font-size:.875rem;color:#9ca3af;text-decoration:line-through}.cart-item__discount{font-size:.75rem;font-weight:700;color:var(--color-accent-green);background:#f0fdf4;padding:.125rem .5rem;border-radius:9999px}.cart-item__actions{display:flex;align-items:center;justify-content:space-between;margin-top:1rem}.cart-item__remove{color:#9ca3af;transition:color .2s;padding:.5rem}.cart-item__remove:hover{color:#ef4444}.cart-summary__inner{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 4px #0000000a;position:sticky;top:96px}.cart-summary__inner h3{font-size:1.125rem;font-weight:700;margin-bottom:1.25rem}.cart-summary__rows{border-top:1px solid var(--color-border);padding-top:1rem}.cart-summary__row{display:flex;justify-content:space-between;font-size:.875rem;margin-bottom:.75rem}.cart-summary__row span:first-child{color:#6b7280}.cart-summary__row--total{border-top:1px solid var(--color-border);padding-top:.75rem;margin-top:.75rem}.cart-summary__row--total span{font-size:1.125rem;font-weight:700;color:#1a1a1a}.cart-summary form{margin-top:1.25rem}.cart-summary__continue{display:block;text-align:center;color:#e91e8c;font-weight:600;font-size:.875rem;margin-top:.75rem;transition:text-decoration .2s}.cart-summary__continue:hover{text-decoration:underline}.page-header{background:var(--color-primary);padding:3rem 0}.page-header__inner{max-width:var(--max-width);margin:0 auto;padding:0 1rem}.page-header__title{color:#1a1a1a;font-family:var(--font-heading);font-size:2.5rem;font-weight:800}.page-content{max-width:var(--max-width);margin:0 auto;padding:3rem 1rem}.page-content__inner{max-width:48rem;margin:0 auto}.about-hero{padding:4rem 0}.about-hero__inner{max-width:var(--max-width);margin:0 auto;padding:0 1rem;display:flex;align-items:center;gap:2.5rem}.about-hero__content{flex:1}.about-hero__title{font-family:var(--font-heading);font-weight:800;margin-bottom:1.5rem;line-height:1.15}.about-hero__text{font-size:1.125rem;line-height:1.7}.about-hero__image img{width:256px;height:auto;box-shadow:0 8px 32px #0003;background:#0003;padding:1rem}.about-values{padding:4rem 0}.about-values__inner{max-width:var(--max-width);margin:0 auto;padding:0 1rem}.about-values__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem}.about-value-card{background:#fff;padding:1.5rem;box-shadow:0 1px 4px #0000000a;transition:box-shadow .3s,transform .2s}.about-value-card:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-3px)}.about-value-card__icon{width:56px;height:56px;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:transform .3s}.about-value-card:hover .about-value-card__icon{transform:scale(1.1)}.about-value-card h3{font-weight:700;margin-bottom:.5rem}.about-value-card p{font-size:.875rem;line-height:1.6}.about-stats{max-width:var(--max-width);margin:0 auto;padding:4rem 1rem}.about-stats__inner{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.about-stat{text-align:center;padding:1.5rem;border-radius:1rem;background:var(--color-bg-alt);transition:box-shadow .3s,transform .2s}.about-stat:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-3px)}.about-stat__number{font-weight:800;color:var(--stat-color, var(--color-primary));display:block}.about-stat__label{color:#6b7280;font-weight:500}.contact-hero{padding:3rem 0}.contact-hero__inner{max-width:var(--max-width);margin:0 auto;padding:0 1rem}.contact-hero__inner h1{font-family:var(--font-heading);font-weight:800}.contact-hero__inner p{margin-top:.75rem}.contact-content{max-width:var(--max-width);margin:0 auto;padding:3rem 1rem}.contact-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:3rem}.contact-card{background:#fff;padding:1.5rem;border:1px solid var(--color-border);transition:box-shadow .3s,transform .2s}.contact-card:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-3px)}.contact-card__icon{width:48px;height:48px;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:transform .3s}.contact-card:hover .contact-card__icon{transform:scale(1.1)}.contact-card h3{font-weight:700;margin-bottom:.75rem}.contact-card__details{font-size:.875rem;line-height:1.6}.contact-form-section{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem}.contact-form-wrap{padding:2rem}.contact-form-wrap h2{display:flex;align-items:center;gap:.75rem;font-family:var(--font-heading);font-weight:700;margin-bottom:1.5rem}.form-success{text-align:center;padding:3rem 0}.form-success h3{font-size:1.25rem;font-weight:700;margin:1rem 0 .5rem}.form-success p{color:#6b7280}.form-row{margin-bottom:1rem}.form-row--2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-field{margin-bottom:1rem}.form-field label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.25rem}.form-field input,.form-field textarea{width:100%;border:1px solid #e5e7eb;padding:.75rem 1rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.form-field input:focus,.form-field textarea:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #e91e8c1a}.form-field textarea{resize:none}.store-locator{background:#f3f4f6;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;min-height:400px}.store-locator h3{font-size:1.25rem;font-weight:700;margin:1rem 0 .5rem}.store-locator p{color:#6b7280;margin-bottom:1rem;max-width:20rem}.search-header{background:var(--color-primary);padding:2rem 0}.search-header__inner{max-width:var(--max-width);margin:0 auto;padding:0 1rem}.search-header__title{color:#1a1a1a;font-family:var(--font-heading);font-size:2rem;font-weight:800}@keyframes fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.lazy-section{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.lazy-section.visible{opacity:1;transform:translateY(0)}@media(max-width:1024px){.site-header__nav,.site-header__icons,.site-header__search{display:none}.site-header__mobile-toggle{display:flex}.category-grid__top{grid-template-columns:repeat(2,1fr)!important}.category-grid__bottom{grid-template-columns:1fr!important}.shop-by-age__grid{grid-template-columns:repeat(3,1fr)!important}.product-grid--3,.product-grid--4,.product-grid--5,.best-of-grid{grid-template-columns:repeat(2,1fr)!important}.site-footer__inner{grid-template-columns:repeat(3,1fr)}.product-detail__inner{grid-template-columns:1fr}.product-gallery{flex-direction:column-reverse}.product-gallery__thumbs{flex-direction:row;overflow-x:auto;overflow-y:hidden;max-height:none;-webkit-overflow-scrolling:touch;padding-right:0;padding-bottom:4px}.product-gallery__thumbs::-webkit-scrollbar{height:4px;width:auto}.product-gallery__thumb{width:60px;height:60px}.collection-content__inner{flex-direction:column}.collection-sidebar{width:100%}.cart-layout{grid-template-columns:1fr}.about-hero__inner{flex-direction:column;text-align:center}.about-values__grid,.about-stats__inner,.contact-cards{grid-template-columns:repeat(2,1fr)!important}.contact-form-section{grid-template-columns:1fr}.hero-banner__slider{min-height:350px!important}.hero-banner__image{min-height:350px!important;height:350px}.hero-banner__overlay--desktop .hero-banner__content{max-width:80%}.hero-banner__overlay--desktop .hero-banner__title{font-size:2rem!important}.hero-banner__overlay--desktop .hero-banner__subtitle{font-size:1.25rem!important}.site-header__inner{height:56px!important;padding:0 .75rem}.site-header__logo-text{font-size:1.25rem!important}.announcement-bar{padding:.375rem .5rem!important;font-size:.75rem!important}.collection-header__title{color:#1a1a1a;font-family:var(--font-heading);font-size:2.5rem;font-weight:800}.page-header__title{font-size:2rem}.trending-videos__card{flex:0 0 240px}body{padding-bottom:60px}}@media(max-width:768px){.hero-banner__overlay--desktop{display:none!important}.hero-banner__overlay--mobile{display:flex!important}.hero-banner__content--mobile{max-width:100%;padding:1rem 1.25rem}}@media(max-width:640px){.category-grid__top{grid-template-columns:1fr!important}.category-grid{padding:1.5rem .75rem}.category-card{border-radius:.75rem}.category-card img{aspect-ratio:16/9}.category-card__title{font-size:1rem!important}.category-card__overlay{padding:.75rem}.shop-by-age__grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.shop-by-age__card{padding:.5rem}.shop-by-age__image-wrap{border-radius:12px!important}.shop-by-age__label{font-size:.875rem!important}.shop-by-age__subtitle{font-size:.75rem!important}.hero-banner__arrow{padding:.375rem;opacity:.5}.hero-banner__arrow svg{width:14px;height:14px}.hero-banner__arrow:hover{opacity:.8}.product-grid--2,.product-grid--3,.product-grid--4,.product-grid--5{grid-template-columns:repeat(2,1fr)!important;gap:.625rem!important}.product-card__info{padding:.625rem}.product-card__title{font-size:.75rem}.product-card__price-current{font-size:.938rem}.product-card__add-to-cart{padding:.5rem;font-size:.75rem}.best-of-grid{grid-template-columns:1fr!important}.site-footer__inner{grid-template-columns:1fr 1fr}.site-footer__info-bar-inner{flex-direction:column;gap:.5rem;font-size:.75rem}.info-bar__dot{display:none}.site-footer__bottom-inner{flex-direction:column;align-items:center;text-align:center}.site-footer__policies{justify-content:center}.about-values__grid{grid-template-columns:1fr!important}.about-stats__inner{grid-template-columns:1fr 1fr!important}.contact-cards{grid-template-columns:1fr!important}.form-row--2{grid-template-columns:1fr}.hero-banner__slider{min-height:220px!important}.hero-banner__image{min-height:220px!important;height:220px}.hero-banner__arrow{padding:.5rem}.trending-videos{padding:1.5rem 0!important}.trending-videos__inner{padding:0 .75rem!important}.trending-videos__card{flex:0 0 180px}.trending-videos__thumb{border-radius:8px!important}.trending-videos__title{font-size:.75rem!important}.trending-videos__subtitle{font-size:.625rem!important}.trending-videos__nav{display:none}.announcement-bar__inner{gap:.25rem}.section-title{font-size:1.5rem}.section-header{margin-bottom:1.25rem}body{padding-bottom:60px}.site-header__mobile-menu{padding-bottom:80px}.cart-item{flex-direction:column;gap:1rem}.cart-item__image img{width:100%;height:180px}.product-detail{padding:1rem .75rem}.product-info__actions{flex-direction:column}.product-info__trust{grid-template-columns:repeat(3,1fr);gap:.5rem}.trust-badge{padding:.5rem .25rem}.trust-badge span{font-size:.625rem}.trust-badge small{font-size:.5rem}.product-info__title{font-size:1.25rem}.product-info__price{font-size:1.5rem}.product-gallery__thumb{width:52px;height:52px;border-radius:.5rem}.product-gallery__main-media{border-radius:.75rem}.breadcrumb__inner{padding:.5rem .75rem;font-size:.75rem}.collection-header__title{color:#1a1a1a;font-family:var(--font-heading);font-size:2.5rem;font-weight:800}.page-header__title{font-size:1.75rem}.about-hero__title{font-size:2rem!important}.nav-item__link,.mobile-nav__link,.announcement-bar__arrow,.hero-banner__arrow{min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center}.hero-banner__dot{min-height:auto;min-width:auto;width:10px;height:10px}.hero-banner__dot.active{width:1.5rem}.hero-banner__dots{bottom:.75rem;gap:.375rem}.mobile-nav__link{padding:.875rem 1rem}.mobile-nav__sublink{padding:.625rem 1rem;min-height:44px;display:flex;align-items:center}.quantity-selector button{width:44px;height:44px}.product-tabs__btn{min-height:44px;padding:.75rem 1rem}}.mobile-bottom-nav{display:none}@media(max-width:768px){.mobile-bottom-nav{display:block;position:fixed;bottom:0;left:0;right:0;z-index:1000;background:#fff;border-top:1px solid var(--color-border);box-shadow:0 -2px 12px #00000014}.mobile-bottom-nav__inner{display:flex;align-items:stretch;height:60px}.mobile-bottom-nav__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;text-decoration:none;font-size:.625rem;font-weight:500;padding:.375rem .25rem;transition:color .2s;-webkit-tap-highlight-color:transparent}.mobile-bottom-nav__item span{line-height:1}.mobile-bottom-nav__item--active{color:var(--color-primary)!important}.site-footer__bottom{padding-bottom:calc(14px + env(safe-area-inset-bottom,0px))}}@media(max-width:400px){.hero-banner__slider{min-height:180px!important}.hero-banner__image{min-height:180px!important;height:180px}.hero-banner__arrow{padding:.375rem}.hero-banner__dots{bottom:.5rem}.product-grid--2,.product-grid--3,.product-grid--4,.product-grid--5{grid-template-columns:1fr!important}.site-footer__inner{grid-template-columns:1fr}.shop-by-age__grid{grid-template-columns:repeat(2,1fr)!important}.trending-videos__card{flex:0 0 160px}}@media(max-width:768px){.cb-columns--2,.cb-columns--3{grid-template-columns:1fr!important}.cb-feature-cards,.cb-gallery__grid{grid-template-columns:repeat(2,1fr)!important}.cb-tabs__nav{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:480px){.cb-feature-cards{grid-template-columns:1fr!important}}.cb-accordion__item summary::-webkit-details-marker{display:none}.cb-accordion__icon{transition:transform .3s ease;flex-shrink:0}details[open] .cb-accordion__icon{transform:rotate(180deg)}.cb-tabs__btn{transition:color .2s,border-color .2s}.cb-tabs__btn.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:3px;background:var(--color-primary, #E91E8C);border-radius:2px 2px 0 0}.cb-feature-card{transition:transform .2s,box-shadow .2s}.cb-feature-card:hover{transform:translateY(-3px)}@media print{.site-header,.site-footer,.announcement-bar,.hero-banner__arrow,.hero-banner__dots,.whatsapp-float{display:none}body{color:#000;background:#fff}}
/*# sourceMappingURL=/cdn/shop/t/44/assets/theme.css.map */
