.all-products-section{padding:5rem 0;background-color:var(--color-surface);border-radius:var(--radius-lg);margin:2rem auto;box-shadow:var(--shadow-sm)}.all-products-section .section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--color-text-primary)}.product-card{background:var(--color-background);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease;display:flex;flex-direction:column}.product-badge--new{background-color:var(--color-accent);color:#fff}.product-card__info{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.product-card__title{font-size:1rem;font-weight:600;margin-bottom:.5rem;line-height:1.4}.product-card__price{font-weight:700;color:var(--color-text-primary);font-size:1.125rem}.all-products-footer{margin-top:3.5rem}.all-products-view-btn{padding:12px 32px;font-size:1rem;font-weight:600}.cart-section{padding:4rem 0}.cart-header{margin-bottom:3rem}.cart-title{font-size:clamp(2rem,4vw,3rem);font-weight:700}.cart-layout{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}@media(min-width:992px){.cart-layout{grid-template-columns:2fr 1fr}}.cart-items{display:flex;flex-direction:column;gap:1.5rem}.cart-item{display:grid;grid-template-columns:90px 1fr;gap:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--color-border)}@media(min-width:576px){.cart-item{grid-template-columns:120px 1fr auto}}.cart-item__media{border-radius:var(--radius-md);overflow:hidden;background-color:#f7f7f7;aspect-ratio:1}.cart-item__img{width:100%;height:100%;object-fit:cover}.cart-item__details{display:flex;flex-direction:column;justify-content:center}.cart-item__title{font-size:1.125rem;font-weight:600;margin-bottom:.25rem}.cart-item__title a{color:var(--color-text-primary)}.cart-item__title a:hover{color:var(--color-accent)}.cart-item__variant{font-size:.875rem;color:var(--color-text-secondary);margin-bottom:.75rem}.cart-item__price-mobile{font-weight:600;font-size:1rem;margin-bottom:.75rem}@media(min-width:576px){.cart-item__price-mobile{display:none}}.cart-item__actions{display:flex;align-items:center;gap:1.5rem}.cart-item__qty-input{width:60px;padding:8px;border-radius:var(--radius-sm);border:1px solid var(--color-border);text-align:center;font-size:.875rem}.cart-item__remove{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-text-secondary);font-size:.875rem;font-weight:500;transition:color .2s ease}.cart-item__remove:hover{color:#e23e3e}.icon-trash{width:16px;height:16px}.cart-item__price-desktop{display:none;flex-direction:column;justify-content:center;align-items:flex-end;min-width:100px}@media(min-width:576px){.cart-item__price-desktop{display:flex}}.cart-item__price-label{font-size:.75rem;color:var(--color-text-secondary);text-transform:uppercase;font-weight:500;margin-bottom:.25rem}.cart-item__price-value{font-size:1.125rem;font-weight:700;color:var(--color-text-primary)}.cart-update-actions{display:flex;justify-content:flex-end}.cart-update-btn{padding:10px 20px;font-size:.875rem}.cart-summary{padding:2.5rem;border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.2);box-shadow:var(--shadow-md);background:#ffffff80}.cart-summary__title{font-size:1.5rem;font-weight:700;margin-bottom:2rem;letter-spacing:-.02em}.cart-summary__row{display:flex;justify-content:space-between;align-items:center;font-size:1.125rem;margin-bottom:1.5rem;border-bottom:1px solid var(--color-border);padding-bottom:1.5rem}.cart-summary__subtotal{font-weight:700;font-size:1.5rem;color:var(--color-text-primary)}.cart-summary__notice{font-size:.875rem;color:var(--color-text-secondary);line-height:1.4;margin-bottom:2rem}.cart-checkout-btn{width:100%;padding:16px 32px;font-size:1.125rem;font-weight:600;margin-bottom:2rem}.bold-trust-badge{border-top:1px solid var(--color-border);padding-top:1.5rem;margin-top:1.5rem}.bold-trust-badge__header{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.bold-dot{width:8px;height:8px;background-color:#00d07c;border-radius:50%}.bold-trust-badge__text{font-size:.75rem;color:var(--color-text-secondary);line-height:1.4;margin-bottom:1rem}.bold-trust-badge__icons{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.bold-icon{font-size:.65rem;font-weight:700;background-color:#eaeaea;color:#333;padding:4px 8px;border-radius:4px;text-transform:uppercase}.bold-logo{background-color:#e30613;color:#fff}.cart-empty{padding:6rem 0;max-width:400px;margin:0 auto}.cart-empty__icon{color:var(--color-text-secondary);margin-bottom:2rem}.cart-empty__icon svg{width:64px;height:64px}.cart-empty__title{font-size:1.75rem;font-weight:700;margin-bottom:.75rem}.cart-empty__text{color:var(--color-text-secondary);margin-bottom:2rem;line-height:1.5}.cart-empty__btn{padding:12px 28px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.collection-section{padding:4rem 0}.collection-header{margin-bottom:3rem;display:flex;flex-direction:column;align-items:flex-start}.collection-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:.5rem;color:var(--color-text-primary)}.collection-desc{font-size:1.125rem;color:var(--color-text-secondary);max-width:600px;line-height:1.5;margin-bottom:2rem}.collection-quick-nav{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem;width:100%}.quick-nav-pill{padding:8px 20px;border-radius:var(--radius-pill);background-color:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-primary);font-size:.875rem;font-weight:500;transition:all .2s ease;text-decoration:none}.quick-nav-pill:hover{border-color:var(--color-text-primary);background-color:#00000005;color:var(--color-text-primary)}.quick-nav-pill.is-active{background-color:#0071e3;border-color:#0071e3;color:#fff!important}.catalog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:2rem}.product-card{background:var(--color-surface);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.product-card__media{position:relative;width:100%;aspect-ratio:1;overflow:hidden;background-color:#f7f7f7}.product-card__img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.product-card:hover .product-card__img{transform:scale(1.05)}.product-badge{position:absolute;top:1rem;left:1rem;padding:4px 12px;font-size:.75rem;font-weight:600;border-radius:var(--radius-pill);z-index:10;text-transform:uppercase}.product-badge--sale{background-color:#e23e3e;color:#fff}.product-card__actions{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(to top,rgba(0,0,0,.4),transparent);display:flex;justify-content:center;transform:translateY(100%);transition:transform .3s cubic-bezier(.16,1,.3,1);z-index:15}.product-card:hover .product-card__actions{transform:translateY(0)}.product-card__btn-quick{width:100%;padding:10px 20px;font-size:.875rem;background-color:var(--color-surface);color:var(--color-text-primary);border:none}.product-card__btn-quick:hover{background-color:var(--color-button-bg);color:var(--color-button-text)}.product-card__info{padding:1.25rem;display:flex;flex-direction:column;flex-grow:1}.product-card__vendor{font-size:.75rem;color:var(--color-text-secondary);text-transform:uppercase;font-weight:500;margin-bottom:.25rem}.product-card__title{font-size:.95rem;font-weight:600;margin-bottom:.5rem;line-height:1.4}.product-card__title a{color:var(--color-text-primary)}.product-card__title a:hover{color:var(--color-accent)}.product-card__price-wrapper{display:flex;align-items:center;gap:.75rem;margin-top:auto}.product-card__price{font-weight:700;color:var(--color-text-primary);font-size:1.05rem}.product-card__compare-price{color:var(--color-text-secondary);text-decoration:line-through;font-size:.875rem}.pagination-container{margin-top:4rem;display:flex;justify-content:center}.pagination-container a,.pagination-container span{padding:8px 16px;margin:0 4px;border-radius:var(--radius-sm);border:1px solid var(--color-border);color:var(--color-text-primary)}.pagination-container .current{background-color:var(--color-button-bg);color:var(--color-button-text);border-color:var(--color-button-bg)}.collection-empty{padding:4rem 0}.collection-empty p{color:var(--color-text-secondary);margin-bottom:1.5rem}.collections-section{padding:4rem 0}.collections-header{margin-bottom:3rem}.collections-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:.5rem}.collections-desc{font-size:1.125rem;color:var(--color-text-secondary);max-width:600px;line-height:1.5}.collections-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--grid-gap, 2rem)}.collection-item-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;height:350px;box-shadow:var(--shadow-sm);transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease;display:block}.collection-item-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.collection-item-card__media{width:100%;height:100%;overflow:hidden;background-color:#f0f0f0}.collection-item-card__img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.collection-item-card:hover .collection-item-card__img{transform:scale(1.05)}.collection-item-card .placeholder-svg{fill:#ccc}.collection-item-card__content{position:absolute;bottom:1.25rem;left:1.25rem;right:1.25rem;padding:1.25rem;border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.2);display:flex;flex-direction:column;align-items:flex-start}.collection-item-card__title{color:var(--color-text-primary);font-size:1.25rem;font-weight:600;margin-bottom:.25rem}.collection-item-card__count{color:var(--color-text-secondary);font-size:.875rem;font-weight:500}.complementary-products-section{padding:5rem 0;position:relative;background-color:var(--color-background)}.complementary-products-section .section-title{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;color:var(--color-text-primary);margin-bottom:3.5rem;letter-spacing:-.02em}.comp-carousel-wrapper{position:relative;width:100%;display:flex;align-items:center}.comp-carousel-viewport{width:100%;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:1rem 0}.comp-carousel-viewport::-webkit-scrollbar{display:none}.comp-carousel-track{display:flex;flex-wrap:nowrap;gap:2rem}.comp-card{flex:0 0 calc(100% - 2rem);scroll-snap-align:center;display:flex;flex-direction:column;align-items:center}@media(min-width:576px){.comp-card{flex:0 0 calc(50% - 1rem)}}@media(min-width:992px){.comp-card{flex:0 0 calc(33.333% - 1.333rem)}}.comp-card__media-container{width:100%;max-width:380px;aspect-ratio:1.1;background:#fff;border:1px solid #e2e8f0;border-radius:var(--radius-md);overflow:hidden;display:flex;align-items:center;justify-content:center;padding:2.5rem;transition:box-shadow .3s ease,border-color .3s ease}.comp-card:hover .comp-card__media-container{box-shadow:0 4px 20px #0000000f;border-color:#cbd5e1}.comp-card__media-link{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.comp-card__img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;transition:transform .4s ease}.comp-card:hover .comp-card__img{transform:scale(1.03)}.comp-card .placeholder-svg{width:100%;height:100%;fill:#ddd;background-color:#fafafa}.comp-card__info{padding:1.5rem 1rem 0;width:100%;max-width:380px;display:flex;flex-direction:column;align-items:center}.comp-card__title{font-size:1rem;font-weight:600;margin-bottom:.5rem;line-height:1.4;height:2.8rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.comp-card__title a{color:#1a1a1a}.comp-card__title a:hover{color:var(--color-accent)}.comp-card__price-wrapper{margin-bottom:.5rem}.comp-card__price{font-size:1.125rem;font-weight:700;color:#111}.comp-card__rating{display:flex;align-items:center;gap:.25rem;font-size:.825rem;margin-bottom:.5rem}.comp-card__rating-value{font-weight:700;color:#111}.comp-card__stars{color:#ff9f0a;font-size:.9rem;letter-spacing:.05em}.comp-card__reviews-count{color:#86868b}.comp-card__sales-badge{display:inline-flex;align-items:center;gap:.25rem;font-size:.825rem;color:#0071e3;font-weight:600;margin-bottom:1.25rem}.info-icon{display:inline-flex;align-items:center;color:#86868b;cursor:help}.info-icon svg{width:14px;height:14px}.comp-card__btn-cart{background-color:#0071e3;color:#fff;border-radius:var(--radius-pill);font-size:.875rem;font-weight:600;padding:10px 28px;border:none;transition:all .2s ease}.comp-card__btn-cart:hover{background-color:#0077ed;transform:scale(1.03)}.comp-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background-color:#0071e3;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0071e359;z-index:20;transition:all .2s ease}.comp-carousel-btn:hover{background-color:#0077ed;transform:translateY(-50%) scale(1.08);box-shadow:0 6px 16px #0071e373}.comp-carousel-btn--prev{left:-24px}.comp-carousel-btn--next{right:-24px}@media(max-width:576px){.comp-carousel-btn--prev{left:-10px}.comp-carousel-btn--next{right:-10px}}.comp-carousel-btn svg{width:20px;height:20px}.contact-section{padding:5rem 0 8rem}.contact-header{margin-bottom:4rem}.contact-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;letter-spacing:-.04em;color:var(--color-text-primary);margin-bottom:1rem}.contact-subtitle{font-size:clamp(1.1rem,2vw,1.25rem);color:var(--color-text-secondary);max-width:600px;margin:0 auto;line-height:1.6}.contact-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:992px){.contact-grid{grid-template-columns:1.2fr 1.8fr;align-items:start}}.contact-info-card,.contact-form-card{padding:3rem 2rem;border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-lg);background:var(--color-surface)}@media(min-width:576px){.contact-info-card,.contact-form-card{padding:4rem 3rem}}.contact-card-title{font-size:1.75rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem;color:var(--color-text-primary)}.contact-card-description{font-size:1rem;color:var(--color-text-secondary);line-height:1.6;margin-bottom:2.5rem}.contact-details-list{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.contact-detail-item{display:flex;gap:1.25rem;align-items:flex-start}.contact-detail-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-md);background:#0071e314;color:var(--color-accent);flex-shrink:0}.contact-detail-content{display:flex;flex-direction:column;gap:.25rem}.contact-detail-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600;color:var(--color-text-secondary)}.contact-detail-link,.contact-detail-value{font-size:1.05rem;font-weight:500;color:var(--color-text-primary);transition:color .2s ease}.contact-detail-link:hover{color:var(--color-accent)}.contact-socials-wrapper{border-top:1px solid var(--color-border);padding-top:2rem}.contact-social-icons{display:flex;gap:1.25rem;margin-top:1rem}.contact-social-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-pill);border:1px solid var(--color-border);color:var(--color-text-secondary);background:transparent;transition:all .3s cubic-bezier(.16,1,.3,1)}.contact-social-link:hover{color:var(--color-accent-hover);border-color:var(--color-accent);transform:translateY(-2px);background:#0071e30a}.contact-form{display:flex;flex-direction:column;gap:1.75rem}.form-row{display:grid;grid-template-columns:1fr;gap:1.75rem}@media(min-width:768px){.form-row{grid-template-columns:repeat(2,1fr)}}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.9rem;font-weight:600;color:var(--color-text-primary)}.required-star{color:#e02424}.form-input{width:100%;min-height:48px;padding:12px 16px;border-radius:var(--radius-md);border:1px solid var(--color-border);background-color:transparent;color:var(--color-text-primary);font-size:1rem;font-family:var(--font-body);transition:border-color .25s ease,box-shadow .25s ease;outline:none}.form-input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #0071e326}.form-textarea{resize:vertical;min-height:120px}.submit-contact-btn{align-self:flex-start;display:inline-flex;align-items:center;gap:.75rem;padding:14px 32px;font-size:1.05rem;font-weight:600;background-color:var(--color-button-bg);color:var(--color-button-text);border-radius:var(--radius-pill);box-shadow:0 4px 12px #0000001a;transition:all .3s cubic-bezier(.16,1,.3,1)}.submit-contact-btn:hover{background-color:var(--color-button-hover);transform:translateY(-2px);box-shadow:0 8px 20px #00000026}.submit-contact-btn:active{transform:translateY(0)}.btn-arrow-icon{transition:transform .25s ease}.submit-contact-btn:hover .btn-arrow-icon{transform:translate(2px,-2px)}.form-success-wrapper{display:flex;align-items:center;gap:1rem;background-color:#ecfdf5;border:1px solid #a7f3d0;border-radius:var(--radius-md);padding:1.5rem}.success-check-icon{color:#059669;flex-shrink:0}.form-success-msg{color:#065f46;font-weight:500;font-size:1rem;line-height:1.5}.form-errors-wrapper{display:flex;align-items:flex-start;gap:1rem;background-color:#fdf2f2;border:1px solid #fde8e8;border-radius:var(--radius-md);padding:1.5rem}.error-cross-icon{color:#e02424;flex-shrink:0;margin-top:.125rem}.form-errors-list{color:#9b1c1c;font-size:.95rem}.form-errors-list ul{list-style-position:inside;margin-top:.5rem}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.featured-collection{padding:4rem 0;background-color:var(--color-background)}.featured-collection__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2rem}.featured-collection__title{font-size:clamp(1.5rem,3vw,2.5rem);margin:0}.featured-collection__link{font-weight:500;font-size:.875rem}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.product-grid{grid-template-columns:repeat(3,1fr);gap:2rem}.featured-collection{padding:6rem 0}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-card{display:block;background:var(--color-surface);border-radius:var(--radius-md);overflow:hidden;color:inherit;transition:box-shadow .3s ease,transform .3s ease;height:100%}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.product-card__image-wrapper{position:relative;padding-top:100%;background-color:#f8f8f8;overflow:hidden}.product-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;padding:1rem;transition:transform .5s ease}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__info{padding:1.5rem;text-align:center}.product-card__title{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:var(--color-text-primary)}.product-card__price{font-size:.875rem;color:var(--color-text-secondary)}.price-sale{color:#e30000;font-weight:600;margin-right:.5rem}.price-compare{text-decoration:line-through;opacity:.6}.footer-section{background-color:#111112;color:#a1a1a6;padding:5rem 0 0;margin-top:5rem;font-size:.9rem;border-top:1px solid rgba(255,255,255,.05)}.footer-grid{display:grid;grid-template-columns:1fr;gap:3rem;padding-bottom:4rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.footer-grid{grid-template-columns:2fr 1fr 1.2fr 1.5fr}}.footer-col{display:flex;flex-direction:column}.footer-col__title{color:#f5f5f7;font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;letter-spacing:-.01em}.footer-about__text{line-height:1.6;margin-bottom:1.5rem}.footer-socials{display:flex;gap:1rem}.footer-social-link{color:#86868b;display:flex;align-items:center;justify-content:center;transition:color .2s ease,transform .2s ease}.footer-social-link:hover{color:#f5f5f7;transform:translateY(-2px)}.social-icon{width:20px;height:20px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#a1a1a6;transition:color .2s ease}.footer-links a:hover{color:#f5f5f7}.footer-contact__item{margin-bottom:.75rem;line-height:1.5}.footer-contact__item strong{color:#f5f5f7}.footer-payments__text{line-height:1.5;margin-bottom:1rem}.footer-payment-icons{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.payment-icon-svg{width:38px;height:24px;background-color:#ffffff14;padding:2px;border-radius:4px}.custom-card-badge{font-size:.7rem;background-color:#ffffff14;color:#f5f5f7;padding:4px 8px;border-radius:4px;font-weight:500;text-transform:uppercase}.footer-bottom{border-top:1px solid rgba(255,255,255,.05);padding:2rem 0;margin-top:4rem;font-size:.8rem;color:#86868b}.footer-bottom__inner{display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}@media(min-width:768px){.footer-bottom__inner{flex-direction:row;justify-content:space-between;text-align:left}}.footer-bottom a{color:#86868b}.footer-bottom a:hover{color:#f5f5f7}.header{position:sticky;top:0;z-index:100;width:100%;transition:all .3s ease;border-bottom:1px solid rgba(0,0,0,.05);background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.header__inner{height:52px;display:flex;align-items:center;justify-content:space-between}.header__title{font-size:1.25rem;font-weight:800;letter-spacing:-.04em;margin:0}.header__logo{color:#1d1d1f;text-decoration:none;transition:opacity .2s ease}.header__logo:hover{opacity:.7}.header__nav{display:none;height:100%;margin:0 auto}@media(min-width:768px){.header__nav{display:block}}.header__menu{display:flex;gap:3.5rem;list-style:none;padding:0;margin:0;height:100%;align-items:center}.header__menu-item{position:relative;height:100%;display:flex;align-items:center}.header__menu-link{color:#86868b;font-size:12px;font-weight:400;padding:10px 0;display:inline-flex;align-items:center;gap:.25rem;transition:color .2s ease;text-decoration:none}.header__menu-link:hover{color:#1d1d1f}.icon-chevron-down{width:10px;height:10px;transition:transform .3s ease}.header__menu-item--has-dropdown:hover .icon-chevron-down{transform:rotate(180deg)}.header__dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(10px);width:180px;background:#fffffff2;border:1px solid rgba(0,0,0,.06);border-radius:var(--radius-md);padding:.75rem 0;list-style:none;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transition:transform .3s cubic-bezier(.16,1,.3,1),opacity .3s,visibility .3s;pointer-events:none}.header__menu-item--has-dropdown:hover .header__dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%) translateY(-5px);pointer-events:auto}.header__dropdown-item{width:100%}.header__dropdown-link{display:block;padding:.5rem 1.25rem;color:#515154;font-size:.8rem;font-weight:500;transition:all .2s ease}.header__dropdown-link:hover{color:#1d1d1f;background-color:#00000008}.header__icons{display:flex;align-items:center;gap:1.25rem}.header__icon{color:#1d1d1f;display:flex;align-items:center;justify-content:center;position:relative;transition:opacity .2s ease}.header__icon:hover{opacity:.65}.header__icon svg{width:20px;height:20px}.cart-count{position:absolute;top:-5px;right:-7px;background-color:#0071e3;color:#fff;font-size:.6rem;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0000001a}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.hero-carousel-section{position:relative;width:100%;height:70vh;min-height:500px;max-height:800px;overflow:hidden;background-color:#000}.hero-carousel-slider{width:100%;height:100%;position:relative}.hero-carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:1;visibility:hidden;transition:opacity .8s cubic-bezier(.25,.46,.45,.94),visibility .8s}.hero-carousel-slide.is-active{opacity:1;z-index:2;visibility:visible}.hero-carousel-slide__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-carousel-slide__bg:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000004d,#0009);z-index:2}.hero-carousel-slide__image{width:100%;height:100%;object-fit:cover;transform:scale(1.05);transition:transform 6s ease-out}.hero-carousel-slide.is-active .hero-carousel-slide__image{transform:scale(1)}.hero-carousel-slide__bg .placeholder-svg{width:100%;height:100%;fill:#333;background-color:#222}.hero-carousel-slide__content-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;display:flex;align-items:center;justify-content:center}.hero-carousel-slide__content{color:#fff;max-width:800px;padding:0 2rem}.hero-carousel-slide .animate-item{opacity:0;transform:translateY(20px);transition:transform .6s cubic-bezier(.16,1,.3,1),opacity .6s ease}.hero-carousel-slide.is-active .animate-item{opacity:1;transform:translateY(0)}.hero-carousel-slide.is-active .hero-carousel-slide__subheading{transition-delay:.1s}.hero-carousel-slide.is-active .hero-carousel-slide__title{transition-delay:.2s}.hero-carousel-slide.is-active .hero-carousel-slide__text{transition-delay:.3s}.hero-carousel-slide.is-active .hero-carousel-slide__btn{transition-delay:.4s}.hero-carousel-slide__subheading{color:#fffc;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.15em;margin-bottom:1rem}.hero-carousel-slide__title{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700;line-height:1.1;letter-spacing:-.04em;margin-bottom:1.5rem}.hero-carousel-slide__text{font-size:clamp(1rem,2vw,1.25rem);color:#ffffffd9;line-height:1.6;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-carousel-slide__btn{padding:16px 36px;font-size:1.125rem;background-color:#fff;color:#000;border:none}.hero-carousel-slide__btn:hover{background-color:var(--color-accent);color:#fff}.hero-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:#ffffff26;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.2);color:#fff;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s}.hero-carousel-arrow:hover{background:#ffffff4d;transform:translateY(-50%) scale(1.05)}.hero-carousel-arrow--prev{left:1.5rem}.hero-carousel-arrow--next{right:1.5rem}.hero-carousel-arrow svg{width:24px;height:24px}.hero-carousel-dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:10;display:flex;gap:.75rem}.hero-carousel-dot{width:10px;height:10px;border-radius:50%;background:#fff6;border:none;cursor:pointer;padding:0;transition:background .3s,transform .3s}.hero-carousel-dot:hover{background:#fffc}.hero-carousel-dot.is-active{background:#fff;transform:scale(1.2)}.hero-premium{padding:6rem 0 4rem;text-align:center;background-color:var(--color-background);overflow:hidden}.hero-premium__content{max-width:800px;margin:0 auto;padding:0 2rem}.hero-premium__subheading{color:var(--color-text-secondary);font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.hero-premium__heading{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700;line-height:1.1;letter-spacing:-.04em;color:var(--color-text-primary);margin-bottom:1.5rem}.hero-premium__text{font-size:clamp(1rem,2vw,1.25rem);color:var(--color-text-secondary);line-height:1.6;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-premium__btn{padding:16px 32px;font-size:1.125rem;margin-bottom:4rem}.hero-premium__image-wrapper{max-width:1200px;margin:0 auto;padding:0 1rem}.hero-premium__image{width:100%;height:auto;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);display:block;object-fit:cover}.placeholder-wrapper{background-color:#f0f0f0;border-radius:var(--radius-lg);overflow:hidden}.placeholder-svg{width:100%;height:600px;fill:#ccc}@media(min-width:768px){.hero-premium{padding:8rem 0 6rem}.hero-premium__image-wrapper{padding:0 2rem}}.newsletter-section{padding:6rem 0;display:flex;justify-content:center;align-items:center}.newsletter-box{width:100%;max-width:800px;padding:4rem 2rem;border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.2);text-align:center;box-shadow:var(--shadow-lg);background:#ffffff73}.newsletter-box__title{font-size:clamp(2rem,3.5vw,2.75rem);font-weight:700;color:var(--color-text-primary);margin-bottom:1rem;letter-spacing:-.03em}.newsletter-box__text{font-size:clamp(1rem,2vw,1.125rem);color:var(--color-text-secondary);margin-bottom:2.5rem;max-width:500px;margin-left:auto;margin-right:auto;line-height:1.5}.newsletter-box__form-wrapper{max-width:500px;margin:0 auto}.newsletter-form__input-group{display:flex;flex-direction:column;gap:1rem;width:100%}@media(min-width:576px){.newsletter-form__input-group{flex-direction:row;background:var(--color-surface);padding:6px;border-radius:var(--radius-pill);border:1px solid var(--color-border);box-shadow:var(--shadow-sm)}}.newsletter-form__input{flex-grow:1;border:1px solid var(--color-border);padding:14px 20px;font-size:1rem;border-radius:var(--radius-pill);background:transparent;color:var(--color-text-primary);outline:none;transition:border-color .2s ease,box-shadow .2s ease}@media(min-width:576px){.newsletter-form__input{border:none;padding:12px 20px}}.newsletter-form__input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #0071e326}.newsletter-form__btn{white-space:nowrap;padding:14px 28px;font-size:1rem;font-weight:600}@media(min-width:576px){.newsletter-form__btn{padding:12px 24px}}.newsletter-form__success{color:#2e7d32;font-weight:500;font-size:1.125rem}.newsletter-form__error{color:#c62828;font-weight:500;margin-bottom:1rem}.password-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:var(--color-background);padding:2rem;text-align:center}.password-page__content{max-width:600px;width:100%}.password-page__logo{font-size:2rem;font-weight:800;letter-spacing:.1em;margin-bottom:3rem;color:var(--color-text-primary)}.password-page__title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;letter-spacing:-.04em;margin-bottom:1.5rem;color:var(--color-text-primary)}.password-page__subtitle{font-size:clamp(1rem,2vw,1.25rem);color:var(--color-text-secondary);line-height:1.6;margin-bottom:3rem}.password-page__message{padding:1rem;background:#0000000d;border-radius:var(--radius-md);margin-bottom:2rem;font-weight:500}.password-page__form-wrapper{padding:2rem;border-radius:var(--radius-lg);max-width:450px;margin:0 auto;border:1px solid rgba(0,0,0,.05)}.password-page__admin-text{font-size:.875rem;color:var(--color-text-secondary);margin-bottom:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.password-form__input-group{display:flex;flex-direction:column;gap:1rem}.password-form__input{border:1px solid var(--color-border);padding:12px 16px;border-radius:var(--radius-pill);font-size:1rem;width:100%;outline:none;text-align:center;transition:all .2s ease}.password-form__input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #0071e326}.password-form__btn{width:100%;padding:12px}.password-form__error{color:#e30000;font-size:.875rem;margin-bottom:1rem}.product-section{padding:4rem 0}.product-grid-layout{display:grid;grid-template-columns:1fr;gap:3.5rem;align-items:start}@media(min-width:992px){.product-grid-layout{grid-template-columns:1.1fr 1fr}}.product-media-column{display:flex;flex-direction:column;gap:1rem}.product-main-image{border-radius:var(--radius-lg);overflow:hidden;background-color:#f7f7f7;box-shadow:var(--shadow-sm);aspect-ratio:1}.product-media__img{width:100%;height:100%;object-fit:cover}.product-thumbnails{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.product-thumbnail{border-radius:var(--radius-md);overflow:hidden;cursor:pointer;background-color:#f7f7f7;border:1px solid var(--color-border);aspect-ratio:1}.product-thumbnail:hover{border-color:var(--color-accent)}.product-thumbnail__img{width:100%;height:100%;object-fit:cover}.product-details-column{display:flex;flex-direction:column}.product-vendor{font-size:.875rem;font-weight:600;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.product-title{font-size:clamp(2rem,3.5vw,2.75rem);font-weight:700;line-height:1.15;color:var(--color-text-primary);margin-bottom:1.5rem;letter-spacing:-.03em}.product-price-container{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.product-price{font-size:1.75rem;font-weight:700;color:var(--color-text-primary)}.product-compare-price{font-size:1.25rem;color:var(--color-text-secondary);text-decoration:line-through}.product-badge--sale{background-color:#e23e3e;color:#fff;padding:4px 10px;font-size:.75rem;border-radius:var(--radius-pill);text-transform:uppercase;font-weight:600}.product-description{font-size:1rem;color:var(--color-text-secondary);line-height:1.6;margin-bottom:2.5rem;border-top:1px solid var(--color-border);padding-top:1.5rem}.product-form-container{margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid var(--color-border)}.product-form-label{display:block;font-size:.875rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}.product-variants-wrapper{margin-bottom:1.5rem}.product-variant-select{width:100%;padding:12px 16px;border-radius:var(--radius-sm);border:1px solid var(--color-border);font-size:1rem;color:var(--color-text-primary);outline:none;background-color:var(--color-surface)}.product-qty-add-wrapper{display:flex;gap:1.5rem;align-items:flex-end;margin-bottom:1.5rem}.product-qty-field{width:100px}.product-qty-input{width:100%;padding:12px;border-radius:var(--radius-sm);border:1px solid var(--color-border);text-align:center;font-size:1rem}.product-add-actions{flex-grow:1}.product-add-btn{width:100%;padding:14px 28px;font-size:1.125rem;font-weight:600}.product-dynamic-checkout{width:100%}.product-dynamic-checkout button{border-radius:var(--radius-pill)!important}.product-bold-trust-card{padding:1.5rem;border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.25);box-shadow:var(--shadow-sm);background:#ffffff73}.product-bold-trust-card__header{display:flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}.shield-icon{width:18px;height:18px}.product-bold-trust-card__body{font-size:.825rem;color:var(--color-text-secondary);line-height:1.4;margin-bottom:1rem}.product-bold-trust-card__badges{display:flex;gap:.5rem;flex-wrap:wrap}.trust-badge{font-size:.7rem;background-color:#eaeaea;color:#444;padding:4px 10px;border-radius:4px;font-weight:500}.bold-badge{background-color:#e30613;color:#fff;font-weight:600}.promo-grid-section{padding:5rem 0}.section-header{margin-bottom:3rem}.section-subtitle{color:var(--color-text-secondary);font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--color-text-primary)}.promo-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.promo-grid{grid-template-columns:repeat(3,1fr)}}.promo-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;height:400px;box-shadow:var(--shadow-md);transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease}.promo-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.promo-card__media{width:100%;height:100%;overflow:hidden}.promo-card__img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.promo-card:hover .promo-card__img{transform:scale(1.05)}.promo-card .placeholder-svg{background-color:#f0f0f0;fill:#ccc}.promo-card__content{position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem;padding:1.5rem;border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.2);display:flex;flex-direction:column;align-items:flex-start}.promo-card__title{color:var(--color-text-primary);font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.promo-card__btn{padding:8px 16px;font-size:.875rem;background-color:#fffc;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:none}.promo-card__btn:hover{background-color:var(--color-button-bg);color:var(--color-button-text)}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/1/compiled_assets/styles.css.map */
