.not-found{background-color:var(--color-background)}.not-found__inner.section{max-width:40rem;margin-inline:auto;padding-inline:var(--page-margin);text-align:center;display:flex;flex-direction:column;align-items:center;gap:var(--space-sm)}.not-found__copy{margin:0;max-width:34rem}.not-found__ctas{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-sm);margin-top:var(--space-xs)}@media screen and (max-width:479px){.not-found__ctas{flex-direction:column;align-self:stretch}.not-found__ctas .button{width:100%}}.announcement-bar{background-color:var(--color-dark-bg);color:var(--color-background)}.announcement-bar__list{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:var(--space-3xs) var(--space-lg);max-width:var(--page-width);margin-inline:auto;padding:.4rem var(--page-margin);font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;text-align:center}.announcement-bar__list li{position:relative;display:inline-flex;align-items:center;gap:var(--space-3xs);padding-inline-start:var(--space-lg)}.announcement-bar__list li:first-child{padding-inline-start:0}.announcement-bar__list li:not(:first-child):before{content:"";position:absolute;left:calc(var(--space-lg) / -2);top:50%;translate:-50% -50%;width:1px;height:.75rem;background-color:#f8f5ef40}.announcement-bar__icon{display:inline-flex;flex-shrink:0;width:.8125rem;height:.8125rem;color:var(--color-accent)}.announcement-bar__icon svg{width:100%;height:100%}@media screen and (max-width:749px){.announcement-bar__list{font-size:.6875rem;gap:var(--space-3xs) var(--space-md)}.announcement-bar__list li{padding-inline-start:0}.announcement-bar__list li:not(:first-child):before{display:none}}.benefit-cards{background-color:var(--color-background)}.benefit-cards__inner.section{max-width:var(--page-width);margin-inline:auto;padding-inline:var(--page-margin);padding-block:var(--space-lg);text-align:center}@media screen and (min-width:990px){.benefit-cards__inner.section{padding-block:var(--space-xl)}}.benefit-cards__heading{margin-bottom:var(--space-sm)}.benefit-cards__list{display:grid;grid-template-columns:1fr;gap:var(--space-xs)}.benefit-cards__item{align-items:center;text-align:center;gap:var(--space-3xs);padding:1.5rem 1.25rem;border-radius:var(--radius-md);background-color:#c89b3c08}.benefit-cards__icon-badge{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;margin-bottom:var(--space-3xs);border-radius:var(--radius-full);border:1px solid rgba(200,155,60,.3);background-color:#c89b3c12}.benefit-cards__icon{display:inline-flex;width:1.25rem;height:1.25rem;color:var(--color-accent)}.benefit-cards__icon svg{width:100%;height:100%}.benefit-cards__item-heading{font-size:.9375rem;font-weight:700;line-height:1.3}.benefit-cards__item-description{color:var(--color-muted);font-size:.8125rem;line-height:1.4;max-width:22ch}@media screen and (max-width:749px){.benefit-cards__inner.section{padding-block:var(--space-md)}.benefit-cards__heading{margin-bottom:var(--space-xs)}.benefit-cards__list{gap:.375rem}.benefit-cards__item{padding:.75rem 1rem;gap:.2rem}.benefit-cards__icon-badge{width:2rem;height:2rem;margin-bottom:0}.benefit-cards__icon{width:1.0625rem;height:1.0625rem}.benefit-cards__item-description{line-height:1.3}}@media screen and (min-width:750px){.benefit-cards__list{grid-template-columns:repeat(2,1fr);gap:var(--space-sm)}}@media screen and (min-width:990px){.benefit-cards__list{grid-template-columns:repeat(5,1fr);gap:var(--space-xs)}.benefit-cards__item{padding:1.5rem 1rem}}.cart-page{background-color:var(--color-background)}.cart-page__inner.section{max-width:64rem;margin-inline:auto;padding-inline:var(--page-margin)}.cart-page__title{margin-bottom:var(--space-md)}.cart-page__list{display:flex;flex-direction:column;gap:var(--space-sm)}.cart-page__item{display:grid;grid-template-columns:6rem 1fr auto;align-items:center;gap:var(--space-sm);padding:var(--space-sm);border-radius:var(--radius-lg);border:var(--border-hairline)}.cart-page__item-media{display:block;width:6rem;aspect-ratio:1 / 1;border-radius:var(--radius-md);background-color:#c89b3c0b;overflow:hidden}.cart-page__item-media img{width:100%;height:100%;object-fit:contain}.cart-page__item-info{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;min-width:0}.cart-page__item-title{font-weight:700;color:var(--color-foreground);text-decoration:none}.cart-page__item-title:hover{color:var(--color-accent)}.cart-page__item-variant{color:var(--color-muted)}.cart-page__item-price--mobile{display:none}.cart-page__item-remove{margin-top:var(--space-3xs);color:var(--color-foreground);font-size:.875rem;font-weight:500;text-decoration:underline;text-underline-offset:2px}.cart-page__item-remove:hover{color:var(--color-accent)}.cart-page__item-quantity{grid-column:2}.cart-page__item-line-price{grid-column:3;grid-row:1;font-weight:700}.cart-page__summary{display:flex;flex-direction:column;align-items:stretch;gap:var(--space-2xs);margin-top:var(--space-lg);padding:var(--space-lg);border-radius:var(--radius-lg);background-color:#c89b3c0d;border:var(--border-hairline);box-shadow:var(--shadow-md)}.cart-page__update{margin-top:var(--space-2xs)}.cart-page__subtotal-row{display:flex;align-items:baseline;justify-content:space-between;padding-bottom:var(--space-2xs);border-bottom:var(--border-hairline)}.cart-page__subtotal-label{font-family:var(--font-heading--family);font-size:1.125rem;font-weight:700}.cart-page__subtotal-price{font-size:1.5rem}.cart-page__subtotal-note{color:var(--color-muted);margin-top:calc(-1 * var(--space-3xs))}.cart-page__subtotal-note a{color:var(--color-accent-strong);text-decoration:underline;text-underline-offset:2px}.cart-page__checkout{width:100%;margin-top:var(--space-2xs)}.cart-page__continue{text-align:center;color:var(--color-muted);font-size:.875rem;text-decoration:underline;text-underline-offset:2px}.cart-page__continue:hover{color:var(--color-foreground)}.cart-page__empty{display:flex;flex-direction:column;align-items:center;gap:var(--space-2xs);max-width:26rem;margin-inline:auto;padding-block:var(--space-xl);text-align:center}.cart-page__empty-icon{display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;margin-bottom:var(--space-2xs);border-radius:var(--radius-full);background-color:#c89b3c12;color:var(--color-accent)}.cart-page__empty-icon svg{width:1.75rem;height:1.75rem}.cart-page__empty-description{color:var(--color-muted);margin-bottom:var(--space-2xs)}@media screen and (min-width:990px){.cart-page__form{display:grid;grid-template-columns:minmax(0,1fr) 20rem;gap:var(--space-lg);align-items:start}.cart-page__summary{margin-top:0;position:sticky;top:6rem}}@media screen and (max-width:749px){.cart-page__item{grid-template-columns:5rem 1fr;grid-template-rows:auto auto;row-gap:var(--space-2xs)}.cart-page__item-media{width:5rem;grid-row:1 / 3}.cart-page__item-price--mobile{display:inline-flex;margin-top:var(--space-3xs)}.cart-page__item-quantity{grid-column:2;grid-row:2}.cart-page__item-line-price{display:none}.cart-page__summary{max-width:none;margin-inline:0}}.collection-page{background-color:var(--color-background)}.collection-page__inner.section{max-width:var(--page-width);margin-inline:auto;padding-inline:var(--page-margin)}.collection-page__title{text-align:center;margin-bottom:var(--space-lg)}.collection-page__solo{display:grid;grid-template-columns:1fr;gap:var(--space-lg);align-items:center}.collection-page__solo-media{display:flex;align-items:stretch;justify-content:center;aspect-ratio:1 / 1;border-radius:var(--radius-lg);border:var(--border-hairline);background-color:#c89b3c0b;overflow:hidden}.collection-page__solo-image{display:block;width:100%;height:100%}.collection-page__solo-image img{width:100%;height:100%;object-fit:contain}.collection-page__solo-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--color-muted)}.collection-page__solo-placeholder svg{width:3.5rem;height:3.5rem;opacity:.5}.collection-page__solo-info{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-2xs)}.collection-page__solo-title{margin-top:var(--space-3xs)}.collection-page__solo-price{font-size:1.5rem;margin-bottom:var(--space-2xs)}.collection-page__solo-description{color:var(--color-muted);font-size:1.0625rem;line-height:1.7;max-width:46ch}.collection-page__solo-cta{margin-top:var(--space-xs)}.collection-page__grid{display:grid;grid-template-columns:1fr;gap:var(--space-md)}.collection-page__empty{display:flex;flex-direction:column;align-items:center;gap:var(--space-2xs);padding-block:var(--space-xl);text-align:center}.collection-page__empty-description{color:var(--color-muted)}.collection-page__pagination{margin-top:var(--space-lg);text-align:center}@media screen and (min-width:750px){.collection-page__grid{grid-template-columns:repeat(2,1fr);gap:var(--space-lg)}}@media screen and (min-width:990px){.collection-page__solo{grid-template-columns:1fr 1fr;gap:var(--space-xl)}.collection-page__solo-cta{min-width:14rem}.collection-page__grid{grid-template-columns:repeat(3,1fr)}}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.contact-page{background-color:var(--color-background)}.contact-page__inner.section{display:grid;grid-template-columns:1fr;gap:var(--space-lg);max-width:var(--page-width);margin-inline:auto;padding-inline:var(--page-margin)}.contact-page__intro{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-2xs)}.contact-page__title{margin-top:var(--space-3xs)}.contact-page__lead{max-width:42ch}.contact-page__meta{display:flex;flex-direction:column;gap:var(--space-2xs);margin-top:var(--space-sm)}.contact-page__meta li{display:flex;align-items:center;gap:var(--space-2xs);font-size:.9375rem}.contact-page__meta a{color:var(--color-accent-strong);text-decoration:underline;text-underline-offset:2px}.contact-page__meta-icon{display:inline-flex;flex-shrink:0;width:1.125rem;height:1.125rem;color:var(--color-accent)}.contact-page__meta-icon svg{width:100%;height:100%}.contact-page__links{margin-top:var(--space-md)}.contact-page__links-heading{margin-bottom:var(--space-2xs)}.contact-page__links ul{display:flex;flex-wrap:wrap;gap:var(--space-2xs) var(--space-md)}.contact-page__links a{font-size:.9375rem;font-weight:500;color:var(--color-foreground);text-decoration:underline;text-underline-offset:3px;text-decoration-color:var(--color-accent)}.contact-page__links a:hover{color:var(--color-accent)}.contact-page__form-card{gap:var(--space-sm);background-color:#c89b3c09}.contact-page__form-card form{display:flex;flex-direction:column;gap:var(--space-sm)}.contact-page__field{display:flex;flex-direction:column;gap:var(--space-3xs)}.contact-page__field label{font-size:.8125rem;font-weight:600}.contact-page__required{color:var(--color-accent)}.contact-page__field input,.contact-page__field textarea{width:100%;padding:.7rem var(--space-sm);border:var(--border-control);border-radius:var(--radius-md);background-color:var(--color-background);color:var(--color-foreground);font-size:.9375rem}.contact-page__field input:focus,.contact-page__field textarea:focus{outline:2px solid var(--color-accent);outline-offset:1px;border-color:var(--color-accent)}.contact-page__field textarea{resize:vertical;min-height:8rem}.contact-page__submit{width:100%}.contact-page__success{display:flex;align-items:center;gap:var(--space-2xs);padding:var(--space-sm);border-radius:var(--radius-md);background-color:#c89b3c1a;font-weight:600}.contact-page__success-icon{display:inline-flex;flex-shrink:0;width:1.25rem;height:1.25rem;color:var(--color-accent)}.contact-page__success-icon svg{width:100%;height:100%}.contact-page__errors{padding:var(--space-sm);border-radius:var(--radius-md);border:1px solid rgba(180,40,40,.4);background-color:#b428280f;font-size:.9375rem}@media screen and (min-width:990px){.contact-page__inner.section{grid-template-columns:1fr 1fr;gap:var(--space-2xl);align-items:start}}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.dark-fear__inner{display:grid;grid-template-columns:1fr;align-items:center;gap:var(--space-xl);max-width:var(--page-width);margin-inline:auto;padding-inline:var(--page-margin);padding-block:2.5rem}.dark-fear__content{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-sm)}.dark-fear__heading{max-width:16ch}.dark-fear__heading-highlight{color:var(--color-accent)}.dark-fear__body{max-width:50ch;color:#f8f5efbf}.dark-fear__visual{display:flex;justify-content:center}.dark-fear__frame{position:relative;display:flex;align-items:center;justify-content:center;width:100%;max-width:380px;aspect-ratio:1.15 / 1;overflow:hidden;border-radius:var(--radius-lg)}.dark-fear__image{width:100%;height:100%;object-fit:cover;object-position:center}.dark-fear__placeholder{display:none;position:absolute;top:0;right:0;bottom:0;left:0;align-items:center;justify-content:center;overflow:hidden}.dark-fear__scene-glow{position:absolute;top:-20%;right:-20%;bottom:-20%;left:-20%;background:radial-gradient(circle at 50% 38%,#c89b3c59,#c89b3c00 65%);filter:blur(6px)}.dark-fear__scene-skyline{position:absolute;left:6%;right:6%;bottom:6%;height:20%;display:flex;align-items:flex-end;gap:4%;opacity:.5}.dark-fear__scene-skyline span{flex:1;background:linear-gradient(180deg,#c89b3c4d,#050505b3);border-radius:1px 1px 0 0}.dark-fear__scene-skyline span:nth-child(1){height:50%}.dark-fear__scene-skyline span:nth-child(2){height:85%}.dark-fear__scene-skyline span:nth-child(3){height:38%}.dark-fear__scene-skyline span:nth-child(4){height:100%}.dark-fear__scene-skyline span:nth-child(5){height:62%}.dark-fear__scene-skyline span:nth-child(6){height:44%}.dark-fear__scene-reflection{position:absolute;left:10%;right:10%;bottom:0;height:14%;background:linear-gradient(180deg,#c89b3c24,#c89b3c00)}.dark-fear__scene-shield{position:relative;width:54%;aspect-ratio:1 / 1;color:var(--color-accent);opacity:.85;filter:drop-shadow(0 0 1.75rem rgba(200,155,60,.45))}.dark-fear__scene-shield svg{width:100%;height:100%}.dark-fear__scene-wallet{position:absolute;right:12%;bottom:20%;width:28%;aspect-ratio:1.3 / 1;rotate:5deg;border-radius:var(--radius-md);background:linear-gradient(135deg,#2a2118,#0f0c08);border:1px solid rgba(227,193,111,.15);box-shadow:0 .75rem 1.5rem #00000073}.dark-fear__scene-card{position:absolute;left:48%;bottom:24%;width:44%;aspect-ratio:1.586 / 1;translate:-50% 0;rotate:-8deg;display:flex;align-items:flex-start;justify-content:flex-end;padding:8%;border-radius:var(--radius-md);background:linear-gradient(135deg,#1c1c1c,#050505 70%);border:1px solid rgba(227,193,111,.25);box-shadow:0 1rem 2rem #00000080}.dark-fear__scene-card-mark{display:inline-flex;width:18%;color:var(--color-accent)}.dark-fear__scene-card-mark svg{width:100%;height:100%}.dark-fear__scene-coin{position:absolute;border-radius:var(--radius-full);background:radial-gradient(circle at 35% 30%,var(--color-accent-light),var(--color-accent) 75%);box-shadow:0 .25rem .5rem #0006}.dark-fear__scene-coin--1{width:1.5rem;height:1.5rem;bottom:15%;right:20%}.dark-fear__scene-coin--2{width:1.1rem;height:1.1rem;bottom:11%;right:28%}.dark-fear__scene-coin--3{width:.85rem;height:.85rem;bottom:18%;right:15%}.dark-fear__frame--missing .dark-fear__image{display:none}.dark-fear__frame--missing .dark-fear__placeholder{display:flex}@media screen and (max-width:749px){.dark-fear__inner{gap:var(--space-lg);padding-block:2rem}.dark-fear__content .button{width:100%}}@media screen and (min-width:990px){.dark-fear__inner{grid-template-columns:.9fr 1fr;gap:var(--space-2xl)}.dark-fear__visual{justify-content:flex-end}.dark-fear__frame{max-width:540px}}.faq{background-color:var(--color-background)}.faq__inner.section{max-width:52rem;margin-inline:auto;padding-inline:var(--page-margin);padding-block:var(--space-lg)}@media screen and (min-width:990px){.faq__inner.section{padding-block:var(--space-xl)}}.faq__heading{margin-bottom:var(--space-sm);text-align:center}.faq__list{display:flex;flex-direction:column;border:var(--border-hairline);border-radius:var(--radius-lg);overflow:hidden;background-color:#c89b3c05}.faq__item{border-bottom:var(--border-hairline);padding:.9rem var(--space-md)}.faq__item:last-child{border-bottom:none}.faq__question{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);cursor:pointer;font-weight:700;list-style:none}.faq__question::-webkit-details-marker{display:none}.faq__icon{display:inline-flex;flex-shrink:0;width:1.125rem;height:1.125rem;color:var(--color-accent);transition:rotate var(--transition-fast)}.faq__icon svg{width:100%;height:100%}.faq__item[open] .faq__icon{rotate:180deg}.faq__answer{margin-top:var(--space-xs);color:var(--color-muted);max-width:65ch}.site-footer__inner{max-width:var(--page-width);margin-inline:auto;padding-inline:var(--page-margin);padding-block:var(--space-lg) var(--space-md)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-footer__top{display:grid;grid-template-columns:1fr;gap:var(--space-lg);padding-bottom:var(--space-lg)}.site-footer__brand{display:flex;flex-direction:column;gap:var(--space-xs)}.site-footer__logo{display:inline-flex;align-items:center;gap:var(--space-2xs);font-family:var(--font-heading--family);font-size:1.25rem;font-weight:700;color:var(--color-background);text-decoration:none}.site-footer__logo-accent{color:var(--color-accent-light)}.site-footer__logo-icon{display:inline-flex;align-items:center;justify-content:center;width:1.875rem;height:1.875rem;padding:.3rem;border:1px solid rgba(227,193,111,.35);border-radius:var(--radius-sm);color:var(--color-accent)}.site-footer__logo-icon svg{width:100%;height:100%}.site-footer__description{max-width:32ch;color:#f8f5efa6}.site-footer__tagline{color:var(--color-accent-light);font-weight:600;font-size:.875rem}.site-footer__column-heading{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent-light);margin-bottom:var(--space-xs)}.site-footer__column ul{display:flex;flex-direction:column;gap:var(--space-2xs)}.site-footer__column a{font-size:.9375rem;color:#f8f5efbf;text-decoration:none}.site-footer__column a:hover{color:var(--color-background)}.site-footer__trust{display:flex;flex-direction:column;gap:var(--space-xs);color:#f8f5efbf;font-size:.9375rem}.site-footer__trust li{display:flex;align-items:center;gap:var(--space-2xs)}.site-footer__trust-icon{display:inline-flex;flex-shrink:0;width:1rem;height:1rem;color:var(--color-accent)}.site-footer__trust-icon svg{width:100%;height:100%}.site-footer__bottom{display:flex;flex-direction:column;gap:var(--space-2xs);padding-top:var(--space-md);border-top:var(--border-hairline-dark);color:#f8f5ef8c}@media screen and (min-width:750px){.site-footer__top{grid-template-columns:1.4fr repeat(3,1fr)}}@media screen and (min-width:990px){.site-footer__bottom{flex-direction:row;align-items:center;justify-content:space-between}}.site-header{position:sticky;top:0;z-index:40;background-color:var(--color-background);border-bottom:var(--border-hairline)}.site-header__row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);max-width:var(--page-width);min-height:4.25rem;margin-inline:auto;padding-inline:var(--page-margin)}.site-header__start{display:flex;align-items:center;gap:var(--space-sm)}@media screen and (max-width:359px){.site-header__row,.site-header__start{gap:var(--space-2xs)}}@media screen and (min-width:990px){.site-header__row{display:grid;grid-template-columns:1fr auto 1fr}.site-header__nav{justify-self:center}.site-header__actions{justify-self:end}}.site-header__logo{display:inline-flex;align-items:center;gap:var(--space-2xs);font-family:var(--font-heading--family);font-size:1.375rem;font-weight:700;letter-spacing:-.01em;color:var(--color-foreground);text-decoration:none;white-space:nowrap}.site-header__logo-icon{display:inline-flex;width:1.625rem;height:1.625rem;color:var(--color-accent)}.site-header__logo-icon svg{width:100%;height:100%}.site-header__logo-accent{color:var(--color-accent-strong)}.site-header__nav{display:none}.site-header__nav ul{display:flex;align-items:center;flex-wrap:nowrap;gap:var(--space-md)}.site-header__nav a{position:relative;display:inline-block;white-space:nowrap;font-size:.875rem;font-weight:500;color:var(--color-foreground);text-decoration:none;padding-block:var(--space-3xs)}.site-header__nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-2px;height:1px;background-color:var(--color-accent);transition:right var(--transition-fast)}.site-header__nav a:hover:after,.site-header__nav a[aria-current=page]:after{right:0}.site-header__actions{display:flex;align-items:center;gap:var(--space-xs)}.site-header__icon-link{position:relative;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;color:var(--color-foreground);transition:color var(--transition-fast)}.site-header__icon-link svg{width:1.25rem;height:1.25rem}.site-header__icon-link:hover{color:var(--color-accent)}.site-header__cart-count{position:absolute;top:-.125rem;right:-.25rem;min-width:1rem;height:1rem;padding-inline:.15rem;border-radius:var(--radius-full);background-color:var(--color-accent);color:var(--color-dark-bg);font-size:.625rem;font-weight:700;line-height:1rem;text-align:center}.site-header__cta{display:none}.site-header__menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;color:var(--color-foreground)}.site-header__menu-toggle svg{width:1.375rem;height:1.375rem}@media screen and (max-width:989px){.site-header__search,.site-header__account{display:none}}@media screen and (min-width:990px){.site-header__nav{display:flex}.site-header__cta{display:inline-flex}.site-header__menu-toggle{display:none}}.mobile-menu{position:fixed;inset:0 0 0 auto;margin:0;width:min(85vw,360px);height:100dvh;max-height:100dvh;max-width:none;border:none;padding:var(--space-xl) var(--space-lg);background-color:var(--color-background);color:var(--color-foreground);flex-direction:column;gap:var(--space-xl);box-shadow:var(--shadow-lg);translate:100% 0;transition:translate var(--transition-base) ease}.mobile-menu[open]{display:flex}.mobile-menu.is-open{translate:0 0}.mobile-menu::backdrop{background-color:#0505058c;opacity:0;transition:opacity var(--transition-base) ease}.mobile-menu.is-open::backdrop{opacity:1}.mobile-menu__header{display:flex;align-items:center;justify-content:space-between}.mobile-menu__close{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;color:var(--color-foreground)}.mobile-menu__close svg{width:1.25rem;height:1.25rem}.mobile-menu__nav ul{display:flex;flex-direction:column;gap:var(--space-md)}.mobile-menu__nav a{font-family:var(--font-heading--family);font-size:1.125rem;font-weight:600;color:var(--color-foreground);text-decoration:none}.mobile-menu__cta{margin-top:auto;width:100%}@media screen and (min-width:990px){.mobile-menu{display:none!important}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.hero{background-color:var(--color-background)}.hero__inner{display:grid;grid-template-columns:1fr;align-items:center;gap:var(--space-lg);max-width:var(--page-width);margin-inline:auto;padding-inline:var(--page-margin);padding-block:var(--space-sm)}.hero__content{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-xs)}.hero__heading{font-size:clamp(2rem,1.6rem + 1.6vw,2.75rem);line-height:1.12;letter-spacing:-.015em}.hero__heading-highlight{color:var(--color-accent-strong)}.hero__subheading{max-width:380px;line-height:1.55}.hero__ctas{display:flex;flex-wrap:wrap;gap:var(--space-sm);margin-top:var(--space-3xs)}.hero__trust-line{display:flex;align-items:center;gap:var(--space-2xs);color:var(--color-muted)}.hero__trust-icon{display:inline-flex;flex-shrink:0;width:1rem;height:1rem;color:var(--color-accent)}.hero__trust-icon svg{width:100%;height:100%}.hero__visual{display:flex;justify-content:center}.hero__visual-frame{position:relative;display:flex;align-items:center;justify-content:center;width:100%;max-width:360px;aspect-ratio:1.15 / 1;overflow:hidden}.hero__visual-image{width:100%;height:100%;object-fit:cover;object-position:center}.hero__visual-placeholder{display:none;position:absolute;top:0;right:0;bottom:0;left:0;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-2xs);text-align:center;border-radius:var(--radius-lg);background-color:#6f6f6f0f;color:var(--color-muted)}.hero__visual-placeholder-icon{display:inline-flex;width:2.5rem;height:2.5rem;opacity:.5}.hero__visual-placeholder-icon svg{width:100%;height:100%}.hero__visual-frame--missing .hero__visual-image{display:none}.hero__visual-frame--missing .hero__visual-placeholder{display:flex}@media screen and (max-width:749px){.hero__inner{gap:var(--space-sm);padding-block:var(--space-xs) var(--space-sm)}.hero__ctas{flex-direction:column;align-items:stretch}.hero__ctas .button{width:100%}.hero__visual-frame{max-width:220px;aspect-ratio:1.3 / 1}.hero__visual-image{object-fit:contain}}@media screen and (min-width:990px){.hero__inner{grid-template-columns:.82fr 1fr;gap:var(--space-xl);padding-block:.25rem}.hero__visual{justify-content:center}.hero__visual-frame{max-width:580px}}.how-it-works{background-color:var(--color-background)}.how-it-works__inner.section{display:grid;grid-template-columns:1fr;gap:var(--space-lg);max-width:var(--page-width);margin-inline:auto;padding-inline:var(--page-margin);padding-block:var(--space-lg)}@media screen and (min-width:990px){.how-it-works__inner.section{padding-block:var(--space-xl)}}.how-it-works__heading{margin-top:var(--space-3xs)}.how-it-works__list{display:flex;flex-direction:column;gap:var(--space-sm);margin-top:var(--space-sm)}.how-it-works__step-icon-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;margin-bottom:var(--space-2xs);color:var(--color-foreground)}.how-it-works__step-icon{display:inline-flex;width:100%;height:100%}.how-it-works__step-icon svg{width:100%;height:100%}.how-it-works__step-number{position:absolute;top:-.375rem;left:-.375rem;display:inline-flex;align-items:center;justify-content:center;width:1.375rem;height:1.375rem;border-radius:var(--radius-full);background-color:var(--color-accent);color:var(--color-dark-bg);font-weight:700;font-size:.6875rem;line-height:1}.how-it-works__step-heading{font-weight:700}.how-it-works__step-description{color:var(--color-muted);margin-top:var(--space-3xs)}.how-it-works__connector{display:none}.how-it-works__prevention{flex-direction:column;gap:0;padding:0;overflow:hidden;background-color:#c89b3c0d;box-shadow:var(--shadow-md)}.how-it-works__prevention-content{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-2xs);padding:var(--space-md) var(--space-md) var(--space-sm)}.how-it-works__prevention-image{width:100%;aspect-ratio:16 / 9;background-color:#05050509;display:flex;align-items:center;justify-content:center;padding:var(--space-sm)}.how-it-works__prevention-image img{width:auto;height:100%;max-width:100%;object-fit:contain}.how-it-works__prevention .button{margin-top:var(--space-3xs)}@media screen and (max-width:749px){.how-it-works__inner.section{padding-block:var(--space-md)}.how-it-works__list{gap:var(--space-sm)}.how-it-works__step{display:flex;flex-direction:column;align-items:center;text-align:center}.how-it-works__step-icon-wrap{position:static;display:flex;flex-direction:column;align-items:center;width:2rem;height:auto;gap:.3rem;margin-bottom:var(--space-3xs)}.how-it-works__step-icon{width:2rem;height:2rem}.how-it-works__step-number{position:static;width:1rem;height:1rem;font-size:.5625rem}.how-it-works__prevention-content{padding:var(--space-md);gap:.3rem}.how-it-works__prevention .button{width:100%}}@media screen and (max-width:989px){.how-it-works__prevention-image{display:none}}@media screen and (min-width:990px){.how-it-works__inner.section{grid-template-columns:1.3fr 1fr;align-items:stretch;gap:var(--space-xl)}.how-it-works__list{flex-direction:row;align-items:flex-start}.how-it-works__step{flex:1}.how-it-works__connector{display:flex;align-items:center;width:1.125rem;height:1.125rem;margin-top:1.1rem;color:var(--color-accent);flex-shrink:0}.how-it-works__connector svg{width:100%;height:100%}.how-it-works__prevention{flex-direction:row;height:100%}.how-it-works__prevention-content{flex:1;justify-content:center;padding:var(--space-lg)}.how-it-works__prevention-image{width:38%;aspect-ratio:auto;padding:var(--space-md)}.how-it-works__prevention-image img{height:auto;max-height:100%}}.page-section{background-color:var(--color-background)}.page-section__inner.section{max-width:var(--page-width);margin-inline:auto;padding-inline:var(--page-margin)}.page-section__header{max-width:46rem}.page-section__title{margin-block:var(--space-3xs) var(--space-md)}.page-section__content.rte{max-width:46rem;font-size:1.0625rem;line-height:1.7}.page-section__content.rte>*+*{margin-top:var(--space-sm)}.page-section__content.rte h2{margin-top:var(--space-lg);font-size:clamp(1.375rem,1.25rem + .6vw,1.75rem)}.page-section__content.rte h3{margin-top:var(--space-md);font-size:1.1875rem}.page-section__content.rte ul,.page-section__content.rte ol{padding-left:var(--space-md);list-style:revert}.page-section__content.rte li+li{margin-top:var(--space-3xs)}.page-section__content.rte a{color:var(--color-foreground);text-decoration:underline;text-underline-offset:3px;text-decoration-color:var(--color-accent-strong)}.page-section__content.rte img{border-radius:var(--radius-md)}.page-section__content.rte blockquote{margin-inline:0;padding-left:var(--space-sm);border-left:3px solid var(--color-accent-strong);color:var(--color-muted)}.page-section__links{max-width:46rem;margin-top:var(--space-xl);gap:var(--space-2xs);background-color:#c89b3c08}.page-section__links-heading{font-size:1.0625rem}.page-section__links-list{display:flex;flex-wrap:wrap;gap:var(--space-2xs) var(--space-md)}.page-section__links-list a{font-size:.9375rem;font-weight:500;color:var(--color-foreground);text-decoration:underline;text-underline-offset:3px;text-decoration-color:var(--color-accent-strong)}.product-purchase{background-color:var(--color-background);scroll-margin-top:6rem}.product-purchase__inner.section{display:grid;grid-template-columns:1fr;align-items:center;gap:var(--space-lg);max-width:var(--page-width);margin-inline:auto;padding-inline:var(--page-margin);padding-block:var(--space-lg) var(--space-md)}@media screen and (min-width:990px){.product-purchase__inner.section{padding-block:var(--space-xl) var(--space-lg)}}.product-purchase__frame{position:relative;display:flex;align-items:center;justify-content:center;width:100%;max-width:340px;margin-inline:auto;aspect-ratio:1 / 1;padding:var(--space-md);border-radius:var(--radius-lg);border:var(--border-hairline);background-color:#c89b3c0b;overflow:hidden}.product-purchase__image{width:100%;height:100%;object-fit:contain;object-position:center}.product-purchase__info{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-2xs)}.product-purchase__title{font-size:clamp(1.375rem,1.2rem + .7vw,1.75rem)}.product-purchase__description{color:var(--color-muted);max-width:40ch;margin-bottom:var(--space-3xs)}.product-purchase__tech-note{display:flex;align-items:flex-start;gap:var(--space-2xs);color:var(--color-muted);max-width:40ch}.product-purchase__tech-icon{display:inline-flex;flex-shrink:0;width:1rem;height:1rem;margin-top:.15rem;color:var(--color-accent)}.product-purchase__tech-icon svg{width:100%;height:100%}.product-purchase__includes{display:flex;flex-direction:column;gap:var(--space-2xs);margin-top:var(--space-3xs)}.product-purchase__includes li{display:flex;align-items:center;gap:var(--space-2xs);font-size:.9375rem;line-height:1.3}.product-purchase__includes-icon{display:inline-flex;flex-shrink:0;width:1.125rem;height:1.125rem;color:var(--color-accent)}.product-purchase__includes-icon svg{width:100%;height:100%}.product-purchase__buybox{flex-direction:column;align-items:stretch;gap:var(--space-2xs);background-color:#c89b3c09}.product-purchase__price{font-family:var(--font-heading--family);font-size:1.75rem;font-weight:700;margin-bottom:var(--space-3xs)}.product-purchase__buybox .button{width:100%}.product-purchase__trust{color:var(--color-muted-strong);margin-top:var(--space-2xs);text-align:center}.product-purchase__shipping{color:var(--color-muted-strong);margin-top:var(--space-3xs);text-align:center}.product-purchase__shipping a{color:var(--color-accent-strong);text-decoration:underline;text-underline-offset:2px}.product-purchase__payment{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-3xs);margin-top:var(--space-xs);padding-top:var(--space-xs);border-top:var(--border-hairline)}.product-purchase__payment li{display:inline-flex;align-items:center;justify-content:center;height:1.75rem;padding-inline:.4rem;border:var(--border-hairline);border-radius:var(--radius-sm);background-color:var(--color-background)}.product-purchase__payment-icon{display:block;height:1.05rem;width:auto}@media screen and (max-width:749px){.product-purchase__inner.section{gap:var(--space-md);padding-block:var(--space-md) var(--space-sm)}.product-purchase__frame{max-width:200px;padding:var(--space-sm)}}@media screen and (min-width:990px){.product-purchase__inner.section{grid-template-columns:.85fr 1.05fr .85fr;align-items:center;gap:var(--space-lg)}.product-purchase__frame{margin-inline:0}}.product-page{background-color:var(--color-background)}.product-page__inner.section{display:grid;grid-template-columns:1fr;gap:var(--space-lg);max-width:var(--page-width);margin-inline:auto;padding-inline:var(--page-margin)}@media screen and (min-width:990px){.product-page__inner.section{grid-template-columns:1.05fr 1fr;gap:var(--space-lg);align-items:start}}.product-page__gallery-main{display:flex;align-items:stretch;justify-content:center;aspect-ratio:1 / 1;border-radius:var(--radius-lg);border:var(--border-hairline);background-color:#c89b3c0b;overflow:hidden}.product-page__gallery-image{display:block;width:100%;height:100%}.product-page__gallery-image img{width:100%;height:100%;object-fit:contain}.product-page__gallery-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--color-muted)}.product-page__gallery-placeholder svg{width:3.5rem;height:3.5rem;opacity:.5}.product-page__gallery-thumbs{display:flex;flex-wrap:wrap;gap:var(--space-2xs);margin-top:var(--space-sm)}.product-page__gallery-thumb{width:4rem;height:4rem;border-radius:var(--radius-sm);border:1px solid transparent;overflow:hidden;opacity:.7;transition:opacity var(--transition-fast),border-color var(--transition-fast)}.product-page__gallery-thumb img{width:100%;height:100%;object-fit:cover}.product-page__gallery-thumb:hover,.product-page__gallery-thumb.is-active{opacity:1;border-color:var(--color-accent)}.product-page__info{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-2xs)}.product-page__title{margin-top:var(--space-3xs)}.product-page__price{font-size:1.5rem;margin-bottom:var(--space-2xs)}.product-page__description{color:var(--color-foreground);font-size:1.0625rem;line-height:1.7;max-width:46ch}.product-page__description p{margin-bottom:var(--space-sm)}.product-page__description ul{display:flex;flex-direction:column;gap:var(--space-2xs);margin-top:var(--space-2xs);margin-bottom:var(--space-sm)}.product-page__description li{position:relative;padding-inline-start:1.5rem;font-size:.9375rem}.product-page__description li:before{content:"";position:absolute;left:.25rem;top:.7em;width:.4rem;height:.4rem;border-radius:var(--radius-full);background-color:var(--color-accent)}.product-page__buybox{width:100%;align-items:stretch;gap:var(--space-sm);margin-top:var(--space-2xs);background-color:#c89b3c09}.product-page__buybox form{display:flex;flex-direction:column;align-items:stretch;gap:var(--space-sm)}.product-page__options{display:flex;flex-direction:column;gap:var(--space-xs)}.product-page__option-label{display:block;font-size:.8125rem;font-weight:600;margin-bottom:var(--space-3xs)}.product-page__option-select{width:100%;height:2.75rem;padding-inline:var(--space-sm);border:var(--border-control);border-radius:var(--radius-md);background-color:var(--color-background);color:var(--color-foreground);font-size:.9375rem}.product-page__quantity-row{display:flex;align-items:center;gap:var(--space-sm)}.product-page__quantity-label{font-size:.8125rem;font-weight:600}.product-page__add-to-cart{width:100%}.product-page__add-to-cart:disabled{opacity:.5;cursor:not-allowed}.product-page__availability{color:var(--color-muted-strong);text-align:center;margin-top:calc(-1 * var(--space-2xs))}.product-page__dynamic-checkout{width:100%}.product-page__checkout-divider{display:flex;align-items:center;gap:var(--space-2xs);margin-block:var(--space-2xs);color:var(--color-muted-strong);font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}.product-page__checkout-divider:before,.product-page__checkout-divider:after{content:"";flex:1;height:1px;background-color:#1a1a1a1a}.product-page__dynamic-checkout .shopify-payment-button{--shopify-accelerated-checkout-button-block-size: 2.75rem}.product-page__trust{color:var(--color-muted-strong);text-align:center;padding-top:var(--space-2xs);border-top:var(--border-hairline)}.product-page__shipping{color:var(--color-muted-strong);text-align:center}.product-page__shipping a{color:var(--color-accent-strong);text-decoration:underline;text-underline-offset:2px}.product-page__payment{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--space-3xs)}.product-page__payment li{display:inline-flex;align-items:center;justify-content:center;height:1.75rem;padding-inline:.4rem;border:var(--border-hairline);border-radius:var(--radius-sm);background-color:var(--color-background)}.product-page__payment-icon{display:block;height:1.05rem;width:auto}.product-page__sticky-bar{display:none}@media screen and (max-width:749px){.product-page__sticky-bar{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);position:sticky;bottom:0;z-index:30;margin-top:var(--space-lg);padding:var(--space-sm) var(--page-margin);background-color:var(--color-background);border-top:var(--border-hairline);box-shadow:var(--shadow-lg)}.product-page__sticky-info{min-width:0}.product-page__sticky-title{font-size:.8125rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-page__sticky-price .price{font-size:.9375rem}.product-page__sticky-cta{flex-shrink:0}}.search-page{background-color:var(--color-background)}.search-page__inner.section{max-width:var(--page-width);margin-inline:auto;padding-inline:var(--page-margin)}.search-page__title{margin-block:var(--space-3xs) var(--space-md)}.search-page__form{display:flex;flex-direction:column;gap:var(--space-2xs);max-width:34rem}.search-page__field{display:flex;flex-direction:column;min-width:0}.search-page__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}.search-page__input{width:100%;max-width:100%;height:3rem;padding-inline:var(--space-sm);border:var(--border-control);border-radius:var(--radius-md);background-color:var(--color-background);color:var(--color-foreground);font-size:1rem}.search-page__submit{align-self:flex-start}@media screen and (min-width:750px){.search-page__form{flex-direction:row;align-items:stretch;gap:var(--space-2xs)}.search-page__field{flex:1 1 auto}.search-page__submit{align-self:auto;flex-shrink:0}}@media screen and (max-width:749px){.search-page__submit{width:100%}}.search-page__state{margin-top:var(--space-xl);max-width:40rem}.search-page__state-heading{font-size:clamp(1.375rem,1.25rem + .6vw,1.75rem);margin-bottom:var(--space-2xs)}.search-page__state-copy{color:var(--color-muted)}.search-page__suggestions{margin-top:var(--space-2xs);color:var(--color-muted);font-size:.875rem}.search-page__suggestions li{position:relative;padding-left:var(--space-sm)}.search-page__suggestions li:before{content:"";position:absolute;left:0;top:.6em;width:4px;height:4px;border-radius:var(--radius-full);background-color:var(--color-accent-strong)}.search-page__state-ctas{display:flex;flex-wrap:wrap;gap:var(--space-sm);margin-top:var(--space-md)}@media screen and (max-width:479px){.search-page__state-ctas{flex-direction:column}.search-page__state-ctas .button{width:100%}}.search-page__results-heading{margin-top:var(--space-xl);margin-bottom:var(--space-md);font-size:clamp(1.375rem,1.25rem + .6vw,1.75rem)}.search-page__results{display:grid;grid-template-columns:1fr;gap:var(--space-sm)}@media screen and (min-width:750px){.search-page__results{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:990px){.search-page__results{grid-template-columns:repeat(3,1fr)}}.search-page__result{padding:0;gap:0;overflow:hidden}.search-page__result-media{display:block;aspect-ratio:1 / 1;background-color:#c89b3c0b}.search-page__result-media .image,.search-page__result-media img{width:100%;height:100%;object-fit:cover}.search-page__result-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--color-muted)}.search-page__result-placeholder svg{width:3rem;height:3rem;opacity:.5}.search-page__result-content{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-3xs);padding:var(--space-md)}.search-page__result-title{font-size:1.0625rem}.search-page__result-title a{color:var(--color-foreground);text-decoration:none}.search-page__result-title a:hover{text-decoration:underline;text-underline-offset:3px}.search-page__pagination{margin-top:var(--space-lg)}.search-page__pagination .prev,.search-page__pagination .page,.search-page__pagination .next,.search-page__pagination .deco{display:inline-block;margin-right:var(--space-2xs)}.search-page__pagination a{color:var(--color-foreground);text-decoration:underline;text-underline-offset:3px}.assurance{background-color:var(--color-background)}.assurance__inner.section{max-width:var(--page-width);margin-inline:auto;padding-inline:var(--page-margin);padding-block:var(--space-lg);text-align:center}@media screen and (min-width:990px){.assurance__inner.section{padding-block:var(--space-xl)}}.assurance__heading{margin-bottom:var(--space-2xs)}.assurance__subheading{max-width:46ch;margin-inline:auto;margin-bottom:var(--space-md)}.assurance__list{display:grid;grid-template-columns:1fr;gap:var(--space-xs);text-align:left}.assurance__item{padding:1.25rem;gap:var(--space-2xs);border-radius:var(--radius-md);background-color:#c89b3c08}.assurance__icon{display:inline-flex;width:1.5rem;height:1.5rem;color:var(--color-accent-strong)}.assurance__icon svg{width:100%;height:100%}.assurance__item-heading{font-size:1.0625rem}.assurance__item-body{color:var(--color-muted)}.assurance__item-link{margin-top:auto;align-self:flex-start;font-weight:600;color:var(--color-accent-strong);text-decoration:underline;text-underline-offset:3px}.assurance__footnote{margin-top:var(--space-md);color:var(--color-muted)}.assurance__footnote a{color:var(--color-accent-strong);text-decoration:underline;text-underline-offset:2px}@media screen and (min-width:750px){.assurance__list{grid-template-columns:repeat(2,1fr);gap:var(--space-sm)}}@media screen and (min-width:990px){.assurance__list{grid-template-columns:repeat(4,1fr)}}.trust-icons{background-color:var(--color-background);border-top:var(--border-hairline);border-bottom:var(--border-hairline)}.trust-icons__list{display:grid;grid-template-columns:1fr;gap:var(--space-md);max-width:var(--page-width);margin-inline:auto;padding:var(--space-md) var(--page-margin)}.trust-icons__item{display:flex;flex-direction:column;align-items:center;gap:var(--space-3xs);text-align:center}.trust-icons__icon{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;margin-bottom:var(--space-3xs);color:var(--color-accent)}.trust-icons__icon svg{width:100%;height:100%}.trust-icons__heading{font-size:.9375rem;font-weight:700}.trust-icons__description{color:var(--color-muted);font-size:.8125rem;max-width:24ch}@media screen and (max-width:749px){.trust-icons__list{grid-template-columns:repeat(2,1fr);gap:var(--space-md) var(--space-sm);padding:var(--space-sm) var(--page-margin)}.trust-icons__item{gap:var(--space-3xs)}.trust-icons__icon{width:1.5rem;height:1.5rem;margin-bottom:.125rem}.trust-icons__description{max-width:18ch}}@media screen and (min-width:750px){.trust-icons__list{grid-template-columns:repeat(2,1fr);gap:var(--space-xl) var(--space-lg)}.trust-icons__item:nth-child(2n){border-inline-start:var(--border-hairline)}}@media screen and (min-width:990px){.trust-icons__list{grid-template-columns:repeat(4,1fr);padding-block:var(--space-sm)}.trust-icons__item{padding-inline:var(--space-md)}.trust-icons__item:nth-child(2n){border-inline-start:none}.trust-icons__item:not(:first-child){border-inline-start:var(--border-hairline)}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}.price{display:inline-flex;align-items:baseline;gap:var(--space-2xs)}.price__current{font-family:var(--font-heading--family);font-weight:700}.price--on-sale .price__current{color:var(--color-accent)}.price__compare-at{color:var(--color-muted);text-decoration:line-through;font-size:.875em}.product-card{padding:0;overflow:hidden;gap:0}.product-card__media{position:relative;display:block;aspect-ratio:1 / 1;background-color:#c89b3c0b}.product-card__media .image,.product-card__media img{width:100%;height:100%;object-fit:cover}.product-card__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--color-muted)}.product-card__placeholder svg{width:3rem;height:3rem;opacity:.5}.product-card__badge{position:absolute;top:var(--space-sm);left:var(--space-sm);padding:.25rem .625rem;border-radius:var(--radius-full);background-color:var(--color-dark-bg);color:var(--color-background);font-size:.75rem;font-weight:600}.product-card__content{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-2xs);padding:var(--space-md)}.product-card__title a{color:var(--color-foreground);text-decoration:none}.product-card__title a:hover{color:var(--color-accent)}.product-card__price{font-size:1.125rem}.product-card__description{color:var(--color-muted)}.product-card__cta{margin-top:var(--space-2xs)}.product-card--featured{max-width:34rem;margin-inline:auto}.product-card--featured .product-card__content{align-items:center;text-align:center;padding:var(--space-lg)}.product-card--featured .product-card__price{font-size:1.5rem}.product-card--featured .product-card__description{max-width:40ch}.product-card--featured .product-card__cta{width:100%}@media screen and (min-width:990px){.product-card--featured .product-card__cta{width:auto;min-width:14rem}}.quantity-selector{display:inline-flex;align-items:center;height:2.75rem;border:var(--border-control);border-radius:var(--radius-md);overflow:hidden;flex-shrink:0}.quantity-selector__step{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:100%;flex-shrink:0;font-size:1.125rem;line-height:1;color:var(--color-foreground);transition:background-color var(--transition-fast)}.quantity-selector__step:hover{background-color:#c89b3c14}.quantity-selector__input{width:2.75rem;height:100%;border:none;border-inline:var(--border-control);text-align:center;font-size:.9375rem;font-weight:600;background-color:var(--color-background);color:var(--color-foreground);-moz-appearance:textfield}.quantity-selector__input::-webkit-outer-spin-button,.quantity-selector__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
/*# sourceMappingURL=/cdn/shop/t/7/compiled_assets/styles.css.map */
