.products-catalog-layout{min-width:0}.products-catalog-main{position:relative;z-index:0;min-width:0}.products-catalog-intro{display:flex;flex-direction:column;gap:5px;margin:0 0 18px}.products-catalog-intro__top{display:flex;align-items:flex-start;flex-wrap:wrap;justify-content:space-between;gap:12px}.products-catalog-title-group{order:1;flex:0 0 100%;min-width:0}.products-catalog-toolbar{order:2;flex:1 1 0;min-width:0}.products-catalog-filter-trigger{order:1}.products-catalog-search{order:2}.products-catalog-active-filters{margin-top:7px}.products-catalog-active-filter-chip{appearance:none;border:1px solid rgba(140,168,200,.28);border-radius:2px;background:#000000;box-shadow:inset 0 1px 0 rgba(234,241,248,.025);color:#c7d6e5;cursor:pointer;font-family:var(--storefront-body-font,"Roboto",sans-serif);font-size:13px;font-weight:650;letter-spacing:.01em;transition:border-color .16s ease,background-color .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease}.products-catalog-active-filter-chip__remove{color:#8ca3be;transition:color .16s ease,transform .16s ease}.products-catalog-active-filter-chip:hover{border-color:rgba(251,113,133,.72);background:rgba(251,113,133,.1);box-shadow:inset 0 0 14px rgba(251,113,133,.08);color:#fecdd3;transform:translateY(-1px)}.products-catalog-active-filter-chip:hover .products-catalog-active-filter-chip__remove{color:#fb7185;transform:rotate(90deg)}.products-catalog-active-filter-chip:focus-visible{outline:2px solid #39cfe0;outline-offset:2px}.products-catalog-active-filter-chip:active{transform:scale(.98)}html[data-theme=light] .products-catalog-active-filter-chip{border-color:var(--theme-surface-border);background:#ffffff;box-shadow:inset 0 1px 0 rgba(15,23,42,.025);color:var(--theme-surface-text-muted)}html[data-theme=light] .products-catalog-active-filter-chip__remove{color:var(--theme-surface-text-soft)}html[data-theme=light] .products-catalog-active-filter-chip:hover{border-color:rgba(225,29,72,.58);background:rgba(225,29,72,.08);box-shadow:inset 0 0 14px rgba(225,29,72,.06);color:#9f1239}html[data-theme=light] .products-catalog-active-filter-chip:hover .products-catalog-active-filter-chip__remove{color:#e11d48}.products-catalog-title{margin:0;color:var(--theme-surface-text);font-family:var(--font-orbitron),"Roboto",sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.045em;line-height:.98}.products-catalog-results-summary{color:var(--theme-surface-text-soft);font-size:13px;line-height:1.35}.products-catalog-results-summary .products-match-count-value{color:var(--color-amber-300);font-weight:700}.products-catalog-results-query{color:var(--theme-surface-text);font-weight:600}.products-catalog-filter-trigger{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;min-height:42px;appearance:none;border:1px solid rgba(140,168,200,.28);border-radius:2px;background:transparent;color:#eaf1f8;cursor:pointer;font-family:Roboto,sans-serif;font-size:13px;line-height:1;padding:0 16px;transition:border-color .16s ease,background-color .16s ease,color .16s ease}.products-catalog-filter-trigger:hover,.products-catalog-filter-trigger[aria-expanded=true]{border-color:#39cfe0;background:rgba(57,207,224,.08);color:#ffffff}.products-page-shell .products-catalog-search-shell{height:42px;border-color:rgba(140,168,200,.28);border-radius:2px;background:rgba(0,0,0,.84);box-shadow:inset 0 1px 0 rgba(234,241,248,.025)}.products-page-shell .products-catalog-search-shell:focus-within,.products-page-shell .products-catalog-search-shell:hover{border-color:#39cfe0;background:rgba(57,207,224,.08);box-shadow:inset 0 1px 0 rgba(234,241,248,.05)}.products-page-shell .products-catalog-search-shell .product-search-icon{color:#8ca3be}.products-page-shell .products-catalog-search-shell:focus-within .product-search-icon{color:#39cfe0}.products-page-shell .products-catalog-search-input{margin-left:.5rem;padding-inline:.5rem;color:#eaf1f8;font-size:14px;font-weight:600}.products-page-shell .products-catalog-search-input::placeholder{color:#8ca3be}.products-catalog-filter-backdrop{background:rgba(5,10,20,.6);transition:opacity .18s cubic-bezier(.23,1,.32,1)}.products-catalog-filter-drawer{--filters-drawer-bg:#000000;--filters-drawer-text:#eaf1f8;--filters-drawer-muted:#8ca3be;--filters-drawer-border:rgba(140,168,200,0.2);--filters-drawer-divider:rgba(140,168,200,0.18);--filters-drawer-hover:rgba(57,207,224,0.08);--filters-drawer-active:rgba(57,207,224,0.12);--filters-drawer-accent:#39cfe0;background:var(--filters-drawer-bg);border-right:1px solid var(--filters-drawer-border);box-shadow:22px 0 56px rgba(5,10,20,.3);color:var(--filters-drawer-text);transition:transform .28s cubic-bezier(.32,.72,0,1)}.products-catalog-filter-drawer__header{display:flex;min-height:74px;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid var(--filters-drawer-divider);background:var(--filters-drawer-bg);flex-shrink:0}.products-catalog-filter-drawer__title{display:flex;align-items:center;gap:9px;margin:0;color:var(--filters-drawer-text);font-family:var(--storefront-heading-font,"Roboto",sans-serif);font-size:29px;font-weight:800;letter-spacing:-.035em}.products-catalog-filter-drawer__count{display:inline-flex;align-items:center;gap:5px;color:var(--filters-drawer-muted);font-family:var(--storefront-body-font,"Roboto",sans-serif);font-size:12px;font-weight:650;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap}.products-catalog-filter-drawer__count-number{color:#f2c230}.products-catalog-filter-drawer__close{display:inline-grid;width:38px;height:38px;flex:0 0 auto;place-items:center;border:0;border-radius:50%;background:transparent;color:var(--filters-drawer-muted);cursor:pointer;transition:color .16s ease,background-color .16s ease,transform .16s ease}.products-catalog-filter-drawer__close:hover{background:rgba(140,168,200,.1);color:var(--filters-drawer-accent)}.products-catalog-filter-drawer__clear:active,.products-catalog-filter-drawer__close:active{transform:scale(.97)}.products-catalog-filter-drawer__content{display:flex;min-height:0;flex:1 1 auto;flex-direction:column;overflow-y:auto;overscroll-behavior:contain;padding:8px 16px 20px;-webkit-overflow-scrolling:touch;touch-action:pan-y}.products-catalog-filter-drawer__content>.space-y-4{display:flex;flex-direction:column}.products-catalog-filter-drawer__content>.space-y-4>:not([hidden]){padding:14px 0 18px;border-bottom:1px solid var(--filters-drawer-divider)}.products-catalog-filter-drawer__content>.space-y-4>:not([hidden])~:not([hidden]){margin-top:0}.products-catalog-filter-drawer__content>.space-y-4>:not([hidden]):last-child{border-bottom:0}#products-filters-drawer .product-filter-heading{min-height:40px;margin-bottom:6px;padding:0 4px;border-radius:2px}#products-filters-drawer .product-filter-heading-label{color:var(--filters-drawer-text)!important;font-family:var(--storefront-body-font,"Roboto",sans-serif);font-size:12px;font-weight:750;letter-spacing:.1em}#products-filters-drawer .product-filter-heading-label span{color:#f2c230}#products-filters-drawer .product-filter-heading-icon{color:var(--filters-drawer-muted)!important}#products-filters-drawer .product-filter-heading.is-active,#products-filters-drawer .product-filter-heading:hover{background:var(--filters-drawer-hover)}#products-filters-drawer .product-filter-heading.is-active .product-filter-heading-icon,#products-filters-drawer .product-filter-heading.is-active .product-filter-heading-label,#products-filters-drawer .product-filter-heading:hover .product-filter-heading-icon,#products-filters-drawer .product-filter-heading:hover .product-filter-heading-label{color:var(--filters-drawer-accent)!important;filter:none;text-shadow:none}#products-filters-drawer .product-filter-option{min-height:42px;border-color:transparent;border-radius:2px;background:transparent;color:var(--filters-drawer-muted);box-shadow:none;transform:none}#products-filters-drawer .product-filter-option:hover{border-color:var(--filters-drawer-border);background:var(--filters-drawer-hover);color:var(--filters-drawer-text);box-shadow:inset 0 1px 0 rgba(234,241,248,.025);transform:none}#products-filters-drawer .product-filter-option.is-selected{border-color:var(--filters-drawer-accent);background:var(--filters-drawer-active);color:var(--filters-drawer-text);box-shadow:inset 0 0 16px rgba(57,207,224,.08)}#products-filters-drawer .product-filter-option .product-filter-label,#products-filters-drawer .product-filter-option .product-filter-sublabel{color:inherit!important;text-shadow:none}.products-catalog-filter-drawer__footer{padding:17px 20px 20px;border-top:1px solid var(--filters-drawer-divider);background:var(--filters-drawer-bg);flex-shrink:0}.products-catalog-filter-drawer__clear{display:inline-flex;width:100%;min-height:43px;align-items:center;justify-content:center;appearance:none;border:1px solid var(--filters-drawer-accent);border-radius:2px;background:var(--filters-drawer-active);color:var(--filters-drawer-text);cursor:pointer;font-family:var(--storefront-body-font,"Roboto",sans-serif);font-size:12px;font-weight:800;letter-spacing:.085em;line-height:1;text-transform:uppercase;transition:border-color .16s ease,color .16s ease,background-color .16s ease,transform .16s ease}.products-catalog-filter-drawer__clear:hover{border-color:#5ddaea;background:var(--filters-drawer-accent);color:#ffffff}html[data-theme=light] .products-catalog-filter-drawer{--filters-drawer-bg:#ffffff;--filters-drawer-text:var(--theme-surface-text);--filters-drawer-muted:var(--theme-surface-text-muted);--filters-drawer-border:var(--theme-surface-border);--filters-drawer-divider:var(--theme-surface-border);--filters-drawer-hover:rgba(14,116,144,0.08);--filters-drawer-active:rgba(14,116,144,0.12);--filters-drawer-accent:#0e7490;box-shadow:8px 0 32px rgba(15,23,42,.12)}html[data-theme=light] #products-filters-drawer .product-filter-option:hover{box-shadow:inset 0 1px 0 rgba(15,23,42,.025)}html[data-theme=light] #products-filters-drawer .product-filter-option.is-selected{box-shadow:inset 0 0 16px rgba(14,116,144,.08)}@media (prefers-reduced-motion:reduce){.products-catalog-filter-backdrop,.products-catalog-filter-drawer,.products-catalog-filter-drawer__clear,.products-catalog-filter-drawer__close{transition-duration:1ms}}.products-page-shell{--product-price-default-color:#8ca3be}.products-page-shell .product-grid-layout-default{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.products-catalog-sections{display:grid;gap:clamp(3.5rem,7vw,6.5rem)}.products-catalog-collection{min-width:0;scroll-margin-top:calc(var(--site-top-chrome-height) + 1rem)}.products-catalog-collection__heading{display:flex;align-items:center;min-height:3.3rem;margin:0 0 1rem;border-top:1px solid rgba(140,168,200,.3)}.products-catalog-collection__heading h2{margin:0;color:var(--theme-surface-text);font-family:var(--font-orbitron),"Roboto",sans-serif;font-size:clamp(1.4rem,2.1vw,2rem);font-weight:800;letter-spacing:-.045em;line-height:1}html[data-theme=light] .products-catalog-collection__heading{border-top-color:var(--theme-surface-border)}.products-page-shell .product-card-compact-hanging-action .product-card-action-button{min-height:4.5rem;padding:.72rem .86rem}.products-page-shell .product-card-compact-hanging-action .product-card-footer-content{grid-template-columns:minmax(0,1fr);gap:0}.products-page-shell .product-card-compact-hanging-action .product-card-footer-title{color:var(--theme-surface-text)!important;font-size:clamp(.88rem,.32vw + .74rem,1rem);line-height:1.15}.products-page-shell .product-card-compact-hanging-action .product-card-footer-current-price{color:#fcd34d!important;font-size:.82rem}@media (min-width:768px){.products-page-shell .product-card-media-color-wheel{width:2rem!important;height:2rem!important}.products-page-shell .product-card-compact-hanging-action .product-card-action-button{min-height:5.1rem;padding:.76rem .9rem}.products-page-shell .product-card-compact-hanging-action .product-card-footer-main{row-gap:.28rem}.products-page-shell .product-card-compact-hanging-action .product-card-footer-title,.products-page-shell .product-grid-layout-zoom-out-title-fit .product-card-compact-hanging-action .product-card-footer-title{font-size:clamp(.95rem,.25vw + .8rem,1.06rem);line-height:1.12}.products-page-shell .product-card-compact-hanging-action .product-card-footer-current-price,.products-page-shell .product-grid-layout-zoom-out-title-fit .product-card-compact-hanging-action .product-card-footer-current-price{font-size:clamp(.92rem,.22vw + .76rem,1rem);line-height:1.08}}.products-page-shell .product-card-compact-hanging-action .product-card-footer-chevron,.products-page-shell .product-card-compact-hanging-action .product-card-footer-color-wheel{display:none}.products-page-shell .product-card-compact-hanging-action.product-card-soldout{opacity:1}.products-page-shell .product-card-compact-hanging-action.product-card-soldout .product-card-soldout-media-dim{position:absolute;inset:0;z-index:20;pointer-events:none;background:rgba(8,15,30,.55)}.products-page-shell .product-card-compact-hanging-action.product-card-soldout .product-card-media-badges{z-index:30!important}.products-page-shell .products-catalog-loading-state{display:grid;min-height:clamp(22rem,58vh,44rem);place-items:center;padding:3rem 1rem}.products-page-shell .products-catalog-loading-spinner{width:46px;aspect-ratio:1;border:3px solid rgba(140,168,200,.24);border-top-color:#39cfe0;border-radius:50%;box-shadow:0 0 14px rgba(57,207,224,.2);animation:products-catalog-spin .72s linear infinite}@keyframes products-catalog-spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.products-page-shell .products-catalog-loading-spinner{animation:none}}.products-page-shell .products-catalog-empty-state .sticky-bar-surface{border-color:rgba(140,168,200,.24);border-radius:2px;background:#000000;box-shadow:none}@media (min-width:1024px){.products-catalog-intro__top{align-items:center;flex-wrap:nowrap;gap:18px}.products-catalog-title-group{order:1;flex:0 0 clamp(10rem,15vw,14.5rem)}.products-catalog-toolbar{order:2;flex:1 1 auto;flex-wrap:nowrap;gap:12px;align-items:center}.products-catalog-intro{margin-bottom:22px;padding-top:6px}.products-catalog-search{order:2;flex:1 1 18rem}.products-catalog-filter-trigger{order:1;min-height:42px}.products-catalog-active-filters{margin-top:12px}.products-page-shell .product-grid-layout-default{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:639px){.products-page-shell.section-transparent:not(.products-page-shell--expanded){padding-block-start:0}.products-page-shell .product-grid-layout-default{gap:14px}.products-catalog-intro{margin-bottom:16px}.products-catalog-title-group{display:flex;align-items:center;flex-wrap:nowrap;gap:8px}.products-catalog-results-summary,.products-catalog-title{white-space:nowrap}.products-catalog-results-summary{font-size:12px}.products-catalog-results-summary:before{content:"—";margin-right:8px;color:#8ca3be}.products-page-shell .product-card-compact-hanging-action .product-card-action-button{min-height:4.25rem;padding:.56rem .62rem}}html[data-products-expanded=true]{--storefront-promo-height:31px;--site-header-top-offset:var(--storefront-promo-height)}html[data-products-expanded=true] [data-storefront-promo]{position:sticky;top:0;z-index:45}html[data-products-expanded=true] [data-storefront-shell-header]{top:var(--storefront-promo-height)}.products-page-shell--expanded>.w-full.mx-auto{max-width:1280px;padding-top:28px;padding-bottom:64px}.products-page-shell--expanded .products-catalog-layout{display:block}.products-page-shell--expanded .products-catalog-main{min-width:0}.products-page-shell--expanded .product-expanded-sticky-header{position:static;width:auto;max-width:none;margin:0 0 22px;overflow:visible}.products-page-shell--expanded .product-expanded-back-row{max-width:1280px;padding:0}.products-page-shell--expanded .product-expanded-back-button{color:#8ca3be;font-family:var(--font-archivo,inherit);font-size:13px;font-weight:600;letter-spacing:0;text-transform:none}.products-page-shell--expanded .product-expanded-back-button:hover{color:#39cfe0}.products-page-shell--expanded .product-card-expanded-connected-surface{overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}.products-page-shell--expanded .product-card-expanded .product-hero-grid{grid-template-columns:minmax(0,1fr);gap:30px;padding:0}.products-page-shell--expanded .product-card-expanded-media-stack{align-items:stretch;gap:14px}.products-page-shell--expanded .product-card-expanded-gallery{width:100%;max-inline-size:none;align-self:stretch;justify-content:flex-start;margin:0!important}.products-page-shell--expanded .product-card-expanded .product-card-expanded-media,.products-page-shell--expanded .product-card-expanded .product-card-expanded-media.auth-panel-product-chrome{width:100%;max-width:none;height:auto!important;max-block-size:none;border:var(--stroke-1) solid var(--color-blue-light)!important;border-radius:var(--radius-3);background:#000000!important;box-shadow:none!important}.products-page-shell--expanded .product-card-expanded .product-card-expanded-media--hero{border:none!important}.products-page-shell--expanded .product-card-expanded .product-card-expanded-media:before{content:none!important;display:none!important}.products-page-shell--expanded .product-card-expanded :is(.product-card-expanded-media,.product-card-expanded-scene,.product-card-expanded-thumbnail){border-top-left-radius:var(--radius-3)!important;border-top-right-radius:var(--radius-3)!important;border-bottom-right-radius:var(--radius-3)!important;border-bottom-left-radius:var(--radius-3)!important}.products-page-shell--expanded .product-card-expanded .product-card-expanded-media,.products-page-shell--expanded .product-card-expanded .product-card-expanded-scene{overflow:hidden}.products-page-shell--expanded .product-card-expanded-panel-stack{gap:0}.products-page-shell--expanded .product-card-expanded .product-card-expanded-panel,.products-page-shell--expanded .product-card-expanded .product-card-expanded-panel.product-card-expanded-panel-body{padding:0;border:0!important;border-radius:0;background:transparent!important;box-shadow:none!important}.products-page-shell--expanded .product-card-expanded .product-card-expanded-info-inner{gap:22px}.products-page-shell--expanded .product-card-expanded .product-card-expanded-info-inner>section{border-color:rgba(140,168,200,.16)!important;padding-bottom:22px}.products-page-shell--expanded .product-card-expanded .product-card-expanded-info-inner>section:last-child{padding-bottom:0}.products-page-shell--expanded .product-card-expanded h1{color:#eaf1f8!important;font-family:var(--font-archivo-condensed,var(--font-archivo,inherit));font-size:clamp(30px,3vw,38px)!important;font-weight:800;letter-spacing:-.02em;line-height:.98}.product-card-expanded-selling-fast-banner{position:relative;display:block;overflow:hidden;width:100%;min-height:28px;border:1px solid rgba(251,191,36,.78);border-radius:7px;background:linear-gradient(90deg,rgba(74,51,8,.98),rgba(128,91,10,.94) 58%,rgba(74,51,8,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 0 16px rgba(0,159,255,.13);color:#edf7ff;font-family:var(--font-archivo,inherit);font-size:10px;font-weight:800;letter-spacing:.14em;line-height:1;text-transform:uppercase}.product-card-expanded-selling-fast-banner-viewport{display:flex;align-items:center;width:max-content;min-width:100%;min-height:26px;will-change:transform;animation:product-selling-fast-marquee-reverse 20s linear infinite}.product-card-expanded-selling-fast-banner-segment{display:inline-flex;flex:none;align-items:center;white-space:nowrap}.product-card-expanded-selling-fast-banner-item{display:inline-flex;align-items:center;gap:8px;padding-inline:12px}.product-card-expanded-selling-fast-banner-icon{display:inline-flex;flex:0 0 13px;align-items:center;justify-content:center;width:13px;height:13px;color:#f8c84a;font-size:13px;line-height:1;text-shadow:0 0 10px rgba(248,200,74,.62)}@keyframes product-selling-fast-marquee-reverse{0%{transform:translate3d(-50%,0,0)}to{transform:translateZ(0)}}@media (prefers-reduced-motion:reduce){.product-card-expanded-selling-fast-banner-viewport{animation:none}}.products-page-shell--expanded .product-card-expanded h1+div>div{color:#39cfe0!important;font-size:22px!important;font-weight:700}.products-page-shell--expanded .product-card-expanded-metadata-row{align-items:center;justify-content:flex-start;gap:8px}.products-page-shell--expanded .product-card-expanded-variant-current{height:auto;padding-block:.5rem;border-color:rgba(140,168,200,.25);background:transparent;box-shadow:none;color:#8ca3be;font-size:12px;line-height:1.3}.products-page-shell--expanded .product-card-expanded-state-badges>span{font-size:12px;line-height:1.3}.products-page-shell--expanded .product-card-expanded-variant-current-dot{width:10px;height:10px;flex-basis:10px}.products-page-shell--expanded .product-card-expanded-description{color:#8ca3be}.products-page-shell--expanded .product-card-expanded-description-summary{font-size:15px!important;line-height:1.65!important}.products-page-shell--expanded .product-card-expanded-purchase-actions{gap:14px!important}.products-page-shell--expanded .product-card-expanded .product-card-expanded-quantity-control{height:48px!important;width:132px;border-color:rgba(140,168,200,.28)!important;border-radius:25px!important;background:#000000!important;box-shadow:none}.products-page-shell--expanded .product-card-expanded .product-card-expanded-quantity-control>button,.products-page-shell--expanded .product-card-expanded .product-card-expanded-quantity-control>span{color:#eaf1f8!important}.products-page-shell--expanded .product-card-expanded-add-to-cart-button{height:48px!important;border:1px solid #39cfe0!important;border-radius:25px!important;background:#39cfe0!important;box-shadow:none!important;color:#ffffff!important;font-size:14px!important;font-weight:700!important}.products-page-shell--expanded .product-card-expanded-add-to-cart-button[data-stock-state=comingsoon]:disabled,.products-page-shell--expanded .product-card-expanded-add-to-cart-button[data-stock-state=soldout]:disabled{border-color:rgba(148,163,184,.42)!important;background:#343a42!important;color:#c7cdd4!important;cursor:not-allowed}.products-page-shell--expanded .product-card-expanded-add-to-cart-button:hover:not(:disabled){border-color:#5ddaea!important;background:#5ddaea!important;transform:translateY(-1px)}.products-page-shell--expanded .product-card-expanded-share-button{height:48px!important;width:48px!important;border-color:rgba(140,168,200,.28)!important;border-radius:50%!important;background:#000000!important;color:#eaf1f8!important}.products-page-shell--expanded .product-card-expanded-variant-strip{border-color:rgba(140,168,200,.28)!important;border-radius:2px}.products-page-shell--expanded .product-card-expanded-variant-chip[aria-selected=true]{border-color:#39cfe0;box-shadow:0 0 0 1px #39cfe0}.products-page-shell--expanded .product-card-expanded-variant-scroll-button,.products-page-shell--expanded .product-card-expanded-variant-scroll-frame:after,.products-page-shell--expanded .product-card-expanded-variant-scroll-frame:before{display:none!important}.products-page-shell--expanded .product-card-expanded-variant-strip{display:grid;grid-auto-flow:row;grid-auto-columns:auto;grid-template-columns:repeat(auto-fill,minmax(34px,1fr));gap:8px;overflow:visible;padding:0;border:0!important;border-radius:0;background:transparent!important;box-shadow:none!important;scrollbar-width:none}.products-page-shell--expanded .product-card-expanded-variant-strip::-webkit-scrollbar{display:none}.products-page-shell--expanded .product-card-expanded-variant-chip{width:100%;min-width:0;min-height:0;aspect-ratio:1;padding:2px;border-color:rgba(151,177,207,.58);border-radius:2px;background:#12233b}.products-page-shell--expanded .product-card-expanded-variant-chip-media{border-radius:0}.products-page-shell--expanded .product-card-expanded-variant-chip-swatch{inset:2px;border:0;border-radius:0;box-shadow:none}@media (min-width:375px) and (max-width:899px){.products-page-shell--expanded .product-card-expanded-variant-strip{grid-template-columns:repeat(8,minmax(0,1fr))}.products-page-shell--expanded .product-card-expanded-variant-chip:last-child:nth-child(8n+1),.products-page-shell--expanded .product-card-expanded-variant-chip:nth-last-child(2):nth-child(8n+1){grid-column-start:4}.products-page-shell--expanded .product-card-expanded-variant-chip:nth-last-child(3):nth-child(8n+1),.products-page-shell--expanded .product-card-expanded-variant-chip:nth-last-child(4):nth-child(8n+1){grid-column-start:3}.products-page-shell--expanded .product-card-expanded-variant-chip:nth-last-child(5):nth-child(8n+1),.products-page-shell--expanded .product-card-expanded-variant-chip:nth-last-child(6):nth-child(8n+1){grid-column-start:2}}@media (max-width:374px){.products-page-shell--expanded .product-card-expanded-variant-strip{grid-template-columns:repeat(6,minmax(0,1fr))}.products-page-shell--expanded .product-card-expanded-variant-chip:last-child:nth-child(6n+1),.products-page-shell--expanded .product-card-expanded-variant-chip:nth-last-child(2):nth-child(6n+1){grid-column-start:3}.products-page-shell--expanded .product-card-expanded-variant-chip:nth-last-child(3):nth-child(6n+1),.products-page-shell--expanded .product-card-expanded-variant-chip:nth-last-child(4):nth-child(6n+1){grid-column-start:2}}@media (min-width:900px){.products-page-shell--expanded .product-card-expanded .product-hero-grid{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);align-items:start;gap:clamp(40px,5vw,72px)}.products-page-shell--expanded .product-card-expanded .product-card-expanded-media{aspect-ratio:1}}@media (max-width:899px){.products-page-shell--expanded>.w-full.mx-auto{padding-top:20px;padding-bottom:40px}.products-page-shell--expanded .product-expanded-sticky-header{margin-bottom:16px}.products-page-shell--expanded .product-card-expanded .product-hero-grid{gap:24px}.products-page-shell--expanded .product-card-expanded h1{font-size:30px!important}}@media (max-width:767px){.products-page-shell--expanded>.w-full.mx-auto{padding-right:20px;padding-left:20px}.products-page-shell--expanded .product-card-expanded-purchase-actions>div{display:grid!important;width:100%;min-width:0;grid-template-columns:84px minmax(0,1fr) 48px!important;gap:6px!important;flex-wrap:nowrap}.products-page-shell--expanded .product-card-expanded .product-card-expanded-quantity-control{grid-column:1;width:100%!important;min-width:0}.products-page-shell--expanded .product-card-expanded-add-to-cart-button{grid-column:2;width:100%;min-width:0;max-width:none;padding-inline:8px}.products-page-shell--expanded .product-card-expanded-share-button{grid-column:3;width:48px!important;min-width:48px;max-width:48px;justify-self:end}.products-catalog-sections{gap:3.25rem}.products-catalog-collection__heading{min-height:2.75rem;margin-bottom:.6rem}.products-catalog-collection__heading h2{font-size:clamp(1.15rem,5.4vw,1.45rem)}.products-page-shell .product-grid-panel .product-card-compact-hanging-action .product-card-footer-title,.products-page-shell .product-grid-panel .product-card-compact-hanging-action .product-card-title{font-size:var(--font-size-md,11.5px);line-height:1.15}.products-page-shell .product-grid-panel .product-card-compact-hanging-action .product-card-footer-current-price,.products-page-shell .product-grid-panel .product-card-compact-hanging-action .product-card-price{font-size:var(--font-size-md,11.5px)}}