:root{--vx-bg: #f8fafc;--vx-surface: #ffffff;--vx-ink: #0f172a;--vx-muted: #64748b;--vx-soft: #e2e8f0;--vx-soft-2: #f1f5f9;--vx-dark: #0f172a;--vx-orange: var(--color-accent, #111827);--vx-orange-dark: #020617;--vx-green: #059669;--vx-red: #dc2626;--vx-radius: 14px;--vx-shadow: 0 14px 40px rgba(15, 23, 42, .1);--vx-page: 1440px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--vx-ink);background:var(--vx-bg);-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.skip-link{position:absolute;left:-999px;top:0;background:#fff;color:#000;padding:12px 18px;z-index:9999}.skip-link:focus{left:12px;top:12px}.page-width{width:min(100% - 32px,var(--vx-page));margin-inline:auto}@media(min-width:990px){.page-width{width:min(100% - 64px,var(--vx-page))}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;border:0;border-radius:8px;padding:12px 22px;min-height:46px;background:var(--vx-orange);color:#fff;font-weight:800;line-height:1;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.btn:hover{background:var(--vx-orange-dark);transform:translateY(-1px);box-shadow:0 10px 22px #0f172a2e}.btn:disabled{background:#cbd5e1;color:#64748b;cursor:not-allowed;transform:none;box-shadow:none}.btn--secondary{background:#fff;color:var(--vx-ink);border:1px solid #cbd5e1}.btn--secondary:hover{background:var(--vx-soft-2);color:var(--vx-ink);box-shadow:none}.btn--dark{background:var(--vx-dark)}.btn--full{width:100%}.icon-button{border:0;background:transparent;color:var(--vx-ink);min-width:40px;min-height:40px;border-radius:999px;display:inline-grid;place-items:center}.icon-button:hover{background:var(--vx-soft-2)}.muted{color:var(--vx-muted)}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0)}.announcement{background:var(--vx-dark);color:#fff;text-align:center;padding:8px 16px;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.site-header{background:#fff;border-bottom:1px solid var(--vx-soft);position:sticky;top:0;z-index:40;box-shadow:0 2px 12px #0f172a0a}.header-main{display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;min-height:76px}.logo{display:inline-flex;align-items:center;gap:8px;font-size:26px;font-weight:950;letter-spacing:-.04em}.logo__mark{color:var(--vx-orange);font-size:29px;line-height:1;transform:rotate(-10deg)}.search-bar{display:flex;border:1px solid #cbd5e1;border-radius:8px;overflow:hidden;max-width:740px;margin-inline:auto;width:100%;background:#fff}.search-bar:focus-within{border-color:var(--vx-orange);box-shadow:0 0 0 1px var(--vx-orange)}.search-bar input{flex:1;border:0;outline:0;padding:11px 14px;min-width:0}.search-bar button{border:0;background:var(--vx-orange);color:#fff;padding:0 20px;font-weight:900}.header-actions{display:flex;align-items:center;gap:16px}.cart-trigger{display:inline-flex;align-items:center;gap:8px;font-weight:900;border:0;background:transparent;color:var(--vx-ink);padding:8px;border-radius:8px}.cart-trigger:hover{color:var(--vx-orange);background:var(--vx-soft-2)}.cart-count{display:inline-grid;place-items:center;min-width:20px;height:20px;padding-inline:6px;border-radius:99px;background:var(--vx-orange);color:#fff;font-size:11px}.header-nav{border-top:1px solid var(--vx-soft);background:#fff}.header-nav__list{display:flex;align-items:center;gap:28px;list-style:none;padding:12px 0;margin:0;color:#475569;font-size:14px;font-weight:800}.header-nav a:hover{color:var(--vx-orange)}.mobile-menu-toggle{display:none}.mobile-panel{display:none;border-top:1px solid var(--vx-soft);padding:12px 0 18px}.mobile-panel.is-open{display:block}.mobile-panel ul{list-style:none;padding:0;margin:12px 0 0;display:grid;gap:4px}.mobile-panel a{display:block;padding:12px 0;font-weight:800;color:#475569;border-bottom:1px solid var(--vx-soft-2)}@media(max-width:749px){.announcement{font-size:10px}.header-main{grid-template-columns:auto 1fr auto;min-height:64px;gap:10px}.mobile-menu-toggle{display:inline-grid}.logo{font-size:22px;justify-self:center}.logo__mark{font-size:24px}.search-bar{grid-column:1 / -1;order:10;max-width:none;display:none}.site-header.search-open .search-bar{display:flex}.header-nav,.account-link,.cart-trigger span:not(.cart-count){display:none}}.hero{background:var(--vx-dark);color:#fff;overflow:hidden}.hero__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,1fr);min-height:430px}.hero__content{align-self:center;padding:clamp(40px,6vw,72px) 0 clamp(40px,6vw,72px) max(16px,calc((100vw - var(--vx-page)) / 2 + 32px))}.hero h1{margin:0 0 18px;max-width:620px;font-size:clamp(38px,5vw,70px);line-height:1.04;letter-spacing:-.055em}.hero p{max-width:520px;color:#cbd5e1;font-size:18px;line-height:1.7;margin:0 0 30px}.hero__media{min-height:360px;background:linear-gradient(135deg,#f9731629,#0f172a00),var(--vx-soft-2);position:relative;overflow:hidden}.hero__media img{width:100%;height:100%;object-fit:cover}.hero__placeholder{height:100%;display:grid;place-items:center;font-size:120px;background:radial-gradient(circle at 20% 20%,rgba(249,115,22,.32),transparent 28%),radial-gradient(circle at 80% 65%,rgba(255,255,255,.18),transparent 32%),#1e293b}.hero__placeholder span{filter:drop-shadow(0 18px 30px rgba(0,0,0,.2))}@media(max-width:749px){.hero__inner{grid-template-columns:1fr;min-height:0}.hero__content{order:2;padding:34px 16px 42px;text-align:center}.hero p{font-size:15px}.hero__media{order:1;min-height:245px}.hero .btn{width:100%}}.category-strip{background:#fff;border-bottom:1px solid var(--vx-soft);padding:38px 0 34px}.section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:22px}.section-title h2,.section-title h1{margin:0;font-weight:950;letter-spacing:-.035em}.section-title a{color:var(--vx-orange);font-size:14px;font-weight:900}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(92px,1fr));gap:18px}.category-card{display:grid;justify-items:center;gap:9px;text-align:center;font-size:13px;font-weight:800}.category-card__image{width:96px;height:96px;border-radius:50%;background:var(--vx-soft-2);border:1px solid var(--vx-soft);overflow:hidden;box-shadow:0 3px 8px #0f172a0d;display:grid;place-items:center}.category-card__image img{width:100%;height:100%;object-fit:cover}.category-card:hover{color:var(--vx-orange)}.category-card:hover .category-card__image{border-color:var(--vx-orange)}@media(max-width:749px){.category-strip{padding:30px 0}.category-grid{grid-template-columns:repeat(3,1fr);gap:22px 8px}.category-card__image{width:78px;height:78px}.section-title{text-align:center;justify-content:center}}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.product-card{background:#fff;border:1px solid var(--vx-soft);border-radius:9px;padding:16px;min-width:0;display:flex;flex-direction:column;transition:box-shadow .18s ease,border-color .18s ease,transform .18s ease;position:relative}.product-card:hover{border-color:#cbd5e1;box-shadow:0 10px 28px #0f172a14;transform:translateY(-2px)}.product-card__media{height:210px;display:grid;place-items:center;margin-bottom:14px;background:#fff}.product-card__media img{width:100%;height:100%;object-fit:contain}.product-card__badge,.badge{display:inline-flex;align-items:center;border-radius:4px;padding:4px 7px;background:var(--vx-dark);color:#fff;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}.product-card__badge{position:absolute;top:12px;left:12px;z-index:2}.product-card__vendor{margin-bottom:4px;color:var(--vx-muted);font-size:11px;font-weight:900;text-transform:uppercase}.product-card__title{font-size:14px;font-weight:650;line-height:1.35;margin:0 0 9px;min-height:38px}.product-card__title:hover{color:var(--vx-orange)}.stars{display:inline-flex;align-items:center;gap:2px;color:#fb923c;letter-spacing:-1px}.rating-line{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--vx-muted);margin-bottom:12px}.price{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px;margin-top:auto}.price__current{font-size:21px;font-weight:950}.price__compare{color:#94a3b8;text-decoration:line-through;font-size:12px}.card-form{margin-top:12px}.card-form .btn{min-height:40px;padding:10px 12px;font-size:13px;background:#fff;color:var(--vx-ink);border:1px solid #cbd5e1;width:100%}.card-form .btn:hover{background:var(--vx-soft-2);box-shadow:none}@media(max-width:989px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:749px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-card{padding:12px}.product-card__media{height:128px}.product-card__title{font-size:12px;min-height:34px}.price__current{font-size:16px}}.featured-products{padding:44px 0 24px}.trust-bar{padding:20px 0 46px}.trust-bar__inner{display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border:1px solid var(--vx-soft);border-radius:var(--vx-radius);overflow:hidden}.trust-item{display:flex;align-items:center;gap:14px;padding:26px 32px;border-left:1px solid var(--vx-soft)}.trust-item:first-child{border-left:0}.trust-item__icon{color:var(--vx-green);font-size:30px}.trust-item h3{margin:0 0 4px;font-size:16px}.trust-item p{margin:0;color:var(--vx-muted);font-size:14px}@media(max-width:749px){.featured-products{padding:30px 0 22px}.trust-bar__inner{grid-template-columns:1fr;border-radius:0;border-left:0;border-right:0}.trust-item{border-left:0;border-top:1px solid var(--vx-soft);padding:20px 16px}.trust-item:first-child{border-top:0}}.collection-page{padding:28px 0 64px}.breadcrumbs{background:#fff;border-bottom:1px solid var(--vx-soft);color:var(--vx-muted);font-size:12px;font-weight:700;padding:11px 0}.collection-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:32px}.filter-card{position:sticky;top:150px;align-self:start;background:#fff;border:1px solid var(--vx-soft);border-radius:var(--vx-radius);padding:22px}.filter-card h3{margin:0 0 18px;font-size:18px}.filter-group{border-top:1px solid var(--vx-soft-2);padding-top:18px;margin-top:18px}.filter-group:first-of-type{border-top:0;padding-top:0;margin-top:0}.filter-group strong{display:block;margin-bottom:12px;font-size:14px}.filter-list{list-style:none;padding:0;margin:0;display:grid;gap:10px;color:#475569;font-size:14px}.filter-list a:hover{color:var(--vx-orange)}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;background:#fff;border:1px solid var(--vx-soft);border-radius:12px;padding:10px 12px;margin-bottom:22px}.collection-toolbar select{border:1px solid #cbd5e1;border-radius:8px;background:#fff;padding:10px 34px 10px 12px;font-weight:800;color:var(--vx-ink)}.mobile-filter-button,.mobile-filter-drawer{display:none}@media(max-width:989px){.collection-layout{grid-template-columns:1fr}.filter-card{display:none}.mobile-filter-button{display:inline-flex}}@media(max-width:749px){.collection-page{padding-top:22px}.collection-toolbar{margin-bottom:18px}.collection-toolbar .result-count{display:none}}.product-page{background:#fff;padding-bottom:64px}.product-layout{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:44px;padding-top:28px}.product-gallery{position:sticky;top:150px;align-self:start}.product-gallery__main{border:1px solid var(--vx-soft);border-radius:10px;aspect-ratio:1 / 1;display:grid;place-items:center;overflow:hidden;padding:18px;background:#fff}.product-gallery__main img{width:100%;height:100%;object-fit:contain}.product-thumbs{display:flex;gap:10px;overflow-x:auto;padding-top:12px}.product-thumb{width:70px;height:70px;border:1px solid var(--vx-soft);border-radius:8px;padding:5px;flex:0 0 auto;background:#fff}.product-thumb img{width:100%;height:100%;object-fit:contain}.product-main-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:38px}.product-vendor{color:#94a3b8;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.product-title{margin:0 0 12px;font-size:clamp(28px,3vw,42px);line-height:1.12;letter-spacing:-.035em}.product-reviewline{display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--vx-soft);padding-bottom:16px;margin-bottom:20px}.product-copy{color:#475569;line-height:1.75}.product-copy ul{padding-left:18px}.buy-box{border:1px solid var(--vx-soft);border-radius:10px;padding:20px;background:var(--vx-bg);box-shadow:0 4px 15px #0f172a0a}.buy-box .price__current{font-size:42px;letter-spacing:-.04em}.variant-select,.quantity-input,.review-form input,.review-form select,.review-form textarea{width:100%;border:1px solid #cbd5e1;border-radius:8px;padding:11px 12px;background:#fff;color:var(--vx-ink);outline:none}.variant-select:focus,.quantity-input:focus,.review-form input:focus,.review-form select:focus,.review-form textarea:focus{border-color:var(--vx-orange);box-shadow:0 0 0 1px var(--vx-orange)}.product-form__row{display:grid;gap:8px;margin:16px 0}.product-form__row label{font-size:13px;font-weight:900}.stock-line{color:var(--vx-green);display:flex;gap:7px;align-items:center;font-weight:900;margin:13px 0}.secure-line{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:14px;color:var(--vx-muted);font-size:12px;font-weight:700}.product-info-block{border-top:1px solid var(--vx-soft);margin-top:44px;padding-top:42px}.info-grid{display:grid;grid-template-columns:2fr 1fr;gap:56px}.spec-card{background:var(--vx-bg);border:1px solid var(--vx-soft);border-radius:var(--vx-radius);padding:24px}.spec-row{display:flex;justify-content:space-between;gap:16px;padding:11px 0;border-bottom:1px solid var(--vx-soft);font-size:14px}.product-sticky-atc{display:none}@media(max-width:1099px){.product-main-grid{grid-template-columns:1fr}}@media(max-width:849px){.product-layout{grid-template-columns:1fr;gap:24px}.product-gallery{position:static}.info-grid{grid-template-columns:1fr;gap:24px}}@media(max-width:749px){.product-page{padding-bottom:96px}.product-layout{padding-top:20px}.product-gallery__main{padding:12px}.product-main-grid{gap:18px}.buy-box{padding:16px}.product-sticky-atc{display:flex;position:fixed;inset-inline:0;bottom:0;z-index:30;padding:12px 16px;background:#fff;border-top:1px solid var(--vx-soft);box-shadow:0 -8px 22px #0f172a14;gap:12px;align-items:center}.product-sticky-atc .price__current{font-size:20px}}.reviews-section{background:#fff;border-top:1px solid var(--vx-soft);padding:48px 0}.reviews-layout{display:grid;grid-template-columns:330px minmax(0,1fr);gap:52px}.review-score{display:flex;align-items:center;gap:16px;margin-bottom:18px}.review-score__number{font-size:54px;font-weight:950;letter-spacing:-.06em}.rating-bar{display:grid;grid-template-columns:54px 1fr 34px;gap:8px;align-items:center;font-size:13px;margin-bottom:8px}.rating-bar__track{height:8px;background:var(--vx-soft-2);border-radius:999px;overflow:hidden}.rating-bar__fill{height:100%;background:#fb923c;border-radius:inherit}.review-card{border-bottom:1px solid var(--vx-soft-2);padding-bottom:22px;margin-bottom:22px}.review-card__head{display:flex;justify-content:space-between;gap:18px;margin-bottom:8px}.review-card h4{margin:8px 0}.review-card p{color:#475569;line-height:1.65;margin:0 0 12px}.review-label{font-size:10px;color:var(--vx-green);font-weight:950;text-transform:uppercase;letter-spacing:.05em}.review-form{background:var(--vx-bg);border:1px solid var(--vx-soft);border-radius:var(--vx-radius);padding:22px;margin-top:24px}.review-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.review-form-grid .full{grid-column:1 / -1}.review-note{font-size:12px;color:var(--vx-muted);line-height:1.5}.app-blocks{margin-top:28px}.app-blocks>*+*{margin-top:20px}@media(max-width:849px){.reviews-layout{grid-template-columns:1fr;gap:28px}.review-form-grid{grid-template-columns:1fr}}.cart-page{padding:40px 0 70px}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:38px}.shipping-progress{background:#fff;border:1px solid var(--vx-soft);border-radius:12px;padding:18px;margin-bottom:18px}.progress-track{height:9px;background:var(--vx-soft-2);border-radius:99px;overflow:hidden;margin-top:12px}.progress-fill{height:100%;background:var(--vx-orange);border-radius:inherit}.progress-fill.is-complete{background:var(--vx-green)}.cart-items{background:#fff;border:1px solid var(--vx-soft);border-radius:12px;overflow:hidden}.cart-row{display:grid;grid-template-columns:96px minmax(0,1fr) 110px 120px 120px;gap:16px;align-items:center;padding:18px;border-bottom:1px solid var(--vx-soft-2)}.cart-row:last-child{border-bottom:0}.cart-row__image{width:96px;height:96px;border:1px solid var(--vx-soft);border-radius:8px;display:grid;place-items:center;padding:6px}.cart-row__image img{width:100%;height:100%;object-fit:contain}.cart-row input[type=number]{width:86px;border:1px solid #cbd5e1;border-radius:8px;padding:9px;text-align:center}.cart-summary{position:sticky;top:140px;align-self:start;background:#fff;border:1px solid var(--vx-soft);border-radius:var(--vx-radius);padding:22px}.summary-line{display:flex;justify-content:space-between;gap:18px;margin-bottom:14px;color:#475569}.summary-line strong{color:var(--vx-ink)}@media(max-width:989px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media(max-width:749px){.cart-page{padding-top:28px}.cart-row{grid-template-columns:78px minmax(0,1fr);align-items:start}.cart-row__image{width:78px;height:78px}.cart-row__price,.cart-row__quantity,.cart-row__total{grid-column:2}}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#0f172a6b;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.cart-drawer{position:fixed;inset-block:0;right:0;z-index:100;width:min(100%,400px);background:#fff;transform:translate(105%);transition:transform .22s ease;box-shadow:-16px 0 40px #0f172a24;display:flex;flex-direction:column}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header{min-height:64px;padding:12px 16px;border-bottom:1px solid var(--vx-soft);background:var(--vx-bg);display:flex;justify-content:space-between;align-items:center}.cart-drawer__body{flex:1;overflow:auto;padding:16px}.drawer-item{display:grid;grid-template-columns:76px minmax(0,1fr);gap:14px;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid var(--vx-soft-2)}.drawer-item__img{width:76px;height:76px;border:1px solid var(--vx-soft);border-radius:8px;padding:5px}.drawer-item__img img{width:100%;height:100%;object-fit:contain}.drawer-checkout{border-top:1px solid var(--vx-soft);padding-top:16px}.empty-state{min-height:52vh;display:grid;place-items:center;text-align:center;padding:48px 16px;background:#fff}.search-page{padding:38px 0 70px}.pagination{display:flex;justify-content:center;gap:8px;margin-top:28px}.pagination a,.pagination span{padding:9px 12px;border:1px solid var(--vx-soft);border-radius:8px;background:#fff}.pagination .current{background:var(--vx-dark);color:#fff}.vx-icon{width:1.15em;height:1.15em;display:inline-block;vertical-align:-.16em;flex:0 0 auto}.header-main--premium{grid-template-columns:auto minmax(280px,1fr) auto;column-gap:clamp(18px,3vw,34px);min-height:78px}.logo--premium{gap:11px;min-width:170px;letter-spacing:-.045em}.logo__mark--svg{width:38px;height:38px;border-radius:12px;display:inline-grid;place-items:center;color:#fff;background:linear-gradient(135deg,var(--vx-orange),#fb923c 58%,#fdba74);box-shadow:0 10px 22px #f973163d;transform:none}.logo__mark--svg .vx-icon{width:22px;height:22px}.logo__text{color:var(--vx-ink);font-size:27px;font-weight:950;line-height:1}.search-bar--premium{border-radius:12px;border-color:#cbd5e1;box-shadow:0 1px 2px #0f172a08}.search-bar--premium input{padding:13px 16px}.search-bar--premium button{min-width:56px;display:inline-grid;place-items:center}.header-actions--premium{gap:10px}.mobile-search-toggle{display:none}.account-link--premium,.cart-trigger--premium{min-height:46px;border-radius:14px;padding:8px 10px;display:inline-flex;align-items:center;gap:9px;color:var(--vx-ink);border:1px solid transparent;background:transparent;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.account-link--premium:hover,.cart-trigger--premium:hover{background:#f8fafc;border-color:#e2e8f0;color:var(--vx-orange);transform:translateY(-1px)}.action-icon,.cart-trigger__icon{width:36px;height:36px;border-radius:999px;display:inline-grid;place-items:center;color:#334155;background:#f1f5f9}.account-link--premium:hover .action-icon,.cart-trigger--premium:hover .cart-trigger__icon{color:var(--vx-orange);background:#fff7ed}.action-copy{display:grid;line-height:1.05}.action-copy .muted{font-size:11px;font-weight:700}.action-copy strong{font-size:13px;font-weight:900}.cart-trigger--premium{position:relative}.cart-trigger__label{font-size:14px;font-weight:900}.cart-trigger--premium .cart-count{position:absolute;top:4px;left:35px;border:2px solid #fff;min-width:21px;height:21px;font-size:10px;box-shadow:0 3px 8px #f9731642}.header-nav__deals{margin-left:auto}.header-nav__deals a{display:inline-flex;align-items:center;gap:6px;color:#dc2626}.header-nav__deals .vx-icon{color:#dc2626}.header-nav__deals a:hover{color:#b91c1c}.category-strip__title{display:grid;justify-items:start;gap:4px;margin-bottom:24px}.category-strip__title p{margin:0;color:var(--vx-muted);font-size:14px;font-weight:600}.category-grid--fixed-nine{grid-template-columns:repeat(9,minmax(0,1fr));gap:18px}.category-card--pro{position:relative;padding:8px 4px 2px;border-radius:18px;transition:background .18s ease,transform .18s ease,color .18s ease}.category-card--pro:hover{background:#fff7ed;transform:translateY(-2px)}.category-card__image--pro{width:102px;height:102px;border:1px solid #e2e8f0;background:linear-gradient(135deg,#f8fafc,#fff7ed);box-shadow:0 12px 26px #0f172a14}.category-card__image--pro img{transition:transform .22s ease}.category-card--pro:hover .category-card__image--pro img{transform:scale(1.05)}.category-card__placeholder{width:100%;height:100%;display:grid;place-items:center;color:var(--vx-orange);background:radial-gradient(circle at 25% 20%,rgba(249,115,22,.22),transparent 28%),radial-gradient(circle at 80% 75%,rgba(15,23,42,.08),transparent 34%),#fff7ed}.category-card__placeholder .vx-icon{width:36px;height:36px}.category-card__label{max-width:118px;min-height:33px;display:inline-flex;align-items:center;justify-content:center;color:#1e293b;font-size:12.5px;line-height:1.18;font-weight:850}.category-card--pro:hover .category-card__label{color:var(--vx-orange-dark)}.trust-bar--premium{padding:18px 0 52px}.trust-bar__inner--cards{gap:18px;background:transparent;border:0;border-radius:0;overflow:visible}.trust-item--premium{border:1px solid #e2e8f0!important;border-radius:18px;background:#fff;padding:24px;box-shadow:0 14px 32px #0f172a0f;position:relative;overflow:hidden}.trust-item--premium:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(180deg,#10b981,#34d399)}.trust-item__icon--premium{width:48px;height:48px;border-radius:16px;display:inline-grid;place-items:center;color:#047857;background:#ecfdf5;box-shadow:inset 0 0 0 1px #10b98129}.trust-item__icon--premium .vx-icon{width:25px;height:25px}.trust-item__content{min-width:0}.trust-item__eyebrow{display:inline-block;margin-bottom:5px;color:#059669;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.trust-item--premium h3{font-size:17px;letter-spacing:-.02em}.trust-item--premium p{max-width:320px;line-height:1.5}@media(max-width:1180px){.category-grid--fixed-nine{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(max-width:989px){.header-main--premium{grid-template-columns:auto 1fr auto}.logo--premium{min-width:0}.account-link--premium .action-copy{display:none}.category-grid--fixed-nine{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:749px){.header-main--premium{min-height:66px;gap:8px}.logo--premium{justify-self:center;gap:8px}.logo__mark--svg{width:33px;height:33px;border-radius:10px}.logo__mark--svg .vx-icon{width:19px;height:19px}.logo__text{font-size:23px}.mobile-search-toggle{display:inline-grid}.header-actions--premium{gap:4px}.account-link--premium{display:none}.cart-trigger--premium{min-height:40px;padding:4px}.cart-trigger__icon{width:35px;height:35px}.cart-trigger--premium .cart-count{top:1px;left:25px;min-width:19px;height:19px}.mobile-panel__search{display:flex!important}.category-strip__title{justify-items:center;text-align:center;margin-bottom:22px}.category-strip__title p{max-width:300px;font-size:13px}.category-grid--fixed-nine{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 8px}.category-card--pro{padding:6px 2px 0}.category-card__image--pro{width:82px;height:82px}.category-card__placeholder .vx-icon{width:30px;height:30px}.category-card__label{font-size:12px;max-width:96px;min-height:31px}.trust-bar--premium{padding:10px 0 36px}.trust-bar__inner--cards{gap:12px}.trust-item--premium{padding:18px 16px 18px 18px;border-radius:16px}.trust-item__icon--premium{width:42px;height:42px;border-radius:14px}.trust-item__icon--premium .vx-icon{width:22px;height:22px}}@media(max-width:749px){.cart-trigger--premium .cart-trigger__icon{display:inline-grid!important}.cart-trigger--premium .cart-trigger__label{display:none!important}}.vx-footer{background:radial-gradient(circle at 10% 0%,rgba(249,115,22,.1),transparent 30%),linear-gradient(180deg,#111827,#0f172a);color:#cbd5e1;padding:58px 0 26px;border-top:1px solid rgba(255,255,255,.08)}.vx-footer a:hover{color:#fff}.vx-footer__top{display:grid;grid-template-columns:minmax(280px,1.35fr) minmax(150px,.72fr) minmax(170px,.78fr) minmax(260px,.95fr);gap:42px;align-items:start}.vx-footer__logo{display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:28px;font-weight:950;letter-spacing:-.045em;margin-bottom:16px}.vx-footer__logo-mark{width:40px;height:40px;border-radius:12px;display:inline-grid;place-items:center;background:#f973161f;color:#fb923c;border:1px solid rgba(249,115,22,.24)}.vx-footer__logo-mark .vx-icon{width:22px;height:22px}.vx-footer__brand p,.vx-footer__connect p{margin:0;line-height:1.75;color:#94a3b8;max-width:430px;font-size:14px}.vx-footer__trust-mini{margin-top:22px;display:grid;gap:10px}.vx-footer__trust-mini div{display:flex;align-items:center;gap:10px;width:max-content;max-width:100%;padding:9px 12px;border:1px solid rgba(148,163,184,.22);border-radius:999px;background:#ffffff0b;color:#e2e8f0;font-size:13px;font-weight:800}.vx-footer__trust-mini .vx-icon{width:17px;height:17px;color:#34d399}.vx-footer__nav h3,.vx-footer__connect h3{margin:4px 0 18px;color:#fff;font-size:13px;text-transform:uppercase;letter-spacing:.12em;font-weight:950}.vx-footer__nav ul{list-style:none;padding:0;margin:0;display:grid;gap:12px}.vx-footer__nav a{color:#94a3b8;font-size:14px;font-weight:700;transition:color .18s ease,transform .18s ease}.vx-footer__nav a:hover{transform:translate(2px);color:#fff}.vx-footer__socials{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.vx-footer__socials a{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 13px;border:1px solid rgba(148,163,184,.26);border-radius:999px;background:#ffffff0b;color:#e2e8f0;font-size:13px;font-weight:900}.vx-footer__socials a:hover{background:#f973161f;border-color:#f9731661;color:#fff}.vx-footer__newsletter{margin-top:24px;padding:18px;border-radius:18px;background:#ffffff0f;border:1px solid rgba(148,163,184,.18)}.vx-footer__newsletter strong{display:block;color:#fff;margin-bottom:6px;font-size:15px}.vx-footer__newsletter p{font-size:13px;line-height:1.55}.vx-newsletter-form{margin-top:14px;display:flex;gap:8px}.vx-newsletter-form input{min-width:0;flex:1;border:1px solid rgba(148,163,184,.32);background:#0f172aa6;color:#fff;border-radius:10px;padding:11px 12px;outline:none}.vx-newsletter-form input::placeholder{color:#94a3b8}.vx-newsletter-form button{border:0;border-radius:10px;padding:0 16px;background:var(--vx-orange);color:#fff;font-weight:950}.vx-footer__bottom{border-top:1px solid rgba(148,163,184,.18);margin-top:42px;padding-top:22px;display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap;color:#94a3b8;font-size:13px}.vx-footer__bottom p{margin:0}.vx-footer__bottom div{display:flex;gap:18px;flex-wrap:wrap}.vx-footer__bottom a{font-weight:800}@media(max-width:989px){.vx-footer__top{grid-template-columns:1fr 1fr}.vx-footer__brand,.vx-footer__connect{grid-column:span 2}}@media(max-width:749px){.vx-footer{padding:42px 0 22px}.vx-footer__top{grid-template-columns:1fr;gap:30px}.vx-footer__brand,.vx-footer__connect{grid-column:auto}.vx-footer__logo{font-size:25px}.vx-footer__trust-mini div{width:100%;justify-content:flex-start}.vx-newsletter-form{flex-direction:column}.vx-newsletter-form button{min-height:44px}.vx-footer__bottom{align-items:flex-start;flex-direction:column}}.product-page--premium{background:linear-gradient(180deg,#fff,#f8fafc);padding-bottom:76px}.breadcrumbs--product{background:#fff;border-bottom:1px solid #e5e7eb}.product-layout--premium{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(28px,4vw,58px);padding-top:34px}.product-gallery--premium .product-gallery__main{border-radius:22px;border-color:#e5e7eb;background:radial-gradient(circle at 50% 12%,#fff,#f8fafc 62%,#f1f5f9);box-shadow:0 18px 45px #0f172a12}.product-gallery--premium .product-thumb{border-radius:14px;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.product-gallery--premium .product-thumb:hover{border-color:var(--vx-orange);box-shadow:0 8px 18px #0f172a14;transform:translateY(-1px)}.product-main-grid--premium{grid-template-columns:minmax(0,1fr) minmax(310px,360px);gap:34px;align-items:start}.product-summary{min-width:0}.product-kicker-row{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:8px}.product-status-pill{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;background:#ecfdf5;color:#047857;border:1px solid #bbf7d0;font-size:12px;line-height:1;font-weight:950;white-space:nowrap}.product-page--premium .product-title{font-size:clamp(30px,3.2vw,46px);letter-spacing:-.045em;color:#0f172a}.product-page--premium .product-reviewline{background:#fff;border:1px solid #e5e7eb;border-radius:999px;width:max-content;max-width:100%;padding:8px 12px;margin-bottom:22px}.product-copy--lead{color:#334155;font-size:15px}.product-copy--lead p:first-child{margin-top:0}.product-benefits-card{margin-top:24px;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:20px;box-shadow:0 10px 28px #0f172a0b}.product-benefits-card h2{margin:0 0 14px;font-size:16px;letter-spacing:-.02em}.product-benefits-card ul{list-style:none;display:grid;gap:11px;padding:0;margin:0}.product-benefits-card li{display:grid;grid-template-columns:22px 1fr;gap:10px;color:#475569;line-height:1.55;font-size:14px}.product-benefits-card li span{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:999px;background:#ecfdf5;color:#059669;font-weight:950;font-size:12px}.buy-box--premium{position:sticky;top:150px;border-radius:22px;padding:22px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 24px 60px #0f172a1a}.buy-box__header{padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #e5e7eb}.buy-box__eyebrow{display:block;color:#64748b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px}.buy-box--premium .price{display:flex;align-items:baseline;gap:9px;flex-wrap:wrap}.buy-box--premium .price__current{font-size:clamp(34px,3vw,44px);line-height:1}.buy-box--premium .price__compare{color:#94a3b8;font-size:15px}.buy-box__delivery{display:grid;gap:9px;margin-bottom:18px}.buy-box__delivery div{display:grid;grid-template-columns:22px 1fr;align-items:center;gap:9px;min-height:40px;padding:9px 11px;border-radius:12px;background:#f8fafc;border:1px solid #eef2f7;color:#334155;font-size:13px;font-weight:800;line-height:1.35}.buy-box__delivery .vx-icon{width:19px;height:19px;color:#059669}.product-form--premium{display:block}.product-form--premium .product-form__row{margin:14px 0}.product-form--premium .product-form__row label{color:#0f172a;margin-bottom:2px}.product-form__row--qty .quantity-input{max-width:120px}.product-actions{display:grid;gap:10px;margin-top:18px}.product-atc-button{min-height:52px;border-radius:12px;font-size:15px}.product-atc-button .vx-icon{width:18px;height:18px}.dynamic-checkout-wrap{display:block;width:100%}.dynamic-checkout-wrap .shopify-payment-button{margin:0!important;width:100%}.dynamic-checkout-wrap .shopify-payment-button__button,.dynamic-checkout-wrap .shopify-payment-button__button--unbranded{width:100%!important;min-height:52px!important;border-radius:12px!important;font-weight:950!important;font-size:15px!important;line-height:1.2!important;overflow:hidden!important;margin:0!important}.dynamic-checkout-wrap .shopify-payment-button__more-options{margin-top:10px!important;color:#64748b!important;font-size:12px!important}.secure-line--premium{margin-top:18px;padding-top:16px;border-top:1px solid #e5e7eb;color:#64748b}.product-info-block--premium{margin-top:54px;padding-top:42px}.product-info-block--premium h2{margin-top:0;font-size:clamp(24px,2.4vw,34px);letter-spacing:-.035em}.spec-card--premium{background:#fff;border-color:#e5e7eb;box-shadow:0 12px 34px #0f172a0e}.spec-card--premium h3{margin:0 0 12px}.product-sticky-atc__price div{font-size:10px;color:#059669;font-weight:950}@media(max-width:1199px){.product-main-grid--premium{grid-template-columns:1fr}.buy-box--premium{position:static;max-width:520px}}@media(max-width:849px){.product-layout--premium{grid-template-columns:1fr;padding-top:22px}.product-main-grid--premium{gap:22px}.buy-box--premium{max-width:none}}@media(max-width:749px){.product-page--premium{padding-bottom:54px}.product-page--premium .product-reviewline{width:100%;justify-content:center;border-radius:14px}.product-kicker-row{align-items:flex-start}.product-benefits-card{padding:16px}.buy-box--premium{padding:18px;border-radius:18px}.product-actions{gap:9px}.product-atc-button,.dynamic-checkout-wrap .shopify-payment-button__button,.dynamic-checkout-wrap .shopify-payment-button__button--unbranded{min-height:50px!important}}.is-hidden{display:none!important}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;border:0!important}.btn{border-radius:12px;letter-spacing:-.01em;background:var(--vx-orange)}.btn:hover{background:var(--vx-orange-dark)}.logo__mark--svg{background:linear-gradient(135deg,#111827,#334155 64%,#475569)}.cart-trigger--premium:hover .cart-trigger__icon{color:#111827;background:#f8fafc}.cart-count{background:#111827}.search-bar:focus-within{border-color:#111827;box-shadow:0 0 0 1px #111827}.buy-box--clean{background:#fffffff5;border:1px solid #e6eaf0;box-shadow:0 22px 48px #0f172a14;padding:24px}.buy-box__topline{display:inline-flex;align-items:center;gap:8px;min-height:30px;padding:6px 10px;border-radius:999px;background:#f8fafc;border:1px solid #eef2f7;color:#334155;font-size:12px;font-weight:850;margin-bottom:14px}.availability-dot{width:8px;height:8px;border-radius:999px;background:#16a34a;box-shadow:0 0 0 4px #16a34a1a}.availability-dot--out{background:#94a3b8;box-shadow:0 0 0 4px #94a3b821}.buy-box__price{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;padding-bottom:18px;margin-bottom:16px;border-bottom:1px solid #edf1f5}.buy-box__price .price__current{font-size:clamp(34px,3vw,42px);font-weight:950;letter-spacing:-.045em;line-height:.95;color:#0f172a}.buy-box__price .price__compare{font-size:15px;color:#94a3b8;text-decoration:line-through;font-weight:750}.delivery-estimate-card{display:grid;grid-template-columns:42px 1fr;align-items:center;gap:12px;margin:0 0 20px;padding:14px;border-radius:16px;background:linear-gradient(180deg,#f8fafc,#fff);border:1px solid #e8edf3}.delivery-estimate-card__icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;color:#166534;background:#eef8f0}.delivery-estimate-card__icon .vx-icon{width:21px;height:21px}.delivery-estimate-card strong{display:block;font-size:13px;font-weight:950;color:#0f172a;margin-bottom:2px}.delivery-estimate-card span{display:block;color:#475569;font-size:13px;font-weight:750}.product-form--clean{margin-top:0}.variant-picker{display:grid;gap:18px;margin:4px 0 18px}.variant-field{border:0;padding:0;margin:0;min-width:0}.variant-field legend,.quantity-row--clean label{display:block;margin:0 0 9px;color:#111827;font-size:12px;font-weight:950;letter-spacing:.02em;text-transform:uppercase}.variant-pill-group{display:flex;flex-wrap:wrap;gap:9px}.variant-pill{min-width:44px;min-height:42px;padding:10px 14px;border-radius:12px;border:1px solid #d8dee8;background:#fff;color:#172033;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:850;line-height:1;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease,transform .16s ease}.variant-pill:hover{border-color:#111827;transform:translateY(-1px)}.variant-radio:checked+.variant-pill{border-color:#111827;background:#111827;color:#fff;box-shadow:0 10px 24px #0f172a1f}.variant-pill--color{justify-content:flex-start;padding:9px 12px 9px 9px}.variant-swatch{width:22px;height:22px;border-radius:999px;background:var(--swatch, #cbd5e1);border:1px solid rgba(15,23,42,.15);box-shadow:inset 0 0 0 2px #ffffff85}.variant-radio:checked+.variant-pill .variant-swatch{border-color:#ffffffbf}.quantity-row--clean{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:18px 0;padding-top:16px;border-top:1px solid #edf1f5}.quantity-row--clean label{margin:0}.quantity-stepper{display:grid;grid-template-columns:38px 54px 38px;min-height:42px;border:1px solid #d8dee8;border-radius:999px;overflow:hidden;background:#fff}.quantity-stepper button{border:0;background:#fff;color:#111827;font-size:20px;font-weight:700}.quantity-stepper button:hover{background:#f8fafc}.quantity-stepper input{width:54px;border:0;border-inline:1px solid #eef2f7;text-align:center;font-weight:900;color:#111827;outline:0;-webkit-appearance:textfield;appearance:textfield}.quantity-stepper input::-webkit-outer-spin-button,.quantity-stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-actions--clean{gap:11px;margin-top:10px}.product-atc-button--clean{min-height:54px;border-radius:14px;font-size:15px;font-weight:950;box-shadow:0 14px 26px #0f172a1f}.dynamic-checkout-wrap--clean{margin-top:0}.dynamic-checkout-wrap--clean .shopify-payment-button__button,.dynamic-checkout-wrap--clean .shopify-payment-button__button--unbranded{border-radius:14px!important;background:#fff!important;color:#111827!important;border:1px solid #d8dee8!important;box-shadow:none!important}.buy-box__microcopy{display:grid;gap:8px;margin-top:18px;padding-top:16px;border-top:1px solid #edf1f5}.buy-box__microcopy div{display:flex;align-items:center;gap:8px;color:#64748b;font-size:12px;font-weight:800}.buy-box__microcopy .vx-icon{width:16px;height:16px;color:#475569}.service-promise{padding:26px 0 56px;background:#f8fafc}.service-promise__panel{display:grid;grid-template-columns:minmax(240px,.9fr) minmax(0,1.4fr);gap:36px;align-items:center;padding:clamp(24px,4vw,42px);border-radius:26px;background:#111827;color:#fff;box-shadow:0 24px 55px #0f172a24}.service-promise__intro span{display:block;margin-bottom:10px;color:#cbd5e1;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.12em}.service-promise__intro h2{margin:0 0 12px;max-width:460px;font-size:clamp(26px,3.2vw,44px);line-height:1.02;letter-spacing:-.045em}.service-promise__intro p{margin:0;max-width:520px;color:#cbd5e1;line-height:1.65;font-size:14px}.service-promise__grid{display:grid;gap:12px}.service-promise__item{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:17px 18px;border-radius:18px;background:#fff1;border:1px solid rgba(255,255,255,.1)}.service-promise__number{display:grid;place-items:center;width:38px;height:38px;border-radius:999px;background:#ffffff1a;color:#e5e7eb;font-size:12px;font-weight:950}.service-promise__item h3{margin:0 0 5px;color:#fff;font-size:15px;letter-spacing:-.015em}.service-promise__item p{margin:0;color:#cbd5e1;font-size:13px;line-height:1.48}@media(max-width:849px){.buy-box--clean{padding:18px}.quantity-row--clean{align-items:flex-start;flex-direction:column;gap:10px}.service-promise__panel{grid-template-columns:1fr;gap:24px;border-radius:22px}}@media(max-width:749px){.buy-box__topline{width:100%;justify-content:center}.delivery-estimate-card{grid-template-columns:38px 1fr;padding:12px}.delivery-estimate-card__icon{width:38px;height:38px;border-radius:13px}.variant-pill{min-height:40px;padding:9px 12px}.service-promise{padding:16px 0 38px}.service-promise__item{grid-template-columns:36px 1fr;padding:15px}.service-promise__number{width:34px;height:34px}}:root{--vx-bg: #f6f7f9;--vx-surface: #ffffff;--vx-ink: #111827;--vx-muted: #667085;--vx-soft: #e5e7eb;--vx-soft-2: #f3f4f6;--vx-dark: #111827;--vx-orange: #111827;--vx-orange-dark: #020617;--vx-green: #0f766e;--vx-page: 1480px;--vx-radius: 12px;--vx-shadow: 0 10px 30px rgba(17, 24, 39, .06)}body{background:#f6f7f9}.btn{border-radius:10px;background:#111827;box-shadow:none}.btn:hover{background:#020617;box-shadow:0 10px 24px #11182724}.announcement{background:#111827;letter-spacing:.04em;text-transform:none;font-size:12px;font-weight:750}.site-header{border-bottom-color:#e5e7eb;box-shadow:0 1px #1118270a}.header-main{min-height:74px}.logo{letter-spacing:-.035em;font-weight:900}.logo__mark,.logo__mark--svg{color:#111827;background:#111827}.search-bar{border-color:#d1d5db;border-radius:10px;box-shadow:0 1px 2px #11182708}.search-bar input{padding-block:12px}.search-bar button{background:#111827}.cart-trigger--premium,.account-link{color:#1f2937}.cart-trigger--premium:hover,.account-link:hover{color:#020617;background:#f3f4f6}.header-nav__list{color:#4b5563;gap:26px}.header-nav a:hover{color:#111827}.hero{background:#111827}.hero__media{background:#f3f4f6}.hero h1{letter-spacing:-.05em}.hero p{color:#d1d5db}.category-strip{padding:34px 0 32px;background:#fff}.category-strip .section-title{align-items:flex-start;margin-bottom:20px}.category-strip .section-title h2{font-size:clamp(22px,2.2vw,30px)}.category-grid{grid-template-columns:repeat(9,minmax(0,1fr));gap:14px}.category-card{gap:10px;padding:10px 6px 8px;border-radius:16px;transition:background .16s ease,transform .16s ease}.category-card:hover{background:#f8fafc;transform:translateY(-1px)}.category-card__image{border-radius:22px;background:#f4f5f7;border:1px solid #eaecf0;box-shadow:none}.category-card:hover .category-card__image{border-color:#cfd4dc}.category-card__title{color:#273043;font-weight:760;font-size:12px}.category-card:hover .category-card__title{color:#111827}.featured-products{padding:42px 0 34px;background:#f6f7f9}.product-grid{gap:18px}.product-card{border-color:#e6e8ec;border-radius:14px;padding:15px;box-shadow:none}.product-card:hover{border-color:#d1d5db;box-shadow:0 12px 28px #11182712;transform:translateY(-2px)}.product-card__media{background:#f7f8fa;border-radius:12px;height:200px}.product-card__title{min-height:42px;color:#182230}.product-card__title:hover{color:#111827}.product-card .btn,.product-card button{border-radius:10px}.product-card__badge{background:#111827}.breadcrumbs--marketplace{background:#fff;border-bottom:1px solid #e5e7eb}.breadcrumbs--marketplace .page-width{display:flex;align-items:center;gap:8px;min-height:42px;overflow:hidden;white-space:nowrap;color:#667085}.breadcrumbs--marketplace a{color:#4b5563}.breadcrumbs--marketplace strong{min-width:0;overflow:hidden;text-overflow:ellipsis;color:#111827;font-weight:760}.product-page--marketplace{background:#fff;padding-bottom:70px}.product-market-grid{display:grid;grid-template-columns:minmax(420px,.98fr) minmax(360px,.9fr) minmax(330px,360px);gap:clamp(24px,3vw,40px);align-items:start;padding:34px 0 54px}.product-gallery--marketplace{position:sticky;top:132px;align-self:start}.product-gallery__main--marketplace{aspect-ratio:1 / 1;border:1px solid #e6e8ec;border-radius:18px;background:#f8f9fb;padding:clamp(18px,3vw,30px);box-shadow:none}.product-gallery__main--marketplace img,.product-gallery__main--marketplace svg{width:100%;height:100%;object-fit:contain}.product-thumbs--marketplace{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px;margin-top:12px}.product-thumb--marketplace{width:auto;height:72px;border-radius:12px;background:#fff;border:1px solid #e6e8ec;padding:6px}.product-thumb--marketplace.is-active,.product-thumb--marketplace:hover{border-color:#111827}.product-summary--marketplace{padding-top:4px;min-width:0}.product-kicker-row--marketplace{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.product-vendor--marketplace{color:#667085;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.product-status-pill--marketplace{padding:5px 9px;border-radius:999px;background:#ecfdf3;color:#027a48;border:1px solid #abefc6;font-size:11px;font-weight:800}.product-title--marketplace{margin:0 0 12px;font-size:clamp(28px,2.7vw,40px);line-height:1.12;letter-spacing:-.035em;color:#111827}.product-reviewline--marketplace{display:flex;align-items:center;gap:8px;width:fit-content;margin-bottom:22px;padding:8px 10px;border-radius:999px;background:#f8fafc;border:1px solid #eef2f6;color:#344054;font-size:13px}.product-reviewline--marketplace a{text-decoration:underline;text-underline-offset:3px}.product-copy--marketplace{color:#475467;line-height:1.72;font-size:15px;max-width:680px}.product-copy--marketplace p:first-child{margin-top:0}.product-copy--marketplace p:last-child{margin-bottom:0}.product-benefits-card--marketplace{margin-top:22px;padding:18px 20px;border:1px solid #eaecf0;border-radius:16px;background:#fcfcfd;box-shadow:none}.product-benefits-card--marketplace h2{margin:0 0 12px;font-size:15px;letter-spacing:-.01em}.product-benefits-card--marketplace ul{display:grid;gap:10px;padding:0;margin:0;list-style:none}.product-benefits-card--marketplace li{display:grid;grid-template-columns:18px 1fr;gap:9px;color:#344054;font-size:14px;line-height:1.45}.product-benefits-card--marketplace li span{color:#0f766e;font-weight:900}.buy-box--marketplace{position:sticky;top:132px;padding:20px;border:1px solid #dfe3e8;border-radius:18px;background:#fff;box-shadow:0 8px 26px #1118270f}.buy-box__price--marketplace{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin:0 0 18px;padding:0 0 16px;border-bottom:1px solid #eaecf0}.buy-box__price--marketplace .price__current{color:#111827;font-size:clamp(30px,2.6vw,36px);font-weight:900;letter-spacing:-.035em;line-height:1}.buy-box__price--marketplace .price__compare{color:#98a2b3;text-decoration:line-through;font-size:14px;font-weight:760}.product-form--marketplace{display:grid;gap:16px}.variant-picker--marketplace{display:grid;gap:16px;margin:0}.variant-field--marketplace{border:0;padding:0;margin:0;min-width:0}.variant-field--marketplace legend,.quantity-row--marketplace label{display:block;margin:0 0 8px;color:#344054;font-size:12px;line-height:1;font-weight:800;letter-spacing:.025em;text-transform:uppercase}.variant-pill-group--marketplace{display:flex;flex-wrap:wrap;gap:8px}.variant-pill--marketplace{min-width:42px;min-height:40px;padding:9px 12px;border-radius:10px;border:1px solid #d0d5dd;background:#fff;color:#1d2939;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:760;line-height:1;box-shadow:0 1px 2px #10182808;transition:border-color .16s ease,background .16s ease,color .16s ease}.variant-pill--marketplace:hover{border-color:#111827;transform:none}.variant-radio:checked+.variant-pill--marketplace{border-color:#111827;background:#111827;color:#fff;box-shadow:none}.variant-pill--color{padding-left:9px}.variant-swatch{width:20px;height:20px;border-radius:999px;background:var(--swatch, #cbd5e1);border:1px solid rgba(17,24,39,.18);box-shadow:inset 0 0 0 2px #ffffff8c}.purchase-row--delivery{display:grid;grid-template-columns:28px 1fr;gap:10px;align-items:start;padding:13px 0;border-top:1px solid #eaecf0;border-bottom:1px solid #eaecf0}.purchase-row__icon{width:28px;height:28px;display:grid;place-items:center;color:#0f766e}.purchase-row__icon .vx-icon{width:18px;height:18px}.purchase-row--delivery strong{display:block;color:#111827;font-size:13px;font-weight:850;margin-bottom:3px}.purchase-row--delivery span{display:block;color:#475467;font-size:13px;line-height:1.35;font-weight:650}.quantity-row--marketplace{display:flex;align-items:center;justify-content:space-between;gap:12px}.quantity-row--marketplace label{margin:0}.quantity-stepper--marketplace{display:grid;grid-template-columns:36px 48px 36px;min-height:40px;border:1px solid #d0d5dd;border-radius:10px;overflow:hidden;background:#fff}.quantity-stepper--marketplace button{border:0;background:#fff;color:#1d2939;font-size:18px;font-weight:800}.quantity-stepper--marketplace button:hover{background:#f9fafb}.quantity-stepper--marketplace input{border:0;border-inline:1px solid #eaecf0;text-align:center;outline:0;font-weight:800;color:#111827;width:48px}.quantity-stepper--marketplace input::-webkit-outer-spin-button,.quantity-stepper--marketplace input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-actions--marketplace{display:grid;gap:9px;margin-top:0}.product-atc-button--marketplace{min-height:52px;border-radius:12px;font-size:15px;font-weight:880;box-shadow:none}.dynamic-checkout-wrap--marketplace .shopify-payment-button__button,.dynamic-checkout-wrap--marketplace .shopify-payment-button__button--unbranded{min-height:50px!important;border-radius:12px!important;box-shadow:none!important}.buy-box__microcopy--marketplace{display:grid;gap:9px;margin-top:16px;padding-top:14px;border-top:1px solid #eaecf0}.buy-box__microcopy--marketplace div{display:flex;align-items:center;gap:8px;color:#667085;font-size:12px;font-weight:700;line-height:1.35}.buy-box__microcopy--marketplace .vx-icon{width:15px;height:15px;color:#667085}.product-info-block--marketplace{margin-top:6px;padding:36px 0 0;border-top:1px solid #eaecf0}.info-grid--marketplace{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);gap:34px}.product-info-block--marketplace h2{margin:0 0 14px;font-size:clamp(24px,2.4vw,32px);letter-spacing:-.035em}.spec-card--marketplace{background:#fcfcfd;border:1px solid #eaecf0;border-radius:16px;padding:20px;box-shadow:none}.spec-card--marketplace h3{margin-top:0}.market-assurance{padding:34px 0 58px;background:#f6f7f9}.market-assurance__head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:18px}.market-assurance__head span{color:#667085;font-size:12px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.market-assurance__head h2{margin:0;max-width:620px;color:#111827;font-size:clamp(24px,2.2vw,34px);line-height:1.08;letter-spacing:-.035em;text-align:right}.market-assurance__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.market-assurance__item{display:grid;grid-template-columns:38px 1fr;gap:12px;padding:18px;border-radius:16px;background:#fff;border:1px solid #e6e8ec;box-shadow:none}.market-assurance__icon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#f4f5f7;color:#111827}.market-assurance__icon .vx-icon{width:19px;height:19px}.market-assurance__item h3{margin:0 0 5px;font-size:14px;color:#111827;letter-spacing:-.01em}.market-assurance__item p{margin:0;color:#667085;font-size:13px;line-height:1.45}@media(max-width:1199px){.product-market-grid{grid-template-columns:minmax(0,1fr) minmax(330px,390px)}.product-summary--marketplace{grid-column:1 / -1;order:3}.buy-box--marketplace{order:2}.product-gallery--marketplace{order:1}.market-assurance__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(max-width:849px){.product-market-grid{grid-template-columns:1fr;padding-top:22px;gap:22px}.product-gallery--marketplace,.buy-box--marketplace{position:static}.product-summary--marketplace{grid-column:auto;order:2}.buy-box--marketplace{order:3}.product-gallery--marketplace{order:1}.info-grid--marketplace{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.market-assurance__head{align-items:flex-start;flex-direction:column;gap:8px}.market-assurance__head h2{text-align:left}}@media(max-width:749px){.header-main{min-height:64px}.category-strip{padding:28px 0 26px}.category-grid{gap:10px}.category-card{padding:8px 2px}.product-grid{gap:12px}.product-card{padding:12px;border-radius:12px}.product-card__media{height:138px;border-radius:10px}.product-market-grid{padding-bottom:36px}.product-gallery__main--marketplace{border-radius:14px;padding:14px}.product-thumbs--marketplace{grid-template-columns:repeat(5,1fr)}.product-thumb--marketplace{height:58px}.product-title--marketplace{font-size:27px}.product-reviewline--marketplace{width:100%;justify-content:center;margin-bottom:18px}.product-copy--marketplace{font-size:14px}.buy-box--marketplace{padding:16px;border-radius:16px;box-shadow:none}.buy-box__price--marketplace .price__current{font-size:30px}.variant-picker--marketplace{gap:14px}.variant-pill--marketplace{min-height:38px;padding:8px 11px}.quantity-row--marketplace{align-items:flex-start;flex-direction:column;gap:8px}.quantity-stepper--marketplace{width:100%;grid-template-columns:44px 1fr 44px}.quantity-stepper--marketplace input{width:100%}.market-assurance{padding:28px 0 40px}.market-assurance__grid{grid-template-columns:1fr}}.category-card__label{color:#273043;font-weight:760;font-size:12px;line-height:1.25}.category-card:hover .category-card__label{color:#111827}:root{--vx-bg: #f7f8f6;--vx-surface: #ffffff;--vx-ink: #182230;--vx-muted: #667085;--vx-soft: #e4e7ec;--vx-soft-2: #f2f4f2;--vx-dark: #1f2933;--vx-accent: #0f766e;--vx-accent-dark: #115e59;--vx-accent-soft: #e7f3f1;--vx-warm: #f7f2ea;--vx-orange: var(--vx-accent);--vx-orange-dark: var(--vx-accent-dark);--vx-green: #0f766e;--vx-shadow: 0 12px 32px rgba(24, 34, 48, .07)}.btn{background:var(--vx-accent);color:#fff}.btn:hover{background:var(--vx-accent-dark);box-shadow:0 12px 24px #0f766e2e}.btn--secondary{background:#fff;color:var(--vx-ink);border-color:#d0d5dd}.btn--secondary:hover{background:#f9fafb;color:var(--vx-ink)}.announcement{background:#e7f3f1;color:#115e59;border-bottom:1px solid #c9e5e1;letter-spacing:.03em}.logo__mark,.logo__mark--svg{color:var(--vx-accent)!important;background:var(--vx-accent-soft)!important;border:1px solid rgba(15,118,110,.16)}.logo__text{color:#182230}.search-bar button,.search-bar--premium button{background:var(--vx-accent)!important}.search-bar button:hover,.search-bar--premium button:hover{background:var(--vx-accent-dark)!important}.cart-count{background:#d97706;color:#fff}.header-nav__deals a{color:#b45309}.header-nav a:hover{color:var(--vx-accent)}.account-link:hover,.cart-trigger--premium:hover{color:var(--vx-accent);background:#f4fbfa}.hero{background:linear-gradient(110deg,#20312f,#102522)}.hero .btn{background:#f2b66d;color:#1f2933}.hero .btn:hover{background:#e6a451}.product-card__badge{background:#20312f}.product-card .btn,.product-card button{color:#fff;background:#20312f}.product-card .btn:hover,.product-card button:hover{background:var(--vx-accent)}.category-card:hover .category-card__image{border-color:#0f766e59}.category-card:hover .category-card__title,.category-card:hover .category-card__label{color:var(--vx-accent-dark)}.vx-footer{background:linear-gradient(180deg,#fff,#f7f8f6)!important;color:#475467!important;padding:56px 0 24px;border-top:1px solid #e4e7ec}.vx-footer a{color:inherit}.vx-footer a:hover{color:var(--vx-accent-dark)!important}.vx-footer__top{grid-template-columns:minmax(280px,1.35fr) minmax(150px,.7fr) minmax(170px,.76fr) minmax(280px,1fr);gap:38px}.vx-footer__logo{color:#182230!important}.vx-footer__logo-mark{background:var(--vx-accent-soft)!important;color:var(--vx-accent)!important;border:1px solid rgba(15,118,110,.18)!important}.vx-footer__brand p,.vx-footer__connect p{color:#667085!important}.vx-footer__trust-mini div{background:#fff!important;border:1px solid #e4e7ec!important;color:#344054!important;box-shadow:0 1px 2px #1018280a}.vx-footer__trust-mini .vx-icon{color:var(--vx-accent)!important}.vx-footer__nav h3,.vx-footer__connect h3{color:#182230!important;letter-spacing:.1em}.vx-footer__nav a{color:#475467!important}.vx-footer__socials a{background:#fff!important;color:#344054!important;border:1px solid #d0d5dd!important}.vx-footer__socials a:hover{background:var(--vx-accent-soft)!important;color:var(--vx-accent-dark)!important;border-color:#0f766e3d!important}.vx-footer__newsletter{background:#f7f2ea!important;border:1px solid #eadfce!important;box-shadow:inset 0 1px #ffffffbf}.vx-footer__newsletter strong{color:#182230!important}.vx-newsletter-form input{background:#fff!important;color:#182230!important;border:1px solid #d0d5dd!important}.vx-newsletter-form input::placeholder{color:#98a2b3!important}.vx-newsletter-form button{background:var(--vx-accent)!important;color:#fff!important;min-height:42px;box-shadow:0 8px 18px #0f766e29}.vx-newsletter-form button:hover{background:var(--vx-accent-dark)!important}.vx-footer__bottom{border-top:1px solid #e4e7ec!important;color:#667085!important}.vx-footer__bottom a{color:#344054!important}.collection-page--v6{background:#f7f8f6}.section-title--collection-v6{margin-bottom:22px}.collection-kicker{display:inline-flex;margin-bottom:7px;color:var(--vx-accent-dark);font-size:11px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.collection-layout--v6{grid-template-columns:292px minmax(0,1fr);gap:28px}.filter-card--v6{top:136px;padding:0;border-radius:18px;overflow:hidden;border:1px solid #dfe3e8;box-shadow:0 10px 28px #1018280d}.filter-card__header{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 18px 15px;background:linear-gradient(180deg,#fff,#fafafa);border-bottom:1px solid #eaecf0}.filter-card__header span{display:block;margin-bottom:3px;color:#98a2b3;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.filter-card__header h3{margin:0;font-size:19px;letter-spacing:-.02em}.filter-clear{padding:7px 10px;border-radius:999px;background:var(--vx-accent-soft);color:var(--vx-accent-dark);font-size:12px;font-weight:850}.filter-form{padding:4px 18px 18px}.filter-group--v6{border-top:1px solid #eef2f6;padding:15px 0 0;margin-top:0}.filter-group--v6:first-child{border-top:0}.filter-group--v6 summary{list-style:none;display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding-bottom:12px;color:#1d2939;font-size:13px;font-weight:850}.filter-group--v6 summary::-webkit-details-marker{display:none}.filter-group--v6 summary em{font-style:normal;min-width:22px;height:22px;display:inline-grid;place-items:center;border-radius:999px;background:var(--vx-accent-soft);color:var(--vx-accent-dark);font-size:11px}.filter-list--v6{gap:7px}.filter-choice{display:grid;grid-template-columns:18px 1fr auto;align-items:center;gap:9px;min-height:34px;color:#475467;font-size:13px;font-weight:700;cursor:pointer}.filter-choice__box{width:16px;height:16px;border-radius:5px;border:1px solid #cbd5e1;background:#fff}.filter-choice.is-active .filter-choice__box,.filter-choice input:checked+.filter-choice__box{background:var(--vx-accent);border-color:var(--vx-accent);box-shadow:inset 0 0 0 3px #fff}.filter-choice__count{color:#98a2b3;font-size:12px;font-weight:750}.filter-choice.is-disabled{opacity:.45;cursor:not-allowed}.price-filter--v6{display:grid;grid-template-columns:1fr 1fr;gap:9px;padding-bottom:16px}.price-filter--v6 label span{display:block;margin-bottom:5px;color:#667085;font-size:11px;font-weight:800}.price-filter--v6 input{width:100%;min-height:38px;border:1px solid #d0d5dd;border-radius:10px;padding:8px 10px;background:#fff}.filter-apply{grid-column:1 / -1;min-height:40px;border:0;border-radius:10px;background:var(--vx-accent);color:#fff;font-weight:850}.filter-link{display:block;padding:8px 0;color:#475467;font-weight:760}.filter-empty-note{margin:16px 18px 18px;padding:14px;border-radius:12px;background:#f9fafb;color:#667085;font-size:12px;line-height:1.5}.collection-results{min-width:0}.collection-toolbar--v6{min-height:58px;padding:12px 14px;border-radius:16px;border-color:#dfe3e8;box-shadow:0 8px 22px #1018280a}.collection-toolbar__meta{display:inline-flex;align-items:baseline;gap:6px;color:#667085;font-size:13px;font-weight:750}.collection-toolbar__meta strong{color:#182230;font-size:17px}.collection-toolbar__sort{display:inline-flex;align-items:center;gap:10px}.collection-toolbar__sort label{color:#667085;font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.04em}.sort-select-wrap{position:relative}.sort-select-wrap:after{content:"";position:absolute;right:13px;top:50%;width:8px;height:8px;border-right:2px solid #667085;border-bottom:2px solid #667085;transform:translateY(-65%) rotate(45deg);pointer-events:none}.collection-toolbar--v6 select{-webkit-appearance:none;appearance:none;min-width:210px;border-color:#d0d5dd;border-radius:12px;padding:11px 38px 11px 13px;color:#182230;background:#fff;font-weight:800}.active-filter-bar--v6{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:-8px 0 18px;color:#667085;font-size:12px;font-weight:750}.active-filter-bar--v6 a{display:inline-flex;align-items:center;min-height:28px;padding:5px 10px;border-radius:999px;background:#fff;border:1px solid #d0d5dd;color:#344054;font-weight:800}.empty-state--catalog{grid-column:1 / -1;min-height:320px;background:#fff;border:1px solid #e4e7ec;border-radius:18px}.product-market-grid{grid-template-columns:minmax(430px,1fr) minmax(360px,.92fr) minmax(350px,380px);gap:clamp(30px,3.3vw,48px)}.buy-box--marketplace{padding:22px;border-color:#d9dee6;border-radius:20px;box-shadow:0 16px 36px #10182814}.buy-box__price--marketplace{margin-bottom:20px;padding-bottom:18px}.variant-picker--marketplace{gap:20px}.variant-field--marketplace legend,.quantity-row--marketplace label{color:#475467;font-size:11px;font-weight:900}.variant-pill--marketplace{border-radius:999px;min-height:42px;padding:10px 14px;border-color:#d0d5dd}.variant-pill--marketplace:hover{border-color:var(--vx-accent)}.variant-radio:checked+.variant-pill--marketplace{border-color:var(--vx-accent);background:var(--vx-accent-soft);color:var(--vx-accent-dark);box-shadow:inset 0 0 0 1px #0f766e1f}.variant-radio:checked+.variant-pill--marketplace .variant-swatch{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--vx-accent)}.shipping-line--v6{display:flex;justify-content:space-between;gap:14px;align-items:center;min-height:46px;padding:12px 0;border-top:1px solid #eaecf0;border-bottom:1px solid #eaecf0;color:#667085}.shipping-line--v6 span{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.045em}.shipping-line--v6 strong{color:#344054;font-size:13px;font-weight:800;text-align:right}.product-atc-button--marketplace{background:var(--vx-accent);min-height:54px}.product-atc-button--marketplace:hover{background:var(--vx-accent-dark)}.buy-box__microcopy--marketplace .vx-icon{color:var(--vx-accent)}.product-thumb--marketplace.is-active,.product-thumb--marketplace:hover{border-color:var(--vx-accent)}.product-benefits-card--marketplace li span{color:var(--vx-accent)}.product-status-pill--marketplace{background:var(--vx-accent-soft);border-color:#0f766e38;color:var(--vx-accent-dark)}.product-reviewline--marketplace{background:#fffbeb;border-color:#fef0c7}.search-page--v6{padding:34px 0 70px;background:#f7f8f6}.section-title--search-v6{margin-bottom:22px}.search-empty-panel{min-height:260px;display:grid;place-items:center;text-align:center;background:#fff;border:1px solid #e4e7ec;border-radius:18px;padding:28px}.search-empty-panel h2{margin:0 0 8px;letter-spacing:-.02em}.search-empty-panel p{margin:0;max-width:520px}.market-assurance{background:#f7f8f6}.market-assurance__icon{background:var(--vx-accent-soft);color:var(--vx-accent)}.market-assurance__item:hover{border-color:#0f766e40;box-shadow:0 12px 28px #1018280f}.market-assurance__head span{color:var(--vx-accent-dark)}@media(max-width:1199px){.collection-layout--v6{grid-template-columns:260px minmax(0,1fr)}}@media(max-width:989px){.collection-layout--v6{grid-template-columns:1fr}.filter-card--v6{display:block;position:static}}@media(max-width:749px){.vx-footer{padding-top:42px}.vx-newsletter-form{flex-direction:column}.vx-newsletter-form button{min-height:44px}.collection-toolbar--v6{align-items:stretch;flex-direction:column;gap:12px}.collection-toolbar__sort,.collection-toolbar__sort form,.sort-select-wrap,.collection-toolbar--v6 select{width:100%}.collection-toolbar__sort{align-items:flex-start;flex-direction:column;gap:7px}.filter-card--v6{border-radius:16px}.product-market-grid{gap:24px}.buy-box--marketplace{padding:18px;border-radius:18px}.shipping-line--v6{align-items:flex-start;flex-direction:column;gap:4px}.shipping-line--v6 strong{text-align:left}}:root{--vx-bg: #f5f6f7;--vx-surface: #ffffff;--vx-ink: #111827;--vx-muted: #565f6b;--vx-border: #d5d9d9;--vx-border-strong: #aeb6bd;--vx-soft: #e5e7eb;--vx-soft-2: #f3f4f6;--vx-dark: #131921;--vx-nav: #232f3e;--vx-link: #007185;--vx-action: #ffd814;--vx-action-hover: #f7ca00;--vx-orange: var(--vx-link);--vx-orange-dark: #005f6f;--vx-green: #067d62;--vx-red: #b12704;--vx-radius: 8px;--vx-page: 1440px;--vx-shadow: 0 2px 8px rgba(17, 24, 39, .08)}body{background:var(--vx-bg);color:var(--vx-ink)}a:hover{color:var(--vx-link)}.page-width{width:min(100% - 32px,var(--vx-page))}.btn,.shopify-payment-button__button--unbranded{border-radius:999px;background:var(--vx-action);color:#111827;border:1px solid #f1c400;box-shadow:none;font-weight:800;min-height:42px;padding:10px 18px}.btn:hover,.shopify-payment-button__button--unbranded:hover{background:var(--vx-action-hover);color:#111827;transform:none;box-shadow:none}.btn--secondary{background:#fff;color:#111827;border:1px solid var(--vx-border-strong)}.btn--secondary:hover{background:#f7fafa;border-color:#8b949e}.btn--card{width:100%;min-height:36px;font-size:13px;padding:8px 12px}.site-header--retail{background:var(--vx-dark);border:0;box-shadow:none}.announcement--retail{background:#0b111a;color:#f8fafc;font-size:12px;text-transform:none;letter-spacing:0;font-weight:700;padding:7px 12px}.header-main--retail{min-height:66px;grid-template-columns:170px minmax(280px,1fr) auto;gap:18px;color:#fff}.logo--retail{color:#fff;font-size:28px;letter-spacing:-.03em;font-weight:900}.logo--retail:hover{color:#fff}.search-bar--retail{max-width:none;border:2px solid transparent;border-radius:6px;height:43px;background:#fff;overflow:hidden}.search-bar--retail:focus-within{border-color:#ffbf00;box-shadow:none}.search-bar--retail input{padding:0 14px;color:#111827;font-size:15px}.search-bar--retail button{background:#febd69;color:#111827;width:54px;padding:0}.search-bar--retail button:hover{background:#f3a847}.header-actions--retail{gap:10px}.account-link--retail,.cart-trigger--retail{color:#fff;border:1px solid transparent;border-radius:4px;padding:7px 9px;min-height:46px;display:inline-flex;align-items:center;background:transparent}.account-link--retail:hover,.cart-trigger--retail:hover{color:#fff;border-color:#ffffffb8;background:transparent}.account-link--retail .action-copy span{display:block;color:#d6dde6;font-size:12px;line-height:1.1}.account-link--retail .action-copy strong{color:#fff;font-size:13px;line-height:1.1}.cart-trigger--retail{gap:7px;position:relative;font-weight:900}.cart-trigger--retail .cart-trigger__icon .vx-icon{width:25px;height:25px}.cart-trigger--retail .cart-count{position:absolute;top:1px;left:23px;min-width:18px;height:18px;padding:0 4px;color:#f08804;background:#fff;border:1px solid #f08804;font-weight:900}.header-nav--retail{background:var(--vx-nav);border:0}.header-nav__list--retail{gap:22px;padding:9px 0;color:#fff;font-size:14px;font-weight:600}.header-nav__list--retail a{color:#fff}.header-nav__list--retail a:hover{color:#fff;text-decoration:underline}.header-nav__deals a{color:#febd69!important;font-weight:800}.mobile-search-toggle,.mobile-menu-toggle{color:#fff}.mobile-panel--retail{background:#fff;color:#111827}.mobile-panel--retail .search-bar--retail{display:flex;border-color:var(--vx-border)}.hero--retail{background:#fff;color:var(--vx-ink);border-bottom:1px solid var(--vx-border)}.hero__inner--retail{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;min-height:360px;padding:28px 0}.hero__content--retail{padding:34px 0;align-self:center}.hero-kicker{display:inline-block;color:#565f6b;font-weight:800;font-size:13px;margin-bottom:10px}.hero--retail h1{color:#111827;max-width:620px;font-size:clamp(34px,4.2vw,56px);line-height:1.05;letter-spacing:-.04em;margin:0 0 14px}.hero--retail p{color:#475569;max-width:560px;font-size:17px;line-height:1.55;margin:0 0 22px}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.hero__media--retail{min-height:300px;border:1px solid var(--vx-border);border-radius:10px;background:#f7f8f8;overflow:hidden}.hero__media--retail img{width:100%;height:100%;object-fit:cover}.hero-placeholder-retail{min-height:300px;height:100%;display:grid;place-items:center;color:#111827;background:linear-gradient(135deg,#f7f8f8,#e8edf2)}.hero-placeholder-retail div{text-align:center}.hero-placeholder-retail strong{display:block;font-size:28px;margin-bottom:8px}.hero-placeholder-retail span{color:#565f6b;font-weight:700}.category-circles{background:#fff;border-top:1px solid var(--vx-border);border-bottom:1px solid var(--vx-border)}.category-circles .section-title h2,.section-title h1,.section-title h2{letter-spacing:-.025em}.category-card,.category-card--premium{border:1px solid var(--vx-border)!important;background:#fff!important;box-shadow:none!important;border-radius:8px!important}.category-card:hover,.category-card--premium:hover{border-color:#7f8790!important;transform:none!important}.category-card__media,.category-card__media--premium{background:#f7f8f8!important;border-radius:6px!important}.category-card__fallback{color:var(--vx-link)!important}.retail-benefits{background:#fff;padding:22px 0 38px}.retail-benefits__inner{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--vx-border);border-radius:8px;overflow:hidden;background:#fff}.retail-benefit{display:flex;gap:12px;padding:16px 18px;border-left:1px solid var(--vx-border);align-items:flex-start}.retail-benefit:first-child{border-left:0}.retail-benefit__icon{color:var(--vx-link);margin-top:2px}.retail-benefit__icon .vx-icon{width:22px;height:22px}.retail-benefit h3{margin:0 0 3px;font-size:15px;letter-spacing:-.01em}.retail-benefit p{margin:0;color:#565f6b;font-size:13px;line-height:1.35}.featured-products{background:var(--vx-bg);padding:34px 0}.product-grid{gap:16px}.product-card--retail{background:#fff;border:1px solid var(--vx-border);border-radius:8px;padding:0;overflow:hidden;box-shadow:none;cursor:default}.product-card--retail:hover{box-shadow:0 2px 8px #00000014;border-color:var(--vx-border-strong);transform:none}.product-card__media--retail{display:grid;place-items:center;height:215px;padding:16px;background:#fff;position:relative}.product-card__media--retail img,.product-card__media--retail svg{max-width:100%;max-height:100%;object-fit:contain}.product-card__body{padding:12px 14px 14px;display:flex;flex-direction:column;gap:7px;min-height:210px}.product-card__badge--retail{position:absolute;top:10px;left:10px;background:#b12704;color:#fff;border-radius:3px;font-size:11px;padding:3px 7px;font-weight:800}.product-card__vendor--retail{color:#687078;font-size:12px;text-transform:none;letter-spacing:0;font-weight:700}.product-card__title--retail{margin:0;min-height:40px;font-size:14px;line-height:1.4;font-weight:600}.product-card__title--retail a{color:#111827}.product-card__title--retail a:hover{color:var(--vx-link);text-decoration:underline}.rating-line--retail{color:#f59e0b;font-size:12px}.rating-line--retail span{color:var(--vx-link)}.card-swatches{display:flex;gap:5px;align-items:center;min-height:18px}.card-swatch{width:15px;height:15px;border-radius:99px;background:var(--swatch);border:1px solid #aeb6bd;box-shadow:inset 0 0 0 1px #ffffff73}.card-swatches__more{font-size:11px;color:#687078;font-weight:700}.product-card--retail .price{margin-top:auto}.product-card--retail .price__current{color:#b12704;font-size:20px}.product-card--retail .price__compare{color:#687078;font-size:12px}.collection-page--retail{background:var(--vx-bg);padding:22px 0 56px}.section-title--collection-retail{padding:10px 0 16px}.section-title--collection-retail h1{font-size:clamp(28px,3vw,42px);margin-bottom:6px}.collection-layout--retail{display:grid;grid-template-columns:280px minmax(0,1fr);gap:20px;align-items:start}.filter-card--retail{background:#fff;border:1px solid var(--vx-border);border-radius:8px;box-shadow:none;padding:0;position:sticky;top:132px;overflow:hidden}.filter-card__header{padding:14px 16px;border-bottom:1px solid var(--vx-border);display:flex;justify-content:space-between;align-items:center}.filter-card__header h3{margin:0;font-size:18px}.filter-clear{color:var(--vx-link);font-weight:700;font-size:13px}.filter-form{padding:0}.filter-group--retail{border-bottom:1px solid var(--vx-border);padding:0}.filter-group--retail:last-child{border-bottom:0}.filter-group--retail summary{padding:13px 16px;font-weight:800;color:#111827;cursor:pointer;list-style:none;display:flex;justify-content:space-between}.filter-group--retail summary::-webkit-details-marker{display:none}.filter-group--retail summary:after{content:"+";color:#687078}.filter-group--retail[open] summary:after{content:"\2212"}.filter-list--retail{padding:0 16px 14px;margin:0;list-style:none;display:grid;gap:10px}.filter-choice{display:grid;grid-template-columns:18px 1fr auto;gap:8px;align-items:center;font-size:14px;color:#374151;cursor:pointer}.filter-choice input{position:absolute;opacity:0;pointer-events:none}.filter-choice__box{width:16px;height:16px;border:1px solid var(--vx-border-strong);border-radius:3px;background:#fff}.filter-choice.is-active .filter-choice__box{background:var(--vx-link);border-color:var(--vx-link);box-shadow:inset 0 0 0 3px #fff}.filter-choice__count{color:#687078;font-size:12px}.price-filter--retail{padding:0 16px 16px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.price-filter--retail label span{font-size:12px;color:#687078;font-weight:700}.price-filter--retail input{width:100%;border:1px solid var(--vx-border);border-radius:6px;padding:9px}.price-filter--retail .filter-apply{grid-column:1 / -1;border-radius:999px;border:1px solid var(--vx-border-strong);background:#fff;padding:8px;font-weight:800}.collection-toolbar--retail{background:#fff;border:1px solid var(--vx-border);border-radius:8px;box-shadow:none;padding:12px 14px;margin-bottom:14px;display:flex;align-items:center;justify-content:space-between}.collection-toolbar__meta{display:flex;gap:5px;color:#374151}.collection-toolbar__sort{display:flex;gap:10px;align-items:center}.collection-toolbar__sort label{font-size:13px;color:#565f6b;font-weight:800}.sort-select-wrap select,.collection-toolbar--retail select{border:1px solid var(--vx-border-strong);border-radius:7px;padding:9px 34px 9px 10px;background:#fff;font-weight:700}.active-filter-bar--v6{background:#fff;border:1px solid var(--vx-border);border-radius:8px;padding:10px 12px;margin-bottom:14px}.active-filter-bar--v6 a{background:#f7fafa;border:1px solid var(--vx-border);color:#111827}.product-page--retail{background:#fff;padding:18px 0 60px}.breadcrumbs--retail{background:#fff;color:#565f6b;font-size:13px;border-bottom:1px solid var(--vx-border)}.product-retail-grid{display:grid;grid-template-columns:minmax(360px,41%) minmax(0,1fr) 320px;gap:24px;align-items:start}.product-gallery--retail{position:sticky;top:132px}.product-gallery__main--retail{background:#fff;border:1px solid var(--vx-border);border-radius:8px;min-height:520px;padding:24px;display:grid;place-items:center}.product-gallery__main--retail img,.product-gallery__main--retail svg{width:100%;height:100%;max-height:470px;object-fit:contain}.product-thumbs--retail{display:flex;gap:8px;padding-top:10px;overflow-x:auto}.product-thumb--retail{width:64px;height:64px;border:1px solid var(--vx-border);border-radius:6px;padding:4px;background:#fff;flex:0 0 auto}.product-thumb--retail.is-active,.product-thumb--retail:hover{border-color:var(--vx-link);box-shadow:0 0 0 1px var(--vx-link)}.product-summary--retail{min-width:0}.product-kicker-row--retail{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.product-vendor--retail{color:var(--vx-link);text-transform:none;letter-spacing:0;font-size:14px;font-weight:700}.product-status-pill--retail{color:var(--vx-green);background:transparent;border:0;padding:0;font-size:13px;font-weight:800}.product-title--retail{font-size:clamp(25px,2.5vw,34px);line-height:1.18;margin:0 0 10px;letter-spacing:-.02em;font-weight:650;border-bottom:1px solid var(--vx-border);padding-bottom:12px}.product-reviewline--retail{display:flex;align-items:center;gap:8px;padding:4px 0 12px;border-bottom:1px solid var(--vx-border);margin-bottom:14px}.product-reviewline--retail a{color:var(--vx-link);text-decoration:none}.product-reviewline--retail a:hover{text-decoration:underline}.product-copy--retail{color:#374151;line-height:1.55;font-size:15px;max-height:330px;overflow:auto;padding-right:4px}.product-copy--retail p:first-child{margin-top:0}.product-benefits-card--retail{margin-top:16px;border:1px solid var(--vx-border);border-radius:8px;background:#f7fafa;padding:14px}.product-benefits-card--retail h2{font-size:16px;margin:0 0 8px}.product-benefits-card--retail ul{margin:0;padding:0;list-style:none;display:grid;gap:7px}.product-benefits-card--retail li{display:flex;gap:8px;color:#374151;font-size:14px}.product-benefits-card--retail li span{color:var(--vx-green);font-weight:900}.buy-box--retail{position:sticky;top:132px;background:#fff;border:1px solid var(--vx-border);border-radius:8px;padding:16px;box-shadow:none}.buy-box__price--retail{padding-bottom:12px;border-bottom:1px solid var(--vx-border);margin-bottom:12px}.buy-box__price--retail .price__current{color:#b12704;font-size:30px;letter-spacing:-.02em;font-weight:500}.buy-box__price--retail .price__compare{color:#565f6b;text-decoration:line-through;margin-left:8px;font-size:14px}.variant-picker--retail{display:grid;gap:14px}.variant-field--retail{border:0;margin:0;padding:0}.variant-field--retail legend{display:flex;gap:6px;font-size:14px;font-weight:800;margin-bottom:7px}.variant-pill-group--retail{display:flex;flex-wrap:wrap;gap:8px}.variant-pill--retail{min-height:36px;display:inline-flex;align-items:center;gap:6px;padding:7px 11px;border:1px solid var(--vx-border-strong);border-radius:7px;background:#fff;color:#111827;font-size:13px;font-weight:700;cursor:pointer}.variant-radio:checked+.variant-pill--retail{border-color:var(--vx-link);box-shadow:0 0 0 2px #0071852e}.variant-pill--color{padding:6px 9px}.variant-swatch{width:18px;height:18px;border-radius:99px;border:1px solid #8b949e;background:var(--swatch);box-shadow:inset 0 0 0 1px #ffffff80}.shipping-line--retail{display:block;margin:15px 0 12px;padding:0;background:transparent;border:0;color:#374151;font-size:14px}.shipping-line--retail span{display:block;color:#565f6b;font-weight:700;margin-bottom:2px}.shipping-line--retail strong{display:block;color:#111827;font-weight:700}.quantity-row--retail{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:12px 0}.quantity-row--retail label{font-weight:800;font-size:14px}.quantity-stepper--retail{display:grid;grid-template-columns:34px 46px 34px;border:1px solid var(--vx-border-strong);border-radius:999px;overflow:hidden;height:36px;background:#fff}.quantity-stepper--retail button{border:0;background:#f7fafa;font-weight:900}.quantity-stepper--retail input{border:0;text-align:center;width:100%}.product-actions--retail{display:grid;gap:9px;margin-top:10px}.product-atc-button--retail{width:100%}.dynamic-checkout-wrap--retail .shopify-payment-button{margin-top:0!important}.dynamic-checkout-wrap--retail .shopify-payment-button__button{border-radius:999px!important;min-height:42px!important}.buy-box__microcopy--retail{margin-top:14px;border-top:1px solid var(--vx-border);padding-top:12px;display:grid;gap:8px}.buy-box__microcopy--retail div{display:flex;gap:8px;align-items:center;color:#374151;font-size:13px}.buy-box__microcopy--retail .vx-icon{width:16px;height:16px;color:var(--vx-link)}.product-info-block--retail{margin-top:28px;padding-top:22px;border-top:1px solid var(--vx-border)}.info-grid--retail{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);gap:24px}.spec-card--retail{background:#fff;border:1px solid var(--vx-border);border-radius:8px;padding:16px}.spec-card--retail h3{margin-top:0}.spec-row{display:flex;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid var(--vx-border)}.spec-row:last-child{border-bottom:0}.main-search,.search-page{background:var(--vx-bg)}.main-search .search-bar,.search-page .search-bar{display:none!important}.vx-footer{background:#17212f;color:#f8fafc;padding:44px 0 22px}.vx-footer__top{gap:34px}.vx-footer__logo{color:#fff;font-size:27px}.vx-footer__logo-mark{display:none}.vx-footer__brand p,.vx-footer__connect p{color:#cbd5e1}.vx-footer__trust-mini div{background:#ffffff14;border-color:#ffffff1f}.vx-footer__nav h3,.vx-footer__connect h3{color:#fff}.vx-footer__nav a{color:#dbe4ee}.vx-footer__nav a:hover{color:#fff;text-decoration:underline}.vx-footer__newsletter{background:#ffffff12;border:1px solid rgba(255,255,255,.13);border-radius:10px}.vx-newsletter-form input{background:#fff;border:1px solid transparent}.vx-newsletter-form button{background:#febd69;color:#111827;border:0;border-radius:7px;font-weight:900}.vx-newsletter-form button:hover{background:#f3a847}.vx-footer__bottom{border-top-color:#ffffff1f;color:#cbd5e1}@media(max-width:989px){.header-main--retail{grid-template-columns:auto 1fr auto}.header-support-link{display:none}.product-retail-grid{grid-template-columns:1fr;gap:18px}.product-gallery--retail,.buy-box--retail,.filter-card--retail{position:static}.product-gallery__main--retail{min-height:360px}.info-grid--retail,.collection-layout--retail{grid-template-columns:1fr}.filter-card--retail{border-radius:8px}.retail-benefits__inner{grid-template-columns:repeat(2,minmax(0,1fr))}.retail-benefit:nth-child(odd){border-left:0}.retail-benefit:nth-child(n+3){border-top:1px solid var(--vx-border)}}@media(max-width:749px){.announcement--retail{font-size:11px}.header-main--retail{min-height:58px;gap:8px}.logo--retail{justify-self:center;font-size:23px}.account-link--retail{display:none}.cart-trigger--retail{padding:6px;min-height:40px}.cart-trigger--retail .cart-trigger__label{display:none}.search-bar--retail{grid-column:1 / -1;order:10;height:42px;display:none}.site-header.search-open .search-bar--retail{display:flex}.header-nav--retail{display:none}.hero__inner--retail{grid-template-columns:1fr;padding:18px 0;min-height:0}.hero__content--retail{padding:14px 0}.hero--retail h1{font-size:32px}.hero__media--retail{min-height:210px}.retail-benefits{padding:12px 0 26px}.retail-benefits__inner{grid-template-columns:1fr}.retail-benefit{border-left:0!important;border-top:1px solid var(--vx-border);padding:14px}.retail-benefit:first-child{border-top:0}.product-card__media--retail{height:150px}.product-card__body{min-height:190px;padding:10px}.product-card__title--retail{font-size:13px;min-height:38px}.collection-toolbar--retail{align-items:flex-start;flex-direction:column;gap:10px}.collection-toolbar__sort{width:100%;justify-content:space-between}.collection-toolbar__sort form,.sort-select-wrap,.sort-select-wrap select{width:100%}.product-gallery__main--retail{min-height:300px;padding:14px}.buy-box--retail{padding:14px}.variant-pill--retail{min-height:34px;font-size:12px}.product-title--retail{font-size:24px}.vx-footer{padding:34px 0 20px}}.product-grid{align-items:stretch;grid-auto-rows:1fr}.product-card--retail{height:100%;display:flex;flex-direction:column;background:#fff}.product-card__media--retail{height:230px;padding:18px;background:#fff;border-bottom:1px solid #eef1f4;overflow:hidden;isolation:isolate}.product-card__media--retail img.product-card__image,.product-card__media--retail svg{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center}.product-card__body--retail{flex:1 1 auto;min-height:205px;display:flex;flex-direction:column;gap:8px;padding:13px 14px 14px}.product-card__vendor--retail{display:none!important}.product-card__title--retail{min-height:40px;max-height:40px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0}.product-card__title--retail a{display:block}.rating-line--retail{min-height:18px;margin:0}.card-swatches{min-height:18px;margin-top:0}.product-card--retail .price{min-height:30px;margin-top:auto;align-items:baseline}.product-card--retail .card-form,.product-card--retail .btn--card{margin-top:8px}.product-card--retail .btn--card{width:100%;min-height:38px;display:inline-flex;align-items:center;justify-content:center}.featured-products .product-card--retail,.collection-page--retail .product-card--retail,.search-page--retail .product-card--retail{min-height:462px}@media(max-width:1199px){.product-card__media--retail{height:205px}.featured-products .product-card--retail,.collection-page--retail .product-card--retail,.search-page--retail .product-card--retail{min-height:440px}}@media(max-width:749px){.product-card__media--retail{height:150px;padding:12px}.product-card__body--retail{min-height:188px;padding:10px;gap:7px}.product-card__title--retail{min-height:36px;max-height:36px}.featured-products .product-card--retail,.collection-page--retail .product-card--retail,.search-page--retail .product-card--retail{min-height:355px}}.product-grid{gap:18px;align-items:stretch;grid-auto-rows:auto}.product-card--retail{min-height:0!important;height:100%;display:grid;grid-template-rows:220px minmax(0,auto);border-radius:7px;overflow:hidden}.product-card__media--retail{height:220px!important;min-height:220px;padding:14px 14px 10px!important;background:#fff!important;border-bottom:1px solid #e7ecf0;display:flex;align-items:center;justify-content:center}.product-card__media--retail img.product-card__image,.product-card__media--retail svg{width:100%;height:100%;object-fit:contain;object-position:center center;mix-blend-mode:normal!important}.product-card__badge--retail{top:10px;left:10px;z-index:2}.product-card__body--retail{min-height:0!important;padding:12px 14px 14px!important;gap:7px;display:grid;grid-template-rows:40px 17px 18px 30px 38px;align-content:start}.product-card__title--retail{min-height:0!important;max-height:40px!important;line-height:1.35;font-size:14px;font-weight:650;letter-spacing:-.01em}.rating-line--retail{min-height:17px!important;height:17px;line-height:17px;display:flex;align-items:center;gap:5px;overflow:hidden}.card-swatches{min-height:18px!important;height:18px;display:flex;align-items:center}.product-card--retail .price{min-height:30px!important;height:30px;margin:0!important;display:flex;align-items:baseline;gap:6px}.product-card--retail .price__current{font-size:19px;line-height:1;font-weight:800}.product-card--retail .card-form,.product-card--retail .btn--card{margin-top:0!important}.product-card--retail .btn--card{min-height:38px!important;height:38px;border-radius:6px;font-size:13px;line-height:1}.featured-products .product-card--retail,.collection-page--retail .product-card--retail,.search-page--retail .product-card--retail{min-height:0!important}.product-card--retail:hover{box-shadow:0 1px 6px #0f172a14}.product-card__body--retail>.price:nth-child(3){grid-row:4}@media(max-width:1199px){.product-card--retail{grid-template-rows:200px minmax(0,auto)}.product-card__media--retail{height:200px!important;min-height:200px}}@media(max-width:749px){.product-grid{gap:12px}.product-card--retail{grid-template-rows:150px minmax(0,auto);border-radius:7px}.product-card__media--retail{height:150px!important;min-height:150px;padding:10px!important}.product-card__body--retail{padding:9px 10px 10px!important;grid-template-rows:36px 16px 17px 28px 36px;gap:6px}.product-card__title--retail{font-size:12.5px;max-height:36px!important}.rating-line--retail{height:16px;min-height:16px!important;font-size:11px}.product-card--retail .price{height:28px;min-height:28px!important}.product-card--retail .price__current{font-size:17px}.product-card--retail .btn--card{min-height:36px!important;height:36px;font-size:12px}}.product-card--retail{display:grid!important;grid-template-rows:220px auto!important;min-height:0!important;height:100%}.product-card__media--retail{height:220px!important;min-height:220px!important;padding:14px!important;background:#fff!important;border-bottom:1px solid #e7ecf0}.product-card__body--retail{display:flex!important;flex-direction:column!important;grid-template-rows:none!important;align-content:initial!important;min-height:0!important;padding:12px 14px 14px!important;gap:7px!important}.product-card__title--retail{min-height:38px!important;max-height:38px!important;margin:0!important;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.rating-line--retail{height:17px!important;min-height:17px!important;margin:0!important;display:flex!important;align-items:center;gap:5px}.card-swatches{height:18px!important;min-height:18px!important;margin:0!important;display:flex;align-items:center;gap:5px}.product-card--retail .price{margin:2px 0 0!important;height:auto!important;min-height:28px!important;display:flex!important;align-items:baseline;gap:6px;position:static!important;transform:none!important}.product-card--retail .price__current{font-size:19px!important;line-height:1.05!important}.product-card--retail .card-form{margin:6px 0 0!important;width:100%;display:block!important;position:static!important}.product-card--retail .btn--card,.product-card--retail .card-form .btn--card{width:100%!important;height:38px!important;min-height:38px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin:0!important;position:static!important;z-index:1;line-height:1!important}.product-card__body--retail>.price:nth-child(3),.product-card__body--retail>.price:nth-child(4){grid-row:auto!important}.product-card--retail:not(:has(.rating-line--retail)) .price{margin-top:4px!important}@supports not selector(:has(*)){.product-card--retail .price{margin-top:3px!important}}@media(max-width:1199px){.product-card--retail{grid-template-rows:200px auto!important}.product-card__media--retail{height:200px!important;min-height:200px!important}}@media(max-width:749px){.product-card--retail{grid-template-rows:150px auto!important}.product-card__media--retail{height:150px!important;min-height:150px!important;padding:10px!important}.product-card__body--retail{padding:9px 10px 10px!important;gap:6px!important}.product-card__title--retail{min-height:34px!important;max-height:34px!important;font-size:12.5px}.rating-line--retail{height:16px!important;min-height:16px!important;font-size:11px}.card-swatches{height:17px!important;min-height:17px!important}.product-card--retail .price{min-height:27px!important}.product-card--retail .price__current{font-size:17px!important}.product-card--retail .btn--card,.product-card--retail .card-form .btn--card{height:36px!important;min-height:36px!important;font-size:12px}}:root{--vx-dark: #131921;--vx-nav: #232f3e;--vx-link: #007185;--vx-action: #ffd814;--vx-action-hover: #f7ca00;--vx-price: #111827;--vx-sale: #b12704;--vx-line: #d5d9d9;--vx-tile: #ffffff;--vx-tile-media: #f7f8f8}.product-grid{gap:28px 22px!important;align-items:start!important;grid-auto-rows:auto!important}.product-card--v12,.product-card--retail.product-card--v12{display:block!important;height:auto!important;min-height:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important;padding:0!important;transform:none!important}.product-card--v12:hover{box-shadow:none!important;border:0!important;transform:none!important}.product-card__media--v12,.product-card__media--retail.product-card__media--v12{height:250px!important;min-height:250px!important;padding:18px!important;border:1px solid var(--vx-line)!important;border-radius:8px!important;background:var(--vx-tile-media)!important;display:grid!important;place-items:center!important;overflow:hidden!important;position:relative!important;transition:border-color .15s ease,box-shadow .15s ease}.product-card--v12:hover .product-card__media--v12{border-color:#aeb6bd!important;box-shadow:0 2px 8px #0f172a14!important}.product-card__media--v12 img.product-card__image--v12,.product-card__media--v12 svg{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;mix-blend-mode:normal!important}.product-card__badge--v12{top:10px!important;left:10px!important;background:#b12704!important;color:#fff!important;border-radius:3px!important;font-size:10px!important;line-height:1!important;padding:5px 7px!important;letter-spacing:.04em!important}.product-card__body--v12,.product-card__body--retail.product-card__body--v12{display:flex!important;flex-direction:column!important;gap:7px!important;min-height:0!important;padding:11px 2px 0!important}.product-card__title--v12,.product-card__title--retail.product-card__title--v12{min-height:39px!important;max-height:39px!important;margin:0!important;font-size:14px!important;line-height:1.38!important;font-weight:650!important;letter-spacing:-.01em!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.product-card__title--v12 a{color:#111827!important}.product-card__title--v12 a:hover{color:var(--vx-link)!important;text-decoration:underline!important}.card-swatches--v12,.product-card__body--v12 .card-swatches{height:17px!important;min-height:17px!important;display:flex!important;align-items:center!important;gap:5px!important;margin:0!important}.card-swatches--v12 .card-swatch,.product-card__body--v12 .card-swatch{width:13px!important;height:13px!important;border-radius:999px!important;border:1px solid #9aa4b2!important;box-shadow:inset 0 0 0 1px #ffffff8c!important}.product-card--v12 .price{margin:1px 0 0!important;min-height:24px!important;height:auto!important;display:flex!important;align-items:baseline!important;gap:6px!important;position:static!important;transform:none!important}.product-card--v12 .price__current{color:var(--vx-price)!important;font-size:19px!important;line-height:1.05!important;font-weight:850!important;letter-spacing:-.02em!important}.product-card--v12 .price--sale .price__current{color:var(--vx-sale)!important}.product-card--v12 .price__compare{color:#687078!important;font-size:12px!important}.product-card__cta--v12{margin-top:5px!important;min-height:34px!important;display:flex!important;align-items:center!important}.product-card__cta--v12 .card-form{margin:0!important;display:inline-flex!important;width:auto!important}.product-card__action,.product-card--v12 .btn--card,.product-card--v12 .card-form .btn--card{width:auto!important;min-width:116px!important;height:34px!important;min-height:34px!important;padding:0 15px!important;border-radius:999px!important;font-size:12px!important;line-height:1!important;font-weight:850!important;margin:0!important;position:static!important;box-shadow:none!important;transform:none!important}.product-card__action--primary{background:var(--vx-action)!important;border:1px solid #f1c400!important;color:#111827!important}.product-card__action--primary:hover{background:var(--vx-action-hover)!important}.product-card__action--secondary{background:#fff!important;border:1px solid #aeb6bd!important;color:#111827!important}.product-card__action--secondary:hover{background:#f7fafa!important;color:var(--vx-link)!important;border-color:#7f8790!important}.product-card__action--disabled{background:#eef2f6!important;color:#667085!important;border-color:#d5d9d9!important}.category-strip{display:none!important}.department-hub{background:#fff;border-top:1px solid var(--vx-line);border-bottom:1px solid var(--vx-line);padding:34px 0 38px}.department-hub__header{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:18px}.department-hub__eyebrow{display:block;margin-bottom:4px;color:#687078;font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.department-hub__header h2{margin:0;font-size:clamp(24px,2.4vw,34px);line-height:1.05;letter-spacing:-.035em}.department-hub__header p{max-width:520px;margin:0;color:#565f6b;font-size:14px;line-height:1.45}.department-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.department-card{display:grid;grid-template-columns:96px 1fr;align-items:center;gap:14px;min-height:112px;padding:10px;border:1px solid var(--vx-line);border-radius:8px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.department-card:hover{border-color:#aeb6bd;box-shadow:0 2px 8px #0f172a14;color:#111827}.department-card__media{width:96px;height:88px;display:grid;place-items:center;border-radius:6px;background:#f7f8f8;overflow:hidden}.department-card__media img,.department-card__media svg{width:100%;height:100%;object-fit:contain}.department-card__placeholder{display:grid;place-items:center;color:var(--vx-link)}.department-card__placeholder .vx-icon{width:34px;height:34px}.department-card__content{display:grid;gap:6px}.department-card__content strong{color:#111827;font-size:16px;line-height:1.2;font-weight:850;letter-spacing:-.01em}.department-card__content small{color:var(--vx-link);font-size:13px;font-weight:800}.department-card:hover .department-card__content small{text-decoration:underline}.vx-footer{background:var(--vx-dark)!important;color:#f8fafc!important;padding:46px 0 22px!important;border-top:1px solid rgba(255,255,255,.08)!important}.vx-footer__top{gap:34px!important}.vx-footer__logo-mark{display:none!important}.vx-footer__brand p,.vx-footer__connect p{color:#cbd5e1!important}.vx-footer__trust-mini div{background:#ffffff12!important;border:1px solid rgba(255,255,255,.12)!important;color:#e5edf7!important}.vx-footer__trust-mini .vx-icon{color:#febd69!important}.vx-footer__nav a,.vx-footer__socials a,.vx-footer__bottom a{color:#dbe4ee!important}.vx-footer__nav a:hover,.vx-footer__socials a:hover,.vx-footer__bottom a:hover{color:#fff!important;text-decoration:underline!important}.vx-footer__newsletter{background:#ffffff12!important;border:1px solid rgba(255,255,255,.13)!important;color:#fff!important}.vx-footer__newsletter input{background:#fff!important;color:#111827!important;border-color:transparent!important}.vx-footer__newsletter button{background:#febd69!important;color:#111827!important;border:0!important}.vx-footer__newsletter button:hover{background:#f3a847!important}.vx-footer__bottom{border-top:1px solid rgba(255,255,255,.12)!important;color:#cbd5e1!important}@media(max-width:1199px){.product-grid{gap:24px 18px!important}.product-card__media--v12,.product-card__media--retail.product-card__media--v12{height:220px!important;min-height:220px!important}.department-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:749px){.product-grid{gap:20px 12px!important}.product-card__media--v12,.product-card__media--retail.product-card__media--v12{height:165px!important;min-height:165px!important;padding:11px!important}.product-card__body--v12,.product-card__body--retail.product-card__body--v12{padding:9px 1px 0!important;gap:6px!important}.product-card__title--v12,.product-card__title--retail.product-card__title--v12{min-height:35px!important;max-height:35px!important;font-size:12.5px!important}.product-card--v12 .price__current{font-size:17px!important}.product-card__action,.product-card--v12 .btn--card,.product-card--v12 .card-form .btn--card{width:100%!important;min-width:0!important;height:34px!important;min-height:34px!important;font-size:12px!important}.product-card__cta--v12 .card-form{width:100%!important}.department-hub{padding:28px 0 30px}.department-hub__header{display:grid;gap:8px;text-align:left}.department-grid{grid-template-columns:1fr;gap:10px}.department-card{grid-template-columns:82px 1fr;min-height:96px;padding:8px}.department-card__media{width:82px;height:78px}.department-card__content strong{font-size:15px}}:root{--vx-retail-navy: #17212f;--vx-retail-navy-2: #0f1724;--vx-retail-line: #d5d9d9;--vx-retail-soft: #f6f7f8;--vx-retail-link: #007185;--vx-retail-action: #ffd814;--vx-retail-action-hover: #f7ca00;--vx-retail-price: #b12704}body{background:#f3f4f6}.site-header--retail{box-shadow:0 1px #00000014}.announcement--retail{background:var(--vx-retail-navy-2);color:#eef2f7;letter-spacing:.03em}.header-nav--retail{background:#223044}.header-nav__list--retail a{color:#eef2f7}.header-nav__list--retail a:hover{background:#ffffff14;color:#fff}.header-nav__deals a span{color:#ffd814}.hero--retail{background:#fff;padding:18px 0;border-bottom:1px solid #e5e7eb}.hero__inner--retail{background:linear-gradient(90deg,#f8fafc,#eef2f7);border:1px solid #d9dee7;border-radius:10px;min-height:292px;padding:0;overflow:hidden}.hero__content--retail{padding:34px 38px}.hero-kicker{color:#526070;letter-spacing:.06em}.hero--retail h1{font-size:clamp(32px,4vw,52px);max-width:620px}.hero--retail p{color:#334155;max-width:640px}.hero__media--retail{min-height:292px;background:#fff}.hero-placeholder-retail{background:#fff;color:#17212f;border-left:1px solid #e5e7eb}.hero-placeholder-retail strong{color:#17212f}.btn--action,.hero-actions .btn:first-child{background:var(--vx-retail-action);color:#111827;border:1px solid #f2c200}.btn--action:hover,.hero-actions .btn:first-child:hover{background:var(--vx-retail-action-hover);color:#111827;box-shadow:none}.hero-actions .btn--secondary{border-color:#9aa4b2}.department-hub{display:none!important}.department-finder{background:#fff;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;padding:24px 0}.department-finder__inner{display:grid;grid-template-columns:280px minmax(0,1fr);gap:24px;align-items:stretch}.department-finder__intro{background:#17212f;color:#fff;border-radius:10px;padding:22px;display:flex;flex-direction:column;justify-content:space-between;min-height:210px}.department-finder__eyebrow{color:#cbd5e1;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.department-finder__intro h2{margin:8px 0;font-size:28px;line-height:1.1;letter-spacing:-.03em}.department-finder__intro p{color:#dbe4ee;margin:0 0 16px;font-size:14px;line-height:1.45}.department-finder__all{color:#ffd814;font-weight:900;font-size:14px}.department-finder__nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));background:#fff;border:1px solid var(--vx-retail-line);border-radius:10px;overflow:hidden}.department-link{min-height:70px;display:grid;grid-template-columns:36px minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px 16px;border-right:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;background:#fff}.department-link:nth-child(3n){border-right:0}.department-link:nth-last-child(-n+3){border-bottom:0}.department-link:hover{background:#f8fafc;color:var(--vx-retail-link)}.department-link__icon{width:36px;height:36px;border-radius:8px;display:grid;place-items:center;background:#f1f5f9;color:#17212f}.department-link__icon .vx-icon{width:19px;height:19px}.department-link__copy{display:grid;gap:2px;min-width:0}.department-link__copy strong{font-size:14px;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.department-link__copy small{color:#667085;font-size:12px}.department-link__arrow{color:#94a3b8;font-size:22px;line-height:1}.featured-products{background:#f3f4f6;padding:28px 0 34px}.section-title{margin-bottom:16px}.section-title h2{font-size:26px;letter-spacing:-.035em}.section-title a{color:var(--vx-retail-link);font-weight:800}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:start;grid-auto-rows:auto}.product-card,.product-card--retail,.product-card--market{height:auto;min-height:0;display:grid;grid-template-rows:auto 1fr;background:transparent;border:0;border-radius:0;box-shadow:none;padding:0;overflow:visible;transform:none!important}.product-card:hover,.product-card--retail:hover,.product-card--market:hover{box-shadow:none;border-color:transparent;transform:none}.product-card__media,.product-card__media--retail,.product-card__media--market{height:238px;padding:16px;background:#fff;border:1px solid var(--vx-retail-line);border-radius:8px;display:grid;place-items:center;overflow:hidden;position:relative}.product-card__media:hover,.product-card__media--market:hover{border-color:#b8c0ca;box-shadow:0 2px 8px #11182714}.product-card__media img,.product-card__image--market,.product-card__media svg{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;mix-blend-mode:normal}.product-card__badge,.product-card__badge--retail,.product-card__badge--market{position:absolute;top:10px;left:10px;background:#b12704;color:#fff;border-radius:3px;padding:3px 7px;font-size:11px;line-height:1;font-weight:900;text-transform:uppercase}.product-card__body,.product-card__body--retail,.product-card__body--market{min-height:0;padding:10px 2px 0;display:grid;gap:7px}.product-card__title,.product-card__title--retail,.product-card__title--market{margin:0;min-height:38px;font-size:14px;line-height:1.35;font-weight:650;letter-spacing:-.01em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__title a{color:#111827}.product-card__title a:hover{color:var(--vx-retail-link);text-decoration:underline}.card-swatches,.card-swatches--market{min-height:18px;display:flex;gap:5px;align-items:center}.card-swatch--market,.card-swatch{width:14px;height:14px;border-radius:99px;background:var(--swatch);border:1px solid #aeb6bd;box-shadow:inset 0 0 0 1px #ffffff80}.product-card__purchase{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;margin-top:1px}.product-card--market .price,.product-card--retail .price,.product-card .price{margin:0;line-height:1.05}.product-card--market .price__current,.product-card--retail .price__current,.product-card .price__current{color:#111827;font-size:19px;font-weight:850;letter-spacing:-.02em}.product-card--market .price--sale .price__current,.product-card--retail .price--sale .price__current{color:var(--vx-retail-price)}.product-card--market .price__compare,.product-card--retail .price__compare,.product-card .price__compare{color:#667085;font-size:12px;margin-left:5px}.product-card__cta,.product-card__cta--market{display:flex;justify-content:flex-end;align-items:center}.product-card__cta form{margin:0}.product-card__action,.product-card__action--market,.product-card__action--primary,.product-card__action--secondary,.product-card .btn,.product-card button{min-height:32px;height:32px;padding:0 13px;border-radius:999px;font-size:13px;font-weight:850;background:var(--vx-retail-action);color:#111827;border:1px solid #f2c200;box-shadow:none;white-space:nowrap}.product-card__action:hover,.product-card__action--market:hover,.product-card .btn:hover,.product-card button:hover{background:var(--vx-retail-action-hover);color:#111827;transform:none;box-shadow:none}.product-card__action--options{background:#fff;border-color:#aeb6bd;color:#17212f}.product-card__action--options:hover{background:#f8fafc}.collection-page--retail{background:#f3f4f6}.filter-card--retail,.collection-toolbar--retail{border-color:var(--vx-retail-line);border-radius:8px}.filter-card__header h3{font-size:17px}.filter-group--retail summary{font-size:14px}.collection-toolbar__sort label{color:#374151}.sort-select-wrap select,.collection-toolbar--retail select{border-color:#aeb6bd;font-weight:650}.vx-footer{background:#17212f!important;color:#f8fafc!important;border-top:1px solid #0f1724}.vx-footer a{color:#dbe4ee!important}.vx-footer a:hover{color:#fff!important;text-decoration:underline}.vx-footer__logo{color:#fff!important}.vx-footer__brand p,.vx-footer__connect p,.vx-footer__bottom{color:#cbd5e1!important}.vx-footer__nav h3,.vx-footer__connect h3{color:#fff!important}.vx-footer__trust-mini div{background:#ffffff12!important;border-color:#ffffff21!important}.vx-footer__newsletter{background:#ffffff14!important;border-color:#ffffff24!important}.vx-footer__newsletter strong{color:#fff!important}.vx-newsletter-form button{background:var(--vx-retail-action)!important;color:#111827!important;border:1px solid #f2c200!important}.vx-newsletter-form button:hover{background:var(--vx-retail-action-hover)!important}@media(max-width:1199px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.department-finder__nav{grid-template-columns:repeat(2,minmax(0,1fr))}.department-link:nth-child(3n){border-right:1px solid #e5e7eb}.department-link:nth-child(2n){border-right:0}.department-link:nth-last-child(-n+3){border-bottom:1px solid #e5e7eb}.department-link:nth-last-child(-n+2){border-bottom:0}}@media(max-width:989px){.department-finder__inner{grid-template-columns:1fr}.department-finder__intro{min-height:0}}@media(max-width:749px){.hero__inner--retail{border-radius:0;border-left:0;border-right:0}.hero__content--retail{padding:24px 18px}.department-finder{padding:16px 0}.department-finder__nav{grid-template-columns:1fr}.department-link,.department-link:nth-child(2n),.department-link:nth-child(3n){border-right:0}.department-link:nth-last-child(-n+2){border-bottom:1px solid #e5e7eb}.department-link:last-child{border-bottom:0}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product-card__media,.product-card__media--market,.product-card__media--retail{height:176px;padding:12px}.product-card__title{font-size:13px;min-height:36px}.product-card__purchase{grid-template-columns:1fr;align-items:stretch;gap:7px}.product-card__cta{justify-content:stretch}.product-card__action,.product-card__action--market{width:100%}}:root{--vx-card-border: #d7dde5;--vx-card-hover: #b9c2cf;--vx-card-ink: #17212f;--vx-card-muted: #5f6b7a;--vx-card-price: #111827;--vx-card-sale: #b12704;--vx-card-action: #ffd814;--vx-card-action-hover: #f7ca00}.featured-products{background:#f3f4f6;padding-top:30px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:stretch}.product-card,.product-card--retail,.product-card--market{display:flex!important;flex-direction:column!important;height:100%!important;min-height:0!important;background:#fff!important;border:1px solid var(--vx-card-border)!important;border-radius:12px!important;overflow:hidden!important;padding:0!important;box-shadow:none!important;transform:none!important;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease!important}.product-card:hover,.product-card--retail:hover,.product-card--market:hover{border-color:var(--vx-card-hover)!important;box-shadow:0 4px 14px #11182714!important;transform:translateY(-1px)!important}.product-card__media,.product-card__media--retail,.product-card__media--market{width:100%!important;aspect-ratio:1 / 1!important;height:auto!important;min-height:0!important;padding:14px!important;background:#fff!important;border:0!important;border-radius:0!important;box-shadow:none!important;display:grid!important;place-items:center!important;overflow:hidden!important;position:relative!important}.product-card__media:hover,.product-card__media--retail:hover,.product-card__media--market:hover{border-color:transparent!important;box-shadow:none!important}.product-card__media img,.product-card__image--market,.product-card__media svg{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center center!important;mix-blend-mode:normal!important}.product-card__body,.product-card__body--retail,.product-card__body--market{flex:1 1 auto!important;display:flex!important;flex-direction:column!important;gap:8px!important;padding:12px 14px 14px!important;min-height:0!important;background:#fff!important}.product-card__title,.product-card__title--retail,.product-card__title--market{margin:0!important;min-height:38px!important;color:var(--vx-card-ink)!important;font-size:14px!important;line-height:1.36!important;font-weight:650!important;letter-spacing:-.008em!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.product-card__title a,.product-card__title--market a{color:inherit!important}.product-card__title a:hover,.product-card__title--market a:hover{color:var(--vx-retail-link)!important;text-decoration:underline!important}.card-swatches,.card-swatches--market{min-height:16px!important;display:flex!important;align-items:center!important;gap:5px!important;margin:0!important}.card-swatch,.card-swatch--market{width:13px!important;height:13px!important;border-radius:999px!important;background:var(--swatch)!important;border:1px solid #a8b1bd!important;box-shadow:inset 0 0 0 1px #ffffff85!important}.product-card__purchase{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;align-items:start!important;margin-top:auto!important}.product-card--market .price,.product-card--retail .price,.product-card .price{margin:0!important;display:flex!important;align-items:baseline!important;gap:6px!important;line-height:1.05!important}.product-card--market .price__current,.product-card--retail .price__current,.product-card .price__current{color:var(--vx-card-price)!important;font-size:20px!important;font-weight:850!important;letter-spacing:-.02em!important}.product-card--market .price--sale .price__current,.product-card--retail .price--sale .price__current,.product-card .price--sale .price__current{color:var(--vx-card-sale)!important}.product-card--market .price__compare,.product-card--retail .price__compare,.product-card .price__compare{color:#6b7280!important;font-size:12px!important;font-weight:600!important;text-decoration:line-through!important}.product-card__cta,.product-card__cta--market{display:flex!important;justify-content:flex-start!important;align-items:center!important;width:100%!important}.product-card__cta form,.product-card__cta--market form,.card-form{margin:0!important;width:auto!important}.product-card__action,.product-card__action--market,.product-card__action--primary,.product-card__action--secondary,.product-card .btn,.product-card button{min-height:34px!important;height:34px!important;width:auto!important;max-width:100%!important;padding:0 16px!important;border-radius:999px!important;font-size:13px!important;line-height:1!important;font-weight:850!important;background:var(--vx-card-action)!important;color:#111827!important;border:1px solid #f2c200!important;box-shadow:none!important;white-space:nowrap!important}.product-card__action:hover,.product-card__action--market:hover,.product-card .btn:hover,.product-card button:hover{background:var(--vx-card-action-hover)!important;color:#111827!important;box-shadow:none!important;transform:none!important}.product-card__action--options,.product-card__action--market.product-card__action--options{background:#fff!important;border-color:#aeb6bd!important;color:#17212f!important}.product-card__action--options:hover,.product-card__action--market.product-card__action--options:hover{background:#f8fafc!important}.product-card__action--disabled{background:#e5e7eb!important;color:#667085!important;border-color:#d0d5dd!important}.rating-line,.rating-line--retail{display:none!important}.collection-page--retail .product-card__media,.collection-page--v6 .product-card__media,.search-page .product-card__media{aspect-ratio:1 / 1!important;height:auto!important}@media(min-width:1200px){.product-grid--dense{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(max-width:1199px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:749px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-card__media,.product-card__media--market,.product-card__media--retail{aspect-ratio:1 / 1!important;height:auto!important;padding:10px!important}.product-card__body,.product-card__body--market{padding:10px 11px 12px!important;gap:7px!important}.product-card__title,.product-card__title--market{font-size:13px!important;min-height:36px!important}.product-card--market .price__current,.product-card .price__current{font-size:18px!important}.product-card__action,.product-card__action--market,.product-card .btn,.product-card button{width:100%!important;justify-content:center!important}}.personalization-box--retail{margin:14px 0;padding:14px;border:1px solid #d1d5db;border-radius:12px;background:#f9fafb;display:grid;gap:12px}.personalization-box__header{display:grid;gap:3px;padding-bottom:8px;border-bottom:1px solid #e5e7eb}.personalization-box__header strong{font-size:15px;color:#111827;line-height:1.25}.personalization-box__header span{font-size:12px;color:#6b7280;line-height:1.35}.personalization-field{display:grid;gap:6px}.personalization-field label{font-size:13px;font-weight:800;color:#111827}.personalization-input{width:100%;min-height:42px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#111827;padding:10px 11px;outline:0}.personalization-input:focus{border-color:#111827;box-shadow:0 0 0 1px #111827}.personalization-input--textarea{min-height:78px;resize:vertical}.personalization-field small,.personalization-warning{margin:0;font-size:12px;line-height:1.4;color:#6b7280}.personalization-warning{padding:10px 11px;border-radius:8px;background:#fff7ed;border:1px solid #fed7aa;color:#7c2d12}.product-card__custom-note{margin-top:5px;font-size:12px;color:#475569;font-weight:700}.cart-line-properties{margin:9px 0 0;display:grid;gap:4px;font-size:12px;color:#475569}.cart-line-property{display:flex;gap:4px;flex-wrap:wrap}.cart-line-property dt{font-weight:800;margin:0}.cart-line-property dd{margin:0}.drawer-item__props{margin-top:7px;padding:8px;border-radius:8px;background:#f8fafc;border:1px solid #e5e7eb;display:grid;gap:3px;font-size:12px;color:#475569}.drawer-item__props span{font-weight:800;color:#111827}.drawer-item__props strong{font-weight:600;color:#475569}
/*# sourceMappingURL=/cdn/shop/t/25/assets/vexara.css.map */
