.featured-products{padding:7.5rem 0;background-color:#fff;overflow-x:clip;color:#0f172a;line-height:1.5;position:relative}@media(max-width: 1023px){.featured-products{padding:5rem 0}}.featured-products__container{max-width:87.5rem;margin:0 auto;padding:0 1.5rem}.featured-products .section-header{margin-bottom:2.5rem}@media(max-width: 1023px){.featured-products .section-header{margin-bottom:2rem}}.featured-products__intro{display:flex;flex-direction:column;align-items:center;margin-bottom:5rem;gap:2.5rem}@media(max-width: 1023px){.featured-products__intro{gap:2rem;margin-bottom:3rem}}.featured-products__intro-text{max-width:36rem;position:relative;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.featured-products__intro-text.is-visible{opacity:1;transform:translateY(0)}@media(max-width: 1023px){.featured-products__intro-text{text-align:center}}.featured-products__intro-accent{position:absolute;left:-1rem;top:0;width:.25rem;height:100%;background-color:rgba(48,127,144,.3)}@media(max-width: 1023px){.featured-products__intro-accent{display:none}}.featured-products__description{font-size:1.5rem;font-weight:700;color:#64748b;line-height:1.625;max-width:36rem;letter-spacing:-0.025em}@media(max-width: 1023px){.featured-products__description{font-size:1.125rem}}.featured-products__description-highlight{color:#0f172a}.featured-products__view-all{display:inline-flex;align-items:center;justify-content:center;gap:1rem;background-color:#0f172a;color:#fff;padding:1.75rem 3.5rem;border-radius:.75rem;font-size:.875rem;font-weight:900;text-transform:uppercase;letter-spacing:.4em;line-height:1.25rem;border:none;cursor:pointer;text-decoration:none;position:relative;overflow:hidden;white-space:nowrap;opacity:0;transform:scale(0.9);transition:opacity .6s ease,transform .6s ease,background-color .5s ease,box-shadow .5s ease}.featured-products__view-all.is-visible{opacity:1;transform:scale(1)}.featured-products__view-all:hover{background-color:#307f90;box-shadow:0 20px 40px rgba(48,127,144,.3)}@media(max-width: 1023px){.featured-products__view-all{width:100%;padding:1.25rem 2.5rem;font-size:.75rem}}.featured-products__view-all svg{width:1.25rem;height:1.25rem;transition:transform .5s ease}.featured-products__view-all:hover svg{transform:translateX(0.5rem)}.featured-products__view-all-shimmer{position:absolute;inset:0;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);transform:translateX(-100%);transition:transform 1s ease}.featured-products__view-all:hover .featured-products__view-all-shimmer{transform:translateX(100%)}.featured-products__grid{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:3rem}@media(max-width: 1023px){.featured-products__grid{grid-template-columns:1fr;gap:1.5rem}}.product-card{display:flex;flex-direction:column;height:100%;min-width:0;background-color:#fff;opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease;text-decoration:none;color:inherit}.product-card:nth-child(1){transition-delay:0s}.product-card:nth-child(2){transition-delay:0.1s}.product-card:nth-child(3){transition-delay:0.2s}.product-card:nth-child(4){transition-delay:0.3s}.product-card.is-visible{opacity:1;transform:translateY(0)}.product-card__image-container{position:relative;aspect-ratio:1/1;border-radius:1.5rem;background-color:#f9f9f9;overflow:hidden;margin-bottom:1.5rem;line-height:1.5}.product-card__image-inner{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:2rem}.product-card__image{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .4s ease-out}.product-card__image-container:hover .product-card__image{transform:scale(1.05)}.product-card__sale-badge{position:absolute;top:1rem;left:1rem;background-color:#ef4444;color:#fff;font-size:.625rem;font-weight:700;padding:.25rem .75rem;border-radius:9999px;text-transform:uppercase;letter-spacing:.05em}.product-card__info{display:flex;flex-direction:column;flex-grow:1;padding:0 .25rem}.product-card__meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.product-card__category{font-size:.625rem;font-weight:700;color:#d4a843;text-transform:uppercase;letter-spacing:.1em;line-height:1.5}.product-card__rating{display:flex;align-items:center;gap:.25rem}.product-card__rating svg{width:.75rem;height:.75rem}.product-card__rating-value{font-size:.625rem;font-weight:500;color:#94a3b8;line-height:1.5}.product-card__name{font-size:1.125rem;font-weight:700;color:#0f172a;margin-bottom:1rem;line-height:1.25;letter-spacing:-0.025em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card__price-row{margin-top:auto;margin-bottom:1rem}.product-card__price{display:flex;align-items:baseline;gap:.5rem}.product-card__current-price{font-size:1.25rem;font-weight:700;color:#0f172a;line-height:1.4}.product-card__was-price{font-size:.875rem;font-weight:600;color:#94a3b8;text-decoration:line-through;text-decoration-thickness:.1em}.product-card:has(.product-card__was-price) .product-card__current-price{color:#307f90}.product-card__add-btn{width:100%;padding:1rem 1rem;border-radius:.75rem;font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em;white-space:normal;text-wrap:balance;text-align:center;min-height:3rem;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;background-color:#0f172a;color:#fff;line-height:1.15;transition:background-color .5s ease,box-shadow .5s ease,transform .15s ease}@media(max-width: 1023px){.product-card__add-btn{padding:1rem 1.25rem;font-size:.75rem;letter-spacing:.18em;white-space:nowrap}}.product-card__add-btn:hover{background-color:#307f90;box-shadow:0 20px 40px rgba(48,127,144,.3)}.product-card__add-btn:active{transform:scale(0.98)}.product-card__add-btn svg{width:20px;height:20px;flex-shrink:0}@media(max-width: 1023px){.product-card__add-btn svg{width:18px;height:18px}}.product-card__add-btn--sold-out{background-color:#f1f5f9;color:#94a3b8;cursor:not-allowed}@media(prefers-reduced-motion: reduce){.featured-products__intro-text,.featured-products__view-all,.product-card{opacity:1;transform:none;transition:none}}.shop-hero{background:linear-gradient(135deg, #223849 0%, #0A2E38 50%, #0F1923 100%);margin-top:calc(-1*var(--header-height, 7rem));padding:calc(var(--header-height, 7rem) + 3rem) 0 6rem;position:relative;overflow:hidden;line-height:1.5}.shop-hero__pattern{position:absolute;inset:0;opacity:.05;pointer-events:none;background-image:linear-gradient(#6DD5E1 1px, transparent 1px),linear-gradient(90deg, #6DD5E1 1px, transparent 1px);background-size:60px 60px}.shop-hero__glow{position:absolute;border-radius:50%;pointer-events:none}.shop-hero__glow--teal{width:40rem;height:40rem;top:-10rem;right:-5rem;background:radial-gradient(circle, rgba(48, 127, 144, 0.15) 0%, transparent 70%)}.shop-hero__glow--gold{width:30rem;height:30rem;bottom:-8rem;left:-5rem;background:radial-gradient(circle, rgba(212, 168, 67, 0.08) 0%, transparent 70%)}.shop-hero__particles{position:absolute;inset:0;pointer-events:none;overflow:hidden}.shop-hero__particle{position:absolute;border-radius:50%;background:rgba(109,213,225,.06);backdrop-filter:blur(40px);border:1px solid hsla(0,0%,100%,.05)}.shop-hero__particle--1{width:20rem;height:20rem;top:10%;right:15%;animation:shop-hero-float 20s ease-in-out infinite}.shop-hero__particle--2{width:12rem;height:12rem;bottom:20%;left:10%;animation:shop-hero-float 15s ease-in-out infinite reverse}.shop-hero__particle--3{width:8rem;height:8rem;top:40%;left:50%;animation:shop-hero-float 18s ease-in-out infinite 5s}.shop-hero__wave{position:absolute;bottom:0;left:0;width:100%;color:#fff;line-height:0}.shop-hero__wave svg{display:block;width:100%;height:4rem}@media(min-width: 768px){.shop-hero__wave svg{height:6rem}}.shop-hero__container{max-width:87.5rem;margin:0 auto;padding:0 1.5rem;position:relative;z-index:10}.shop-hero__breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:hsla(0,0%,100%,.5);line-height:1.5;margin-bottom:1.5rem}.shop-hero__breadcrumb a{transition:color .3s}.shop-hero__breadcrumb a:hover{color:#6dd5e1}.shop-hero__breadcrumb span{color:#fff}.shop-hero__breadcrumb-sep{width:12px;height:12px}.shop-hero__content{display:flex;flex-direction:column;gap:1.5rem}@media(min-width: 768px){.shop-hero__content{flex-direction:row;align-items:flex-end;justify-content:space-between}}.shop-hero__title{font-size:36px;font-weight:900;color:#fff;letter-spacing:-0.05em;text-transform:uppercase;line-height:1}@media(min-width: 768px){.shop-hero__title{font-size:60px}}.shop-hero__title-accent{color:#6dd5e1}.shop-hero__subtitle{color:hsla(0,0%,100%,.7);font-weight:500;font-size:14px;line-height:1.5;border-left:2px solid #6dd5e1;padding-left:1.5rem;max-width:20rem}@media(min-width: 768px){.shop-hero__subtitle{font-size:16px}}@keyframes shop-hero-float{0%,100%{transform:translateY(0) translateX(0)}33%{transform:translateY(-2rem) translateX(1rem)}66%{transform:translateY(1rem) translateX(-1.5rem)}}.shop-pills{background:#fff;border-bottom:1px solid #f1f5f9;position:sticky;top:72px;z-index:40;line-height:1.5}.shop-pills__container{max-width:87.5rem;margin:0 auto;padding:0 1.5rem}.shop-pills__scroll{display:flex;align-items:center;gap:.5rem;overflow-x:auto;padding:1rem 0;-ms-overflow-style:none;scrollbar-width:none}.shop-pills__scroll::-webkit-scrollbar{display:none}.shop-pills__scroll{margin:0 -1.5rem;padding-left:1.5rem;padding-right:1.5rem}@media(min-width: 768px){.shop-pills__scroll{margin:0;padding-left:0;padding-right:0}}.shop-pills__btn{white-space:nowrap;padding:.625rem 1.5rem;border-radius:9999px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;line-height:1.5;transition:all .3s;border:1px solid #e2e8f0;background:#fff;color:#223849;cursor:pointer}.shop-pills__btn:hover{border-color:#0f172a;color:#0f172a}.shop-pills__btn--active{background:#0f172a;color:#fff;border-color:#0f172a;box-shadow:0 10px 15px -3px rgba(15,23,42,.2),0 4px 6px -4px rgba(15,23,42,.2)}.shop-pills__btn--active:hover{color:#fff}.shop-pills__count{margin-left:.5rem;opacity:.5}.shop-pills__btn--active .shop-pills__count{color:#fff}.shop-pills__btn:not(.shop-pills__btn--active) .shop-pills__count{color:#94a3b8}.shop-grid{background:#fff;padding:3rem 0}@media(min-width: 768px){.shop-grid{padding:6rem 0}}.shop-grid__container{max-width:87.5rem;margin:0 auto;padding:0 1.5rem}.shop-grid__layout{display:flex;flex-direction:column;gap:3rem}@media(min-width: 1024px){.shop-grid__layout{flex-direction:row}}.shop-sidebar{display:none;line-height:1.5}@media(min-width: 1024px){.shop-sidebar{display:block;width:16rem;flex-shrink:0;position:sticky;top:8rem;height:fit-content}}.shop-sidebar__group{margin-bottom:2.5rem}.shop-sidebar__title{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.2em;color:#223849;line-height:1.5;border-bottom:1px solid #f1f5f9;padding-bottom:1rem;margin-bottom:1.5rem}.shop-sidebar__cat-list{display:flex;flex-direction:column;gap:.5rem}.shop-sidebar__cat-btn{width:100%;text-align:left;padding:.5rem 0;font-size:14px;font-weight:700;line-height:1.43;color:#64748b;transition:color .3s;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.shop-sidebar__cat-btn:hover{color:#307f90}.shop-sidebar__cat-btn--active{color:#307f90;margin-bottom:.5rem}.shop-sidebar__check{display:none}.shop-sidebar__check svg{width:16px;height:16px}.shop-sidebar__cat-btn--active .shop-sidebar__check{display:block}.shop-sidebar__chevron{width:16px;height:16px;transition:transform .3s}.shop-sidebar__cat-group--expanded .shop-sidebar__chevron{transform:rotate(180deg)}.shop-sidebar__sub-list{overflow:hidden;max-height:0;opacity:0;padding-left:1rem;display:flex;flex-direction:column;gap:.25rem;transition:max-height .3s ease,opacity .3s ease}.shop-sidebar__cat-group--expanded .shop-sidebar__sub-list{max-height:300px;opacity:1}.shop-sidebar__sub-btn{width:100%;text-align:left;padding:.375rem 0;font-size:12px;font-weight:500;color:#94a3b8;transition:color .3s;cursor:pointer}.shop-sidebar__sub-btn:hover{color:#307f90}.shop-sidebar__price{display:flex;flex-direction:column;gap:1rem}.shop-sidebar__price-labels{display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:700;color:#64748b}.shop-sidebar__slider{width:100%;height:6px;background:#f1f5f9;border-radius:.5rem;appearance:none;cursor:pointer}.shop-sidebar__slider::-webkit-slider-thumb{appearance:none;width:18px;height:18px;border-radius:50%;background:#307f90;cursor:pointer;border:2px solid #fff;box-shadow:0 1px 3px rgba(0,0,0,.2)}.shop-sidebar__slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#307f90;cursor:pointer;border:2px solid #fff;box-shadow:0 1px 3px rgba(0,0,0,.2)}.shop-sidebar__price-info{font-size:10px;font-weight:900;color:#94a3b8;text-transform:uppercase;letter-spacing:.1em}.shop-sidebar__checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer}.shop-sidebar__checkbox-label>span{font-size:14px;font-weight:700;color:#64748b;transition:color .3s}.shop-sidebar__checkbox-label:hover>span{color:#307f90}.shop-sidebar__checkbox{width:20px;height:20px;border-radius:4px;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;transition:all .3s;cursor:pointer}.shop-sidebar__checkbox:hover{border-color:#307f90}.shop-sidebar__checkbox--checked{background:#307f90;border-color:#307f90}.shop-sidebar__checkbox-check{display:none}.shop-sidebar__checkbox-check svg{width:14px;height:14px;color:#fff}.shop-sidebar__checkbox--checked .shop-sidebar__checkbox-check{display:flex}.shop-sidebar__clear{display:flex;align-items:center;gap:.5rem;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.2em;color:#94a3b8;padding-top:1rem;border-top:1px solid #f1f5f9;width:100%;transition:color .3s;cursor:pointer}.shop-sidebar__clear:hover{color:#f43f5e}.shop-sidebar__clear-icon{width:12px;height:12px}.shop-main{flex-grow:1;min-width:0}.shop-main__mobile-trigger{margin-bottom:2rem}@media(min-width: 1024px){.shop-main__mobile-trigger{display:none}}.shop-main__filter-btn{width:100%;padding:1rem;background:#f8fafc;border-radius:1rem;display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:14px;font-weight:900;color:#223849;text-transform:uppercase;letter-spacing:.1em;border:1px solid #f1f5f9;transition:border-color .3s;cursor:pointer}.shop-main__filter-btn:hover{border-color:#307f90}.shop-main__filter-icon{width:16px;height:16px;color:#307f90}.shop-main__filter-count{background:#307f90;color:#fff;width:20px;height:20px;border-radius:9999px;font-size:10px;display:flex;align-items:center;justify-content:center;margin-left:.5rem}.shop-main__filter-count:empty{display:none}.shop-filters{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:2rem}.shop-filters:empty{display:none}.shop-filters__tag{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:9999px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;background:#f8fafc;color:#223849;border:1px solid #e2e8f0;cursor:pointer;transition:all .2s;line-height:1}.shop-filters__tag:hover{border-color:#f43f5e;color:#f43f5e}.shop-filters__tag-x{width:10px;height:10px;opacity:.4;transition:opacity .2s}.shop-filters__tag:hover .shop-filters__tag-x{opacity:1}.shop-filters__clear{font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.2em;color:#94a3b8;cursor:pointer;transition:color .3s;margin-left:.5rem}.shop-filters__clear:hover{color:#f43f5e}.shop-toolbar{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem;padding:1.5rem 0;border-bottom:1px solid #f1f5f9;line-height:1.5}@media(min-width: 768px){.shop-toolbar{flex-direction:row;align-items:center;justify-content:space-between}}.shop-toolbar__results p{font-size:14px;font-weight:700;color:#64748b}.shop-toolbar__bold{color:#223849;font-weight:900}.shop-toolbar__actions{display:flex;align-items:center;gap:1.5rem}.shop-toolbar__sort-wrap{display:flex;align-items:center;gap:.5rem}.shop-toolbar__sort-label{font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:#94a3b8}.shop-toolbar__sort-group{position:relative}.shop-toolbar__sort-btn{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:#fff;border:1px solid #f1f5f9;border-radius:.75rem;font-size:12px;font-weight:700;line-height:1.33;color:#223849;transition:border-color .3s;cursor:pointer}.shop-toolbar__sort-btn:hover{border-color:#307f90}.shop-toolbar__sort-chevron{width:16px;height:16px;color:#cbd5e1;transition:transform .3s}.shop-toolbar__sort-group--open .shop-toolbar__sort-chevron{transform:rotate(180deg)}.shop-toolbar__sort-dropdown{position:absolute;right:0;top:calc(100% + .5rem);width:12rem;background:#fff;border:1px solid #f1f5f9;border-radius:1rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);padding:.5rem;z-index:50;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s}.shop-toolbar__sort-group--open .shop-toolbar__sort-dropdown{opacity:1;visibility:visible}.shop-toolbar__sort-option{width:100%;text-align:left;padding:.625rem 1rem;border-radius:.75rem;font-size:12px;font-weight:700;color:#64748b;transition:all .2s;cursor:pointer}.shop-toolbar__sort-option:hover{background:#f8fafc;color:#307f90}.shop-toolbar__sort-option--active{background:rgba(48,127,144,.1);color:#307f90}.shop-toolbar__divider{width:1px;height:2rem;background:#f1f5f9;display:none}@media(min-width: 768px){.shop-toolbar__divider{display:block}}.shop-toolbar__view{display:flex;align-items:center;gap:.25rem;background:#f8fafc;padding:.25rem;border-radius:.75rem}.shop-toolbar__view-btn{padding:.5rem;border-radius:.5rem;color:#94a3b8;transition:all .3s;cursor:pointer}.shop-toolbar__view-btn svg{width:16px;height:16px}.shop-toolbar__view-btn:hover{color:#307f90}.shop-toolbar__view-btn--active{background:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);color:#307f90}.shop-products{display:grid;gap:1.5rem;line-height:1.5;grid-template-columns:1fr}@media(min-width: 768px){.shop-products{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 1280px){.shop-products{grid-template-columns:repeat(4, 1fr)}}.shop-products[data-view-mode=list]{grid-template-columns:1fr}.shop-products[data-view-mode=list] .product-card{display:flex;flex-direction:row;align-items:stretch;padding:.75rem;border-radius:.75rem;gap:1.25rem}.shop-products[data-view-mode=list] .product-card:hover{transform:translateY(-2px)}.shop-products[data-view-mode=list] .product-card__image-wrap{width:120px;min-width:120px;aspect-ratio:1/1;margin-bottom:0;border-radius:.5rem}@media(min-width: 768px){.shop-products[data-view-mode=list] .product-card__image-wrap{width:140px;min-width:140px}}.shop-products[data-view-mode=list] .product-card__badges{top:.5rem;left:.5rem}.shop-products[data-view-mode=list] .product-card__badge{font-size:8px;padding:.125rem .5rem}.shop-products[data-view-mode=list] .product-card__wishlist{width:1.5rem;height:1.5rem;top:.5rem;right:.5rem}.shop-products[data-view-mode=list] .product-card__wishlist svg{width:12px;height:12px}.shop-products[data-view-mode=list] .product-card__content{flex:1;min-width:0;justify-content:center;padding:.25rem 0}.shop-products[data-view-mode=list] .product-card__meta{margin-bottom:.375rem}.shop-products[data-view-mode=list] .product-card__name{min-height:auto;-webkit-line-clamp:1;margin-bottom:.375rem;font-size:14px}@media(min-width: 768px){.shop-products[data-view-mode=list] .product-card__name{font-size:15px}}.shop-products[data-view-mode=list] .product-card__weight{margin-bottom:.375rem}.shop-products[data-view-mode=list] .product-card__price-row{padding-top:.25rem}.shop-products[data-view-mode=list] .product-card__add-btn{margin-top:.5rem;padding:.5rem 1.25rem;width:auto;align-self:flex-start;font-size:10px}@media(min-width: 768px){.shop-products[data-view-mode=list] .product-card__add-btn{font-size:11px;padding:.625rem 1.5rem}}.product-card{background:#fff;border-radius:1rem;border:1px solid #f1f5f9;padding:1rem;line-height:1.5;transition:all .5s;position:relative;opacity:0;transform:translateY(20px)}.product-card--visible{opacity:1;transform:translateY(0)}.product-card:hover{box-shadow:0 25px 50px -12px rgba(48,127,144,.1);transform:translateY(-4px)}.product-card__image-wrap{position:relative;aspect-ratio:1/1;border-radius:.75rem;overflow:hidden;background:#f8fafc;margin-bottom:1.5rem;display:block;text-decoration:none;color:inherit}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(0.23, 1, 0.32, 1)}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__badges{position:absolute;top:.75rem;left:.75rem;display:flex;flex-direction:column;gap:.5rem;z-index:10}.product-card__badge{padding:.25rem .75rem;border-radius:.5rem;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;line-height:1.5;color:#fff;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.product-card__wishlist{position:absolute;top:.75rem;right:.75rem;width:2rem;height:2rem;border-radius:9999px;background:hsla(0,0%,100%,.8);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;color:#94a3b8;transition:all .3s;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);z-index:10;cursor:pointer}.product-card__wishlist svg{width:16px;height:16px}.product-card__wishlist:hover{color:#f43f5e;background:#fff}.product-card__overlay{position:absolute;inset:0;background:rgba(0,0,0,.05);opacity:0;transition:opacity .5s;display:none}@media(min-width: 768px){.product-card__overlay{display:block}}.product-card:hover .product-card__overlay{opacity:1}.product-card__content{display:flex;flex-direction:column;line-height:1.5}.product-card__meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.product-card__category{font-size:10px;font-weight:900;color:#94a3b8;text-transform:uppercase;letter-spacing:.1em;line-height:1.5}.product-card__rating{display:flex;align-items:center;gap:.25rem}.product-card__rating svg{width:12px;height:12px;fill:#fbbf24;color:#fbbf24}.product-card__rating span{font-size:10px;font-weight:700;color:#64748b}.product-card__name{font-size:14px;font-weight:900;color:#223849;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.5rem;transition:color .3s}.product-card:hover .product-card__name{color:#307f90}.product-card__name{margin-bottom:.75rem}.product-card__name a{color:inherit;text-decoration:none}.product-card__weight{font-size:10px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.1em;line-height:1.5;margin-bottom:.75rem}.product-card__price-row{display:flex;align-items:center;gap:.75rem;padding-top:.5rem}.product-card__price{font-size:18px;font-weight:900;color:#223849;line-height:1.556}.product-card__price--sale{color:#307f90}.product-card__price-old{font-size:12px;font-weight:700;color:#94a3b8;text-decoration:line-through}.product-card__add-btn{width:100%;position:relative;padding:1rem 1rem;border-radius:.75rem;font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em;white-space:normal;text-wrap:balance;line-height:1.15;min-height:3rem;text-align:center;transition:background-color .5s ease,box-shadow .5s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;cursor:pointer;overflow:hidden;border:none;font-family:inherit;background:#0f172a;color:#fff}@media(max-width: 1023px){.product-card__add-btn{padding:1rem 1.25rem;font-size:.75rem;letter-spacing:.18em;white-space:nowrap}}.product-card__add-btn svg{width:20px;height:20px;position:relative;z-index:1;flex-shrink:0;transition:transform .5s ease}.product-card__add-btn span{position:relative;z-index:1}.product-card__add-btn::before{content:"";position:absolute;inset:0;background:hsla(0,0%,100%,.12);transform:translateY(100%);transition:transform .5s ease;pointer-events:none}.product-card:hover .product-card__add-btn:not(.product-card__add-btn--disabled){background:#307f90;box-shadow:0 20px 40px rgba(48,127,144,.3)}.product-card:hover .product-card__add-btn:not(.product-card__add-btn--disabled)::before{transform:translateY(0)}.product-card:hover .product-card__add-btn:not(.product-card__add-btn--disabled) svg{transform:rotate(-12deg)}.product-card__add-btn--disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}.product-card__add-btn--disabled:hover{background:#f1f5f9}.product-card__add-btn--disabled::before{display:none}.product-card__add-btn--added{background:#10b981;box-shadow:none}.product-card__add-btn--added::before{display:none}.shop-pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:4rem 0}.shop-pagination:empty{display:none}.shop-pagination__btn{width:3rem;height:3rem;border-radius:.75rem;border:1px solid #f1f5f9;display:flex;align-items:center;justify-content:center;color:#223849;transition:all .3s;cursor:pointer}.shop-pagination__btn svg{width:20px;height:20px}.shop-pagination__btn:hover{border-color:#0f172a;color:#0f172a}.shop-pagination__btn--disabled{color:#e2e8f0;cursor:not-allowed}.shop-pagination__btn--disabled:hover{border-color:#f1f5f9;color:#e2e8f0}.shop-pagination__pages{display:flex;align-items:center;gap:.5rem}.shop-pagination__page{width:3rem;height:3rem;border-radius:.75rem;font-size:14px;font-weight:900;border:1px solid #f1f5f9;background:#fff;color:#223849;transition:all .3s;cursor:pointer}.shop-pagination__page:hover{border-color:#0f172a;color:#0f172a}.shop-pagination__page--active{background:#0f172a;color:#fff;border-color:#0f172a;box-shadow:0 10px 15px -3px rgba(15,23,42,.2)}.shop-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8rem 0;text-align:center}.shop-empty__icon-wrap{width:6rem;height:6rem;background:#f8fafc;border-radius:9999px;display:flex;align-items:center;justify-content:center;color:#cbd5e1;margin-bottom:2rem}.shop-empty__icon{width:2.5rem;height:2.5rem}.shop-empty__title{font-size:24px;font-weight:900;color:#223849;letter-spacing:-0.05em;text-transform:uppercase;margin-bottom:1rem}.shop-empty__text{color:#64748b;font-weight:500;max-width:24rem;margin-bottom:2.5rem;line-height:1.625}.shop-empty__btn{display:flex;align-items:center;gap:.75rem;padding:1.25rem 2.5rem;background:#307f90;color:#fff;border-radius:9999px;font-weight:900;font-size:14px;text-transform:uppercase;letter-spacing:.2em;box-shadow:0 20px 25px -5px rgba(48,127,144,.2);transition:background .3s;cursor:pointer}.shop-empty__btn:hover{background:#285d7d}.shop-empty__btn-icon{width:20px;height:20px}.shop-drawer{position:fixed;inset:0;z-index:100;pointer-events:none}.shop-drawer--open{pointer-events:auto}.shop-drawer__backdrop{position:fixed;inset:0;background:rgba(0,0,0,.4);backdrop-filter:blur(4px);opacity:0;transition:opacity .3s}.shop-drawer--open .shop-drawer__backdrop{opacity:1}.shop-drawer__panel{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:3rem 3rem 0 0;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;transform:translateY(100%);transition:transform .4s cubic-bezier(0.32, 0.72, 0, 1)}.shop-drawer--open .shop-drawer__panel{transform:translateY(0)}.shop-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid #f1f5f9}.shop-drawer__header-left{display:flex;align-items:center;gap:.75rem}.shop-drawer__header-icon{width:20px;height:20px;color:#307f90}.shop-drawer__header-title{font-size:18px;font-weight:900;color:#223849;text-transform:uppercase;letter-spacing:-0.05em}.shop-drawer__close{width:2.5rem;height:2.5rem;border-radius:9999px;background:#f8fafc;display:flex;align-items:center;justify-content:center;color:#94a3b8;transition:color .3s;cursor:pointer}.shop-drawer__close svg{width:20px;height:20px}.shop-drawer__close:hover{color:#f43f5e}.shop-drawer__body{flex-grow:1;overflow-y:auto;padding:2rem;padding-bottom:8rem;-ms-overflow-style:none;scrollbar-width:none}.shop-drawer__body::-webkit-scrollbar{display:none}.shop-drawer__section{margin-bottom:2.5rem}.shop-drawer__section-title{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.2em;line-height:1.5;color:#223849;margin-bottom:1.5rem}.shop-drawer__pills{display:flex;flex-wrap:wrap;gap:.5rem}.shop-drawer__pill{padding:.625rem 1.25rem;border-radius:.75rem;font-size:12px;font-weight:700;border:1px solid #f1f5f9;background:#fff;color:#64748b;transition:all .3s;cursor:pointer}.shop-drawer__pill--active{background:#307f90;border-color:#307f90;color:#fff}.shop-drawer__price{display:flex;flex-direction:column;gap:1rem}.shop-drawer__price-labels{display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:700;color:#64748b}.shop-drawer__slider{width:100%;height:6px;background:#f1f5f9;border-radius:.5rem;appearance:none;cursor:pointer}.shop-drawer__slider::-webkit-slider-thumb{appearance:none;width:18px;height:18px;border-radius:50%;background:#307f90;cursor:pointer;border:2px solid #fff;box-shadow:0 1px 3px rgba(0,0,0,.2)}.shop-drawer__slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#307f90;cursor:pointer;border:2px solid #fff;box-shadow:0 1px 3px rgba(0,0,0,.2)}.shop-drawer__checkbox-label{display:flex;align-items:center;gap:1rem;cursor:pointer}.shop-drawer__checkbox-label>span{font-size:14px;font-weight:700;color:#64748b}.shop-drawer__checkbox{width:24px;height:24px;border-radius:.5rem;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;transition:all .3s;cursor:pointer}.shop-drawer__checkbox--checked{background:#307f90;border-color:#307f90}.shop-drawer__checkbox-check{display:none}.shop-drawer__checkbox-check svg{width:16px;height:16px;color:#fff}.shop-drawer__checkbox--checked .shop-drawer__checkbox-check{display:flex}.shop-drawer__clear{font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.2em;color:#94a3b8;transition:color .3s;width:100%;text-align:center;cursor:pointer}.shop-drawer__clear:hover{color:#f43f5e}.shop-drawer__footer{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:hsla(0,0%,100%,.8);backdrop-filter:blur(24px);border-top:1px solid #f1f5f9}.shop-drawer__cta{width:100%;padding:1.25rem;background:#307f90;color:#fff;border-radius:1rem;font-weight:900;font-size:14px;text-transform:uppercase;letter-spacing:.3em;box-shadow:0 20px 25px -5px rgba(48,127,144,.2);cursor:pointer;transition:background .3s}.shop-drawer__cta:hover{background:#285d7d}.tf-card-badge{position:absolute;top:1rem;left:1rem;z-index:5;display:inline-block;padding:.3125rem .625rem;border-radius:.5rem;font-size:.625rem;font-weight:900;line-height:1;text-transform:uppercase;letter-spacing:.08em;color:#fff;white-space:nowrap;box-shadow:0 4px 12px rgba(0,0,0,.15)}.tf-card-badge--oos{background:#64748b}.tf-card-badge--sale{background:#dc2626}.tf-card-badge--new{background:#307f90}.tf-card-badge--best-seller{background:#d4a843;color:#0f1923}.tf-card-badge--save{background:#307f90}.tf-card-img--oos{filter:grayscale(0.6);opacity:.75}.product-card__badges .tf-card-badge{position:static}.tf-btn--oos{background:#e2e8f0 !important;color:#475569 !important;cursor:not-allowed !important;pointer-events:none}.tf-btn--oos:hover,.tf-btn--oos:focus{transform:none !important;background:#e2e8f0 !important}