:root{--c-navy: #1a3a5c;--c-navy-dark: #112844;--c-navy-light: #234f7a;--c-orange: #e8791d;--c-orange-dark: #c96410;--c-orange-light: #f0924a;--c-white: #ffffff;--c-off-white: #f5f6f8;--c-light-gray: #edf0f4;--c-mid-gray: #c4ccd8;--c-text: #1c2b3a;--c-text-muted: #5a6a7e;--c-text-light: #8597aa;--c-border: #dde3ec;--c-success: #2e7d52;--c-danger: #c0392b;--font-main: "Barlow", sans-serif;--font-display: "Barlow Condensed", sans-serif;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 20px;--radius-pill: 100px;--shadow-sm: 0 1px 3px rgba(26, 58, 92, .1);--shadow-md: 0 4px 16px rgba(26, 58, 92, .12);--shadow-lg: 0 8px 32px rgba(26, 58, 92, .16);--header-height: 72px;--container-max: 1280px;--container-pad: clamp(1rem, 4vw, 2rem);--section-pad: clamp(2.5rem, 6vw, 5rem);--transition: .18s ease;--transition-slow: .32s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-main);font-size:16px;line-height:1.6;color:var(--c-text);background:var(--c-white);-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}ul{list-style:none}input,select,textarea{font-family:inherit;font-size:1rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.container{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-pad)}.section-padding{padding:var(--section-pad) 0}.section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:2.5rem;flex-wrap:wrap}.section-title{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700;color:var(--c-navy);letter-spacing:-.01em;line-height:1.15}.section-subtitle{color:var(--c-text-muted);font-size:1.05rem;margin-top:.4rem;max-width:540px}.section-link{display:inline-flex;align-items:center;gap:6px;font-weight:600;color:var(--c-orange);font-size:.95rem;white-space:nowrap;transition:gap var(--transition)}.section-link:hover{gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-main);font-weight:600;font-size:.95rem;padding:.75rem 1.5rem;border-radius:var(--radius-md);transition:background var(--transition),color var(--transition),border-color var(--transition),transform var(--transition);letter-spacing:.01em;cursor:pointer;border:2px solid transparent;white-space:nowrap}.btn:active{transform:scale(.98)}.btn--primary{background:var(--c-orange);color:var(--c-white);border-color:var(--c-orange)}.btn--primary:hover{background:var(--c-orange-dark);border-color:var(--c-orange-dark)}.btn--outline{background:transparent;color:var(--c-navy);border-color:var(--c-navy)}.btn--outline:hover{background:var(--c-navy);color:var(--c-white)}.btn--sm{font-size:.875rem;padding:.55rem 1.1rem}.btn--lg{font-size:1.05rem;padding:.9rem 2rem}.btn--full{width:100%}.btn--disabled,.btn[disabled]{opacity:.5;cursor:not-allowed;pointer-events:none}.btn-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-md);color:var(--c-navy);transition:background var(--transition),color var(--transition);position:relative}.btn-icon:hover{background:var(--c-light-gray)}.badge{display:inline-flex;align-items:center;font-size:.72rem;font-weight:700;padding:3px 8px;border-radius:var(--radius-pill);letter-spacing:.04em;text-transform:uppercase}.badge--sale{background:var(--c-danger);color:#fff}.badge--new{background:var(--c-success);color:#fff}.badge--stock{background:var(--c-navy);color:#fff}.badge--count{background:var(--c-orange);color:#fff;font-size:.65rem;padding:2px 6px;margin-left:4px}.announcement-bar{font-size:.82rem;font-weight:600;letter-spacing:.04em}.announcement-bar__inner{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-pad)}.announcement-bar__items{display:flex;justify-content:center;gap:clamp(1.5rem,4vw,4rem);padding:9px 0;flex-wrap:wrap}.announcement-bar__item{display:flex;align-items:center;gap:6px}.header{position:relative;top:0;z-index:100;background:var(--c-white);border-bottom:1px solid var(--c-border);box-shadow:var(--shadow-sm);display:flex;flex-direction:column}.header__inner{display:flex;align-items:center;gap:1.5rem;height:var(--header-height)}.header__logo{flex-shrink:0}.header__logo img{height:44px;width:auto}.header__logo-text{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--c-navy);letter-spacing:-.02em}.header__nav{flex:1}.header__nav-list{display:flex;align-items:center;gap:0}.header__nav-item{position:relative}.header__nav-link{display:flex;align-items:center;gap:4px;padding:.5rem .85rem;font-weight:600;font-size:.9rem;color:var(--c-text);border-radius:var(--radius-sm);transition:color var(--transition),background var(--transition);white-space:nowrap}.header__nav-link:hover,.header__nav-link.is-active{color:var(--c-navy);background:var(--c-light-gray)}.header__nav-link.is-active{color:var(--c-orange);background:transparent}.header__dropdown{position:absolute;top:calc(100% + 8px);left:0;min-width:220px;background:var(--c-white);border:1px solid var(--c-border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity var(--transition),visibility var(--transition),transform var(--transition);z-index:200}.has-dropdown:hover .header__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.has-megamenu .header__dropdown{display:none!important}.header__dropdown-list{padding:6px}.header__dropdown-link{display:block;padding:8px 12px;font-size:.9rem;color:var(--c-text);border-radius:var(--radius-sm);transition:background var(--transition),color var(--transition)}.header__dropdown-link:hover{background:var(--c-light-gray);color:var(--c-navy)}.header__actions{display:flex;align-items:center;gap:2px;margin-left:auto}.header__cart-count{position:absolute;top:4px;right:4px;background:var(--c-orange);color:#fff;font-size:.65rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.header__mobile-menu{display:none}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#0000008c;opacity:0;visibility:hidden;transition:opacity var(--transition-slow),visibility var(--transition-slow)}.mobile-nav.is-open{opacity:1;visibility:visible}.mobile-nav__inner{position:absolute;top:0;left:0;width:min(320px,88vw);height:100%;background:var(--c-white);overflow-y:auto;transform:translate(-100%);transition:transform var(--transition-slow);display:flex;flex-direction:column}.mobile-nav.is-open .mobile-nav__inner{transform:translate(0)}.mobile-nav__list{padding:1.5rem 0}.mobile-nav__link{display:block;padding:.75rem 1.5rem;font-weight:600;font-size:1rem;color:var(--c-text);border-bottom:1px solid var(--c-border);transition:color var(--transition),background var(--transition)}.mobile-nav__link:hover{color:var(--c-orange);background:var(--c-off-white)}.mobile-nav__sub{padding:0 0 .5rem}.mobile-nav__sub-link{display:block;padding:.5rem 2rem;font-size:.9rem;color:var(--c-text-muted);transition:color var(--transition)}.mobile-nav__sub-link:hover{color:var(--c-navy)}.mobile-nav__footer{margin-top:auto;padding:1.5rem;border-top:1px solid var(--c-border);font-weight:600;color:var(--c-navy)}.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;background:#0a1428bf;display:flex;align-items:flex-start;justify-content:center;padding-top:10vh;opacity:0;visibility:hidden;transition:opacity var(--transition),visibility var(--transition)}.search-overlay.is-open{opacity:1;visibility:visible}.search-overlay__inner{width:100%;max-width:680px;padding:0 1rem}.search-overlay__box{background:var(--c-white);border-radius:var(--radius-lg);padding:1.75rem;box-shadow:var(--shadow-lg)}.search-overlay__form{display:flex;align-items:center;border:2px solid var(--c-orange);border-radius:var(--radius-md);overflow:hidden}.search-overlay__form input{flex:1;padding:1rem 1.25rem;border:none;outline:none;font-size:1.05rem;color:var(--c-text)}.search-overlay__submit{padding:0 1.25rem;color:var(--c-orange);display:flex;align-items:center}.search-overlay__close{display:flex;align-items:center;gap:6px;margin-top:1rem;font-size:.875rem;color:var(--c-text-muted);transition:color var(--transition)}.search-overlay__close:hover{color:var(--c-text)}.search-overlay__label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--c-text-light);margin:1.25rem 0 .6rem}.search-overlay__tags{display:flex;flex-wrap:wrap;gap:8px}.search-overlay__tags a{padding:6px 14px;border:1px solid var(--c-mid-gray);border-radius:var(--radius-pill);font-size:.85rem;font-weight:500;color:var(--c-text-muted);transition:border-color var(--transition),color var(--transition),background var(--transition)}.search-overlay__tags a:hover{border-color:var(--c-orange);color:var(--c-orange);background:#fff7f0}.hero{position:relative;min-height:clamp(420px,65vh,680px);display:flex;align-items:center;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.hero__img{width:100%;height:100%;object-fit:cover;object-position:center}.hero__img-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--c-navy-dark) 0%,var(--c-navy-light) 100%)}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,rgba(17,40,68,.88) 0%,rgba(17,40,68,.4) 70%,transparent 100%)}.hero__content{position:relative;z-index:2;padding:4rem 0}.hero__text{max-width:620px}.hero__label{display:inline-flex;align-items:center;background:#e8791d33;border:1px solid rgba(232,121,29,.5);color:#f9a55c;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:5px 14px;border-radius:var(--radius-pill);margin-bottom:1.1rem}.hero__title{font-family:var(--font-display);font-size:clamp(2rem,5vw,3.8rem);font-weight:700;color:var(--c-white);line-height:1.1;letter-spacing:-.02em;margin-bottom:1rem}.hero__subtitle{font-size:clamp(1rem,2vw,1.15rem);color:#ffffffd1;margin-bottom:2rem;max-width:520px;line-height:1.65}.hero__search{display:flex;background:var(--c-white);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-lg);margin-bottom:1.5rem;max-width:540px}.hero__search-input{flex:1;padding:1rem 1.25rem;border:none;outline:none;font-size:.97rem;color:var(--c-text)}.hero__search-btn{display:flex;align-items:center;gap:8px;padding:0 1.4rem;background:var(--c-orange);color:#fff;font-weight:700;font-size:.9rem;white-space:nowrap;cursor:pointer;transition:background var(--transition)}.hero__search-btn:hover{background:var(--c-orange-dark)}.hero__brands{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.hero__brands-label{font-size:.8rem;color:#fff9;font-weight:500}.hero__brand-chip{padding:4px 14px;border:1px solid rgba(255,255,255,.3);border-radius:var(--radius-pill);font-size:.82rem;font-weight:600;color:#ffffffe6;transition:border-color var(--transition),background var(--transition)}.hero__brand-chip:hover{border-color:var(--c-orange);background:#e8791d26}.trust-bar{background:var(--c-navy);padding:1.5rem 0}.trust-bar__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.trust-bar__item{display:flex;align-items:center;gap:1rem;color:var(--c-white)}.trust-bar__icon{flex-shrink:0;width:48px;height:48px;background:#ffffff1a;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center}.trust-bar__text strong{display:block;font-weight:700;font-size:.95rem;margin-bottom:2px}.trust-bar__text span{font-size:.82rem;color:#ffffffa6}.collections-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.collection-card{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--c-border);transition:transform var(--transition),box-shadow var(--transition);display:flex;flex-direction:column;background:var(--c-white)}.collection-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.collection-card__image{aspect-ratio:3/2;overflow:hidden;background:var(--c-light-gray)}.collection-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.collection-card:hover .collection-card__image img{transform:scale(1.04)}.collection-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--c-mid-gray)}.collection-card__body{padding:1.25rem;flex:1;display:flex;flex-direction:column}.collection-card__title{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--c-navy);margin-bottom:.4rem}.collection-card__desc{font-size:.875rem;color:var(--c-text-muted);margin-bottom:.9rem;flex:1;line-height:1.5}.collection-card__cta{display:inline-flex;align-items:center;gap:6px;font-size:.875rem;font-weight:700;color:var(--c-orange);margin-top:auto;transition:gap var(--transition)}.collection-card:hover .collection-card__cta{gap:10px}.brand-strip{background:var(--c-off-white)}.brand-strip__title{text-align:center;font-family:var(--font-display);font-size:1.4rem;font-weight:700;color:var(--c-navy);margin-bottom:2rem}.brand-strip__logos{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1.5rem}.brand-strip__logo-item{padding:.75rem 1.5rem;background:var(--c-white);border:1px solid var(--c-border);border-radius:var(--radius-md);filter:grayscale(100%);opacity:.65;transition:filter var(--transition),opacity var(--transition),box-shadow var(--transition)}.brand-strip__logo-item:hover{filter:grayscale(0%);opacity:1;box-shadow:var(--shadow-sm)}.brand-strip__logo-item img{height:36px;width:auto;object-fit:contain}.brand-strip__logo-text{font-family:var(--font-display);font-weight:700;font-size:1.1rem;color:var(--c-navy)}.products-grid{display:grid;gap:1.5rem}.products-grid--4{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.products-grid--3{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.product-card{position:relative;border-radius:var(--radius-lg);border:1px solid var(--c-border);overflow:hidden;background:var(--c-white);transition:box-shadow var(--transition),transform var(--transition);display:flex;flex-direction:column}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.product-card__badges{position:absolute;top:6px;left:10px;z-index:2;display:flex;flex-direction:row;align-items:center;gap:4px;flex-wrap:wrap}.product-card__image-link{display:block}.product-card__image-wrap{aspect-ratio:1;overflow:hidden;background:var(--c-off-white);position:relative}.product-card__image{width:100%;height:100%;object-fit:contain;padding:1rem;transition:opacity var(--transition),transform .35s ease}.product-card__image--primary{position:relative;z-index:1}.product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;opacity:0;transform:scale(1.03)}.product-card:hover .product-card__image--primary{opacity:1}.product-card:hover .product-card__image--secondary{opacity:0;transform:scale(1)}.product-card__info{padding:1rem 1.1rem 1.2rem;display:flex;flex-direction:column;gap:.4rem;flex:1}.product-card__vendor{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--c-text-light)}.product-card__title{font-size:.92rem;font-weight:600;color:var(--c-text);line-height:1.4}.product-card__title a{color:inherit}.product-card__title a:hover{color:var(--c-navy)}.product-card__meta{font-size:.8rem;color:var(--c-text-muted)}.product-card__price{display:flex;align-items:baseline;gap:8px;margin-top:.3rem}.product-card__price-current{font-size:1.1rem;font-weight:700;color:var(--c-navy)}.product-card__price-old{font-size:.85rem;color:var(--c-text-light);text-decoration:line-through}.product-card__form{margin-top:auto}.product-card__add-btn{margin-top:.75rem;width:100%}.faq__inner{display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:start}.faq__header .section-title{margin-bottom:1rem}.faq__header .section-subtitle{margin-bottom:1.5rem}.faq__list{border-top:1px solid var(--c-border)}.faq__item{border-bottom:1px solid var(--c-border)}.faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.2rem 0;font-size:.97rem;font-weight:600;color:var(--c-text);text-align:left;transition:color var(--transition)}.faq__question:hover{color:var(--c-navy)}.faq__icon{flex-shrink:0;transition:transform var(--transition)}.faq__item.is-open .faq__icon{transform:rotate(180deg)}.faq__answer{overflow:hidden;max-height:0;transition:max-height .3s ease}.faq__item.is-open .faq__answer{max-height:500px}.faq__answer-inner{padding:0 0 1.25rem}.faq__answer-inner p{font-size:.93rem;color:var(--c-text-muted);line-height:1.7}.footer{background:var(--c-navy-dark);color:#fffc}.footer__top{padding:3.5rem 0 2.5rem}.footer__grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:2.5rem}.footer__logo{height:40px;width:auto;filter:brightness(0) invert(1);margin-bottom:1rem}.footer__logo-text{font-family:var(--font-display);font-size:1.4rem;font-weight:700;color:var(--c-white);display:block;margin-bottom:1rem}.footer__tagline{font-size:.875rem;line-height:1.65;opacity:.7;margin-bottom:1.25rem}.footer__contact{display:flex;flex-direction:column;gap:8px;margin-bottom:1.25rem}.footer__contact-item{display:flex;align-items:center;gap:8px;font-size:.875rem;opacity:.85;transition:opacity var(--transition)}.footer__contact-item:hover{opacity:1;color:var(--c-orange-light)}.footer__social{display:flex;gap:10px}.footer__social a{width:36px;height:36px;border-radius:var(--radius-sm);background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#ffffffbf;transition:background var(--transition),color var(--transition)}.footer__social a:hover{background:var(--c-orange);color:#fff}.footer__col-title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#ffffff73;margin-bottom:1.1rem}.footer__links{display:flex;flex-direction:column;gap:6px}.footer__link{font-size:.875rem;opacity:.75;transition:opacity var(--transition),color var(--transition)}.footer__link:hover{opacity:1;color:var(--c-white)}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.25rem 0}.footer__bottom-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer__copyright{font-size:.82rem;opacity:.5}.footer__payments{display:flex;align-items:center;gap:8px}.footer__payments img{height:22px;width:auto;opacity:.65;filter:brightness(0) invert(1)}.breadcrumb{display:flex;align-items:center;gap:4px;padding:1.25rem 0;font-size:.82rem;color:var(--c-text-light)}.breadcrumb__link{color:var(--c-text-muted);transition:color var(--transition)}.breadcrumb__link:hover{color:var(--c-navy)}.breadcrumb__sep{margin:0 2px}.collection-page__header{background:var(--c-off-white);border-bottom:1px solid var(--c-border);padding-bottom:1.5rem}.collection-page__title{font-family:var(--font-display);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;color:var(--c-navy);margin-bottom:.5rem}.collection-page__desc{color:var(--c-text-muted);font-size:.95rem;margin-top:.5rem}.collection-layout{display:grid;grid-template-columns:260px 1fr;gap:2.5rem;padding:2rem 0 4rem;align-items:start}.collection-sidebar{position:sticky;top:calc(var(--header-height) + 1rem);border:1px solid var(--c-border);border-radius:var(--radius-lg);overflow:hidden;background:var(--c-white)}.collection-sidebar__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--c-border);font-weight:700;font-size:.95rem;color:var(--c-navy)}.collection-sidebar__close{display:none}.filter-group{border-bottom:1px solid var(--c-border)}.filter-group__toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;font-weight:600;font-size:.875rem;color:var(--c-text);text-align:left;transition:color var(--transition)}.filter-group__toggle:hover{color:var(--c-navy)}.filter-group__body{padding:0 1.25rem 1rem}.filter-list{display:flex;flex-direction:column;gap:4px}.filter-checkbox{display:flex;align-items:center;gap:8px;cursor:pointer;padding:4px 0}.filter-checkbox__input{width:16px;height:16px;accent-color:var(--c-orange);cursor:pointer}.filter-checkbox__label{font-size:.875rem;color:var(--c-text)}.filter-checkbox__count{font-size:.78rem;color:var(--c-text-light);margin-left:auto}.filter-price__inputs{display:flex;align-items:center;gap:8px;margin-bottom:.75rem}.filter-price__input{width:80px;padding:6px 10px;border:1px solid var(--c-border);border-radius:var(--radius-sm);font-size:.875rem}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.collection-toolbar__filter-btn{display:none}.collection-toolbar__count{font-size:.875rem;color:var(--c-text-muted)}.sort-select{padding:8px 12px;border:1px solid var(--c-border);border-radius:var(--radius-md);font-size:.875rem;color:var(--c-text);background:var(--c-white);cursor:pointer}.collection-empty{text-align:center;padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;gap:1rem;color:var(--c-text-muted)}.collection-empty h2{font-size:1.3rem;color:var(--c-text)}.product-page{padding:0 0 4rem}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:start}.product-gallery__main{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--c-border);background:var(--c-off-white);position:relative;aspect-ratio:1}.product-gallery__slide img{object-fit:contain;width:100%;height:100%;padding:1.5rem}.product-gallery__thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}.product-gallery__thumb{width:72px;height:72px;border-radius:var(--radius-md);border:2px solid var(--c-border);overflow:hidden;background:var(--c-off-white);transition:border-color var(--transition);flex-shrink:0}.product-info__vendor{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--c-text-light);margin-bottom:.5rem}.product-info__title{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;color:var(--c-navy);line-height:1.2;margin-bottom:1.25rem}.product-info__price{display:flex;align-items:baseline;gap:10px;margin-bottom:.4rem}.product-price{font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--c-navy)}.product-price--sale{color:var(--c-danger)}.product-price-old{font-size:1.2rem;color:var(--c-text-light);text-decoration:line-through}.product-price-badge{font-size:.85rem;font-weight:700;background:#fef0ee;color:var(--c-danger);padding:4px 10px;border-radius:var(--radius-pill)}.product-info__tax-note{font-size:.82rem;color:var(--c-text-light);margin-bottom:1.5rem}.variant-selector{margin-bottom:1.25rem}.variant-selector__label{display:block;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--c-text-muted);margin-bottom:.6rem}.variant-selector__options{display:flex;flex-wrap:wrap;gap:8px}.variant-btn{padding:8px 16px;border:2px solid var(--c-border);border-radius:var(--radius-md);font-size:.875rem;font-weight:600;color:var(--c-text);transition:border-color var(--transition),background var(--transition),color var(--transition)}.variant-btn:hover{border-color:var(--c-navy)}.variant-btn.is-selected{border-color:var(--c-orange);background:#fff7f0;color:var(--c-orange)}.variant-btn.is-unavailable{opacity:.4;cursor:not-allowed}.product-form{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.product-form__qty{display:flex;align-items:center;border:1px solid var(--c-border);border-radius:var(--radius-md);overflow:hidden;width:fit-content}.qty-btn{width:44px;height:44px;font-size:1.2rem;color:var(--c-text);transition:background var(--transition)}.qty-input{width:60px;text-align:center;border:none;border-left:1px solid var(--c-border);border-right:1px solid var(--c-border);height:44px;font-weight:600;outline:none;-moz-appearance:textfield}.product-form__add{gap:10px}.product-info__trust{display:flex;flex-direction:column;gap:8px;padding:1.25rem;background:var(--c-off-white);border-radius:var(--radius-md);margin-bottom:1.5rem}.product-trust-item{display:flex;align-items:center;gap:10px;font-size:.875rem;font-weight:600;color:var(--c-text)}.product-info__expert-cta{text-align:center;padding:1rem;border:2px dashed var(--c-mid-gray);border-radius:var(--radius-md);margin-bottom:2rem}.product-info__expert-cta p{font-size:.875rem;color:var(--c-text-muted);margin-bottom:.75rem}.product-tab-nav{display:flex;border-bottom:2px solid var(--c-border);margin-bottom:1.5rem;gap:0}.product-tab-btn{padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;color:var(--c-text-muted);border-bottom:2px solid transparent;margin-bottom:-2px;transition:color var(--transition),border-color var(--transition)}.product-tab-btn.is-active{color:var(--c-navy);border-bottom-color:var(--c-orange)}.product-tab-content{display:none}.rte p{margin-bottom:.75rem;font-size:.93rem;color:var(--c-text-muted);line-height:1.7}.specs-table{width:100%;border-collapse:collapse;font-size:.9rem}.specs-table__key{padding:10px 0;color:var(--c-text-muted);width:40%}.specs-table__val{padding:10px 0;font-weight:600;color:var(--c-text)}.pagination{display:flex;justify-content:center;gap:6px;margin-top:3rem}.pagination a,.pagination span{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid var(--c-border);border-radius:var(--radius-md);font-size:.875rem;font-weight:600;color:var(--c-text);transition:border-color var(--transition),background var(--transition),color var(--transition)}.pagination a:hover{border-color:var(--c-navy);background:var(--c-navy);color:#fff}.pagination .current{background:var(--c-orange);border-color:var(--c-orange);color:#fff}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;pointer-events:none;max-width:100vw;overflow:hidden}.cart-drawer.is-open{pointer-events:all}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;transition:opacity var(--transition-slow)}.cart-drawer.is-open .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;width:min(420px,95vw);height:100%;background:var(--c-white);display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--transition-slow);box-shadow:var(--shadow-lg)}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--c-border)}.cart-drawer__header h2{font-size:1.1rem;font-weight:700;color:var(--c-navy)}.cart-drawer__items{flex:1;overflow-y:auto;padding:1.25rem 1.5rem}.cart-drawer__footer{padding:1.25rem 1.5rem;border-top:1px solid var(--c-border);display:flex;flex-direction:column;gap:10px}.cart-total{display:flex;justify-content:space-between;font-weight:700;font-size:1.05rem;color:var(--c-navy);margin-bottom:.5rem}@media(max-width:1024px){.footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:900px){.faq__inner{grid-template-columns:1fr;gap:2rem}.collection-layout{grid-template-columns:1fr}.collection-sidebar{position:fixed;top:0;left:0;height:100%;z-index:400;width:300px;transform:translate(-100%);transition:transform var(--transition-slow);border-radius:0}.collection-sidebar.is-open{transform:translate(0)}.collection-sidebar__close{display:block}.collection-toolbar__filter-btn{display:inline-flex}.product-layout{grid-template-columns:1fr}}@media(max-width:768px){.header__nav{display:none}.header__mobile-menu{display:flex}.header__account-btn{display:none}.footer__grid{grid-template-columns:1fr;gap:2rem}.announcement-bar__items{gap:1rem;font-size:.75rem}.hero__search{flex-direction:column}.hero__search-btn{padding:.75rem;justify-content:center}}@media(max-width:480px){.trust-bar__grid,.collections-grid,.products-grid--4,.products-grid--3{grid-template-columns:1fr 1fr}.section-header{flex-direction:column;align-items:flex-start}}.product-layout{display:grid;grid-template-columns:340px 1fr;gap:3rem;align-items:start;margin-bottom:3rem}.product-gallery--compact .product-gallery__main{border:1px solid var(--c-border);border-radius:var(--radius-lg);overflow:hidden;background:var(--c-off-white);aspect-ratio:1}.product-gallery__slide{display:none;width:100%;height:100%}.product-gallery__slide.is-active{display:flex;align-items:center;justify-content:center}.product-gallery__slide img{width:100%;height:100%;object-fit:contain;padding:1.5rem}.product-gallery__no-image{display:flex;align-items:center;justify-content:center;width:100%;height:300px;color:var(--c-mid-gray)}.product-gallery__thumb{width:64px;height:64px;border:2px solid var(--c-border);border-radius:var(--radius-sm);overflow:hidden;background:var(--c-off-white);cursor:pointer;flex-shrink:0}.product-info__vendor{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--c-text-light);margin-bottom:.4rem}.product-info__title{font-family:var(--font-display);font-size:clamp(1.3rem,2.5vw,1.9rem);font-weight:700;color:var(--c-navy);line-height:1.2;margin-bottom:1rem}.product-info__availability{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.availability{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;font-weight:600}.availability--in{color:#2e7d52}.availability--out{color:#c0392b}.product-info__sku{font-size:.78rem;color:var(--c-text-light)}.product-info__price-block{margin-bottom:1.25rem}.product-info__price-row{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin-bottom:.3rem}.product-price-main{font-family:var(--font-display);font-size:2.2rem;font-weight:700;color:var(--c-navy);letter-spacing:-.02em}.product-price-main--sale{color:var(--c-danger, #c0392b)}.product-price-old{font-size:1.1rem;color:var(--c-text-light);text-decoration:line-through}.product-price-save{background:#fef0ee;color:#c0392b;font-size:.82rem;font-weight:700;padding:3px 10px;border-radius:var(--radius-pill)}.product-info__tax-note{font-size:.8rem;color:var(--c-text-light)}.product-info__tax-note a{color:var(--c-orange)}.product-form__row{display:flex;gap:10px;align-items:center;margin-bottom:1.25rem}.product-form__qty{display:flex;align-items:center;border:1px solid var(--c-border);border-radius:var(--radius-md);overflow:hidden;flex-shrink:0}.qty-btn{width:40px;height:44px;font-size:1.2rem;color:var(--c-text);transition:background var(--transition);cursor:pointer}.qty-btn:hover{background:var(--c-light-gray)}.qty-input{width:52px;text-align:center;border:none;border-left:1px solid var(--c-border);border-right:1px solid var(--c-border);height:44px;font-weight:600;outline:none;font-size:.95rem;-moz-appearance:textfield}.qty-input::-webkit-inner-spin-button,.qty-input::-webkit-outer-spin-button{-webkit-appearance:none}.product-form__add{flex:1;gap:8px}.product-trust-bar{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid var(--c-border);border-radius:var(--radius-lg);overflow:hidden;margin:1.5rem 0}.product-trust-bar__item{display:flex;align-items:center;gap:10px;padding:.9rem 1rem;border-right:1px solid var(--c-border);border-bottom:1px solid var(--c-border)}.product-trust-bar__item:nth-child(2n){border-right:none}.product-trust-bar__item:nth-last-child(-n+2){border-bottom:none}.product-trust-bar__item svg{flex-shrink:0}.product-trust-bar__item strong{display:block;font-size:.82rem;font-weight:700;color:var(--c-text);margin-bottom:2px}.product-trust-bar__item span{font-size:.75rem;color:var(--c-text-muted)}.product-expert-cta{display:flex;align-items:center;gap:10px;background:var(--c-off-white);border-radius:var(--radius-md);padding:.85rem 1rem;margin-bottom:1.5rem;font-size:.85rem;color:var(--c-text-muted)}.product-expert-cta a{color:var(--c-orange);font-weight:600}.product-tabs{border:1px solid var(--c-border);border-radius:var(--radius-lg);overflow:hidden}.product-tab-nav{display:flex;border-bottom:1px solid var(--c-border);background:var(--c-off-white)}.product-tab-btn{flex:1;padding:.85rem 1rem;font-size:.85rem;font-weight:600;color:var(--c-text-muted);border-bottom:2px solid transparent;margin-bottom:-1px;transition:color var(--transition),border-color var(--transition),background var(--transition);text-align:center}.product-tab-btn.is-active{color:var(--c-navy);border-bottom-color:var(--c-orange);background:var(--c-white)}.product-tab-content{display:none;padding:1.25rem}.product-tab-content.is-active{display:block}.rte p{font-size:.9rem;color:var(--c-text-muted);line-height:1.7;margin-bottom:.75rem}.rte a{color:var(--c-orange)}.specs-table{width:100%;border-collapse:collapse;font-size:.88rem}.specs-table tr{border-bottom:1px solid var(--c-border)}.specs-table tr:last-child{border-bottom:none}.specs-table__key{padding:9px 0;color:var(--c-text-muted);width:45%}.specs-table__val{padding:9px 0;font-weight:600;color:var(--c-text)}.related-products{padding-top:2.5rem;border-top:1px solid var(--c-border)}.related-products__title{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--c-navy);margin-bottom:1rem}.related-products__brands{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:1.5rem}.related-brand-chip{padding:5px 14px;border:1px solid var(--c-border);border-radius:var(--radius-pill);font-size:.82rem;font-weight:600;color:var(--c-text-muted);transition:border-color var(--transition),color var(--transition)}.related-brand-chip:hover{border-color:var(--c-orange);color:var(--c-orange)}@media(max-width:768px){.product-layout{grid-template-columns:1fr;gap:1.5rem}.product-trust-bar{grid-template-columns:1fr}.product-trust-bar__item{border-right:none}.product-trust-bar__item:nth-last-child(-n+2){border-bottom:1px solid var(--c-border)}.product-trust-bar__item:last-child{border-bottom:none}.product-form__row{flex-direction:column}.product-form__add{width:100%}}.header{display:flex;flex-direction:column}.header__top{background:var(--c-white);border-bottom:1px solid var(--c-border)}.header__top-inner{display:flex;align-items:center;gap:1.25rem;height:70px}.header__searchbar{flex:1;display:flex;align-items:center;gap:8px;background:var(--c-off-white);border:1.5px solid var(--c-border);border-radius:var(--radius-md);padding:0 .75rem 0 1rem;transition:border-color var(--transition)}.header__searchbar:focus-within{border-color:var(--c-orange)}.header__searchbar svg{color:var(--c-text-light);flex-shrink:0}.header__searchbar-input{flex:1;border:none;background:transparent;outline:none;font-size:.9rem;color:var(--c-text);padding:.7rem 0}.header__searchbar-input::placeholder{color:var(--c-text-light)}.header__searchbar-btn{padding:.45rem 1rem;background:var(--c-orange);color:#fff;border:none;border-radius:var(--radius-sm);font-size:.82rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:background var(--transition)}.header__searchbar-btn:hover{background:var(--c-orange-dark)}.header__nav-bar{background:var(--c-navy);border-bottom:1px solid var(--c-navy-dark);position:relative}.header__nav-bar .header__nav-list{display:flex;align-items:center;gap:0;height:42px;width:100%;justify-content:space-between}.header__nav-bar .header__nav-link{color:#ffffffd9;font-size:.875rem;padding:0 1rem;height:42px;display:flex;align-items:center;justify-content:center;gap:4px;flex:1;transition:color var(--transition),background var(--transition)}.header__nav-bar .header__nav-link:hover,.header__nav-bar .header__nav-link.is-active{color:#fff;background:#ffffff1a}.header__nav-bar .header__dropdown{top:42px;background:var(--c-white)}@media(max-width:768px){.header__searchbar,.header__nav-bar{display:none}}.b2b-section{background:linear-gradient(135deg,var(--c-navy-dark) 0%,var(--c-navy-light) 100%);padding:var(--section-pad) 0;margin-top:3rem}.b2b-section__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.b2b-section__label{display:inline-block;background:#e8791d33;border:1px solid rgba(232,121,29,.4);color:#f0924a;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:4px 12px;border-radius:var(--radius-pill);margin-bottom:1rem}.b2b-section__title{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700;color:var(--c-white);line-height:1.15;margin-bottom:1rem}.b2b-section__desc{font-size:.95rem;color:#ffffffb3;line-height:1.7;margin-bottom:1.5rem}.b2b-section__benefits{display:flex;flex-direction:column;gap:10px;margin-bottom:2rem;list-style:none}.b2b-section__benefits li{display:flex;align-items:center;gap:10px;font-size:.9rem;color:#ffffffd9;font-weight:500}.b2b-section__ctas{display:flex;gap:12px;flex-wrap:wrap}.btn--outline-white{border-color:#fff6;color:var(--c-white)}.btn--outline-white:hover{background:#ffffff1a;border-color:#ffffffb3;color:var(--c-white)}.b2b-section__stats{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.b2b-stat{background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-lg);padding:1.5rem;text-align:center}.b2b-stat__num{display:block;font-family:var(--font-display);font-size:2.2rem;font-weight:700;color:var(--c-orange);letter-spacing:-.02em;margin-bottom:4px}.b2b-stat__label{font-size:.8rem;color:#fff9;font-weight:500}.b2b-section__testimonial{grid-column:1 / -1;background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-left:3px solid var(--c-orange);border-radius:var(--radius-md);padding:1.25rem 1.5rem}.b2b-section__testimonial p{font-size:.9rem;color:#fffc;font-style:italic;line-height:1.6;margin-bottom:.5rem}.b2b-section__testimonial span{font-size:.78rem;color:#ffffff80;font-weight:600}@media(max-width:768px){.b2b-section__inner{grid-template-columns:1fr;gap:2rem}.b2b-section__stats{grid-template-columns:1fr 1fr}}.b2b-hero{background:linear-gradient(135deg,var(--c-navy-dark) 0%,var(--c-navy-light) 100%);padding:3rem 0;margin-bottom:3rem}.b2b-hero__title{font-family:var(--font-display);font-size:clamp(1.8rem,4vw,3rem);font-weight:700;color:var(--c-white);line-height:1.15;margin:.75rem 0 1rem}.b2b-hero__desc{font-size:1.05rem;color:#ffffffb3;max-width:600px;line-height:1.7}.b2b-advantages{margin-bottom:4rem}.b2b-advantages__title{font-family:var(--font-display);font-size:1.8rem;font-weight:700;color:var(--c-navy);margin-bottom:2rem;text-align:center}.b2b-advantages__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.b2b-advantage-card{border:1px solid var(--c-border);border-radius:var(--radius-lg);padding:1.75rem;background:var(--c-white);transition:box-shadow var(--transition),transform var(--transition)}.b2b-advantage-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.b2b-advantage-card__icon{width:56px;height:56px;background:#fff7f0;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.b2b-advantage-card h3{font-size:1rem;font-weight:700;color:var(--c-navy);margin-bottom:.5rem}.b2b-advantage-card p{font-size:.875rem;color:var(--c-text-muted);line-height:1.6}.b2b-pricing{margin-bottom:4rem}.b2b-pricing__title{font-family:var(--font-display);font-size:1.8rem;font-weight:700;color:var(--c-navy);margin-bottom:1.5rem;text-align:center}.b2b-pricing__table-wrap{overflow-x:auto}.b2b-pricing__table{width:100%;border-collapse:collapse;font-size:.9rem}.b2b-pricing__table thead tr{background:var(--c-navy);color:#fff}.b2b-pricing__table th{padding:1rem 1.25rem;text-align:left;font-weight:600;font-size:.82rem;text-transform:uppercase;letter-spacing:.05em}.b2b-pricing__table td{padding:1rem 1.25rem;border-bottom:1px solid var(--c-border);color:var(--c-text)}.b2b-pricing__table td strong{display:block;font-weight:700;color:var(--c-navy)}.b2b-pricing__table td span{font-size:.78rem;color:var(--c-text-light)}.b2b-pricing__highlight{font-size:1.2rem;font-weight:800;color:var(--c-orange)}.b2b-pricing__row--featured td{background:#fff7f0}.b2b-pricing__row--featured .b2b-pricing__highlight{font-size:1.4rem}.b2b-form-section{margin-bottom:4rem}.b2b-form-section__header{text-align:center;margin-bottom:2.5rem}.b2b-form-section__header h2{font-family:var(--font-display);font-size:1.8rem;font-weight:700;color:var(--c-navy);margin-bottom:.5rem}.b2b-form-section__header p{color:var(--c-text-muted);font-size:1rem}.b2b-form-wrap{max-width:800px;margin:0 auto;background:var(--c-white);border:1px solid var(--c-border);border-radius:var(--radius-lg);padding:2.5rem}.b2b-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.5rem}.b2b-form__field{display:flex;flex-direction:column;gap:6px}.b2b-form__field--full{grid-column:1 / -1}.b2b-form__field label{font-size:.82rem;font-weight:700;color:var(--c-text)}.b2b-form__field input,.b2b-form__field select,.b2b-form__field textarea{padding:.7rem 1rem;border:1.5px solid var(--c-border);border-radius:var(--radius-md);font-size:.9rem;color:var(--c-text);background:var(--c-white);outline:none;transition:border-color var(--transition);font-family:var(--font-main)}.b2b-form__field input:focus,.b2b-form__field select:focus,.b2b-form__field textarea:focus{border-color:var(--c-orange)}.b2b-form__field textarea{resize:vertical;min-height:120px}.b2b-form__checkbox{display:flex;align-items:center;gap:10px;font-size:.85rem;color:var(--c-text-muted);cursor:pointer}.b2b-form__checkbox input{width:16px;height:16px;accent-color:var(--c-orange);cursor:pointer}.b2b-form__checkbox a{color:var(--c-orange)}.b2b-form__success{text-align:center;padding:3rem 1rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.b2b-form__success h3{font-size:1.4rem;font-weight:700;color:var(--c-navy)}.b2b-form__success p{color:var(--c-text-muted)}@media(max-width:768px){.b2b-advantages__grid,.b2b-form__grid{grid-template-columns:1fr}.b2b-form-wrap{padding:1.5rem}}.header__megamenu{position:fixed;left:0;right:0;top:auto;width:100%;max-width:var(--container-max);margin:0 auto;box-sizing:border-box;background:var(--c-white);border-top:3px solid var(--c-orange);border-bottom:1px solid var(--c-border);box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transition:opacity var(--transition),visibility var(--transition);z-index:200}.has-dropdown:hover .header__megamenu{opacity:1;visibility:visible}.megamenu__inner{padding:1.5rem 2rem;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.megamenu__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--c-border)}.megamenu__header span{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--c-text-light)}.megamenu__ver-todo{font-size:.82rem;font-weight:700;color:var(--c-orange)}.megamenu__ver-todo:hover{text-decoration:underline}.megamenu__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:6px;width:100%}.megamenu__item{display:flex;flex-direction:column;align-items:center;gap:10px;padding:18px 10px;border-radius:var(--radius-md);border:1px solid transparent;text-align:center;transition:border-color var(--transition),background var(--transition);color:var(--c-text)}.megamenu__item:hover{border-color:var(--c-orange);background:#fff7f0}.megamenu__item-icon{width:80px;height:80px;background:var(--c-off-white);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;transition:background var(--transition)}.megamenu__item:hover .megamenu__item-icon{background:#ffe8d4}.megamenu__item span{font-size:.75rem;font-weight:600;color:var(--c-text);line-height:1.3}.megamenu__item:hover span{color:var(--c-navy)}.header__nav-bar{container-type:inline-size}.has-megamenu{position:static!important}.megamenu__grid--4{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;width:100%}.header__megamenu--electronica .megamenu__grid--4{grid-template-columns:repeat(4,1fr);width:100%}.megamenu__brand-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:6px;width:100%}.megamenu__brand-logo{display:flex;align-items:center;justify-content:center;height:52px;border:1px solid var(--c-border);border-radius:var(--radius-sm);background:var(--c-white);padding:6px;transition:border-color var(--transition),box-shadow var(--transition);overflow:hidden}.megamenu__brand-logo:hover{border-color:var(--c-orange);box-shadow:0 2px 8px #e8791d26}.megamenu__brand-logo img{width:100%;height:100%;object-fit:contain;filter:grayscale(100%);opacity:.7;transition:filter var(--transition),opacity var(--transition)}.megamenu__brand-logo:hover img{filter:grayscale(0%);opacity:1}.megamenu__brand-logo-text{font-size:.72rem;font-weight:700;color:var(--c-navy);text-align:center;line-height:1.2}.product-layout{grid-template-columns:1fr 1fr;gap:3.5rem}.product-gallery--compact .product-gallery__main{aspect-ratio:1;border:1px solid var(--c-border);border-radius:var(--radius-lg);background:var(--c-off-white);overflow:hidden}.product-gallery__slide img{width:100%;height:100%;object-fit:contain;padding:1rem}.product-gallery__thumbs{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.product-gallery__thumb{width:72px;height:72px;border:2px solid var(--c-border);border-radius:var(--radius-md);overflow:hidden;background:var(--c-off-white);cursor:pointer;flex-shrink:0;transition:border-color var(--transition)}.product-gallery__thumb.is-active{border-color:var(--c-orange)}.product-gallery__thumb img{width:100%;height:100%;object-fit:contain;padding:4px}.product-form__add{flex:1;font-size:1rem;font-weight:700;letter-spacing:.02em;height:52px}.product-form__continue{display:inline-flex;align-items:center;gap:6px;font-size:.82rem;color:var(--c-text-muted);margin-top:.75rem;transition:color var(--transition)}.product-form__continue:hover{color:var(--c-navy)}.qty-discounts{border:1.5px solid #fed7aa;border-radius:var(--radius-md);overflow:hidden;margin-top:1rem}.qty-discounts__header{display:flex;align-items:center;gap:8px;padding:.65rem 1rem;background:#fff7ed;font-size:.82rem;font-weight:700;color:#92400e;border-bottom:1px solid #fed7aa}.qty-discounts__grid{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid #fed7aa}.qty-discount-item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:.75rem .5rem;text-align:center;border-right:1px solid #fed7aa;cursor:pointer;transition:background var(--transition)}.qty-discount-item:last-child{border-right:none}.qty-discount-item:hover{background:#fff7ed}.qty-discount-item__qty{font-size:.8rem;font-weight:700;color:var(--c-navy)}.qty-discount-item__badge{background:var(--c-orange);color:#fff;font-size:.72rem;font-weight:800;padding:2px 8px;border-radius:var(--radius-pill)}.qty-discount-item__badge--hot{background:#c0392b;animation:pulse-badge 2s infinite}@keyframes pulse-badge{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.qty-discount-item__price{font-size:.78rem;color:var(--c-text-muted)}.qty-discounts__note{display:flex;align-items:center;gap:6px;padding:.6rem 1rem;font-size:.75rem;color:#92400e;background:#fff7ed}.qty-discounts__note a{color:var(--c-orange);font-weight:600}.qty-discount-item.is-active{background:#fff7ed;outline:2px solid var(--c-orange);outline-offset:-2px}.announcement-bar__inner{display:flex;align-items:center;justify-content:space-between;max-width:var(--container-max);margin:0 auto;padding:0 var(--container-pad)}.announcement-bar__b2b{display:inline-flex;align-items:center;gap:6px;background:var(--c-orange);color:#fff;font-size:.75rem;font-weight:700;padding:5px 12px;border-radius:var(--radius-pill);white-space:nowrap;letter-spacing:.03em;transition:background var(--transition),transform var(--transition);animation:pulse-b2b 3s infinite}.announcement-bar__b2b:hover{background:var(--c-orange-dark);transform:scale(1.03);animation:none}@keyframes pulse-b2b{0%,to{box-shadow:0 0 #e8791d66}50%{box-shadow:0 0 0 6px #e8791d00}}.cat-badge--status{display:inline-flex;align-items:center;gap:5px;background:transparent;border:none;border-radius:0;padding:0;font-size:.72rem;font-weight:700;box-shadow:none}.cat-badge--instock{color:#2e7d52}.cat-badge--out{color:#c0392b}.cat-badge__dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.cat-badge__dot--green{background:#2e7d52;box-shadow:0 0 0 2px #2e7d5233}.cat-badge__dot--red{background:#c0392b;box-shadow:0 0 0 2px #c0392b33}.product-card__badges .cat-badge--status{display:inline-flex;align-items:center;gap:5px;background:transparent;border-radius:0;padding:0;font-size:.72rem;font-weight:700;box-shadow:none;text-shadow:0 1px 3px rgba(255,255,255,.8)}.product-card__badges .cat-badge__dot{width:7px;height:7px;border-radius:50%;flex-shrink:0;display:inline-block}.product-card__badges .cat-badge__dot--green{background:#2e7d52;box-shadow:0 0 0 2px #2e7d5233}.product-card__badges .cat-badge__dot--red{background:#c0392b;box-shadow:0 0 0 2px #c0392b33}.product-card__badges .cat-badge--instock{color:#2e7d52}.product-card__badges .cat-badge--out{color:#c0392b}.products-grid--5{grid-template-columns:repeat(5,1fr)}.header__megamenu{position:fixed;left:0;width:100%;box-sizing:border-box}.cart-drawer,.cart-drawer__panel,.cart-drawer__items,.cart-drawer__overlay{max-width:100vw;overflow-x:hidden}.header__nav-bar{position:relative;left:0;right:0}.header__megamenu{position:fixed;left:0;right:0;width:100%;top:auto;box-sizing:border-box;background:var(--c-white);border-top:3px solid var(--c-orange);border-bottom:1px solid var(--c-border);box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transition:opacity var(--transition),visibility var(--transition);z-index:200}.megamenu__item-icon{width:180px;height:180px}.megamenu__item-icon img{width:180px;height:180px;object-fit:cover;border-radius:8px}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
