:root{--gem-color-background:#f6f6f3;--gem-color-surface:#fff;--gem-color-text:#202223;--gem-color-muted:#6b7280;--gem-color-accent:#008060;--gem-color-accent-text:#fff;--gem-color-border:#d2d5d8;--gem-color-success:#008060;--gem-color-warning:#b7791f;--gem-color-danger:#d72c0d;--gem-font-body:Inter, system-ui, sans-serif;--gem-font-heading:Inter, system-ui, sans-serif;--gem-font-mono:ui-monospace, SFMono-Regular, Menlo, monospace;--gem-space-xs:calc(4px * var(--gem-style-space,1));--gem-space-sm:calc(8px * var(--gem-style-space,1));--gem-space-md:calc(16px * var(--gem-style-space,1));--gem-space-lg:calc(24px * var(--gem-style-space,1));--gem-space-xl:calc(32px * var(--gem-style-space,1));--gem-space-2xl:calc(48px * var(--gem-style-space,1));--gem-space-3xl:calc(64px * var(--gem-style-space,1));--gem-radius-sm:calc(4px * var(--gem-style-radius,1));--gem-radius-md:calc(8px * var(--gem-style-radius,1));--gem-radius-lg:calc(16px * var(--gem-style-radius,1));--gem-radius-pill:calc(999px * var(--gem-style-radius,1));--gem-border-subtle:calc(1px * var(--gem-style-border,1)) solid var(--gem-color-border);--gem-border-strong:calc(1px * var(--gem-style-border,1)) solid color-mix(in srgb, var(--gem-color-text) 28%, transparent);--gem-shadow-sm:0 1px 2px #00000014;--gem-shadow-md:0 8px 24px #0000001a;--gem-motion-duration:.16s;--gem-motion-easing:ease;--gem-layout-page:1180px;--gem-layout-gutter:32px;--gem-layout-section:64px;--gem-component-header-height:72px;--gem-component-card-padding:16px;--gem-component-button-padding-inline:18px;--gem-component-button-padding-block:12px;--gem-component-input-height:44px;--gem-morphology-campaign-density:balanced;--gem-morphology-media-rhythm:standard;--gem-morphology-proof-intensity:standard;--gem-morphology-commerce-emphasis:balanced;--gem-morphology-policy-tone:standard}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;-moz-text-size-adjust:100%;text-size-adjust:100%}body{font-family:var(--gem-font-body);font-size:calc(1rem * var(--gem-typography-body-scale,1));color:var(--gem-color-text);background:var(--gem-color-background);-webkit-font-smoothing:antialiased;margin:0;line-height:1.5}main{display:block}img,picture,video,canvas,svg{max-width:100%;display:block}button,input,textarea,select{font:inherit}button,[type=button],[type=submit]{cursor:pointer}a{color:inherit}:focus-visible{outline:2px solid var(--gem-color-accent);outline-offset:3px}.gem-skip-to-content-link:focus{z-index:100;padding:var(--gem-space-sm) var(--gem-space-md);border-radius:var(--gem-radius-md);background:var(--gem-color-accent);color:var(--gem-color-accent-text);position:fixed;inset-block-start:var(--gem-space-sm);inset-inline-start:var(--gem-space-sm);clip:auto!important;white-space:normal!important;width:auto!important;height:auto!important}.gem-container{width:min(var(--gem-layout-page,1180px), calc(100% - var(--gem-layout-gutter,32px)));margin-inline:auto}.gem-stack{gap:var(--gem-space-md);display:grid}.gem-cluster{align-items:center;gap:var(--gem-space-sm);flex-wrap:wrap;display:flex}.gem-grid{column-gap:var(--gem-grid-column-gap,var(--gem-space-md));row-gap:var(--gem-grid-row-gap,var(--gem-space-md));grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid}.gem-button{appearance:none;cursor:pointer;min-height:var(--gem-component-input-height,44px);border:0;border:var(--gem-button-border-width,1px) solid var(--gem-color-border);border-radius:var(--gem-radius-md);padding:var(--gem-component-button-padding-block,12px) var(--gem-component-button-padding-inline,18px);transition:background var(--gem-motion-duration,.16s) var(--gem-motion-easing,ease), color var(--gem-motion-duration,.16s) var(--gem-motion-easing,ease);justify-content:center;align-items:center;font-weight:700;text-decoration:none;display:inline-flex}.gem-button:disabled,.gem-button[aria-disabled=true]{cursor:not-allowed;opacity:.55}.gem-input:disabled,.gem-select:disabled,.gem-textarea:disabled,.gem-quantity-input__button:disabled{cursor:not-allowed;opacity:.6;background:color-mix(in srgb, var(--gem-color-text) 6%, var(--gem-color-surface))}.gem-button--primary{border-color:var(--gem-color-accent);background:var(--gem-color-accent);color:var(--gem-color-accent-text,var(--gem-color-surface))}.gem-button--secondary{background:var(--gem-color-surface);color:var(--gem-color-text)}.gem-button--soft{background:color-mix(in srgb, var(--gem-color-accent) 12%, var(--gem-color-surface));color:var(--gem-color-text)}.gem-card{border:var(--gem-border-subtle,1px solid var(--gem-color-border));border-radius:var(--gem-card-radius,var(--gem-radius-md));background:var(--gem-card-background,var(--gem-color-surface));padding:var(--gem-component-card-padding,var(--gem-space-md));box-shadow:var(--gem-shadow-sm,none);text-align:var(--gem-card-text-alignment,left)}.gem-card>:first-child{margin-top:0}.gem-card>:last-child{margin-bottom:0}.gem-media{border:var(--gem-media-border-width,0) solid color-mix(in srgb, var(--gem-color-text) 12%, transparent);border-radius:var(--gem-media-radius,var(--gem-radius-md));background:color-mix(in srgb, var(--gem-color-text) 8%, var(--gem-color-background));box-shadow:0 8px 24px rgb(0 0 0/var(--gem-media-shadow-opacity,0));display:block;overflow:hidden}.gem-media>img,.gem-media>video{object-fit:cover;width:100%;height:100%;display:block}.gem-badge{border:var(--gem-border-subtle,1px solid var(--gem-color-border));border-radius:var(--gem-radius-pill,999px);padding:var(--gem-space-xs) var(--gem-space-sm);align-items:center;font-size:.8125rem;font-weight:650;display:inline-flex}.gem-accordion{gap:var(--gem-space-sm);display:grid}.gem-accordion details{border:var(--gem-border-subtle,1px solid var(--gem-color-border));border-radius:var(--gem-radius-md);background:var(--gem-color-surface);overflow:hidden}.gem-accordion summary{cursor:pointer;padding:var(--gem-space-md);font-weight:650}.gem-divider{border:0;border-top:var(--gem-border-subtle,1px solid var(--gem-color-border));margin-block:var(--gem-space-lg)}.gem-form-field{gap:var(--gem-space-xs);display:grid}.gem-input,.gem-select,.gem-textarea{width:100%;min-height:var(--gem-component-input-height,44px);border:var(--gem-input-border-width,1px) solid var(--gem-color-border);border-radius:var(--gem-input-radius,var(--gem-radius-md));background:var(--gem-color-surface);color:var(--gem-color-text);padding:0 var(--gem-space-md)}.gem-textarea{min-height:calc(var(--gem-component-input-height,44px) * 2);padding-block:var(--gem-space-sm);resize:vertical}.gem-checkbox{inline-size:var(--gem-space-lg);block-size:var(--gem-space-lg);accent-color:var(--gem-color-accent)}.gem-submit{cursor:pointer}.gem-newsletter-form{gap:var(--gem-space-sm);flex-wrap:wrap;align-items:end;display:flex}.gem-newsletter-form .gem-form-field{flex:16rem}.gem-heading{font-family:var(--gem-font-heading);color:var(--gem-color-text);margin:0}.gem-text{color:var(--gem-color-muted,color-mix(in srgb, var(--gem-color-text) 72%, transparent));margin:0;line-height:1.6}.gem-richtext{color:var(--gem-color-muted,color-mix(in srgb, var(--gem-color-text) 72%, transparent));line-height:1.6}.gem-icon{inline-size:var(--gem-space-lg);block-size:var(--gem-space-lg);color:var(--gem-color-accent);justify-content:center;align-items:center;display:inline-flex}.gem-icon-list{gap:var(--gem-space-sm);margin:0;padding:0;list-style:none;display:grid}.gem-icon-list__item{gap:var(--gem-space-sm);grid-template-columns:auto minmax(0,1fr);align-items:start;display:grid}.gem-video{aspect-ratio:16/9;border-radius:var(--gem-radius-md);background:color-mix(in srgb, var(--gem-color-text) 8%, var(--gem-color-background));border:0;inline-size:100%;display:block}.gem-marquee{border-block:var(--gem-border-subtle,1px solid var(--gem-color-border));overflow:hidden}.gem-marquee__track{gap:var(--gem-space-lg);min-width:max-content;display:flex}.gem-carousel{gap:var(--gem-space-md);display:grid}.gem-carousel__viewport{scroll-snap-type:x mandatory;scrollbar-width:none;overflow-x:auto}.gem-carousel__viewport::-webkit-scrollbar{display:none}.gem-carousel__track{gap:var(--gem-space-md);grid-auto-columns:minmax(min(20rem,84vw),1fr);grid-auto-flow:column;display:grid}.gem-carousel__slide{scroll-snap-align:start}.gem-carousel__controls{gap:var(--gem-space-sm);flex-wrap:wrap;justify-content:flex-end;align-items:center;display:flex}.gem-price{gap:var(--gem-space-xs);color:var(--gem-color-text);flex-wrap:wrap;align-items:baseline;font-weight:750;display:flex}.gem-price--on-sale .gem-price__regular{color:var(--gem-color-accent)}.gem-price__compare{color:var(--gem-color-muted,color-mix(in srgb, var(--gem-color-text) 60%, transparent));font-weight:500}.gem-price__unit{color:var(--gem-color-muted,color-mix(in srgb, var(--gem-color-text) 60%, transparent));flex-basis:100%;font-size:.8125rem;font-weight:500}.gem-rating,.gem-proof{color:var(--gem-color-muted,color-mix(in srgb, var(--gem-color-text) 72%, transparent))}.gem-product-card{gap:var(--gem-space-sm);color:var(--gem-color-text);grid-template-rows:auto minmax(0,1fr);display:grid}.gem-product-card--sold-out{opacity:.78}.gem-product-card__media{aspect-ratio:1;position:relative}.gem-product-card__media.card__media{position:relative;inset:auto}.gem-product-card__media .gem-product-card__badges{z-index:1;position:absolute;inset-block-start:var(--gem-space-sm);inset-inline-start:var(--gem-space-sm)}.gem-product-card__placeholder{min-height:100%;color:var(--gem-color-muted,color-mix(in srgb, var(--gem-color-text) 64%, transparent));place-items:center;display:grid}.gem-product-card__content{gap:var(--gem-space-xs);grid-template-rows:auto auto minmax(0,1fr) auto;display:grid}.gem-product-card__title{font-family:var(--gem-font-heading);margin:0;font-weight:650}.gem-product-card__title a,.gem-product-card-grid__title-link{color:inherit;text-decoration:none}.gem-product-card__title a:hover,.gem-product-card-grid__title-link:hover{text-underline-offset:.18em;text-decoration:underline}.gem-product-card__price{gap:var(--gem-space-xs);flex-wrap:wrap;align-items:baseline;display:flex}.gem-product-card__badges,.gem-product-card__quick-actions{gap:var(--gem-space-xs);flex-wrap:wrap;align-items:center;display:flex}.gem-product-card__quick-actions{align-self:end}.gem-product-card__quick-actions .gem-button{min-width:min(100%,8rem)}.gem-product-card__secondary-image{opacity:0;transition:opacity var(--gem-motion-duration,.16s) var(--gem-motion-easing,ease);position:absolute;inset:0}.gem-product-card:hover .gem-product-card__secondary-image{opacity:1}.gem-product-card__vendor,.gem-product-card__rating{color:var(--gem-color-muted,color-mix(in srgb, var(--gem-color-text) 72%, transparent));margin:0;font-size:.8125rem}.gem-product-card__swatches{gap:var(--gem-space-xs);flex-wrap:wrap;display:flex}.gem-product-media-gallery__thumb[aria-current=true],.gem-product-media-gallery__thumb[data-gem-media-active=true]{border-color:var(--gem-color-accent);box-shadow:0 0 0 2px color-mix(in srgb, var(--gem-color-accent) 28%, transparent)}.gem-product-media-gallery__thumb{cursor:pointer}.gem-product-meta{gap:var(--gem-space-xs) var(--gem-space-md);color:var(--gem-color-muted,color-mix(in srgb, var(--gem-color-text) 72%, transparent));flex-wrap:wrap;font-size:.875rem;display:flex}.gem-product-meta__item{gap:var(--gem-space-xs);align-items:baseline;display:inline-flex}.gem-product-meta__label{color:var(--gem-color-text);font-weight:650}.gem-product-meta__value{color:inherit}.gem-product-main__summary{gap:var(--gem-space-md);max-width:48rem;display:grid}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__inner{align-items:start;gap:var(--gem-space-xl);grid-template-columns:minmax(0,1fr) minmax(22rem,.72fr);display:grid}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__summary{top:calc(var(--gem-component-header-height,72px) + var(--gem-space-md));position:sticky}.gem-product-main__media{min-width:0}.gem-product-main__caption{color:var(--gem-color-muted,color-mix(in srgb, var(--gem-color-text) 72%, transparent));margin:0}.gem-product-main__collapsible{border-block-start:var(--gem-border-subtle,1px solid var(--gem-color-border));padding-block:var(--gem-space-md)}.gem-product-main__collapsible:last-of-type{border-block-end:var(--gem-border-subtle,1px solid var(--gem-color-border))}.gem-product-main__collapsible summary{cursor:pointer;font-weight:650}.gem-product-main__price{gap:var(--gem-space-sm);flex-wrap:wrap;align-items:baseline;font-size:1.25rem;display:flex}.gem-product-main__price s{color:var(--gem-color-muted);font-weight:500}.gem-product-main__availability{margin:0;font-weight:650}.gem-product-main__availability--in-stock{color:var(--gem-color-success)}.gem-product-main__availability--sold-out{color:var(--gem-color-error,#b42318)}.gem-product-main__variant-fallback{border:0;flex-wrap:wrap;gap:.8rem;max-width:36rem;margin:0;padding:0;display:flex}.gem-product-main__variant-fallback legend{width:100%;margin:0 0 .3rem;padding:0;font-size:1.4rem;line-height:1.8}.gem-product-main__variant-pill{border:1px solid #121212bf;border-radius:999px;justify-content:center;align-items:center;min-width:9.2rem;min-height:3.6rem;padding:.8rem 1.8rem;font-size:1.3rem;line-height:1;display:inline-flex}.gem-product-main__variant-pill--selected{color:#fff;background:#121212;border-color:#121212}.gem-product-main__variant-pill--disabled{color:#1212128c;text-decoration:line-through}.gem-product-main__form,.gem-buy-buttons{gap:var(--gem-space-md);max-width:32rem;display:grid}.gem-buy-buttons__variant,.gem-buy-buttons__quantity{gap:var(--gem-space-xs);display:grid}.gem-buy-buttons__submit{width:100%}.gem-buy-buttons__variant-status{color:var(--gem-color-muted,color-mix(in srgb, var(--gem-color-text) 72%, transparent));margin:0;font-size:.875rem}.gem-buy-buttons__error{color:var(--gem-color-error,#b42318)}.gem-product-main__assurance{gap:var(--gem-space-xs);max-width:32rem;padding:var(--gem-space-md);border:var(--gem-border-subtle,1px solid var(--gem-color-border));border-radius:var(--gem-radius-md);background:var(--gem-color-surface);display:grid}.gem-product-main__assurance-item{gap:.125rem;margin:0;display:grid}.gem-product-main__assurance-item strong{font-size:.9375rem}.gem-product-main__assurance-item span{color:var(--gem-color-muted,color-mix(in srgb, var(--gem-color-text) 70%, transparent));font-size:.875rem}.gem-product-main__share{color:var(--gem-color-text);text-underline-offset:.25em;justify-self:start;font-weight:650}.gem-product-main__quantity{max-width:10rem}.gem-product-main__submit{width:100%}.gem-variant-picker{gap:var(--gem-space-sm);display:grid}.gem-swatch{border:var(--gem-variant-pill-border-width,1px) solid var(--gem-color-border);border-radius:var(--gem-variant-pill-radius,var(--gem-radius-pill,999px));background:var(--gem-color-surface);block-size:2rem;inline-size:2rem}.gem-quantity-selector{grid-template-columns:var(--gem-component-input-height,44px) minmax(3rem, 1fr) var(--gem-component-input-height,44px);min-height:var(--gem-component-input-height,44px);border:var(--gem-input-border-width,1px) solid var(--gem-color-border);border-radius:var(--gem-radius-md);display:inline-grid;overflow:hidden}.gem-quantity-input{grid-template-columns:var(--gem-component-input-height,44px) minmax(3rem, 1fr) var(--gem-component-input-height,44px);width:min(100%,10rem);min-height:var(--gem-component-input-height,44px);border:var(--gem-input-border-width,1px) solid var(--gem-color-border);border-radius:var(--gem-radius-md);display:inline-grid;overflow:hidden}.gem-quantity-input__button,.gem-quantity-input__field{background:var(--gem-color-surface);min-width:0;color:var(--gem-color-text);text-align:center;border:0}.gem-quantity-input__button{font-weight:750}.gem-cart-main__form,.gem-cart-main__items,.gem-cart-footer__inner,.gem-cart-footer__blocks{gap:var(--gem-space-md);display:grid}.gem-cart-footer__inner{justify-items:end}.gem-cart-footer__note,.gem-cart-footer__blocks{inline-size:min(100%,36rem)}.gem-cart-footer__subtotal,.gem-cart-footer__buttons{gap:var(--gem-space-sm);justify-items:stretch;display:grid}.gem-cart-footer__total-label,.gem-cart-footer__total-value{margin:0}.gem-cart-footer__total-value{font-size:1.25rem;font-weight:760}.gem-cart-footer__tax-note{color:var(--gem-color-muted,color-mix(in srgb, var(--gem-color-text) 64%, transparent))}.gem-cart-line-item{gap:var(--gem-space-md);grid-template-columns:minmax(5rem,7rem) minmax(0,1fr) auto auto;align-items:start;display:grid}.gem-cart-line-item__title,.gem-cart-line-item__remove{color:inherit}.gem-cart-line-item__details{gap:var(--gem-space-xs);display:grid}.gem-cart-line-item__media{aspect-ratio:1;min-block-size:5rem}.gem-cart-line-item__meta,.gem-cart-line-item__price{color:var(--gem-color-muted,color-mix(in srgb, var(--gem-color-text) 68%, transparent))}.gem-main-login .gem-section__inner,.gem-main-register .gem-section__inner,.gem-main-activate-account .gem-section__inner,.gem-main-reset-password .gem-section__inner{max-width:min(100%,44rem)}.gem-main-login form,.gem-main-register form,.gem-main-activate-account form,.gem-main-reset-password form{gap:var(--gem-space-md)}.gem-main-addresses form{align-self:start}.gem-rich-text__content{justify-items:center;gap:var(--gem-space-md);text-align:center;max-width:72rem;margin-inline:auto;display:grid}.gem-rich-text[data-gem-rich-text-alignment=left] .gem-rich-text__content{text-align:left;justify-items:start}.gem-rich-text[data-gem-rich-text-alignment=right] .gem-rich-text__content{text-align:right;justify-items:end}.gem-rich-text__blocks{gap:var(--gem-space-md);width:100%;display:grid}.gem-customer-card,.gem-customer-address,.gem-customer-order-status,.gem-customer-order-address{gap:var(--gem-space-xs);display:grid}.gem-customer-card a,.gem-customer-address a{color:inherit;text-underline-offset:.18em}.gem-customer-order-history{gap:var(--gem-space-sm);display:grid}.gem-customer-order-history h2{font-family:var(--gem-font-heading);margin:0;font-size:clamp(1.25rem,2vw,1.75rem)}.gem-customer-order-link{gap:var(--gem-space-sm);color:inherit;grid-template-columns:minmax(0,1fr) auto;align-items:center;text-decoration:none;display:grid}.gem-customer-order-link:hover strong{text-underline-offset:.18em;text-decoration:underline}.gem-customer-order-line{grid-template-columns:minmax(0,1fr) auto}.gem-customer-order-total{justify-self:end;margin:0;font-weight:750}.gem-pagination{gap:var(--gem-space-sm);flex-wrap:wrap;justify-content:center;align-items:center;display:flex}.gem-pagination a,.gem-pagination span{border:var(--gem-border-subtle,1px solid var(--gem-color-border));border-radius:var(--gem-radius-md);padding:var(--gem-space-sm) var(--gem-space-md);text-decoration:none}.gem-pagination [aria-current=page],.gem-state-active{border-color:var(--gem-color-accent);background:var(--gem-color-accent);color:var(--gem-color-accent-text,var(--gem-color-surface))}.gem-state-empty,.gem-state-loading,.gem-state-error,.gem-state-success{border:var(--gem-border-subtle,1px solid var(--gem-color-border));border-radius:var(--gem-radius-md);background:var(--gem-color-surface);padding:var(--gem-space-md)}.gem-state-empty,.gem-state-loading{color:var(--gem-color-muted,color-mix(in srgb, var(--gem-color-text) 68%, transparent))}.gem-state-error{border-color:color-mix(in srgb, var(--gem-color-error,#b42318) 42%, var(--gem-color-border));color:var(--gem-color-error,#b42318);background:color-mix(in srgb, var(--gem-color-error,#b42318) 7%, var(--gem-color-surface))}.gem-state-success{border-color:color-mix(in srgb, var(--gem-color-success,#027a48) 42%, var(--gem-color-border));color:var(--gem-color-success,#027a48);background:color-mix(in srgb, var(--gem-color-success,#027a48) 7%, var(--gem-color-surface))}.gem-state-loading{align-items:center;gap:var(--gem-space-sm);display:inline-flex}.gem-state-loading:before{content:"";border:2px solid;border-right-color:#0000;border-radius:999px;block-size:1rem;inline-size:1rem;animation:.8s linear infinite gem-spin}@keyframes gem-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.gem-state-loading:before{animation:none}}.gem-sticky-atc{z-index:30;border-top:var(--gem-border-subtle,1px solid var(--gem-color-border));background:var(--gem-color-surface);padding:var(--gem-space-sm) var(--gem-space-md);transition:transform .16s,opacity .16s;position:sticky;inset-block-end:0}.gem-sticky-atc[data-gem-sticky-atc-state=hidden]{opacity:0;pointer-events:none;transform:translateY(100%)}.gem-sticky-atc[data-gem-sticky-atc-state=visible]{opacity:1;transform:translateY(0)}.gem-reveal,[data-gem-reveal]{transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1),filter .6s cubic-bezier(.16,1,.3,1)}[data-gem-reveal][data-gem-reveal-state=ready]{opacity:0;transform:translateY(24px)}[data-gem-reveal][data-gem-reveal-state=in]{opacity:1;filter:none;transform:none}[data-gem-reveal=fade][data-gem-reveal-state=ready]{opacity:0;transform:none}[data-gem-reveal=rise][data-gem-reveal-state=ready]{opacity:0;transform:translateY(24px)}[data-gem-reveal=zoom][data-gem-reveal-state=ready]{opacity:0;transform:scale(.94)}[data-gem-reveal=blur][data-gem-reveal-state=ready]{opacity:0;filter:blur(10px);transform:none}@media (prefers-reduced-motion:reduce){[data-gem-reveal]{transition:none;opacity:1!important;filter:none!important;transform:none!important}}.gem-promo-banner,.gem-promo-tile{border:var(--gem-border-subtle,1px solid var(--gem-color-border));border-radius:var(--gem-radius-md);background:var(--gem-color-surface);padding:var(--gem-space-md)}.gem-promo-banner{justify-content:space-between;gap:var(--gem-space-sm);flex-wrap:wrap;display:flex}.gem-trust-list,.gem-breadcrumbs,.gem-filter-bar{gap:var(--gem-space-sm);flex-wrap:wrap;align-items:center;display:flex}.gem-filter-bar .gem-select{width:auto;min-width:min(18rem,100%);margin-left:auto}.gem-collection-filter-toolbar__form{align-items:end;gap:var(--gem-space-sm);flex-wrap:wrap;display:flex}.gem-collection-filter-toolbar__filters,.gem-collection-filter-toolbar__sort,.gem-collection-filter-toolbar__filter{gap:var(--gem-space-xs);display:grid}.gem-collection-filter-toolbar__filters{align-content:start}.gem-collection-filter-toolbar__filters>summary{list-style:none}.gem-collection-filter-toolbar__filters>summary::-webkit-details-marker{display:none}.gem-collection-filter-toolbar__filters[open]{gap:var(--gem-space-sm)}.gem-collection-filter-toolbar__sort{margin-left:auto}.gem-collection-filter-toolbar__select{min-height:var(--gem-component-input-height,44px);border:var(--gem-border-subtle,1px solid var(--gem-color-border));border-radius:var(--gem-radius-md);background:var(--gem-color-surface);min-width:min(16rem,100%);color:var(--gem-color-text);padding-inline:var(--gem-space-md)}.gem-collection-filter-toolbar__active{align-items:center;gap:var(--gem-space-xs);flex-wrap:wrap;display:flex}.gem-collection-filter-toolbar__active:empty{display:none}.gem-collection-filter-toolbar__active-filter{text-decoration:none}.gem-collection-filter-toolbar__clear{color:var(--gem-color-muted,color-mix(in srgb, var(--gem-color-text) 72%, transparent));font-size:.875rem}.gem-tabs{gap:var(--gem-space-md);display:grid}.gem-drawer,.gem-modal{background:var(--gem-color-surface);color:var(--gem-color-text);border:var(--gem-border-subtle,1px solid var(--gem-color-border));box-shadow:var(--gem-shadow-md,none)}.gem-modal[aria-hidden=true]{display:none}.gem-modal[open]{gap:var(--gem-space-sm);padding:var(--gem-space-md);display:grid}.gem-copy-code,.gem-delivery-date,.gem-stock-indicator,.gem-popup{color:var(--gem-color-text);background:var(--gem-color-surface);border:var(--gem-border-subtle,1px solid var(--gem-color-border));border-radius:var(--gem-radius-md)}.gem-copy-code,.gem-delivery-date,.gem-stock-indicator{align-items:center;gap:var(--gem-space-sm);padding:var(--gem-space-sm) var(--gem-space-md);display:inline-flex}.gem-popup{box-shadow:var(--gem-shadow-md,none);padding:var(--gem-space-lg)}.gem-back-to-top{z-index:20;position:fixed;inset-block-end:var(--gem-space-lg);inset-inline-end:var(--gem-space-lg)}.gem-content-shell{max-width:72ch}.gem-content-shell .gem-section__heading{max-width:12ch}.gem-content-header{gap:var(--gem-space-sm);display:grid}.gem-content-body{max-width:72ch}.gem-content-body>*+*{margin-top:var(--gem-space-md)}.gem-content-body h2,.gem-content-body h3{font-family:var(--gem-font-heading);margin-bottom:0;line-height:1.15}.gem-content-body ul,.gem-content-body ol{padding-inline-start:var(--gem-space-lg)}.gem-content-body a{color:var(--gem-color-accent);text-underline-offset:.18em}.gem-main-page .gem-content-shell,.gem-contact-form{gap:var(--gem-space-lg);display:grid}.gem-contact-form__form{gap:var(--gem-space-md)}.gem-contact-form__form .gem-button{justify-self:start}.gem-email-signup-banner .gem-content-shell{justify-items:center;gap:var(--gem-space-md);text-align:center;margin-inline:auto;display:grid}.gem-email-signup-banner .gem-newsletter-form{justify-content:center;width:min(100%,44rem)}.gem-gift-card{min-block-size:100vh;padding:var(--gem-space-lg);place-items:center;display:grid}.gem-gift-card__main{justify-items:center;gap:var(--gem-space-md);text-align:center;display:grid}.gem-gift-card__code{letter-spacing:.08em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:clamp(1.25rem,4vw,2rem)}.gem-gift-card__actions{justify-content:center;gap:var(--gem-space-sm);flex-wrap:wrap;display:flex}.gem-blog-grid{gap:var(--gem-space-md);grid-template-columns:repeat(auto-fit,minmax(min(18rem,100%),1fr));display:grid}.gem-article-card{gap:var(--gem-space-sm);color:var(--gem-color-text);grid-template-rows:auto minmax(0,1fr);display:grid}.gem-article-card>a{color:inherit;text-decoration:none}.gem-article-card__media{aspect-ratio:16/10}.gem-article-card__content{gap:var(--gem-space-xs);display:grid}.gem-article-card__meta{color:var(--gem-color-muted,color-mix(in srgb, var(--gem-color-text) 72%, transparent));font-size:.875rem}.gem-article-card__title{font-family:var(--gem-font-heading);margin:0}.gem-article-card__title a{color:inherit;text-decoration:none}.gem-article-card__title a:hover{text-underline-offset:.18em;text-decoration:underline}.gem-search-form{gap:var(--gem-space-sm);grid-template-columns:minmax(0,1fr) auto;align-items:end;max-width:48rem;display:grid}.gem-search-form [data-gem-predictive-search-results]{grid-column:1/-1}.gem-search-results-meta{color:var(--gem-color-muted,color-mix(in srgb, var(--gem-color-text) 72%, transparent));margin:0}.gem-search-result-card{gap:var(--gem-space-xs);color:var(--gem-color-text);text-decoration:none;display:grid}.gem-search-result-card span{color:var(--gem-color-muted,color-mix(in srgb, var(--gem-color-text) 72%, transparent));font-size:.875rem;display:block}.gem-search-result-card:hover strong{text-underline-offset:.18em;text-decoration:underline}.gem-article-card__excerpt{color:var(--gem-color-muted,color-mix(in srgb, var(--gem-color-text) 72%, transparent));margin:0}.gem-not-found{max-width:42rem}.gem-u-hidden{display:none!important}.gem-u-visually-hidden{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;width:1px!important;height:1px!important;position:absolute!important;overflow:hidden!important}.gem-u-center{text-align:center}.gem-u-muted{color:var(--gem-color-muted,color-mix(in srgb, var(--gem-color-text) 72%, transparent))}.gem-u-surface{background:var(--gem-color-surface);color:var(--gem-color-text)}.gem-u-accent{color:var(--gem-color-accent)}.gem-u-stack-sm{gap:var(--gem-space-sm)}.gem-u-stack-md{gap:var(--gem-space-md)}.gem-u-stack-lg{gap:var(--gem-space-lg)}.gem-u-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.gem-u-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.gem-u-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:760px){.gem-cart-line-item{grid-template-columns:minmax(4rem,5rem) minmax(0,1fr)}.gem-cart-line-item__quantity,.gem-cart-line-item__price{grid-column:2}.gem-customer-order-link,.gem-customer-order-line{grid-template-columns:minmax(0,1fr)}.gem-customer-order-total{justify-self:start}.gem-search-form{grid-template-columns:minmax(0,1fr)}.gem-filter-bar,.gem-collection-filter-toolbar__form{align-items:stretch;display:grid}.gem-filter-bar .gem-select,.gem-collection-filter-toolbar__sort,.gem-collection-filter-toolbar__select,.gem-collection-filter-toolbar__submit{width:100%;margin-left:0}.gem-collection-filter-toolbar__filters{border:var(--gem-border-subtle,1px solid var(--gem-color-border));border-radius:var(--gem-radius-md);background:var(--gem-color-surface);padding:var(--gem-space-sm)}.gem-collection-filter-toolbar__filters>summary{width:100%}.gem-collection-filter-toolbar__filters[open]{padding-bottom:var(--gem-space-md)}.gem-collection-filter-toolbar__active{align-items:stretch}.gem-collection-filter-toolbar__active-filter,.gem-collection-filter-toolbar__clear{align-items:center;min-height:2.25rem}}.page-width{max-width:var(--page-width,var(--gem-layout-page,1200px));margin:0 auto;padding:0 1.5rem}@media screen and (min-width:750px){.page-width{padding:0 5rem}}.list-unstyled{margin:0;padding:0;list-style:none}.link,.link--text{color:inherit;text-decoration:none}.focus-inset:focus-visible{outline:.2rem solid rgba(var(--color-foreground,18 18 18), .5);outline-offset:.3rem}.h2,.h5,.inline-richtext{font-family:var(--gem-font-heading)}.h2{font-size:2rem;line-height:1.15}.h5{font-size:1.2rem;line-height:1.3}.utility-bar{border-bottom:.1rem solid rgba(var(--color-foreground,18 18 18), .08);background:var(--gem-color-surface)}.utility-bar__grid{grid-template-columns:1fr;align-items:center;min-height:3.8rem;display:grid}.utility-bar__grid--2-col,.utility-bar__grid--3-col{grid-template-columns:1fr auto}.announcement-bar{color:var(--gem-color-text);text-align:center}.announcement-bar__message{letter-spacing:0;justify-content:center;align-items:center;min-height:3.8rem;margin:0;padding:1rem 0;display:flex}.announcement-bar__link{width:100%;display:block}.header-wrapper{background:var(--gem-color-background);z-index:3;display:block;position:relative}.header-wrapper--border-bottom{border-bottom:.1rem solid rgba(var(--color-foreground,18 18 18), .08)}sticky-header.header-wrapper{position:sticky;top:0}.header{grid-template-columns:auto 1fr auto;grid-template-areas:"heading navigation icons";align-items:center;column-gap:2rem;padding-top:20px;padding-bottom:20px;display:grid}.header--middle-left{grid-template-areas:"heading navigation icons"}.header--middle-center{grid-template-columns:1fr auto 1fr;grid-template-areas:"navigation heading icons"}.header__heading-link,.gem-shell-header__logo{grid-area:heading;justify-self:start;line-height:1}.header__heading-logo-wrapper{max-width:100%;display:inline-block}.header__heading-logo{max-width:100%;height:auto}.header .gem-shell-header__nav{grid-area:navigation;justify-content:flex-start}.header .gem-shell-header__actions{grid-area:icons;justify-content:flex-end}.header__icon,.gem-shell-header__action{color:inherit;justify-content:center;align-items:center;min-width:4.4rem;min-height:4.4rem;padding:0 .8rem;text-decoration:none;display:inline-flex}.cart-count-bubble,.gem-shell-header__cart-count{background:rgb(var(--color-button,18 18 18));min-width:1.7rem;height:1.7rem;color:rgb(var(--color-button-text,255 255 255));border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;display:inline-flex}.menu-drawer-container,.gem-shell-header__drawer{display:flex}.drawer-menu .gem-shell-header__nav{display:none}.footer{border-top:.1rem solid rgba(var(--color-foreground,18 18 18), .08);background:var(--gem-color-background)}.footer__content-top,.gem-shell-footer__inner{padding-bottom:5rem}.footer__blocks-wrapper{gap:3rem;display:grid}@media screen and (min-width:750px){.footer__blocks-wrapper.grid--4-col-tablet{grid-template-columns:repeat(4,minmax(0,1fr))}}.footer-block__heading{margin:0 0 2rem;font-size:1.6rem}.footer-block__details-content{color:rgba(var(--color-foreground,18 18 18), .75);gap:1rem;display:grid}.footer-block__details-content .list-menu__item--link{padding:0}.footer-block--newsletter{flex-wrap:wrap;justify-content:space-between;gap:3rem;margin-top:3rem;display:flex}.newsletter-form__field-wrapper,.field{position:relative}.field__input,.field input,.gem-input{border-radius:var(--inputs-radius,0);min-height:4.5rem}.footer__content-bottom{border-top:.1rem solid rgba(var(--color-foreground,18 18 18), .08);padding-top:3rem}.footer__content-bottom-wrapper{justify-content:space-between;gap:1.5rem;width:100%;display:flex}.footer__copyright,.copyright__content,.policies{font-size:1.1rem}.policies{gap:1.5rem;margin:0;padding:0;list-style:none;display:inline-flex}.gem-shell-header,.gem-shell-footer{color:var(--gem-color-text);background:var(--gem-color-surface);border-color:var(--gem-color-border)}.gem-shell-header{border-bottom:var(--gem-border-subtle,1px solid var(--gem-color-border));min-height:var(--gem-component-header-height,72px);z-index:20}.gem-shell-header--sticky{position:sticky;top:0}.gem-shell-header--editorial{background:color-mix(in srgb, var(--gem-color-surface) 88%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.gem-shell-header--overlay.gem-shell-header--transparent-start{background:color-mix(in srgb, var(--gem-color-text) 18%, transparent);color:var(--gem-color-surface);border-bottom-color:color-mix(in srgb, var(--gem-color-surface) 24%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.gem-shell-header--overlay .gem-shell-header__actions .gem-shell-header__action--cart{color:var(--gem-color-surface)}.gem-shell-header--scroll-background[data-gem-header-contrast-state=solid]{background:var(--gem-color-surface);color:var(--gem-color-text)}.gem-shell-header--search-led,.gem-shell-header--mega-menu{box-shadow:var(--gem-shadow-sm,none)}.gem-shell-header--split-nav .gem-shell-header__inner{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)}.gem-shell-header--split-nav .gem-shell-header__logo{grid-column:2}.gem-shell-header--split-nav .gem-shell-header__nav{grid-area:1/1;justify-content:flex-start}.gem-shell-header--split-nav .gem-shell-header__actions{grid-area:1/3;justify-content:flex-end}.gem-shell-header--marketplace{--gem-component-header-height:80px}.gem-shell-header--promo-stack .gem-shell-header__announcement,.gem-shell-header__utility{font-size:.8125rem}.gem-shell-header__announcement{background:var(--gem-color-accent);color:var(--gem-color-accent-text,var(--gem-color-surface));padding:var(--gem-space-sm) var(--gem-space-md);text-align:center;font-size:.875rem;font-weight:650}.gem-shell-header__utility{justify-content:space-between;align-items:center;gap:var(--gem-space-md);width:min(var(--gem-layout-page,1180px), calc(100% - var(--gem-layout-gutter,32px)));padding-block:var(--gem-space-xs);color:var(--gem-color-muted,color-mix(in srgb, var(--gem-color-text) 72%, transparent));margin-inline:auto;display:flex}.gem-shell-header__utility nav{gap:var(--gem-space-md);display:flex}.gem-shell-header__inner,.gem-shell-footer__inner{width:min(var(--gem-layout-page,1180px), calc(100% - var(--gem-layout-gutter,32px)));margin-inline:auto}.gem-shell-header__inner{min-height:var(--gem-component-header-height,72px);align-items:center;gap:var(--gem-space-md);grid-template-columns:auto minmax(0,1fr) auto;display:grid}.gem-shell-header__logo{color:inherit;font-family:var(--gem-font-heading);font-weight:750;text-decoration:none}.gem-shell-header__drawer{display:none}.gem-shell-header__drawer-toggle{border:var(--gem-border-subtle,1px solid var(--gem-color-border));border-radius:var(--gem-radius-md);padding:var(--gem-space-sm) var(--gem-space-md);cursor:pointer;font-weight:700;list-style:none}.gem-shell-header__drawer-toggle::-webkit-details-marker{display:none}.gem-shell-header__drawer-panel{inset-inline:0;border-top:var(--gem-border-subtle,1px solid var(--gem-color-border));border-bottom:var(--gem-border-subtle,1px solid var(--gem-color-border));background:var(--gem-color-surface);padding:var(--gem-space-md);box-shadow:var(--gem-shadow-md,none);position:absolute;top:100%}.gem-shell-header__drawer-nav,.gem-shell-header__drawer-actions{gap:var(--gem-space-sm);display:grid}.gem-shell-header__drawer-actions{margin-top:var(--gem-space-md);padding-top:var(--gem-space-md);border-top:var(--gem-border-subtle,1px solid var(--gem-color-border))}.gem-shell-header__nav,.gem-shell-header__actions{align-items:center;gap:var(--gem-space-md);display:flex}.gem-shell-header__nav--editorial{font-family:var(--gem-font-heading);justify-content:center}.gem-shell-header__nav--mega{font-weight:650}.gem-shell-header__nav a,.gem-shell-header__actions a,.gem-shell-footer a{color:inherit;text-decoration:none}.gem-shell-header__action--search,.gem-shell-header__action--cart{border:var(--gem-border-subtle,1px solid var(--gem-color-border));border-radius:var(--gem-radius-md);padding:var(--gem-space-sm) var(--gem-space-md)}.gem-shell-header__actions .gem-shell-header__action--cart{background:var(--gem-color-accent);color:var(--gem-color-accent-text,var(--gem-color-surface));white-space:nowrap}.gem-shell-header__actions .gem-shell-header__action--cart *{color:inherit}.gem-shell-header__cart-count{border-radius:var(--gem-radius-pill,999px);background:color-mix(in srgb, currentColor 14%, transparent);justify-content:center;align-items:center;min-block-size:1.5em;min-inline-size:1.5em;font-size:.8125rem;display:inline-flex}.gem-shell-header__mega,.gem-shell-header__departments,.gem-shell-header__promo-stack,.gem-shell-header__quicklinks,.gem-shell-header__trust-signal,.gem-shell-header__editorial-note,.gem-shell-header__search{width:min(var(--gem-layout-page,1180px), calc(100% - var(--gem-layout-gutter,32px)));border-top:var(--gem-border-subtle,1px solid var(--gem-color-border));margin-inline:auto}.gem-shell-header__mega,.gem-shell-header__departments,.gem-shell-header__promo-stack,.gem-shell-header__quicklinks{gap:var(--gem-space-md);padding-block:var(--gem-space-md);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.gem-shell-header__departments{grid-template-columns:repeat(4,minmax(0,1fr))}.gem-shell-header__promo-stack{grid-template-columns:2fr repeat(2,minmax(0,1fr))}.gem-shell-header__quicklinks{grid-template-columns:repeat(auto-fit,minmax(130px,1fr))}.gem-shell-header__trust-signal{padding-block:var(--gem-space-sm);color:var(--gem-color-muted,color-mix(in srgb, var(--gem-color-text) 72%, transparent));font-size:.875rem}.gem-shell-header__mega a,.gem-shell-header__mega span,.gem-shell-header__departments a,.gem-shell-header__departments span,.gem-shell-header__promo-stack a,.gem-shell-header__promo-stack span,.gem-shell-header__quicklinks a{border-radius:var(--gem-radius-md);background:var(--gem-color-background);padding:var(--gem-space-md)}.gem-shell-header__search{gap:var(--gem-space-sm);padding-block:var(--gem-space-sm);display:flex}.gem-shell-header__search input{border:var(--gem-border-subtle,1px solid var(--gem-color-border));border-radius:var(--gem-radius-md);min-width:0;padding:var(--gem-space-md);flex:1}.gem-shell-header__search button{border-radius:var(--gem-radius-md);background:var(--gem-color-accent);color:var(--gem-color-accent-text,var(--gem-color-surface));padding-inline:var(--gem-space-lg);border:0;font-weight:700}.gem-shell-header__search--sticky{top:var(--gem-component-header-height,72px);z-index:19;background:var(--gem-color-surface);position:sticky}.gem-shell-header__editorial-note{padding-block:var(--gem-space-sm);text-align:center;font-family:var(--gem-font-heading);color:var(--gem-color-muted,color-mix(in srgb, var(--gem-color-text) 72%, transparent))}.gem-shell-footer{border-top:var(--gem-border-subtle,1px solid var(--gem-color-border));padding-block:var(--gem-layout-section,64px)}.gem-shell-footer__newsletter{gap:var(--gem-space-md);margin-bottom:var(--gem-space-xl);display:grid}.gem-shell-footer__newsletter form{gap:var(--gem-space-sm);flex-wrap:wrap;display:flex}.gem-shell-footer__newsletter input,.gem-shell-footer__newsletter button{border:var(--gem-border-subtle,1px solid var(--gem-color-border));border-radius:var(--gem-radius-md);padding:var(--gem-space-md);background:var(--gem-color-surface);color:var(--gem-color-text)}.gem-shell-footer__newsletter button{background:var(--gem-color-accent);color:var(--gem-color-accent-text,var(--gem-color-surface));font-weight:700}.gem-shell-footer__grid{gap:var(--gem-space-lg);grid-template-columns:repeat(auto-fit,minmax(160px,1fr));display:grid}.gem-shell-footer__grid>div,.gem-shell-footer__column{gap:var(--gem-space-sm);display:grid}.gem-shell-footer__column{align-content:start}.gem-shell-footer__column summary{cursor:pointer;align-items:center;min-height:2.75rem;font-weight:700;display:flex}.gem-shell-footer__column [data-gem-footer-accordion-panel]{gap:var(--gem-space-sm);display:grid}.gem-shell-footer__story,.gem-shell-footer__compliance,.gem-shell-footer__offer,.gem-shell-footer__support,.gem-shell-footer__community,.gem-shell-footer__markets{border:var(--gem-border-subtle,1px solid var(--gem-color-border));border-radius:var(--gem-radius-md);background:var(--gem-color-background);padding:var(--gem-space-lg);margin-bottom:var(--gem-space-xl)}.gem-shell-footer__story h2{font-family:var(--gem-font-heading);margin:0}.gem-shell-footer__compliance strong{margin-bottom:var(--gem-space-sm);display:block}.gem-shell-footer__offer{background:var(--gem-color-accent);color:var(--gem-color-accent-text,var(--gem-color-surface));font-weight:700}.gem-shell-footer--sitemap .gem-shell-footer__grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.gem-shell-footer--community .gem-shell-footer__community h2{font-family:var(--gem-font-heading);margin:0}.gem-shell-footer__trust{gap:var(--gem-space-sm);margin-top:var(--gem-space-xl);flex-wrap:wrap;display:flex}.gem-shell-footer__trust span{border:var(--gem-border-subtle,1px solid var(--gem-color-border));border-radius:var(--gem-radius-md);padding:var(--gem-space-sm) var(--gem-space-md)}.gem-shell-footer__bottom{justify-content:space-between;align-items:center;gap:var(--gem-space-md);margin-top:var(--gem-space-xl);padding-top:var(--gem-space-lg);border-top:var(--gem-border-subtle,1px solid var(--gem-color-border));flex-wrap:wrap;display:flex}.gem-shell-footer__social,.gem-shell-footer__payments{align-items:center;gap:var(--gem-space-xs);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.gem-shell-footer__social a{border:var(--gem-border-subtle,1px solid var(--gem-color-border));border-radius:var(--gem-radius-md);min-height:2.25rem;padding:var(--gem-space-xs) var(--gem-space-sm);align-items:center;display:inline-flex}.gem-shell-footer__localization{min-width:min(18rem,100%)}.gem-shell-footer__localization .gem-select{width:100%}@media (max-width:760px){.gem-shell-header{position:sticky;top:0}.gem-shell-header__inner{grid-template-columns:auto minmax(0,1fr) auto}.gem-shell-header--split-nav .gem-shell-header__inner{grid-template-columns:auto 1fr auto}.gem-shell-header--split-nav .gem-shell-header__logo,.gem-shell-header--split-nav .gem-shell-header__nav,.gem-shell-header--split-nav .gem-shell-header__actions{grid-area:auto}.gem-shell-header__drawer{order:-1;display:block}.gem-shell-header__nav{display:none}.gem-shell-header__actions{gap:var(--gem-space-xs)}.gem-shell-header__actions .gem-shell-header__action:not(.gem-shell-header__action--cart){display:none}.gem-shell-header__utility,.gem-shell-header__departments,.gem-shell-header__promo-stack,.gem-shell-header__quicklinks,.gem-shell-header__mega,.gem-u-grid-2,.gem-u-grid-3,.gem-u-grid-4{grid-template-columns:1fr}}.gem-section{color:var(--gem-color-text);background:var(--gem-color-background);padding-block:var(--gem-layout-section,var(--gem-space-3xl,64px));overflow:clip}.gem-section__inner{width:min(var(--gem-layout-page,1180px), calc(100% - var(--gem-layout-gutter,32px)));gap:var(--gem-space-lg);margin-inline:auto;display:grid}.gem-section__media{border-radius:var(--gem-radius-lg,12px);object-fit:cover;width:100%;height:auto}.gem-section__proof{gap:var(--gem-space-xs,8px);margin:0;padding:0;list-style:none;display:grid}.gem-section__proof li{padding-inline-start:1.4em;position:relative}.gem-section__proof li:before{content:"✓";color:var(--gem-color-accent,#10b981);font-weight:700;position:absolute;inset-inline-start:0}.gem-section__ctas{gap:var(--gem-space-sm,12px);flex-wrap:wrap;align-items:center;display:flex}.gem-section__ctas:empty{display:none}.gem-hero{border-radius:var(--gem-radius-lg,16px);min-height:clamp(320px,46vw,560px);display:grid;position:relative;overflow:hidden}.gem-hero__bg{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.gem-hero__overlay{align-items:center;padding:clamp(24px,5vw,72px);display:grid;position:relative}.gem-hero__overlay.has-media{color:#fff;background:linear-gradient(90deg,#0000008c,#00000026)}.gem-hero__overlay:not(.has-media){background:linear-gradient(135deg, var(--gem-color-accent,#10b981), color-mix(in srgb, var(--gem-color-accent,#10b981) 52%, #111));color:#fff}.gem-hero__overlay:not(.has-media) .gem-button{color:var(--gem-color-text,#111);background:#fff;border-color:#fff}.gem-hero__overlay:not(.has-media) .gem-section__proof li:before{color:#fff}.gem-hero__copy{gap:var(--gem-space-md,16px);max-width:620px;display:grid}.gem-hero__heading{margin:0;font-size:clamp(28px,4vw,52px);line-height:1.05}.gem-hero__body{opacity:.95;margin:0;font-size:clamp(15px,1.4vw,19px)}.gem-hero__overlay.has-media .gem-section__proof li:before{color:#fff}.gem-prose{max-width:var(--gem-prose-max,720px);text-align:center;gap:var(--gem-space-md,16px);margin-inline:auto}.gem-prose .gem-section__body{font-size:clamp(15px,1.3vw,18px);line-height:1.7}.gem-prose .gem-section__ctas{justify-content:center}.gem-section[data-gem-content-alignment=left] .gem-section__inner{justify-items:start}.gem-section[data-gem-content-alignment=left] :is(.gem-section__inner,.gem-hero-banner__copy,[class*=__content]){text-align:left}.gem-section[data-gem-content-alignment=center] .gem-section__inner{justify-items:center}.gem-section[data-gem-content-alignment=center] :is(.gem-section__inner,.gem-hero-banner__copy,[class*=__content]){text-align:center}.gem-section[data-gem-content-alignment=right] .gem-section__inner{justify-items:end}.gem-section[data-gem-content-alignment=right] :is(.gem-section__inner,.gem-hero-banner__copy,[class*=__content]){text-align:right}.gem-section[data-gem-content-alignment] .gem-section__inner>:is([class*=__grid],[class*=__media],[class*=__mosaic],[class*=__masonry],[class*=__frame],[class*=__collage],[class*=__row]){justify-self:stretch;width:100%}.gem-section[data-gem-text-position=top] .gem-hero-banner__copy{top:50px;bottom:auto}.gem-section[data-gem-text-position=center] .gem-hero-banner__copy{top:50%;bottom:auto;transform:translate(-50%,-50%)}.gem-section[data-gem-text-position=bottom] .gem-hero-banner__copy{top:auto;bottom:50px}.gem-section[data-gem-text-position=top] .gem-section__inner{align-content:start}.gem-section[data-gem-text-position=center] .gem-section__inner{align-content:center}.gem-section[data-gem-text-position=bottom] .gem-section__inner{align-content:end}.gem-section[data-gem-media-position=left] .gem-section__inner>[class*=__media]{order:-1}.gem-section[data-gem-media-position=right] .gem-section__inner>[class*=__media]{order:1}.gem-section[data-gem-content-spacing=tight] .gem-section__inner{gap:var(--gem-space-sm)}.gem-section[data-gem-content-spacing=normal] .gem-section__inner{gap:var(--gem-space-lg)}.gem-section[data-gem-content-spacing=roomy] .gem-section__inner{gap:var(--gem-space-3xl)}.gem-section[data-gem-content-width=full] .gem-section__inner{width:100%;max-width:none}.gem-section[data-gem-content-width=contained] .gem-section__inner{width:min(var(--gem-layout-page,1180px), calc(100% - var(--gem-layout-gutter,32px)));max-width:none}.gem-section[data-gem-content-width=narrow] .gem-section__inner{width:min(56rem, calc(100% - var(--gem-layout-gutter,32px)))}.gem-section[data-gem-section-height=short]{min-height:420px}.gem-section[data-gem-section-height=tall]{min-height:760px}.gem-section[data-gem-section-height=short] .gem-section__inner{min-height:420px}.gem-section[data-gem-section-height=normal] .gem-section__inner{min-height:auto}.gem-section[data-gem-section-height=tall] .gem-section__inner{min-height:760px}.gem-section[data-gem-grid-columns="2"] .gem-section__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gem-section[data-gem-grid-columns="3"] .gem-section__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gem-section[data-gem-grid-columns="4"] .gem-section__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.gem-section[data-gem-section-background=default]{--gem-section-bg:transparent;background:0 0}.gem-section[data-gem-section-background=surface]{--gem-section-bg:var(--gem-color-surface);background:var(--gem-section-bg);padding-block:var(--gem-space-xl)}.gem-section[data-gem-section-background=accent]{--gem-section-bg:var(--gem-color-accent);background:var(--gem-section-bg);color:var(--gem-color-accent-text);padding-block:var(--gem-space-xl)}.gem-section[data-gem-section-background=dark]{--gem-section-bg:var(--gem-color-text);background:var(--gem-section-bg);color:var(--gem-color-background);padding-block:var(--gem-space-xl)}.gem-section[data-gem-section-background=light]{--gem-section-bg:var(--gem-color-background);background:var(--gem-section-bg);color:var(--gem-color-text);padding-block:var(--gem-space-xl)}.gem-section[data-gem-section-background=accent] :is(.gem-section__heading,.gem-section__body,.gem-section__eyebrow),.gem-section[data-gem-section-background=dark] :is(.gem-section__heading,.gem-section__body,.gem-section__eyebrow){color:inherit}.gem-section[data-gem-divider-top],.gem-section[data-gem-divider-bottom]{position:relative}.gem-section[data-gem-divider-bottom]:after,.gem-section[data-gem-divider-top]:before{content:"";z-index:1;pointer-events:none;height:var(--gem-divider-height,48px);background:var(--gem-section-bg,transparent);position:absolute;left:0;right:0;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.gem-section[data-gem-divider-bottom]:after{top:100%}.gem-section[data-gem-divider-top]:before{bottom:100%;transform:scaleY(-1)}.gem-section[data-gem-divider-bottom=wave]:after,.gem-section[data-gem-divider-top=wave]:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0 0 H100 V3 C80 9 70 -1 50 4 C30 9 20 1 0 4 Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0 0 H100 V3 C80 9 70 -1 50 4 C30 9 20 1 0 4 Z'/%3E%3C/svg%3E")}.gem-section[data-gem-divider-bottom=slope]:after,.gem-section[data-gem-divider-top=slope]:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0 0 H100 V10 Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0 0 H100 V10 Z'/%3E%3C/svg%3E")}.gem-section[data-gem-divider-bottom=spikes]:after,.gem-section[data-gem-divider-top=spikes]:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0 0 H100 V3 L95 10 L90 3 L85 10 L80 3 L75 10 L70 3 L65 10 L60 3 L55 10 L50 3 L45 10 L40 3 L35 10 L30 3 L25 10 L20 3 L15 10 L10 3 L5 10 L0 3 Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0 0 H100 V3 L95 10 L90 3 L85 10 L80 3 L75 10 L70 3 L65 10 L60 3 L55 10 L50 3 L45 10 L40 3 L35 10 L30 3 L25 10 L20 3 L15 10 L10 3 L5 10 L0 3 Z'/%3E%3C/svg%3E")}.gem-section[data-gem-divider-bottom=arch]:after,.gem-section[data-gem-divider-top=arch]:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0 0 H100 V2 Q50 12 0 2 Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0 0 H100 V2 Q50 12 0 2 Z'/%3E%3C/svg%3E")}.gem-section[data-gem-divider-bottom=blob]:after,.gem-section[data-gem-divider-top=blob]:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0 0 H100 V4 C85 11 72 0 58 5 C44 10 30 2 16 6 C10 8 5 5 0 6 Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0 0 H100 V4 C85 11 72 0 58 5 C44 10 30 2 16 6 C10 8 5 5 0 6 Z'/%3E%3C/svg%3E")}.gem-section[data-gem-card] .gem-section__inner{border-radius:var(--gem-radius-md);padding:var(--gem-space-xl)}.gem-section[data-gem-card=outline] .gem-section__inner{border:1px solid var(--gem-color-border)}.gem-section[data-gem-card=shadow] .gem-section__inner{background:var(--gem-color-surface);box-shadow:var(--gem-shadow-md)}.gem-section[data-gem-card=filled] .gem-section__inner{background:color-mix(in srgb, currentColor 6%, transparent)}.gem-section[data-gem-price-color=accent] :is(.gem-price,.gem-price__regular,[class*=__price]){color:var(--gem-color-accent)}.gem-section[data-gem-price-color=red] :is(.gem-price,.gem-price__regular,[class*=__price]){color:#d61f1f}.gem-section[data-gem-price-color=green] :is(.gem-price,.gem-price__regular,[class*=__price]){color:#1a7f37}.gem-section[data-gem-text-weight=bold]{--gem-style-weight:1.25}.gem-section[data-gem-text-weight=bold] :is(.gem-section__heading,.gem-hero-banner__copy h1,.gem-hero-banner__copy h2){font-weight:800}.gem-section[data-gem-text-weight=light]{--gem-style-weight:.8}.gem-section[data-gem-text-weight=light] :is(.gem-section__heading,.gem-hero-banner__copy h1,.gem-hero-banner__copy h2){font-weight:350}.gem-section[data-gem-heading-color=accent] :is(.gem-section__heading,.gem-hero-banner__copy h1,.gem-hero-banner__copy h2){color:var(--gem-color-accent)}.gem-section[data-gem-heading-color=red] :is(.gem-section__heading,.gem-hero-banner__copy h1,.gem-hero-banner__copy h2){color:#d61f1f}.gem-section[data-gem-heading-color=green] :is(.gem-section__heading,.gem-hero-banner__copy h1,.gem-hero-banner__copy h2){color:#1a7f37}.gem-section[data-gem-heading-color=dark] :is(.gem-section__heading,.gem-hero-banner__copy h1,.gem-hero-banner__copy h2){color:var(--gem-color-text)}.gem-section[data-gem-eyebrow-color=accent] .gem-section__eyebrow{color:var(--gem-color-accent)}.gem-section[data-gem-eyebrow-color=red] .gem-section__eyebrow{color:#d61f1f}.gem-section[data-gem-eyebrow-color=green] .gem-section__eyebrow{color:#1a7f37}.gem-section[data-gem-eyebrow-color=dark] .gem-section__eyebrow{color:var(--gem-color-text)}.gem-section[data-gem-badge-color=accent] [class*=__badge]{color:var(--gem-color-accent)}.gem-section[data-gem-badge-color=red] [class*=__badge]{color:#d61f1f}.gem-section[data-gem-badge-color=green] [class*=__badge]{color:#1a7f37}.gem-section[data-gem-badge-color=dark] [class*=__badge]{color:var(--gem-color-text)}.gem-section__eyebrow{color:var(--gem-color-accent);font-size:.8125rem;font-weight:calc(650 * var(--gem-style-weight,1));text-transform:uppercase;margin:0}.gem-section__heading{font-family:var(--gem-font-heading);font-size:clamp(calc(2rem * var(--gem-typography-heading-scale,1)), calc(4vw * var(--gem-typography-heading-scale,1)), calc(4rem * var(--gem-typography-heading-scale,1)));margin:0;line-height:1.04}.gem-section__body{max-width:64ch;color:var(--gem-color-muted,color-mix(in srgb, var(--gem-color-text) 72%, transparent));margin:0}.gem-section__grid{column-gap:var(--gem-grid-column-gap,var(--gem-space-md));row-gap:var(--gem-grid-row-gap,var(--gem-space-md));grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid}.gem-section[data-gem-composition-mode=image-with-copy] .gem-section__inner{align-content:center}.gem-section:is([data-gem-composition-mode=slideshow],[data-gem-composition-mode=video-led]) .gem-section__inner{align-content:end;min-block-size:min(72vh,680px)}.gem-section[data-gem-composition-mode=category-grid] .gem-section__grid{grid-template-columns:repeat(auto-fit,minmax(min(180px,100%),1fr))}.gem-section[data-gem-composition-mode=split-collage] .gem-section__grid{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);align-items:stretch}.gem-section[data-gem-composition-mode=video-led]{background:color-mix(in srgb, var(--gem-color-text) 6%, var(--gem-color-background))}.gem-section:is([data-gem-product-card-mode=gallery],[data-gem-product-card-mode=editorial]) :is(.gem-product-card-grid__grid,.gem-section__grid){gap:var(--gem-space-xl)}.gem-section:is([data-gem-product-card-mode=quick-buy],[data-gem-product-card-mode=badge-heavy]) .gem-product-card{position:relative}.gem-section:is([data-gem-product-card-mode=utility],[data-gem-collection-card-mode=dense-grid]) .gem-product-card-grid__grid{gap:var(--gem-space-sm);grid-template-columns:repeat(auto-fit,minmax(min(150px,100%),1fr))}.gem-section:is([data-gem-product-card-mode=badge-heavy],[data-gem-badge-density=high]) .gem-badge{border-color:var(--gem-color-accent);color:var(--gem-color-accent)}.gem-section:is([data-gem-collection-card-mode=image-tile],[data-gem-collection-card-mode=editorial-tile],[data-gem-collection-card-mode=collage]) .gem-media{min-block-size:clamp(12rem,26vw,24rem)}.gem-section[data-gem-collection-card-mode=editorial-tile] .gem-section__grid{gap:var(--gem-space-xl)}.gem-section[data-gem-collection-card-mode=collage] .gem-section__grid{grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr))}.gem-section[data-gem-card-copy-mode=minimal] :is(.gem-product-card__vendor,.gem-product-card__description){display:none}.gem-section:is([data-gem-image-treatment=editorial-crop],[data-gem-image-treatment=poster]) .gem-media{aspect-ratio:4/5}.gem-section[data-gem-proof-mode=minimal] .gem-reviews-proof-strip__points{gap:var(--gem-space-sm)}.gem-section[data-gem-proof-mode=compliance] .gem-reviews-proof-strip__points{border:var(--gem-border-subtle,1px solid var(--gem-color-border));padding:var(--gem-space-md)}.gem-section[data-gem-proof-mode=testimonial] .gem-reviews-proof-strip__points{gap:var(--gem-space-lg);grid-template-columns:repeat(auto-fit,minmax(min(260px,100%),1fr))}.gem-section[data-gem-editorial-band-mode=gridline-story] .gem-section__inner{border-block:var(--gem-border-subtle,1px solid var(--gem-color-border));padding-block:var(--gem-space-xl)}.gem-section[data-gem-editorial-band-mode=marquee] .gem-section__heading{text-transform:uppercase}.gem-section[data-gem-editorial-band-mode=media-story] .gem-section__grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}@media (min-width:990px){#MainContent:has(.gem-product-media-gallery[data-gem-section-id=product-gallery]):has(.gem-product-main[data-gem-section-id=product-main]){gap:var(--gem-space-xl);width:min(var(--gem-layout-page,1180px), calc(100% - var(--gem-layout-gutter,32px)));padding-block:var(--gem-space-xl);grid-template-columns:minmax(0,1fr) minmax(22rem,.72fr);align-items:start;margin-inline:auto;display:grid}#MainContent:has(.gem-product-media-gallery[data-gem-section-id=product-gallery]):has(.gem-product-main[data-gem-section-id=product-main])>.gem-section{padding-block:0;overflow:visible}#MainContent:has(.gem-product-media-gallery[data-gem-section-id=product-gallery]):has(.gem-product-main[data-gem-section-id=product-main])>.gem-section>.gem-section__inner{width:100%}#MainContent:has(.gem-product-media-gallery[data-gem-section-id=product-gallery]):has(.gem-product-main[data-gem-section-id=product-main])>.gem-breadcrumbs{grid-column:1/-1}#MainContent:has(.gem-product-media-gallery[data-gem-section-id=product-gallery]):has(.gem-product-main[data-gem-section-id=product-main])>.gem-product-media-gallery{grid-column:1}#MainContent:has(.gem-product-media-gallery[data-gem-section-id=product-gallery]):has(.gem-product-main[data-gem-section-id=product-main])>.gem-product-main{top:calc(var(--gem-component-header-height,72px) + var(--gem-space-md));grid-column:2;position:sticky}#MainContent:has(.gem-product-media-gallery[data-gem-section-id=product-gallery]):has(.gem-product-main[data-gem-section-id=product-main])>.gem-section:not(.gem-breadcrumbs):not(.gem-product-media-gallery):not(.gem-product-main){padding-block:var(--gem-layout-section,var(--gem-space-3xl,64px));grid-column:1/-1}}@media (max-width:760px){.gem-section{padding-block:calc(var(--gem-layout-section,64px) * .72)}.gem-section__inner,.gem-container{width:min(100% - 32px, var(--gem-layout-page,1180px))}.gem-section__heading{font-size:clamp(1.75rem,9vw,2.75rem)}.gem-section__grid,.gem-section:is([data-gem-composition-mode=split-collage],[data-gem-editorial-band-mode=media-story]) .gem-section__grid,.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__inner{grid-template-columns:minmax(0,1fr)}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__summary{position:static}.gem-section:is([data-gem-composition-mode=slideshow],[data-gem-composition-mode=video-led]) .gem-section__inner{min-block-size:min(62vh,560px)}}:root{--gem-profile-mode:dawn-parity;--gem-layout-page:1100px;--gem-layout-gutter:32px;--gem-layout-section:52px;--gem-radius-md:0px;--gem-card-radius:0px;--gem-media-radius:0px;--gem-grid-column-gap:8px;--gem-grid-row-gap:8px}.utility-bar,.announcement-bar,.utility-bar__grid{min-height:38px}.announcement-bar__message{letter-spacing:.04em;min-height:38px;margin:0;padding-block:10px;font-size:.75rem;font-weight:400}.announcement-bar__message span{font-size:0}.announcement-bar__message span:before{content:"Free shipping available on all orders!";font-size:.75rem}.gem-shell-header .localization-wrapper{display:none!important}.gem-shell-header{background:var(--gem-color-background);border-bottom:1px solid #12121214;position:relative}.gem-shell-header__inner,.header{gap:20px;width:min(1200px,100%);max-width:1200px;min-height:84px;padding:20px 50px}.gem-shell-header__inner.header--middle-center,.header.header--middle-center,.gem-shell-header__inner.header--middle-left,.header.header--middle-left{grid-template-columns:97.5px auto 1fr;grid-template-areas:"heading navigation icons"}@media screen and (max-width:749px){.header.header--middle-left,.header.header--middle-center{grid-template-columns:1fr 2fr 1fr;grid-template-areas:"left-icons heading icons"}.header.header--middle-left header-drawer,.header.header--middle-center header-drawer{grid-area:left-icons;justify-self:start}.header.header--mobile-center .header__heading,.header.header--mobile-center .header__heading-link{text-align:center;grid-area:heading;justify-self:center}}.collage .card__inner:not(.ratio):has(.placeholder-svg){aspect-ratio:1}.gem-shell-header__logo{letter-spacing:.08em;text-align:center;white-space:nowrap;width:105px;height:37px;min-height:0;padding:7.5px;font-size:1.125rem;font-weight:400;line-height:22px;display:inline-block;overflow:hidden}.gem-shell-header__nav a,.gem-shell-header__action{background:0 0;border:0;border-radius:0;font-weight:400;text-decoration:none}.gem-shell-header__nav{gap:20px}.gem-shell-header__actions{justify-self:end;gap:0;padding-right:8px}.gem-shell-header .svg-wrapper{pointer-events:none;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.gem-shell-header .svg-wrapper>svg{width:100%;height:100%;display:block}.gem-shell-header .header__icon-close,.gem-shell-header details[open]>summary .gem-header__icon-open{display:none}.gem-shell-header details[open]>summary .header__icon-close{display:inline-flex}.gem-shell-header .header__icons{justify-content:flex-end;align-items:center;display:flex}.gem-shell-header__actions .gem-shell-header__action,.gem-shell-header .header__icon{justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;min-height:44px;padding:0;font-size:0;display:inline-flex;position:relative}.gem-shell-header__actions .gem-shell-header__action--cart{color:var(--gem-color-text);background:0 0}.gem-shell-header__actions .gem-shell-header__action--search:before,.gem-shell-header__actions .gem-shell-header__action--search:after,.gem-shell-header__actions .gem-shell-header__action--account:before,.gem-shell-header__actions .gem-shell-header__action--cart:before,.gem-shell-header__actions .gem-shell-header__action--cart:after{content:none;display:none}.gem-shell-header .cart-count-bubble,.gem-shell-header__cart-count{color:#fff;background:#121212;border-radius:100%;justify-content:center;align-items:center;min-width:1.7rem;height:1.7rem;font-size:.9rem;line-height:1;display:flex;position:absolute;bottom:.8rem;left:2.2rem}.gem-shell-header__drawer-toggle{background:0 0;border:0;padding:0;font-size:0}.gem-shell-header__drawer-toggle:before{content:none;display:none}.gem-section{padding-block:var(--gem-layout-section)}main>.gem-section:first-child{padding-top:0}.gem-hero-banner--default{text-align:center;color:#fff;place-items:stretch stretch;min-height:720px;padding:0;display:grid;position:relative;overflow:hidden}.gem-hero-banner--default .gem-hero-banner__inner{place-items:end center;width:100%;height:100%;min-height:720px;padding-bottom:0;display:grid;position:static}.gem-hero-banner--default .gem-hero-banner__media{z-index:0;position:absolute;inset:0}.gem-hero-banner--default .gem-hero-banner__media:after{content:"";background:#00000052;position:absolute;inset:0}.gem-hero-banner--default .gem-hero-banner__image,.gem-hero-banner--default .gem-hero-banner__placeholder{object-fit:cover;width:100%;height:100%;display:block}.gem-hero-banner--default .gem-hero-banner__copy{z-index:1;text-align:center;width:min(702px,100%);margin:0;padding:40px 0;display:block;position:absolute;bottom:50px;left:50%;transform:translate(-50%)}.gem-hero-banner--default .gem-section__heading{color:currentColor;margin:0;font-size:52px;line-height:67.6px}.gem-hero-banner--default .gem-section__body{color:currentColor;max-width:none;margin:10px 0 0;font-size:16px;line-height:28.8px}.gem-hero-banner--default .gem-hero-banner__copy{color:#fff;text-shadow:0 1px 3px #00000059}.gem-hero-banner--default .gem-hero-banner__copy :is(.gem-section__heading,.gem-section__body,.gem-section__eyebrow,.gem-hero-banner__proof,.gem-hero-banner__disclaimer,p){color:#fff!important}.gem-hero-banner--default .gem-hero-banner__actions{margin-top:24px}.gem-hero-banner--default .gem-hero-banner__proof{flex-wrap:wrap;justify-content:center;gap:4px 28px;margin:14px 0 0;padding:0;font-size:14px;line-height:1.6;list-style:none;display:flex}.gem-hero-banner--default .gem-button--primary{color:currentColor;background:0 0;border-color:currentColor;min-width:130px;min-height:47px;padding:0 30px;font-size:15px;line-height:18px}.gem-hero-banner--dawn-image-banner .gem-button--primary{min-width:120px;min-height:47px;padding:0 30px;font-size:15px;line-height:18px}.gem-hero-banner--split-proof,.gem-hero-banner--editorial{text-align:left;min-height:auto;color:var(--gem-color-text);padding-block:56px;display:block}.gem-hero-banner--split-proof .gem-hero-banner__inner,.gem-hero-banner--editorial .gem-hero-banner__inner{width:min(var(--gem-layout-page,1200px), calc(100% - var(--gem-layout-gutter,32px)));grid-template-columns:minmax(0,1fr) minmax(17rem,.82fr);align-items:center;gap:48px;min-height:0;margin-inline:auto;display:grid}.gem-hero-banner--split-proof .gem-hero-banner__copy,.gem-hero-banner--editorial .gem-hero-banner__copy{text-align:left;align-content:center;gap:14px;max-width:40rem;margin:0;padding:0;display:grid;position:static}.gem-hero-banner--split-proof .gem-section__eyebrow,.gem-hero-banner--editorial .gem-section__eyebrow{color:var(--gem-color-muted);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:13px;font-weight:600;display:block}.gem-hero-banner--split-proof .gem-section__heading,.gem-hero-banner--editorial .gem-section__heading{color:var(--gem-color-text);margin:0;font-size:46px;line-height:1.08}.gem-hero-banner--split-proof .gem-section__body,.gem-hero-banner--editorial .gem-section__body{max-width:36rem;color:var(--gem-color-muted);margin:0;font-size:16px;line-height:1.6}.gem-hero-banner--split-proof .gem-hero-banner__proof,.gem-hero-banner--editorial .gem-hero-banner__proof{color:var(--gem-color-muted);margin:4px 0 0;font-size:14px}.gem-hero-banner--split-proof .gem-hero-banner__actions,.gem-hero-banner--editorial .gem-hero-banner__actions{flex-wrap:wrap;gap:12px;margin-top:8px;display:flex}.gem-hero-banner--split-proof .gem-hero-banner__media,.gem-hero-banner--editorial .gem-hero-banner__media{background:#f4f4f4;border-radius:6px;height:100%;min-height:26rem;position:relative;inset:auto;overflow:hidden}.gem-hero-banner--split-proof .gem-hero-banner__image,.gem-hero-banner--split-proof .gem-hero-banner__placeholder,.gem-hero-banner--editorial .gem-hero-banner__image,.gem-hero-banner--editorial .gem-hero-banner__placeholder{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.gem-hero-banner .gem-section__content{max-width:78rem;margin-inline:auto}.gem-hero-banner h1,.gem-hero-banner h2,.gem-section__heading{font-size:clamp(calc(2.5rem * var(--gem-typography-heading-scale,1)), calc(4vw * var(--gem-typography-heading-scale,1)), calc(5.2rem * var(--gem-typography-heading-scale,1)));letter-spacing:0;margin:0 0 1.5rem;font-weight:400;line-height:1.08}.gem-section__eyebrow{display:none}.gem-hero-banner--compact-collection{text-align:left;min-height:auto;padding-block:25px;display:block}.gem-hero-banner--compact-collection .gem-section__content,.gem-product-card-grid--quick-view-grid>.gem-section__inner{width:min(var(--gem-layout-page,1200px), calc(100% - var(--gem-layout-gutter,32px)));margin-inline:auto}.gem-hero-banner--compact-collection .gem-hero-banner__inner{width:min(var(--gem-layout-page,1200px), calc(100% - var(--gem-layout-gutter,32px)));min-height:auto;margin-inline:auto;display:block}.gem-hero-banner--compact-collection .gem-hero-banner__media{display:none}.gem-hero-banner--compact-collection .gem-hero-banner__copy{max-width:none}.gem-hero-banner--compact-collection .gem-section__heading{margin:0;font-size:40px;line-height:52px}.gem-hero-banner--compact-collection .gem-section__body{display:none}.gem-rich-text--dawn-intro{text-align:center;padding-block:40px 52px}.gem-rich-text--dawn-intro .gem-rich-text__content,.gem-rich-text--dawn-intro .gem-prose{width:min(780px,100%);max-width:780px;margin-inline:auto}.gem-rich-text--dawn-intro .gem-section__heading{margin:0;font-size:40px;line-height:52px}.gem-rich-text--dawn-intro .gem-section__body{width:100%;max-width:none;margin:20px 0 0;font-size:16px;line-height:28.8px}.gem-rich-text--dawn-intro .gem-section__body p{margin:0}.gem-rich-text--dawn-intro .gem-rich-text__blocks{width:100%;display:block}.gem-button{min-width:12rem;box-shadow:none;border-radius:0;font-weight:400}.gem-product-card-wrapper{min-width:0;display:block}.gem-card,.gem-product-card{box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.gem-product-card__media,.gem-media{box-shadow:none;background:#f4f4f4;border:0;border-radius:0}.gem-product-card__media{width:100%;height:0;aspect-ratio:auto;min-block-size:0;padding-bottom:100%;display:block;position:relative;overflow:hidden}.gem-featured-collection--editorial-grid .gem-product-card__media,.gem-product-card-grid--quick-view-grid .gem-product-card__media,.gem-main-search .gem-product-card__media,.gem-cart-recommendations--dawn-empty .gem-product-card__media{min-block-size:0!important}.gem-product-card__media>img{object-fit:contain;width:100%;height:100%;position:absolute;inset:0}.gem-featured-collection .gem-product-card__media>img,.gem-product-card-grid .gem-product-card__media>img{object-fit:cover}.gem-product-card-grid--quick-view-grid .gem-product-card__media{min-height:0;display:block}.gem-product-card-grid--quick-view-grid .gem-product-card__placeholder{min-height:0}.gem-product-card__content{gap:4px;padding-top:8px}.gem-product-card__title{font-size:16px;font-weight:400;line-height:24px}.gem-product-card__price{margin-top:4px;font-weight:400;line-height:24px;display:block}.gem-product-card__price .gem-price,.gem-product-card__price{font-size:16px}.gem-product-card-grid--quick-view-grid .gem-product-card__badges,.gem-featured-collection--editorial-grid .gem-product-card__quick-actions,.gem-product-card-grid--quick-view-grid .gem-product-card__quick-actions,.gem-main-search .gem-product-card__quick-actions,.gem-cart-recommendations--dawn-empty .gem-product-card__quick-actions,.gem-featured-collection--editorial-grid>.gem-section__inner>.gem-section__heading:empty,.gem-featured-collection--editorial-grid>.gem-section__inner>.gem-section__body:empty{display:none}.gem-featured-collection--editorial-grid>.gem-section__inner>.gem-section__heading{text-align:center;margin:0;font-size:clamp(28px,4vw,40px);line-height:1.3}.gem-featured-collection__view-all{justify-content:center;margin-top:28px;display:flex}.gem-featured-collection--editorial-grid{padding-block:28px 36px}.gem-featured-collection--editorial-grid .gem-section__grid,.gem-product-card-grid--quick-view-grid .gem-section__grid,.gem-main-search .gem-section__grid{grid-template-columns:repeat(var(--gem-product-card-grid-columns,4), minmax(0, 1fr));gap:8px}.gem-product-card-grid--quick-view-grid{padding-top:0}.gem-product-card-grid--quick-view-grid .gem-section__heading:empty,.gem-product-card-grid--quick-view-grid .gem-price__compare{display:none}.gem-product-card-grid--quick-view-grid>.gem-section__inner{position:relative;row-gap:0!important}.gem-product-card-grid__meta{float:none;color:#121212bf;justify-content:flex-end;align-items:center;height:21px;min-height:21px;margin:0;font-size:16px;line-height:28.8px;display:flex;position:absolute;inset-block-start:11px;inset-inline-end:0}.gem-product-card-grid--quick-view-grid .gem-product-card-grid__meta{display:flex}.gem-product-card-grid__controls{align-items:center;gap:20px;min-height:32px;margin:0 0 24px;display:flex}.gem-product-card-grid--quick-view-grid .gem-product-card-grid__controls{height:51px;min-height:51px;padding-top:10px;margin:0 0 16px!important}.gem-product-card-grid__grid{grid-template-columns:repeat(var(--gem-product-card-grid-columns,4), minmax(0, 1fr));display:grid;gap:8px!important}.gem-product-card-grid__controls .gem-collection-filter-toolbar__filters{background:0 0;border:0;align-items:center;gap:18px;padding:0;display:flex}.gem-product-card-grid__controls .gem-collection-filter-toolbar__filters summary{pointer-events:none;background:0 0;border:0;min-width:auto;padding:0}.gem-product-card-grid__controls .gem-collection-filter-toolbar__filter,.gem-product-card-grid__controls .gem-collection-filter-toolbar__sort{align-items:center;gap:8px;font-size:.75rem;font-weight:400;display:flex}.gem-product-card-grid__controls .gem-collection-filter-toolbar__select{background:0 0;border:0;width:auto;min-width:0;min-height:0;padding:0;font-size:.75rem}.gem-product-card-grid__controls .gem-collection-filter-toolbar__submit{display:none}.gem-product-card-grid__controls:after{content:"";clear:both;display:block}.gem-main-search{padding-top:36px}.gem-main-search>.gem-section__inner{display:block}.gem-main-search .gem-section__heading{text-align:center;margin:16px 0 30px!important;font-size:24px!important;line-height:31.2px!important}.gem-main-search .gem-search-form{grid-template-columns:minmax(0,1fr) 44px;align-items:stretch;gap:0;width:741px;max-width:741px;height:47px;margin:0 auto 50px}.gem-main-search .gem-search-form .gem-form-field{height:47px;display:block}.gem-main-search .gem-search-form .gem-form-field span{display:none}.gem-main-search .gem-search-form .gem-input{border:1px solid #121212bf;border-right:0;border-radius:0;height:47px;min-height:47px;padding:10px 16px}.gem-main-search .gem-search-form .gem-button{width:44px;min-width:44px;height:47px;min-height:47px;color:var(--gem-color-text);background:0 0;border:1px solid #121212bf;border-left:0;padding:0;font-size:0}.gem-main-search .gem-search-form .gem-button:before{content:none;display:none}.gem-main-search .gem-search-form .gem-button .svg-wrapper,.gem-collection-filter-toolbar__filters summary .svg-wrapper{width:18px;height:18px;margin-right:8px;display:inline-flex}.gem-main-search .gem-search-form .gem-button .svg-wrapper svg,.gem-collection-filter-toolbar__filters summary .svg-wrapper svg{width:100%;height:100%}.gem-main-search .gem-product-card-grid__controls{height:51px;min-height:51px;margin:0 0 16px;padding-top:10px}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-media-gallery__frame{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-media-gallery__item{aspect-ratio:1}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-media-gallery__item:first-child{grid-column:1/-1}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-media-gallery__thumbs{display:none}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__summary{gap:18px;max-width:600px}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__summary>.gem-section__heading{margin-bottom:0;font-size:40px;line-height:52px}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__text--uppercase,.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__text--subtitle,.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__availability{display:none}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__price,.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__price .gem-price{min-height:30px;font-size:16px;line-height:24px}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__price .gem-price{flex-wrap:wrap;align-items:center;gap:10px;font-weight:400;display:flex}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__price .gem-price__regular{font-weight:400}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__sale-badge{color:#fff;background:#334fb4;border-radius:999px;min-height:22px;padding:4px 12px;font-size:12px;font-weight:400;line-height:12px}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-section__body{margin-top:10px;font-size:16px;line-height:28.8px}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-buy-buttons__variant-status{display:none}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__variant-fallback{gap:8px;max-width:440px}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__variant-fallback legend{margin-bottom:0;font-size:15px;line-height:27px}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__variant-pill{min-width:auto;min-height:36px;padding:0 20px;font-size:13px;line-height:16px}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__dawn-story{margin-top:36px;display:block}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__dawn-story-media{aspect-ratio:1.2;background:#f4f4f4;margin-bottom:32px;overflow:hidden}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__dawn-story-media img{object-fit:contain;width:100%;height:100%;display:block}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__dawn-story h2{margin:0 0 16px;font-size:24px;font-weight:400;line-height:31.2px}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__dawn-story p{color:#121212bf;margin:0;font-size:15px;line-height:27px}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__dawn-story-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:36px;display:grid}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__dawn-story-grid h3{margin:0 0 12px;font-size:16px;font-weight:400;line-height:20.8px}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__collapsible summary h2{font:inherit;margin:0;display:inline}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__collapsible summary .svg-wrapper{color:#121212bf;width:18px;height:18px;margin-right:12px;display:inline-flex}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__collapsible summary .gem-product-main__collapsible-caret{width:10px;height:10px;margin-left:auto;margin-right:0}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__share{color:#121212bf;align-items:center;gap:8px;width:100%;min-height:44px;font-size:15px;line-height:27px;text-decoration:none;display:flex}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__share .svg-wrapper{width:13px;height:12px;display:inline-flex}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-buy-buttons{gap:15px;max-width:440px}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-buy-buttons__quantity{gap:6px;width:142px;font-size:15px;line-height:27px}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-quantity-input{border-radius:0;grid-template-columns:44px 54px 44px;width:142px;height:47px;min-height:47px}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-quantity-input__button,.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-quantity-input__field{height:47px;min-height:47px;padding-block:0}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-buy-buttons__submit{color:#121212;background:0 0;border:1px solid #121212;min-height:47px;padding-block:0;font-size:15px;line-height:18px}.gem-product-main[data-gem-product-main-layout=dawn-main] [class~=shopify-payment-button]{height:47px;min-height:47px;margin-top:-5px;position:relative;overflow:hidden}.gem-product-main[data-gem-product-main-layout=dawn-main] [class~=shopify-payment-button]>*{visibility:hidden}.gem-product-main[data-gem-product-main-layout=dawn-main] [class~=shopify-payment-button]:before{content:"Buy it now";color:#fff;background:#121212;place-items:center;font-size:15px;line-height:18px;display:grid;position:absolute;inset:0}.gem-recommended-products-product-rail .gem-recommended-products__quick-view-surface,.gem-recommended-products-product-rail [data-gem-quick-view-surface]{display:none!important}.gem-recommended-products-product-rail .gem-recommended-products__inner:empty{min-height:4.8rem}.gem-cart-main--line-items .gem-section__heading{font-size:clamp(2.4rem,3.4vw,4rem)}.gem-cart-main--line-items .gem-section__body{color:#121212bf}.gem-cart-main__empty{margin-inline:auto;width:1100px!important;max-width:calc(100vw - 100px)!important}.gem-cart-main__login{margin-top:4rem}.gem-cart-main__login h2{margin:0 0 1.5rem;font-size:1.8rem;font-weight:400}.gem-cart-main__login p{margin:0}.gem-cart-recommendations--dawn-empty{margin-top:-135px;padding-top:0}.gem-cart-recommendations--dawn-empty .gem-cart-recommendations__header{margin:0 auto 16px;width:1100px!important;max-width:calc(100vw - 100px)!important}.gem-cart-recommendations--dawn-empty .gem-section__heading{margin:0;font-size:2rem}.gem-cart-recommendations--dawn-empty .gem-cart-recommendations__rail{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-inline:auto;display:grid;width:1100px!important;max-width:calc(100vw - 100px)!important}.gem-hero-video--dawn-video{height:auto;min-height:0;padding:36px 0;overflow:visible}.gem-hero-video--dawn-video .gem-hero-video__inner{width:min(1180px,100% - 32px);max-width:1180px;min-height:0;margin:0 auto;display:block;position:static}.gem-hero-video--dawn-video .gem-hero-video__heading{text-align:center;margin:0 0 24px;font-size:clamp(28px,4vw,40px);line-height:1.3}.gem-hero-video--dawn-video .gem-hero-video__media{aspect-ratio:16/9;background:#f4f4f4;border-radius:10px;width:100%;height:auto;display:block;position:relative;inset:auto;overflow:hidden;box-shadow:0 8px 24px #00000014}.gem-hero-video--dawn-video .gem-hero-video__content-wrap,.gem-hero-video--dawn-video .gem-hero-video__scrim,.gem-hero-video--dawn-video .gem-hero-video__toggle{display:none}.gem-hero-video--dawn-video .gem-hero-video__poster,.gem-hero-video--dawn-video .gem-hero-video__video{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.gem-hero-video--dawn-video .gem-hero-video__play{color:#1a1a1a;pointer-events:none;background:#ffffffeb;border-radius:50%;place-items:center;width:62px;height:62px;margin:auto;transition:transform .16s;display:grid;position:absolute;inset:0;box-shadow:0 4px 18px #0000002e}.gem-hero-video--dawn-video .gem-hero-video__media:hover .gem-hero-video__play{transform:scale(1.1)}.gem-hero-video--dawn-video .gem-hero-video__placeholder--copy{text-align:center;background:linear-gradient(135deg, color-mix(in srgb, var(--gem-color-accent,#312319) 15%, var(--gem-color-background,#fff)) 0%, color-mix(in srgb, var(--gem-color-accent,#312319) 6%, var(--gem-color-background,#fff)) 100%);justify-content:center;align-items:center;padding:48px 24px;display:flex;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #0000000f}.gem-hero-video__emptycopy{flex-direction:column;gap:14px;max-width:640px;display:flex}.gem-hero-video__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--gem-color-accent,#b6402a);font-size:13px;font-weight:600}.gem-hero-video__emptyheading{font-family:var(--gem-font-heading);color:var(--gem-color-text,#1a1a1a);margin:0;font-size:clamp(24px,3.4vw,34px);line-height:1.15}.gem-hero-video__emptybody{color:var(--gem-color-muted,color-mix(in srgb, var(--gem-color-text,#1a1a1a) 72%, transparent));margin:0;font-size:16px;line-height:1.5}.gem-advanced-list--feature-grid{padding-block:36px}.gem-advanced-list--feature-grid>.gem-section__inner>.gem-section__heading:empty,.gem-advanced-list--feature-grid>.gem-section__inner>.gem-section__body:empty{display:none}.gem-advanced-list--feature-grid .gem-section__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.gem-advanced-list--feature-grid .gem-advanced-list__item{text-align:center;min-height:0;font-size:14px;line-height:25.2px}.gem-advanced-list--feature-grid .gem-advanced-list__item h3{margin:0 0 6px;font-size:16px}.gem-advanced-list--feature-grid .gem-advanced-list__item .gem-richtext,.gem-advanced-list--feature-grid .gem-advanced-list__item p{color:#121212bf;margin:0}.gem-shell-footer{color:#121212;background:#fff;border-top:1px solid #12121214;margin-top:0;padding-block:36px}.gem-shell-footer__inner{max-width:var(--gem-layout-page,1200px)}.gem-shell-footer__newsletter{background:0 0;border:0;justify-content:space-between;align-items:flex-start;gap:32px;width:100%;max-width:1100px;min-height:90px;margin:10px auto 0;padding:0 0 20px;display:flex}.gem-shell-footer__newsletter-heading{margin:0 0 18px;font-size:18px;font-weight:400;line-height:23.4px}.gem-shell-footer__newsletter form{flex-wrap:nowrap;align-items:stretch;gap:0;width:min(100%,480px);max-width:480px;display:flex}.gem-shell-footer__newsletter .gem-input{background:0 0;border:1px solid #1212128c;border-radius:0;width:100%;min-height:45px;padding:10px 14px;font-size:16px;line-height:24px}.gem-shell-footer__newsletter .gem-button{color:#fff;background:#121212;border:1px solid #121212;border-radius:0;min-width:45px;min-height:45px;padding:0;font-size:0}.gem-shell-footer__newsletter .gem-button:before{content:"→";font-size:20px;line-height:1}.gem-shell-footer__support,.gem-shell-footer__markets,.gem-shell-footer__community,.gem-shell-footer__trust,.gem-shell-footer__offer{display:none}.gem-shell-footer__grid{gap:8px;width:100%;max-width:1100px;margin:40px auto 0;padding-bottom:0;display:flex}.gem-shell-footer__grid>div,.gem-shell-footer__column,.gem-shell-footer__block{box-shadow:none;background:0 0;border:0;flex:1 1 0;padding:0}.gem-shell-footer .footer-block__heading{margin:0 0 20px;font-size:18px;font-weight:400;line-height:23.4px}.gem-shell-footer .footer-block__details-content{color:#121212bf;gap:10px;margin:0;padding:0;font-size:14px;line-height:25.2px;display:grid}.gem-shell-footer .footer-block__details-content a{color:#121212bf;text-decoration:none}.gem-shell-footer .footer-block__details-content p{max-width:320px;margin:0}.gem-shell-footer__bottom{border-top:1px solid #12121214;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:18px;width:100vw;min-height:186px;margin:50px 0 0 calc(50% - 50vw);padding:30px calc(50vw - 550px) 0;display:flex}.gem-shell-footer__social,.gem-shell-footer__payments{flex-wrap:wrap;align-items:center;gap:12px;margin:0;padding:0;list-style:none;display:flex}.gem-shell-footer__social a{color:#121212bf;border:0;min-height:24px;padding:0;font-size:13px;line-height:18px}.gem-shell-footer__payments{gap:6px;margin-left:auto}.gem-shell-footer__payment-icon{width:38px;height:auto}.gem-shell-footer__payment-fallback{color:#121212b8;background:#fff;border:1px solid #1212121f;border-radius:3px;place-items:center;min-width:38px;height:24px;font-size:8px;line-height:1;display:inline-grid}.gem-shell-footer__localization{flex:0 0 100%;order:-1;width:100%}.gem-shell-footer__localization .gem-select,.gem-shell-footer__localization>.gem-select{color:#121212;background:0 0;border:1px solid #1212128c;border-radius:0;align-items:center;min-width:210px;min-height:45px;padding:10px 36px 10px 12px;font-size:13px;line-height:18px;display:inline-flex}@media (max-width:760px){:root{--gem-layout-gutter:24px;--gem-layout-section:36px}.gem-shell-header,.gem-shell-header__inner,.header{min-height:64px}.gem-shell-header{--gem-component-header-height:64px}.gem-shell-header__inner,.gem-shell-header__inner.header--middle-left,.gem-shell-header__inner.header--middle-center{grid-template-columns:82px minmax(0,1fr) 84px;grid-template-areas:"drawer heading icons";column-gap:0;width:100%;max-width:none;height:64px;margin-inline:0;padding:10px 30px;display:grid}.gem-shell-header__drawer{order:0;grid-area:drawer;justify-self:start}.gem-shell-header__logo{grid-area:heading;justify-self:center}.gem-shell-header__actions{grid-area:icons;justify-self:start;gap:0;display:inline-flex}.gem-shell-header__actions .gem-shell-header__action.gem-shell-header__action--search,.gem-shell-header__actions .gem-shell-header__action.gem-shell-header__action--cart{color:#121212;width:44px;min-width:44px;height:44px;min-height:44px;box-shadow:none;background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;padding:0;font-size:0;display:inline-flex;position:relative}.gem-shell-header__actions .gem-shell-header__action--account{display:none}.gem-shell-header__action--search:before,.gem-shell-header__action--search:after,.gem-shell-header__action--cart:before,.gem-shell-header__action--cart:after{content:none;display:none}.gem-shell-header .cart-count-bubble,.gem-shell-header__cart-count{display:none}.gem-hero-banner--editorial,.gem-hero-banner--split-proof{min-height:auto;padding-block:36px}.gem-hero-banner--split-proof .gem-hero-banner__inner,.gem-hero-banner--editorial .gem-hero-banner__inner{grid-template-columns:1fr;gap:24px}.gem-hero-banner--split-proof .gem-section__heading,.gem-hero-banner--editorial .gem-section__heading{font-size:34px}.gem-hero-banner--split-proof .gem-hero-banner__media,.gem-hero-banner--editorial .gem-hero-banner__media{min-height:18rem}.gem-hero-banner--default{min-height:390px}.gem-hero-banner--default .gem-hero-banner__inner{place-items:center;height:auto;min-height:390px;padding-bottom:0}.gem-hero-banner--default .gem-hero-banner__copy{place-self:auto;margin:0 auto;padding-inline:15px;position:relative;bottom:auto;left:auto;transform:none}.gem-hero-banner--default .gem-section__heading{margin:0;font-size:40px;line-height:52px}.gem-hero-banner--default .gem-section__body{font-size:15px;line-height:27px}.gem-hero-banner--default .gem-button--primary{box-sizing:border-box;min-width:130px;min-height:47px;font-size:15px;line-height:18px}.gem-rich-text--dawn-intro{padding-block:30px 39px}.gem-rich-text--dawn-intro .gem-rich-text__content,.gem-rich-text--dawn-intro .gem-prose{max-width:320px}.gem-rich-text--dawn-intro .gem-section__heading{font-size:30px;line-height:39px}.gem-rich-text--dawn-intro .gem-section__body{font-size:15px;line-height:27px}.gem-rich-text--dawn-intro .gem-rich-text__blocks{display:block}.gem-featured-collection--editorial-grid{padding-block:21px 27px}.gem-hero-banner--compact-collection{padding-block:25px}.gem-hero-banner--compact-collection .gem-section__heading{font-size:30px;line-height:39px}.gem-product-card-grid--quick-view-grid>.gem-section__inner,.gem-main-search>.gem-section__inner{width:calc(100% - 30px)}.gem-product-card-grid__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px!important}.gem-product-card__content{gap:4px;padding-top:8px}.gem-product-card__title{font-size:15px;line-height:24px}.gem-product-card__price,.gem-product-card__price .gem-price{font-size:16px;line-height:24px}.gem-hero-banner h1,.gem-hero-banner h2,.gem-section__heading{font-size:clamp(2rem,11vw,3.6rem)}.gem-featured-collection--editorial-grid .gem-section__grid,.gem-product-card-grid--quick-view-grid .gem-section__grid,.gem-main-search .gem-section__grid{grid-template-columns:repeat(var(--gem-product-card-grid-mobile-columns,2), minmax(0, 1fr))}.gem-product-main[data-gem-product-main-layout=dawn-main]>.gem-section__inner{width:calc(100% - 30px)}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-media-gallery__frame{scroll-snap-type:x mandatory;gap:0;display:flex;overflow-x:auto}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-media-gallery__item{scroll-snap-align:start;aspect-ratio:1;flex:0 0 100%}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__summary{gap:15px;margin-top:20px}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__summary>.gem-section__heading{margin-bottom:0;font-size:30px;line-height:39px}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__price,.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__price .gem-price{min-height:30px;font-size:16px;line-height:24px}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__sale-badge{min-height:22px;padding:4px 12px;font-size:12px;font-weight:400;line-height:12px}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__variant-fallback{gap:8px;max-width:none;min-height:112px}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__variant-fallback legend{margin-bottom:0;font-size:15px;line-height:27px}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__variant-pill{min-width:auto;min-height:36px;padding:0 20px;font-size:13px;line-height:16px}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-buy-buttons{gap:15px;max-width:none}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-buy-buttons__quantity{gap:0;width:142px;font-size:15px;line-height:27px}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-quantity-input{grid-template-columns:44px 54px 44px;width:142px;height:47px;min-height:47px}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-quantity-input__button,.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-quantity-input__field{height:47px;min-height:47px;padding-block:0}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-buy-buttons__submit{min-height:47px;margin-top:9px;padding-block:0;font-size:15px;line-height:18px}.gem-product-main[data-gem-product-main-layout=dawn-main] [class~=shopify-payment-button]{height:47px;min-height:47px;margin-top:-5px}.gem-product-main[data-gem-product-main-layout=dawn-main] [class~=shopify-payment-button]:before{min-height:47px;font-size:15px;line-height:18px}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-section__body{min-height:312px;margin-top:10px;font-size:15px;line-height:27px}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-section__body+.gem-product-main__collapsible{margin-top:9px}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__collapsible{min-height:51px;padding:0}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__collapsible+.gem-product-main__collapsible{margin-top:-15px}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__collapsible+.gem-product-main__share{margin-top:-4px}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__collapsible summary{min-height:51px;padding-block:12px;font-size:15px;line-height:27px}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__collapsible .gem-richtext{display:none}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__dawn-story{min-height:827px;margin-top:65px}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__dawn-story-media{width:100%;height:296px;margin-bottom:32px}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__dawn-story h2{margin-bottom:12px;font-size:20px;line-height:26px}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__dawn-story p{font-size:15px;line-height:27px}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__dawn-story-grid{grid-template-columns:minmax(0,1fr);gap:28px;margin-top:42px}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__dawn-story-grid h3{margin-bottom:8px;font-size:20px;line-height:26px}.gem-product-main[data-gem-product-main-layout=dawn-main] .gem-product-main__share{width:100%;min-height:44px;font-size:15px;line-height:27px}.gem-main-search{padding-top:41px}.gem-main-search .gem-section__heading{text-align:center;margin-bottom:43px;font-size:20px;line-height:26px}.gem-main-search .gem-search-form{width:100%;max-width:none;margin-bottom:22px}.gem-main-search .gem-search-form .gem-input,.gem-main-search .gem-search-form .gem-button{min-height:47px}.gem-product-card-grid--quick-view-grid>.gem-section__inner,.gem-main-search>.gem-section__inner{row-gap:0;position:relative}.gem-product-card-grid--quick-view-grid .gem-product-card-grid__meta{float:none;justify-content:flex-end;align-items:center;height:40px;min-height:40px;margin:0;font-size:1.2rem;display:flex;position:absolute;inset-block-start:0;inset-inline-end:0}.gem-product-card-grid__controls,.gem-main-search .gem-product-card-grid__controls{justify-content:space-between;align-items:center;height:40px;min-height:40px;margin:0 0 16px;padding-top:0;display:flex}.gem-product-card-grid__controls .gem-collection-filter-toolbar__form,.gem-main-search .gem-product-card-grid__controls .gem-collection-filter-toolbar__form{display:contents}.gem-product-card-grid__controls .gem-collection-filter-toolbar__filters,.gem-main-search .gem-product-card-grid__controls .gem-collection-filter-toolbar__filters{background:0 0;border:0;height:40px;min-height:40px;padding:0;display:block;overflow:hidden}.gem-product-card-grid__controls .gem-collection-filter-toolbar__filters summary,.gem-main-search .gem-product-card-grid__controls .gem-collection-filter-toolbar__filters summary{pointer-events:auto;background:0 0;border:0;align-items:center;height:40px;min-height:40px;padding:0;font-size:0;display:inline-flex}.gem-collection-filter-toolbar__filters summary:before{content:none;display:none}.gem-product-card-grid__controls .gem-collection-filter-toolbar__filters summary span:not(.svg-wrapper),.gem-main-search .gem-product-card-grid__controls .gem-collection-filter-toolbar__filters summary span:not(.svg-wrapper){letter-spacing:0;font-size:1.4rem;display:inline}.gem-product-card-grid__controls .gem-collection-filter-toolbar__filters summary .svg-wrapper,.gem-main-search .gem-product-card-grid__controls .gem-collection-filter-toolbar__filters summary .svg-wrapper{width:1.6rem;height:1.6rem;margin-right:.8rem}.gem-product-card-grid__controls .gem-collection-filter-toolbar__filters .gem-collection-filter-toolbar__filter,.gem-product-card-grid__controls .gem-collection-filter-toolbar__filters label,.gem-product-card-grid__controls .gem-collection-filter-toolbar__filters select,.gem-product-card-grid__controls .gem-collection-filter-toolbar__sort,.gem-main-search .gem-product-card-grid__controls .gem-collection-filter-toolbar__sort{display:none}.gem-main-search .gem-search-results-meta{margin-left:auto;font-size:1.2rem}.gem-cart-main--line-items{padding-top:52px;padding-bottom:38px}.gem-cart-main--line-items .gem-section__heading{text-align:center;margin-bottom:20px;font-size:30px;line-height:39px}.gem-cart-main__empty{text-align:center;width:360px!important;max-width:calc(100vw - 30px)!important}.gem-cart-main__empty .gem-button{min-height:47px;padding-block:0;font-size:15px;line-height:18px}.gem-cart-main__login{text-align:left;margin-top:55px}.gem-cart-main__login h2{margin-bottom:5px;font-size:20px;line-height:26px}.gem-cart-main__login p{margin-top:8px;font-size:15px;line-height:27px}.gem-cart-recommendations--dawn-empty{margin-top:-46px;padding-bottom:148px}.gem-cart-recommendations--dawn-empty .gem-cart-recommendations__header{margin:0 auto 15px;width:360px!important;max-width:calc(100vw - 30px)!important}.gem-cart-recommendations--dawn-empty .gem-section__heading{font-size:18px;line-height:24px}.gem-cart-recommendations--dawn-empty .gem-cart-recommendations__rail{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-columns:auto;grid-auto-flow:row;gap:4px;padding-bottom:0;overflow:visible;width:360px!important;max-width:calc(100vw - 30px)!important}.gem-cart-recommendations--dawn-empty .gem-product-card-wrapper{width:auto;min-width:0}.gem-cart-recommendations--dawn-empty .gem-product-card__content{gap:5px;padding-top:8px}.gem-cart-recommendations--dawn-empty .gem-product-card__title,.gem-cart-recommendations--dawn-empty .gem-product-card__price,.gem-cart-recommendations--dawn-empty .gem-product-card__price .gem-price{font-size:15px;line-height:24px}.gem-shell-footer{margin-top:0;padding-block:27px}.gem-shell-footer__inner{width:100%;max-width:none;padding:0}.gem-shell-footer__grid{width:calc(100% - 80px);max-width:310px;margin:40px auto 0;padding-bottom:0;display:block}.gem-shell-footer__grid>div,.gem-shell-footer__column,.gem-shell-footer__block{width:100%;margin:0 0 40px}.gem-shell-footer__grid>.gem-shell-footer__block:first-child{min-height:176px}.gem-shell-footer__grid>.gem-shell-footer__block:nth-child(2){min-height:222px}.gem-shell-footer__grid>.gem-shell-footer__block:nth-child(3){min-height:95px;margin-bottom:20px}.gem-shell-footer .footer-block__heading{margin-bottom:20px;font-size:18px;line-height:23.4px}.gem-shell-footer .footer-block__details-content{gap:10px;font-size:14px;line-height:25.2px}.gem-shell-footer__newsletter{width:calc(100% - 80px);max-width:310px;min-height:162px;margin:0 auto;padding-bottom:0;display:block}.gem-shell-footer__newsletter form{width:100%;max-width:none}.gem-shell-footer__bottom{gap:18px;width:100vw;max-width:none;min-height:200px;margin:9px 0 0;padding:27px 40px 0;display:flex}.gem-shell-footer__localization{order:0}.gem-shell-footer__payments{margin-left:0}.gem-hero-video--dawn-video{padding:27px 0}.gem-advanced-list--feature-grid{padding-block:36px}.gem-advanced-list--feature-grid .gem-section__grid{grid-template-columns:1fr}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}body{background:var(--gem-color-background);color:var(--gem-color-text);font-family:var(--gem-font-body);margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button,input,select{font:inherit}.gem-section{padding:var(--gem-space-2xl) var(--gem-space-md)}.gem-section__inner,.gem-site-header__inner,.gem-site-footer__inner{width:min(1180px,100%);margin:0 auto}.gem-section__heading{font-family:var(--gem-font-heading);margin:0 0 var(--gem-space-md);font-size:clamp(2rem,5vw,4.25rem);line-height:1}.gem-section__body{color:var(--gem-color-muted);line-height:1.6}.gem-button{border-radius:var(--gem-radius-md);min-height:44px;padding:0 var(--gem-space-lg);border:1px solid var(--gem-color-accent);background:var(--gem-color-accent);color:var(--gem-color-accent-text);cursor:pointer;justify-content:center;align-items:center;display:inline-flex}.gem-button--secondary{color:var(--gem-color-accent);background:0 0}.gem-card{border:1px solid var(--gem-color-border);border-radius:var(--gem-radius-md);background:var(--gem-color-surface);padding:var(--gem-space-lg)}.gem-site-header{z-index:20;background:color-mix(in srgb, var(--gem-color-background) 92%, transparent);border-bottom:1px solid var(--gem-color-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0}.gem-site-header__inner,.gem-site-footer__inner{justify-content:space-between;align-items:center;gap:var(--gem-space-lg);padding:var(--gem-space-md);display:flex}.gem-site-nav,.gem-site-actions,.gem-site-footer__links{align-items:center;gap:var(--gem-space-md);flex-wrap:wrap;display:flex}.gem-product-grid{gap:var(--gem-space-lg);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid}.gem-product-detail__inner{gap:var(--gem-space-2xl);grid-template-columns:minmax(0,1fr) minmax(320px,480px);display:grid}.gem-runtime-slot{min-height:1px}.gem-cart-line{gap:var(--gem-space-md);grid-template-columns:1fr auto;align-items:center;display:grid}@media (max-width:760px){.gem-product-detail__inner,.gem-site-header__inner,.gem-site-footer__inner{display:block}.gem-site-nav,.gem-site-actions{margin-top:var(--gem-space-sm)}}.gem-before-after--slider{--gem-before-after-position:50%}.gem-before-after__inner{gap:var(--gem-space-lg);display:grid}.gem-before-after__copy{max-width:42rem}.gem-before-after__kicker{color:var(--gem-color-accent);font-size:.8125rem;font-weight:calc(700 * var(--gem-style-weight,1));text-transform:uppercase;margin:0}.gem-before-after__heading{color:var(--gem-color-text);font-family:var(--gem-font-heading);margin:0}.gem-before-after__body{color:var(--gem-color-muted);margin:0}.gem-before-after__frame{aspect-ratio:16/9;display:grid;position:relative;overflow:hidden}.gem-before-after__media{background:var(--gem-color-surface);min-height:18rem;color:var(--gem-color-text);grid-area:1/1;place-items:center;display:grid}.gem-before-after__media--after{clip-path:inset(0 calc(100% - var(--gem-before-after-position)) 0 0);border-left:var(--gem-border-subtle)}.gem-before-after__range{inset-inline:var(--gem-space-md);position:absolute;inset-block-end:var(--gem-space-md)}.gem-faq--accordion .gem-section__inner{gap:var(--gem-space-sm);display:grid}.gem-faq--accordion details{border-bottom:calc(1px * var(--gem-style-border,1)) solid var(--gem-color-border);padding:var(--gem-space-sm) 0}.gem-faq--accordion summary{cursor:pointer;font-weight:calc(650 * var(--gem-style-weight,1));justify-content:space-between;align-items:center;gap:var(--gem-space-sm);list-style:none;display:flex}.gem-faq--accordion summary::-webkit-details-marker{display:none}.gem-faq--accordion summary:after{content:"+";color:var(--gem-color-accent);font-weight:400}.gem-faq--accordion details[open] summary:after{content:"–"}.gem-faq--accordion details>:not(summary){margin-top:var(--gem-space-xs);color:var(--gem-color-muted)}.gem-ingredients-materials--ingredient-spotlight{background:var(--gem-color-background);color:var(--gem-color-text);padding-block:var(--gem-layout-section,var(--gem-space-3xl));padding-inline:var(--gem-layout-gutter,var(--gem-space-lg))}.gem-ingredients-materials__spotlight-inner{gap:var(--gem-space-xl);max-width:var(--gem-layout-page);grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);align-items:start;margin-inline:auto;display:grid}.gem-ingredients-materials__spotlight-hero{gap:var(--gem-space-md);display:grid}.gem-ingredients-materials__eyebrow{color:var(--gem-color-accent);font-size:12px;font-weight:calc(900 * var(--gem-style-weight,1));text-transform:uppercase}.gem-ingredients-materials__spotlight-hero h2{margin:0;font-size:clamp(30px,4vw,54px);line-height:1.04}.gem-ingredients-materials__spotlight-hero p,.gem-ingredients-materials__spotlight-fact p,.gem-ingredients-materials__source-note{color:var(--gem-color-muted);margin:0;line-height:1.55}.gem-ingredients-materials__hero-fact{gap:var(--gem-space-xs);padding:var(--gem-space-lg);border:var(--gem-border-subtle,1px solid var(--gem-color-border));border-radius:var(--gem-radius-md);background:var(--gem-color-surface);box-shadow:var(--gem-shadow-md);display:grid}.gem-ingredients-materials__hero-fact strong{font-size:clamp(24px,3vw,38px);line-height:1.06}.gem-ingredients-materials__spotlight-facts{gap:var(--gem-space-md);display:grid}.gem-ingredients-materials__spotlight-fact{gap:var(--gem-space-xs);padding:var(--gem-space-md);border:var(--gem-border-subtle,1px solid var(--gem-color-border));border-radius:var(--gem-radius-md);background:var(--gem-color-surface);display:grid}.gem-ingredients-materials__spotlight-fact strong{font-size:20px;line-height:1.15}.gem-ingredients-materials__source-note{font-size:14px}@media (max-width:900px){.gem-ingredients-materials__spotlight-inner{grid-template-columns:1fr}.gem-ingredients-materials__spotlight-hero h2{font-size:32px}}.gem-ingredients-materials__inner{gap:var(--gem-space-lg);display:grid}.gem-ingredients-materials__header{max-width:760px}.gem-ingredients-materials__eyebrow{color:var(--gem-color-accent);font-weight:calc(800 * var(--gem-style-weight,1));text-transform:uppercase}.gem-ingredients-materials__heading{margin:0}.gem-ingredients-materials__header p,.gem-ingredients-materials__fact p{color:var(--gem-color-muted)}.gem-ingredients-materials__grid{gap:var(--gem-space-md);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.gem-ingredients-materials__fact{border:var(--gem-border-subtle);border-radius:var(--gem-radius-md);padding:var(--gem-space-lg);background:var(--gem-color-surface)}@media (max-width:900px){.gem-ingredients-materials__grid{grid-template-columns:1fr}}.gem-product-reviews__inner{gap:var(--gem-space-xl);grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);align-items:start;display:grid}.gem-product-reviews__eyebrow{color:var(--gem-color-accent);font-weight:calc(800 * var(--gem-style-weight,1));text-transform:uppercase}.gem-product-reviews__heading{margin:0}.gem-product-reviews__empty,.gem-product-reviews__rating{color:var(--gem-color-muted)}.gem-product-reviews__quotes{gap:var(--gem-space-md);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.gem-product-reviews__quote{border:var(--gem-border-subtle);border-radius:var(--gem-radius-md);padding:var(--gem-space-lg);background:var(--gem-color-surface);margin:0}.gem-product-reviews__quote blockquote{font-weight:calc(700 * var(--gem-style-weight,1));margin:0}.gem-product-reviews__quote figcaption{margin-top:var(--gem-space-sm);color:var(--gem-color-muted)}@media (max-width:900px){.gem-product-reviews__inner,.gem-product-reviews__quotes{grid-template-columns:1fr}}@media (max-width:760px){.gem-reviews-proof-strip__summary{align-items:flex-start;display:grid}.gem-reviews-proof-strip__points{grid-template-columns:minmax(0,1fr)}}.gem-how-to-use__step p,.gem-how-to-use__intro p{color:var(--gem-color-muted)}@media (max-width:900px){.gem-how-to-use__inner{grid-template-columns:1fr}}.gem-product-trust-badges__inner{gap:var(--gem-space-md);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.gem-product-trust-badges__item{gap:var(--gem-space-sm);border:var(--gem-border-subtle);border-radius:var(--gem-radius-md);padding:var(--gem-space-md);background:var(--gem-color-surface);align-items:flex-start;display:flex}.gem-product-trust-badges__icon{border-radius:var(--gem-radius-pill);background:var(--gem-color-accent);width:1.75rem;height:1.75rem;color:var(--gem-color-accent-text,var(--gem-color-surface));font-weight:calc(800 * var(--gem-style-weight,1));flex:none;place-items:center;display:inline-grid}.gem-product-trust-badges__item p{margin:var(--gem-space-xs) 0 0;color:var(--gem-color-muted)}@media (max-width:800px){.gem-product-trust-badges__inner{grid-template-columns:1fr}}@media (max-width:720px){.gem-comparison-table{padding:var(--gem-space-xl) var(--gem-space-md)}.gem-comparison-table__table{min-width:680px}.gem-comparison-table th,.gem-comparison-table td{padding:var(--gem-space-sm)}}.gem-quiz-finder{background:var(--gem-color-background);color:var(--gem-color-text);padding-block:var(--gem-layout-section,var(--gem-space-3xl));padding-inline:var(--gem-layout-gutter,var(--gem-space-lg))}.gem-quiz-finder__inner{gap:var(--gem-space-lg);max-width:var(--gem-layout-page);margin-inline:auto;display:grid}.gem-quiz-finder__intro{gap:var(--gem-space-sm);max-width:760px;display:grid}.gem-quiz-finder__eyebrow{color:var(--gem-color-accent);font-size:12px;font-weight:calc(900 * var(--gem-style-weight,1));text-transform:uppercase}.gem-quiz-finder__intro h2{margin:0;font-size:clamp(30px,4vw,54px);line-height:1.03}.gem-quiz-finder__intro p{color:var(--gem-color-muted);margin:0;line-height:1.55}.gem-quiz-finder__options{gap:var(--gem-space-md);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.gem-quiz-finder__option{gap:var(--gem-space-md);min-block-size:280px;padding:var(--gem-space-md);border:var(--gem-border-subtle,1px solid var(--gem-color-border));border-radius:var(--gem-radius-md);background:var(--gem-color-surface);color:var(--gem-color-text);box-shadow:var(--gem-shadow-sm);grid-template-rows:auto minmax(0,1fr) auto;text-decoration:none;display:grid}.gem-quiz-finder__option:focus-visible{outline:2px solid var(--gem-color-accent);outline-offset:3px}.gem-quiz-finder__option-index{inline-size:var(--gem-space-xl);block-size:var(--gem-space-xl);border-radius:var(--gem-radius-pill);background:var(--gem-color-accent);color:var(--gem-color-background);font-weight:calc(900 * var(--gem-style-weight,1));place-items:center;display:grid}.gem-quiz-finder__option-copy{gap:var(--gem-space-xs);align-content:start;display:grid}.gem-quiz-finder__option-copy strong{font-size:clamp(22px,2.4vw,32px);line-height:1.08}.gem-quiz-finder__option-copy span{color:var(--gem-color-muted);line-height:1.5}.gem-quiz-finder__option-action{font-weight:calc(900 * var(--gem-style-weight,1));color:var(--gem-color-accent)}.gem-quiz-finder__fallback{justify-self:start}@media (max-width:920px){.gem-quiz-finder__options{grid-template-columns:1fr}.gem-quiz-finder__option{grid-template-rows:auto auto;grid-template-columns:auto minmax(0,1fr);min-block-size:auto}.gem-quiz-finder__option-action{grid-column:2}.gem-quiz-finder__option-copy strong{font-size:24px}}.gem-advanced-list{background:var(--gem-color-background);color:var(--gem-color-text)}.gem-advanced-list__inner{gap:var(--gem-space-lg);display:grid}.gem-advanced-list__header{gap:var(--gem-space-sm);max-width:min(100%, var(--gem-layout-page));display:grid}.gem-advanced-list__grid{gap:var(--gem-space-md);grid-template-columns:repeat(var(--gem-advanced-list-columns,3), minmax(0, 1fr));display:grid}.gem-advanced-list--routine-education-deep-dive .gem-advanced-list__inner{grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr);align-items:start}.gem-advanced-list--routine-education-deep-dive .gem-advanced-list__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gem-advanced-list--routine-education-deep-dive .gem-advanced-list__item:first-child{grid-row:span 2}.gem-advanced-list__item{gap:var(--gem-space-sm);display:grid}.gem-advanced-list__icon{inline-size:calc(var(--gem-space-lg) + var(--gem-space-md));block-size:calc(var(--gem-space-lg) + var(--gem-space-md));border:var(--gem-border-subtle,1px solid var(--gem-color-border));border-radius:var(--gem-radius-pill,999px);background:var(--gem-color-surface);font-weight:calc(750 * var(--gem-style-weight,1))}.gem-advanced-list__title,.gem-advanced-list__body{margin:0}.gem-advanced-list__source-note{border-inline-start:3px solid var(--gem-color-accent);color:var(--gem-color-muted);margin:0;padding-inline-start:var(--gem-space-sm)}@media (max-width:749px){.gem-advanced-list--routine-education-deep-dive .gem-advanced-list__inner,.gem-advanced-list--routine-education-deep-dive .gem-advanced-list__grid,.gem-advanced-list__grid{grid-template-columns:repeat(var(--gem-advanced-list-columns-mobile,1), minmax(0, 1fr))}}.gem-blog-editorial--article-rail{color:var(--gem-color-text)}.gem-blog-editorial__inner{gap:var(--gem-space-lg);display:grid}.gem-blog-editorial__header{gap:var(--gem-space-sm);max-width:46rem;display:grid}.gem-blog-editorial__eyebrow,.gem-blog-editorial__meta{color:var(--gem-color-accent);font-size:.8125rem;font-weight:calc(700 * var(--gem-style-weight,1));text-transform:uppercase;margin:0}.gem-blog-editorial__heading,.gem-blog-editorial__title{color:var(--gem-color-text);font-family:var(--gem-font-heading);margin:0}.gem-blog-editorial__body,.gem-blog-editorial__excerpt{color:var(--gem-color-muted);line-height:1.6}.gem-blog-editorial__grid{gap:var(--gem-space-md);display:grid}.gem-blog-editorial__card{overflow:hidden}.gem-blog-editorial__image{aspect-ratio:4/3;object-fit:cover;width:100%;display:block}.gem-blog-editorial__card-content{gap:var(--gem-space-sm);padding:var(--gem-space-md);display:grid}.gem-blog-editorial__link{color:var(--gem-color-accent);font-weight:calc(700 * var(--gem-style-weight,1))}@media (min-width:768px){.gem-blog-editorial__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.gem-breadcrumbs--context-trail{background:var(--gem-color-background)}.gem-breadcrumbs__list{align-items:center;gap:var(--gem-space-xs);padding:var(--gem-space-sm) 0;flex-wrap:wrap;margin:0;list-style:none;display:flex}.gem-breadcrumbs__item{align-items:center;gap:var(--gem-space-xs);display:inline-flex}.gem-breadcrumbs__link{color:var(--gem-color-muted);text-decoration:none}.gem-breadcrumbs__link:hover{color:var(--gem-color-text);text-decoration:underline}.gem-breadcrumbs__separator{color:var(--gem-color-muted)}.gem-breadcrumbs__current{color:var(--gem-color-text);font-weight:calc(700 * var(--gem-style-weight,1))}.gem-bundle-builder{background:var(--gem-color-background);color:var(--gem-color-text);padding-block:var(--gem-layout-section,var(--gem-space-3xl));padding-inline:var(--gem-layout-gutter,var(--gem-space-lg))}.gem-bundle-builder__inner{gap:var(--gem-space-lg);max-width:var(--gem-layout-page);margin-inline:auto;display:grid}.gem-bundle-builder__intro{gap:var(--gem-space-sm);max-width:min(100%, var(--gem-layout-page));display:grid}.gem-bundle-builder__eyebrow{color:var(--gem-color-accent);font-size:12px;font-weight:calc(900 * var(--gem-style-weight,1));text-transform:uppercase}.gem-bundle-builder__intro h2{margin:0;font-size:clamp(30px,4vw,52px);line-height:1.03}.gem-bundle-builder__intro p{color:var(--gem-color-muted);margin:0;line-height:1.55}.gem-bundle-builder__layout{gap:var(--gem-space-lg);grid-template-columns:minmax(0,1fr) minmax(280px,.78fr);align-items:start;display:grid}.gem-bundle-builder__steps{gap:var(--gem-space-md);display:grid}.gem-bundle-builder__step{gap:var(--gem-space-md);padding:var(--gem-space-md);border:var(--gem-border-subtle,1px solid var(--gem-color-border));border-radius:var(--gem-radius-md);background:var(--gem-color-surface);grid-template-columns:auto minmax(0,1fr);display:grid}.gem-bundle-builder__step-index{inline-size:calc(var(--gem-space-lg) + var(--gem-space-md));block-size:calc(var(--gem-space-lg) + var(--gem-space-md));border-radius:var(--gem-radius-pill);background:var(--gem-color-accent);color:var(--gem-color-background);font-weight:calc(900 * var(--gem-style-weight,1));place-items:center;display:grid}.gem-bundle-builder__step strong,.gem-bundle-builder__summary strong{display:block}.gem-bundle-builder__step p,.gem-bundle-builder__summary p{color:var(--gem-color-muted);margin:var(--gem-space-xs) 0 0;line-height:1.5}.gem-bundle-builder__summary{gap:var(--gem-space-md);padding:var(--gem-space-md);border:var(--gem-border-subtle,1px solid var(--gem-color-border));border-radius:var(--gem-radius-md);background:var(--gem-color-surface);box-shadow:var(--gem-shadow-md);display:grid}.gem-bundle-builder__products{gap:var(--gem-space-sm);display:grid}.gem-bundle-builder__product{grid-template-columns:var(--gem-space-3xl) minmax(0,1fr) auto;gap:var(--gem-space-sm);color:var(--gem-color-text);align-items:center;text-decoration:none;display:grid}.gem-bundle-builder__product img,.gem-bundle-builder__placeholder{inline-size:var(--gem-space-3xl);block-size:var(--gem-space-3xl);border-radius:var(--gem-radius-sm);object-fit:cover;background:var(--gem-color-muted);display:block}.gem-bundle-builder__empty{color:var(--gem-color-muted);padding:var(--gem-space-md);border:var(--gem-border-subtle,1px solid var(--gem-color-border));border-radius:var(--gem-radius-sm)}.gem-bundle-builder__cta{justify-self:start}@media (max-width:820px){.gem-bundle-builder__layout{grid-template-columns:1fr}.gem-bundle-builder__product{grid-template-columns:var(--gem-space-2xl) minmax(0,1fr)}.gem-bundle-builder__product strong{grid-column:2}.gem-bundle-builder__product img,.gem-bundle-builder__placeholder{inline-size:var(--gem-space-2xl);block-size:var(--gem-space-2xl)}}.gem-cart-trust-summary{background:var(--gem-color-surface)}.gem-cart-trust-summary__inner{border:var(--gem-border-subtle);border-radius:var(--gem-radius-lg);gap:var(--gem-space-lg);padding:var(--gem-space-lg);display:grid}.gem-cart-trust-summary__header{gap:var(--gem-space-xs);display:grid}.gem-cart-trust-summary__heading,.gem-cart-trust-summary__progress{margin:0}.gem-cart-trust-summary__progress{color:var(--gem-color-muted)}.gem-cart-trust-summary__list{gap:var(--gem-space-sm);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.gem-cart-trust-summary__item{align-items:flex-start;gap:var(--gem-space-sm);display:flex}.gem-cart-trust-summary__icon{background:var(--gem-color-accent);border-radius:var(--gem-radius-pill);color:var(--gem-color-accent-text);height:var(--gem-space-lg);width:var(--gem-space-lg);flex:none;justify-content:center;align-items:center;display:inline-flex}@media (max-width:760px){.gem-cart-trust-summary__list{grid-template-columns:minmax(0,1fr)}}.gem-collection-filter-toolbar{border-block:var(--gem-border-subtle);background:var(--gem-color-surface)}.gem-collection-filter-toolbar__inner{align-items:center;gap:var(--gem-space-md);flex-wrap:wrap;justify-content:space-between;display:flex}.gem-collection-filter-toolbar__summary{gap:var(--gem-space-xs);display:grid}.gem-collection-filter-toolbar__heading{margin:0}.gem-collection-filter-toolbar__count{color:var(--gem-color-muted);margin:0}.gem-collection-filter-toolbar__form{align-items:center;gap:var(--gem-space-sm);flex-wrap:wrap;justify-content:flex-end;display:flex}.gem-collection-filter-toolbar__filters{gap:var(--gem-space-sm);flex-wrap:wrap;display:flex}.gem-collection-filter-toolbar__filter,.gem-collection-filter-toolbar__sort{align-items:center;gap:var(--gem-space-xs);display:flex}.gem-collection-filter-toolbar__select,.gem-collection-filter-toolbar__input{border:var(--gem-border-subtle);border-radius:var(--gem-radius-md);min-height:var(--gem-component-input-height);padding-inline:var(--gem-space-md)}.gem-collection-filter-toolbar__submit{min-height:var(--gem-component-input-height)}@media (max-width:760px){.gem-collection-filter-toolbar__inner,.gem-collection-filter-toolbar__form,.gem-collection-filter-toolbar__filters{align-items:stretch;width:100%;display:grid}}.gem-collection-promo-banner{background:var(--gem-color-surface)}.gem-collection-promo-banner__inner{border:var(--gem-border-subtle);border-radius:var(--gem-radius-lg);align-items:center;gap:var(--gem-space-lg);padding:var(--gem-space-xl);grid-template-columns:minmax(0,1fr) minmax(0,1fr);display:grid}.gem-collection-promo-banner__content{gap:var(--gem-space-sm);display:grid}.gem-collection-promo-banner__eyebrow{color:var(--gem-color-accent);font-size:.8125rem;font-weight:calc(700 * var(--gem-style-weight,1));text-transform:uppercase;margin:0}.gem-collection-promo-banner__heading{margin:0}.gem-collection-promo-banner__body,.gem-collection-promo-banner__offer{color:var(--gem-color-muted);margin:0}.gem-collection-promo-banner__offer{border-inline-start:var(--gem-border-strong);padding-inline-start:var(--gem-space-md)}.gem-collection-promo-banner__actions{justify-content:flex-end;display:flex}@media (max-width:760px){.gem-collection-promo-banner__inner{padding:var(--gem-space-lg);grid-template-columns:minmax(0,1fr)}.gem-collection-promo-banner__actions{justify-content:flex-start}}.gem-comparison-table{background:var(--gem-color-background);color:var(--gem-color-text);padding-block:var(--gem-layout-section,var(--gem-space-3xl));padding-inline:var(--gem-layout-gutter,var(--gem-space-lg))}.gem-comparison-table__inner{gap:var(--gem-space-lg);max-width:var(--gem-layout-page);margin:0 auto;display:grid}.gem-comparison-table__heading{gap:var(--gem-space-sm);max-width:min(100%, var(--gem-layout-page));display:grid}.gem-comparison-table__eyebrow{color:var(--gem-color-accent,#8b5f3c);font-size:12px;font-weight:calc(900 * var(--gem-style-weight,1));text-transform:uppercase}.gem-comparison-table__heading h2{margin:0;font-size:clamp(30px,4vw,52px);line-height:1.03}.gem-comparison-table__heading p{color:var(--gem-color-muted,#746b62);margin:0;font-size:17px;line-height:1.55}.gem-comparison-table__scroller{border:var(--gem-border-subtle,1px solid var(--gem-color-border));border-radius:var(--gem-radius-md);background:var(--gem-color-surface);box-shadow:var(--gem-shadow-md);overflow-x:auto}.gem-comparison-table__table{border-collapse:collapse;width:100%;min-width:760px}.gem-comparison-table th,.gem-comparison-table td{padding:var(--gem-space-md);text-align:left;vertical-align:top;border-bottom:var(--gem-border-subtle,1px solid var(--gem-color-border));line-height:1.45}.gem-comparison-table thead th{text-transform:uppercase;letter-spacing:0;font-size:13px;font-weight:calc(900 * var(--gem-style-weight,1));color:var(--gem-color-muted,#746b62)}.gem-comparison-table tbody th{font-weight:calc(900 * var(--gem-style-weight,1))}.gem-comparison-table tr:last-child th,.gem-comparison-table tr:last-child td{border-bottom:0}.gem-comparison-table__cell--highlighted{background:color-mix(in srgb,var(--gem-color-accent,#8b5f3c) 12%,transparent)}.gem-comparison-table--choice-guide-matrix .gem-comparison-table__inner{gap:var(--gem-space-xl)}.gem-comparison-table--choice-guide-matrix .gem-comparison-table__scroller{border-radius:var(--gem-radius-lg)}.gem-comparison-table__decision-note{gap:var(--gem-space-xs);padding:var(--gem-space-md);border:var(--gem-border-subtle,1px solid var(--gem-color-border));border-radius:var(--gem-radius-md);background:color-mix(in srgb,var(--gem-color-accent,#8b5f3c) 8%,var(--gem-color-surface,#fff));display:grid}.gem-comparison-table__decision-note strong{font-size:16px;line-height:1.4}.gem-comparison-table__decision-note p{color:var(--gem-color-muted,#746b62);margin:0;line-height:1.55}@media (max-width:720px){.gem-comparison-table{padding:var(--gem-space-xl) var(--gem-space-md)}.gem-comparison-table__table{min-width:680px}.gem-comparison-table th,.gem-comparison-table td{padding:var(--gem-space-sm)}}.gem-countdown-banner--offer-bar{background:var(--gem-color-surface);color:var(--gem-color-text);border-block:var(--gem-border-subtle)}.gem-countdown-banner__inner{align-items:center;gap:var(--gem-space-lg);padding-block:var(--gem-space-md);grid-template-columns:minmax(0,1fr) auto auto;display:grid}.gem-countdown-banner__copy{gap:var(--gem-space-xs);display:grid}.gem-countdown-banner__eyebrow{color:var(--gem-color-accent);font-weight:calc(700 * var(--gem-style-weight,1));text-transform:uppercase;margin:0}.gem-countdown-banner__heading{color:var(--gem-color-text);font-family:var(--gem-font-heading);margin:0}.gem-countdown-banner__body{color:var(--gem-color-muted);max-width:var(--gem-layout-page);margin:0}.gem-countdown-banner__timer{grid-template-columns:repeat(auto-fit, minmax(var(--gem-space-3xl), 1fr));gap:var(--gem-space-sm);text-align:center;display:inline-grid}.gem-countdown-banner__unit{gap:var(--gem-space-xs);padding:var(--gem-space-sm);border:var(--gem-border-subtle);border-radius:var(--gem-radius-sm);background:var(--gem-color-background);display:grid}.gem-countdown-banner__unit strong{color:var(--gem-color-text);font-family:var(--gem-font-heading)}.gem-countdown-banner__unit span{color:var(--gem-color-muted)}.gem-countdown-banner__cta{white-space:nowrap}@media (max-width:760px){.gem-countdown-banner__inner{grid-template-columns:1fr;align-items:stretch}.gem-countdown-banner__timer{width:100%}}.gem-faq--pdp-objections{background:var(--gem-color-background);color:var(--gem-color-text);padding-block:var(--gem-layout-section,var(--gem-space-3xl));padding-inline:var(--gem-layout-gutter,var(--gem-space-lg))}.gem-faq__pdp-inner{gap:var(--gem-space-xl);max-width:var(--gem-layout-page);grid-template-columns:minmax(0,.78fr) minmax(320px,1.22fr);align-items:start;margin-inline:auto;display:grid}.gem-faq__pdp-intro{gap:var(--gem-space-md);display:grid}.gem-faq__eyebrow{color:var(--gem-color-accent);font-size:12px;font-weight:calc(900 * var(--gem-style-weight,1));text-transform:uppercase}.gem-faq__pdp-intro h2{margin:0;font-size:clamp(30px,4vw,52px);line-height:1.04}.gem-faq__pdp-intro p,.gem-faq__pdp-item p,.gem-faq__policy-note{color:var(--gem-color-muted);margin:0;line-height:1.55}.gem-faq__pdp-list{gap:var(--gem-space-sm);display:grid}.gem-faq__pdp-item{padding:var(--gem-space-md);border:var(--gem-border-subtle,1px solid var(--gem-color-border));border-radius:var(--gem-radius-md);background:var(--gem-color-surface)}.gem-faq__pdp-item summary{cursor:pointer;font-weight:calc(900 * var(--gem-style-weight,1));line-height:1.25}.gem-faq__pdp-item p{margin-top:var(--gem-space-sm)}.gem-faq__policy-note{padding:var(--gem-space-sm);font-size:14px}@media (max-width:900px){.gem-faq__pdp-inner{grid-template-columns:1fr}.gem-faq__pdp-intro h2{font-size:32px}}.gem-hero-marketplace--category-gateway{color:var(--gem-color-text)}@media (min-width:768px){.gem-hero-marketplace__inner{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:center}.gem-hero-marketplace[data-gem-hero-marketplace-layout=centered] .gem-hero-marketplace__inner,.gem-hero-marketplace[data-gem-hero-marketplace-layout=centered_search] .gem-hero-marketplace__inner{text-align:center;grid-template-columns:minmax(0,1fr);justify-items:center}.gem-hero-marketplace[data-gem-hero-marketplace-layout=centered] .gem-hero-marketplace__content,.gem-hero-marketplace[data-gem-hero-marketplace-layout=centered] .gem-hero-marketplace__routes,.gem-hero-marketplace[data-gem-hero-marketplace-layout=centered_search] .gem-hero-marketplace__content,.gem-hero-marketplace[data-gem-hero-marketplace-layout=centered_search] .gem-hero-marketplace__routes{width:min(100%,58rem)}.gem-hero-marketplace[data-gem-hero-marketplace-layout=category_grid] .gem-hero-marketplace__inner,.gem-hero-marketplace[data-gem-hero-marketplace-layout=routes_first] .gem-hero-marketplace__inner,.gem-hero-marketplace[data-gem-hero-marketplace-layout=hotspot_lookbook] .gem-hero-marketplace__inner{grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr)}.gem-hero-marketplace[data-gem-hero-marketplace-layout=offer_split] .gem-hero-marketplace__inner,.gem-hero-marketplace[data-gem-hero-marketplace-layout=chip_led] .gem-hero-marketplace__inner,.gem-hero-marketplace[data-gem-hero-marketplace-layout=compact] .gem-hero-marketplace__inner{grid-template-columns:repeat(2,minmax(0,1fr))}.gem-hero-marketplace[data-gem-hero-marketplace-layout=compact] .gem-hero-marketplace__heading{font-size:3.5rem}}@media (max-width:767px){.gem-hero-marketplace__inner{min-height:auto;padding-block:var(--gem-space-lg)}.gem-hero-marketplace__heading{font-size:2.75rem}.gem-hero-marketplace__search{grid-template-columns:minmax(0,1fr)}.gem-hero-marketplace__search-button{width:100%}.gem-hero-marketplace__cards{grid-template-columns:minmax(0,1fr)}.gem-hero-marketplace[data-gem-hero-marketplace-mobile-order=routes_first] .gem-hero-marketplace__routes{order:-1}}.gem-hero-marketplace--concern-mosaic-gateway{color:var(--gem-color-text)}.gem-hero-marketplace--concern-mosaic-gateway .gem-hero-marketplace__inner{border-block:1px solid var(--gem-color-border)}.gem-hero-marketplace__inner{gap:var(--gem-space-lg);min-height:38rem;padding-block:var(--gem-space-xl);display:grid}.gem-hero-marketplace[data-gem-hero-marketplace-height=medium] .gem-hero-marketplace__inner{min-height:32rem}.gem-hero-marketplace[data-gem-hero-marketplace-height=compact] .gem-hero-marketplace__inner{min-height:24rem;padding-block:var(--gem-space-lg)}.gem-hero-marketplace[data-gem-hero-marketplace-height=viewport] .gem-hero-marketplace__inner{min-height:min(48rem,100vh)}.gem-hero-marketplace__content,.gem-hero-marketplace__routes{gap:var(--gem-space-md);display:grid}.gem-hero-marketplace__content{align-content:center;min-width:0;max-width:46rem}.gem-hero-marketplace__eyebrow,.gem-hero-marketplace__heading,.gem-hero-marketplace__body,.gem-hero-marketplace__offer{margin:0}.gem-hero-marketplace__eyebrow,.gem-hero-marketplace__card-badge{color:var(--gem-color-accent);font-size:.8125rem;font-weight:calc(700 * var(--gem-style-weight,1));text-transform:uppercase}.gem-hero-marketplace__heading{max-width:13ch;font-family:var(--gem-font-heading);overflow-wrap:anywhere;font-size:clamp(2.5rem,5vw,5rem);line-height:1}.gem-hero-marketplace__body{max-width:36rem;color:var(--gem-color-muted);line-height:1.6}.gem-hero-marketplace__offer{width:fit-content;padding:var(--gem-space-xs) var(--gem-space-sm);border:calc(1px * var(--gem-style-border,1)) solid var(--gem-color-border);border-radius:var(--gem-radius-pill);color:var(--gem-color-text);font-weight:calc(700 * var(--gem-style-weight,1));background:var(--gem-color-surface)}.gem-hero-marketplace__search{gap:var(--gem-space-xs);padding:var(--gem-space-xs);border:calc(1px * var(--gem-style-border,1)) solid var(--gem-color-border);border-radius:var(--gem-radius-sm);background:var(--gem-color-background);grid-template-columns:minmax(0,1fr) auto;display:grid}.gem-hero-marketplace[data-gem-hero-marketplace-search-enabled=false] .gem-hero-marketplace__search,.gem-hero-marketplace[data-gem-hero-marketplace-offer-visible=false] .gem-hero-marketplace__offer{display:none}.gem-hero-marketplace__search-label{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.gem-hero-marketplace__search-input{min-width:0;min-height:3rem;padding-inline:var(--gem-space-sm);color:var(--gem-color-text);font:inherit;background:0 0;border:0}.gem-hero-marketplace__search-input:focus{outline:2px solid var(--gem-color-accent);outline-offset:2px}.gem-hero-marketplace__chips{gap:var(--gem-space-xs);flex-wrap:wrap;display:flex}.gem-hero-marketplace__chip{min-height:2.75rem;padding-inline:var(--gem-space-sm);border:calc(1px * var(--gem-style-border,1)) solid var(--gem-color-border);border-radius:var(--gem-radius-pill);color:var(--gem-color-text);background:var(--gem-color-background);font-weight:calc(700 * var(--gem-style-weight,1));align-items:center;text-decoration:none;display:inline-flex}.gem-hero-marketplace[data-gem-hero-marketplace-chip-style=button] .gem-hero-marketplace__chip{border-radius:var(--gem-radius-sm);background:var(--gem-color-surface)}.gem-hero-marketplace[data-gem-hero-marketplace-chip-style=card] .gem-hero-marketplace__chip{border-radius:var(--gem-radius-sm);background:var(--gem-color-surface);min-height:3rem;box-shadow:inset 0 0 0 1px var(--gem-color-border)}.gem-hero-marketplace[data-gem-hero-marketplace-chip-style=minimal] .gem-hero-marketplace__chip{min-height:2.75rem;color:var(--gem-color-accent);background:0 0;border:0;padding-inline:0}.gem-hero-marketplace__cards{gap:var(--gem-space-sm);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.gem-hero-marketplace__cards--mosaic .gem-hero-marketplace__card:first-child{grid-row:span 2}.gem-hero-marketplace__cards--mosaic .gem-hero-marketplace__card:first-child .gem-hero-marketplace__card-media{aspect-ratio:4/5}.gem-hero-marketplace__card{min-width:0;color:inherit;padding:0;text-decoration:none;position:relative;overflow:hidden}.gem-hero-marketplace__card-media,.gem-hero-marketplace__card-image,.gem-hero-marketplace__card-placeholder{width:100%;display:block}.gem-hero-marketplace__card-media{aspect-ratio:4/3;background:var(--gem-color-surface);position:relative}.gem-hero-marketplace__card-image,.gem-hero-marketplace__card-placeholder{object-fit:cover;height:100%}.gem-hero-marketplace__card-placeholder{background:linear-gradient(135deg, var(--gem-color-surface), var(--gem-color-border))}.gem-hero-marketplace__card-content{gap:var(--gem-space-xs);min-width:0;padding:var(--gem-space-sm);display:grid}.gem-hero-marketplace__card-label{font-family:var(--gem-font-heading);font-size:1.25rem;font-weight:calc(700 * var(--gem-style-weight,1));overflow-wrap:anywhere;line-height:1.1;display:block}.gem-hero-marketplace__card-caption{color:var(--gem-color-muted);overflow-wrap:anywhere;line-height:1.45;display:block}.gem-hero-marketplace__hotspots{pointer-events:none;position:absolute;inset:0}.gem-hero-marketplace__hotspot{border:calc(2px * var(--gem-style-border,1)) solid var(--gem-color-background);border-radius:var(--gem-radius-pill);background:var(--gem-color-accent);width:.875rem;height:.875rem;box-shadow:0 0 0 .375rem var(--gem-color-border);position:absolute;top:28%;left:62%}.gem-hero-marketplace__hotspot--secondary{top:58%;left:36%}@media (min-width:768px){.gem-hero-marketplace__inner{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:center}.gem-hero-marketplace[data-gem-hero-marketplace-layout=centered] .gem-hero-marketplace__inner,.gem-hero-marketplace[data-gem-hero-marketplace-layout=centered_search] .gem-hero-marketplace__inner{text-align:center;grid-template-columns:minmax(0,1fr);justify-items:center}.gem-hero-marketplace[data-gem-hero-marketplace-layout=centered] .gem-hero-marketplace__content,.gem-hero-marketplace[data-gem-hero-marketplace-layout=centered] .gem-hero-marketplace__routes,.gem-hero-marketplace[data-gem-hero-marketplace-layout=centered_search] .gem-hero-marketplace__content,.gem-hero-marketplace[data-gem-hero-marketplace-layout=centered_search] .gem-hero-marketplace__routes{width:min(100%,58rem)}.gem-hero-marketplace[data-gem-hero-marketplace-layout=category_grid] .gem-hero-marketplace__inner,.gem-hero-marketplace[data-gem-hero-marketplace-layout=routes_first] .gem-hero-marketplace__inner,.gem-hero-marketplace[data-gem-hero-marketplace-layout=hotspot_lookbook] .gem-hero-marketplace__inner{grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr)}.gem-hero-marketplace[data-gem-hero-marketplace-layout=offer_split] .gem-hero-marketplace__inner,.gem-hero-marketplace[data-gem-hero-marketplace-layout=chip_led] .gem-hero-marketplace__inner,.gem-hero-marketplace[data-gem-hero-marketplace-layout=compact] .gem-hero-marketplace__inner{grid-template-columns:repeat(2,minmax(0,1fr))}.gem-hero-marketplace[data-gem-hero-marketplace-layout=compact] .gem-hero-marketplace__heading{font-size:3.5rem}}@media (max-width:767px){.gem-hero-marketplace__inner{min-height:auto;padding-block:var(--gem-space-lg)}.gem-hero-marketplace__heading{font-size:2.75rem}.gem-hero-marketplace__search{grid-template-columns:minmax(0,1fr)}.gem-hero-marketplace__search-button{width:100%}.gem-hero-marketplace__cards{grid-template-columns:minmax(0,1fr)}.gem-hero-marketplace[data-gem-hero-marketplace-mobile-order=routes_first] .gem-hero-marketplace__routes{order:-1}}.gem-hero-slideshow--editorial-carousel{color:var(--gem-color-text)}.gem-hero-slideshow__viewport,.gem-hero-slideshow__track,.gem-hero-slideshow__slide{position:relative}.gem-hero-slideshow__viewport{overflow:hidden}.gem-hero-slideshow[data-gem-hero-layout=inset_panel] .gem-hero-slideshow__viewport,.gem-hero-slideshow[data-gem-hero-layout=countdown_inset_panel] .gem-hero-slideshow__viewport{border-radius:var(--gem-radius-sm)}.gem-hero-slideshow__slide{min-height:36rem;color:var(--gem-color-background)}.gem-hero-slideshow[data-gem-hero-layout=full_bleed] .gem-hero-slideshow__slide,.gem-hero-slideshow[data-gem-hero-layout=product_campaign] .gem-hero-slideshow__slide,.gem-hero-slideshow[data-gem-hero-layout=category_routed] .gem-hero-slideshow__slide,.gem-hero-slideshow[data-gem-hero-layout=single_slide] .gem-hero-slideshow__slide{overflow:hidden}.gem-hero-slideshow[data-gem-hero-height=compact] .gem-hero-slideshow__slide{min-height:26rem}.gem-hero-slideshow[data-gem-hero-height=medium] .gem-hero-slideshow__slide{min-height:32rem}.gem-hero-slideshow[data-gem-hero-height=tall] .gem-hero-slideshow__slide{min-height:40rem}.gem-hero-slideshow[data-gem-hero-height=viewport] .gem-hero-slideshow__slide{min-height:min(48rem,100vh)}.gem-hero-slideshow__media,.gem-hero-slideshow__media picture,.gem-hero-slideshow__image,.gem-hero-slideshow__placeholder,.gem-hero-slideshow__scrim{position:absolute;inset:0}.gem-hero-slideshow__media picture{display:block}.gem-hero-slideshow__image,.gem-hero-slideshow__placeholder{object-fit:cover;width:100%;height:100%;display:block}.gem-hero-slideshow__placeholder{background:var(--gem-color-surface)}.gem-hero-slideshow__scrim{pointer-events:none}.gem-hero-slideshow[data-gem-hero-overlay=scrim] .gem-hero-slideshow__scrim{background:#0000005c}.gem-hero-slideshow[data-gem-hero-overlay=gradient] .gem-hero-slideshow__scrim{background:linear-gradient(90deg,#0000009e,#0000001a)}.gem-hero-slideshow[data-gem-hero-layout=bottom_left] .gem-hero-slideshow__scrim,.gem-hero-slideshow[data-gem-hero-overlay=scrim] .gem-hero-slideshow__scrim{background:linear-gradient(#00000014,#00000085)}.gem-hero-slideshow__slide:has(.gem-hero-slideshow__copy) .gem-hero-slideshow__media{z-index:0}.gem-hero-slideshow__slide:has(.gem-hero-slideshow__copy):has(.gem-hero-slideshow__media):after{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0000001a 0%,#0000004d 55%,#00000094 100%);position:absolute;inset:0}.gem-hero-slideshow__copy{z-index:2;position:relative}.gem-hero-slideshow__content-wrap{z-index:1;min-height:inherit;padding-block:var(--gem-space-xl);align-items:center;display:flex;position:relative}.gem-hero-slideshow__content{gap:var(--gem-space-sm);width:min(100%,42rem);display:grid}.gem-hero-slideshow[data-gem-hero-overlay=panel] .gem-hero-slideshow__content,.gem-hero-slideshow[data-gem-hero-overlay=solid_panel] .gem-hero-slideshow__content,.gem-hero-slideshow[data-gem-hero-layout=inset_panel] .gem-hero-slideshow__content,.gem-hero-slideshow[data-gem-hero-layout=countdown_inset_panel] .gem-hero-slideshow__content{padding:var(--gem-space-lg);border-radius:var(--gem-radius-sm);color:var(--gem-color-text);background:var(--gem-color-background)}.gem-hero-slideshow[data-gem-hero-copy=center] .gem-hero-slideshow__content-wrap,.gem-hero-slideshow[data-gem-hero-copy=bottom-center] .gem-hero-slideshow__content-wrap{text-align:center;justify-content:center}.gem-hero-slideshow[data-gem-hero-copy=right] .gem-hero-slideshow__content-wrap{justify-content:flex-end}.gem-hero-slideshow[data-gem-hero-copy=bottom-left] .gem-hero-slideshow__content-wrap,.gem-hero-slideshow[data-gem-hero-copy=bottom_left] .gem-hero-slideshow__content-wrap,.gem-hero-slideshow[data-gem-hero-copy=bottom-center] .gem-hero-slideshow__content-wrap,.gem-hero-slideshow[data-gem-hero-copy=bottom_center] .gem-hero-slideshow__content-wrap,.gem-hero-slideshow[data-gem-hero-layout=bottom_left] .gem-hero-slideshow__content-wrap{align-items:flex-end}.gem-hero-slideshow[data-gem-hero-copy=bottom_left] .gem-hero-slideshow__content-wrap,.gem-hero-slideshow[data-gem-hero-layout=bottom_left] .gem-hero-slideshow__content-wrap{justify-content:flex-start}.gem-hero-slideshow[data-gem-hero-copy=bottom_center] .gem-hero-slideshow__content-wrap{text-align:center;justify-content:center}.gem-hero-slideshow__eyebrow,.gem-hero-slideshow__heading,.gem-hero-slideshow__body{margin:0}.gem-hero-slideshow__eyebrow{font-size:.8125rem;font-weight:calc(700 * var(--gem-style-weight,1));text-transform:uppercase}.gem-hero-slideshow__badge,.gem-hero-slideshow__proof,.gem-hero-slideshow__countdown{margin:0}.gem-hero-slideshow__badge{width:fit-content;padding:var(--gem-space-xs) var(--gem-space-sm);border-radius:var(--gem-radius-pill);background:var(--gem-color-accent);color:var(--gem-color-accent-text);font-size:.75rem;font-weight:calc(800 * var(--gem-style-weight,1))}.gem-hero-slideshow__heading{max-width:14ch;font-family:var(--gem-font-heading);font-size:clamp(2.5rem,6vw,5.5rem);line-height:.98}.gem-hero-slideshow[data-gem-hero-copy=center] .gem-hero-slideshow__heading,.gem-hero-slideshow[data-gem-hero-copy=bottom-center] .gem-hero-slideshow__heading{margin-inline:auto}.gem-hero-slideshow__body{max-width:34rem;font-size:1rem;line-height:1.6}.gem-hero-slideshow__proof{color:currentColor;font-weight:calc(750 * var(--gem-style-weight,1))}.gem-hero-slideshow__routes{gap:var(--gem-space-xs);flex-wrap:wrap;display:flex}.gem-hero-slideshow__route{border:var(--gem-border-subtle);border-radius:var(--gem-radius-pill);min-height:2.5rem;padding-inline:var(--gem-space-sm);color:inherit;font-weight:calc(750 * var(--gem-style-weight,1));background:#ffffff29;align-items:center;text-decoration:none;display:inline-flex}.gem-hero-slideshow[data-gem-hero-overlay=solid_panel] .gem-hero-slideshow__route,.gem-hero-slideshow[data-gem-hero-layout=inset_panel] .gem-hero-slideshow__route,.gem-hero-slideshow[data-gem-hero-layout=countdown_inset_panel] .gem-hero-slideshow__route{color:var(--gem-color-text);background:color-mix(in srgb, var(--gem-color-surface), transparent 8%)}.gem-hero-slideshow__countdown{gap:var(--gem-space-xs);width:fit-content;padding:var(--gem-space-xs) var(--gem-space-sm);border:var(--gem-border-subtle);border-radius:var(--gem-radius-sm);background:color-mix(in srgb, var(--gem-color-surface), transparent 4%);color:var(--gem-color-text);flex-wrap:wrap;align-items:center;display:inline-flex}.gem-hero-slideshow__countdown strong{font-size:.85rem}.gem-hero-slideshow__actions{gap:var(--gem-space-sm);margin-top:var(--gem-space-sm);flex-wrap:wrap;display:flex}.gem-hero-slideshow[data-gem-hero-copy=center] .gem-hero-slideshow__actions,.gem-hero-slideshow[data-gem-hero-copy=bottom-center] .gem-hero-slideshow__actions,.gem-hero-slideshow[data-gem-hero-copy=bottom_center] .gem-hero-slideshow__actions{justify-content:center}.gem-hero-slideshow[data-gem-hero-cta-density=single] .gem-hero-slideshow__actions .gem-button--secondary,.gem-hero-slideshow[data-gem-hero-cta-density=route_primary] .gem-hero-slideshow__actions .gem-button--secondary,.gem-hero-slideshow[data-gem-hero-cta-density=none] .gem-hero-slideshow__actions{display:none}.gem-hero-slideshow__controls{right:var(--gem-space-md);bottom:var(--gem-space-md);z-index:2;align-items:center;gap:var(--gem-space-xs);display:flex;position:absolute}.gem-hero-slideshow[data-gem-hero-control-clearance-zone=bottom_safe] .gem-hero-slideshow__content{margin-bottom:calc(var(--gem-space-xl) + var(--gem-space-lg))}.gem-hero-slideshow__controls--progress,.gem-hero-slideshow__controls--pause_progress{min-width:min(28rem, calc(100% - var(--gem-space-xl)))}.gem-hero-slideshow__arrow,.gem-hero-slideshow__dot,.gem-hero-slideshow__pause{border:var(--gem-border-subtle);color:var(--gem-color-background);background:#00000052}.gem-hero-slideshow__arrow,.gem-hero-slideshow__pause{border-radius:var(--gem-radius-pill);cursor:pointer;min-width:2.75rem;min-height:2.75rem}.gem-hero-slideshow__pause{padding-inline:var(--gem-space-sm);font-weight:calc(700 * var(--gem-style-weight,1))}.gem-hero-slideshow__dots{gap:var(--gem-space-xs);align-items:center;display:flex}.gem-hero-slideshow__progress{border-radius:var(--gem-radius-pill);background:#ffffff47;width:min(12rem,28vw);height:.35rem;overflow:hidden}.gem-hero-slideshow__progress-bar{border-radius:inherit;background:var(--gem-color-background);width:40%;height:100%;display:block}.gem-hero-slideshow__dot{border-radius:var(--gem-radius-pill);cursor:pointer;width:.75rem;height:.75rem;padding:0}.gem-hero-slideshow__dot--active{background:var(--gem-color-background)}@media (max-width:767px){.gem-hero-slideshow__slide{min-height:34rem}.gem-hero-slideshow__content-wrap{padding-block:var(--gem-space-lg)}.gem-hero-slideshow[data-gem-hero-mobile-copy=top] .gem-hero-slideshow__content-wrap{align-items:flex-start}.gem-hero-slideshow[data-gem-hero-mobile-copy=center] .gem-hero-slideshow__content-wrap{align-items:center}.gem-hero-slideshow[data-gem-hero-mobile-copy=bottom] .gem-hero-slideshow__content-wrap{align-items:flex-end}.gem-hero-slideshow__content{width:100%;padding-bottom:calc(var(--gem-space-xl) + var(--gem-space-lg))}.gem-hero-slideshow[data-gem-hero-layout=inset_panel] .gem-hero-slideshow__content,.gem-hero-slideshow[data-gem-hero-layout=countdown_inset_panel] .gem-hero-slideshow__content,.gem-hero-slideshow[data-gem-hero-overlay=solid_panel] .gem-hero-slideshow__content{margin-bottom:calc(var(--gem-space-xl) + var(--gem-space-md));padding:var(--gem-space-md)}.gem-hero-slideshow__heading{max-width:12ch;font-size:2.625rem}.gem-hero-slideshow__body{max-width:28rem}.gem-hero-slideshow__controls{right:var(--gem-space-sm);bottom:var(--gem-space-sm);left:var(--gem-space-sm);justify-content:center}.gem-hero-slideshow__controls--progress,.gem-hero-slideshow__controls--pause_progress{min-width:0}.gem-hero-slideshow[data-gem-hero-mobile-media-focal-point=top] .gem-hero-slideshow__image,.gem-hero-slideshow[data-gem-hero-mobile-media-focal-point=top] .gem-hero-slideshow__placeholder{object-position:center top}.gem-hero-slideshow[data-gem-hero-mobile-media-focal-point=bottom] .gem-hero-slideshow__image,.gem-hero-slideshow[data-gem-hero-mobile-media-focal-point=bottom] .gem-hero-slideshow__placeholder{object-position:center bottom}.gem-hero-slideshow[data-gem-hero-mobile-media-focal-point=left] .gem-hero-slideshow__image,.gem-hero-slideshow[data-gem-hero-mobile-media-focal-point=left] .gem-hero-slideshow__placeholder{object-position:left center}.gem-hero-slideshow[data-gem-hero-mobile-media-focal-point=right] .gem-hero-slideshow__image,.gem-hero-slideshow[data-gem-hero-mobile-media-focal-point=right] .gem-hero-slideshow__placeholder{object-position:right center}}@media (prefers-reduced-motion:reduce){.gem-hero-slideshow__slide{transition:none}}.gem-hero-video--campaign-reel{color:var(--gem-color-text)}.gem-hero-video__inner{min-height:40rem;display:grid;position:relative;overflow:hidden}.gem-hero-video[data-gem-hero-video-height=medium] .gem-hero-video__inner{min-height:32rem}.gem-hero-video[data-gem-hero-video-height=viewport] .gem-hero-video__inner{min-height:min(48rem,100vh)}.gem-hero-video__media,.gem-hero-video__video,.gem-hero-video__poster,.gem-hero-video__placeholder,.gem-hero-video__scrim{position:absolute;inset:0}.gem-hero-video__video,.gem-hero-video__poster,.gem-hero-video__placeholder{object-fit:cover;width:100%;height:100%;display:block}.gem-hero-video__video{pointer-events:none}.gem-hero-video__video::-webkit-media-controls{-webkit-appearance:none;display:none!important}.gem-hero-video__video::-webkit-media-controls-enclosure{-webkit-appearance:none;display:none!important}.gem-hero-video__video::-webkit-media-controls-panel{-webkit-appearance:none;display:none!important}.gem-hero-video__placeholder{background:linear-gradient(135deg, var(--gem-color-surface), var(--gem-color-border)), var(--gem-color-surface)}.gem-hero-video__scrim{pointer-events:none}.gem-hero-video[data-gem-hero-video-overlay=scrim] .gem-hero-video__scrim{background:var(--gem-color-text)}.gem-hero-video[data-gem-hero-video-overlay=gradient] .gem-hero-video__scrim{background:linear-gradient(90deg, var(--gem-color-text), transparent)}.gem-hero-video__content-wrap{z-index:1;min-height:inherit;padding-block:var(--gem-space-xl);align-items:center;display:flex;position:relative}.gem-hero-video__content{gap:var(--gem-space-sm);width:min(100%,42rem);min-width:0;color:var(--gem-color-background);display:grid}.gem-hero-video[data-gem-hero-video-overlay=panel] .gem-hero-video__content,.gem-hero-video[data-gem-hero-video-overlay=solid_panel] .gem-hero-video__content{padding:var(--gem-space-lg);border-radius:var(--gem-radius-sm);color:var(--gem-color-text);background:var(--gem-color-background)}.gem-hero-video[data-gem-hero-video-text=center] .gem-hero-video__content-wrap{text-align:center;justify-content:center}.gem-hero-video[data-gem-hero-video-text=right] .gem-hero-video__content-wrap{justify-content:flex-end}.gem-hero-video[data-gem-hero-video-text=bottom-left] .gem-hero-video__content-wrap{align-items:flex-end}.gem-hero-video__eyebrow,.gem-hero-video__heading,.gem-hero-video__body{margin:0}.gem-hero-video__eyebrow{font-size:.8125rem;font-weight:calc(700 * var(--gem-style-weight,1));text-transform:uppercase}.gem-hero-video__heading{max-width:14ch;font-family:var(--gem-font-heading);overflow-wrap:anywhere;font-size:4.75rem;line-height:.98}.gem-hero-video__body{overflow-wrap:anywhere;max-width:34rem;line-height:1.6}.gem-hero-video__actions{gap:var(--gem-space-sm);margin-top:var(--gem-space-sm);flex-wrap:wrap;display:flex}.gem-hero-video__category-row{gap:var(--gem-space-xs);margin-top:var(--gem-space-xs);flex-wrap:wrap;display:flex}.gem-hero-video__category-link{min-height:2.75rem;padding-inline:var(--gem-space-sm);border:calc(1px * var(--gem-style-border,1)) solid var(--gem-color-border);border-radius:var(--gem-radius-pill);color:inherit;font-weight:calc(700 * var(--gem-style-weight,1));align-items:center;text-decoration:none;display:inline-flex}.gem-hero-video[data-gem-hero-video-category-row=false] .gem-hero-video__category-row{display:none}.gem-hero-video__toggle{right:var(--gem-space-md);bottom:var(--gem-space-md);z-index:2;min-width:2.75rem;min-height:2.75rem;padding-inline:var(--gem-space-sm);border:var(--gem-border-subtle);border-radius:var(--gem-radius-pill);color:var(--gem-color-background);background:var(--gem-color-text);font-weight:calc(700 * var(--gem-style-weight,1));cursor:pointer;position:absolute}.gem-hero-video[data-gem-hero-video-controls=none] .gem-hero-video__toggle{display:none}@media (min-width:768px){.gem-hero-video[data-gem-hero-video-layout=split_left] .gem-hero-video__inner,.gem-hero-video[data-gem-hero-video-layout=split_right] .gem-hero-video__inner,.gem-hero-video[data-gem-hero-video-layout=poster_only] .gem-hero-video__inner{gap:var(--gem-space-lg);grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;overflow:visible}.gem-hero-video[data-gem-hero-video-layout=split_left] .gem-hero-video__media,.gem-hero-video[data-gem-hero-video-layout=split_right] .gem-hero-video__media,.gem-hero-video[data-gem-hero-video-layout=poster_only] .gem-hero-video__media{border-radius:var(--gem-radius-sm);background:var(--gem-color-surface);min-height:32rem;position:relative;overflow:hidden}.gem-hero-video[data-gem-hero-video-layout=split_left] .gem-hero-video__content-wrap,.gem-hero-video[data-gem-hero-video-layout=split_right] .gem-hero-video__content-wrap,.gem-hero-video[data-gem-hero-video-layout=poster_only] .gem-hero-video__content-wrap{min-height:auto;padding-block:var(--gem-space-lg)}.gem-hero-video[data-gem-hero-video-layout=split_left] .gem-hero-video__content,.gem-hero-video[data-gem-hero-video-layout=split_right] .gem-hero-video__content,.gem-hero-video[data-gem-hero-video-layout=poster_only] .gem-hero-video__content{color:var(--gem-color-text)}.gem-hero-video[data-gem-hero-video-layout=split_left] .gem-hero-video__media{order:2}.gem-hero-video[data-gem-hero-video-layout=split_left] .gem-hero-video__content-wrap{order:1}.gem-hero-video[data-gem-hero-video-layout=split_left] .gem-hero-video__scrim,.gem-hero-video[data-gem-hero-video-layout=split_right] .gem-hero-video__scrim,.gem-hero-video[data-gem-hero-video-layout=poster_only] .gem-hero-video__scrim{display:none}.gem-hero-video[data-gem-hero-video-layout=background_category_row] .gem-hero-video__content{width:min(100%,48rem)}.gem-hero-video[data-gem-hero-video-layout=split_right] .gem-hero-video__toggle{right:calc(50% + var(--gem-space-lg))}}@media (min-width:768px) and (max-width:1023px){.gem-hero-video__heading{font-size:3.5rem}}@media (max-width:767px){.gem-hero-video__inner{min-height:36rem}.gem-hero-video__content-wrap{padding-block:var(--gem-space-lg)}.gem-hero-video[data-gem-hero-video-mobile-text=top] .gem-hero-video__content-wrap{align-items:flex-start}.gem-hero-video[data-gem-hero-video-mobile-text=center] .gem-hero-video__content-wrap{align-items:center}.gem-hero-video[data-gem-hero-video-mobile-text=bottom] .gem-hero-video__content-wrap{align-items:flex-end}.gem-hero-video__content{width:100%;padding-bottom:calc(var(--gem-space-xl) + var(--gem-space-md))}.gem-hero-video__heading{max-width:12ch;font-size:2.625rem}.gem-hero-video__toggle{right:var(--gem-space-sm);bottom:var(--gem-space-sm)}}.gem-how-to-use__inner{gap:var(--gem-space-xl);grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);display:grid}.gem-how-to-use__eyebrow{color:var(--gem-color-accent);font-weight:calc(800 * var(--gem-style-weight,1));text-transform:uppercase}.gem-how-to-use__heading{margin:0}.gem-how-to-use__steps{counter-reset:gem-step;gap:var(--gem-space-md);margin:0;padding:0;list-style:none;display:grid}.gem-how-to-use__step{counter-increment:gem-step;border:var(--gem-border-subtle);border-radius:var(--gem-radius-md);padding:var(--gem-space-lg) var(--gem-space-lg) var(--gem-space-lg) 4rem;background:var(--gem-color-surface);position:relative}.gem-how-to-use__step:before{content:counter(gem-step);left:var(--gem-space-lg);top:var(--gem-space-lg);border-radius:var(--gem-radius-pill);background:var(--gem-color-accent);width:2rem;height:2rem;color:var(--gem-color-accent-text,var(--gem-color-surface));font-weight:calc(800 * var(--gem-style-weight,1));place-items:center;display:grid;position:absolute}.gem-how-to-use__step p,.gem-how-to-use__intro p,.gem-how-to-use__notes p{color:var(--gem-color-muted)}.gem-how-to-use__notes{gap:var(--gem-space-sm);grid-column:2;display:grid}.gem-how-to-use__notes p{border:var(--gem-border-subtle);border-radius:var(--gem-radius-md);padding:var(--gem-space-md);background:var(--gem-color-surface);margin:0}@media (max-width:900px){.gem-how-to-use__inner,.gem-how-to-use__notes{grid-column:auto;grid-template-columns:1fr}}.gem-logo-list--press-strip{color:var(--gem-color-text)}.gem-logo-list__inner{gap:var(--gem-space-lg);text-align:center;display:grid}.gem-logo-list__header{gap:var(--gem-space-sm);justify-items:center;display:grid}.gem-logo-list__eyebrow{color:var(--gem-color-accent);font-size:.8125rem;font-weight:calc(700 * var(--gem-style-weight,1));text-transform:uppercase;margin:0}.gem-logo-list__heading{color:var(--gem-color-text);font-family:var(--gem-font-heading);margin:0}.gem-logo-list__body{max-width:42rem;color:var(--gem-color-muted);line-height:1.6}.gem-logo-list__grid{gap:var(--gem-space-sm);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.gem-logo-list__item{min-height:5rem;padding:var(--gem-space-md);border:calc(1px * var(--gem-style-border,1)) solid var(--gem-color-border);border-radius:var(--gem-radius-sm);background:var(--gem-color-surface);place-items:center;display:grid}.gem-logo-list__link{width:100%;min-height:3rem;color:inherit;place-items:center;text-decoration:none;display:grid}.gem-logo-list__logo{object-fit:contain;max-width:9rem;max-height:3rem;display:block}.gem-logo-list--treatment-monochrome .gem-logo-list__logo{filter:grayscale()contrast(.9);opacity:.78}.gem-logo-list--treatment-inverted .gem-logo-list__item{background:var(--gem-color-text);color:var(--gem-color-background)}.gem-logo-list--treatment-inverted .gem-logo-list__logo{filter:grayscale()invert()contrast(1.1)}.gem-logo-list__label{color:var(--gem-color-muted);font-weight:calc(700 * var(--gem-style-weight,1))}@media (min-width:768px){.gem-logo-list__grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.gem-lookbook-hotspots,.gem-lookbook-hotspots--editorial-hotspots{color:var(--gem-color-text)}.gem-lookbook-hotspots__header{gap:var(--gem-space-sm);margin-block-end:var(--gem-space-lg);display:grid}.gem-lookbook-hotspots__heading,.gem-lookbook-hotspots__body,.gem-lookbook-hotspots__title,.gem-lookbook-hotspots__copy{margin:0}.gem-lookbook-hotspots__body,.gem-lookbook-hotspots__copy{color:var(--gem-color-muted)}.gem-lookbook-hotspots__stage{border-radius:var(--gem-radius-lg);display:grid;position:relative;overflow:hidden}.gem-lookbook-hotspots__media,.gem-lookbook-hotspots__image,.gem-lookbook-hotspots__placeholder{aspect-ratio:16/10;width:100%}.gem-lookbook-hotspots__image{object-fit:cover;display:block}.gem-lookbook-hotspots__placeholder{background:linear-gradient(135deg, color-mix(in srgb, var(--gem-color-accent) 18%, var(--gem-color-surface)), var(--gem-color-surface)), var(--gem-color-surface)}.gem-lookbook-hotspots__item{gap:var(--gem-space-sm);left:var(--gem-lookbook-hotspots-x);max-width:min(320px, calc(100% - var(--gem-space-lg)));top:var(--gem-lookbook-hotspots-y);display:grid;position:absolute;transform:translate(-50%,-50%)}.gem-lookbook-hotspots__pin{background:var(--gem-color-accent);border:var(--gem-border-strong);border-radius:var(--gem-radius-pill);box-shadow:var(--gem-shadow-sm);height:var(--gem-space-lg);width:var(--gem-space-lg);justify-self:center}.gem-lookbook-hotspots__card{background:color-mix(in srgb, var(--gem-color-surface) 94%, transparent);border:var(--gem-border-subtle);border-radius:var(--gem-radius-md);box-shadow:var(--gem-shadow-md);gap:var(--gem-space-sm);padding:var(--gem-space-md);display:grid}@media (max-width:760px){.gem-lookbook-hotspots__stage{gap:var(--gem-space-md)}.gem-lookbook-hotspots__item{max-width:none;position:static;top:auto;left:auto;transform:none}.gem-lookbook-hotspots__pin{display:none}}.gem-product-bundle{background:var(--gem-color-background);color:var(--gem-color-text);padding-block:var(--gem-layout-section,var(--gem-space-3xl));padding-inline:var(--gem-layout-gutter,var(--gem-space-lg))}.gem-product-bundle__inner{gap:var(--gem-space-lg);max-width:var(--gem-layout-page);margin-inline:auto;display:grid}.gem-product-bundle__header{gap:var(--gem-space-sm);max-width:min(100%, var(--gem-layout-page));display:grid}.gem-product-bundle__eyebrow{color:var(--gem-color-accent);font-size:12px;font-weight:calc(900 * var(--gem-style-weight,1));text-transform:uppercase}.gem-product-bundle__header h2{margin:0;font-size:clamp(30px,4vw,52px);line-height:1.03}.gem-product-bundle__header p{color:var(--gem-color-muted);margin:0;line-height:1.55}.gem-product-bundle__layout{gap:var(--gem-space-lg);grid-template-columns:minmax(0,1fr) minmax(280px,.72fr);align-items:start;display:grid}.gem-product-bundle__items{gap:var(--gem-space-sm);display:grid}.gem-product-bundle__item{grid-template-columns:var(--gem-space-3xl) minmax(0,1fr);gap:var(--gem-space-md);padding:var(--gem-space-md);border:var(--gem-border-subtle,1px solid var(--gem-color-border));border-radius:var(--gem-radius-md);background:var(--gem-color-surface);align-items:center;display:grid}.gem-product-bundle__item--current{border-color:var(--gem-color-accent)}.gem-product-bundle__item a{color:var(--gem-color-text);text-decoration:none}.gem-product-bundle__item p,.gem-product-bundle__summary p{color:var(--gem-color-muted);margin:var(--gem-space-xs) 0 0}.gem-product-bundle__media,.gem-product-bundle__media img,.gem-product-bundle__placeholder{inline-size:var(--gem-space-3xl);block-size:var(--gem-space-3xl);border-radius:var(--gem-radius-sm);object-fit:cover;background:var(--gem-color-muted);display:block}.gem-product-bundle__summary{gap:var(--gem-space-md);padding:var(--gem-space-md);border:var(--gem-border-subtle,1px solid var(--gem-color-border));border-radius:var(--gem-radius-md);background:var(--gem-color-surface);box-shadow:var(--gem-shadow-md);display:grid}.gem-product-bundle__form{gap:var(--gem-space-sm);display:grid}.gem-product-bundle__empty{color:var(--gem-color-muted);padding:var(--gem-space-md);border:var(--gem-border-subtle,1px solid var(--gem-color-border));border-radius:var(--gem-radius-sm)}@media (max-width:820px){.gem-product-bundle__layout{grid-template-columns:1fr}.gem-product-bundle__item{grid-template-columns:var(--gem-space-2xl) minmax(0,1fr)}.gem-product-bundle__media,.gem-product-bundle__media img,.gem-product-bundle__placeholder{inline-size:var(--gem-space-2xl);block-size:var(--gem-space-2xl)}}.gem-product-main-buybox--conversion-panel{background:var(--gem-color-background)}@media (max-width:900px){.gem-product-main-buybox__inner,.gem-product-main-buybox__media{grid-template-columns:1fr}.gem-product-main-buybox__panel{position:static}}.gem-product-main-buybox--sticky-media-badges{background:var(--gem-color-background)}.gem-product-main-buybox__inner{gap:var(--gem-space-xl);grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:start;display:grid}.gem-product-main-buybox__media{gap:var(--gem-space-sm);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.gem-product-main-buybox__image,.gem-product-main-buybox__placeholder{aspect-ratio:1;border-radius:var(--gem-radius-md);background:var(--gem-color-surface);object-fit:cover;width:100%}.gem-product-main-buybox__panel{gap:var(--gem-space-md);top:var(--gem-space-lg);border:var(--gem-border-subtle);border-radius:var(--gem-radius-md);padding:var(--gem-space-lg);background:var(--gem-color-surface);display:grid;position:sticky}.gem-product-main-buybox__vendor,.gem-product-main-buybox__note,.gem-product-main-buybox__description{color:var(--gem-color-muted)}.gem-product-main-buybox__title,.gem-product-main-buybox__price{margin:0}.gem-product-main-buybox__field{gap:var(--gem-space-xs);font-weight:calc(700 * var(--gem-style-weight,1));display:grid}.gem-product-main-buybox__field select,.gem-product-main-buybox__field input{border:var(--gem-border-subtle);border-radius:var(--gem-radius-sm);width:100%;padding:var(--gem-space-sm)}.gem-product-main-buybox__badges{gap:var(--gem-space-xs);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.gem-product-main-buybox__badges span{border:var(--gem-border-subtle);border-radius:var(--gem-radius-sm);padding:var(--gem-space-xs);color:var(--gem-color-muted);background:var(--gem-color-background);font-weight:calc(700 * var(--gem-style-weight,1))}@media (max-width:900px){.gem-product-main-buybox__inner,.gem-product-main-buybox__media,.gem-product-main-buybox__badges{grid-template-columns:1fr}.gem-product-main-buybox__panel{position:static}}.gem-product-main-buybox--quantity-tiers-subscribe{background:var(--gem-color-background)}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__inner{gap:var(--gem-space-xl);grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);align-items:start;display:grid}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__image,.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__placeholder{aspect-ratio:1;border-radius:var(--gem-radius-lg,20px);background:var(--gem-color-surface);object-fit:cover;width:100%}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__placeholder{border:var(--gem-border-subtle,1px solid var(--gem-color-border));place-items:center;display:grid}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__placeholder:after{content:"";background:var(--gem-color-muted,#8a8178);opacity:.5;width:34%;height:34%;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Ccircle cx='8.5' cy='10' r='1.5'/%3E%3Cpath d='M21 16l-5-5-9 8'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Ccircle cx='8.5' cy='10' r='1.5'/%3E%3Cpath d='M21 16l-5-5-9 8'/%3E%3C/svg%3E") 50%/contain no-repeat}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__panel{gap:var(--gem-space-md);top:var(--gem-space-lg);display:grid;position:sticky}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__title{font-family:var(--gem-font-heading);margin:0}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__rating{align-items:center;gap:var(--gem-space-xs);display:flex}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__stars{color:var(--gem-color-accent,#008060);letter-spacing:1px}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__reviews{color:var(--gem-color-muted);font-size:.875em}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__benefits{gap:var(--gem-space-xs);margin:0;padding:0;list-style:none;display:grid}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__benefits li{color:var(--gem-color-text);padding-inline-start:1.6em;position:relative}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__benefits li:before{content:"✓";inset-inline-start:0;border-radius:var(--gem-radius-pill,999px);background:var(--gem-color-success,var(--gem-color-accent,#1a7f4b));width:1.15em;height:1.15em;color:var(--gem-color-accent-text,#fff);justify-content:center;align-items:center;font-size:.72em;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:.05em}.gem-product-main-buybox--quantity-tiers-subscribe fieldset,.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__tiers,.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__purchase{gap:var(--gem-space-sm);border:0;margin:0;padding:0;display:grid}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__purchase-option--subscribe,.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__purchase-option--onetime{width:100%}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__field-label{margin:0 0 var(--gem-space-xs);color:var(--gem-color-text);font-weight:calc(600 * var(--gem-style-weight,1));padding:0}.gem-product-main-buybox--quantity-tiers-subscribe input[type=radio]{opacity:0;pointer-events:none;position:absolute}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__tier-grid{gap:var(--gem-space-sm);margin-top:var(--gem-space-sm);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__tier{justify-items:center;gap:var(--gem-space-xs);padding:var(--gem-space-md) var(--gem-space-sm) var(--gem-space-sm);border:2px solid var(--gem-color-border);border-radius:var(--gem-radius-md);cursor:pointer;text-align:center;transition:border-color .15s,background-color .15s,box-shadow .15s;display:grid;position:relative}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__tier:hover{border-color:var(--gem-color-muted)}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__tier:has(input:checked){border-color:var(--gem-color-text);background:var(--gem-color-surface)}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__tier:has(input:focus-visible){outline:2px solid var(--gem-color-accent,#008060);outline-offset:2px}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__tier-badge{white-space:nowrap;padding:2px var(--gem-space-xs);border-radius:var(--gem-radius-sm);background:var(--gem-color-text);color:var(--gem-color-surface);letter-spacing:.04em;text-transform:uppercase;font-size:.625rem;font-weight:700;position:absolute;top:-.7em;left:50%;transform:translate(-50%)}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__tier-badge[data-tone=value]{background:var(--gem-color-warning,#b7791f);color:var(--gem-color-accent-text,#fff)}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__tier-swatch{border-radius:var(--gem-radius-sm);background:var(--gem-color-background);border:var(--gem-border-subtle);width:44px;height:44px}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__tier-label{font-weight:calc(600 * var(--gem-style-weight,1))}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__purchase-option{gap:var(--gem-space-sm);padding:var(--gem-space-md);border:2px solid var(--gem-color-border);border-radius:var(--gem-radius-md);cursor:pointer;transition:border-color .15s,background-color .15s;display:grid}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__purchase-option:hover{border-color:var(--gem-color-muted)}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__purchase-option:has(input:checked){border-color:var(--gem-color-accent,#008060);background:color-mix(in srgb, var(--gem-color-accent,#008060) 8%, var(--gem-color-surface))}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__purchase-head{align-items:center;gap:var(--gem-space-sm);flex-wrap:wrap;display:flex}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__purchase-title{font-weight:calc(700 * var(--gem-style-weight,1))}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__save-badge{padding:2px var(--gem-space-xs);border-radius:var(--gem-radius-sm);background:var(--gem-color-success,var(--gem-color-accent,#1a7f4b));color:var(--gem-color-accent-text,#fff);font-size:.6875rem;font-weight:700}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__purchase-price{gap:var(--gem-space-xs);align-items:baseline;margin-inline-start:auto;display:inline-flex}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__purchase-price s{color:var(--gem-color-muted)}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__sub-benefits{gap:var(--gem-space-xs);margin:0;padding:0;list-style:none;display:grid}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__sub-benefits li{color:var(--gem-color-text);padding-inline-start:1.5em;font-size:.9em;position:relative}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__sub-benefits li:before{content:"✓";color:var(--gem-color-success,var(--gem-color-accent,#1a7f4b));font-weight:700;position:absolute;inset-inline-start:0}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__cta{justify-content:center;align-items:baseline;gap:var(--gem-space-sm);text-align:center;display:flex}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__cta-price s{opacity:.7;margin-inline-end:4px}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__trust-row{padding:var(--gem-space-sm) 0 0;gap:var(--gem-space-sm);border-top:var(--gem-border-subtle);grid-template-columns:repeat(3,minmax(0,1fr));margin:0;list-style:none;display:grid}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__trust-row li{justify-items:center;gap:var(--gem-space-xs);text-align:center;color:var(--gem-color-muted);font-size:.75rem;display:grid}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__trust-icon{color:var(--gem-color-accent,#008060);justify-content:center;align-items:center;display:inline-flex}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__trust-icon svg{display:block}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__variants{gap:var(--gem-space-sm);display:grid}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__variant-option{gap:var(--gem-space-xs);display:grid}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__variant-values{gap:var(--gem-space-xs);flex-wrap:wrap;display:flex}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__variant-value{padding:var(--gem-space-xs) var(--gem-space-sm);border:2px solid var(--gem-color-border);border-radius:var(--gem-radius-sm);background:var(--gem-color-background);color:var(--gem-color-text);font:inherit;font-weight:calc(600 * var(--gem-style-weight,1));cursor:pointer;transition:border-color .15s,background-color .15s}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__variant-value:hover{border-color:var(--gem-color-muted)}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__variant-value[data-selected=true]{border-color:var(--gem-color-text);background:var(--gem-color-surface)}@media (max-width:749px){.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__inner{grid-template-columns:minmax(0,1fr)}.gem-product-main-buybox--quantity-tiers-subscribe .gem-product-main-buybox__panel{position:static}}.gem-product-main-buybox--savings-tiers{background:var(--gem-color-background)}.gem-product-main-buybox--savings-tiers .gem-product-main-buybox__inner{gap:var(--gem-space-xl);grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);align-items:start;display:grid}.gem-product-main-buybox--savings-tiers .gem-product-main-buybox__image,.gem-product-main-buybox--savings-tiers .gem-product-main-buybox__placeholder{aspect-ratio:1;border-radius:var(--gem-radius-lg);background:var(--gem-color-surface);object-fit:cover;width:100%}.gem-product-main-buybox--savings-tiers .gem-product-main-buybox__panel{gap:var(--gem-space-md);top:var(--gem-space-lg);display:grid;position:sticky}.gem-product-main-buybox--savings-tiers .gem-product-main-buybox__title{font-family:var(--gem-font-heading);margin:0}.gem-product-main-buybox--savings-tiers .gem-product-main-buybox__rating{align-items:center;gap:var(--gem-space-xs);display:flex}.gem-product-main-buybox--savings-tiers .gem-product-main-buybox__stars{color:var(--gem-color-accent,#008060);letter-spacing:1px}.gem-product-main-buybox--savings-tiers .gem-product-main-buybox__reviews{color:var(--gem-color-muted);font-size:.875em}.gem-product-main-buybox--savings-tiers .gem-product-main-buybox__benefits{gap:var(--gem-space-xs);margin:0;padding:0;list-style:none;display:grid}.gem-product-main-buybox--savings-tiers .gem-product-main-buybox__benefits li{color:var(--gem-color-text);padding-inline-start:1.6em;position:relative}.gem-product-main-buybox--savings-tiers .gem-product-main-buybox__benefits li:before{content:"✓";inset-inline-start:0;border-radius:var(--gem-radius-pill);background:var(--gem-color-success,var(--gem-color-accent,#1a7f4b));width:1.15em;height:1.15em;color:var(--gem-color-accent-text,#fff);justify-content:center;align-items:center;font-size:.72em;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:.05em}.gem-product-main-buybox--savings-tiers fieldset{gap:var(--gem-space-sm);border:0;margin:0;padding:0;display:grid}.gem-product-main-buybox--savings-tiers .gem-product-main-buybox__field-label{color:var(--gem-color-text);font-weight:calc(600 * var(--gem-style-weight,1));text-transform:uppercase;letter-spacing:.04em;padding:0;font-size:.75rem}.gem-product-main-buybox--savings-tiers input[type=radio]{opacity:0;pointer-events:none;position:absolute}.gem-product-main-buybox--savings-tiers .gem-product-main-buybox__tier-grid{gap:var(--gem-space-sm);margin-top:var(--gem-space-md);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.gem-product-main-buybox--savings-tiers .gem-product-main-buybox__tier{justify-items:center;gap:var(--gem-space-xs);padding:var(--gem-space-md) var(--gem-space-xs) var(--gem-space-sm);border:2px solid var(--gem-color-border);border-radius:var(--gem-radius-md);cursor:pointer;text-align:center;display:grid;position:relative}.gem-product-main-buybox--savings-tiers .gem-product-main-buybox__tier:has(input:checked){border-color:var(--gem-color-accent,#008060);background:color-mix(in srgb, var(--gem-color-accent) 6%, var(--gem-color-surface))}.gem-product-main-buybox--savings-tiers .gem-product-main-buybox__tier-badge{white-space:nowrap;padding:3px var(--gem-space-xs);border-radius:var(--gem-radius-sm) var(--gem-radius-sm) 0 0;background:var(--gem-color-accent,#008060);color:var(--gem-color-accent-text,#fff);letter-spacing:.04em;text-transform:uppercase;font-size:.5625rem;font-weight:700;position:absolute;top:0;left:0;right:0;transform:translateY(-100%)}.gem-product-main-buybox--savings-tiers .gem-product-main-buybox__tier-badge[data-tone=value]{background:var(--gem-color-warning,#b7791f)}.gem-product-main-buybox--savings-tiers .gem-product-main-buybox__tier-label{font-weight:calc(700 * var(--gem-style-weight,1))}.gem-product-main-buybox--savings-tiers .gem-product-main-buybox__tier-save{color:var(--gem-color-accent,#008060);text-transform:uppercase;font-size:.6875rem;font-weight:700}.gem-product-main-buybox--savings-tiers .gem-product-main-buybox__tier-unit{color:var(--gem-color-muted);font-size:.6875rem}.gem-product-main-buybox--savings-tiers .gem-product-main-buybox__purchase-option{gap:var(--gem-space-sm);padding:var(--gem-space-md);border:2px solid var(--gem-color-border);border-radius:var(--gem-radius-md);cursor:pointer;display:grid}.gem-product-main-buybox--savings-tiers .gem-product-main-buybox__purchase-option:has(input:checked){border-color:var(--gem-color-accent,#008060);background:color-mix(in srgb, var(--gem-color-accent) 8%, var(--gem-color-surface))}.gem-product-main-buybox--savings-tiers .gem-product-main-buybox__purchase-head{align-items:center;gap:var(--gem-space-sm);flex-wrap:wrap;display:flex}.gem-product-main-buybox--savings-tiers .gem-product-main-buybox__purchase-title{font-weight:calc(700 * var(--gem-style-weight,1))}.gem-product-main-buybox--savings-tiers .gem-product-main-buybox__purchase-price{gap:var(--gem-space-xs);align-items:baseline;margin-inline-start:auto;display:inline-flex}.gem-product-main-buybox--savings-tiers .gem-product-main-buybox__purchase-price s{color:var(--gem-color-muted)}.gem-product-main-buybox--savings-tiers .gem-product-main-buybox__sub-benefits{gap:var(--gem-space-xs);margin:0;padding:0;list-style:none;display:grid}.gem-product-main-buybox--savings-tiers .gem-product-main-buybox__sub-benefits li{color:var(--gem-color-text);padding-inline-start:1.5em;font-size:.9em;position:relative}.gem-product-main-buybox--savings-tiers .gem-product-main-buybox__sub-benefits li:before{content:"✓";color:var(--gem-color-success,var(--gem-color-accent,#1a7f4b));font-weight:700;position:absolute;inset-inline-start:0}.gem-product-main-buybox--savings-tiers .gem-product-main-buybox__cta{justify-content:center;align-items:baseline;gap:var(--gem-space-sm);text-align:center;display:flex}.gem-product-main-buybox--savings-tiers .gem-product-main-buybox__cta-price s{opacity:.7;margin-inline-end:4px}.gem-product-main-buybox--savings-tiers .gem-product-main-buybox__trust{color:var(--gem-color-muted);text-align:center;margin:0;font-size:.8125rem}.gem-product-main-buybox--savings-tiers .gem-product-main-buybox__tier,.gem-product-main-buybox--savings-tiers .gem-product-main-buybox__purchase-option{transition:border-color .15s,background-color .15s}.gem-product-main-buybox--savings-tiers .gem-product-main-buybox__tier:hover,.gem-product-main-buybox--savings-tiers .gem-product-main-buybox__purchase-option:hover{border-color:var(--gem-color-muted)}.gem-product-main-buybox--savings-tiers .gem-product-main-buybox__field-label{margin:0 0 var(--gem-space-xs)}@media (max-width:749px){.gem-product-main-buybox--savings-tiers .gem-product-main-buybox__inner{grid-template-columns:minmax(0,1fr)}.gem-product-main-buybox--savings-tiers .gem-product-main-buybox__panel{position:static}}.gem-multicolumn--benefit-icons{background:var(--gem-color-background)}.gem-multicolumn--benefit-icons .gem-multicolumn__inner{gap:var(--gem-space-xl);display:grid}.gem-multicolumn--benefit-icons .gem-multicolumn__head{gap:var(--gem-space-sm);text-align:center;max-width:46rem;margin-inline:auto;display:grid}.gem-multicolumn--benefit-icons .gem-multicolumn__eyebrow{color:var(--gem-color-accent,#008060);text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:.75rem;font-weight:700}.gem-multicolumn--benefit-icons .gem-multicolumn__heading{font-family:var(--gem-font-heading);margin:0}.gem-multicolumn--benefit-icons .gem-multicolumn__body{color:var(--gem-color-muted);margin:0}.gem-multicolumn--benefit-icons .gem-multicolumn__grid{gap:var(--gem-space-xl);grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.gem-multicolumn--benefit-icons .gem-multicolumn__col{justify-items:center;gap:var(--gem-space-sm);text-align:center;display:grid}.gem-multicolumn--benefit-icons .gem-multicolumn__icon{border-radius:var(--gem-radius-pill);background:var(--gem-color-surface);border:var(--gem-border-subtle);justify-content:center;align-items:center;width:4rem;height:4rem;font-size:1.75rem;line-height:1;display:inline-flex}.gem-multicolumn--benefit-icons .gem-multicolumn__col-title{font-family:var(--gem-font-heading);margin:0;font-size:1.125rem}.gem-multicolumn--benefit-icons .gem-multicolumn__col-body{color:var(--gem-color-muted);max-width:22rem;margin:0}@media (max-width:749px){.gem-multicolumn--benefit-icons .gem-multicolumn__grid{gap:var(--gem-space-lg);grid-template-columns:minmax(0,1fr)}}.gem-product-reviews--star-card-grid{background:var(--gem-color-background)}.gem-product-reviews--star-card-grid .gem-product-reviews__inner{gap:var(--gem-space-xl);display:grid}.gem-product-reviews--star-card-grid .gem-product-reviews__head{text-align:center;gap:var(--gem-space-sm);display:grid}.gem-product-reviews--star-card-grid .gem-product-reviews__eyebrow{color:var(--gem-color-accent,#008060);text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:.75rem;font-weight:700}.gem-product-reviews--star-card-grid .gem-product-reviews__heading{font-family:var(--gem-font-heading);margin:0}.gem-product-reviews--star-card-grid .gem-product-reviews__grid{gap:var(--gem-space-lg);grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.gem-product-reviews--star-card-grid .gem-product-reviews__card{gap:var(--gem-space-sm);padding:var(--gem-space-lg);border:var(--gem-border-subtle);border-radius:var(--gem-radius-md);background:var(--gem-color-surface);box-shadow:var(--gem-shadow-sm);align-content:start;display:grid}.gem-product-reviews--star-card-grid .gem-product-reviews__stars{color:var(--gem-color-accent,#008060);letter-spacing:2px;font-size:1rem}.gem-product-reviews--star-card-grid .gem-product-reviews__card-title{font-weight:calc(700 * var(--gem-style-weight,1));margin:0}.gem-product-reviews--star-card-grid .gem-product-reviews__quote{color:var(--gem-color-text);margin:0}.gem-product-reviews--star-card-grid .gem-product-reviews__author{align-items:center;gap:var(--gem-space-sm);color:var(--gem-color-muted);font-size:.875rem;font-weight:calc(600 * var(--gem-style-weight,1));flex-wrap:wrap;margin:0;display:flex}.gem-product-reviews--star-card-grid .gem-product-reviews__verified{color:var(--gem-color-success,var(--gem-color-accent,#1a7f4b));align-items:center;gap:4px;font-size:.75rem;font-weight:700;display:inline-flex}.gem-product-reviews--star-card-grid .gem-product-reviews__verified:before{content:"✓";border-radius:var(--gem-radius-pill);background:var(--gem-color-success,var(--gem-color-accent,#1a7f4b));width:1.05em;height:1.05em;color:var(--gem-color-accent-text,#fff);justify-content:center;align-items:center;font-size:.7em;display:inline-flex}.gem-product-reviews--star-card-grid .gem-product-reviews__card{transition:box-shadow .15s,transform .15s}.gem-product-reviews--star-card-grid .gem-product-reviews__card:hover{box-shadow:var(--gem-shadow-md,0 8px 24px #0000001a)}@media (max-width:749px){.gem-product-reviews--star-card-grid .gem-product-reviews__grid{grid-template-columns:minmax(0,1fr)}}.gem-announcement-bar{width:100%}.gem-announcement-bar--promo-bar{background:var(--gem-color-accent,#008060);color:var(--gem-color-accent-text,#fff)}.gem-announcement-bar--promo-bar[data-gem-tone=surface]{background:var(--gem-color-surface);color:var(--gem-color-text);border-bottom:var(--gem-border-subtle,1px solid var(--gem-color-border))}.gem-announcement-bar--promo-bar .gem-announcement-bar__inner{justify-content:center;align-items:center;gap:var(--gem-space-sm);min-height:40px;padding-block:var(--gem-space-xs);display:flex;position:relative}.gem-announcement-bar--promo-bar .gem-announcement-bar__message{align-items:center;gap:var(--gem-space-xs);text-align:center;font-size:.875rem;font-weight:calc(600 * var(--gem-style-weight,1));flex-wrap:wrap;justify-content:center;margin:0;display:inline-flex}.gem-announcement-bar--promo-bar .gem-announcement-bar__text{line-height:1.35}.gem-announcement-bar--promo-bar .gem-announcement-bar__icon{line-height:1}.gem-announcement-bar--promo-bar .gem-announcement-bar__cta{color:inherit;text-underline-offset:2px;font-weight:700;text-decoration:underline}.gem-announcement-bar--promo-bar .gem-announcement-bar__dismiss{inset-inline-end:var(--gem-space-sm);color:inherit;cursor:pointer;opacity:.7;background:0 0;border:0;padding:4px 8px;font-size:1.25rem;line-height:1;transition:opacity .15s;position:absolute;top:50%;transform:translateY(-50%)}.gem-announcement-bar--promo-bar .gem-announcement-bar__dismiss:hover{opacity:1}.gem-announcement-bar--promo-bar[data-gem-dismissed=true]{display:none}@media (max-width:749px){.gem-announcement-bar--promo-bar .gem-announcement-bar__message{padding-inline:var(--gem-space-xl);font-size:.8125rem}}.gem-announcement-bar--scrolling-marquee{background:var(--gem-color-accent,#008060);color:var(--gem-color-accent-text,#fff);overflow:hidden}.gem-announcement-bar--scrolling-marquee[data-gem-tone=surface]{background:var(--gem-color-surface);color:var(--gem-color-text);border-block:var(--gem-border-subtle,1px solid var(--gem-color-border))}.gem-announcement-bar--scrolling-marquee .gem-announcement-bar__marquee{min-height:40px;display:flex;overflow:hidden}.gem-announcement-bar--scrolling-marquee .gem-announcement-bar__track{white-space:nowrap;padding-block:var(--gem-space-xs);will-change:transform;align-items:center;animation:30s linear infinite gem-announcement-marquee;display:flex}.gem-announcement-bar--scrolling-marquee[data-gem-speed=fast] .gem-announcement-bar__track{animation-duration:18s}.gem-announcement-bar--scrolling-marquee[data-gem-speed=slow] .gem-announcement-bar__track{animation-duration:46s}.gem-announcement-bar--scrolling-marquee .gem-announcement-bar__marquee:hover .gem-announcement-bar__track{animation-play-state:paused}.gem-announcement-bar--scrolling-marquee .gem-announcement-bar__item{align-items:center;gap:var(--gem-space-md);padding-inline:var(--gem-space-md);font-size:.875rem;font-weight:calc(600 * var(--gem-style-weight,1));display:inline-flex}.gem-announcement-bar--scrolling-marquee .gem-announcement-bar__text{line-height:1.35}.gem-announcement-bar--scrolling-marquee .gem-announcement-bar__sep{opacity:.5;font-size:.6em}@keyframes gem-announcement-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.gem-announcement-bar--scrolling-marquee .gem-announcement-bar__track{white-space:normal;flex-wrap:wrap;justify-content:center;width:100%;animation:none}.gem-announcement-bar--scrolling-marquee .gem-announcement-bar__item:nth-child(n+100){display:none}}.gem-footer{width:100%}.gem-footer--brand-columns{background:var(--gem-color-surface);color:var(--gem-color-text);border-top:var(--gem-border-subtle,1px solid var(--gem-color-border))}.gem-footer--brand-columns[data-gem-tone=contrast]{background:var(--gem-color-text,#202223);color:var(--gem-color-background,#fff);border-top:0}.gem-footer--brand-columns .gem-footer__inner{gap:var(--gem-space-xl);padding-block:var(--gem-space-xl);grid-template-columns:minmax(0,1.2fr) minmax(0,2fr);align-items:start;display:grid}.gem-footer--brand-columns .gem-footer__brand{gap:var(--gem-space-sm);max-width:30rem;display:grid}.gem-footer--brand-columns .gem-footer__brand-name{font-family:var(--gem-font-heading);font-size:1.25rem;font-weight:calc(700 * var(--gem-style-weight,1));margin:0}.gem-footer--brand-columns .gem-footer__brand-blurb{color:var(--gem-color-muted);margin:0;font-size:.9375rem}.gem-footer--brand-columns[data-gem-tone=contrast] .gem-footer__brand-blurb{color:color-mix(in srgb, var(--gem-color-background,#fff) 72%, transparent)}.gem-footer--brand-columns .gem-footer__social{margin:var(--gem-space-xs) 0 0;gap:var(--gem-space-md);flex-wrap:wrap;padding:0;list-style:none;display:flex}.gem-footer--brand-columns .gem-footer__social-link{color:inherit;font-size:.875rem;font-weight:calc(600 * var(--gem-style-weight,1));opacity:.85;text-decoration:none}.gem-footer--brand-columns .gem-footer__social-link:hover{opacity:1;text-underline-offset:3px;text-decoration:underline}.gem-footer--brand-columns .gem-footer__columns{gap:var(--gem-space-lg);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.gem-footer--brand-columns .gem-footer__column{gap:var(--gem-space-xs);align-content:start;display:grid}.gem-footer--brand-columns .gem-footer__column-title{margin:0 0 var(--gem-space-xs);text-transform:uppercase;letter-spacing:.06em;opacity:.8;font-size:.8125rem;font-weight:700}.gem-footer--brand-columns .gem-footer__links{gap:var(--gem-space-xs);margin:0;padding:0;list-style:none;display:grid}.gem-footer--brand-columns .gem-footer__link{color:inherit;opacity:.85;font-size:.9375rem;text-decoration:none}.gem-footer--brand-columns .gem-footer__link:hover{opacity:1;text-underline-offset:3px;text-decoration:underline}.gem-footer--brand-columns .gem-footer__bar{border-top:var(--gem-border-subtle,1px solid var(--gem-color-border))}.gem-footer--brand-columns[data-gem-tone=contrast] .gem-footer__bar{border-top-color:color-mix(in srgb, var(--gem-color-background,#fff) 18%, transparent)}.gem-footer--brand-columns .gem-footer__copyright{padding-block:var(--gem-space-md);text-align:center;color:var(--gem-color-muted);margin:0;font-size:.8125rem}.gem-footer--brand-columns[data-gem-tone=contrast] .gem-footer__copyright{color:color-mix(in srgb, var(--gem-color-background,#fff) 60%, transparent)}@media (max-width:749px){.gem-footer--brand-columns .gem-footer__inner{gap:var(--gem-space-lg);grid-template-columns:minmax(0,1fr)}.gem-footer--brand-columns .gem-footer__columns{grid-template-columns:repeat(2,minmax(0,1fr))}}.gem-announcement-bar--countdown-bar{background:var(--gem-color-accent,#008060);color:var(--gem-color-accent-text,#fff)}.gem-announcement-bar--countdown-bar[data-gem-tone=surface]{background:var(--gem-color-surface);color:var(--gem-color-text);border-block:var(--gem-border-subtle,1px solid var(--gem-color-border))}.gem-announcement-bar--countdown-bar .gem-announcement-bar__inner{justify-content:center;align-items:center;gap:var(--gem-space-sm) var(--gem-space-md);min-height:44px;padding-block:var(--gem-space-xs);flex-wrap:wrap;display:flex}.gem-announcement-bar--countdown-bar .gem-announcement-bar__message{font-size:.875rem;font-weight:calc(600 * var(--gem-style-weight,1));margin:0}.gem-announcement-bar--countdown-bar .gem-announcement-bar__text{line-height:1.35}.gem-announcement-bar--countdown-bar .gem-announcement-bar__countdown{align-items:center;gap:var(--gem-space-xs);font-variant-numeric:tabular-nums;display:inline-flex}.gem-announcement-bar--countdown-bar .gem-announcement-bar__cd-unit{flex-direction:column;align-items:center;min-width:2ch;line-height:1;display:inline-flex}.gem-announcement-bar--countdown-bar .gem-announcement-bar__cd-value{font-size:1rem;font-weight:700}.gem-announcement-bar--countdown-bar .gem-announcement-bar__cd-label{text-transform:uppercase;letter-spacing:.06em;opacity:.75;font-size:.5625rem}.gem-announcement-bar--countdown-bar .gem-announcement-bar__cd-sep{opacity:.5;align-self:flex-start;font-weight:700}.gem-announcement-bar--countdown-bar .gem-announcement-bar__cta{color:inherit;text-underline-offset:2px;font-size:.875rem;font-weight:700;text-decoration:underline}.gem-announcement-bar--countdown-bar[data-gem-countdown-ended=true] .gem-announcement-bar__countdown{opacity:.55}@media (max-width:749px){.gem-announcement-bar--countdown-bar .gem-announcement-bar__message{font-size:.8125rem}}.gem-footer--newsletter{background:var(--gem-color-surface);color:var(--gem-color-text);border-top:var(--gem-border-subtle,1px solid var(--gem-color-border))}.gem-footer--newsletter[data-gem-tone=contrast]{background:var(--gem-color-text,#202223);color:var(--gem-color-background,#fff);border-top:0}.gem-footer--newsletter .gem-footer__inner{gap:var(--gem-space-lg);padding-block:var(--gem-space-xl);text-align:center;justify-items:center;display:grid}.gem-footer--newsletter .gem-footer__signup{gap:var(--gem-space-sm);justify-items:center;max-width:34rem;display:grid}.gem-footer--newsletter .gem-footer__brand-name{text-transform:uppercase;letter-spacing:.08em;opacity:.7;margin:0;font-size:.8125rem;font-weight:700}.gem-footer--newsletter .gem-footer__heading{font-family:var(--gem-font-heading);margin:0;font-size:1.5rem}.gem-footer--newsletter .gem-footer__blurb{color:var(--gem-color-muted);margin:0;font-size:.9375rem}.gem-footer--newsletter[data-gem-tone=contrast] .gem-footer__blurb{color:color-mix(in srgb, var(--gem-color-background,#fff) 72%, transparent)}.gem-footer--newsletter .gem-footer__form{gap:var(--gem-space-xs);margin-top:var(--gem-space-xs);flex-wrap:wrap;justify-content:center;align-items:flex-end;width:100%;display:flex}.gem-footer--newsletter .gem-footer__field{text-align:start;flex:16rem;gap:4px;min-width:0;display:grid}.gem-footer--newsletter .gem-footer__field-label{opacity:.7;font-size:.75rem}.gem-footer--newsletter .gem-footer__input{height:44px;padding:0 var(--gem-space-sm);border:var(--gem-border-subtle,1px solid var(--gem-color-border));border-radius:var(--gem-radius-sm);background:var(--gem-color-background,#fff);color:var(--gem-color-text,#202223);font:inherit}.gem-footer--newsletter .gem-footer__submit{flex:none;height:44px}.gem-footer--newsletter .gem-footer__success{color:var(--gem-color-success,var(--gem-color-accent,#1a7f4b));flex:1 0 100%;margin:0;font-size:.875rem;font-weight:600}.gem-footer--newsletter .gem-footer__linkrow{width:100%}.gem-footer--newsletter .gem-footer__links{justify-content:center;gap:var(--gem-space-md);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.gem-footer--newsletter .gem-footer__link{color:inherit;opacity:.85;font-size:.9375rem;text-decoration:none}.gem-footer--newsletter .gem-footer__link:hover{opacity:1;text-underline-offset:3px;text-decoration:underline}.gem-footer--newsletter .gem-footer__bar{border-top:var(--gem-border-subtle,1px solid var(--gem-color-border))}.gem-footer--newsletter[data-gem-tone=contrast] .gem-footer__bar{border-top-color:color-mix(in srgb, var(--gem-color-background,#fff) 18%, transparent)}.gem-footer--newsletter .gem-footer__copyright{padding-block:var(--gem-space-md);text-align:center;color:var(--gem-color-muted);margin:0;font-size:.8125rem}.gem-footer--newsletter[data-gem-tone=contrast] .gem-footer__copyright{color:color-mix(in srgb, var(--gem-color-background,#fff) 60%, transparent)}.gem-el-product-image img,.gem-el-product-list__media img{object-fit:cover;width:100%;height:100%;display:block}.gem-el-product-image,.gem-el-product-list__media{aspect-ratio:1;border-radius:var(--gem-radius-md,12px);background:var(--gem-color-surface);overflow:hidden}.gem-el-product-image__placeholder,.gem-el-product-list__placeholder{background:var(--gem-color-surface);width:100%;height:100%}.gem-el-product-title{font-family:var(--gem-font-heading);margin:0}.gem-el-product-price{gap:var(--gem-space-xs);align-items:baseline;margin:0;display:inline-flex}.gem-el-product-price__compare{color:var(--gem-color-muted)}.gem-el-product-price__sale{color:var(--gem-color-price,var(--gem-color-text))}.gem-el-product-variants{gap:var(--gem-space-sm);display:grid}.gem-el-product-variants__option{gap:var(--gem-space-xs);display:grid}.gem-el-product-variants__label{opacity:.8;font-size:.8125rem;font-weight:600}.gem-el-product-variants__values{gap:var(--gem-space-xs);flex-wrap:wrap;display:flex}.gem-el-product-variants__value{padding:var(--gem-space-xs) var(--gem-space-sm);border:2px solid var(--gem-color-border);border-radius:var(--gem-radius-sm,9px);background:var(--gem-color-background,#fff);color:var(--gem-color-text);font:inherit;cursor:pointer;transition:border-color .15s}.gem-el-product-variants__value:hover{border-color:var(--gem-color-muted)}.gem-el-product-variants__value[data-selected=true]{border-color:var(--gem-color-text);background:var(--gem-color-surface)}.gem-el-product-quantity{border:1px solid var(--gem-color-border);border-radius:var(--gem-radius-sm,9px);align-items:center;display:inline-flex;overflow:hidden}.gem-el-product-quantity__step{width:40px;height:40px;color:var(--gem-color-text);cursor:pointer;background:0 0;border:0;font-size:1.1rem}.gem-el-product-quantity__step:hover{background:var(--gem-color-surface)}.gem-el-product-quantity__value{text-align:center;font-variant-numeric:tabular-nums;min-width:2.5ch}.gem-el-product-list__grid{grid-template-columns:repeat(var(--gem-el-cols,4), minmax(0, 1fr));gap:var(--gem-space-lg);margin:0;padding:0;list-style:none;display:grid}.gem-el-product-list[data-gem-columns="2"] .gem-el-product-list__grid{--gem-el-cols:2}.gem-el-product-list[data-gem-columns="3"] .gem-el-product-list__grid{--gem-el-cols:3}.gem-el-product-list[data-gem-columns="5"] .gem-el-product-list__grid{--gem-el-cols:5}.gem-el-product-list__link{gap:var(--gem-space-xs);color:inherit;text-decoration:none;display:grid}.gem-el-product-list__title{font-weight:600}.gem-el-product-list__price{color:var(--gem-color-muted);font-size:.9375rem}.gem-el-product-list__empty{color:var(--gem-color-muted);text-align:center;padding:var(--gem-space-lg)}.gem-el-carousel{overflow:hidden}.gem-el-carousel__track{gap:var(--gem-space-md);scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:var(--gem-space-xs);display:flex;overflow-x:auto}.gem-el-carousel__track::-webkit-scrollbar{display:none}.gem-el-carousel__track>*{scroll-snap-align:start;flex:none}.gem-el-row,.gem-el-row>*{min-width:0}@media (max-width:749px){.gem-el-row[data-gem-row-stack=true]{grid-template-columns:minmax(0,1fr)!important}}.gem-el-image img{border-radius:var(--gem-radius-md,12px);width:100%;height:auto;display:block}.gem-el-image__placeholder,.gem-el-video__placeholder{aspect-ratio:16/9;background:var(--gem-color-surface);border-radius:var(--gem-radius-md,12px);width:100%}.gem-el-video__player,.gem-el-video__embed{aspect-ratio:16/9;border-radius:var(--gem-radius-md,12px);border:0;width:100%;display:block}.gem-el-icon{color:var(--gem-color-accent,#008060);display:inline-flex}.gem-el-icon svg{display:block}.gem-el-divider{border:0;border-top:var(--gem-border-subtle,1px solid var(--gem-color-border));margin:var(--gem-space-md) 0}.gem-el-product-vendor{text-transform:uppercase;letter-spacing:.06em;color:var(--gem-color-muted);margin:0;font-size:.8125rem}.gem-el-product-description{color:var(--gem-color-text)}.gem-el-product-badge{border-radius:var(--gem-radius-sm,9px);text-transform:uppercase;letter-spacing:.04em;background:var(--gem-color-warning,#b7791f);color:var(--gem-color-accent-text,#fff);padding:2px 8px;font-size:.6875rem;font-weight:700;display:inline-block}.gem-el-product-badge[data-tone=soldout]{background:var(--gem-color-muted,#6b7280)}.gem-el-product-rating{gap:var(--gem-space-xs);align-items:center;margin:0;display:inline-flex}.gem-el-product-rating__stars{color:var(--gem-color-accent,#008060);letter-spacing:1px}.gem-el-product-rating__count{color:var(--gem-color-muted);font-size:.875rem}@media (max-width:749px){.gem-el-product-list__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.demo-page{padding-block:var(--gem-space-2xl,48px);gap:var(--gem-space-2xl,48px);display:grid}.demo-intro{gap:var(--gem-space-sm);max-width:46rem;display:grid}.demo-intro__eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--gem-color-accent,#008060);margin:0;font-size:.75rem;font-weight:700}.demo-intro__title{font-family:var(--gem-font-heading);text-wrap:balance;margin:0;font-size:2rem}.demo-intro__lede{color:var(--gem-color-muted);margin:0;line-height:1.6}.demo-intro code,.demo-block__tree{font-family:var(--gem-font-mono,ui-monospace, monospace);font-size:.85em}.demo-block{gap:var(--gem-space-md);display:grid}.demo-block__head{align-items:baseline;gap:var(--gem-space-sm);border-bottom:var(--gem-border-subtle,1px solid var(--gem-color-border));padding-bottom:var(--gem-space-xs);flex-wrap:wrap;display:flex}.demo-block__title{margin:0;font-size:1.125rem}.demo-block__tree{color:var(--gem-color-muted);background:var(--gem-color-surface);border-radius:var(--gem-radius-sm,9px);padding:2px 8px;font-size:.75rem}.demo-block__stage{padding-block:var(--gem-space-sm)}.demo-pdp{max-width:60rem}.gem-product-media-gallery{--gem-product-media-gallery-ratio:4 / 5}.gem-product-media-gallery__inner{gap:var(--gem-space-md);display:grid}.gem-product-media-gallery__frame{grid-template-columns:minmax(var(--gem-space-2xl), var(--gem-space-3xl)) minmax(0, 1fr);gap:var(--gem-space-md);align-items:start;display:grid}.gem-product-media-gallery[data-gem-thumbnail-position=bottom] .gem-product-media-gallery__frame{grid-template-columns:minmax(0,1fr)}.gem-product-media-gallery__viewport{border:var(--gem-border-subtle);border-radius:var(--gem-radius-md);background:var(--gem-color-surface);overflow:hidden}.gem-product-media-gallery__main{width:100%;aspect-ratio:var(--gem-product-media-gallery-ratio);object-fit:cover;display:block}.gem-product-media-gallery[data-gem-media-ratio=square] .gem-product-media-gallery__main{aspect-ratio:1}.gem-product-media-gallery[data-gem-media-ratio=natural] .gem-product-media-gallery__main{aspect-ratio:auto}.gem-product-media-gallery__thumbs{gap:var(--gem-space-sm);display:grid}.gem-product-media-gallery[data-gem-thumbnail-position=bottom] .gem-product-media-gallery__thumbs{order:2;grid-template-columns:repeat(5,minmax(0,1fr))}.gem-product-media-gallery__thumb{border:var(--gem-border-subtle);border-radius:var(--gem-radius-sm);background:var(--gem-color-surface);cursor:pointer;padding:var(--gem-space-xs);overflow:hidden}.gem-product-media-gallery__thumb[aria-current=true],.gem-product-media-gallery__thumb:focus-visible{border-color:var(--gem-color-accent)}.gem-product-media-gallery__thumb img,.gem-product-media-gallery__thumb-placeholder{aspect-ratio:1;object-fit:cover;background:var(--gem-color-muted);border-radius:var(--gem-radius-sm);width:100%;display:block}.gem-product-media-gallery__caption{color:var(--gem-color-text);margin:0;font-size:.875rem}.gem-product-media-gallery__zoom-hint{color:var(--gem-color-text);margin:0;font-size:.8125rem}@media (max-width:760px){.gem-product-media-gallery__frame{grid-template-columns:minmax(0,1fr)}.gem-product-media-gallery__thumbs{order:2;grid-template-columns:repeat(5,minmax(0,1fr))}}.gem-product-reviews--photo-highlights{background:var(--gem-color-background);color:var(--gem-color-text);padding-block:var(--gem-layout-section,var(--gem-space-3xl));padding-inline:var(--gem-layout-gutter,var(--gem-space-lg))}.gem-product-reviews__photo-inner{gap:var(--gem-space-xl);max-width:var(--gem-layout-page);grid-template-columns:minmax(0,.82fr) minmax(320px,1.18fr);align-items:start;margin-inline:auto;display:grid}.gem-product-reviews__photo-intro{gap:var(--gem-space-md);display:grid}.gem-product-reviews__eyebrow{color:var(--gem-color-accent);font-size:12px;font-weight:calc(900 * var(--gem-style-weight,1));text-transform:uppercase}.gem-product-reviews__photo-intro h2{margin:0;font-size:clamp(30px,4vw,52px);line-height:1.04}.gem-product-reviews__photo-intro p,.gem-product-reviews__empty,.gem-product-reviews__rating{color:var(--gem-color-muted);margin:0;line-height:1.55}.gem-product-reviews__photo-grid{gap:var(--gem-space-md);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.gem-product-reviews__photo-card{border:var(--gem-border-subtle,1px solid var(--gem-color-border));border-radius:var(--gem-radius-md);background:var(--gem-color-surface);box-shadow:var(--gem-shadow-md);margin:0;display:grid;overflow:hidden}.gem-product-reviews__photo-card img,.gem-product-reviews__photo-placeholder{aspect-ratio:4/3;object-fit:cover;background:var(--gem-color-muted);inline-size:100%;display:block}.gem-product-reviews__photo-card figcaption{gap:var(--gem-space-sm);padding:var(--gem-space-md);display:grid}.gem-product-reviews__photo-card blockquote{font-weight:calc(800 * var(--gem-style-weight,1));margin:0;line-height:1.3}.gem-product-reviews__photo-card span{color:var(--gem-color-muted)}@media (max-width:900px){.gem-product-reviews__photo-inner,.gem-product-reviews__photo-grid{grid-template-columns:1fr}.gem-product-reviews__photo-intro h2{font-size:32px}}.gem-product-tabs--details-accordion{background:var(--gem-color-background)}.gem-product-tabs--facts-policy-accordion{background:var(--gem-color-background)}.gem-product-tabs__inner{gap:var(--gem-space-lg);display:grid}.gem-product-tabs__heading{margin:0}.gem-product-tabs__list{border:var(--gem-border-subtle);border-radius:var(--gem-radius-md);overflow:hidden}.gem-product-tabs__item+.gem-product-tabs__item{border-top:var(--gem-border-subtle)}.gem-product-tabs__summary{cursor:pointer;font-weight:calc(700 * var(--gem-style-weight,1));padding:var(--gem-space-md)}.gem-product-tabs__content{color:var(--gem-color-muted);padding:0 var(--gem-space-md) var(--gem-space-md)}.gem-product-trust-badges--policy-guarantee-grid .gem-product-trust-badges__inner{gap:var(--gem-space-md);grid-template-columns:repeat(5,minmax(0,1fr));display:grid}.gem-product-trust-badges--policy-guarantee-grid .gem-product-trust-badges__item{gap:var(--gem-space-sm);border:var(--gem-border-subtle);border-radius:var(--gem-radius-md);padding:var(--gem-space-md);background:var(--gem-color-surface);align-items:flex-start;display:flex}.gem-product-trust-badges--policy-guarantee-grid .gem-product-trust-badges__icon{border-radius:var(--gem-radius-pill);background:var(--gem-color-accent);width:1.75rem;height:1.75rem;color:var(--gem-color-accent-text,var(--gem-color-surface));font-weight:calc(800 * var(--gem-style-weight,1));flex:none;place-items:center;display:inline-grid}.gem-product-trust-badges--policy-guarantee-grid .gem-product-trust-badges__item p{margin:var(--gem-space-xs) 0 0;color:var(--gem-color-muted)}@media (max-width:800px){.gem-product-trust-badges--policy-guarantee-grid .gem-product-trust-badges__inner{grid-template-columns:1fr}}.gem-promo-popup--email-capture{color:var(--gem-color-text);padding:0}.gem-promo-popup__overlay{background:color-mix(in srgb, var(--gem-color-text) 48%, transparent);z-index:80;position:fixed;inset:0}.gem-promo-popup__dialog{background:var(--gem-color-surface);border:var(--gem-border-subtle);border-radius:var(--gem-radius-md);box-sizing:border-box;box-shadow:var(--gem-shadow-md);gap:var(--gem-space-md);inline-size:min(92vw,440px);padding:var(--gem-space-lg);z-index:81;display:grid;position:fixed;inset:50% auto auto 50%;transform:translate(-50%,-50%)}@media (max-width:760px){.gem-promo-popup__dialog{inline-size:calc(100vw - (var(--gem-space-md) * 2));max-block-size:calc(100vh - (var(--gem-space-md) * 2));padding:var(--gem-space-md);overflow:auto}}.gem-promo-popup__close{color:var(--gem-color-text);cursor:pointer;font:inherit;padding:var(--gem-space-xs);right:var(--gem-space-sm);top:var(--gem-space-sm);background:0 0;border:0;position:absolute}.gem-promo-popup__eyebrow,.gem-promo-popup__heading,.gem-promo-popup__body,.gem-promo-popup__code{margin:0}.gem-promo-popup__eyebrow{color:var(--gem-color-accent);font-weight:calc(700 * var(--gem-style-weight,1));text-transform:uppercase}.gem-promo-popup__body{color:var(--gem-color-muted)}.gem-promo-popup__form,.gem-promo-popup__field{gap:var(--gem-space-sm);display:grid}.gem-promo-popup__field input{min-height:var(--gem-component-input-height)}.gem-promo-popup__code{border:var(--gem-border-subtle);border-radius:var(--gem-radius-sm);padding:var(--gem-space-sm);text-align:center}.gem-recently-viewed--product-rail{background:var(--gem-color-background)}.gem-recently-viewed__header{gap:var(--gem-space-xs);margin-bottom:var(--gem-space-lg);display:grid}.gem-recently-viewed__heading,.gem-recently-viewed__body,.gem-recently-viewed__empty{margin:0}.gem-recently-viewed__body,.gem-recently-viewed__empty{color:var(--gem-color-muted)}.gem-recently-viewed__rail{gap:var(--gem-space-md);padding-bottom:var(--gem-space-xs);grid-auto-columns:minmax(180px,1fr);grid-auto-flow:column;display:grid;overflow-x:auto}.gem-recently-viewed__card{min-width:0}@media (max-width:760px){.gem-recently-viewed__rail{grid-auto-columns:minmax(160px,78vw)}}.gem-recommended-products{background:var(--gem-color-background)}.gem-recommended-products__inner{gap:var(--gem-space-lg);display:grid}.gem-recommended-products__header{gap:var(--gem-space-sm);max-width:760px;display:grid}.gem-recommended-products__body{color:var(--gem-color-text);margin:0}.gem-recommended-products__context{color:var(--gem-color-accent);font-size:.8125rem;font-weight:calc(700 * var(--gem-style-weight,1));letter-spacing:0;text-transform:uppercase}.gem-recommended-products__reason{border-inline-start:3px solid var(--gem-color-accent);color:var(--gem-color-text);max-width:680px;margin:0;padding-inline-start:var(--gem-space-sm)}.gem-recommended-products__rail{gap:var(--gem-space-md);scroll-snap-type:x proximity;grid-auto-columns:minmax(220px,1fr);grid-auto-flow:column;padding-block-end:var(--gem-space-sm);display:grid;overflow-x:auto}.gem-recommended-products__card{gap:var(--gem-space-sm);scroll-snap-align:start;min-width:0;display:grid}.gem-recommended-products__media{aspect-ratio:1;border-radius:var(--gem-radius-md);overflow:hidden}.gem-recommended-products__media img{object-fit:cover;width:100%;height:100%;display:block}.gem-recommended-products__placeholder{background:var(--gem-color-muted);width:100%;height:100%;display:block}.gem-recommended-products__title{margin:0}.gem-recommended-products__title-link{color:var(--gem-color-text);text-decoration:none}.gem-recommended-products__actions{gap:var(--gem-space-sm);margin-top:var(--gem-space-sm);flex-wrap:wrap;display:flex}.gem-recommended-products__empty{color:var(--gem-color-muted);padding:var(--gem-space-lg)}@media (max-width:760px){.gem-recommended-products__rail{grid-auto-columns:minmax(180px,80%)}}.gem-reviews-proof-strip{border-block:var(--gem-border-subtle);background:var(--gem-color-surface)}.gem-reviews-proof-strip__inner{gap:var(--gem-space-md);display:grid}.gem-reviews-proof-strip__summary{gap:var(--gem-space-md);flex-wrap:wrap;justify-content:space-between;align-items:center;display:flex}.gem-reviews-proof-strip__heading{margin:0}.gem-reviews-proof-strip__rating{align-items:center;gap:var(--gem-space-sm);flex-wrap:wrap;display:flex}.gem-reviews-proof-strip__stars{color:var(--gem-color-accent);letter-spacing:0}.gem-reviews-proof-strip__count{color:var(--gem-color-muted)}.gem-reviews-proof-strip__points{gap:var(--gem-space-sm);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.gem-reviews-proof-strip--proof-gallery .gem-reviews-proof-strip__inner{gap:var(--gem-space-lg)}.gem-reviews-proof-strip__gallery{gap:var(--gem-space-md);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.gem-reviews-proof-strip__card{gap:var(--gem-space-xs);min-height:10rem;padding:var(--gem-space-md);display:grid}.gem-reviews-proof-strip__card span,.gem-reviews-proof-strip__evidence-note{color:var(--gem-color-muted);line-height:1.45}.gem-reviews-proof-strip__evidence-note{border-inline-start:3px solid var(--gem-color-accent);margin:0;padding-inline-start:var(--gem-space-sm)}.gem-reviews-proof-strip__point{border:var(--gem-border-subtle);border-radius:var(--gem-radius-md);align-items:center;gap:var(--gem-space-sm);padding:var(--gem-space-sm) var(--gem-space-md);display:flex}.gem-reviews-proof-strip__icon{background:var(--gem-color-accent);border-radius:var(--gem-radius-pill);color:var(--gem-color-accent-text);height:var(--gem-space-lg);width:var(--gem-space-lg);flex:none;justify-content:center;align-items:center;display:inline-flex}@media (max-width:760px){.gem-reviews-proof-strip__summary{align-items:flex-start;display:grid}.gem-reviews-proof-strip__points,.gem-reviews-proof-strip__gallery{grid-template-columns:minmax(0,1fr)}}.gem-scrolling-content--marquee{color:var(--gem-color-text);background:var(--gem-color-surface);overflow:hidden}.gem-scrolling-content__viewport{padding:var(--gem-space-sm) 0;overflow:hidden}.gem-scrolling-content__track{gap:var(--gem-space-lg);width:max-content;animation:24s linear infinite gem-scrolling-content-move;display:flex}.gem-scrolling-content--right .gem-scrolling-content__track{animation-direction:reverse}.gem-scrolling-content--speed-slow .gem-scrolling-content__track{animation-duration:36s}.gem-scrolling-content--speed-fast .gem-scrolling-content__track{animation-duration:14s}.gem-scrolling-content__item{color:var(--gem-color-text);font-weight:calc(700 * var(--gem-style-weight,1));white-space:nowrap;align-items:center;display:inline-flex}.gem-scrolling-content__item:after{content:"";width:.35rem;height:.35rem;margin-left:var(--gem-space-lg);border-radius:var(--gem-radius-pill,999px);background:var(--gem-color-accent);display:inline-block}.gem-scrolling-content__link{color:inherit;text-decoration:none}.gem-scrolling-content--pauseable:hover .gem-scrolling-content__track,.gem-scrolling-content--pauseable:focus-within .gem-scrolling-content__track{animation-play-state:paused}.gem-scrolling-content--no-separators .gem-scrolling-content__item:after{display:none}@keyframes gem-scrolling-content-move{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.gem-scrolling-content__track{flex-wrap:wrap;justify-content:center;width:auto;animation:none}}@media (max-width:900px){.gem-shoppable-video__inner{grid-template-columns:1fr}.gem-shoppable-video__video,.gem-shoppable-video__poster,.gem-shoppable-video__placeholder{aspect-ratio:16/10}.gem-shoppable-video__hotspot{grid-template-columns:auto minmax(0,1fr)}.gem-shoppable-video__hotspot-price{grid-column:2}}.gem-shoppable-video{background:var(--gem-color-background);color:var(--gem-color-text);padding-block:var(--gem-layout-section,var(--gem-space-3xl));padding-inline:var(--gem-layout-gutter,var(--gem-space-lg))}.gem-shoppable-video__inner{gap:var(--gem-space-lg);max-width:var(--gem-layout-page);grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);align-items:center;margin-inline:auto;display:grid}.gem-shoppable-video__media{border-radius:var(--gem-radius-md);background:var(--gem-color-surface);box-shadow:var(--gem-shadow-md);overflow:hidden}.gem-shoppable-video__video,.gem-shoppable-video__poster,.gem-shoppable-video__placeholder{aspect-ratio:4/5;object-fit:cover;inline-size:100%;display:block}.gem-shoppable-video__placeholder{background:linear-gradient(135deg,var(--gem-color-surface),var(--gem-color-muted))}.gem-shoppable-video__content{gap:var(--gem-space-md);display:grid}.gem-shoppable-video__eyebrow{color:var(--gem-color-accent);font-size:12px;font-weight:calc(900 * var(--gem-style-weight,1));text-transform:uppercase}.gem-shoppable-video__content h2{margin:0;font-size:clamp(30px,4vw,54px);line-height:1.03}.gem-shoppable-video__content p{color:var(--gem-color-muted);margin:0;line-height:1.55}.gem-shoppable-video__hotspots{gap:var(--gem-space-sm);display:grid}.gem-shoppable-video__hotspot{gap:var(--gem-space-sm);padding:var(--gem-space-sm);border:var(--gem-border-subtle,1px solid var(--gem-color-border));border-radius:var(--gem-radius-md);background:var(--gem-color-surface);color:var(--gem-color-text);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;text-decoration:none;display:grid}.gem-shoppable-video__hotspot:focus-visible{outline:2px solid var(--gem-color-accent);outline-offset:3px}.gem-shoppable-video__hotspot-pin{inline-size:var(--gem-space-xl);block-size:var(--gem-space-xl);border-radius:var(--gem-radius-pill);background:var(--gem-color-accent);color:var(--gem-color-background);font-weight:calc(900 * var(--gem-style-weight,1));place-items:center;display:grid}.gem-shoppable-video__hotspot-copy{gap:var(--gem-space-xs);display:grid}.gem-shoppable-video__hotspot-copy span{color:var(--gem-color-muted);line-height:1.4}.gem-shoppable-video__hotspot-price{font-weight:calc(900 * var(--gem-style-weight,1))}.gem-shoppable-video__evidence-note{padding:var(--gem-space-sm);border:var(--gem-border-subtle,1px solid var(--gem-color-border));border-radius:var(--gem-radius-md);background:color-mix(in srgb,var(--gem-color-accent) 8%,var(--gem-color-surface));font-size:14px}.gem-shoppable-video--video-story-hotspots .gem-shoppable-video__media{position:relative}.gem-shoppable-video__cta{justify-self:start}@media (max-width:900px){.gem-shoppable-video__inner{grid-template-columns:1fr}.gem-shoppable-video__video,.gem-shoppable-video__poster,.gem-shoppable-video__placeholder{aspect-ratio:16/10}.gem-shoppable-video__hotspot{grid-template-columns:auto minmax(0,1fr)}.gem-shoppable-video__hotspot-price{grid-column:2}}.gem-sticky-atc{--gem-sticky-atc-threshold:360}.gem-sticky-atc__bar{z-index:30;align-items:center;gap:var(--gem-space-md);padding:var(--gem-space-sm) var(--gem-space-md);border-top:var(--gem-border-subtle);background:var(--gem-color-surface);color:var(--gem-color-text);box-shadow:var(--gem-shadow-md);grid-template-columns:minmax(0,1fr) auto;display:grid;position:sticky;inset-block-end:0}.gem-sticky-atc[data-gem-sticky-atc-mobile-only=true]{display:none}.gem-sticky-atc[data-gem-sticky-atc-state=hidden]{transform:translateY(100%)}.gem-sticky-atc[data-gem-sticky-atc-state=visible],.gem-sticky-atc[data-gem-sticky-atc-state=open]{transform:translateY(0)}.gem-sticky-atc__summary{gap:var(--gem-space-xs);display:grid}.gem-sticky-atc__title{font-family:var(--gem-font-heading);font-weight:calc(650 * var(--gem-style-weight,1));margin:0}.gem-sticky-atc__meta{gap:var(--gem-space-sm);color:var(--gem-color-muted);flex-wrap:wrap;display:flex}.gem-sticky-atc__form{align-items:center;gap:var(--gem-space-sm);display:flex}.gem-sticky-atc__select{min-height:var(--gem-component-input-height);border:var(--gem-border-subtle);border-radius:var(--gem-radius-md);background:var(--gem-color-surface);color:var(--gem-color-text);padding-inline:var(--gem-space-md)}.gem-sticky-atc__trust{color:var(--gem-color-muted)}@media (max-width:760px){.gem-sticky-atc[data-gem-sticky-atc-mobile-only=true]{display:block}.gem-sticky-atc__bar{grid-template-columns:1fr}.gem-sticky-atc__form{display:grid}}.gem-video-story--editorial-media{color:var(--gem-color-text)}.gem-video-story__inner{gap:var(--gem-space-lg);align-items:center;display:grid}.gem-video-story__media{border-radius:var(--gem-radius-md);background:var(--gem-color-surface);overflow:hidden}.gem-video-story__media video,.gem-video-story__poster,.gem-video-story__placeholder{aspect-ratio:16/9;object-fit:cover;width:100%;display:block}.gem-video-story__placeholder{background:var(--gem-color-surface)}.gem-video-story__content{gap:var(--gem-space-md);max-width:42rem;display:grid}.gem-video-story__eyebrow{color:var(--gem-color-accent);font-size:.8125rem;font-weight:calc(700 * var(--gem-style-weight,1));text-transform:uppercase;margin:0}.gem-video-story__heading{color:var(--gem-color-text);font-family:var(--gem-font-heading);margin:0}.gem-video-story__body{color:var(--gem-color-muted);line-height:1.6}.gem-video-story__actions{gap:var(--gem-space-sm);flex-wrap:wrap;display:flex}@media (min-width:768px){.gem-video-story__inner{grid-template-columns:minmax(0,1.2fr) minmax(20rem,.8fr)}}.gem-hero-banner--dawn-image-banner{min-height:560px;color:var(--gem-color-text);place-items:stretch stretch;padding:0;display:grid;position:relative;overflow:hidden}.gem-hero-banner--dawn-image-banner .gem-hero-banner__inner{place-items:center;width:100%;min-height:560px;padding:40px 20px;display:grid;position:static}.gem-hero-banner--dawn-image-banner .gem-hero-banner__media{z-index:0;position:absolute;inset:0}.gem-hero-banner--dawn-image-banner .gem-hero-banner__image{object-fit:cover;width:100%;height:100%;display:block}.gem-hero-banner--dawn-image-banner .gem-hero-banner__copy{z-index:1;text-align:center;background:var(--gem-color-surface,#fff);width:min(710px,100%);max-width:710px;color:var(--gem-color-text,#121212);border:1px solid color-mix(in srgb, var(--gem-color-text) 8%, transparent);border-radius:var(--gem-radius-md);box-shadow:var(--gem-shadow-sm,0 4px 14px #00000014);margin:0 auto;padding:40px 35px;position:relative}.gem-hero-banner--dawn-image-banner .gem-section__heading{color:var(--gem-color-text);margin:0;font-size:40px;line-height:1.3}.gem-hero-banner--dawn-image-banner .gem-section__body{max-width:52ch;color:var(--gem-color-text);margin:12px auto 0;font-size:15px;line-height:1.6}.gem-hero-banner--dawn-image-banner .gem-hero-banner__actions{justify-content:center;gap:10px;margin-top:22px;display:flex}@media (max-width:749px){.gem-hero-banner--dawn-image-banner{min-height:0}.gem-hero-banner--dawn-image-banner .gem-hero-banner__inner{flex-direction:column;align-items:stretch;gap:20px;min-height:0;padding:0 0 28px;display:flex}.gem-hero-banner--dawn-image-banner .gem-hero-banner__media{height:340px;position:relative;inset:auto}.gem-hero-banner--dawn-image-banner .gem-hero-banner__image{height:340px}.gem-hero-banner--dawn-image-banner .gem-hero-banner__copy{width:100%;max-width:none;box-shadow:none;background:0 0;border:0;padding:0 20px}.gem-hero-banner--dawn-image-banner .gem-section__heading{font-size:30px}}.gem-hero-banner--slideshow{color:#fff;padding:0;position:relative;overflow:hidden}.gem-hero-slideshow__track{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;display:flex;overflow-x:auto}.gem-hero-slideshow__track::-webkit-scrollbar{display:none}.gem-hero-slideshow__slide{scroll-snap-align:start;flex:0 0 100%;place-items:center;min-height:560px;display:grid;position:relative}.gem-hero-slideshow__media{z-index:0;position:absolute;inset:0}.gem-hero-slideshow__media:after{content:"";background:linear-gradient(#00000014,#00000057);position:absolute;inset:0}.gem-hero-slideshow__image{object-fit:cover;width:100%;height:100%;display:block}.gem-hero-slideshow__copy{z-index:1;text-align:center;text-shadow:0 1px 4px #0006;width:min(680px,90%);margin:0 auto;padding:24px;position:relative}.gem-hero-banner--slideshow[data-gem-slide-align=start] .gem-hero-slideshow__copy{text-align:start;margin:0}.gem-hero-slideshow__eyebrow{letter-spacing:.08em;text-transform:uppercase;opacity:.92;margin:0 0 10px;font-size:13px;font-weight:600}.gem-hero-slideshow__heading{color:#fff;margin:0;font-size:44px;line-height:1.18}.gem-hero-slideshow__body{color:#fff;max-width:46ch;margin:12px 0 0;font-size:16px;line-height:1.6}.gem-hero-slideshow__actions{margin-top:22px;display:flex}.gem-hero-banner--slideshow[data-gem-slide-align=center] .gem-hero-slideshow__body{margin-inline:auto}.gem-hero-banner--slideshow[data-gem-slide-align=center] .gem-hero-slideshow__actions{justify-content:center}.gem-hero-slideshow__dots{z-index:2;justify-content:center;gap:8px;display:flex;position:absolute;bottom:18px;left:0;right:0}.gem-hero-slideshow__dot{background:#ffffff8c;border-radius:999px;width:8px;height:8px;box-shadow:0 1px 3px #0000004d}.gem-hero-banner--slideshow .gem-hero-slideshow__dot:first-child{background:#fff}@media (max-width:749px){.gem-hero-slideshow__slide{min-height:400px}.gem-hero-slideshow__heading{font-size:32px}}.gem-multicolumn{padding:36px 0}.gem-multicolumn__heading{text-align:center;margin:0 0 28px;font-size:clamp(28px,4vw,40px);line-height:1.3}.gem-multicolumn__grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:24px;display:grid}.gem-multicolumn__col{text-align:center;background:color-mix(in srgb, var(--gem-color-text) 4%, var(--gem-color-surface,#fff));border-radius:var(--gem-radius-md);overflow:hidden}.gem-multicolumn__media{background:color-mix(in srgb, var(--gem-color-text) 6%, transparent);overflow:hidden}.gem-multicolumn__image{width:100%;height:auto;display:block}.gem-multicolumn__title{margin:20px 0 8px;padding-inline:25px;font-size:18px;line-height:1.3}.gem-multicolumn__body{color:var(--gem-color-text);margin:0 0 25px;padding-inline:25px;font-size:15px;line-height:1.6}.gem-multicolumn__cta{justify-content:center;margin-top:40px;display:flex}@media (max-width:749px){.gem-multicolumn{padding:27px 0}.gem-multicolumn__grid{grid-template-columns:1fr;gap:20px}}.gem-collage{padding:36px 0}.gem-collage__heading{text-align:left;margin:0 0 30px;font-size:clamp(28px,4vw,40px);line-height:1.3}.gem-collage__grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:8px;display:grid}.gem-collage__tile{flex-direction:column;display:flex}.gem-collage__tile--lead{grid-area:1/1/span 2/span 2}.gem-collage__tile:not(.gem-collage__tile--lead){grid-column:3}.gem-collage__media{aspect-ratio:1;background:#f4f4f4;border-radius:0;position:relative;overflow:hidden}.gem-collage__tile--lead .gem-collage__media{aspect-ratio:auto;flex:auto;height:100%;min-height:0}.gem-collage__image,.gem-collage__placeholder{object-fit:cover;width:100%;height:100%;display:block}.gem-collage__play{color:#1a1a1a;background:#ffffffe0;border-radius:999px;place-items:center;width:56px;height:56px;margin:auto;display:grid;position:absolute;inset:0;box-shadow:0 4px 16px #0003}.gem-collage__label{margin:10px 0 0;font-size:15px;font-weight:600}.gem-collage__price{color:var(--gem-color-text-subtle,#5a5a5a);margin:2px 0 0;font-size:14px}@media (max-width:749px){.gem-collage{padding:27px 0}.gem-collage__grid{grid-template-columns:1fr;gap:4px}.gem-collage__tile--lead,.gem-collage__tile:not(.gem-collage__tile--lead){grid-area:auto}.gem-collage__tile--lead .gem-collage__media{aspect-ratio:1}}.gem-site-announce{color:#fff;text-align:center;letter-spacing:.01em;background:#1a1a1a;padding:9px 16px;font-size:13px}.gem-site-announce__segments{flex-wrap:wrap;justify-content:space-around;gap:6px 20px;display:flex}.gem-site-header--dawn{z-index:20;background:var(--gem-color-background,#fff);border-bottom:1px solid var(--gem-color-border,#e6e6e6);-webkit-backdrop-filter:none;backdrop-filter:none;position:sticky;top:0}.gem-site-header--dawn .gem-site-header__inner{justify-content:space-between;align-items:center;gap:24px;padding:18px 24px;display:flex}.gem-site-header--dawn .gem-site-brand{letter-spacing:-.01em;color:var(--gem-color-text,#1a1a1a);flex:none;align-items:center;font-size:22px;font-weight:600;text-decoration:none;display:inline-flex}.gem-site-header--dawn .gem-site-brand__logo{object-fit:contain;width:auto;max-width:200px;max-height:42px;display:block}.gem-site-header--dawn .gem-site-nav{flex:auto;justify-content:center;align-items:center;gap:26px;display:flex}.gem-site-header--dawn .gem-site-nav a{color:var(--gem-color-text,#1a1a1a);font-size:15px;text-decoration:none}.gem-site-header--dawn .gem-site-nav a:hover{text-underline-offset:4px;text-decoration:underline}.gem-site-header--dawn .gem-site-actions{flex:none;align-items:center;gap:18px;display:flex}.gem-site-header--dawn .gem-site-icon{color:var(--gem-color-text,#1a1a1a);display:inline-flex}@media (max-width:749px){.gem-site-header--dawn .gem-site-nav{display:none}.gem-site-header--dawn .gem-site-header__inner{padding:14px 16px}}.gem-site-header--centered{z-index:20;background:var(--gem-color-background,#fff);border-bottom:1px solid var(--gem-color-border,#e6e6e6);position:sticky;top:0}.gem-site-header--centered .gem-site-header__inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;padding:18px 24px;display:grid}.gem-site-header--centered .gem-site-brand{letter-spacing:-.01em;color:var(--gem-color-text,#1a1a1a);grid-column:2;justify-self:center;align-items:center;font-size:22px;font-weight:600;text-decoration:none;display:inline-flex}.gem-site-header--centered .gem-site-brand__logo{object-fit:contain;width:auto;max-width:200px;max-height:42px;display:block}.gem-site-header--centered .gem-site-nav{grid-column:1;justify-self:start;align-items:center;gap:26px;display:flex}.gem-site-header--centered .gem-site-nav a{color:var(--gem-color-text,#1a1a1a);font-size:15px;text-decoration:none}.gem-site-header--centered .gem-site-nav a:hover{text-underline-offset:4px;text-decoration:underline}.gem-site-header--centered .gem-site-actions{grid-column:3;justify-self:end;align-items:center;gap:18px;display:flex}.gem-site-header--centered .gem-site-icon{cursor:pointer;color:var(--gem-color-text,#1a1a1a);background:0 0;border:0;justify-content:center;align-items:center;margin:0;padding:6px;line-height:0;display:inline-flex}.gem-site-header--centered .gem-site-icon svg{width:20px;height:20px;transition:transform .15s}.gem-site-header--centered .gem-site-cart-btn svg{width:44px;height:44px}.gem-site-header--centered .gem-site-icon:hover svg{transform:scale(1.07)}.gem-site-header--centered .gem-site-menu-toggle{grid-column:1;justify-self:start;display:none}@media (max-width:749px){.gem-site-header--centered .gem-site-header__inner{padding:14px 16px}.gem-site-header--centered .gem-site-nav{display:none}.gem-site-header--centered .gem-site-menu-toggle{display:inline-flex}}.gem-site-footer--dawn{border-top:1px solid var(--gem-color-border,#e6e6e6);background:var(--gem-color-background,#fff);margin-top:40px}.gem-site-footer--dawn .gem-site-footer__inner{padding:48px 24px 28px;display:block}.gem-site-footer--dawn .gem-site-footer__cols{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.gem-site-footer--dawn .gem-site-footer__heading{color:var(--gem-color-text,#1a1a1a);margin:0 0 14px;font-size:15px;font-weight:600}.gem-site-footer--dawn .gem-site-footer__links{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.gem-site-footer--dawn .gem-site-footer__links a{color:var(--gem-color-text-subtle,#5a5a5a);font-size:14px;text-decoration:none}.gem-site-footer--dawn .gem-site-footer__links a:hover{color:var(--gem-color-text,#1a1a1a)}.gem-site-footer--dawn .gem-site-footer__col--mission p{color:var(--gem-color-text-subtle,#5a5a5a);margin:0;font-size:14px;line-height:1.6}.gem-site-footer--dawn .gem-site-footer__signup{border:1px solid var(--gem-color-border,#b9b9b9);border-radius:6px;align-items:center;gap:0;max-width:280px;display:flex;overflow:hidden}.gem-site-footer--dawn .gem-site-footer__signup input{color:inherit;background:0 0;border:0;outline:none;flex:1;padding:11px 12px;font-size:14px}.gem-site-footer--dawn .gem-site-footer__signup button{cursor:pointer;color:var(--gem-color-text,#1a1a1a);background:0 0;border:0;padding:0 14px;font-size:18px}.gem-site-footer--dawn .gem-site-footer__copy{text-align:center;color:var(--gem-color-text-subtle,#767676);margin:40px 0 0;font-size:13px}@media (max-width:749px){.gem-site-footer--dawn .gem-site-footer__cols{grid-template-columns:1fr 1fr;gap:28px}}.gem-cartdrawer{z-index:100;pointer-events:none;visibility:hidden;position:fixed;inset:0}.gem-cartdrawer.is-open{pointer-events:auto;visibility:visible}.gem-cartdrawer__backdrop{opacity:0;background:#0006;transition:opacity .25s;position:absolute;inset:0}.gem-cartdrawer.is-open .gem-cartdrawer__backdrop{opacity:1}.gem-cartdrawer__panel{height:100%;width:min(var(--gem-cartdrawer-w,420px), 100%);background:var(--gem-color-background,#fff);color:var(--gem-color-text,#1a1a1a);flex-direction:column;transition:transform .28s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:0;right:0;transform:translate(100%);box-shadow:-8px 0 40px #0000002e}.gem-cartdrawer.is-open .gem-cartdrawer__panel{transform:translate(0)}.gem-cartdrawer__head{border-bottom:1px solid var(--gem-color-border,#eee);justify-content:space-between;align-items:center;padding:20px 22px;display:flex}.gem-cartdrawer__title{margin:0;font-size:18px;font-weight:600}.gem-cartdrawer__close{cursor:pointer;color:inherit;background:0 0;border:0;padding:4px;font-size:18px;line-height:1}.gem-cartdrawer__body{flex:1;padding:12px 22px;overflow-y:auto}.gem-cartdrawer__empty{color:var(--gem-color-text-subtle,#767676);text-align:center;padding:48px 0}.gem-cartdrawer__line{border-bottom:1px solid var(--gem-color-border,#f0f0f0);grid-template-columns:64px 1fr auto;align-items:start;gap:14px;padding:16px 0;display:grid}.gem-cartdrawer__thumb{object-fit:cover;background:#f4f4f4;border-radius:8px;width:64px;height:64px}.gem-cartdrawer__info{flex-direction:column;gap:3px;min-width:0;display:flex}.gem-cartdrawer__name{font-size:14px;font-weight:600}.gem-cartdrawer__variant{color:var(--gem-color-text-subtle,#767676);font-size:13px}.gem-cartdrawer__qty{align-items:center;gap:6px;margin-top:8px;display:flex}.gem-cartdrawer__qty button{border:1px solid var(--gem-color-border,#ddd);cursor:pointer;min-width:26px;height:26px;color:inherit;background:0 0;border-radius:6px;font-size:14px;line-height:1}.gem-cartdrawer__qty>span{text-align:center;min-width:22px;font-size:14px}.gem-cartdrawer__remove{color:var(--gem-color-text-subtle,#767676);cursor:pointer;background:0 0;margin-left:6px;font-size:12px;text-decoration:underline;border:0!important;width:auto!important}.gem-cartdrawer__price{white-space:nowrap;font-size:14px;font-weight:600}.gem-cartdrawer__foot{border-top:1px solid var(--gem-color-border,#eee);padding:18px 22px 22px}.gem-cartdrawer--compact .gem-cartdrawer__head,.gem-cartdrawer--compact .gem-cartdrawer__foot{padding-top:12px;padding-bottom:12px}.gem-cartdrawer--compact .gem-cartdrawer__body{font-size:13px}.gem-cartdrawer--comfortable .gem-cartdrawer__head,.gem-cartdrawer--comfortable .gem-cartdrawer__foot{padding-top:26px;padding-bottom:26px}.gem-cartdrawer--comfortable .gem-cartdrawer__body{font-size:16px}.gem-cartdrawer__announce{border-radius:8px;align-items:center;gap:8px;margin:14px 22px 0;padding:9px 12px;font-size:13px;display:flex}.gem-cartdrawer__announce--accent{background:var(--gem-color-text,#1a1a1a);color:var(--gem-color-background,#fff)}.gem-cartdrawer__announce--subtle{background:var(--gem-color-surface,#faf6ef);border:1px solid var(--gem-color-border,#eee)}.gem-cartdrawer__announce--custom{color:#fff}.gem-cartdrawer__announce-x{color:inherit;opacity:.7;cursor:pointer;background:0 0;border:0;margin-left:auto;padding:0;font-size:13px;line-height:1}.gem-cartlauncher{z-index:40;background:var(--gem-color-text,#1a1a1a);width:52px;height:52px;color:var(--gem-color-background,#fff);cursor:pointer;border:0;border-radius:50%;font-size:21px;position:fixed;bottom:20px;box-shadow:0 8px 24px #00000047}.gem-cartlauncher--right{right:20px}.gem-cartlauncher--left{left:20px}.gem-cartlauncher__count{background:var(--gem-color-background,#fff);min-width:20px;height:20px;color:var(--gem-color-text,#1a1a1a);border:1px solid var(--gem-color-border,#eee);border-radius:999px;justify-content:center;align-items:center;padding:0 5px;font-size:11px;font-weight:800;display:flex;position:absolute;top:-3px;right:-3px}.gem-cartdrawer__recs{padding:4px 22px 16px}.gem-cartdrawer__recs-h{text-align:left;margin:0 0 8px;font-size:13px;font-weight:700}.gem-cartdrawer__recs-grid{gap:8px;display:grid}.gem-cartdrawer__rec{border:1px solid var(--gem-color-border,#eee);text-align:left;border-radius:9px;flex-direction:column;gap:4px;padding:8px;font-size:12px;display:flex}.gem-cartdrawer__rec img,.gem-cartdrawer__rec-ph{object-fit:cover;background:var(--gem-color-surface,#f0ece3);border-radius:6px;width:100%;height:56px;display:block}.gem-cartdrawer__rec-t{font-weight:600}.gem-cartdrawer__rec-p{color:var(--gem-color-muted,#888)}.gem-cartdrawer__rec button{background:var(--gem-color-surface,#f4f1ea);font:inherit;cursor:pointer;border:0;border-radius:6px;margin-top:2px;padding:5px;font-size:12px;font-weight:650}.gem-cartdrawer__rec button:disabled{opacity:.5;cursor:default}.gem-cartdrawer__gifts{padding:0 22px 12px}.gem-cartdrawer__gifts-h{margin:0 0 8px;font-size:13px;font-weight:700}.gem-cartdrawer__gifts-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.gem-cartdrawer__gift{border:1px solid var(--gem-color-border,#eee);border-radius:9px;flex-direction:column;gap:4px;padding:8px;font-size:12px;display:flex}.gem-cartdrawer__gift img,.gem-cartdrawer__gift-ph{object-fit:cover;background:var(--gem-color-surface,#f0ece3);border-radius:6px;width:100%;height:46px;display:block}.gem-cartdrawer__gift-t{font-weight:600}.gem-cartdrawer__gift-free{color:#1f7a44;letter-spacing:.04em;font-size:11px;font-weight:800}.gem-cartdrawer__gift-free s{color:var(--gem-color-muted,#888);font-weight:600}.gem-cartdrawer__gift button{background:var(--gem-color-surface,#f4f1ea);font:inherit;cursor:pointer;border:0;border-radius:6px;margin-top:2px;padding:5px;font-size:12px;font-weight:650}.gem-cartdrawer__gift button:disabled{opacity:.6;cursor:default}.gem-cartdrawer__gifts-msg{color:#a23b2c;margin:6px 0 0;font-size:12px}.gem-cartdrawer__discount{padding:0 22px 12px}.gem-cartdrawer__discount-row{gap:7px;display:flex}.gem-cartdrawer__discount-row input{border:1px solid var(--gem-color-border,#eee);min-width:0;font:inherit;border-radius:8px;flex:1;padding:9px 11px;font-size:13px}.gem-cartdrawer__discount-row button{background:var(--gem-color-surface,#f0ece3);font:inherit;cursor:pointer;border:0;border-radius:8px;padding:9px 15px;font-size:13px;font-weight:700}.gem-cartdrawer__discount-row button:disabled{opacity:.6;cursor:default}.gem-cartdrawer__discount-msg{color:#a23b2c;margin:6px 0 0;font-size:12px}.gem-cartdrawer__discount-msg.is-ok{color:#1f7a44}.gem-cartdrawer__discount-note{color:var(--gem-color-muted,#888);margin:5px 0 0;font-size:11.5px}.gem-cartdrawer__terms{color:var(--gem-color-muted,#888);align-items:flex-start;gap:8px;margin-bottom:10px;font-size:12px;line-height:1.4;display:flex}.gem-cartdrawer__terms input{flex:none;margin-top:2px}.gem-cartdrawer__terms-err{color:#a23b2c;margin:0 0 10px;font-size:12px}.gem-cartdrawer__checkout[aria-disabled=true]{opacity:.55}.gem-cartdrawer__notes{padding:0 22px 12px}.gem-cartdrawer__notes-t{font:inherit;cursor:pointer;color:inherit;background:0 0;border:0;padding:0;font-size:13px;font-weight:600}.gem-cartdrawer__notes-box{border:1px solid var(--gem-color-border,#eee);width:100%;font:inherit;resize:vertical;border-radius:8px;margin-top:6px;padding:9px 11px;font-size:13px}.gem-cartdrawer__notes-ok{color:#1f7a44;font-size:11.5px}.gem-cartdrawer__lowstock{background:var(--gem-color-surface,#fdf1ee);color:#a23b2c;text-align:center;border-radius:8px;margin:10px 0 0;padding:8px 10px;font-size:13px}.gem-cartdrawer__delivery{background:var(--gem-color-surface,#eef6f1);text-align:center;border-radius:8px;margin:10px 0 0;padding:8px 10px;font-size:13px}.gem-cartdrawer__timer{background:var(--gem-color-surface,#fdf1ee);text-align:center;font-variant-numeric:tabular-nums;border-radius:8px;margin:10px 0 0;padding:8px 10px;font-size:13px}.gem-cartdrawer__trust{text-align:center;color:var(--gem-color-muted,#888);margin:0 0 10px;font-size:12.5px}.gem-cartdrawer__subtotal{justify-content:space-between;align-items:center;margin-bottom:14px;font-size:15px;display:flex}.gem-cartdrawer__checkout{text-align:center;width:100%;display:block}.gem-cartdrawer__freeship{padding:14px 22px 4px}.gem-cartdrawer__freeship-msg{color:var(--gem-color-text,#1a1a1a);margin:0 0 8px;font-size:13px}.gem-cartdrawer__freeship-bar{background:var(--gem-color-border,#eee);border-radius:4px;height:6px;overflow:hidden}.gem-cartdrawer__freeship-bar>span{background:var(--gem-color-accent,#1a7f37);border-radius:4px;height:100%;transition:width .3s;display:block}.gem-site-header--dawn .gem-site-icon{cursor:pointer;color:var(--gem-color-text,#1a1a1a);background:0 0;border:0;justify-content:center;align-items:center;margin:0;padding:6px;line-height:0;display:inline-flex}.gem-site-header--dawn .gem-site-icon svg{width:20px;height:20px;transition:transform .15s}.gem-site-header--dawn .gem-site-cart-btn svg{width:44px;height:44px}.gem-site-header--dawn .gem-site-icon:hover svg{transform:scale(1.07)}.gem-site-menu-toggle{cursor:pointer;color:var(--gem-color-text,#1a1a1a);background:0 0;border:0;flex:none;align-items:center;margin:0 2px 0 -2px;padding:6px;line-height:0;display:none}.gem-site-menu-toggle:hover{opacity:.65}@media (max-width:749px){.gem-site-header--dawn .gem-site-menu-toggle{display:inline-flex}}.gem-mobilemenu{z-index:95;visibility:hidden;position:fixed;inset:0}.gem-mobilemenu.is-open{visibility:visible}.gem-mobilemenu__backdrop{opacity:0;background:#0006;transition:opacity .28s;position:absolute;inset:0}.gem-mobilemenu.is-open .gem-mobilemenu__backdrop{opacity:1}.gem-mobilemenu__panel{background:var(--gem-color-background,#fff);flex-direction:column;width:min(320px,82vw);padding:18px 22px 28px;transition:transform .28s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:2px 0 26px #00000029}.gem-mobilemenu.is-open .gem-mobilemenu__panel{transform:translate(0)}.gem-mobilemenu__close{cursor:pointer;color:inherit;background:0 0;border:0;align-self:flex-end;margin:0 -8px 6px 0;padding:6px 8px;font-size:20px;line-height:1}.gem-mobilemenu__link{color:var(--gem-color-text,#1a1a1a);border-bottom:1px solid var(--gem-color-border,#ececec);padding:14px 0;font-size:20px;text-decoration:none}.gem-mobilemenu__link:hover{opacity:.7}.gem-site-cart-btn{position:relative}.gem-site-cart-count{box-sizing:border-box;background:var(--gem-color-text,#1a1a1a);min-width:16px;height:16px;color:var(--gem-color-background,#fff);text-align:center;border-radius:8px;padding:0 4px;font-size:10px;font-weight:700;line-height:16px;position:absolute;top:0;right:0}.gem-searchbar{z-index:90;visibility:hidden;position:fixed;inset:0 0 auto}.gem-searchbar.is-open{visibility:visible}.gem-searchbar__panel{z-index:2;background:var(--gem-color-background,#fff);border-bottom:1px solid var(--gem-color-border,#e6e6e6);transition:transform .28s cubic-bezier(.4,0,.2,1);position:relative;transform:translateY(-100%);box-shadow:0 8px 24px #00000014}.gem-searchbar.is-open .gem-searchbar__panel{transform:translateY(0)}.gem-searchbar__row{align-items:center;gap:12px;width:min(1180px,100% - 48px);margin:0 auto;padding:18px 0;display:flex}.gem-searchbar__form{border-bottom:1.5px solid var(--gem-color-text,#1a1a1a);flex:1;align-items:center;gap:12px;padding-bottom:8px;display:flex}.gem-searchbar__icon{color:var(--gem-color-text-subtle,#767676);flex:none}.gem-searchbar__input{color:inherit;background:0 0;border:0;outline:none;flex:1;padding:4px 0;font-size:22px}.gem-searchbar__close{cursor:pointer;color:inherit;background:0 0;border:0;flex:none;padding:6px;font-size:20px}.gem-searchbar__results{width:min(1180px,100% - 48px);max-height:60vh;margin:0 auto;padding:0 0 24px;overflow-y:auto}.gem-searchbar__hint{color:var(--gem-color-text-subtle,#767676);margin:0;padding:8px 0 16px}.gem-searchbar__grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:8px;display:grid}.gem-searchbar__item{color:inherit;border-radius:8px;align-items:center;gap:12px;padding:10px;text-decoration:none;display:flex}.gem-searchbar__item:hover{background:var(--gem-color-surface,#f5f5f5)}.gem-searchbar__thumb{object-fit:cover;background:#f4f4f4;border-radius:6px;flex:none;width:44px;height:44px}.gem-searchbar__name{flex:1;font-size:14px;line-height:1.3}.gem-searchbar__price{color:var(--gem-color-text-subtle,#5a5a5a);white-space:nowrap;font-size:13px}.gem-searchbar__all{color:var(--gem-color-text,#1a1a1a);border-bottom:1px solid;margin-top:14px;font-size:14px;text-decoration:none;display:inline-block}.gem-searchbar__backdrop{z-index:1;opacity:0;pointer-events:none;background:#0000004d;transition:opacity .28s;position:fixed;inset:0}.gem-searchbar.is-open .gem-searchbar__backdrop{opacity:1;pointer-events:auto}.gem-product-listing{padding:40px 0}.gem-product-listing .gem-section__heading{margin:0 0 28px}.gem-product-listing .gem-product-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:24px;display:grid}.gem-product-listing .gem-product-card{color:inherit;background:0 0;border:0;flex-direction:column;padding:0;text-decoration:none;display:flex}.gem-product-listing .gem-product-card__img{aspect-ratio:1;object-fit:cover;background:#f4f4f4;border-radius:10px;width:100%;display:block}.gem-product-listing .gem-product-card__title{margin:12px 0 4px;font-size:15px;font-weight:500;line-height:1.35}.gem-product-listing .gem-product-card .gem-price{color:var(--gem-color-text-subtle,#5a5a5a);margin:0;font-size:14px}.gem-image-with-text{padding:40px 0}.gem-image-with-text__inner{grid-template-columns:1fr 1fr;align-items:center;gap:48px;display:grid}.gem-image-with-text--media-right .gem-image-with-text__media{order:2}.gem-image-with-text__image{aspect-ratio:4/3;object-fit:cover;background:#f4f4f4;border-radius:10px;width:100%;height:auto;display:block}.gem-image-with-text__heading{margin:0 0 12px;font-size:28px;line-height:1.2}.gem-image-with-text__body{color:var(--gem-color-text,#1a1a1a);margin:0 0 22px}.gem-image-with-text__cta{display:inline-flex}@media (max-width:749px){.gem-image-with-text__inner{grid-template-columns:1fr;gap:22px}.gem-image-with-text--media-right .gem-image-with-text__media{order:0}.gem-product-listing .gem-product-grid{grid-template-columns:1fr 1fr;gap:16px}}.gem-testimonial-carousel--quote-grid{padding-block:var(--gem-space-2xl)}.gem-testimonial-carousel--quote-grid .gem-testimonial-carousel__heading{text-align:center;margin:0 0 var(--gem-space-sm)}.gem-testimonial-carousel__intro{text-align:center;max-width:60ch;margin:0 auto var(--gem-space-xl);color:var(--gem-color-muted,#5a5a5a)}.gem-testimonial-carousel__grid{gap:var(--gem-space-lg);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.gem-testimonial-carousel__card{gap:var(--gem-space-md);padding:var(--gem-space-lg);border-radius:var(--gem-radius-md);background:color-mix(in srgb, var(--gem-color-text,#1a1a1a) 4%, var(--gem-color-background,#fff));box-shadow:inset 0 0 0 1px var(--gem-color-border);flex-direction:column;margin:0;display:flex}.gem-testimonial-carousel__stars{letter-spacing:2px;font-size:15px;line-height:1}.gem-testimonial-carousel__stars-on{color:var(--gem-color-warning,#f5a623)}.gem-testimonial-carousel__stars-off{color:var(--gem-color-border)}.gem-testimonial-carousel__quote{color:var(--gem-color-text,#1a1a1a);margin:0;font-size:16px;line-height:1.55}.gem-testimonial-carousel__quote:before{content:"“"}.gem-testimonial-carousel__quote:after{content:"”"}.gem-testimonial-carousel__author{gap:var(--gem-space-xs);flex-direction:column;margin-top:auto;display:flex}.gem-testimonial-carousel__author-name{color:var(--gem-color-text,#1a1a1a);font-size:15px;font-weight:600}.gem-testimonial-carousel__author-role{color:var(--gem-color-muted,#5a5a5a);font-size:13px}@media (max-width:760px){.gem-testimonial-carousel__grid{grid-template-columns:1fr}}.gem-collection-paginator__nav{gap:var(--gem-space-sm);flex-wrap:wrap;justify-content:center;align-items:center;display:flex}.gem-collection-paginator__pages{gap:var(--gem-space-xs);flex-wrap:wrap;justify-content:center;align-items:center;display:flex}.gem-collection-paginator__status{color:var(--gem-color-muted,color-mix(in srgb, var(--gem-color-text) 72%, transparent))}.gem-contact-form__header{gap:var(--gem-space-sm);max-width:min(100%, var(--gem-layout-page));display:grid}.gem-contact-form__full{grid-column:1/-1}.gem-contact-form__checkbox{gap:var(--gem-space-sm);grid-template-columns:auto minmax(0,1fr);align-items:start;display:grid}.gem-hero-banner__proof-grid{gap:var(--gem-space-xs);margin-top:var(--gem-space-xs);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.gem-hero-banner[data-gem-hero-proof-grid-columns="2"] .gem-hero-banner__proof-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gem-hero-banner[data-gem-hero-proof-grid-columns="4"] .gem-hero-banner__proof-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.gem-hero-banner__proof-item{align-items:flex-start;gap:var(--gem-space-xs);min-width:0;padding:var(--gem-space-sm);border:calc(1px * var(--gem-style-border,1)) solid color-mix(in srgb, var(--gem-color-border), transparent 18%);border-radius:var(--gem-radius-sm);background:color-mix(in srgb, var(--gem-color-surface), transparent 12%);color:var(--gem-color-text);font-size:.875rem;font-weight:calc(650 * var(--gem-style-weight,1));line-height:1.35;display:flex}.gem-hero-banner__proof-icon{color:var(--gem-color-accent);font-weight:calc(800 * var(--gem-style-weight,1));flex:none}.gem-hero-banner__comparison-card{gap:var(--gem-space-xs);margin-top:var(--gem-space-xs);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.gem-hero-banner__comparison-card span{min-width:0;padding:var(--gem-space-sm);border:calc(1px * var(--gem-style-border,1)) solid color-mix(in srgb, var(--gem-color-border), transparent 12%);border-radius:var(--gem-radius-sm);background:color-mix(in srgb, var(--gem-color-surface), transparent 8%);font-size:.875rem;font-weight:calc(700 * var(--gem-style-weight,1));line-height:1.35}.gem-hero-banner__buy-box{gap:var(--gem-space-sm);margin-top:var(--gem-space-sm);padding:var(--gem-space-md);border:calc(1px * var(--gem-style-border,1)) solid color-mix(in srgb, var(--gem-color-border), transparent 12%);border-radius:var(--gem-radius-sm);background:var(--gem-color-surface);color:var(--gem-color-text);box-shadow:var(--gem-shadow-sm,none);display:grid}.gem-hero-banner__buy-box-kicker,.gem-hero-banner__buy-box-price,.gem-hero-banner__buy-box-policy{margin:0}.gem-hero-banner__buy-box-kicker{color:var(--gem-color-muted);font-size:.75rem;font-weight:calc(800 * var(--gem-style-weight,1));letter-spacing:0;text-transform:uppercase}.gem-hero-banner__buy-box-title{margin:0;font-size:1.35rem;line-height:1.1}.gem-hero-banner__buy-box-descriptor{margin:var(--gem-space-xs) 0 0;color:var(--gem-color-muted);line-height:1.45}.gem-hero-banner__buy-box-commerce{gap:var(--gem-space-sm);flex-wrap:wrap;justify-content:space-between;align-items:center;display:flex}.gem-hero-banner__buy-box-price{font-size:1.1rem;font-weight:calc(800 * var(--gem-style-weight,1))}.gem-hero-banner__buy-box-policy{color:var(--gem-color-muted);font-size:.78rem;line-height:1.4}.gem-hero-banner[data-gem-hero-banner-layout=split_benefit_grid] .gem-hero-banner__proof-grid{margin-top:var(--gem-space-sm)}.gem-hero-banner[data-gem-hero-banner-layout=clinical_icon_row] .gem-hero-banner__proof-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.gem-hero-banner[data-gem-hero-banner-layout=clinical_icon_row] .gem-hero-banner__proof-item{text-align:center;justify-items:center;display:grid}.gem-hero-banner__proof-grid,.gem-hero-banner[data-gem-hero-proof-grid-columns="2"] .gem-hero-banner__proof-grid,.gem-hero-banner[data-gem-hero-banner-layout=clinical_icon_row] .gem-hero-banner__proof-grid,.gem-hero-banner[data-gem-hero-proof-grid-columns="4"] .gem-hero-banner__proof-grid{grid-template-columns:1fr}.gem-hero-banner__proof-item{padding:var(--gem-space-xs)}.gem-hero-banner__comparison-card{grid-template-columns:1fr}.gem-hero-banner__buy-box{padding:var(--gem-space-sm)}.gem-hero-banner__buy-box-commerce{align-items:stretch}.gem-stock-indicator__inner{background:var(--gem-color-surface);border:calc(1px * var(--gem-style-border,1)) solid var(--gem-border-subtle);border-radius:var(--gem-radius-sm);align-items:center;gap:var(--gem-space-sm);min-height:var(--gem-component-input-height);padding:var(--gem-space-sm) var(--gem-space-md);display:inline-flex}.gem-stock-indicator__dot{background:var(--gem-color-success);border-radius:var(--gem-radius-pill);height:var(--gem-space-sm);width:var(--gem-space-sm);flex:none;display:inline-block}.gem-stock-indicator[data-gem-stock-status=low] .gem-stock-indicator__dot{background:var(--gem-color-warning)}.gem-stock-indicator[data-gem-stock-status=sold-out] .gem-stock-indicator__dot{background:var(--gem-color-danger)}.gem-stock-indicator[data-gem-stock-status=backorder] .gem-stock-indicator__dot,.gem-stock-indicator[data-gem-stock-status=fallback] .gem-stock-indicator__dot{background:var(--gem-color-muted)}.gem-stock-indicator__copy{align-items:baseline;gap:var(--gem-space-xs);flex-wrap:wrap;display:inline-flex}.gem-stock-indicator__quantity{color:var(--gem-color-muted)}.gem-lookbook-hotspots__link{justify-self:start}.gem-hero-collage--category-mosaic{color:var(--gem-color-text)}.gem-hero-collage__inner{gap:var(--gem-space-lg);padding-block:var(--gem-space-lg);display:grid}.gem-hero-collage__intro{gap:var(--gem-space-sm);max-width:44rem;display:grid}.gem-hero-collage__eyebrow,.gem-hero-collage__heading,.gem-hero-collage__body{margin:0}.gem-hero-collage__eyebrow,.gem-hero-collage__badge{font-size:.8125rem;font-weight:calc(700 * var(--gem-style-weight,1));text-transform:uppercase}.gem-hero-collage__heading{max-width:14ch;font-family:var(--gem-font-heading);overflow-wrap:anywhere;font-size:clamp(2.25rem,5vw,4.75rem);line-height:1}.gem-hero-collage__body{max-width:36rem;color:var(--gem-color-muted);line-height:1.6}.gem-hero-collage__grid{gap:var(--gem-space-sm);min-height:34rem;display:grid}.gem-hero-collage[data-gem-hero-collage-height=medium] .gem-hero-collage__grid{min-height:28rem}.gem-hero-collage[data-gem-hero-collage-height=viewport] .gem-hero-collage__grid{min-height:min(46rem,100vh)}.gem-hero-collage__tile{min-width:0;min-height:14rem;color:var(--gem-color-background);grid-template-columns:minmax(0,1fr);padding:0;text-decoration:none;display:grid;position:relative;overflow:hidden}.gem-hero-collage__media,.gem-hero-collage__image,.gem-hero-collage__placeholder,.gem-hero-collage__shade{position:absolute;inset:0}.gem-hero-collage__media{justify-self:stretch;width:100%;min-width:0;max-width:100%}.gem-hero-collage__image,.gem-hero-collage__placeholder{object-fit:cover;width:100%;height:100%;display:block}.gem-hero-collage__placeholder{background:linear-gradient(135deg, #0000000a, #0000002e), var(--gem-color-surface)}.gem-hero-collage__shade{pointer-events:none;background:linear-gradient(#00000014,#0000008a)}.gem-hero-collage__content{z-index:1;align-self:end;gap:var(--gem-space-xs);min-width:0;max-width:100%;padding:var(--gem-space-md);display:grid;position:relative}.gem-hero-collage[data-gem-hero-collage-below-text-safe-zone=true] .gem-hero-collage__content{max-width:min(100%,32rem)}.gem-hero-collage__label{max-width:16ch;font-family:var(--gem-font-heading);font-size:clamp(1.5rem,3vw,2.75rem);font-weight:calc(700 * var(--gem-style-weight,1));overflow-wrap:anywhere;line-height:1;display:block}.gem-hero-collage__caption{overflow-wrap:anywhere;max-width:28rem;line-height:1.45;display:block}.gem-hero-collage__cta{width:fit-content;min-height:2.75rem;margin-top:var(--gem-space-xs);border-bottom:calc(1px * var(--gem-style-border,1)) solid currentColor;font-size:.875rem;font-weight:calc(700 * var(--gem-style-weight,1));letter-spacing:0;align-items:center;line-height:1;display:inline-flex}.gem-hero-collage[data-gem-hero-collage-text=below] .gem-hero-collage__tile,.gem-hero-collage[data-gem-hero-collage-text=below_media] .gem-hero-collage__tile{color:var(--gem-color-text);background:var(--gem-color-surface)}.gem-hero-collage[data-gem-hero-collage-text=below] .gem-hero-collage__media,.gem-hero-collage[data-gem-hero-collage-text=below] .gem-hero-collage__shade,.gem-hero-collage[data-gem-hero-collage-text=below_media] .gem-hero-collage__media,.gem-hero-collage[data-gem-hero-collage-text=below_media] .gem-hero-collage__shade{aspect-ratio:4/3;position:relative}.gem-hero-collage[data-gem-hero-collage-text=below] .gem-hero-collage__shade,.gem-hero-collage[data-gem-hero-collage-text=below_media] .gem-hero-collage__shade{display:none}.gem-hero-collage[data-gem-hero-collage-text=below] .gem-hero-collage__content,.gem-hero-collage[data-gem-hero-collage-text=below_media] .gem-hero-collage__content{align-self:auto}.gem-hero-collage[data-gem-hero-collage-text=badge] .gem-hero-collage__caption{display:none}@media (min-width:768px){.gem-hero-collage[data-gem-hero-collage-layout=split] .gem-hero-collage__grid,.gem-hero-collage[data-gem-hero-collage-layout=equal_split] .gem-hero-collage__grid,.gem-hero-collage[data-gem-hero-collage-layout=editorial_split] .gem-hero-collage__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gem-hero-collage[data-gem-hero-collage-layout=editorial_split][data-gem-hero-collage-tile-dominance=featured] .gem-hero-collage__grid{grid-template-columns:minmax(0,1.18fr) minmax(0,.82fr)}.gem-hero-collage[data-gem-hero-collage-layout=large_left] .gem-hero-collage__grid,.gem-hero-collage[data-gem-hero-collage-layout=large_right] .gem-hero-collage__grid,.gem-hero-collage[data-gem-hero-collage-layout=mosaic] .gem-hero-collage__grid{grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:repeat(4,minmax(0,1fr))}.gem-hero-collage[data-gem-hero-collage-layout=large_left] .gem-hero-collage__tile:first-child,.gem-hero-collage[data-gem-hero-collage-layout=mosaic] .gem-hero-collage__tile:first-child,.gem-hero-collage[data-gem-hero-collage-layout=large_right] .gem-hero-collage__tile:last-child{grid-area:span 2/span 2}.gem-hero-collage[data-gem-hero-collage-tile-count="2"] .gem-hero-collage__grid{grid-template-rows:minmax(0,1fr)}.gem-hero-collage[data-gem-hero-collage-tile-count="2"] .gem-hero-collage__tile{min-height:30rem}.gem-hero-collage[data-gem-hero-collage-tile-count="3"][data-gem-hero-collage-layout=large_left] .gem-hero-collage__tile:nth-child(2),.gem-hero-collage[data-gem-hero-collage-tile-count="3"][data-gem-hero-collage-layout=large_left] .gem-hero-collage__tile:nth-child(3),.gem-hero-collage[data-gem-hero-collage-tile-count="3"][data-gem-hero-collage-layout=large_right] .gem-hero-collage__tile:first-child,.gem-hero-collage[data-gem-hero-collage-tile-count="3"][data-gem-hero-collage-layout=large_right] .gem-hero-collage__tile:nth-child(2){grid-column:span 2}}@media (max-width:767px){.gem-hero-collage__inner{padding-block:var(--gem-space-md)}.gem-hero-collage__heading{font-size:2.625rem}.gem-hero-collage__grid{min-height:auto}.gem-hero-collage[data-gem-hero-collage-mobile=stacked] .gem-hero-collage__grid,.gem-hero-collage[data-gem-hero-collage-mobile=featured_first] .gem-hero-collage__grid{grid-template-columns:minmax(0,1fr)}.gem-hero-collage[data-gem-hero-collage-mobile=featured_first] .gem-hero-collage__tile:first-child{min-height:24rem}.gem-hero-collage[data-gem-hero-collage-mobile=scroll] .gem-hero-collage__grid,.gem-hero-collage[data-gem-hero-collage-mobile=horizontal_scroll] .gem-hero-collage__grid{scroll-snap-type:x mandatory;scrollbar-width:none;display:flex;overflow-x:auto}.gem-hero-collage[data-gem-hero-collage-mobile=scroll] .gem-hero-collage__tile,.gem-hero-collage[data-gem-hero-collage-mobile=horizontal_scroll] .gem-hero-collage__tile{scroll-snap-align:start;flex:0 0 min(82vw,24rem)}.gem-hero-collage[data-gem-hero-collage-mobile=scroll] .gem-hero-collage__grid::-webkit-scrollbar{display:none}.gem-hero-collage[data-gem-hero-collage-mobile=horizontal_scroll] .gem-hero-collage__grid::-webkit-scrollbar{display:none}.gem-hero-collage__tile{min-height:18rem}.gem-hero-collage__label{max-width:14ch;font-size:2rem}}.gem-instagram-gallery,.gem-instagram-gallery--grid{color:var(--gem-color-text)}.gem-instagram-gallery__handle{margin:0 0 var(--gem-space-4,1rem);color:var(--gem-color-accent,currentColor);font-weight:600;text-decoration:none;display:inline-block}.gem-instagram-gallery__grid{grid-template-columns:repeat(var(--gem-grid-columns,4), 1fr);gap:var(--gem-space-3,.75rem);margin:0;padding:0;list-style:none;display:grid}.gem-instagram-gallery__item{margin:0}.gem-instagram-gallery__link{display:block}.gem-instagram-gallery__image,.gem-instagram-gallery__placeholder{aspect-ratio:1;object-fit:cover;border-radius:var(--gem-radius-sm,4px);background:var(--gem-color-surface,#f2f2f2);width:100%;display:block}.gem-instagram-gallery__caption{margin:var(--gem-space-2,.5rem) 0 0;color:var(--gem-color-muted,#666);font-size:.85rem}.gem-instagram-gallery__cta{margin-top:var(--gem-space-4,1rem);display:inline-block}@media (max-width:749px){.gem-instagram-gallery__grid{grid-template-columns:repeat(2,1fr)}}.gem-site-footer__bar{margin-top:var(--gem-space-4,1rem);padding-top:var(--gem-space-3,.75rem);border-top:1px solid var(--gem-color-border,#0000001a);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.gem-site-footer__payments{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.gem-site-footer__secure{color:var(--gem-color-muted,#555);margin-right:4px;font-size:.8rem;font-weight:600}.gem-site-footer__pay-badge{letter-spacing:.02em;text-transform:uppercase;color:var(--gem-color-text,#222);background:var(--gem-color-surface,#fff);border:1px solid var(--gem-color-border,#00000024);border-radius:4px;padding:3px 7px;font-size:.68rem;font-weight:700}
