.article-page{--blog-bg: var(--color-foreground);--blog-text: var(--color-background);--blog-text-rgb: var(--color-background-rgb);--blog-accent: var(--color-accent);--blog-accent-rgb: var(--color-accent-rgb);background-color:var(--blog-bg);color:var(--blog-text);padding:clamp(2rem,5vw,4rem) var(--page-margin)}.article-page__inner{max-width:780px;margin:0 auto}.article-hero{border-radius:12px;overflow:hidden;margin-bottom:clamp(1.5rem,3vw,2.5rem)}.article-hero__image{width:100%;height:auto;display:block}.article-header{margin-bottom:clamp(2rem,4vw,3rem)}.article-header__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.article-header__tag{font-size:.7rem;font-weight:var(--font-heading--weight);text-transform:uppercase;letter-spacing:.12em;text-decoration:none;color:var(--blog-accent);transition:opacity .2s ease}.article-header__tag:hover{opacity:.7;color:var(--blog-accent)}.article-header__title{font-size:clamp(2rem,5vw,3rem);line-height:1.15;color:var(--blog-text);margin-bottom:1rem}.article-header__meta{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:rgba(var(--blog-text-rgb),.5)}.article-header__meta-sep{opacity:.4}.article-body.rte{font-size:clamp(1rem,1.2vw,1.125rem);line-height:1.8;color:rgba(var(--blog-text-rgb),.8)}.article-body.rte h2{font-size:clamp(1.5rem,3vw,2rem);color:var(--blog-text);margin-top:2.5rem;margin-bottom:1rem}.article-body.rte h3{font-size:clamp(1.2rem,2vw,1.5rem);color:var(--blog-text);margin-top:2rem;margin-bottom:.75rem}.article-body.rte p{margin-bottom:1.5rem}.article-body.rte a{color:var(--blog-accent);text-decoration:underline;text-underline-offset:2px}.article-body.rte a:hover{color:var(--blog-accent);opacity:.8}.article-body.rte img{border-radius:8px;margin:2rem 0}.article-body.rte blockquote{border-left:3px solid var(--blog-accent);padding-left:1.5rem;margin:2rem 0;font-style:italic;color:rgba(var(--blog-text-rgb),.65)}.article-body.rte ul,.article-body.rte ol{padding-left:1.5rem;margin-bottom:1.5rem}.article-body.rte li{margin-bottom:.5rem}.article-body.rte pre,.article-body.rte code{background-color:rgba(var(--blog-text-rgb),.05);border-radius:4px}.article-body.rte code{padding:.15em .4em;font-size:.9em}.article-body.rte pre{padding:1.25rem;overflow-x:auto;margin-bottom:1.5rem}.article-body.rte pre code{padding:0;background:none}.article-footer{margin-top:clamp(2rem,4vw,3rem);padding-top:1.5rem;border-top:1px solid rgba(var(--blog-text-rgb),.1)}.article-footer__tags{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.article-footer__tags-label{font-size:.85rem;font-weight:var(--font-heading--weight);color:rgba(var(--blog-text-rgb),.5)}.article-footer__tag{display:inline-block;padding:.3rem .8rem;font-size:.75rem;font-weight:var(--font-heading--weight);text-transform:uppercase;letter-spacing:.06em;text-decoration:none;border-radius:100px;border:1.5px solid rgba(var(--blog-text-rgb),.12);color:rgba(var(--blog-text-rgb),.55);transition:all .25s ease}.article-footer__tag:hover{border-color:var(--blog-accent);color:var(--blog-accent)}.article-nav{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(var(--blog-text-rgb),.1)}.article-nav__link{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;font-weight:var(--font-heading--weight);text-decoration:none;color:rgba(var(--blog-text-rgb),.5);transition:color .25s ease}.article-nav__link:hover{color:var(--blog-accent)}.article-nav__link--next{margin-left:auto}.article-comments{margin-top:clamp(2.5rem,5vw,4rem);padding-top:clamp(2rem,4vw,3rem);border-top:1px solid rgba(var(--blog-text-rgb),.1)}.article-comments__heading{font-size:clamp(1.3rem,2.5vw,1.75rem);color:var(--blog-text);margin-bottom:2rem}.article-comments__count{font-weight:400;color:rgba(var(--blog-text-rgb),.4)}.article-comments__list{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem}.article-comment{display:flex;gap:1rem}.article-comment__avatar{flex-shrink:0;width:40px;height:40px;border-radius:50%;background-color:rgba(var(--blog-accent-rgb),.12);color:var(--blog-accent);display:flex;align-items:center;justify-content:center;font-weight:var(--font-heading--weight);font-size:.9rem}.article-comment__body{flex:1;min-width:0}.article-comment__header{display:flex;align-items:baseline;gap:.75rem;margin-bottom:.4rem}.article-comment__author{font-size:.9rem;color:var(--blog-text)}.article-comment__date{font-size:.8rem;color:rgba(var(--blog-text-rgb),.4)}.article-comment__content{font-size:.95rem;line-height:1.6;color:rgba(var(--blog-text-rgb),.7)}.article-comments__pagination{margin-top:1.5rem;margin-bottom:2rem}.article-comment-form{margin-top:2rem;padding:2rem;background-color:rgba(var(--blog-text-rgb),.03);border-radius:12px;border:1px solid rgba(var(--blog-text-rgb),.06)}.article-comment-form__title{font-size:1.15rem;color:var(--blog-text);margin-bottom:1.5rem}.article-comment-form__fields{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}@media(max-width:850px){.article-comment-form__fields{grid-template-columns:1fr}}.article-comment-form__field{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.article-comment-form__label{font-size:.8rem;font-weight:var(--font-heading--weight);text-transform:uppercase;letter-spacing:.06em;color:rgba(var(--blog-text-rgb),.55)}.article-comment-form__input,.article-comment-form__textarea{width:100%;padding:.75rem 1rem;font-size:.95rem;color:var(--blog-text);background-color:var(--blog-bg);border:1.5px solid rgba(var(--blog-text-rgb),.12);border-radius:8px;transition:border-color .25s ease}.article-comment-form__input:focus,.article-comment-form__textarea:focus{outline:none;border-color:var(--blog-accent)}.article-comment-form__textarea{resize:vertical;min-height:120px}.article-comment-form__submit{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 2rem;font-family:var(--font-heading--family);font-weight:var(--font-heading--weight);font-size:.9rem;text-transform:uppercase;letter-spacing:.08em;color:var(--blog-bg);background-color:var(--blog-accent);border:2px solid var(--blog-accent);border-radius:8px;cursor:pointer;transition:all .25s ease;margin-top:.5rem}.article-comment-form__submit:hover{background-color:transparent;color:var(--blog-accent)}.blog-page{--blog-bg: var(--color-foreground);--blog-text: var(--color-background);--blog-text-rgb: var(--color-background-rgb);--blog-accent: var(--color-accent);--blog-accent-rgb: var(--color-accent-rgb);background-color:var(--blog-bg);color:var(--blog-text);padding:clamp(3rem,8vw,6rem) var(--page-margin)}.blog-page__header{max-width:1200px;margin:0 auto clamp(2rem,4vw,3.5rem);text-align:center}.blog-page__title{font-size:clamp(2rem,5vw,3.5rem);color:var(--blog-text);margin-bottom:1.5rem}.blog-page__tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.blog-tag{display:inline-block;padding:.4rem 1rem;font-size:.8rem;font-weight:var(--font-heading--weight);text-transform:uppercase;letter-spacing:.08em;text-decoration:none;border-radius:100px;border:1.5px solid rgba(var(--blog-text-rgb),.15);color:rgba(var(--blog-text-rgb),.6);transition:all .25s ease}.blog-tag:hover,.blog-tag--active{background-color:var(--blog-accent);border-color:var(--blog-accent);color:var(--blog-bg)}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,340px),1fr));gap:clamp(1.5rem,3vw,2rem);max-width:1200px;margin:0 auto}.blog-card{background-color:var(--blog-bg);border-radius:12px;overflow:hidden;border:1px solid rgba(var(--blog-text-rgb),.08);transition:transform .3s ease,box-shadow .3s ease}.blog-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(var(--blog-text-rgb),.1)}.blog-card__image-link{display:block;aspect-ratio:3 / 2;overflow:hidden}.blog-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.blog-card:hover .blog-card__image{transform:scale(1.04)}.blog-card__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:rgba(var(--blog-text-rgb),.04);color:rgba(var(--blog-text-rgb),.2)}.blog-card__content{padding:1.5rem}.blog-card__tag{display:inline-block;font-size:.7rem;font-weight:var(--font-heading--weight);text-transform:uppercase;letter-spacing:.12em;color:var(--blog-accent);margin-bottom:.75rem}.blog-card__title{font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.3;margin-bottom:.75rem}.blog-card__title a{color:var(--blog-text);text-decoration:none}.blog-card__title a:hover{color:var(--blog-accent)}.blog-card__meta{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:rgba(var(--blog-text-rgb),.5);margin-bottom:.75rem}.blog-card__meta-sep{opacity:.4}.blog-card__excerpt{font-size:.95rem;line-height:1.6;color:rgba(var(--blog-text-rgb),.65);margin-bottom:1.25rem}.blog-card__read-more{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;font-weight:var(--font-heading--weight);text-transform:uppercase;letter-spacing:.08em;text-decoration:none;color:var(--blog-accent);transition:gap .25s ease}.blog-card__read-more:hover{gap:.6rem;color:var(--blog-accent)}.blog-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:clamp(2.5rem,5vw,4rem);max-width:1200px;margin-inline:auto}.blog-pagination__btn{display:inline-flex;align-items:center;gap:.35rem;padding:.6rem 1.2rem;font-size:.85rem;font-weight:var(--font-heading--weight);text-decoration:none;text-transform:uppercase;letter-spacing:.06em;color:var(--blog-text);border:1.5px solid rgba(var(--blog-text-rgb),.15);border-radius:8px;transition:all .25s ease}.blog-pagination__btn:hover{border-color:var(--blog-accent);color:var(--blog-accent)}.blog-pagination__numbers{display:flex;gap:.25rem}.blog-pagination__num{display:inline-flex;align-items:center;justify-content:center;width:2.2rem;height:2.2rem;font-size:.9rem;font-weight:500;text-decoration:none;border-radius:8px;color:rgba(var(--blog-text-rgb),.6);transition:all .2s ease}.blog-pagination__num:hover{background-color:rgba(var(--blog-text-rgb),.06);color:var(--blog-text)}.blog-pagination__num--current{background-color:var(--blog-accent);color:var(--blog-bg);font-weight:var(--font-heading--weight)}@media(max-width:850px){.blog-grid{grid-template-columns:1fr}.blog-pagination__numbers{display:none}}.cart-page__title{font-size:clamp(2rem,3vw,2.75rem);margin-bottom:2rem}.cart-page__items{display:flex;flex-direction:column;gap:1rem}.cart-page__item{display:grid;grid-template-columns:80px 1fr;grid-template-rows:auto auto;gap:.75rem 1.5rem;padding:1.5rem;background:rgba(var(--color-foreground-rgb),.02);border:1px solid rgba(var(--color-foreground-rgb),.06);border-radius:12px}.cart-page__item-image{width:80px;height:80px;border-radius:8px;overflow:hidden;background:rgba(var(--color-foreground-rgb),.05);flex-shrink:0;grid-row:1;grid-column:1}.cart-page__item-image img{width:100%;height:100%;object-fit:contain}.cart-page__item-details{grid-row:1;grid-column:2;align-self:center}.cart-page__item-title a{text-decoration:none;color:var(--color-foreground);font-weight:var(--font-heading--weight)}.cart-page__item-title a:hover{color:var(--color-accent)}.cart-page__item-variant{font-size:.8125rem;color:rgba(var(--color-foreground-rgb),.5);margin-top:.25rem}.cart-page__item-price{font-size:.875rem;color:rgba(var(--color-foreground-rgb),.6);margin-top:.25rem;display:flex;align-items:baseline;gap:.5rem}.cart-page__compare-price{text-decoration:line-through;color:rgba(var(--color-foreground-rgb),.4)}.cart-page__sale-price{color:var(--color-accent)}.cart-page__item-actions{grid-row:2;grid-column:1 / -1;display:flex;align-items:center;gap:1.5rem}.cart-page__qty-wrap{display:flex;align-items:center;gap:0}.cart-page__qty-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(var(--color-foreground-rgb),.15);background:rgba(var(--color-foreground-rgb),.05);color:var(--color-foreground);font-size:1.125rem;cursor:pointer;transition:background-color .2s ease}.cart-page__qty-btn:first-child{border-radius:6px 0 0 6px;border-right:none}.cart-page__qty-btn:last-child{border-radius:0 6px 6px 0;border-left:none}.cart-page__qty-btn:hover{background:rgba(var(--color-foreground-rgb),.1)}.cart-page__qty-input{width:44px;height:36px;text-align:center;border:1px solid rgba(var(--color-foreground-rgb),.15);background:rgba(var(--color-foreground-rgb),.05);color:var(--color-foreground);font-size:.9375rem;border-radius:0;-moz-appearance:textfield}.cart-page__qty-input::-webkit-inner-spin-button,.cart-page__qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cart-page__item-total{font-weight:var(--font-heading--weight);font-size:1rem;margin-left:auto}.cart-page__item-remove{color:var(--color-foreground);opacity:.4;transition:opacity .2s ease,color .2s ease;display:flex;align-items:center}.cart-page__item-remove:hover{opacity:1;color:#e74c3c}.cart-page__footer{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(var(--color-foreground-rgb),.06);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.cart-page__total{display:flex;align-items:center;gap:1rem;font-size:1.25rem}.cart-page__total-price{font-weight:var(--font-heading--weight);font-size:1.75rem;color:var(--color-accent)}.cart-page__actions{display:flex;gap:1rem}.cart-page__empty{text-align:center;padding:4rem 0}.cart-page__empty p{margin-bottom:2rem;color:rgba(var(--color-foreground-rgb),.5);font-size:1.125rem}@media(max-width:850px){.cart-page__item{gap:.75rem 1rem}.cart-page__item-image{width:70px;height:70px}.cart-page__footer{flex-direction:column;text-align:center}.cart-page__actions{flex-direction:column;width:100%}.cart-page__actions .btn{width:100%}}.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,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{max-width:640px;margin:0 auto}.contact__header{text-align:center;margin-bottom:2rem}.contact__header .section-subheading{margin:1rem auto 0}.contact__success{padding:1rem 1.5rem;margin-bottom:2rem;border:1px solid var(--color-accent);border-radius:var(--style-border-radius-inputs);background-color:rgba(var(--color-accent-rgb),.1);color:var(--color-accent);text-align:center}.contact__errors{padding:1rem 1.5rem;margin-bottom:2rem;border:1px solid rgba(255,80,80,.6);border-radius:var(--style-border-radius-inputs);background-color:#ff50501a;color:#ff7878;text-align:center}.contact__fields{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.contact__field--full{grid-column:1 / -1}.contact__field label{display:block;font-size:.85rem;font-weight:var(--font-heading--weight);text-transform:uppercase;letter-spacing:.08em;color:rgba(var(--color-foreground-rgb),.7);margin-bottom:.5rem}.contact__field input,.contact__field textarea{width:100%;padding:.85rem 1rem;background-color:rgba(var(--color-foreground-rgb),.04);border:1px solid rgba(var(--color-foreground-rgb),.12);border-radius:var(--style-border-radius-inputs);color:var(--color-foreground);font-size:1rem;transition:border-color .2s ease}.contact__field input:focus,.contact__field textarea:focus{outline:none;border-color:var(--color-accent)}.contact__field input::placeholder,.contact__field textarea::placeholder{color:rgba(var(--color-foreground-rgb),.35)}.contact__field textarea{resize:vertical;min-height:120px}.contact__submit{grid-column:1 / -1;text-align:center;margin-top:.5rem}.contact__submit .btn{width:100%;max-width:280px}@media(max-width:850px){.contact__fields{grid-template-columns:1fr}}.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}.faq{text-align:center}.faq__list{max-width:720px;margin:3rem auto 0;text-align:left}.faq__item{border-bottom:1px solid rgba(var(--color-foreground-rgb),.08)}.faq__question{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.5rem 0;cursor:pointer;font-size:1.0625rem;font-weight:var(--font-heading--weight);line-height:1.4;color:var(--color-foreground);list-style:none}.faq__question::-webkit-details-marker{display:none}.faq__question::marker{display:none;content:""}.faq__icon{flex-shrink:0;transition:transform .3s ease,opacity .3s ease}.faq__item[open] .faq__icon{transform:rotate(45deg);opacity:1;color:var(--color-accent)}.faq__answer{font-size:.9375rem;line-height:1.7;padding:0 0 1.5rem;max-width:60ch}.faq__cta{margin-top:2.5rem;text-align:center}.faq__contact{max-width:480px;margin:4rem auto 0;padding:2.5rem 2rem;text-align:center;border:1px solid rgba(var(--color-foreground-rgb),.06);border-radius:var(--style-border-radius-inputs, 8px);background:rgba(var(--color-foreground-rgb),.03)}.faq__contact-heading{font-family:var(--font-heading--family);font-weight:var(--font-heading--weight);font-size:1.25rem;margin:0 0 .5rem}.faq__contact-text{font-size:.9375rem;margin:0 0 1rem}.faq__contact-email{display:inline-flex;align-items:center;gap:.5rem;border-radius:var(--style-border-radius-inputs, 8px);padding:.75rem 1.25rem;font-family:var(--font-primary--family);font-size:1rem;cursor:pointer;transition:box-shadow .2s ease}@media(max-width:850px){.faq__question{font-size:1rem;padding:1.25rem 0}}.footer{background-color:transparent;border-top:none;padding:3rem 0 2rem;position:relative}.footer:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:95vw;height:1px;background:rgba(var(--color-foreground-rgb),.08)}.footer__inner{max-width:90rem;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center}.footer__brand{display:flex;flex-direction:column;align-items:center;gap:.5rem}.footer__logo-text{font-family:var(--font-heading--family);font-weight:var(--font-heading--weight);font-size:1.25rem;text-transform:uppercase;letter-spacing:.15em;color:var(--color-foreground)}.footer__tagline{font-size:.8125rem;font-style:italic;color:rgba(var(--color-foreground-rgb),.6)}.footer__nav{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem 2.5rem}.footer__link{text-decoration:none;color:var(--color-foreground);font-size:.875rem;transition:color .2s ease;position:relative}.footer__link:after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:1px;background-color:var(--color-accent);transform:scaleX(0);transform-origin:center;transition:transform .25s ease .1s}.footer__link:hover{color:var(--color-accent)}.footer__link:hover:after{transform:scaleX(1);transition-delay:0s}.footer__contact{display:flex;align-items:center;gap:1rem;font-size:.8125rem;color:rgba(var(--color-foreground-rgb),.6)}.footer__contact-item{text-decoration:none;color:inherit;transition:color .2s ease}a.footer__contact-item:hover{color:var(--color-accent)}.footer__contact-divider{width:1px;height:.75rem;background:rgba(var(--color-foreground-rgb),.2)}@media(max-width:850px){.footer__contact{flex-direction:column;gap:.25rem}.footer__contact-divider{display:none}}.footer__bottom{display:flex;flex-direction:column;align-items:center;gap:.75rem}.footer__disclaimer{font-size:.6875rem;max-width:600px;line-height:1.5;color:rgba(var(--color-foreground-rgb),.5)}.footer__copyright{font-size:.75rem;color:rgba(var(--color-foreground-rgb),.5)}.shopify-section-group-header-group{position:sticky;top:0;z-index:100}.header{--header-opacity: 0;position:relative;z-index:100;width:100%;background-color:rgba(var(--color-background-rgb),calc(.9 * var(--header-opacity)));backdrop-filter:blur(calc(10px * var(--header-opacity)));-webkit-backdrop-filter:blur(calc(10px * var(--header-opacity)));border-bottom:1px solid rgba(var(--color-foreground-rgb),calc(.05 * var(--header-opacity)))}.header__inner{display:flex;align-items:center;justify-content:space-between;max-width:var(--page-width);margin:0 auto;padding:1rem var(--page-margin)}.header__logo{text-decoration:none;color:var(--color-foreground);flex-shrink:0;display:flex;align-items:center;gap:.625rem}.header__logo-text{font-family:var(--font-heading--family);font-weight:var(--font-heading--weight);font-size:1.25rem;text-transform:uppercase;letter-spacing:.15em}.header__logo-image{max-height:40px;width:auto}.header__nav{display:flex;gap:2rem}.header__nav-link{text-decoration:none;color:var(--color-foreground);font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;transition:color .2s ease;position:relative}.header__nav-link:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:1.5px;background-color:var(--color-accent);transform:scaleX(0);transform-origin:center;transition:transform .25s ease .1s}.header__nav-link:hover{color:var(--color-accent)}.header__nav-link:hover:after{transform:scaleX(1);transition-delay:0s}.header__actions{display:flex;align-items:center;gap:1rem}.header__cta{padding:.625rem 1.5rem;font-size:.75rem}.header__cart{position:relative;color:var(--color-foreground);text-decoration:none;display:flex;align-items:center;background:none;border:none;padding:0;cursor:pointer}.header__cart svg{width:1.5rem;height:1.5rem}.header__cart-count{position:absolute;top:-6px;right:-8px;background-color:var(--color-accent);color:var(--color-background);font-size:.625rem;font-weight:var(--font-heading--weight);width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.header__hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:28px;height:28px;background:none;border:none;cursor:pointer;padding:0}.header__hamburger span{display:block;width:100%;height:2px;background-color:var(--color-foreground);transition:transform .3s ease,opacity .3s ease}.header__hamburger[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__hamburger[aria-expanded=true] span:nth-child(2){opacity:0}.header__hamburger[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header__nav-cta{display:none}@media(min-width:851px){.header__nav{display:none}}@media(max-width:850px){.header__nav{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;background-color:rgba(var(--color-background-rgb),.98);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:1.5rem var(--page-margin);gap:1rem;border-bottom:1px solid rgba(var(--color-foreground-rgb),.05)}.header__nav.is-open{display:flex}.header__nav-link{font-size:1rem;padding:.5rem 0}.header__nav-cta{display:inline-flex;align-self:flex-start;margin-top:.5rem;font-size:.8125rem;padding:.75rem 2rem}.header__hamburger{display:flex}.header__cta{display:none}}.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{min-height:min(100vh,43.2rem);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:6rem 0}.hero__inner{display:flex;align-items:center;justify-content:center;max-width:var(--page-width);margin:0 auto;padding:0 var(--page-margin);width:100%;position:relative;z-index:2}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__bg:after{content:"";position:absolute;left:calc(50% + min(var(--page-width),100%)*.215);transform:translate(-50%);top:4.93%;height:95.07%;aspect-ratio:964 / 791;max-width:55%;border-radius:1000px 1000px 0 0;background:linear-gradient(0deg,#000 0% 15%,#010102 22%,#04030f 32%,#060516,#090722 58%,#0e0b34 88%);box-shadow:0 -17px 120px 30px #04041380}.shopify-section:has(.hero){z-index:auto}.hero__content{position:relative;flex:0 0 50%;margin-right:-9.5%}.hero__logo{margin-bottom:1.5rem}.hero__logo svg{display:block;cursor:pointer}.hero__heading{font-family:var(--font-heading--family);font-style:var(--font-heading--style);font-weight:var(--font-heading--weight);font-size:clamp(2.5rem,6vw,5rem);line-height:1.1;letter-spacing:-.02em;text-wrap:balance;margin-bottom:1.5rem}.hero__subheading{font-size:clamp(1rem,1.5vw,1.25rem);margin-bottom:2.5rem;line-height:1.7;text-wrap:balance}.hero__image{position:relative;flex:1;display:flex;align-items:center;justify-content:center}.hero__product-image{max-height:454px;width:auto;filter:drop-shadow(0 8px 24px rgba(0,0,0,.6))}.hero__shadow{position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:50%;height:165px;background:radial-gradient(ellipse at center,rgba(0,0,0,1) 0%,rgba(0,0,0,.7) 30%,rgba(0,0,0,.3) 50%,transparent 70%);border-radius:50%;z-index:-1}.hero__image-placeholder{opacity:.6}@keyframes hero-fade-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.hero .section-label,.hero__heading,.hero__subheading,.hero__actions,.hero__image{opacity:0;animation:hero-fade-in .7s ease forwards}.hero .section-label{animation-delay:.1s}.hero__heading{animation-delay:.2s}.hero__subheading{animation-delay:.3s}.hero__actions{animation-delay:.4s}.hero__image{animation-delay:.15s}@media(max-width:850px){.hero .section-label,.hero__heading,.hero__subheading,.hero__actions,.hero__image{opacity:1;animation:none}}@media(prefers-reduced-motion:reduce){.hero .section-label,.hero__heading,.hero__subheading,.hero__actions,.hero__image{opacity:1;animation:none}}@media(min-width:851px){.hero__inner{flex-direction:row;gap:4%}}@media(max-width:850px){.hero{min-height:auto;padding:5rem 0 4rem}.hero__inner{flex-direction:column-reverse;text-align:center}.hero__bg:after{left:50%;transform:translate(-50%);width:90%;max-width:none;height:100%;top:0}.hero__content{display:flex;flex-direction:column;align-items:center;flex:1 1 auto;margin-right:0}.hero__actions{width:100%;display:flex;justify-content:center}.hero__product-image{max-height:248px}.hero__image-placeholder svg{width:120px;height:auto}}.homepage-product__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.homepage-product__carousel{display:flex;flex-direction:column;gap:1rem;position:relative}.homepage-product__carousel-viewport{position:relative;overflow:hidden;border-radius:12px;background:none;border:none;width:100%}.homepage-product__carousel-track{display:flex;transition:transform .45s cubic-bezier(.4,0,.15,1)}.homepage-product__slide{flex:0 0 100%;max-width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;opacity:.4;transition:opacity .45s cubic-bezier(.4,0,.15,1)}.homepage-product__slide--active{opacity:1}.homepage-product__img{max-width:100%;max-height:700px;width:auto;height:auto;object-fit:contain;display:block;margin:0 auto;border-radius:8px}.homepage-product__carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:1px solid rgba(var(--color-foreground-rgb),.15);background:rgba(var(--color-background-rgb),.8);color:var(--color-foreground);cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease,background-color .2s ease;z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.homepage-product__carousel:hover .homepage-product__carousel-btn{opacity:1}.homepage-product__carousel-btn:hover{background:rgba(var(--color-background-rgb),.95)}.homepage-product__carousel-btn--prev{left:-.5rem}.homepage-product__carousel-btn--next{right:-.5rem}.homepage-product__dots{display:flex;justify-content:center;gap:.5rem}.homepage-product__dot{width:8px;height:8px;border-radius:50%;border:none;padding:0;background:rgba(var(--color-foreground-rgb),.2);cursor:pointer;transition:background-color .2s ease,transform .2s ease}.homepage-product__dot--active{background:var(--color-accent);transform:scale(1.25)}.homepage-product__dot:hover{background:rgba(var(--color-foreground-rgb),.4)}.homepage-product__dot--active:hover{background:var(--color-accent)}.homepage-product__placeholder{display:flex;justify-content:center;opacity:.6}.homepage-product__info{display:flex;flex-direction:column;gap:.25rem}.homepage-product__title{font-size:clamp(2rem,4vw,3.5rem)}.homepage-product__price{font-size:1.75rem;font-weight:var(--font-heading--weight);color:var(--color-accent);margin:.5rem 0 1rem;display:flex;align-items:baseline;gap:.75rem}.homepage-product__compare-price{color:rgba(var(--color-foreground-rgb),.5);text-decoration:line-through;font-size:1.25rem;font-weight:var(--font-primary--weight)}.homepage-product__sale-price{color:var(--color-accent)}.homepage-product__trust-row{display:flex;align-items:center;justify-content:flex-start;gap:1.25rem;margin-bottom:.75rem}.homepage-product__shipping,.homepage-product__guarantee{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-foreground);margin:0}.homepage-product__guarantee{cursor:pointer}.homepage-product__guarantee:hover{text-decoration:underline;text-decoration-color:var(--color-accent);text-underline-offset:2px}.homepage-product__guarantee-wrap{position:relative}.homepage-product__guarantee-detail{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;width:90%;max-width:560px;padding:2.5rem;background:#fff;border-radius:12px;font-size:1.125rem;line-height:1.7;color:#111}.homepage-product__guarantee-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:#0009}.homepage-product__guarantee-close{position:absolute;top:.75rem;right:.75rem;background:none;border:none;color:#111;font-size:1.5rem;line-height:1;cursor:pointer;padding:.25rem .5rem}.homepage-product__guarantee-close:hover{color:var(--color-accent)}.homepage-product__guarantee-detail h3{font-family:var(--font-heading--family);font-weight:var(--font-heading--weight);font-size:1.5rem;margin:0 0 .75rem}.homepage-product__guarantee-detail p{margin:0}.homepage-product__guarantee-detail a{color:#111;font-weight:var(--font-heading--weight)}.homepage-product__shipping-icon,.homepage-product__guarantee-icon{flex-shrink:0;color:var(--color-accent)}.homepage-product__description{font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.7;margin-bottom:1.5rem;max-width:50ch}.homepage-product__variants{margin-bottom:1rem}.homepage-product__variants label{display:block;font-size:.8125rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.homepage-product__select{width:100%;max-width:300px;padding:.75rem 1rem;border:1px solid rgba(var(--color-foreground-rgb),.15);background-color:rgba(var(--color-foreground-rgb),.05);color:var(--color-foreground);font-size:.9375rem;-webkit-appearance:none;appearance:none;cursor:pointer}.homepage-product__quantity{margin-bottom:1.5rem}.homepage-product__quantity label{display:block;font-size:.8125rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.homepage-product__qty-wrap{display:inline-flex;align-items:center;border:1px solid rgba(var(--color-foreground-rgb),.15);border-radius:var(--style-border-radius-inputs);overflow:hidden}.homepage-product__qty-btn{width:44px;height:44px;background:rgba(var(--color-foreground-rgb),.05);border:none;color:var(--color-foreground);font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.homepage-product__qty-btn:hover{background:rgba(var(--color-foreground-rgb),.1)}.homepage-product__qty-input{width:60px;height:44px;text-align:center;border:none;border-left:1px solid rgba(var(--color-foreground-rgb),.15);border-right:1px solid rgba(var(--color-foreground-rgb),.15);background:transparent;color:var(--color-foreground);font-size:1rem;-moz-appearance:textfield}.homepage-product__qty-input::-webkit-inner-spin-button,.homepage-product__qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.homepage-product__add-btn{width:100%;max-width:300px;padding:1.125rem 2rem;font-size:1rem}.homepage-product__add-btn:disabled{opacity:.5;cursor:not-allowed}.homepage-product .shopify-payment-button{width:100%;max-width:300px;margin-top:.75rem;border-radius:var(--style-border-radius-inputs);overflow:hidden}.homepage-product__empty{text-align:center;padding:4rem;opacity:.5}.homepage-product__badges{display:flex;justify-content:center;gap:3rem;margin-top:4rem;flex-wrap:nowrap}@media(max-width:850px){.homepage-product__badges{flex-direction:column;align-items:center;gap:2rem}}.homepage-product__badge{display:flex;flex-direction:column;align-items:center;gap:.75rem;color:var(--color-accent)}.homepage-product__badge svg{opacity:.8}.homepage-product__badge span{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;font-weight:var(--font-heading--weight);text-align:center;color:var(--color-foreground)}.homepage-product__badge .preserve-case{text-transform:none}@media(max-width:850px){.homepage-product__inner{grid-template-columns:1fr;gap:2rem;text-align:center}.homepage-product__info{align-items:center}.homepage-product__trust-row{flex-direction:column;gap:.5rem}.homepage-product__add-btn,.homepage-product .shopify-payment-button{max-width:100%}.homepage-product__carousel-btn{display:none}}.homepage-product__reviews-link{text-decoration:none;color:inherit;display:block;cursor:pointer;transition:opacity .2s ease}.homepage-product__reviews-link:visited{color:inherit}.homepage-product__reviews-link:hover{opacity:.7}.how-it-works{text-align:left}.hiw__layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:stretch}.hiw__content .section-label{text-align:left}.hiw__content .section-heading{text-align:left;margin-bottom:2.5rem}.hiw__subheading{font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.6;margin-bottom:2.5rem}.hiw__steps{display:flex;flex-direction:column;gap:2rem}.hiw__step{display:flex;align-items:flex-start;gap:.75rem}.hiw__step-number{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:30px;height:30px;border-radius:50%;background-color:transparent;border:1.5px solid var(--color-accent);color:var(--color-foreground);font-family:var(--font-heading--family);font-weight:var(--font-heading--weight);font-size:.75rem;margin-top:.1rem}.hiw__title{font-size:1.5rem;font-weight:var(--font-heading--weight);margin-bottom:.375rem}.hiw__description{font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.7}.hiw__media{border-radius:9999px;overflow:hidden;display:flex;align-items:center;justify-content:center;aspect-ratio:622 / 374;margin:0 auto;align-self:center;max-width:100%}.hiw__image{width:100%;height:100%;object-fit:cover;border-radius:9999px}.hiw__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:rgba(var(--color-foreground-rgb),.04);border:1px solid rgba(var(--color-foreground-rgb),.08);border-radius:9999px;color:var(--color-foreground)}@media(max-width:850px){.hiw__layout{grid-template-columns:1fr;gap:2.5rem}.hiw__media{order:-1}}.ingredients{text-align:center}.ingredients .section-subheading{margin:0 auto 3rem}.ingredients__grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3rem}@media(min-width:851px){.ingredients__grid{grid-template-columns:repeat(3,1fr)}}.ingredients__card{position:relative;background:rgba(var(--color-foreground-rgb),.02);border:1px solid rgba(var(--color-foreground-rgb),.06);border-radius:12px;padding:2.5rem 2rem;display:flex;flex-direction:column;box-sizing:border-box;transition:padding 1.5s ease}.ingredients__dosage{position:absolute;top:1rem;right:1rem;display:inline-flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:var(--font-heading--weight);letter-spacing:.02em;padding:.25rem .875rem;border:2px solid rgba(var(--color-foreground-rgb),.25);border-radius:999px;color:var(--color-foreground);box-sizing:border-box;line-height:1;transition:width .5s ease,height .5s ease,padding .5s ease,font-size .5s ease,letter-spacing .5s ease,border-color .3s ease}.ingredients__icon{color:var(--color-accent);margin-bottom:1.5rem;height:60px;display:flex;align-items:center;justify-content:center;flex-shrink:0;flex-grow:0;transition:flex-grow 1.5s ease,margin 1.5s ease;overflow:visible}.ingredients__icon svg{margin:0 auto;max-width:100%;max-height:100%;width:auto;height:auto;overflow:visible;transition:width 1.5s ease,height 1.5s ease,max-width 1.5s ease,max-height 1.5s ease}.ingredients__title{font-size:1.5rem;margin-bottom:.5rem}.ingredients__subtitle{display:block;font-size:.8125rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);margin-bottom:1rem;font-weight:var(--font-heading--weight)}.ingredients__description{font-size:.9375rem;line-height:1.7}.ingredients__icon[data-molecule]{cursor:pointer;-webkit-tap-highlight-color:transparent;outline:none}.ingredients__card:not(.is-expanded):not(.is-collapsing) .ingredients__icon[data-molecule]:hover{transform:scale(1.1);transition:transform .2s ease}.ingredients__card.is-expanded{border-color:rgba(var(--color-foreground-rgb),.1);padding-bottom:.5rem}.ingredients__card.is-expanded .ingredients__dosage{cursor:pointer;-webkit-tap-highlight-color:transparent}.ingredients__card.is-expanded .ingredients__dosage:hover{border-color:rgba(var(--color-accent-rgb),.4)}.ingredients__card .ingredients__description{transition:opacity .8s ease,max-height 1.5s ease,margin 1.5s ease;max-height:200px;overflow:hidden;flex-shrink:0}.ingredients__card.is-expanded .ingredients__description{opacity:0;max-height:0;margin:0}.ingredients__card.is-expanded .ingredients__icon{flex-grow:1;margin-bottom:0}.ingredients__card.is-expanded .ingredients__icon svg{width:90%;height:90%;max-width:90%;max-height:90%;overflow:visible}.ingredients__card .ingredients__title{transition:margin 1.5s ease}.ingredients__card.is-expanded .ingredients__title{margin-bottom:.25rem}.ingredients__card .ingredients__subtitle{transition:margin 1.5s ease}.ingredients__card.is-expanded .ingredients__subtitle{margin-bottom:0}.ingredients__card.is-fast-expand,.ingredients__card.is-fast-expand .ingredients__icon,.ingredients__card.is-fast-expand .ingredients__icon svg,.ingredients__card.is-fast-expand .ingredients__description,.ingredients__card.is-fast-expand .ingredients__title,.ingredients__card.is-fast-expand .ingredients__subtitle{transition-duration:.8s!important}.hydrogen-bond{opacity:0;animation:leaderDraw .3s ease forwards}.atom-label{opacity:0;animation:atomFadeIn .4s ease forwards}.hydrogen-label{opacity:0;animation:atomFadeIn .35s ease forwards}@keyframes leaderDraw{0%{opacity:0}to{opacity:.4}}@keyframes atomFadeIn{0%{opacity:0}to{opacity:1}}@keyframes atomFadeOut{0%{opacity:1}to{opacity:0}}@keyframes leaderFadeOut{0%{opacity:.4}to{opacity:0}}.atom-label.is-fading-out,.hydrogen-label.is-fading-out{animation:atomFadeOut .5s ease forwards!important}.hydrogen-bond.is-fading-out{animation:leaderFadeOut .5s ease forwards!important}.marquee{background-color:var(--color-accent);color:var(--color-background);overflow:hidden;padding:.875rem 0;white-space:nowrap;opacity:0;animation:marquee-entrance .6s ease forwards;animation-delay:.45s}@keyframes marquee-entrance{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.marquee__track{display:flex;gap:2.25rem;animation:marquee-scroll 1s linear infinite;animation-play-state:paused;width:max-content}.marquee__item{font-family:var(--font-heading--family);font-weight:var(--font-heading--weight);font-size:.8125rem;text-transform:uppercase;letter-spacing:.15em;flex-shrink:0}.marquee__sep{flex-shrink:0;font-size:.8125rem}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.marquee{opacity:1;animation:none}.marquee__track{animation:none}}.product-page__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-page__gallery{display:flex;flex-direction:column;gap:1rem;position:relative;padding:0 2.5rem}.product-page__carousel-viewport{position:relative;overflow:hidden;width:100%}.product-page__carousel-track{display:flex;transition:transform .45s cubic-bezier(.4,0,.15,1)}.product-page__slide{flex:0 0 100%;max-width:100%;display:flex;align-items:center;justify-content:center;opacity:.4;transition:opacity .45s cubic-bezier(.4,0,.15,1);border-radius:12px;overflow:hidden}.product-page__slide--active{opacity:1}.product-page__image{width:100%;height:auto;display:block}.product-page__arrow{position:absolute;top:calc(50% - 2rem);transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:1px solid rgba(var(--color-foreground-rgb),.15);background:rgba(var(--color-background-rgb),.8);color:var(--color-foreground);cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease,background-color .2s ease;z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-page__gallery:hover .product-page__arrow{opacity:1}.product-page__arrow:hover{background:rgba(var(--color-background-rgb),.95)}.product-page__arrow--prev{left:-.5rem}.product-page__arrow--next{right:-.5rem}.product-page__thumbs{display:flex;gap:.5rem;flex-wrap:wrap}.product-page__thumb{width:64px;height:64px;border-radius:8px;overflow:hidden;border:2px solid rgba(var(--color-foreground-rgb),.1);cursor:pointer;padding:0;background:none;opacity:.5;transition:opacity .2s ease,border-color .2s ease}.product-page__thumb--active,.product-page__thumb:hover{opacity:1;border-color:var(--color-accent)}.product-page__thumb img{width:100%;height:100%;object-fit:cover}.product-page__title{font-size:clamp(2rem,3vw,2.75rem);margin-bottom:.5rem}.product-page__price{font-size:1.75rem;font-weight:var(--font-heading--weight);color:var(--color-accent);margin-bottom:1.5rem;display:flex;align-items:baseline;gap:.75rem}.product-page__compare-price{color:rgba(var(--color-foreground-rgb),.5);text-decoration:line-through;font-size:1.25rem;font-weight:var(--font-primary--weight)}.product-page__sale-price{color:var(--color-accent)}.product-page__trust-row{display:flex;align-items:center;justify-content:flex-start;gap:1.25rem;margin-bottom:.75rem}.product-page__shipping,.product-page__guarantee{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-foreground);margin:0}.product-page__guarantee{cursor:pointer}.product-page__guarantee:hover{text-decoration:underline;text-decoration-color:var(--color-accent);text-underline-offset:2px}.product-page__guarantee-wrap{position:relative}.product-page__guarantee-detail{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;width:90%;max-width:560px;padding:2.5rem;background:#fff;border-radius:12px;font-size:1.125rem;line-height:1.7;color:#111}.product-page__guarantee-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:#0009}.product-page__guarantee-close{position:absolute;top:.75rem;right:.75rem;background:none;border:none;color:#111;font-size:1.5rem;line-height:1;cursor:pointer;padding:.25rem .5rem}.product-page__guarantee-close:hover{color:var(--color-accent)}.product-page__guarantee-detail h3{font-family:var(--font-heading--family);font-weight:var(--font-heading--weight);font-size:1.5rem;margin:0 0 .75rem}.product-page__guarantee-detail p{margin:0}.product-page__guarantee-detail a{color:#111;font-weight:var(--font-heading--weight)}.product-page__shipping-icon,.product-page__guarantee-icon{flex-shrink:0;color:var(--color-accent)}.product-page__description{margin:.5rem 0 1rem;max-width:50ch}.product-page__description p{font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.7;margin-bottom:.5em}.product-page__variants{margin-bottom:1.5rem}.product-page__variants label,.product-page__quantity label{display:block;font-size:.8125rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.product-page__select{width:100%;padding:.75rem 1rem;border:1px solid rgba(var(--color-foreground-rgb),.15);background-color:rgba(var(--color-foreground-rgb),.05);color:var(--color-foreground);font-size:.9375rem;-webkit-appearance:none;appearance:none;cursor:pointer}.product-page__quantity{margin-bottom:1.5rem}.product-page__qty-wrap{display:inline-flex;align-items:center;border:1px solid rgba(var(--color-foreground-rgb),.15);border-radius:var(--style-border-radius-inputs);overflow:hidden}.product-page__qty-btn{width:44px;height:44px;background:rgba(var(--color-foreground-rgb),.05);border:none;color:var(--color-foreground);font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.product-page__qty-btn:hover{background:rgba(var(--color-foreground-rgb),.1)}.product-page__qty-input{width:60px;height:44px;text-align:center;border:none;border-left:1px solid rgba(var(--color-foreground-rgb),.15);border-right:1px solid rgba(var(--color-foreground-rgb),.15);background:transparent;color:var(--color-foreground);font-size:1rem;-moz-appearance:textfield}.product-page__qty-input::-webkit-inner-spin-button,.product-page__qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.product-page__add-btn{width:100%;padding:1.125rem 2rem;font-size:1rem}.product-page__add-btn:disabled{opacity:.5;cursor:not-allowed}.product-page .shopify-payment-button{margin-top:.75rem}.product-page__badges{display:flex;justify-content:center;gap:3rem;margin-top:4rem;flex-wrap:wrap}.product-page__badge{display:flex;flex-direction:column;align-items:center;gap:.75rem;color:var(--color-accent)}.product-page__badge svg{opacity:.8}.product-page__badge span{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;font-weight:var(--font-heading--weight);text-align:center;color:var(--color-foreground)}.product-page__badge .preserve-case{text-transform:none}@media(max-width:850px){.product-page__inner{grid-template-columns:1fr;gap:2rem}.product-page__gallery{padding:0}.product-page__arrow{display:none}.product-page__trust-row{flex-direction:column;gap:.5rem}}.jdgm-widget,.jdgm-widget p,.jdgm-widget span,.jdgm-widget label,.jdgm-widget h2,.jdgm-widget h3,.jdgm-widget h4,.jdgm-widget td,.jdgm-widget th,.jdgm-widget li{color:var(--color-foreground)!important}.jdgm-widget [class*=star],.jdgm-widget [class*=star] *{color:var(--color-accent)!important;fill:var(--color-accent)!important}.jdgm-widget a{color:var(--color-accent)!important}#judgeme_product_reviews{margin-top:3rem}.product-page__reviews-link{text-decoration:none;color:inherit;display:block;cursor:pointer;transition:opacity .2s ease}.product-page__reviews-link:visited{color:inherit}.product-page__reviews-link:hover{opacity:.7}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.testimonials{text-align:center;overflow:hidden}.testimonials__carousel{position:relative;max-width:720px;margin:2.5rem auto 0}.testimonials__slide{position:absolute;top:0;left:0;width:100%;opacity:0;transform:translateY(6px);transition:opacity .6s ease,transform .6s ease;pointer-events:none}.testimonials__slide.is-active{opacity:1;transform:translateY(0);pointer-events:auto}.testimonials__stars{display:flex;justify-content:center;gap:6px;margin-bottom:1.75rem}.testimonials__star--filled{color:var(--color-accent);filter:drop-shadow(0 0 6px rgba(var(--color-accent-rgb),.4))}.testimonials__star--empty{color:rgba(var(--color-foreground-rgb),.15)}.testimonials__quote{font-family:var(--font-heading--family);font-weight:400;font-size:clamp(1.25rem,2.5vw,1.75rem);line-height:1.5;color:var(--color-foreground);margin:0 auto 2rem;max-width:960px;letter-spacing:-.01em}.testimonials__open-quote,.testimonials__close-quote{color:var(--color-accent);font-size:1.15em}.testimonials__author{display:flex;align-items:center;justify-content:center;gap:.75rem;font-style:normal;font-size:.875rem;letter-spacing:.05em;text-transform:uppercase}.testimonials__name{color:var(--color-foreground);font-weight:var(--font-heading--weight)}.testimonials__dots{display:flex;justify-content:center;gap:.5rem;margin-top:2.5rem}.testimonials__dot{width:8px;height:8px;border-radius:50%;border:none;padding:0;background:rgba(var(--color-foreground-rgb),.2);cursor:pointer;transition:background-color .2s ease,transform .2s ease}.testimonials__dot.is-active{background:var(--color-accent);transform:scale(1.25)}.testimonials__dot:hover:not(.is-active){background:rgba(var(--color-foreground-rgb),.4)}@media(max-width:850px){.testimonials__carousel{margin-top:2rem}}.why-us{text-align:center}.why-us__list{max-width:720px;margin:3rem auto 0;text-align:left}.why-us__item{border-bottom:1px solid rgba(var(--color-foreground-rgb),.08)}.why-us__question{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.5rem 0;cursor:pointer;font-size:1.5rem;font-weight:var(--font-heading--weight);line-height:1.4;color:var(--color-foreground);list-style:none}.why-us__question::-webkit-details-marker{display:none}.why-us__question::marker{display:none;content:""}.why-us__icon{flex-shrink:0;transition:transform .3s ease,opacity .3s ease}.why-us__item[open] .why-us__icon{transform:rotate(45deg);color:var(--color-accent)}.why-us__answer{overflow:hidden;height:0}.why-us__answer-inner{font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.7;padding-bottom:1.5rem;max-width:60ch;opacity:0;transition:opacity .25s ease}.why-us__item[open] .why-us__answer-inner{opacity:1}.why-us__cta{margin-top:2.5rem;text-align:center}@media(max-width:850px){.why-us__question{font-size:1rem;padding:1.25rem 0}}.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:var(--font-heading--weight)}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/4/compiled_assets/styles.css.map */
