.astra-category-grid{padding:var(--space-3xl) 0 0}.astra-category-grid__header{margin-bottom:var(--space-xl);display:grid;gap:var(--space-xs)}.astra-category-grid__list{display:grid;grid-template-columns:1fr}@media(min-width:768px){.astra-category-grid__list{grid-template-columns:repeat(var(--category-cols, 4),minmax(0,1fr))}}.astra-category-grid__item{position:relative;min-height:22rem;display:flex;align-items:flex-end;justify-content:center;overflow:hidden;text-decoration:none!important;color:#fff}@media(min-width:768px){.astra-category-grid__item{min-height:28rem}}.astra-category-grid__image,.astra-category-grid__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow) var(--ease-out);background:var(--color-secondary-bg)}.astra-category-grid__placeholder{display:grid;place-items:center;color:var(--color-text-muted)}.astra-category-grid__placeholder svg{width:40%;height:auto;opacity:.45}.astra-category-grid__item:hover .astra-category-grid__image{transform:scale(1.04)}.astra-category-grid__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgb(0 0 0 / .55),transparent 55%)}.astra-category-grid__content{position:relative;z-index:1;display:grid;gap:var(--space-sm);justify-items:center;text-align:center;padding:var(--space-xl) var(--space-md)}.astra-category-grid__title{font-family:var(--font-heading--family);font-size:clamp(var(--text-xl),2.5vw,var(--text-2xl));letter-spacing:.08em;text-transform:uppercase}.astra-category-grid__cta{font-size:var(--text-xs);font-weight:600;letter-spacing:var(--tracking-btn);text-transform:uppercase;text-decoration:underline;text-underline-offset:.25em}.astra-featured-collection{padding:var(--space-3xl) 0}.astra-featured-collection__header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:var(--space-md);margin-bottom:var(--space-xl)}.astra-featured-collection__intro{display:grid;gap:var(--space-xs)}.astra-featured-collection__empty{grid-column:1 / -1;color:var(--color-text-secondary)}.astra-product-card--placeholder .astra-product-card__img{aspect-ratio:3 / 4;width:100%;background:var(--color-secondary-bg)}.astra-hero{position:relative;display:flex;align-items:center;justify-content:center;min-height:var(--hero-height);overflow:hidden;background:var(--color-dark-bg);color:#fff}.astra-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.astra-hero__placeholder{background:linear-gradient(135deg,#2a2a2a,#111)}.astra-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgb(0 0 0 / var(--hero-overlay, .35))}.astra-hero__content{position:relative;z-index:2;text-align:center;padding:var(--space-2xl) var(--page-margin);max-width:44rem}@media(min-width:768px){.astra-hero--left{justify-content:flex-start}.astra-hero--left .astra-hero__bg{object-position:right center}.astra-hero--left .astra-hero__content{text-align:left;max-width:48%;padding-inline-start:clamp(2rem,7vw,8rem)}.astra-hero--left .astra-hero__actions{justify-content:flex-start}}@media(max-width:767px){.astra-hero--left{align-items:flex-start;min-height:max(40rem,85svh)}.astra-hero--left .astra-hero__content{padding-top:3rem}.astra-hero--left .astra-hero__bg{object-position:center bottom}}.astra-hero__eyebrow{color:#fffc;margin-bottom:var(--space-md)}.astra-hero__heading{font-family:var(--font-heading--family);font-size:clamp(var(--text-2xl),5vw,var(--text-4xl));font-weight:var(--font-heading--weight);line-height:var(--leading-tight);letter-spacing:.02em}.astra-hero__subheading{margin-top:var(--space-md);font-size:var(--text-md);line-height:var(--leading-normal);opacity:.9;max-width:36rem;margin-inline:auto}.astra-hero__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-sm);margin-top:var(--space-xl)}.astra-hero__btn-secondary{border-color:#ffffffb3;color:#fff}.astra-hero__btn-secondary:hover{background:#fff;color:var(--color-foreground)}.astra-promo-banner__inner{display:grid;grid-template-columns:1fr;min-height:var(--promo-min-height)}@media(min-width:768px){.astra-promo-banner__inner{grid-template-columns:1.1fr .9fr}.astra-promo-banner__inner--reverse .astra-promo-banner__media{order:2}}.astra-promo-banner__media{position:relative;min-height:18rem;overflow:hidden;background:var(--color-secondary-bg)}.astra-promo-banner__image,.astra-promo-banner__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.astra-promo-banner__content{display:flex;align-items:center;background:var(--promo-bg);padding:var(--space-2xl) var(--page-margin)}.astra-promo-banner__copy{display:grid;gap:var(--space-md);max-width:28rem}.astra-promo-banner__text{margin:0;color:var(--color-text-secondary);font-size:var(--text-md);line-height:var(--leading-normal)}.astra-recently-viewed{padding:var(--module-pad, 64px) 0;margin-block:var(--module-margin, 0px);background:var(--color-background);color:var(--color-foreground)}.astra-recently-viewed[hidden]{display:none}.astra-recently-viewed__grid{gap:var(--module-gap, 24px)}.astra-recently-viewed__header{margin-bottom:var(--space-xl)}.astra-recently-viewed__loading{grid-column:1 / -1;opacity:.7}.astra-recently-viewed .astra-product-card{position:relative;background:var(--color-background)}.astra-recently-viewed .astra-product-card__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.astra-recently-viewed .astra-product-card__media{position:relative;overflow:hidden;aspect-ratio:3 / 4;background:var(--color-secondary-bg)}.astra-recently-viewed .astra-product-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.astra-recently-viewed .astra-product-card__wishlist{position:absolute;top:var(--space-sm);right:var(--space-sm);z-index:3}.astra-recently-viewed .astra-product-card__quick-add{position:absolute;bottom:0;left:0;right:0;z-index:3;padding:var(--space-sm);opacity:1}@media(hover:hover)and (pointer:fine){.astra-recently-viewed .astra-product-card__quick-add{opacity:0;transition:opacity var(--transition-fast)}.astra-recently-viewed .astra-product-card:hover .astra-product-card__quick-add,.astra-recently-viewed .astra-product-card:focus-within .astra-product-card__quick-add{opacity:1}}.astra-recently-viewed .astra-product-card__info{position:relative;z-index:1;padding-top:var(--space-sm)}.astra-recently-viewed .astra-product-card__title{margin:0}.astra-recently-viewed .astra-product-card__title a{position:relative;z-index:3;text-decoration:none;color:inherit}.astra-stl{display:block;padding:var(--module-pad, 64px) 0;margin-block:var(--module-margin, 0px);background:var(--color-background);color:var(--color-foreground)}.astra-stl__inner{display:grid;grid-template-columns:1fr;gap:var(--module-gap, 24px);align-items:center}@media(min-width:1024px){.astra-stl__inner{grid-template-columns:.9fr 1.3fr;gap:var(--module-gap, 24px)}}.astra-stl__sidebar{display:grid;gap:var(--space-md);justify-items:start}.astra-stl__body{margin:0;color:var(--color-text-secondary);font-size:var(--text-md);line-height:var(--leading-normal);max-width:28rem}.astra-stl__collections{list-style:none;width:100%;margin:var(--space-sm) 0 0;padding:var(--space-md) 0 0;border-top:1px solid var(--color-border-soft)}.astra-stl__collections li{border-bottom:1px solid var(--color-border-soft)}.astra-stl__collection-link{display:flex;justify-content:space-between;align-items:center;padding:var(--space-md) 0;text-decoration:none!important;font-size:var(--text-sm);letter-spacing:.04em;transition:padding-left var(--transition-base)}.astra-stl__collection-link:hover{padding-left:var(--space-xs)}.astra-stl__count{font-size:var(--text-xs);color:var(--color-text-muted)}.astra-stl__scene{position:relative;overflow:visible}.astra-stl__img,.astra-stl__placeholder{width:100%;aspect-ratio:4 / 5;object-fit:cover;background:var(--color-secondary-bg);border-radius:var(--radius-md)}.astra-stl__placeholder{display:grid;place-items:center}.astra-stl__placeholder svg{width:45%;opacity:.4}.astra-stl__hotspot{position:absolute;transform:translate(-50%,-50%);z-index:2}.astra-stl__dot{position:relative;width:1.75rem;height:1.75rem;border-radius:var(--radius-full);background:#fffffff2;border:0;cursor:pointer;display:grid;place-items:center;box-shadow:var(--shadow-card);transition:transform var(--transition-base)}.astra-stl__dot span{width:.5rem;height:.5rem;border-radius:var(--radius-full);background:var(--color-foreground)}.astra-stl__dot:before{content:"";position:absolute;top:-.4rem;right:-.4rem;bottom:-.4rem;left:-.4rem;border-radius:var(--radius-full);border:1px solid rgb(255 255 255 / .65);animation:astraHotspotPulse 2s ease-out infinite}.astra-stl__hotspot.is-open .astra-stl__dot,.astra-stl__hotspot:hover .astra-stl__dot{transform:scale(1.08)}@keyframes astraHotspotPulse{0%{transform:scale(.85);opacity:1}to{transform:scale(1.55);opacity:0}}.astra-stl__card{position:absolute;bottom:calc(100% + .75rem);left:50%;transform:translate(-50%) translateY(6px);width:12.5rem;background:var(--color-background);border:1px solid var(--color-border-soft);border-radius:var(--radius-md);box-shadow:var(--shadow-card);opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--transition-base),transform var(--transition-base),visibility var(--transition-base);z-index:5;overflow:hidden}.astra-stl__hotspot.is-open{z-index:6}.astra-stl__hotspot.is-open .astra-stl__card{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.astra-stl__card{left:var(--card-left, 0px);transform:translateY(6px);max-width:calc(100vw - 32px)}.astra-stl__card[data-below]{bottom:auto;top:calc(100% + .75rem)}.astra-stl__card[hidden]{display:none!important}.astra-stl__dot{width:44px;height:44px}@media(prefers-reduced-motion:reduce){.astra-stl__dot:before{animation:none}.astra-stl__card,.astra-stl__dot{transition:none}}.astra-stl__card-media{aspect-ratio:5 / 6;overflow:hidden;background:var(--color-secondary-bg)}.astra-stl__card-media img,.astra-stl__card-media svg{width:100%;height:100%;object-fit:cover}.astra-stl__card-media-link{display:block;text-decoration:none!important}.astra-stl__card-body{display:grid;gap:var(--space-xs);padding:var(--space-sm)}.astra-stl__card-name{font-size:var(--text-sm);text-decoration:none!important;color:inherit;line-height:var(--leading-snug)}.astra-stl__card-price{font-size:var(--text-xs)}.astra-stl__collections li,.astra-stl__card-body{padding:var(--block-pad, 0px);margin-block:var(--block-margin, 0px);background:var(--block-bg, transparent);color:var(--block-ink, inherit)}.astra-stl__card-form{margin:0}.astra-wishlist-page{padding:var(--space-3xl) 0}.astra-wishlist-page__header{margin-bottom:var(--space-2xl);max-width:40rem}.astra-wishlist-page__intro{margin:var(--space-sm) 0 0;color:var(--color-foreground);opacity:.8}.astra-wishlist-page__empty{display:grid;gap:var(--space-md);justify-items:start;padding:var(--space-2xl) 0}.astra-wishlist-page__empty[hidden]{display:none}.astra-wishlist-page__loading{grid-column:1 / -1;opacity:.7}.astra-wishlist-page__card{position:relative;display:flex;flex-direction:column;gap:var(--space-sm)}.astra-wishlist-page__remove{position:absolute;top:var(--space-sm);right:var(--space-sm);z-index:2;width:2rem;height:2rem;border:0;border-radius:var(--radius-full);background:#ffffffeb;cursor:pointer;box-shadow:var(--shadow-sm)}.astra-wishlist-page__media{display:block;aspect-ratio:3 / 4;overflow:hidden;background:var(--color-secondary-bg)}.astra-wishlist-page__media img{width:100%;height:100%;object-fit:cover}.astra-wishlist-page__info{display:grid;gap:var(--space-xs)}.astra-wishlist-page__price{margin:0;font-size:var(--font-size-sm)}.astra-cart{padding:var(--cart-pad-y, var(--space-xl)) 0 calc(var(--cart-pad-y, var(--space-xl)) + var(--space-lg))}.astra-cart__header{margin-bottom:var(--space-xl);text-align:center}.astra-cart__eyebrow{margin:0 0 var(--space-sm);font-size:var(--text-xs);letter-spacing:var(--tracking-label);text-transform:uppercase;color:var(--color-text-secondary)}.astra-cart__errors{margin-bottom:var(--space-lg);padding:var(--space-md);border:1px solid var(--color-sale, #b42318);color:var(--color-sale, #b42318);font-size:var(--text-sm)}.astra-cart__progress--page{max-width:28rem;margin:0 auto var(--space-xl)}.astra-cart__progress-text{margin:0 0 var(--space-xs);font-size:var(--text-sm);color:var(--color-text-secondary);text-align:center}.astra-cart__progress-bar{height:.25rem;background:var(--color-border-soft);border-radius:var(--radius-full);overflow:hidden}.astra-cart__progress-fill{height:100%;background:var(--color-foreground);transition:width var(--transition-base)}@media(prefers-reduced-motion:reduce){.astra-cart__progress-fill{transition:none}}.astra-cart__layout{display:grid;grid-template-columns:1fr;gap:var(--space-2xl)}@media(min-width:990px){.astra-cart__layout{grid-template-columns:minmax(0,1fr) 22rem;gap:var(--space-3xl);align-items:start}}.astra-cart__items{display:grid;gap:0}.astra-cart__item{display:grid;grid-template-columns:5.5rem minmax(0,1fr);gap:var(--space-md);padding:var(--space-lg) 0;border-bottom:1px solid var(--color-border-soft);transition:opacity var(--transition-fast)}@media(min-width:768px){.astra-cart__item{grid-template-columns:7.5rem minmax(0,1fr) auto;gap:var(--space-lg)}}.astra-cart__media{display:block;aspect-ratio:1;background:var(--color-secondary-bg);overflow:hidden;border-radius:var(--radius-sm)}.astra-cart__image,.astra-cart__placeholder{width:100%;height:100%;object-fit:cover;display:block}.astra-cart__item-content{display:flex;flex-direction:column;justify-content:space-between;gap:var(--space-md);min-width:0}.astra-cart__vendor{margin:0 0 var(--space-2xs);font-size:var(--text-xs);letter-spacing:var(--tracking-label);text-transform:uppercase;color:var(--color-text-secondary)}.astra-cart__item-title{margin:0;font-size:var(--text-md);font-weight:500;line-height:var(--leading-tight)}.astra-cart__item-title a{color:var(--color-foreground);text-decoration:none!important}.astra-cart__variant,.astra-cart__selling-plan,.astra-cart__properties,.astra-cart__line-discounts{margin:var(--space-2xs) 0 0;font-size:var(--text-xs);color:var(--color-text-secondary)}.astra-cart__properties{display:grid;gap:.15rem}.astra-cart__properties div{display:flex;gap:var(--space-2xs)}.astra-cart__properties dt{font-weight:500}.astra-cart__line-discounts{list-style:none;padding:0;color:var(--color-sale, #b42318)}.astra-cart__item-actions{display:flex;flex-wrap:wrap;gap:var(--space-md);align-items:center}.astra-cart__qty-btn{width:2.25rem;height:2.25rem;border:0;background:none;cursor:pointer;font-size:var(--text-md)}.astra-cart__qty-input{width:2.5rem;height:2.25rem;border:0;background:transparent;text-align:center;font-size:var(--text-sm);-moz-appearance:textfield}.astra-cart__remove{border:0;background:none;padding:0;font-size:var(--text-xs);letter-spacing:var(--tracking-label);text-transform:uppercase;color:var(--color-text-secondary);cursor:pointer;text-decoration:underline;text-underline-offset:.15em}.astra-cart__remove:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px}.astra-cart__price{display:flex;gap:var(--space-xs);align-items:flex-start;justify-content:flex-end;font-size:var(--text-sm);font-weight:500}.astra-cart__price s{color:var(--color-text-muted);font-weight:400}@media(max-width:767px){.astra-cart__price{grid-column:2;justify-content:flex-start;margin-top:calc(var(--space-md) * -1)}}.astra-cart__summary{border:1px solid var(--color-border-soft);padding:var(--space-lg);position:sticky;top:calc(var(--astra-header-height, 5rem) + 1rem);display:grid;gap:var(--space-md)}.astra-cart__summary-title{margin:0;font-size:var(--text-xs);font-weight:600;letter-spacing:var(--tracking-label);text-transform:uppercase}.astra-cart__summary-row{display:flex;justify-content:space-between;gap:var(--space-md);padding-top:var(--space-md);border-top:1px solid var(--color-border-soft);font-size:var(--text-sm)}.astra-cart__summary-row--discount{border-top:0;padding-top:0;color:var(--color-sale, #b42318)}.astra-cart__tax-note{margin:0;font-size:var(--text-xs);color:var(--color-text-secondary);line-height:var(--leading-normal)}.astra-cart__note-label{display:block;font-size:var(--text-xs);letter-spacing:var(--tracking-label);text-transform:uppercase;color:var(--color-text-secondary)}.astra-cart__note-input{width:100%;border:1px solid var(--color-border-medium);border-radius:var(--style-border-radius-inputs);background:transparent;padding:var(--space-sm);resize:vertical;font:inherit;color:var(--color-foreground)}.astra-cart__reassurance{display:flex;align-items:center;gap:var(--space-xs);color:var(--color-text-secondary);font-size:var(--text-xs)}.astra-cart__reassurance p{margin:0}.astra-cart__payments{display:flex;flex-wrap:wrap;gap:var(--space-2xs);opacity:.55}.astra-cart__payments svg{width:2rem;height:auto}.astra-cart__empty{min-height:40vh;display:grid;place-items:center;text-align:center;gap:var(--space-lg);padding:var(--space-3xl) 0}.astra-cart__empty p{margin:0;color:var(--color-text-secondary);font-size:var(--text-md)}.astra-collection{padding:var(--collection-pad-y, var(--space-xl)) 0 calc(var(--collection-pad-y, var(--space-xl)) + var(--space-lg))}.astra-collection__banner{position:relative;margin-bottom:var(--space-xl);min-height:14rem;overflow:hidden;background:var(--color-secondary-bg)}.astra-collection__banner-img{width:100%;height:100%;min-height:14rem;max-height:22rem;object-fit:cover;display:block}.astra-collection__banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;padding:var(--space-xl) 0;background:linear-gradient(transparent 30%,#00000073);color:#fff}.astra-collection__banner-overlay .astra-heading{color:inherit}.astra-breadcrumb{display:flex;flex-wrap:wrap;gap:var(--space-2xs);align-items:center;margin-bottom:var(--space-lg);font-size:var(--text-xs);color:var(--color-text-secondary)}.astra-breadcrumb a{color:inherit;text-decoration:none!important}.astra-breadcrumb a:hover{color:var(--color-foreground)}.astra-breadcrumb__sep{opacity:.5}.astra-collection__header{text-align:center;margin-bottom:var(--space-xl);display:grid;gap:var(--space-sm);justify-items:center}.astra-collection__desc{max-width:36rem;color:var(--color-text-secondary);font-size:var(--text-md);line-height:var(--leading-normal)}.astra-collection__desc--banner{margin:0 auto var(--space-xl);text-align:center}.astra-collection__count{margin:0;font-size:var(--text-sm);color:var(--color-text-muted)}.astra-collection__layout{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--space-xl);align-items:start}@media(min-width:990px){.astra-collection__layout{grid-template-columns:15rem minmax(0,1fr)}}.astra-collection__sidebar{background:var(--color-background)}@media(max-width:989px){.astra-collection__sidebar{position:fixed;inset:0 auto 0 0;z-index:var(--z-drawer, 40);display:flex;flex-direction:column;width:min(22.5rem,100vw);max-height:100vh;overflow:hidden;transform:translate(-105%);visibility:hidden;transition:transform var(--transition-slow, .35s) var(--ease-out, ease),visibility var(--transition-slow, .35s)}.astra-collection__sidebar.is-open{transform:translate(0);visibility:visible}.astra-collection__sidebar[hidden]:not(.is-open){display:flex}}.astra-collection__sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding:var(--space-md) var(--page-margin);border-bottom:1px solid var(--color-border-soft);flex-shrink:0}.astra-collection__sidebar-title{margin:0;font-size:var(--text-md);font-weight:600}.astra-collection__drawer-close{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:0;background:transparent;cursor:pointer;color:inherit}.astra-collection__sidebar-body{flex:1;overflow-y:auto;padding:var(--space-md) var(--page-margin)}@media(min-width:990px){.astra-collection__sidebar,.astra-collection__sidebar[hidden]{position:sticky;top:calc(var(--astra-header-height, 5rem) + 1rem);inset:auto;z-index:1;display:block;width:100%;max-height:none;overflow:visible;transform:none;visibility:visible}.astra-collection__sidebar-header,.astra-collection__drawer-close,.astra-collection__filter-toggle{display:none!important}.astra-collection__sidebar-body{padding:0;overflow:visible}.astra-collection__sidebar-actions{padding:var(--space-md) 0 0;border-top:0}}.astra-collection__main{min-width:0}.astra-collection__toolbar{display:flex;justify-content:space-between;align-items:center;gap:var(--space-md);flex-wrap:wrap;padding:var(--space-md) 0;border-top:1px solid var(--color-border-soft);border-bottom:1px solid var(--color-border-soft);margin-bottom:var(--space-lg)}.astra-collection__filter-toggle{gap:var(--space-xs)}.astra-collection__filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.125rem;height:1.125rem;padding:0 .25rem;border-radius:var(--radius-full);background:var(--color-foreground);color:var(--color-background);font-size:.625rem;font-weight:600}.astra-collection__sort{display:flex;align-items:center;gap:var(--space-xs);margin-left:auto}.astra-collection__sort-label{font-size:var(--text-xs);color:var(--color-text-secondary)}.astra-collection__sort-select{padding:var(--space-2xs) var(--space-sm);font-size:var(--text-sm);border:1px solid var(--color-border-medium);background:var(--color-background);border-radius:var(--style-border-radius-inputs);outline:none}.astra-collection__active-filters{display:flex;flex-wrap:wrap;gap:var(--space-xs);align-items:center;margin:calc(var(--space-lg) * -1) 0 var(--space-lg);padding-bottom:var(--space-md)}.astra-collection__chip{text-decoration:none!important;gap:var(--space-2xs)}.astra-collection__clear{font-size:var(--text-xs);color:var(--color-text-secondary);text-decoration:underline;text-underline-offset:.15em;margin-left:var(--space-xs)}.astra-collection--hairline .astra-collection__grid{gap:1px;background:var(--color-border-soft)}.astra-collection--hairline .astra-collection__grid>*{background:var(--color-background)}.astra-collection--spaced .astra-collection__grid{gap:var(--space-md)}@media(min-width:990px){.astra-collection--spaced .astra-collection__grid{gap:var(--space-lg)}}.astra-collection__empty{grid-column:1 / -1;min-height:12rem;padding:var(--space-3xl) var(--space-md);text-align:center;color:var(--color-text-secondary);display:grid;gap:var(--space-md);justify-items:center;align-content:center}.astra-collection__empty p{margin:0;font-size:var(--text-md)}.astra-collection__pagination{margin-top:var(--space-2xl);display:flex;justify-content:center;flex-wrap:wrap;gap:var(--space-2xs)}.astra-collection__pagination a,.astra-collection__pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;height:2.25rem;padding:0 var(--space-sm);border:1px solid var(--color-border-soft);border-radius:var(--radius-sm);text-decoration:none!important;font-size:var(--text-sm);color:var(--color-foreground)}.astra-collection__pagination .current,.astra-collection__pagination span:not(.next):not(.prev):not(.deco){background:var(--color-foreground);color:var(--color-background);border-color:var(--color-foreground)}.astra-collection__app-block{margin-top:var(--space-xl)}.astra-collection__form-actions{display:grid;gap:var(--space-sm);padding:var(--space-md) var(--page-margin) var(--space-lg);border-top:1px solid var(--color-border-soft);flex-shrink:0}@media(min-width:990px){.astra-collection__form-actions{padding-inline:0}}.astra-collection__no-filters{color:var(--color-text-secondary);font-size:var(--text-sm)}.astra-filter{border:0;margin:0 0 var(--space-md);padding:0;border-bottom:1px solid var(--color-border-soft)}.astra-filter__title{list-style:none;cursor:pointer;padding:0 0 var(--space-sm);margin:0;font-size:var(--text-xs);font-weight:600;letter-spacing:var(--tracking-label);text-transform:uppercase}.astra-filter__title::-webkit-details-marker{display:none}.astra-filter__values{display:flex;flex-direction:column;gap:var(--space-xs);padding-bottom:var(--space-md)}.astra-filter__value{display:flex;align-items:center;gap:var(--space-xs);font-size:var(--text-sm);cursor:pointer}.astra-filter__value.is-disabled{opacity:.4;cursor:not-allowed}.astra-filter__value input{accent-color:var(--color-foreground)}.astra-filter__count{margin-left:auto;color:var(--color-text-muted);font-size:var(--text-xs)}.astra-filter__price{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-sm);padding-bottom:var(--space-md)}.astra-filter__price-field{display:grid;gap:var(--space-2xs)}.astra-filter__price-field label{font-size:var(--text-xs);color:var(--color-text-secondary)}.astra-filter__price-input{display:flex;align-items:center;gap:var(--space-2xs);border:1px solid var(--color-border-medium);border-radius:var(--style-border-radius-inputs);padding:0 var(--space-sm)}.astra-filter__price-input input{width:100%;border:0;background:transparent;padding:var(--space-xs) 0;outline:none;font-size:var(--text-sm)}.astra-collection__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:calc(var(--z-drawer, 40) - 1);background:color-mix(in srgb,#000 40%,transparent);opacity:0;visibility:hidden;transition:opacity var(--transition-base, .2s),visibility var(--transition-base, .2s)}.astra-collection__overlay[hidden]{display:block}.astra-collection__overlay.is-visible{opacity:1;visibility:visible}@media(min-width:990px){.astra-collection__overlay{display:none!important}}.astra-list-collections{padding-block:var(--list-pad-y, var(--space-2xl));background:var(--color-background)}.astra-list-collections .astra-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;margin:0 0 var(--space-md);font-size:var(--text-xs);letter-spacing:.04em;color:var(--color-text-secondary)}.astra-list-collections .astra-breadcrumb a{color:inherit;text-decoration:none}.astra-list-collections .astra-breadcrumb a:hover{color:var(--color-foreground)}.astra-list-collections .astra-breadcrumb__sep{opacity:.55}.astra-list-collections__header{margin-bottom:var(--space-2xl)}.astra-list-collections__header .astra-heading{margin:0}.astra-list-collections__grid{display:grid;grid-template-columns:repeat(var(--list-cols-mobile, 1),minmax(0,1fr));gap:var(--list-gap, 2.5rem) var(--list-gap, 3rem);align-items:start}@media(min-width:768px){.astra-list-collections__grid{grid-template-columns:repeat(var(--list-cols-desktop, 3),minmax(0,1fr))}}.astra-list-collections__empty{grid-column:1 / -1;margin:0;color:var(--color-text-secondary)}.astra-collection-explore{display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none!important;color:inherit;gap:var(--space-lg)}.astra-collection-explore__media{display:block;width:100%;aspect-ratio:1 / 1;overflow:hidden;background:var(--color-background)}.astra-collection-explore__media img,.astra-collection-explore__media .placeholder-svg{width:100%;height:100%;object-fit:contain;object-position:center;transition:transform var(--transition-slow) var(--ease-out)}.astra-collection-explore:hover .astra-collection-explore__media img{transform:scale(1.03)}.astra-collection-explore__placeholder{display:grid;place-items:center;width:100%;height:100%;background:var(--color-secondary-bg);color:var(--color-text-muted)}.astra-collection-explore__placeholder svg{width:42%;height:auto;opacity:.4}.astra-collection-explore__body{display:flex;flex-direction:column;align-items:center;gap:var(--space-md);width:100%;max-width:16rem}.astra-collection-explore__title{margin:0;font-family:var(--font-heading--family);font-size:clamp(var(--text-lg),1.6vw,var(--text-xl));font-weight:500;letter-spacing:.12em;text-transform:uppercase;line-height:1.2;color:var(--color-foreground)}.astra-collection-explore__cta{min-width:11rem;width:min(100%,14rem)}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.astra-footer{--footer-color: var(--footer-fg, var(--color-foreground));--footer-content-width: min( calc(var(--page-width) - var(--page-margin) * 2), calc(100% - var(--page-margin) * 2) );--footer-content-margin: minmax(var(--page-margin), 1fr);--footer-content-grid: var(--footer-content-margin) var(--footer-content-width) var(--footer-content-margin);background:var(--footer-bg, var(--color-secondary-bg));color:var(--footer-color);padding:var(--footer-pad-y, var(--space-3xl)) 0 var(--space-xl);margin-top:auto;width:100%;display:grid;grid-template-columns:var(--footer-content-grid)}.astra-footer a{color:inherit}.astra-footer__inner{grid-column:2;width:100%;min-width:0;max-width:none;margin:0;padding-block:0;padding-inline:max(2.5rem,var(--page-margin));box-sizing:border-box}.astra-footer__grid{display:grid;grid-template-columns:1fr;gap:var(--space-xl);align-items:start}.astra-footer__brand,.astra-footer__col,.astra-footer__newsletter{min-width:0}@media(min-width:750px){.astra-footer__grid{grid-template-columns:minmax(11rem,1.15fr) repeat(3,minmax(0,1fr));column-gap:clamp(1.25rem,2.5vw,2rem);row-gap:var(--space-xl)}}@media(min-width:990px){.astra-footer__grid{grid-template-columns:minmax(11rem,1.05fr) repeat(3,minmax(0,1fr)) minmax(13rem,1.15fr);column-gap:clamp(1.5rem,2.75vw,2.25rem);row-gap:var(--space-xl)}}.astra-footer__logo{display:inline-flex;text-decoration:none!important}.astra-footer__logo .chinzuan-brand__name{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.astra-footer__logo-img{display:block;max-width:8rem;height:auto}.astra-footer__logo-text{font-family:var(--font-heading--family);font-size:var(--text-lg);font-weight:600;letter-spacing:.06em;text-transform:uppercase}.astra-footer__tagline{margin:var(--space-md) 0 0;font-size:var(--text-sm);line-height:var(--leading-normal);color:color-mix(in srgb,var(--footer-color) 68%,transparent);max-width:18rem}.astra-footer__social-link{display:inline-flex;align-items:center;gap:.45rem;font-size:var(--text-sm);color:color-mix(in srgb,var(--footer-color) 68%,transparent);text-decoration:none!important}.astra-footer__social-link .astra-icon{flex-shrink:0;width:1rem;height:1rem;color:inherit}.astra-footer__social-link:hover{color:var(--footer-color)}.astra-footer__social-link:focus-visible{outline:2px solid var(--footer-color);outline-offset:2px}.astra-footer__accordion{border:0;margin:0;padding:0}.astra-footer__col-title{margin:0;font-size:var(--text-xs);font-weight:600;letter-spacing:var(--tracking-btn);text-transform:uppercase;line-height:1.3;list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);padding:var(--space-xs) 0}.astra-footer__col-title::-webkit-details-marker{display:none}.astra-footer__col-title:after{content:"+";font-size:1rem;font-weight:300;line-height:1}.astra-footer__accordion[open]>.astra-footer__col-title:after{content:"\2212"}.astra-footer__col-title--static{cursor:default;display:block;padding:var(--space-xs) 0}.astra-footer__col-title--static:after{content:none}.astra-footer__links{list-style:none;padding:0 0 var(--space-sm);margin:0}.astra-footer__links li+li{margin-top:var(--space-xs)}.astra-footer__links a{font-size:var(--text-sm);color:color-mix(in srgb,var(--footer-color) 68%,transparent);text-decoration:none!important}.astra-footer__links a:hover{color:var(--footer-color)}.astra-footer__links a:focus-visible{outline:2px solid var(--footer-color);outline-offset:2px}@media(min-width:768px){.astra-footer__col-title,.astra-footer__col-title--static{display:block;pointer-events:none;padding:0 0 var(--space-md);min-height:1.3em}.astra-footer__col-title:after,.astra-footer__accordion[open]>.astra-footer__col-title:after,.astra-footer__col-title--static:after{content:none;display:none}.astra-footer__accordion:not([open]) .astra-footer__links{display:block}}.astra-footer__newsletter-text{font-size:var(--text-sm);color:color-mix(in srgb,var(--footer-color) 68%,transparent);margin:0 0 var(--space-sm)}.astra-footer__newsletter-form{display:flex;gap:var(--space-xs);flex-wrap:wrap}.astra-footer__newsletter-input{flex:1 1 10rem;min-width:0;min-height:2.5rem;padding:var(--space-xs) var(--space-sm);border:1px solid color-mix(in srgb,var(--footer-color) 28%,transparent);background:transparent;color:var(--footer-color);font-size:var(--text-sm);outline:none;border-radius:var(--style-border-radius-inputs)}.astra-footer__newsletter-input:focus-visible{border-color:var(--footer-color);box-shadow:0 0 0 1px var(--footer-color)}.astra-footer__newsletter-success,.astra-footer__newsletter-error{flex:1 0 100%;margin:var(--space-xs) 0 0;font-size:var(--text-sm)}.astra-footer__newsletter-success{color:var(--color-success, #1f7a4d)}.astra-footer__newsletter-error{color:var(--color-sale, #b42318)}.astra-footer__bottom{margin-top:var(--space-2xl);padding-top:var(--space-lg);border-top:1px solid color-mix(in srgb,var(--footer-color) 14%,transparent);display:grid;gap:var(--space-md)}@media(min-width:768px){.astra-footer__bottom{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:var(--space-xl)}}.astra-footer__copyright{margin:0;font-size:var(--text-xs);color:color-mix(in srgb,var(--footer-color) 75%,transparent)}.astra-footer__policies{display:flex;flex-wrap:wrap;gap:var(--space-sm) var(--space-md);list-style:none;margin:var(--space-sm) 0 0;padding:0}.astra-footer__policies a{font-size:var(--text-xs);color:color-mix(in srgb,var(--footer-color) 55%,transparent);text-decoration:underline;text-underline-offset:.15em}.astra-footer__policies a:hover{color:var(--footer-color)}.astra-footer__bottom-end{display:grid;gap:var(--space-md);justify-items:start}@media(min-width:768px){.astra-footer__bottom-end{justify-items:end}}.astra-footer__localization{display:flex;flex-wrap:wrap;gap:var(--space-xs)}.astra-footer__locale-select{min-height:2.25rem;padding:0 var(--space-sm);border:1px solid color-mix(in srgb,var(--footer-color) 28%,transparent);background:transparent;color:var(--footer-color);font-size:var(--text-xs);border-radius:var(--style-border-radius-inputs)}.astra-footer__locale-select:focus-visible{outline:2px solid var(--footer-color);outline-offset:2px}.astra-footer__payments{display:flex;flex-wrap:wrap;gap:var(--space-2xs);opacity:.7}.astra-footer__payments svg{width:2rem;height:auto}.astra-header--sticky{position:sticky;top:0;z-index:var(--z-header);background:var(--color-background);transition:box-shadow var(--transition-fast),background var(--transition-fast),color var(--transition-fast)}.astra-header:not(.astra-header--sticky){position:relative;z-index:var(--z-header);background:var(--color-background)}.astra-header.is-scrolled .astra-header__bar{box-shadow:var(--shadow-sm)}.astra-header.is-scrolled .astra-header__top{min-height:3.5rem}.astra-header.is-scrolled .astra-header__nav{padding-top:.5rem;padding-bottom:.5rem}@media(min-width:1024px){.astra-header.is-scrolled .astra-header__top{min-height:3.75rem}}.astra-header--transparent:not(.is-scrolled){background:transparent}.astra-header--transparent:not(.is-scrolled) .astra-header__bar{background:transparent;border-bottom-color:transparent}.astra-header--transparent:not(.is-scrolled) .astra-header__nav-link,.astra-header--transparent:not(.is-scrolled) .astra-header__icon,.astra-header--transparent:not(.is-scrolled) .astra-header__logo-text{color:var(--color-background)}.astra-header--transparent.is-scrolled{background:var(--color-background)}body:has(.astra-header--transparent) #MainContent>.shopify-section:first-child{margin-top:calc(-1 * var(--astra-header-height, 5rem))}.astra-header{width:100%}.astra-header__announcement{width:100%;background:var(--announce-bg);color:var(--announce-color);text-align:center;padding:var(--space-xs) max(2.5rem,var(--page-margin));font-size:var(--text-xs);letter-spacing:.04em}.astra-header__announcement[hidden]{display:none!important}.astra-header__announcement-inner{display:flex;justify-content:center;align-items:center;gap:var(--space-sm);position:relative;min-height:1.25rem}.astra-header__announcement-messages{flex:1;position:relative;min-height:1.25rem}.astra-header__announcement-msg{margin:0;opacity:0;visibility:hidden;position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;transition:opacity var(--transition-fast)}.astra-header__announcement-msg.is-active{opacity:1;visibility:visible;position:relative}.astra-header__announcement-link{color:inherit;text-decoration:none!important}.astra-header__announcement-close{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;opacity:.75}.astra-header__announcement-close:hover{opacity:1}.astra-header__bar{border-bottom:1px solid var(--color-border-soft);background:var(--color-background);width:100%}.astra-header__inner{display:flex;flex-direction:column;align-items:stretch;gap:0;max-width:var(--page-width);margin:0 auto;padding:var(--header-bar-pad-y, 12px) max(2.5rem,var(--page-margin)) 0;width:100%}.astra-header__top{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:var(--space-md);min-height:3.75rem;padding-top:.25rem;transition:min-height var(--transition-fast)}@media(min-width:1024px){.astra-header__top{min-height:4rem;padding-top:.35rem}}.astra-header__cluster{display:flex;align-items:center;gap:var(--space-sm)}.astra-header__cluster--end{justify-content:flex-end}.astra-header__logo{justify-self:center;display:flex;align-items:center;text-decoration:none!important}.astra-header__logo-image{height:var(--header-logo-height-mobile, 28px);width:auto;max-height:var(--header-logo-height-mobile, 28px)}@media(min-width:1024px){.astra-header__logo-image{height:var(--header-logo-height, 32px);max-height:var(--header-logo-height, 32px)}}.astra-header__logo-text{font-family:var(--font-heading--family);font-size:var(--text-lg);font-weight:700;letter-spacing:.08em;text-transform:uppercase}@media(max-width:1023px){.astra-header__top{grid-template-columns:auto minmax(0,1fr) auto;gap:.5rem}.astra-header__logo{min-width:0;max-width:100%;justify-self:center}.astra-header__logo-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;letter-spacing:.04em}.astra-header__logo-image{max-width:100%;object-fit:contain}.astra-header__cluster{gap:.125rem}}.astra-header__nav{display:none}@media(min-width:1024px){.astra-header__nav{display:flex;justify-content:center;width:100%;padding:.75rem 0 .85rem;margin-top:0;border-top:1px solid transparent}}.astra-header__nav-list{display:flex;align-items:stretch;justify-content:center;flex-wrap:wrap;gap:.5rem var(--space-xl);list-style:none;padding:0;margin:0}.astra-header__nav-item{position:static;display:flex;align-items:center}.astra-header__nav-link{display:inline-flex;align-items:center;gap:var(--space-3xs);padding:.4rem 0;font-size:var(--text-sm);font-weight:500;letter-spacing:.06em;text-transform:uppercase;text-decoration:none!important;white-space:nowrap}.astra-header__nav-item.is-active .astra-header__nav-link,.astra-header__nav-link:hover{color:var(--color-text-secondary)}.astra-header__nav-caret{display:inline-flex;opacity:.55}.astra-header__mega{position:absolute;left:0;right:0;top:100%;background:var(--color-background);border-bottom:1px solid var(--color-border-soft);box-shadow:var(--shadow-card);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-4px);transition:opacity var(--transition-fast),visibility var(--transition-fast),transform var(--transition-fast);z-index:calc(var(--z-header) + 1)}.astra-header__nav-item--has-mega.is-open .astra-header__mega{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.astra-header__mega-inner{max-width:var(--page-width);margin:0 auto;padding:var(--space-xl) var(--page-margin);display:grid;grid-template-columns:1fr;gap:var(--space-xl)}@media(min-width:1024px){.astra-header__mega-inner{grid-template-columns:minmax(0,1fr) minmax(16rem,20rem);align-items:start;gap:var(--space-2xl)}.astra-header__mega-cols:not(.astra-header__mega-cols--with-promo){grid-column:1 / -1}}.astra-header__mega-cols{display:flex;flex-wrap:wrap;align-content:flex-start;justify-content:flex-start;gap:var(--space-lg) var(--space-2xl);min-width:0}.astra-header__mega-col{flex:0 1 11rem;min-width:8.5rem}.astra-header__mega-col--shop-all{flex:1 1 100%;min-width:0}.astra-header__mega-shop-all{display:inline-flex;font-size:var(--text-sm);font-weight:600;letter-spacing:.04em;text-decoration:underline!important;text-underline-offset:.2em}.astra-header__mega-title{display:block;margin-bottom:var(--space-sm);font-size:var(--text-xs);font-weight:600;letter-spacing:var(--tracking-btn);text-transform:uppercase;text-decoration:none!important}.astra-header__mega-links{list-style:none;padding:0;margin:0}.astra-header__mega-links li+li{margin-top:var(--space-xs)}.astra-header__mega-links a{font-size:var(--text-sm);color:var(--color-text-secondary);text-decoration:none!important}.astra-header__mega-links a:hover{color:var(--color-foreground)}.astra-header__mega-links--flat{flex:1 1 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(10.5rem,max-content));gap:.65rem 2rem;align-content:start}.astra-header__mega-links--flat li+li{margin-top:0}.astra-header__mega-links--flat a{display:inline-block;font-size:var(--text-xs);font-weight:600;letter-spacing:var(--tracking-btn);text-transform:uppercase;color:var(--color-foreground)}.astra-header__mega-promo{display:grid;gap:var(--space-sm);text-decoration:none!important;color:inherit;max-width:20rem;justify-self:end}.astra-header__mega-promo-image,.astra-header__mega-promo-placeholder{width:100%;aspect-ratio:4 / 5;object-fit:cover;background:var(--color-secondary-bg);border-radius:var(--radius-md)}.astra-header__mega-promo-copy{display:grid;gap:var(--space-2xs)}.astra-header__mega-promo-heading{font-family:var(--font-heading--family);font-size:var(--text-lg);line-height:var(--leading-snug)}.astra-header__mega-promo-cta{font-size:var(--text-xs);font-weight:600;letter-spacing:var(--tracking-label);text-transform:uppercase;text-decoration:underline;text-underline-offset:.2em}.astra-header__icon{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;position:relative;background:none;border:none;cursor:pointer;color:var(--color-foreground);text-decoration:none!important;padding:0}.astra-header__account{display:inline-flex;align-items:center;justify-content:center;color:inherit;--shopify-account-color-accent: var(--color-foreground);--shopify-account-color-accent-hover: color-mix(in srgb, var(--color-foreground) 88%, var(--color-accent-gold));--shopify-account-color-accent-text: var(--color-background);--shopify-account-color-background: var(--color-background);--shopify-account-color-background-subdued: var(--color-secondary-bg);--shopify-account-color-text: var(--color-foreground);--shopify-account-color-text-subdued: var(--color-text-secondary);--shopify-account-color-border: var(--color-border-soft);--shopify-account-color-card-background: var(--color-background);--shopify-account-color-card-text: var(--color-foreground);--shopify-account-color-control-background: var(--color-background);--shopify-account-color-control-text: var(--color-foreground);--shopify-account-color-shadow: rgb(17 17 17 / 12%);--shopify-account-font-body: var(--font-body--family);--shopify-account-font-heading: var(--font-heading--family);--shopify-account-font-body-weight: var(--font-body--weight);--shopify-account-font-heading-weight: 500;--shopify-account-font-heading-transform: none;--shopify-account-font-body-transform: none;--shopify-account-radius-base: 0;--shopify-account-radius-button: var(--radius-button, 0);--shopify-account-radius-button-small: 0;--shopify-account-radius-dialog: 0;--shopify-account-radius-input: var(--style-border-radius-inputs, 0);--shopify-account-signed-in-avatar-size: 1.5rem;--shopify-account-signed-in-avatar-color-background: var(--color-foreground);--shopify-account-signed-in-avatar-color-text: var(--color-background);--shopify-account-avatar-size: 2.25rem}.astra-header__account::part(signed-out-avatar){display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;color:inherit;border-radius:0}.astra-header__account-fallback,.astra-mobile-bar__account-fallback{display:inline-flex;align-items:center;justify-content:center;color:inherit}.astra-mobile-bar__account{padding:0}.astra-mobile-bar__account shopify-account,.astra-header__account--mobile{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.astra-mobile-bar__account-fallback{flex-direction:column;gap:.125rem;font-size:inherit}.astra-header__cart-count{position:absolute;top:.125rem;right:.125rem;min-width:1rem;height:1rem;padding:0 .2rem;font-size:.625rem;font-weight:600;background:var(--color-foreground);color:var(--color-background);border-radius:var(--radius-full);display:inline-flex;align-items:center;justify-content:center;line-height:1}.astra-header__cart-count[hidden]{display:none}.astra-header__menu-toggle{display:inline-flex}@media(min-width:1024px){.astra-header__menu-toggle{display:none}}.astra-drawer{position:fixed;z-index:var(--z-drawer);background:var(--color-background);transition:transform var(--transition-slow) var(--ease-out);overflow-y:auto;max-height:100vh;max-width:100vw}.astra-drawer[hidden]{display:block!important}.astra-drawer--left{inset:0 auto 0 0;width:min(22.5rem,100vw);transform:translate(-100%)}.astra-drawer--right{inset:0 0 0 auto;width:min(26rem,100vw);transform:translate(100%)}.astra-drawer--top{inset:0 0 auto 0;transform:translateY(-100%)}.astra-drawer.is-open{transform:translate(0)}.astra-drawer__header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding:var(--space-md) var(--page-margin);border-bottom:1px solid var(--color-border-soft)}.astra-drawer__title{margin:0;font-size:var(--text-md);font-weight:600}.astra-drawer__close{background:none;border:none;cursor:pointer;color:var(--color-foreground);padding:var(--space-2xs)}.astra-drawer__content{padding:var(--space-lg) var(--page-margin)}.astra-drawer__content--cart{display:flex;flex-direction:column;min-height:calc(100% - 4rem)}.astra-drawer__nav{padding:var(--space-sm) var(--page-margin) var(--space-xl)}.astra-drawer__link,.astra-drawer__summary{display:flex;align-items:center;justify-content:space-between;width:100%;padding:var(--space-sm) 0;font-size:var(--text-md);font-weight:500;border-bottom:1px solid var(--color-border-soft);text-decoration:none!important;color:inherit;background:none;cursor:pointer;list-style:none}.astra-drawer__summary::-webkit-details-marker{display:none}.astra-drawer__details[open] .astra-drawer__summary{border-bottom-color:transparent}.astra-drawer__submenu{padding:0 0 var(--space-md);border-bottom:1px solid var(--color-border-soft)}.astra-drawer__group-title{margin:var(--space-md) 0 var(--space-xs);font-size:var(--text-xs);font-weight:600;letter-spacing:var(--tracking-label);text-transform:uppercase;color:var(--color-text-muted)}.astra-drawer__sublink{display:block;padding:var(--space-xs) 0;font-size:var(--text-sm);color:var(--color-text-secondary);text-decoration:none!important}.astra-drawer__sublink--parent{color:var(--color-foreground);font-weight:500}.astra-drawer__sublink--nested{padding-left:var(--space-md)}.astra-search-form{display:flex;gap:var(--space-sm);flex-wrap:wrap}.astra-search-form__input{flex:1 1 16rem;padding:var(--space-sm) var(--space-md);border:1px solid var(--color-border-medium);background:var(--color-background);font-size:var(--text-md);outline:none;border-radius:var(--style-border-radius-inputs)}.astra-predictive-host{margin-top:var(--space-lg);min-height:2rem}.astra-predictive-idle,.astra-predictive-loading{margin:0;font-size:var(--text-sm);color:var(--color-text-secondary)}.astra-cart__progress{margin-bottom:var(--space-lg)}.astra-cart__progress-text{font-size:var(--text-xs);margin-bottom:var(--space-xs);color:var(--color-text-secondary)}.astra-cart__progress-bar{height:3px;background:var(--color-border-soft);border-radius:var(--radius-full);overflow:hidden}.astra-cart__progress-fill{height:100%;background:var(--color-accent);transition:width var(--transition-base)}.astra-cart__items{list-style:none;padding:0;margin:0;flex:1}.astra-cart__item{display:flex;gap:var(--space-md);padding:var(--space-md) 0;border-bottom:1px solid var(--color-border-soft)}.astra-cart__item-image{flex-shrink:0;width:5rem}.astra-cart__item-image img{width:100%;aspect-ratio:1;object-fit:cover;background:var(--color-secondary-bg)}.astra-cart__item-info{flex:1;min-width:0}.astra-cart__item-title{display:block;margin-bottom:var(--space-2xs);font-size:var(--text-sm);font-weight:500;text-decoration:none!important}.astra-cart__item-variant{font-size:var(--text-xs);color:var(--color-text-secondary);margin-bottom:var(--space-xs)}.astra-cart__item-bottom{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);font-size:var(--text-sm)}.astra-cart__qty{display:inline-flex;align-items:center;border:1px solid var(--color-border-medium);border-radius:var(--style-border-radius-inputs)}.astra-cart__qty-btn{width:1.75rem;height:1.75rem;border:0;background:none;cursor:pointer;font-size:var(--text-sm);line-height:1}.astra-cart__qty-btn:focus-visible{outline:2px solid var(--color-foreground);outline-offset:-2px}.astra-cart__qty-input{width:2rem;height:1.75rem;border:0;background:transparent;text-align:center;font-size:var(--text-xs);-moz-appearance:textfield}.astra-cart__qty-input::-webkit-outer-spin-button,.astra-cart__qty-input::-webkit-inner-spin-button{-webkit-appearance:none}.astra-cart__item-qty{color:var(--color-text-secondary)}.astra-cart__item.is-loading{opacity:.5;pointer-events:none}.astra-cart__item-remove{flex-shrink:0;border:0;background:none;color:var(--color-text-muted);padding:var(--space-2xs);cursor:pointer}.astra-cart__item-remove:hover{color:var(--color-foreground)}.astra-cart__item-remove:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px}.astra-cart__footer{border-top:1px solid var(--color-border-soft);padding-top:var(--space-md);margin-top:auto;display:grid;gap:var(--space-sm)}.astra-cart__subtotal{display:flex;justify-content:space-between;font-size:var(--text-md);font-weight:600}.astra-cart__note{font-size:var(--text-xs);color:var(--color-text-secondary);margin:0}.astra-cart__checkout-form{margin:0}.astra-cart__empty{text-align:center;padding:var(--space-3xl) 0;display:grid;gap:var(--space-md);justify-items:center}.astra-cart__empty p{margin:0;color:var(--color-text-secondary)}.astra-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:color-mix(in srgb,#000 40%,transparent);z-index:calc(var(--z-drawer) - 1);opacity:0;visibility:hidden;transition:opacity var(--transition-base),visibility var(--transition-base)}.astra-overlay.is-visible{opacity:1;visibility:visible}.astra-overlay[hidden]{display:block!important}.astra-mega-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:color-mix(in srgb,#000 28%,transparent);z-index:calc(var(--z-header) - 1);opacity:0;visibility:hidden;transition:opacity var(--transition-fast),visibility var(--transition-fast);pointer-events:none}.astra-mega-backdrop.is-visible{opacity:1;visibility:visible;pointer-events:auto}.astra-mega-backdrop[hidden]{display:block!important}.astra-mobile-bar{position:fixed;left:0;right:0;bottom:0;z-index:var(--z-header);display:grid;grid-template-columns:repeat(5,1fr);gap:0;padding:var(--space-2xs) var(--space-xs) calc(var(--space-2xs) + env(safe-area-inset-bottom,0px));background:var(--color-background);border-top:1px solid var(--color-border-soft);box-shadow:0 -4px 16px #0000000f}@media(min-width:1024px){.astra-mobile-bar{display:none}}.astra-mobile-bar__item{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;min-height:3.25rem;padding:var(--space-2xs);border:0;background:none;color:var(--color-text-secondary);font-size:.625rem;letter-spacing:.02em;text-decoration:none!important;cursor:pointer}.astra-mobile-bar__item.is-active,.astra-mobile-bar__item:hover{color:var(--color-foreground)}.astra-mobile-bar__count{position:absolute;top:.2rem;right:calc(50% - 1.1rem);min-width:1rem;height:1rem;padding:0 .2rem;border-radius:var(--radius-full);background:var(--color-foreground);color:var(--color-background);font-size:.625rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center}.astra-mobile-bar__count[hidden]{display:none}@media(prefers-reduced-motion:reduce){.astra-header__mega,.astra-drawer,.astra-overlay,.astra-mega-backdrop{transition:none}}.astra-page{width:100%}.astra-page__inner{padding-block:2.5rem 4rem}.astra-page__title{text-align:center;font-size:clamp(2rem,4vw,3.5rem);font-weight:300;letter-spacing:-.03em;margin:4rem 0 2.5rem}@media(min-width:750px){.astra-page__inner{padding-block:3.5rem 5rem}.astra-page__title{margin:5rem 0 3rem}}.astra-page__content{max-width:40rem;margin:0 auto 4rem;font-size:.9375rem;line-height:1.7;color:var(--color-text-secondary)}.astra-page__contact{max-width:40rem;margin:0 auto}.astra-contact-form__success{padding:1rem;background:var(--color-secondary-bg);text-align:center;font-size:.875rem;margin-bottom:2rem}.astra-contact-form__fields{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:2rem}.astra-contact-form__field{display:flex;flex-direction:column;gap:.375rem;min-width:0}.astra-contact-form__field--full{grid-column:1 / -1}.astra-contact-form__field label{font-size:.6875rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-secondary)}.astra-contact-form__field input,.astra-contact-form__field textarea{width:100%;padding:.75rem;border:1px solid var(--color-border-medium);background:transparent;font:inherit;font-size:.875rem;color:var(--color-foreground)}.astra-contact-form__field textarea{resize:vertical}.astra-page__content h2{margin:2.5rem 0 1rem;color:var(--color-foreground);line-height:1.25;scroll-margin-top:10rem}.astra-page__content .astra-editorial__lead{font-family:var(--font-heading--family);font-size:clamp(1.4rem,3vw,2rem);line-height:1.4;color:var(--color-foreground)}.astra-page__content details{border-bottom:1px solid var(--color-border-medium);padding-block:.5rem}.astra-page__content summary{padding:.8rem 1.5rem .8rem 0;cursor:pointer;color:var(--color-foreground)}.astra-page__content details p{padding-bottom:1rem}.astra-page__content a{text-decoration:underline;text-underline-offset:.2em}.astra-page__content a:focus-visible,.astra-page__content summary:focus-visible{outline:2px solid currentColor;outline-offset:4px}.astra-page__content nav{display:flex;flex-wrap:wrap;gap:.5rem}@media(max-width:600px){.astra-contact-form__fields{grid-template-columns:1fr}}.astra-predictive-results__label,.astra-predictive-results__empty{margin:0 0 var(--space-md);font-size:var(--text-xs);letter-spacing:var(--tracking-label);text-transform:uppercase;color:var(--color-text-secondary)}.astra-predictive-results__list{list-style:none;padding:0;margin:0;display:grid;gap:var(--space-sm)}.astra-predictive-results__list [role=option].is-active,.astra-predictive-results__list [role=option][aria-selected=true]{outline:1px solid var(--color-foreground);outline-offset:2px}.astra-predictive-results__item{display:grid;grid-template-columns:4.5rem minmax(0,1fr);gap:var(--space-md);align-items:center;color:var(--color-foreground);text-decoration:none!important;padding:var(--space-2xs)}.astra-predictive-results__item:hover .astra-predictive-results__title{text-decoration:underline;text-underline-offset:.15em}.astra-predictive-results__media{aspect-ratio:1;background:var(--color-secondary-bg);overflow:hidden;border-radius:var(--radius-sm)}.astra-predictive-results__image,.astra-predictive-results__placeholder{width:100%;height:100%;object-fit:cover;display:block}.astra-predictive-results__content{display:grid;gap:var(--space-2xs);min-width:0}.astra-predictive-results__title{font-size:var(--text-sm);font-weight:500;line-height:var(--leading-tight)}.astra-predictive-results__price{font-size:var(--text-xs);color:var(--color-text-secondary)}.astra-predictive-results__price .astra-price{font-size:inherit}.astra-predictive-results__view-all{display:inline-flex;margin-top:var(--space-md);font-size:var(--text-sm);color:var(--color-foreground);text-underline-offset:.15em}.astra-predictive-loading{margin:0;font-size:var(--text-sm);color:var(--color-text-secondary)}.astra-details{display:block;padding-block:var(--details-pad);margin-block:var(--details-margin);background:var(--color-background);color:var(--color-foreground)}.astra-details [hidden]{display:none!important}.astra-details__tabs{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:0 var(--details-gap, 2rem);border-bottom:1px solid var(--color-border-soft);margin:0 auto 2rem;max-width:76ch}.astra-details__tabs button{color:var(--color-text-secondary);background:transparent;border:0;border-bottom:2px solid transparent;margin-bottom:-1px;padding:.875rem .15rem;font:inherit;font-size:.8125rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;min-height:48px;transition:color var(--transition-fast),border-color var(--transition-fast)}.astra-details__tabs button:hover{color:var(--color-foreground)}.astra-details__tabs button[aria-selected=true]{color:var(--color-foreground);border-bottom-color:currentColor}.astra-details__tabs button[hidden]{display:none!important}.astra-details [data-detail-panel]{padding:var(--detail-pad);margin-block:var(--detail-margin);background:var(--detail-bg, transparent);color:var(--detail-ink, inherit)}.astra-details details{border-bottom:1px solid var(--color-border-soft)}.astra-details summary{font-size:1rem;font-weight:500;letter-spacing:.04em;padding:1rem 0;cursor:pointer;list-style:none}.astra-details summary::-webkit-details-marker{display:none}.astra-details__content{font-size:1rem;line-height:1.7;max-width:76ch;padding:.75rem 0 1.5rem;overflow-wrap:anywhere}.astra-details__content img{max-width:100%;height:auto}.astra-details__content table{display:block;max-width:100%;overflow-x:auto}.astra-details__content ul{padding-left:1.25rem}.astra-details.is-tabbed details{border:0}.astra-details.is-tabbed summary{display:none}.astra-details.is-tabbed .astra-details__content{margin-inline:auto;padding-top:0}.astra-details.is-tabbed [data-detail-panel]:not([hidden]){animation:astraDetailsFade .25s ease}@keyframes astraDetailsFade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.astra-details.is-tabbed [data-detail-panel]:not([hidden]){animation:none}}.astra-details button:focus-visible,.astra-details summary:focus-visible{outline:2px solid currentColor;outline-offset:3px}.astra-recommendations{display:block;padding:var(--recommendations-pad, 48px) 1.25rem;margin-block:var(--recommendations-margin, 0);background:var(--recommendations-bg, var(--color-background));color:var(--recommendations-ink, var(--color-foreground))}@media(min-width:768px){.astra-recommendations{padding-inline:2.5rem}}.astra-recommendations[hidden]{display:none}.astra-recommendations[data-loaded=false]{padding-block:0;min-height:1px;margin-block:0}.astra-recommendations__inner{max-width:1400px;margin:0 auto}.astra-recommendations__header{display:flex;justify-content:space-between;gap:2rem;align-items:end;margin-bottom:2rem}.astra-recommendations__eyebrow{display:block;margin-bottom:.75rem;font-size:.625rem;letter-spacing:.2em;text-transform:uppercase;color:color-mix(in srgb,var(--color-foreground) 75%,transparent)}.astra-recommendations__title{margin:0;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:300;letter-spacing:-.02em}.astra-recommendations__grid{display:grid;grid-template-columns:repeat(var(--recommendations-columns-mobile, 2),minmax(0,1fr));gap:var(--recommendations-gap, 24px)}@media(min-width:990px){.astra-recommendations__grid{grid-template-columns:repeat(var(--recommendations-columns, 4),minmax(0,1fr))}}.astra-product{padding:var(--product-pad-y, var(--space-xl)) 0 calc(var(--product-pad-y, var(--space-xl)) + var(--space-lg))}.astra-product .astra-breadcrumb{display:flex;flex-wrap:wrap;gap:var(--space-2xs);align-items:center;margin-bottom:var(--space-lg);font-size:var(--text-xs);color:var(--color-text-secondary)}.astra-product .astra-breadcrumb a{color:inherit;text-decoration:none!important}.astra-product .astra-breadcrumb a:hover{color:var(--color-foreground)}.astra-product .astra-breadcrumb__sep{opacity:.5}.astra-product__inner{display:grid;grid-template-columns:1fr;gap:var(--space-xl)}@media(min-width:990px){.astra-product__inner{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:var(--space-3xl);align-items:start}}.astra-product__gallery{padding:var(--gallery-pad, 0px);margin-block:var(--gallery-margin, 0px);background:var(--color-background);color:var(--color-foreground);min-width:0;position:relative}@media(min-width:990px){.astra-product__gallery{position:sticky;top:calc(var(--astra-header-height, 5rem) + 1rem)}}.astra-product--no-gallery .astra-product__inner{grid-template-columns:minmax(0,740px);justify-content:center}@media(min-width:990px){.astra-product--gallery-right .astra-product__gallery{grid-column:2;grid-row:1}.astra-product--gallery-right .astra-product__info{grid-column:1;grid-row:1}.astra-product--gallery-right:not(.astra-product--no-gallery) .astra-product__inner{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)}}.astra-product__media-list{position:relative;overflow:hidden;background:var(--color-secondary-bg);outline:none}.astra-product__media-list:focus-visible{box-shadow:0 0 0 2px var(--color-background),0 0 0 4px var(--color-foreground)}.astra-product__media{display:none;aspect-ratio:var(--product-media-ratio, 1 / 1)}.astra-product__media.is-active{display:block}.astra-product__media:has([data-astra-zoom-open])>img{cursor:zoom-in}.astra-product__media-img,.astra-product__media-video,.astra-product__media model-viewer,.astra-product__media-placeholder{width:100%;height:100%;object-fit:cover;display:block}.astra-product__thumbnails{display:flex;flex-wrap:wrap;gap:var(--space-xs);margin-top:var(--space-md)}.astra-product__thumb{width:4.5rem;height:4.5rem;padding:0;border:1px solid var(--color-border-soft);background:none;cursor:pointer;overflow:hidden;border-radius:var(--radius-sm)}.astra-product__thumb.is-active,.astra-product__thumb[aria-pressed=true]{border-color:var(--color-foreground)}.astra-product__thumb:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px}.astra-product__thumb img{width:100%;height:100%;object-fit:cover;display:block}.astra-product__badges{display:flex;flex-wrap:wrap;gap:var(--space-xs);margin-bottom:var(--space-sm)}.astra-product__vendor{margin:0 0 var(--space-2xs);font-size:var(--text-xs);letter-spacing:var(--tracking-label);text-transform:uppercase;color:var(--color-text-secondary)}.astra-product__title{margin:0;font-family:var(--font-heading--family);font-size:clamp(1.5rem,2.5vw,2rem);line-height:var(--leading-tight);font-weight:500}.astra-product__price{margin-top:var(--space-md)}.astra-product__tax-note{display:block;margin-top:var(--space-2xs);font-size:var(--text-xs);color:var(--color-text-secondary)}.astra-product__stock{margin:var(--space-sm) 0 0;font-size:var(--text-sm);color:var(--color-success, #1f7a4d)}.astra-product__sku{margin:var(--space-xs) 0 0;font-size:var(--text-xs);color:color-mix(in srgb,var(--color-foreground) 75%,transparent)}.astra-product__form{margin-top:var(--space-lg)}.astra-product__variants{display:grid;gap:var(--space-md);margin-bottom:var(--space-md)}.astra-product__option{border:0;padding:0;margin:0}.astra-product__option-label{display:block;margin-bottom:var(--space-xs);font-size:var(--text-xs);font-weight:600;letter-spacing:var(--tracking-label);text-transform:uppercase}.astra-product__option-values{display:flex;flex-wrap:wrap;gap:var(--space-xs)}.astra-product__option-value{min-width:2.75rem;padding:.55rem .9rem;font-size:var(--text-sm);border:1px solid var(--color-border-medium);background:transparent;cursor:pointer;border-radius:var(--style-border-radius-inputs);transition:border-color var(--transition-fast)}.astra-product__option-value.is-active,.astra-product__option-value[aria-pressed=true]{border-color:var(--color-foreground);border-width:2px;padding:calc(.55rem - 1px) calc(.9rem - 1px)}.astra-product__option-value.is-unavailable{opacity:.35;text-decoration:line-through}.astra-product__option-value:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px}.astra-product__wishlist{display:inline-flex;align-items:center;gap:var(--space-xs);margin:var(--space-md) 0}.astra-product__wishlist-label{font-size:var(--text-sm)}.astra-wishlist-btn--pdp{width:2.5rem;height:2.5rem;background:var(--color-secondary-bg);box-shadow:none}.astra-product__actions{display:flex;gap:var(--space-sm);align-items:stretch}.astra-product__qty{display:inline-flex;align-items:center;border:1px solid var(--color-border-medium);border-radius:var(--style-border-radius-inputs)}.astra-product__qty-btn{width:2.5rem;height:2.75rem;background:none;border:0;cursor:pointer;font-size:var(--text-md)}.astra-product__qty-btn:focus-visible{outline:2px solid var(--color-foreground);outline-offset:-2px}.astra-product__qty-input{width:2.75rem;height:2.75rem;text-align:center;border:0;background:transparent;font-size:var(--text-sm);-moz-appearance:textfield}.astra-product__qty-input::-webkit-outer-spin-button,.astra-product__qty-input::-webkit-inner-spin-button{-webkit-appearance:none}.astra-product__atc{flex:1}.astra-product__atc.is-loading,.astra-product__atc.is-success{pointer-events:none}.astra-product__dynamic-checkout,shopify-payment-terms{display:block;margin-top:var(--space-md)}.astra-product__pickup{margin-top:var(--space-md);font-size:var(--text-sm)}.astra-product__follow-shop{margin-top:var(--space-lg)}.astra-product__trust{list-style:none;margin:var(--space-xl) 0 0;padding:0;display:grid;gap:var(--space-sm)}.astra-product__trust-item{display:flex;align-items:center;gap:var(--space-xs);font-size:var(--text-sm);color:var(--color-text-secondary)}.astra-product__accordions{margin-top:var(--space-2xl);border-top:1px solid var(--color-border-soft)}.astra-product__accordion{border-bottom:1px solid var(--color-border-soft)}.astra-product__accordion summary{padding:var(--space-md) 0;font-size:var(--text-sm);font-weight:600;letter-spacing:var(--tracking-label);text-transform:uppercase;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:var(--space-md)}.astra-product__accordion summary::-webkit-details-marker{display:none}.astra-product__accordion summary:after{content:"+";font-size:1.25rem;font-weight:300}.astra-product__accordion[open] summary:after{content:"\2212"}.astra-product__accordion-content{padding-bottom:var(--space-lg);font-size:var(--text-sm);line-height:var(--leading-normal);color:var(--color-text-secondary)}.astra-product__app-block{margin-top:var(--space-lg)}.astra-product__sticky{--sticky-content-width: min( calc(var(--page-width) - var(--page-margin) * 2), calc(100% - var(--page-margin) * 2) );--sticky-content-margin: minmax(var(--page-margin), 1fr);position:fixed;left:0;right:0;bottom:var(--product-bottom-offset, 0px);z-index:calc(var(--z-header, 30) - 1);display:grid;grid-template-columns:var(--sticky-content-margin) var(--sticky-content-width) var(--sticky-content-margin);padding:var(--space-sm) 0;padding-bottom:calc(var(--space-sm) + env(safe-area-inset-bottom,0px));background:color-mix(in srgb,var(--color-background) 92%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--color-border-soft);transform:translateY(110%);transition:transform var(--transition-base);pointer-events:none}.astra-product__sticky.is-visible{transform:translateY(0);pointer-events:auto}.astra-product__sticky-inner{grid-column:2;width:100%;min-width:0;max-width:none;margin:0;padding-inline:max(2.5rem,var(--page-margin));box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:var(--space-md)}.astra-product__sticky-title{margin:0;font-size:var(--text-sm);font-weight:500;line-height:1.2}.astra-product__sticky-price{margin:.15rem 0 0;font-size:var(--text-xs);color:var(--color-text-secondary)}@media(min-width:990px){.astra-product__sticky:not(.astra-product__sticky--desktop){display:none!important}}@media(prefers-reduced-motion:reduce){.astra-product__sticky{transition:none}}.astra-product{margin-block:var(--product-margin, 0);background:var(--color-background);color:var(--color-foreground)}.astra-product__info{display:grid;gap:var(--product-gap, 16px);min-width:0}.astra-product__block{padding:var(--block-pad);margin-block:var(--block-margin);background:var(--block-bg);color:var(--block-ink);min-width:0}.astra-product__block:empty{display:none}.astra-product__service{display:flex;gap:1rem;padding-block:.5rem}.astra-product__service h2{font-size:1rem;margin:0 0 .25rem;font-weight:500}.astra-product__service .rte{font-size:.875rem}.astra-product__payments{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;padding:0}.astra-product__payments svg{width:38px;height:24px}.astra-product__title{font-family:var(--product-heading-family, var(--font-heading--family));font-size:clamp(1.6rem,2.3vw,2.25rem);line-height:1.2;font-weight:400;text-wrap:balance}.astra-product__price .astra-price{font-size:1.375rem;font-variant-numeric:tabular-nums}.astra-product__price .astra-price__compare{font-size:1rem;color:color-mix(in srgb,var(--color-foreground) 75%,transparent)}.astra-product__dynamic-checkout .shopify-payment-button__button--unbranded,.astra-product__dynamic-checkout .shopify-payment-button__button--unbranded:hover:not([disabled]){background:var(--color-foreground);color:var(--color-background)}.astra-product__stock,.astra-product__sku,.astra-product__tax-note{font-size:.8125rem}.astra-product__option-label{text-transform:none;letter-spacing:.015em;font-size:.875rem;font-weight:500}.astra-product__option-value{font-size:.9375rem}.astra-product__option-value.is-unavailable{opacity:.65}.astra-product__block .astra-product__form,.astra-product__block .astra-product__price,.astra-product__block .astra-product__trust{margin-top:0}.astra-product__block .astra-product__variants{margin-bottom:0}.astra-product__block .astra-product__wishlist{margin-block:0}.astra-product__checkout-hint{font-size:.8125rem;margin:.75rem 0 0}.astra-product__subtotal{margin:0 0 .75rem;font-size:.9375rem;font-variant-numeric:tabular-nums}.astra-product__atc{min-height:50px}.astra-product__zoom-trigger,.astra-product__gallery-controls button,.astra-product__option-value{transition:background-color .18s ease,border-color .18s ease}@media(prefers-reduced-motion:reduce){.astra-product *,.astra-product *:before,.astra-product *:after{transition:none!important;scroll-behavior:auto!important}}.astra-product [hidden]{display:none!important}.astra-product__media{position:relative}.astra-product__gallery--static{position:relative;top:auto}.astra-product__zoom-trigger{position:absolute;right:1rem;bottom:1rem;width:44px;height:44px;display:grid;place-items:center;border:1px solid var(--color-border-soft);background:var(--color-background);color:var(--color-foreground);cursor:zoom-in}.astra-product__gallery-controls{display:flex;justify-content:space-between;align-items:center;margin-top:.75rem;font-size:.75rem;font-variant-numeric:tabular-nums}.astra-product__gallery-controls button{width:44px;height:44px;background:transparent;border:1px solid var(--color-border-soft);color:inherit;cursor:pointer}.astra-product__gallery-controls button:hover,.astra-product__zoom-trigger:hover{background:var(--color-secondary-bg)}.astra-product__message{padding:.75rem 0;font-size:var(--text-sm)}.astra-product__thumbnails{flex-wrap:nowrap;overflow-x:auto;padding:3px;scroll-snap-type:x mandatory}.astra-product__thumb{flex:0 0 4.5rem;scroll-snap-align:start}.astra-product button:focus-visible{outline:2px solid var(--color-foreground);outline-offset:3px}.astra-search{padding:var(--search-pad-y, var(--space-xl)) 0 calc(var(--search-pad-y, var(--space-xl)) + var(--space-lg))}.astra-search .astra-breadcrumb{display:flex;flex-wrap:wrap;gap:var(--space-2xs);align-items:center;margin-bottom:var(--space-lg);font-size:var(--text-xs);color:var(--color-text-secondary)}.astra-search .astra-breadcrumb a{color:inherit;text-decoration:none!important}.astra-search .astra-breadcrumb a:hover{color:var(--color-foreground)}.astra-search .astra-breadcrumb__sep{opacity:.5}.astra-search__header{margin-bottom:var(--space-lg);text-align:center}.astra-search__form{display:flex;gap:var(--space-sm);flex-wrap:wrap;max-width:40rem;margin:0 auto var(--space-xl)}.astra-search__input{flex:1 1 16rem;min-height:2.75rem;padding:var(--space-sm) var(--space-md);border:1px solid var(--color-border-medium);background:var(--color-background);font-size:var(--text-md);border-radius:var(--style-border-radius-inputs);outline:none}.astra-search__input:focus-visible{border-color:var(--color-foreground);box-shadow:0 0 0 1px var(--color-foreground)}.astra-search__tabs{display:flex;flex-wrap:wrap;gap:var(--space-xs);justify-content:center;margin-bottom:var(--space-lg)}.astra-search__tab{padding:.4rem .85rem;border:1px solid var(--color-border-soft);border-radius:var(--radius-full);font-size:var(--text-xs);letter-spacing:var(--tracking-label);text-transform:uppercase;text-decoration:none!important;color:var(--color-text-secondary)}.astra-search__tab.is-active,.astra-search__tab[aria-current=page]{color:var(--color-background);background:var(--color-foreground);border-color:var(--color-foreground)}.astra-search__tab:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px}.astra-search__meta{margin:0 0 var(--space-lg);color:var(--color-text-secondary);font-size:var(--text-sm);text-align:center}.astra-search__idle,.astra-search__empty{text-align:center;color:var(--color-text-secondary);padding:var(--space-2xl) 0}.astra-search__empty{display:grid;gap:var(--space-md);justify-items:center}.astra-search__empty p,.astra-search__idle{margin:0}.astra-search__grid{gap:var(--space-lg)}.astra-search__item{display:grid;gap:var(--space-sm);align-content:start}.astra-search__item-media{display:block;aspect-ratio:1;overflow:hidden;background:var(--color-secondary-bg);border-radius:var(--radius-sm)}.astra-search__item-image,.astra-search__item-placeholder{width:100%;height:100%;object-fit:cover;display:block}.astra-search__item-type{margin:0;font-size:var(--text-xs);letter-spacing:var(--tracking-label);text-transform:uppercase;color:var(--color-text-muted)}.astra-search__item-title{margin:0;font-size:var(--text-md);font-weight:500;line-height:var(--leading-tight)}.astra-search__item-title a{color:var(--color-foreground);text-decoration:none!important}.astra-search__item-excerpt{margin:0;font-size:var(--text-sm);color:var(--color-text-secondary);line-height:var(--leading-normal)}.astra-search__pagination{margin-top:var(--space-2xl);display:flex;justify-content:center;flex-wrap:wrap;gap:var(--space-2xs)}.astra-search__pagination a,.astra-search__pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;height:2.25rem;padding:0 var(--space-sm);border:1px solid var(--color-border-soft);border-radius:var(--radius-sm);text-decoration:none!important;font-size:var(--text-sm);color:var(--color-foreground)}.astra-search__pagination .current{background:var(--color-foreground);color:var(--color-background);border-color:var(--color-foreground)}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.astra-product-card{position:relative;background:var(--color-background);border-radius:var(--radius-md);padding:0}.astra-product-card__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.astra-product-card__media{position:relative;overflow:hidden;aspect-ratio:var(--card-media-ratio, 3 / 4);background:var(--color-secondary-bg);border-radius:var(--radius-md)}.astra-product-card__skeleton{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(110deg,var(--color-secondary-bg) 25%,color-mix(in srgb,var(--color-background) 70%,var(--color-secondary-bg)) 45%,var(--color-secondary-bg) 65%);background-size:200% 100%;animation:astraCardShimmer 1.4s ease infinite}.astra-product-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;opacity:0;transition:opacity var(--transition-slow)}.astra-product-card__img.is-loaded,.astra-product-card__img--placeholder{opacity:1}.astra-product-card__img--hover{opacity:0;z-index:1}.astra-product-card__img--hover.is-loaded{opacity:0}@media(hover:hover)and (pointer:fine){.astra-product-card:hover .astra-product-card__img--hover.is-loaded{opacity:1}}@media(prefers-reduced-motion:reduce){.astra-product-card__skeleton{animation:none}.astra-product-card__img,.astra-product-card__quick-add{transition:none}.astra-product-card:hover .astra-product-card__img--hover.is-loaded{opacity:0}}.astra-product-card__wishlist{position:absolute;top:var(--space-sm);right:var(--space-sm);z-index:4}.astra-product-card__wishlist .astra-wishlist-btn:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px}.astra-product-card__badges{position:absolute;top:var(--space-sm);left:var(--space-sm);display:flex;flex-direction:column;gap:var(--space-2xs);z-index:3;pointer-events:none}.astra-product-card__quick-add{position:absolute;bottom:0;left:0;right:0;padding:var(--space-sm);z-index:4;display:flex;justify-content:center}@media(hover:hover)and (pointer:fine){.astra-product-card__quick-add{opacity:0;transform:translateY(8px);transition:opacity var(--transition-base),transform var(--transition-base)}.astra-product-card:hover .astra-product-card__quick-add,.astra-product-card:focus-within .astra-product-card__quick-add{opacity:1;transform:translateY(0)}}.astra-product-card__form{width:100%;display:flex;justify-content:center}.astra-product-card__add-btn{width:100%;max-width:14rem;position:relative;z-index:4}.astra-product-card__add-btn:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px}.astra-product-card__add-btn.is-loading,.astra-product-card__add-btn.is-success{pointer-events:none}.astra-product-card__add-btn.is-loading{opacity:.85}.astra-product-card__add-btn.is-success{background:var(--color-foreground);color:var(--color-background)}.astra-product-card__info{padding:var(--space-sm) var(--space-2xs) 0;position:relative;z-index:1}.astra-product-card__vendor{margin:0 0 var(--space-2xs);font-size:var(--text-xs);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:var(--tracking-label)}.astra-product-card__swatches{display:flex;align-items:center;gap:.375rem;margin-bottom:var(--space-xs);position:relative;z-index:1}.astra-product-card__swatch{width:.75rem;height:.75rem;border-radius:var(--radius-full);border:1px solid var(--color-border-medium);background:var(--swatch, var(--color-secondary-bg));display:inline-block}.astra-product-card__swatch.is-active{border-color:var(--color-foreground);box-shadow:0 0 0 1px var(--color-background),0 0 0 2px var(--color-foreground)}.astra-product-card__swatch-more{font-size:var(--text-xs);color:var(--color-text-secondary);line-height:1}.astra-product-card__title{margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden}.astra-product-card__title a{text-decoration:none!important;position:relative;z-index:3}.astra-product-card__title a:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px}.astra-product-card__price{margin-top:var(--space-2xs)}.astra-product-card__unit-price{margin-top:var(--space-2xs);position:relative;z-index:1}.astra-product-card__rating{margin-top:var(--space-2xs);min-height:1.125rem}.astra-product-card__media:has(.astra-product-card__img.is-loaded) .astra-product-card__skeleton,.astra-product-card__media:has(.astra-product-card__img--placeholder) .astra-product-card__skeleton{opacity:0;transition:opacity var(--transition-fast)}@keyframes astraCardShimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.chinzuan-brand{display:inline-flex;align-items:center;gap:.625rem;min-width:0;max-width:100%}.chinzuan-brand__image{display:block;flex-shrink:0}.chinzuan-brand__image img{display:block;width:auto;height:var(--brand-logo-size, 40px);max-width:200px;object-fit:contain}.chinzuan-brand--theme .chinzuan-brand__image img{max-width:min(220px,48vw)}.chinzuan-brand__name{font-family:var(--font-heading--family);font-size:.9rem;line-height:1.3;letter-spacing:.08em}.chinzuan-brand--original .chinzuan-brand__image{position:relative;width:calc(var(--brand-logo-size, 52px) * 64 / 52);height:var(--brand-logo-size, 52px);overflow:hidden}.chinzuan-brand--original .chinzuan-brand__image img{position:absolute;width:calc(var(--brand-logo-size, 52px) * 160 / 52);height:calc(var(--brand-logo-size, 52px) * 160 / 52);max-width:none;left:calc(var(--brand-logo-size, 52px) * -48 / 52);top:calc(var(--brand-logo-size, 52px) * -56 / 52)}.astra-header__logo .chinzuan-brand{--brand-logo-size: var(--header-logo-height-mobile, 40px)}@media(min-width:1024px){.astra-header__logo .chinzuan-brand{--brand-logo-size: var(--header-logo-height, 48px)}}@media(max-width:1023px){.astra-header__logo .chinzuan-brand{gap:.375rem}.astra-header__logo .chinzuan-brand__name{font-size:.6875rem;letter-spacing:.04em;max-width:6rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media(max-width:340px){.astra-header__logo .chinzuan-brand__name{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}.no-js .astra-product__variants,.js .astra-product__option-fallback{display:none}.astra-product__option-fallback{display:grid;gap:1rem}.astra-product__option-link{display:inline-flex;align-items:center;min-height:44px;padding:.5rem .75rem;border:1px solid var(--color-border-medium);color:inherit;text-underline-offset:.2em}.astra-product__option-link[aria-current]{border-color:currentColor;font-weight:600}.astra-product__option{display:grid;gap:.5rem;margin:0 0 1rem;padding:0;border:0}.astra-product__option-label{font-size:.875rem;padding:0}.astra-product__option select,.astra-product__ring-size select{width:100%;min-height:48px;background:transparent;color:inherit;border:1px solid var(--color-border-medium);padding:.75rem;font:inherit}.astra-product__option-value{display:inline-flex;align-items:center;gap:.5rem;min-height:44px}.astra-product__swatch{display:inline-block;width:24px;height:24px;border-radius:50%;background:var(--swatch-color);box-shadow:inset 0 0 0 1px #0000001f}.astra-product-property{display:grid;gap:.5rem}.astra-product-property label{font-size:.875rem}.astra-product-property input,.astra-product-property select{width:100%;min-height:48px;padding:.75rem;border:1px solid var(--color-border-medium);color:inherit;background:transparent;font:inherit}.astra-product-property input:focus-visible,.astra-product-property select:focus-visible{outline:2px solid currentColor;outline-offset:2px}.astra-product-share{display:block;margin-top:.75rem}.astra-product-share__title{margin:0 0 .5rem;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.astra-product-share__content{display:grid;gap:.5rem}.astra-product-share__copy{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.35rem}.astra-product-share input{width:100%;min-width:0;min-height:2.25rem;padding:.35rem .5rem;border:1px solid var(--color-border-medium);background:transparent;font:inherit;font-size:.75rem;color:var(--color-foreground)}.astra-product-share button{min-height:2.25rem;padding:.35rem .75rem;border:0;background:var(--color-foreground);color:var(--color-background);font:inherit;font-size:.75rem;letter-spacing:.04em;cursor:pointer;white-space:nowrap}.astra-product-share__status:empty{display:none}.astra-product-share__status{margin:0;font-size:.75rem;color:var(--color-text-secondary)}.astra-product-share__links{display:flex;flex-wrap:wrap;gap:.35rem .85rem;margin:.15rem 0 0;padding:0;list-style:none}.astra-product-share__links a{display:inline-flex;align-items:center;min-height:1.75rem;font-size:.75rem;color:var(--color-text-secondary);text-decoration:underline;text-underline-offset:.15em}.astra-product-share__links a:hover{color:var(--color-foreground)}.astra-zoom{width:96vw;max-width:1600px;height:92dvh;max-height:92dvh;border:0;padding:0;margin:auto;background:var(--color-background);color:var(--color-foreground)}.astra-zoom[open]{display:grid;grid-template-rows:auto minmax(0,1fr)}.astra-zoom::backdrop{background:#141210bf}.astra-zoom__toolbar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.25rem;padding:.5rem;border-bottom:1px solid var(--color-border-soft)}.astra-zoom__toolbar button{min-width:44px;min-height:44px;padding:.5rem;color:inherit;background:transparent;border:0;cursor:pointer}.astra-zoom__navigation{display:flex;align-items:center;font-size:.75rem;font-variant-numeric:tabular-nums}.astra-zoom__navigation[hidden]{display:none}.astra-zoom__canvas{min-height:0;overflow:auto;overscroll-behavior:contain}.astra-zoom__canvas img{display:block;width:100%;height:100%;object-fit:contain}.astra-zoom__canvas.is-zoomed img{width:200%;height:auto;max-width:none}.astra-zoom button:focus-visible,.astra-zoom__canvas:focus-visible{outline:2px solid currentColor;outline-offset:-3px}html:has(.astra-zoom[open]){overflow:hidden}@media(max-width:749px){.astra-zoom{width:100vw;max-width:none;height:100dvh;max-height:100dvh}}.store-availability{font-size:.8125rem}.store-availability__info{display:flex;align-items:center;gap:.375rem;color:var(--color-text-secondary)}.store-availability__info--available{color:var(--color-success)}.store-availability__toggle{margin-top:.5rem;background:none;border:none;font-size:.75rem;text-decoration:underline;cursor:pointer;color:var(--color-text-secondary);padding:.75rem 0;min-height:44px}.store-availability__list{margin-top:.75rem;padding:.75rem;border:1px solid var(--color-border-soft)}.store-availability__location{padding-bottom:.75rem;border-bottom:1px solid var(--color-border-soft);margin-bottom:.75rem}.store-availability__location:last-child{padding-bottom:0;border-bottom:none;margin-bottom:0}.store-availability__location strong{display:block;font-size:.8125rem}.store-availability__location p{margin:.25rem 0 0;font-size:.75rem;color:var(--color-text-secondary)}.store-availability__time{margin-top:.25rem;color:var(--color-success)}.unit-price{display:block;font-size:.75rem;color:var(--color-text-secondary);margin-top:.25rem}.unit-price__separator{margin:0 .125rem}.astra-wishlist-btn{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:0;border-radius:var(--radius-full);background:#ffffffeb;color:var(--color-foreground);cursor:pointer;box-shadow:var(--shadow-sm);transition:background var(--transition-fast),color var(--transition-fast),transform var(--transition-fast)}.astra-wishlist-btn:hover{transform:scale(1.05)}.astra-wishlist-btn.is-active{color:var(--color-sale)}.astra-wishlist-btn.is-active svg path{fill:currentColor}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
