@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=Inter:wght@400;500;600&display=swap";:root{--font-heading-family: "Cormorant Garamond", Georgia, serif !important;--font-body-family: "Inter", system-ui, sans-serif !important}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;overflow-x:hidden}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{margin:0;overflow-x:hidden;background:var(--color-background);color:var(--color-text);font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}ul{margin:0;padding:0;list-style:none}h1,h2,h3,h4,h5{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);letter-spacing:var(--letter-spacing-heading);line-height:1.1;margin:0}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-to-content-link:focus{position:fixed;top:1rem;left:1rem;z-index:999;width:auto;height:auto;padding:.75rem 1.25rem;background:var(--color-button);color:var(--color-button-text);clip:auto;border-radius:6px}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.page-width{max-width:var(--page-width);margin-inline:auto;padding-inline:24px}.section-padding{padding-block:var(--section-spacing)}.eyebrow{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent);margin-bottom:12px}.section-heading{font-size:clamp(28px,4vw,44px);margin-bottom:16px;max-width:40ch}.section-subtext{color:var(--color-text-secondary);max-width:60ch;font-size:17px}.section-header{margin-bottom:40px}.section-header.center{text-align:center;margin-inline:auto}.section-header.center .section-heading,.section-header.center .section-subtext{margin-inline:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;font-size:14px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;border-radius:var(--button-radius);border:1px solid transparent;transition:transform .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease;white-space:nowrap}.btn-primary{background:var(--color-button);color:var(--color-button-text)}.btn-primary:hover{transform:translateY(-1px);filter:brightness(.94)}.btn-secondary{background:transparent;color:var(--color-text);border-color:var(--color-border)}.btn-secondary:hover{background:var(--color-background-secondary)}.announcement-bar{background:var(--color-accent);color:var(--color-accent-text);overflow:hidden}.announcement-bar__track{overflow:hidden;white-space:nowrap}.announcement-bar__inner{display:inline-flex;gap:48px;padding:10px 24px;font-size:13px;letter-spacing:.03em;white-space:nowrap;animation:marquee 22s linear infinite;will-change:transform}.announcement-bar[data-static=true] .announcement-bar__inner{animation:none;display:flex;justify-content:center;width:100%;flex-wrap:nowrap;gap:48px;white-space:nowrap}@keyframes marquee{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}.site-header{position:sticky;top:0;left:0;right:0;width:100%;z-index:40;background:var(--color-background);border-bottom:1px solid var(--color-border);box-sizing:border-box}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:18px}.site-header__logo img{height:32px;width:auto}.site-header__logo{font-family:var(--font-heading-family);font-size:15px;font-weight:300;letter-spacing:.3em;text-transform:uppercase}.site-nav{display:none}.site-nav__list{display:flex;align-items:center;gap:32px}.site-nav__link{font-size:14px;font-weight:500;padding:8px 0;position:relative}.site-nav__item{position:relative}.site-nav__item:hover .site-nav__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.site-nav__dropdown{position:absolute;top:100%;left:0;background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--border-radius);padding:12px;min-width:240px;opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease;box-shadow:0 12px 32px #00000014}.site-nav__dropdown a{display:block;padding:10px 12px;border-radius:6px;font-size:14px}.site-nav__dropdown a:hover{background:var(--color-background-secondary)}.site-header__actions{display:flex;align-items:center;gap:18px}.header-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;position:relative;transition:background-color .16s ease}.header-icon-btn:hover{background:var(--color-background-secondary)}.header-icon-btn svg{width:20px;height:20px}.cart-count{position:absolute;top:2px;right:2px;background:var(--color-accent);color:var(--color-accent-text);font-size:10px;font-weight:700;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.mobile-menu-toggle{display:inline-flex;color:#1a1a1a}@media(min-width:990px){.site-nav{display:block}.mobile-menu-toggle{display:none}.mobile-menu{display:none!important}}.mobile-menu{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:200;visibility:hidden;pointer-events:none}.mobile-menu[data-open=true]{visibility:visible;pointer-events:all}.mobile-menu__overlay{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:#14141480;opacity:0;transition:opacity .22s ease}.mobile-menu[data-open=true] .mobile-menu__overlay{opacity:1}.mobile-menu__panel{position:fixed!important;top:0!important;left:0!important;bottom:0!important;width:min(320px,86vw)!important;background:var(--color-background);display:flex;flex-direction:column;transform:translate(-100%);transition:transform .28s ease;overflow-y:auto;z-index:201}.mobile-menu[data-open=true] .mobile-menu__panel{transform:translate(0)!important}.mobile-menu__header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid var(--color-border);flex-shrink:0}.mobile-menu__list>li{border-bottom:1px solid var(--color-border)}.mobile-menu__link{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;font-size:16px;font-weight:500}.mobile-menu__submenu{max-height:0;overflow:hidden;transition:max-height .26s ease;padding-left:20px}.mobile-menu__submenu[data-open=true]{max-height:800px}.mobile-menu__submenu a{display:block;padding:10px 4px;font-size:15px;color:var(--color-text-secondary)}body.menu-open{overflow:hidden}.hero{position:relative;display:grid;align-items:stretch;overflow:hidden;width:100%}.hero--split{grid-template-columns:1fr}@media(min-width:900px){.hero--split{grid-template-columns:1fr 1fr;min-height:560px;max-height:620px}}.hero__media{position:relative;min-height:320px;overflow:hidden}.hero__media img{width:100%;height:100%;object-fit:cover;display:block}.hero__media picture{display:block;height:100%}.hero__content{display:flex;flex-direction:column;justify-content:center;padding:48px 32px;background:var(--color-background-secondary)}@media(min-width:900px){.hero__content{padding:64px 72px}}.hero__heading{font-size:clamp(32px,5vw,56px);margin-bottom:20px;max-width:16ch}.hero__description{color:var(--color-text-secondary);font-size:18px;max-width:48ch;margin-bottom:28px}.hero__ctas{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:24px}.hero__trust{display:flex;flex-wrap:wrap;gap:20px;font-size:13px;color:var(--color-text-secondary)}.hero__trust li{display:flex;align-items:center;gap:6px}.hero__trust li:before{content:"\2713";color:var(--color-accent);font-weight:700}.hero--overlay{min-height:480px}.hero--overlay .hero__media{position:absolute;top:0;right:0;bottom:0;left:0;min-height:unset}.hero--overlay .hero__content{position:relative;background:transparent;min-height:480px;color:#fff;padding:48px 32px}.hero--overlay .hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000026,#00000080)}.hero--overlay .hero__description{color:#ffffffd9}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--grid-gap)}@media(min-width:700px){.feature-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1100px){.feature-grid{grid-template-columns:repeat(5,1fr)}}.feature-card{display:flex;flex-direction:column;gap:14px;padding:24px 20px;border:1px solid var(--color-border);border-radius:var(--border-radius);background:var(--color-background);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px #0000000f;border-color:transparent}.feature-card__icon{width:44px;height:44px;border-radius:50%;background:var(--color-background-secondary);display:flex;align-items:center;justify-content:center;color:var(--color-accent)}.feature-card__title{font-size:16px;font-weight:600;font-family:var(--font-heading-family)}.feature-card__text{font-size:14px;color:var(--color-text-secondary);flex:1}.feature-card__link{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;display:inline-flex;align-items:center;gap:6px}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--grid-gap)}@media(min-width:700px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1100px){.product-grid.cols-4{grid-template-columns:repeat(4,1fr)}}@media(min-width:1100px){.product-grid.cols-3{grid-template-columns:repeat(3,1fr)}}.product-card__media{position:relative;aspect-ratio:1 / 1;border-radius:var(--border-radius);overflow:hidden;background:var(--color-background-secondary);margin-bottom:14px}.product-card__media img{width:100%;height:100%;object-fit:cover;transform:scale(1.15);transition:transform .42s ease}.product-card:hover .product-card__media img{transform:scale(1.22)}.product-card__badge{position:absolute;top:10px;left:10px;background:var(--color-accent);color:var(--color-accent-text);font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:5px 10px;border-radius:999px}.product-card__quick-add{position:absolute;bottom:10px;left:10px;right:10px;opacity:0;transform:translateY(6px);transition:opacity .2s ease,transform .2s ease}.product-card:hover .product-card__quick-add{opacity:1;transform:translateY(0)}.product-card__title{font-size:15px;font-weight:600;margin-bottom:4px}.product-card__variants{font-size:12px;color:var(--color-text-secondary);margin-bottom:6px}.product-card__price{font-size:14px;font-weight:600}.split-content{display:grid;grid-template-columns:1fr;gap:40px;align-items:center}@media(min-width:900px){.split-content{grid-template-columns:1fr 1fr;gap:64px}}.split-content__media{border-radius:var(--border-radius);overflow:hidden}.split-content__media img{width:100%;height:auto;object-fit:contain}.split-content--reverse .split-content__media{order:2}.split-content__checklist{display:flex;flex-direction:column;gap:10px;margin:24px 0}.split-content__checklist li{display:flex;gap:10px;align-items:flex-start;font-size:15px}.split-content__checklist li:before{content:"\2713";color:var(--color-accent);font-weight:700}.split-content__tags{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.split-content__tags span{font-size:12px;padding:8px 14px;border:1px solid var(--color-border);border-radius:6px}.values-grid{display:grid;grid-template-columns:1fr;gap:32px}@media(min-width:700px){.values-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1100px){.values-grid{grid-template-columns:repeat(4,1fr)}}.value-item__title{font-size:17px;font-family:var(--font-heading-family);margin-bottom:8px}.value-item__text{color:var(--color-text-secondary);font-size:14px}.article-grid{display:grid;grid-template-columns:1fr;gap:var(--grid-gap)}@media(min-width:700px){.article-grid{grid-template-columns:repeat(3,1fr)}}.article-card__media{aspect-ratio:16/10;overflow:hidden;border-radius:var(--border-radius);margin-bottom:16px}.article-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.article-card:hover .article-card__media img{transform:scale(1.04)}.article-card__eyebrow{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--color-accent);margin-bottom:8px}.article-card__title{font-size:18px;font-family:var(--font-heading-family);margin-bottom:8px}.article-card__excerpt{font-size:14px;color:var(--color-text-secondary)}.article-card__cta{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-top:12px;display:inline-block}.newsletter{background:var(--color-background-secondary);text-align:center}.newsletter__form{display:flex;flex-direction:column;gap:12px;max-width:480px;margin:24px auto 0}@media(min-width:560px){.newsletter__form{flex-direction:row}}.newsletter__input{flex:1;padding:14px 18px;border:1px solid var(--color-border);border-radius:var(--button-radius);font-size:15px;background:var(--color-background)}.newsletter__disclaimer{font-size:12px;color:var(--color-text-secondary);margin-top:16px}.newsletter__success{color:var(--color-accent);font-weight:600;margin-top:12px}.site-footer{border-top:1px solid var(--color-border);background:var(--color-background);padding-top:var(--section-spacing)}.site-footer__grid{display:grid;grid-template-columns:1fr;gap:40px;padding-bottom:48px}@media(min-width:900px){.site-footer__grid{grid-template-columns:1.4fr 1fr 1fr 1fr}}.site-footer__brand-logo{font-family:var(--font-heading-family);font-size:15px;font-weight:300;letter-spacing:.3em;text-transform:uppercase;margin-bottom:12px}.site-footer__desc{color:var(--color-text-secondary);font-size:14px;max-width:34ch;margin-bottom:20px}.site-footer__social{display:flex;gap:12px}.site-footer__social a{width:36px;height:36px;border-radius:50%;border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;transition:background-color .16s ease}.site-footer__social a:hover{background:var(--color-background-secondary)}.site-footer__heading{font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin-bottom:18px}.site-footer__links{display:flex;flex-direction:column;gap:12px}.site-footer__links a{font-size:14px;color:var(--color-text-secondary);transition:color .16s ease}.site-footer__links a:hover{color:var(--color-text)}.site-footer__bottom{border-top:1px solid var(--color-border);padding-block:20px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;font-size:13px;color:var(--color-text-secondary)}.site-footer__payments{display:flex;gap:8px;flex-wrap:wrap}.site-footer__payments svg{height:20px;width:auto}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;visibility:hidden}.cart-drawer[data-open=true]{visibility:visible}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#14141466;opacity:0;transition:opacity .22s ease}.cart-drawer[data-open=true] .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(440px,92vw);background:var(--color-background);display:flex;flex-direction:column;transform:translate(100%);transition:transform .28s ease}.cart-drawer[data-open=true] .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid var(--color-border)}.cart-drawer__items{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:20px}.cart-line{display:flex;gap:14px}.cart-line__media{width:80px;height:80px;border-radius:var(--border-radius);overflow:hidden;background:var(--color-background-secondary);flex-shrink:0}.cart-line__media img{width:100%;height:100%;object-fit:cover}.cart-line__title{font-size:14px;font-weight:600;margin-bottom:4px}.cart-line__variant{font-size:12px;color:var(--color-text-secondary);margin-bottom:8px}.cart-line__qty{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:999px}.cart-line__qty button{width:28px;height:28px;background:none;border:none}.cart-line__qty input{width:32px;text-align:center;border:none;background:none;font-size:13px}.cart-drawer__footer{padding:20px;border-top:1px solid var(--color-border)}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-weight:600;margin-bottom:16px}.cart-drawer__empty{padding:60px 20px;text-align:center;color:var(--color-text-secondary)}.grid-2{display:grid;grid-template-columns:1fr;gap:48px}@media(min-width:900px){.grid-2{grid-template-columns:1fr 1fr}}.badge-list{display:flex;flex-wrap:wrap;gap:20px;margin-top:20px;font-size:13px;color:var(--color-text-secondary)}.badge-list li{display:flex;align-items:center;gap:6px}.toolbar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:32px}.toolbar select{padding:10px 14px;border:1px solid var(--color-border);border-radius:var(--button-radius);background:var(--color-background);font-size:14px}.pagination{display:flex;justify-content:center;gap:8px;margin-top:48px}.pagination a,.pagination span{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:14px}.pagination a:hover{background:var(--color-background-secondary)}.pagination .current{background:var(--color-button);color:var(--color-button-text)}.product-page{display:grid;grid-template-columns:1fr;gap:40px}@media(min-width:900px){.product-page{grid-template-columns:1.1fr 1fr;gap:64px}}.product-gallery__main{border-radius:var(--border-radius);overflow:hidden;aspect-ratio:1/1;background:var(--color-background-secondary);margin-bottom:12px}.product-gallery__main img{object-position:center 20%}.product-gallery__thumbs{display:flex;gap:10px;flex-wrap:wrap}.product-gallery__thumbs button{width:72px;height:72px;border-radius:8px;overflow:hidden;border:1px solid var(--color-border);padding:0}.product-gallery__thumbs button.active{border-color:var(--color-accent)}.product-gallery__thumbs img{width:100%;height:100%;object-fit:cover}.product-info__title{font-size:30px;margin-bottom:10px}.product-info__price{font-size:20px;font-weight:600;margin-bottom:20px}.product-info__price .compare-at{color:var(--color-text-secondary);text-decoration:line-through;font-weight:400;margin-right:8px}.product-info__description{color:var(--color-text-secondary);margin-bottom:28px}.variant-picker{margin-bottom:20px}.variant-picker__label{font-size:13px;font-weight:600;margin-bottom:10px;display:block}.variant-picker__options{display:flex;flex-wrap:wrap;gap:8px}.variant-picker__options label{border:1px solid var(--color-border);border-radius:999px;padding:10px 18px;font-size:13px;cursor:pointer;transition:border-color .16s ease,background-color .16s ease}.variant-picker__options input{position:absolute;opacity:0;pointer-events:none}.variant-picker__options input:checked+span{font-weight:700}.variant-picker__options label:has(input:checked){border-color:var(--color-accent);background:var(--color-background-secondary)}.variant-picker select{width:100%;padding:12px 14px;border:1px solid var(--color-border);border-radius:var(--button-radius)}.quantity-selector{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:999px;margin-bottom:20px}.quantity-selector button{width:40px;height:44px;background:none;border:none;font-size:16px}.quantity-selector input{width:44px;text-align:center;border:none;background:none;font-size:15px}.product-form__buttons{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.product-form__buttons .btn{width:100%;padding:16px;font-size:14px}.product-accordion{border-top:1px solid var(--color-border)}.product-accordion__item{border-bottom:1px solid var(--color-border)}.product-accordion__trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:18px 0;background:none;border:none;font-weight:600;font-size:15px;text-align:left}.product-accordion__panel{max-height:0;overflow:hidden;transition:max-height .26s ease;color:var(--color-text-secondary);font-size:14px}.product-accordion__panel[data-open=true]{max-height:600px;padding-bottom:18px}.product-accordion__trigger .chevron{transition:transform .2s ease}.product-accordion__trigger[aria-expanded=true] .chevron{transform:rotate(180deg)}.cart-page__table{width:100%;border-collapse:collapse}.cart-page__table th{text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-secondary);padding-bottom:16px;border-bottom:1px solid var(--color-border)}.cart-page__table td{padding:20px 0;border-bottom:1px solid var(--color-border);vertical-align:top}.cart-summary{border:1px solid var(--color-border);border-radius:var(--border-radius);padding:24px}.form-field{display:flex;flex-direction:column;gap:6px;margin-bottom:18px}.form-field label{font-size:13px;font-weight:600}.form-field input,.form-field textarea,.form-field select{padding:12px 14px;border:1px solid var(--color-border);border-radius:var(--button-radius);font-size:15px;font-family:inherit;background:var(--color-background)}.form-field textarea{min-height:140px;resize:vertical}.form-message{padding:14px 16px;border-radius:var(--border-radius);font-size:14px;margin-bottom:20px}.form-message.success{background:#eaf3ea;color:#2f5c33}.form-message.error{background:#fbeaea;color:#8a2f2f}.predictive-search{position:relative}.predictive-search__results{position:absolute;top:calc(100% + 8px);left:0;right:0;background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--border-radius);box-shadow:0 16px 40px #0000001a;max-height:420px;overflow-y:auto;z-index:60}.predictive-search__item{display:flex;gap:12px;padding:12px;align-items:center}.predictive-search__item:hover{background:var(--color-background-secondary)}.predictive-search__item img{width:48px;height:48px;object-fit:cover;border-radius:6px}.error-page{text-align:center;padding-block:100px}[data-animate]{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}[data-animate].is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){[data-animate]{opacity:1;transform:none;transition:none}}button.header-icon-btn.mobile-menu-toggle svg{stroke:#1a1a1a!important}.product-page{display:grid!important;grid-template-columns:1fr 1fr!important;align-items:start!important;min-height:80vh}.product-gallery{position:sticky!important;top:0!important;background:#fff!important}.product-gallery__main img{width:100%!important;aspect-ratio:1/1!important;object-fit:cover!important;display:block!important}.product-gallery__thumbs{display:flex!important;gap:8px!important;padding:12px!important;flex-wrap:wrap!important}.product-gallery__thumbs button{width:60px!important;height:60px!important;border:1px solid #ddd!important;padding:2px!important;background:none!important}.product-gallery__thumbs button.active{border-color:#1a1a1a!important}.product-gallery__thumbs img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.product-info,.section-padding .product-info,.page-width .product-info,.product-page .product-info{background:#faf8f5!important;padding:48px 40px!important;position:sticky!important;top:0!important;overflow-y:auto!important;max-height:100vh!important}.product-info__title,.section-padding .product-info__title,.page-width .product-info__title{font-family:var(--font-heading-family)!important;font-size:38px!important;line-height:1.15!important;color:#1a1a1a!important;font-weight:400!important;margin:0 0 16px!important}.product-info__description{font-size:15px!important;line-height:1.65!important;color:#4a4a4a!important;margin-bottom:20px!important}.product-info__price{font-size:24px!important;font-weight:500!important;color:#1a1a1a!important;margin-bottom:16px!important;display:flex!important;align-items:center!important;gap:10px!important}.product-info__price .compare-at{font-size:18px!important;color:#9a9a9a!important;text-decoration:line-through!important;order:2!important}.product-info__price [data-product-price]{order:1!important}.variant-picker{margin-bottom:16px!important}.variant-picker__label{font-size:11px!important;letter-spacing:.12em!important;font-weight:600!important;color:#1a1a1a!important;display:block!important;margin-bottom:10px!important;text-transform:uppercase!important}.variant-picker__options{display:flex!important;flex-wrap:wrap!important;gap:8px!important}.variant-picker__options input[type=radio]{display:none!important}.variant-picker__options span{display:block!important;border-radius:50px!important;padding:10px 20px!important;font-size:13px!important;border:1px solid #1a1a1a!important;background:#fff!important;color:#1a1a1a!important}.variant-picker__options input[type=radio]:checked+span{background:#1a1a1a!important;color:#fff!important}.quantity-selector{display:flex!important;align-items:center!important;border:1px solid #1a1a1a!important;height:48px!important;width:120px!important;margin-bottom:12px!important}.quantity-selector button{width:36px!important;height:100%!important;background:none!important;border:none!important;font-size:18px!important}.quantity-selector input{width:48px!important;text-align:center!important;border:none!important;font-size:16px!important;background:none!important}.product-form__buttons{display:flex!important;flex-direction:column!important;gap:8px!important;margin-top:8px!important}.product-form__buttons .btn-primary{width:100%!important;background:#1a1a1a!important;color:#fff!important;height:48px!important;font-size:12px!important;letter-spacing:.12em!important;border:none!important;border-radius:4px!important}.product-accordion{margin-top:24px!important}.product-accordion__item{border-top:1px solid #E8E2D9!important}.product-accordion__trigger{width:100%!important;background:none!important;border:none!important;padding:16px 0!important;font-size:12px!important;letter-spacing:.1em!important;font-weight:600!important;color:#1a1a1a!important;text-align:left!important;cursor:pointer!important;display:flex!important;justify-content:space-between!important;align-items:center!important}.product-accordion__panel{display:none!important;font-size:14px!important;line-height:1.6!important;color:#4a4a4a!important;padding-bottom:16px!important}.product-accordion__panel[data-open=true]{display:block!important}@media(max-width:768px){.product-page{grid-template-columns:1fr!important}.product-info{padding:24px 20px!important;position:static!important;max-height:none!important}.product-gallery{position:static!important}}.variant-picker__options label{border:none!important;outline:none!important;padding:0!important;margin:0!important;background:none!important}footer{background:#000!important;color:#fff!important}footer a,footer p,footer li,footer span,footer h1,footer h2,footer h3,footer h4,footer h5,footer h6{color:#fff!important}#shopify-section-template--27805210149188__image_with_text_yRCUTJ .split-content__media img{max-height:320px;object-fit:cover}@media(min-width:900px){#shopify-section-template--27805210149188__image_with_text_yRCUTJ .split-content__media img{max-height:none}}.product-grid{gap:32px}@media(min-width:900px){.product-grid{gap:40px}}.product-card{display:flex;flex-direction:column}.product-card .btn{margin-top:auto}.product-card__media{display:block;overflow:hidden;position:relative;background:#fff;aspect-ratio:1 / 1;border-radius:var(--border-radius);margin-bottom:14px}.product-card__media .product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .3s ease}.product-card:hover .product-card__image--secondary{opacity:1}.product-card__title{font-size:22px;font-weight:700;line-height:1.2;padding-bottom:12px;border-bottom:1px solid var(--color-border);margin-bottom:14px;letter-spacing:-.01em}.card-product__excerpt{font-size:14px;color:var(--color-text-secondary);margin-bottom:12px;line-height:1.5;flex:1}.product-card__variants{font-size:14px;color:var(--color-text-secondary);margin-bottom:12px;line-height:1.5}.product-card__price{font-size:15px;font-weight:500;letter-spacing:.02em;margin-bottom:18px;color:var(--color-text)}.product-card__price .compare-at{color:var(--color-text-secondary);text-decoration:line-through;font-weight:400;margin-right:6px}.product-card__view-btn{display:block;width:100%;margin-top:auto;padding:11px 16px;border:1px solid var(--color-border);border-radius:6px;text-align:center;font-size:15px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text);transition:background .16s ease,color .16s ease}.product-card__view-btn:hover{background:var(--color-text);color:var(--color-background)}.btn-primary{border-radius:6px!important}.hero__ctas .btn-primary,.hero__ctas .btn-secondary{font-size:14px!important;font-weight:600!important;letter-spacing:.08em!important;text-transform:uppercase!important;border-radius:6px!important;padding:14px 32px!important}.hero__ctas a{text-transform:uppercase!important;letter-spacing:.08em!important;font-size:14px!important}.values-grid .btn-secondary{border-radius:6px!important}#shopify-section-template--27805210149188__image_with_text_yRCUTJ .btn.btn-primary{font-size:15px!important;font-weight:600!important;letter-spacing:.08em!important;text-transform:uppercase!important;padding:14px 32px!important}#shopify-section-template--27805210149188__image_with_text_yRCUTJ .split-content__tags span{font-size:15px!important;font-weight:600!important;letter-spacing:.08em!important;text-transform:uppercase!important;padding:10px 20px!important}input,textarea,select{font-family:var(--font-body-family)}.product-info__type{font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-secondary);margin:0 0 8px}.product-info__meta{font-size:14px;color:var(--color-text-secondary);margin:0 0 16px}.product-trust{list-style:none;padding:0;margin:20px 0 0;display:flex;flex-direction:column;gap:8px}.product-trust li{font-size:13px;color:var(--color-text-secondary)}.product-trust li:first-letter{color:var(--color-accent)}.product-gallery__main img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 30%}.faq-accordion__category{font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-secondary);margin:40px 0 8px;padding-bottom:10px;border-bottom:1px solid var(--color-border)}.faq-accordion__item{border-bottom:1px solid var(--color-border)}.faq-accordion__trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:18px 0;background:none;border:none;font-family:var(--font-body-family);font-size:15px;font-weight:600;color:var(--color-text);text-align:left;cursor:pointer;gap:16px}.faq-accordion__trigger .chevron{flex-shrink:0;transition:transform .2s ease}.faq-accordion__trigger[aria-expanded=true] .chevron{transform:rotate(180deg)}.faq-accordion__panel{max-height:0;overflow:hidden;transition:max-height .28s ease;font-size:14px;line-height:1.7;color:var(--color-text-secondary)}.faq-accordion__panel[data-open=true]{max-height:600px;padding-bottom:20px}.testing-evidence{background:#252a25;padding:48px 0}.testing-evidence__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.testing-evidence__item{padding:32px 48px;border-right:1px solid rgba(255,255,255,.1);text-align:center;display:flex;flex-direction:column;align-items:center}.testing-evidence__item:first-child{padding-left:0}.testing-evidence__item:last-child{border-right:none;padding-right:0}.testing-evidence__stat{font-family:var(--font-heading-family);font-size:clamp(48px,6vw,72px);font-weight:700;color:#fff;line-height:1;margin-bottom:10px;white-space:nowrap}.testing-evidence__label{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#52604a;margin-bottom:20px}.testing-evidence__divider{width:40px;height:1px;background:#ffffff26;margin:0 auto 20px}.testing-evidence__desc{font-size:13px;line-height:1.6;color:#ffffff73;max-width:200px}@media(max-width:768px){.testing-evidence__grid{grid-template-columns:1fr;gap:0}.testing-evidence__item{border-right:none;border-bottom:1px solid rgba(255,255,255,.1);padding:32px 0}.testing-evidence__item:first-child{padding-top:0}.testing-evidence__item:last-child{border-bottom:none;padding-bottom:0}}.site-footer-v2{font-family:var(--font-body-family)}.site-footer-v2__upper{background:#10251d;padding:72px 0 56px}.site-footer-v2__lower{background:#0b1c15;padding:24px 0}.site-footer-v2__grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:48px}@media(max-width:900px){.site-footer-v2__grid{grid-template-columns:1fr 1fr;gap:40px}}@media(max-width:560px){.site-footer-v2__grid{grid-template-columns:1fr;gap:32px}}.site-footer-v2__logo{font-family:var(--font-heading-family);font-size:15px;font-weight:300;letter-spacing:.3em;text-transform:uppercase;color:#fff;margin-bottom:20px}.site-footer-v2__tagline{font-family:var(--font-heading-family);font-size:clamp(22px,3vw,30px);font-weight:400;color:#fff;line-height:1.2;margin:0 0 16px}.site-footer-v2__desc{font-size:13px;color:#b8c7bf;line-height:1.6;max-width:28ch;margin:0}.site-footer-v2__heading{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#b8c7bf;margin-bottom:18px}.site-footer-v2__links{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0}.site-footer-v2__links a{font-size:14px;color:#ffffffbf;transition:color .16s ease}.site-footer-v2__links a:hover{color:#fff}.site-footer-v2__disclaimer{font-size:12px;color:#fff6;text-align:center;max-width:70ch;margin:0 auto 16px;line-height:1.6}.site-footer-v2__bottom{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;font-size:12px;color:#ffffff59;border-top:1px solid rgba(255,255,255,.08);padding-top:20px}.site-footer-v2__legal-links{display:flex;gap:20px}.site-footer-v2__legal-links a{color:#ffffff59;font-size:12px;transition:color .16s ease}.site-footer-v2__legal-links a:hover{color:#ffffffb3}.site-footer-v2__payments{display:flex;gap:8px;flex-wrap:wrap;opacity:.5}.site-footer-v2__payments svg{height:20px;width:auto;filter:brightness(10)}.site-footer__disclaimer{border-top:1px solid rgba(255,255,255,.12);margin-top:24px;padding-top:20px;font-size:11px;color:#ffffff73;text-align:center;letter-spacing:.04em}.main-page-content{max-width:800px}.main-page__title{font-family:var(--font-heading-family);font-size:clamp(32px,5vw,52px);font-weight:400;letter-spacing:.02em;margin-bottom:32px;color:var(--color-text)}.main-page__body{font-family:var(--font-body-family);font-size:16px;line-height:1.7;color:var(--color-text-secondary)}.main-page__body h2,.main-page__body h3,.main-page__body h4{font-family:var(--font-heading-family);font-weight:400;color:var(--color-text);margin-top:40px;margin-bottom:12px}.main-page__body h2{font-size:clamp(22px,3vw,32px)}.main-page__body h3{font-size:18px;font-weight:400;letter-spacing:.01em;margin-top:32px;margin-bottom:8px;color:var(--color-text)}.main-page__body p{margin-bottom:16px}.main-page__body strong{color:var(--color-text);font-weight:600}.product-card__media{display:block;overflow:hidden;position:relative;background:#fff}.product-card__media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1);transition:transform .42s ease}.product-card:hover .product-card__media img{transform:scale(1.07)}.product-gallery__main{background:#fff}.product-gallery__main img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.product-page{padding-top:0}.template-product .section-padding{padding-block:0}.premium-product-info{background:transparent!important}#shopify-section-template--27805210149188__image_with_text_yRCUTJ img{max-height:500px;object-fit:cover}
/*# sourceMappingURL=/cdn/shop/t/9/assets/base.css.map */
