:root{--color-primary:#173a32;--color-secondary:#4f6f61;--color-accent:#9f4f2f;--color-background:#fdfefc;--color-text:#14231f;--color-light-text:#3f5049;--color-sale:#a84834;--color-white:#fffefa;--color-cream:#eef3ed;--color-cream-dark:#d8e1d9;--color-panel:#fff;--color-line:#d5ded6;--color-error:#c94a3c;--color-success:#3a8a6a;--color-cta:#9f4f2f;--color-cta-hover:#80401f;--color-cta-text:#fff;--font-unified:"Assistant",sans-serif;--font-heading:"Assistant",sans-serif;--font-body:var(--font-unified);--readable-width:68ch;--readable-line-height:1.8;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-full:9999px;--shadow-sm:0 1px 3px #14231f0f;--shadow-md:0 10px 28px #173a3214;--shadow-lg:0 18px 48px #173a321f;--shadow-xl:0 28px 70px #173a3229;--transition-fast:.15s ease;--transition-base:.3s ease;--transition-slow:.5s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;overflow-x:hidden}body{font-family:var(--font-body);color:var(--color-text);background-color:var(--color-background);text-rendering:optimizelegibility;font-size:1rem;font-weight:400;line-height:1.68;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--color-secondary)}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}ul,ol{list-style:none}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-to-content-link{z-index:1000;background:var(--color-primary);color:var(--color-white);border-radius:var(--radius-md);padding:12px 24px;position:absolute;top:-100%;left:50%;transform:translate(-50%)}.page-width{max-width:1300px;margin:0 auto;padding-left:24px;padding-right:24px}.page-width--narrow{max-width:720px}@media (width>=768px){.page-width{padding-left:40px;padding-right:40px}}.section-padding{padding-top:80px;padding-bottom:80px}@media (width>=768px){.section-padding{padding-top:100px;padding-bottom:100px}}.section-header{text-align:center;margin-bottom:48px}.section-header__subtitle{font-family:var(--font-body);letter-spacing:.2em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:12px;font-size:.75rem;font-weight:500}.section-header__title{font-family:var(--font-heading);color:var(--color-primary);letter-spacing:0;margin-bottom:16px;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:400;line-height:1.2}.section-header__description{max-width:560px;color:var(--color-light-text);margin:0 auto;font-size:1.05rem}.btn{font-family:var(--font-body);letter-spacing:.06em;text-transform:uppercase;border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-base);white-space:nowrap;justify-content:center;align-items:center;gap:8px;padding:14px 32px;font-size:.85rem;font-weight:500;display:inline-flex}.btn--primary{background:var(--color-primary);color:var(--color-white);border:2px solid var(--color-primary)}.btn--primary:hover{background:var(--color-secondary);border-color:var(--color-secondary);color:var(--color-white);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn--outline{color:var(--color-primary);border:2px solid var(--color-primary);background:0 0}.btn--outline:hover{background:var(--color-primary);color:var(--color-white);transform:translateY(-2px)}.btn--text{color:var(--color-light-text);text-transform:none;letter-spacing:0;background:0 0;border:none;padding:12px 16px;font-size:.9rem}.btn--text:hover{color:var(--color-primary);transform:none}.announcement-bar{background:var(--color-primary);color:var(--color-white);text-align:center;letter-spacing:.08em;text-transform:uppercase;padding:10px 16px;font-size:.8rem}.announcement-bar__link{display:block}.announcement-bar__link:hover{color:var(--color-accent)}.site-header{background:var(--color-white);z-index:100;transition:box-shadow var(--transition-base);border-bottom:1px solid #14231f14;position:sticky;top:0}.site-header__wrapper{justify-content:space-between;align-items:center;gap:16px;height:68px;display:flex}.site-header__left,.site-header__right{align-items:center;gap:8px;min-width:0;display:flex}.site-header__logo{flex-shrink:0;align-items:center;margin-right:8px;display:flex}.site-header__logo-image{align-items:center;display:flex}.site-header__logo-text{font-family:var(--font-heading);color:var(--color-primary);letter-spacing:-.01em;font-size:1.4rem;font-weight:600}.site-header__logo-image img{width:auto;max-height:34px}.site-header__logo-image--fallback img{max-height:28px}.site-header__icon{width:40px;height:40px;color:var(--color-primary);border-radius:var(--radius-full);transition:background var(--transition-fast);justify-content:center;align-items:center;display:flex}.site-header__icon:hover{color:var(--color-primary);background:#14231f0d}.site-header__localization{white-space:nowrap;flex-shrink:0;display:none}.localization-picker{position:relative}.localization-picker__toggle{color:var(--color-text);min-height:40px;transition:border-color var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast);background:#fffffff5;border:1px solid #14231f38;border-radius:13px;justify-content:center;align-items:center;gap:7px;padding:0 11px;font-size:.86rem;font-weight:500;line-height:1;display:inline-flex;box-shadow:0 1px 2px #14231f0a}.localization-picker__toggle:hover,.localization-picker__toggle:focus-visible,.localization-picker--open .localization-picker__toggle{background:var(--color-panel);border-color:#14231f5c;outline:none;box-shadow:0 0 0 3px #14231f14}.localization-picker__toggle-icon{transition:transform var(--transition-fast);flex:none}.localization-picker__flag{flex:none;justify-content:center;min-width:1.45em;font-family:Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,sans-serif;font-size:1.05em;line-height:1;display:inline-flex}.localization-picker--open .localization-picker__toggle-icon{transform:rotate(180deg)}.localization-picker__panel{background:var(--color-panel);color:var(--color-text);opacity:0;pointer-events:none;transition:opacity var(--transition-fast),transform var(--transition-fast),visibility var(--transition-fast);visibility:hidden;z-index:260;border:1px solid #14231f1f;border-radius:16px;width:min(360px,100vw - 32px);position:absolute;top:calc(100% + 16px);right:0;overflow:hidden;transform:translateY(-8px);box-shadow:0 16px 42px #14231f21}.localization-picker--open .localization-picker__panel{opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}.localization-picker__search{color:var(--color-text);border:3px solid #14231f1f;border-radius:11px;align-items:center;gap:9px;min-height:48px;margin:9px 9px 0;padding:0 15px;display:flex}.localization-picker__search:focus-within{border-color:#14231f2e}.localization-picker__search-input{color:var(--color-text);background:0 0;border:0;outline:none;flex:1;min-width:0;font-size:1.12rem;font-weight:400;line-height:1}.localization-picker__search-input::placeholder{color:var(--color-text);opacity:1}.localization-picker__country-list{scrollbar-width:thin;gap:4px;min-height:190px;max-height:min(430px,100vh - 235px);padding:14px 12px 92px;display:grid;overflow-y:auto}.localization-picker__country{color:var(--color-text);text-align:left;min-height:52px;transition:background var(--transition-fast),color var(--transition-fast);border-radius:9px;grid-template-columns:26px 28px minmax(0,1fr);align-items:center;gap:10px;width:100%;padding:0 15px;font-size:1.04rem;font-weight:500;line-height:1.2;display:grid}.localization-picker__country:hover,.localization-picker__country:focus-visible{background:#173a320f;outline:none}.localization-picker__country--current{background:#173a3217}.localization-picker__country-check{color:var(--color-text);justify-content:center;align-items:center;display:flex}.localization-picker__country[hidden]{display:none}.localization-picker__language-bar{background:#fffffff5;justify-content:space-between;align-items:center;gap:12px;min-height:66px;padding:14px 14px 16px;display:flex;position:absolute;inset:auto 0 0;box-shadow:0 -10px 24px #fffffff2}.localization-picker__language-label{color:var(--color-light-text);font-size:.98rem;line-height:1}.localization-picker__language-control{background:#ffffffdb;border-radius:11px;align-items:center;display:flex;position:relative}.localization-picker__language-control:after{border-bottom:2px solid var(--color-text);border-right:2px solid var(--color-text);content:"";pointer-events:none;width:8px;height:8px;position:absolute;top:calc(50% - 6px);right:14px;transform:rotate(45deg)}.localization-picker__language-select{appearance:none;color:var(--color-text);background:0 0;border:0;outline:none;min-height:44px;padding:0 34px 0 14px;font-size:.98rem;line-height:1}.localization-picker__language-select:focus-visible{box-shadow:0 0 0 3px #14231f14}.site-header__cart{position:relative}.site-header__cart-count{background:var(--color-cta);width:18px;height:18px;color:var(--color-cta-text);border-radius:var(--radius-full);justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:flex;position:absolute;top:2px;right:2px}.site-header__cart-count--hidden,.site-header__nav{display:none}.site-header__menu-toggle{width:40px;height:40px;color:var(--color-primary);justify-content:center;align-items:center;display:flex}@media (width>=1024px){.site-header__nav{display:block}.site-header__localization{display:flex}.site-header__menu-toggle{display:none}.site-header__logo{margin-right:12px}.site-header__left{flex:auto}.site-header__right{flex:none}}.site-nav{white-space:nowrap;flex-wrap:nowrap;gap:2px;display:flex}.site-nav__item{position:relative}.site-nav__link{letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;color:var(--color-text);border-radius:var(--radius-full);transition:color var(--transition-fast),background var(--transition-fast);align-items:center;gap:5px;padding:9px 10px;font-size:.78rem;font-weight:500;display:flex;position:relative}.site-nav__link:after{content:"";background:var(--color-secondary);width:0;height:2px;transition:width var(--transition-base);border-radius:2px;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.site-nav__link:hover{color:var(--color-primary);background:#14231f0d}.site-nav__link:hover:after{width:calc(100% - 28px)}.site-nav__link:focus,.site-nav__link:focus-visible{box-shadow:none;outline:none}.site-nav__link:focus-visible:after{width:calc(100% - 28px)}.site-nav__link--active{color:var(--color-secondary)}.site-nav__link--active:after{width:calc(100% - 28px)}.site-nav__dropdown{background:var(--color-white);border-radius:var(--radius-md);min-width:240px;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transition:opacity var(--transition-base),transform var(--transition-base),visibility var(--transition-base);border:1px solid #14231f0d;padding:10px;position:absolute;top:calc(100% + 8px);left:-8px;transform:translateY(-6px)}.site-nav__item:hover .site-nav__dropdown,.site-nav__item:focus-within .site-nav__dropdown,.site-nav__item.is-open .site-nav__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.site-nav__dropdown-link{color:var(--color-text);border-radius:var(--radius-sm);transition:all var(--transition-fast);align-items:center;gap:10px;padding:11px 14px;font-size:.88rem;font-weight:500;display:flex;position:relative}.site-nav__dropdown-link:before{content:"";background:var(--color-line);width:5px;height:5px;transition:all var(--transition-fast);border-radius:50%;flex-shrink:0}.site-nav__dropdown-link:hover{color:var(--color-primary);background:#14231f0d;padding-left:18px}.site-nav__dropdown-link:hover:before{background:var(--color-secondary);transform:scale(1.4)}.site-nav__dropdown-link--active{color:var(--color-secondary);font-weight:600}.site-nav__dropdown-link--active:before{background:var(--color-secondary)}.mobile-nav{z-index:200;opacity:0;visibility:hidden;transition:all var(--transition-base);background:#14231f80;position:fixed;inset:0}.mobile-nav--open .mobile-nav{opacity:1;visibility:visible}.mobile-nav__inner{background:var(--color-white);width:85%;max-width:360px;height:100%;transition:transform var(--transition-base);position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%)}.mobile-nav--open .mobile-nav__inner{transform:translate(0)}.mobile-nav__header{border-bottom:1px solid #14231f0f;justify-content:space-between;align-items:center;min-height:64px;padding:14px 22px;display:flex}.mobile-nav__brand{font-family:var(--font-heading);letter-spacing:.02em;color:var(--color-primary);align-items:center;font-size:1.18rem;font-weight:700;display:inline-flex}.mobile-nav__brand-logo{width:auto;max-height:29px;display:block}.mobile-nav__close{width:44px;height:44px;color:var(--color-primary);transition:background var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex}.mobile-nav__close:hover{background:#14231f0d}.mobile-nav__list{padding:12px 22px 8px}.mobile-nav__item{border-bottom:1px solid #14231f0f}.mobile-nav__item:last-child{border-bottom:0}.mobile-nav__link{color:var(--color-primary);border-radius:var(--radius-sm);transition:background var(--transition-fast);margin-left:-16px;margin-right:-14px;padding:18px 14px 18px 16px;font-size:1.05rem;font-weight:500;display:block;position:relative}.mobile-nav__link:before{content:"";background:var(--color-secondary);width:0;height:22px;transition:width var(--transition-base);border-radius:0 3px 3px 0;position:absolute;top:50%;left:0;transform:translateY(-50%)}.mobile-nav__link:hover{background:#14231f0a}.mobile-nav__link:hover:before{width:3px}.mobile-nav__link--active{color:var(--color-secondary);background:#173a320f;font-weight:600}.mobile-nav__link--active:before{width:3px}.mobile-nav__children{max-height:0;padding:0 0 14px 16px;transition:max-height .28s cubic-bezier(.4,0,.2,1);overflow:hidden}.mobile-nav__children--open{max-height:600px}.mobile-nav__link-wrapper{justify-content:space-between;align-items:center;display:flex}.mobile-nav__toggle{width:44px;height:44px;color:var(--color-light-text);transition:transform var(--transition-base),color var(--transition-fast),background var(--transition-fast);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-right:-10px;display:flex}.mobile-nav__toggle:hover{color:var(--color-primary);background:#14231f0d}.mobile-nav__toggle--open{color:var(--color-primary);background:#14231f0d;transform:rotate(180deg)}.mobile-nav__child-link{color:var(--color-light-text);border-radius:var(--radius-sm);transition:all var(--transition-fast);align-items:center;gap:10px;padding:10px 12px;font-size:.96rem;display:flex}.mobile-nav__child-link:before{content:"›";color:var(--color-line);transition:color var(--transition-fast),transform var(--transition-fast);flex-shrink:0;font-size:1.1rem}.mobile-nav__child-link:hover{color:var(--color-primary);background:#14231f0a;padding-left:16px}.mobile-nav__child-link:hover:before{color:var(--color-secondary);transform:translate(2px)}.mobile-nav__child-link--active{color:var(--color-secondary);font-weight:600}.mobile-nav__child-link--active:before{color:var(--color-secondary)}.mobile-nav__footer{background:var(--color-cream);border-top:1px solid #14231f0f;padding:22px}.mobile-nav__account-link{color:var(--color-primary);transition:color var(--transition-fast);align-items:center;gap:8px;padding:10px 0;font-size:.95rem;font-weight:500;display:flex}.mobile-nav__account-link:hover{color:var(--color-secondary)}.mobile-nav__localization{border-top:1px solid #14231f14;margin-top:18px;padding-top:18px}.mobile-nav__localization .localization-picker__toggle{min-width:124px}.mobile-nav__localization .localization-picker__panel{width:min(340px,100vw - 32px);top:calc(100% + 12px);left:auto;right:-8px}@media (width<=480px){.mobile-nav__localization .localization-picker__panel{width:min(100%,100vw - 44px);right:0}.localization-picker__country{min-height:50px;padding:0 13px;font-size:.98rem}.localization-picker__search-input{font-size:1.06rem}.localization-picker__language-label,.localization-picker__language-select{font-size:.92rem}}.hero-banner{justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero-banner--small{min-height:40vh}.hero-banner--medium{min-height:48vh}.hero-banner--large{min-height:56vh}.hero-banner__media{z-index:0;position:absolute;inset:0}.hero-banner__picture{width:100%;height:100%;display:block}.hero-banner__image{object-fit:cover;width:100%;height:100%}.hero-banner__overlay{opacity:.85;background:linear-gradient(#14231f8c,#14231f4d 42%,#14231fcc);position:absolute;inset:0}.hero-banner__content{z-index:1;width:100%;padding-top:56px;padding-bottom:56px;position:relative}.hero-banner__text-wrapper{max-width:640px;color:var(--color-white)}.hero-banner--small .hero-banner__content{padding-top:42px;padding-bottom:42px}.hero-banner--small .hero-banner__text-wrapper{max-width:760px}.hero-banner--small .hero-banner__subtitle{margin-bottom:12px}.hero-banner--small .hero-banner__title{margin-bottom:14px;font-size:clamp(2rem,4.8vw,3.35rem)}.hero-banner--small .hero-banner__description{max-width:680px;margin-bottom:24px;font-size:1rem;line-height:1.6}.hero-banner__subtitle{letter-spacing:.2em;text-transform:uppercase;margin-bottom:16px;font-size:.8rem;font-weight:500}.hero-banner__title{font-family:var(--font-heading);letter-spacing:0;text-shadow:0 2px 18px #00000059;margin-bottom:20px;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:400;line-height:1.1}.template-index .hero-banner__title{font-size:clamp(2.1rem,5vw,4rem)}.hero-banner__description{max-width:520px;margin-bottom:32px;font-size:1.1rem;line-height:1.7}.hero-banner__btn{background:var(--color-white);color:var(--color-primary);border-color:var(--color-white);font-size:.85rem}.hero-banner__btn:hover{background:var(--color-accent);color:var(--color-primary);border-color:var(--color-accent)}.product-grid{gap:24px;display:grid}.product-grid--2{grid-template-columns:repeat(2,1fr)}.product-grid--3{grid-template-columns:repeat(3,1fr)}.product-grid--4,.product-grid--5{grid-template-columns:repeat(2,1fr)}@media (width>=640px){.product-grid--3,.product-grid--4,.product-grid--5{grid-template-columns:repeat(3,1fr)}}@media (width>=1024px){.product-grid--4{grid-template-columns:repeat(4,1fr)}.product-grid--5{grid-template-columns:repeat(5,1fr)}}.product-template__related{border-top:1px solid #14231f14;margin-top:clamp(48px,6vw,80px);padding:clamp(48px,6vw,80px) 0 clamp(40px,5vw,64px)}.product-template__related-title{max-width:1300px;font-family:var(--font-heading);color:var(--color-primary);letter-spacing:-.01em;margin-bottom:32px;margin-left:auto;margin-right:auto;padding-bottom:18px;padding-left:24px;padding-right:24px;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:600;line-height:1.2;position:relative}@media (width>=768px){.product-template__related-title{padding-left:40px;padding-right:40px}}@media (width>=1024px){.product-template__related-title{width:min(70vw,1300px);max-width:calc(100% - 80px);padding-left:0;padding-right:0}}.product-template__related-title:after{content:"";background:linear-gradient(to right,var(--color-secondary) 0%,transparent 100%);border-radius:2px;width:72px;height:2px;position:absolute;bottom:0;left:24px}@media (width>=768px){.product-template__related-title:after{left:40px}}@media (width>=1024px){.product-template__related-title:after{left:0}}.product-template__related .product-grid{gap:32px 24px;padding-left:24px;padding-right:24px}@media (width>=768px){.product-template__related .product-grid{padding-left:40px;padding-right:40px}}@media (width>=1024px){.product-template__related .product-grid{width:min(70vw,1300px);max-width:calc(100% - 80px);margin-left:auto;margin-right:auto;padding-left:0;padding-right:0}}.product-template__related .product-card{background:var(--color-white);border-radius:var(--radius-lg);transition:all var(--transition-base);border:1px solid #14231f14;overflow:hidden;box-shadow:0 1px 3px #14231f06}.product-template__related .product-card:hover{border-color:#173a3252;transform:translateY(-3px);box-shadow:0 14px 32px #173a321f}.product-template__related .product-card__image-wrapper{border-radius:0}.product-template__related .product-card__info{padding:16px 18px 20px;position:relative}.product-template__related .product-card__title{color:var(--color-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.808rem;margin-bottom:12px;font-size:1.08rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.product-template__related .product-card__title a{transition:background-size var(--transition-base);background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0 1px}.product-template__related .product-card:hover .product-card__title a{background-size:100% 1px}.product-template__related .product-card__title:after{content:"";background:linear-gradient(to right,var(--color-secondary),transparent);width:56px;height:1.5px;margin-top:12px;display:block}.product-template__related .product-card__price{align-items:center;gap:8px;font-size:1rem;font-weight:700}.product-template__related .price__amount,.product-template__related .price__sale{font-size:1.05rem;font-weight:800}.product-template__related .price__sale{color:var(--color-sale)}.product-template__related .price__compare{color:var(--color-light-text);font-size:.86rem;font-weight:500;text-decoration:line-through}.product-template__related .price__save{color:var(--color-sale);background:0 0;padding:0;font-size:.78rem;font-weight:600}.product-template__related .product-card__reviews{display:none}.product-card{flex-direction:column;display:flex}.product-card__image-wrapper{border-radius:var(--radius-lg);background:var(--color-cream-dark);aspect-ratio:1;position:relative;overflow:hidden}.product-card__link{width:100%;height:100%;display:block}.product-card__image-container{width:100%;height:100%;position:relative}.product-card__image{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow),opacity var(--transition-base)}.product-card__image--hover{opacity:0;position:absolute;inset:0}.product-card__image-wrapper:hover .product-card__image:first-child{opacity:0}.product-card__image-wrapper:hover .product-card__image--hover{opacity:1}.product-card__placeholder{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.product-card__placeholder svg{opacity:.2;width:40%;height:40%}.product-card__badge{letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-full);z-index:1;padding:6px 12px;font-size:.75rem;font-weight:700;position:absolute;top:12px;left:12px}.product-card__badge--sale{background:var(--color-sale);color:var(--color-white)}.product-card__badge--sold{background:var(--color-light-text);color:var(--color-white)}.product-card__quick-add{background:var(--color-white);width:40px;height:40px;color:var(--color-primary);border-radius:var(--radius-full);box-shadow:var(--shadow-md);opacity:0;transition:all var(--transition-base);z-index:1;justify-content:center;align-items:center;display:flex;position:absolute;bottom:12px;right:12px;transform:translateY(8px)}.product-card__image-wrapper:hover .product-card__quick-add{opacity:1;transform:translateY(0)}.product-card__quick-add:hover{background:var(--color-primary);color:var(--color-white)}.product-card__vendor{letter-spacing:.12em;text-transform:uppercase;color:var(--color-light-text);margin-bottom:6px;font-size:.8rem;font-weight:500}.product-card__title{font-family:var(--font-heading);color:var(--color-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.73rem;margin-bottom:6px;font-size:1.05rem;font-weight:500;line-height:1.3;display:-webkit-box;overflow:hidden}.product-card__title a:hover{color:var(--color-secondary);text-underline-offset:3px;text-decoration:underline}.product-card__price{font-size:.9rem;font-weight:500}.product-card__roast{margin-top:8px}.product-card__roast-label{letter-spacing:.06em;text-transform:uppercase;color:var(--color-light-text);background:var(--color-cream);border-radius:var(--radius-full);padding:4px 10px;font-size:.8rem;font-weight:500;display:inline-block}.price{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.price__amount{color:var(--color-primary);font-weight:600}.price__sale{color:var(--color-sale);font-weight:600}.price__compare{color:var(--color-light-text);font-size:.85em}.price__save{color:var(--color-white);background:var(--color-sale);border-radius:var(--radius-full);padding:2px 8px;font-size:.75rem;font-weight:500}.featured-collection__carousel{position:relative}.featured-collection__track{overscroll-behavior-x:contain;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;grid-template-columns:none;grid-auto-columns:minmax(220px,calc(25% - 18px));grid-auto-flow:column;gap:24px;padding:2px 2px 14px;scroll-padding-inline:2px;display:grid;overflow-x:auto}.featured-collection__track::-webkit-scrollbar{display:none}.featured-collection__track.product-grid--2{grid-auto-columns:minmax(240px,calc(50% - 12px))}.featured-collection__track.product-grid--3{grid-auto-columns:minmax(230px,calc(33.3333% - 16px))}.featured-collection__track.product-grid--4{grid-auto-columns:minmax(220px,calc(25% - 18px))}.featured-collection__track.product-grid--5{grid-auto-columns:minmax(180px,calc(20% - 14.4px))}.featured-collection__track .product-card{scroll-snap-align:start;min-width:0}.featured-collection__track:focus-visible{outline:2px solid var(--color-accent);outline-offset:8px}.featured-collection__nav{background:var(--color-white);border-radius:var(--radius-full);box-shadow:var(--shadow-md);color:var(--color-primary);height:46px;transition:background var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast),opacity var(--transition-fast),transform var(--transition-fast);z-index:2;border:1px solid #14231f1f;justify-content:center;align-items:center;width:46px;display:flex;position:absolute;top:36%;transform:translateY(-50%)}.featured-collection__nav:hover:not(:disabled){background:var(--color-primary);border-color:var(--color-primary);color:var(--color-white);transform:translateY(-50%)scale(1.04)}.featured-collection__nav:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.featured-collection__nav:disabled{cursor:default;opacity:.35;pointer-events:none}.featured-collection__nav--prev{left:-23px}.featured-collection__nav--next{right:-23px}.featured-collection__btn-wrapper{text-align:center;margin-top:48px}@media (width<=767px){.featured-collection__track,.featured-collection__track.product-grid--2,.featured-collection__track.product-grid--3,.featured-collection__track.product-grid--4,.featured-collection__track.product-grid--5{grid-auto-columns:minmax(210px,78%);gap:16px;margin-left:-16px;margin-right:-16px;padding:2px 16px 12px;scroll-padding-inline:16px}.featured-collection__nav{width:40px;height:40px;top:34%}.featured-collection__nav--prev{left:4px}.featured-collection__nav--next{right:4px}body.template-index .hero-banner__subtitle,body.template-index .hero-banner__title,body.template-index .hero-banner__description,body.template-index .hero-banner__btn{animation:none!important}body.template-index .product-card,body.template-index .product-card *,body.template-index .featured-collection__nav{transition:none!important}}.about-story__grid{align-items:center;gap:48px;display:grid}@media (width>=768px){.about-story__grid{grid-template-columns:1fr 1fr;gap:80px}.about-story__grid--reverse .about-story__media{order:2}}.about-story__media{position:relative}.about-story__image{border-radius:var(--radius-lg);width:100%}.about-story__placeholder{border-radius:var(--radius-lg);overflow:hidden}.about-story__stats-card{background:var(--color-white);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);flex-direction:column;align-items:center;gap:4px;padding:24px 32px;display:flex;position:absolute;bottom:-20px;right:-10px}@media (width<=639px){.about-story__stats-card{z-index:2;width:fit-content;margin-top:-30px;margin-left:auto;margin-right:20px;position:relative;bottom:auto;right:auto}}.about-story__stats-number{font-family:var(--font-heading);color:var(--color-secondary);font-size:2rem;font-weight:600;line-height:1}.about-story__stats-label{letter-spacing:.06em;text-transform:uppercase;color:var(--color-light-text);white-space:nowrap;font-size:.75rem;font-weight:500}.about-story__title{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:20px;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:500;line-height:1.2}.about-story__text{color:var(--color-light-text);margin-bottom:28px;line-height:1.8}.features__grid{grid-template-columns:repeat(2,1fr);gap:32px;display:grid}@media (width>=768px){.features__grid{grid-template-columns:repeat(4,1fr);gap:40px}}.features__card{text-align:center;background:var(--color-white);border-radius:var(--radius-lg);transition:transform var(--transition-base),box-shadow var(--transition-base);padding:32px 20px}.features__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.features__icon{color:var(--color-secondary);margin-bottom:20px}.features__title{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:10px;font-size:1.15rem;font-weight:500}.features__text{color:var(--color-light-text);font-size:.9rem;line-height:1.6}.features.section-padding{padding-bottom:44px}.featured-collection.section-padding{padding-top:28px}.testimonials--notes.section-padding{padding-bottom:40px}.testimonials--notes+.blog-posts.section-padding{padding-top:48px}@media (width<=767px){.features.section-padding{padding-bottom:32px}.featured-collection.section-padding{padding-top:24px}.testimonials--notes.section-padding{padding-bottom:28px}.testimonials--notes+.blog-posts.section-padding{padding-top:36px}}.testimonials__grid{grid-template-columns:repeat(1,1fr);gap:24px;display:grid}@media (width>=640px){.testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.testimonials__grid{grid-template-columns:repeat(3,1fr)}}.testimonials__slide{background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:36px}.testimonials__stars{gap:3px;margin-bottom:16px;display:flex}.testimonials__text{font-family:var(--font-heading);color:var(--color-primary);border:none;margin-bottom:24px;font-size:1.1rem;font-style:normal;line-height:1.6}.testimonials__author{align-items:center;gap:14px;display:flex}.testimonials__avatar{border-radius:var(--radius-full);object-fit:cover;width:44px;height:44px}.testimonials__name{color:var(--color-primary);font-size:.9rem;font-style:normal;font-weight:600;display:block}.testimonials__location{color:var(--color-light-text);font-size:.8rem}.cta-banner{background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative}.cta-banner__media{z-index:0;position:absolute;inset:0}.cta-banner__image{object-fit:cover;width:100%;height:100%}.cta-banner__overlay{opacity:0;pointer-events:none;background:0 0;display:none}.cta-banner .page-width{z-index:1;position:relative}.cta-banner__inner{max-width:var(--cta-inner-max,640px);width:100%;margin:0 auto}.cta-banner__inner--on-image .section-header__title,.cta-banner__inner--on-image .section-header__subtitle,.cta-banner__inner--on-image .section-header__description{color:var(--color-primary)}.cta-banner__btn{background:var(--color-cta);border-color:var(--color-cta);color:var(--color-white);margin-top:8px}.cta-banner__btn:hover{background:var(--color-cta-hover);border-color:var(--color-cta-hover);color:var(--color-white)}.newsletter{background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative}.newsletter__overlay{opacity:.9;background:linear-gradient(#14231fcc,#14231f9e);position:absolute;inset:0}.newsletter .page-width{z-index:1;position:relative}.newsletter__content{text-align:center;max-width:560px;margin:0 auto}.newsletter .section-header__title,.newsletter .section-header__subtitle,.newsletter .section-header__description{color:var(--color-white)}.newsletter__form-wrapper{gap:12px;margin-top:32px;display:flex}.newsletter__input{border-radius:var(--radius-full);color:var(--color-white);background:#ffffff1a;border:none;outline:none;flex:1;padding:16px 24px;font-size:.9rem}.newsletter__input::placeholder{color:#ffffffbf}.newsletter__input:focus{background:#fff3}.newsletter__btn{background:var(--color-white);color:var(--color-primary);border-color:var(--color-white)}.newsletter__btn:hover{background:var(--color-accent);border-color:var(--color-accent);color:var(--color-primary)}.newsletter__error{color:var(--color-error);margin-top:12px;font-size:.85rem;display:block}.newsletter__success{color:var(--color-success);margin-top:12px;font-size:.85rem;display:block}.rich-text__title{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:20px;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:500}.rich-text__content{color:var(--color-light-text);margin-bottom:28px;line-height:1.8}.image-with-text__grid{align-items:center;gap:48px;display:grid}@media (width>=768px){.image-with-text__grid{grid-template-columns:1fr 1fr;gap:80px}.image-with-text__grid--reverse .image-with-text__media{order:2}}.image-with-text__image{border-radius:var(--radius-lg);width:100%}.image-with-text__title{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:16px;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:500;line-height:1.2}.image-with-text__text{color:var(--color-light-text);margin-bottom:24px;line-height:1.8}.collection-list__grid{grid-template-columns:repeat(1,1fr);gap:20px;display:grid}@media (width>=640px){.collection-list__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.collection-list__grid{grid-template-columns:repeat(3,1fr)}}.collection-card{border-radius:var(--radius-lg);aspect-ratio:4/3;display:block;position:relative;overflow:hidden}.collection-card__image-wrapper{width:100%;height:100%;position:relative}.collection-card__image{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.collection-card:hover .collection-card__image{transform:scale(1.08)}.collection-card__overlay{transition:opacity var(--transition-base);background:linear-gradient(#14231f24,#14231fb8);position:absolute;inset:0}.collection-card:hover .collection-card__overlay{opacity:.8}.collection-card__content{color:var(--color-white);flex-direction:column;gap:10px;padding:28px;display:flex;position:absolute;bottom:0;left:0;right:0}.collection-card__eyebrow{letter-spacing:.08em;text-transform:uppercase;opacity:.82;margin:0;font-size:.8rem;font-weight:600}.collection-card__title{font-family:var(--font-heading);margin:0;font-size:1.4rem;font-weight:500}.collection-card__link{letter-spacing:.06em;text-transform:uppercase;opacity:.92;align-items:center;margin-top:2px;font-size:.8rem;font-weight:500;display:inline-flex}.blog-posts__grid{grid-template-columns:repeat(1,1fr);gap:32px;display:grid}@media (width>=640px){.blog-posts__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.blog-posts__grid{grid-template-columns:repeat(3,1fr)}}.blog-card{background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:transform var(--transition-base),box-shadow var(--transition-base);flex-direction:column;display:flex;overflow:hidden}.blog-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.blog-card__image-wrapper{aspect-ratio:16/10;display:block;overflow:hidden}.blog-card__image{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.blog-card:hover .blog-card__image{transform:scale(1.05)}.blog-card__placeholder{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.blog-card__placeholder svg{opacity:.2;width:30%;height:30%}.blog-card__info{flex-direction:column;flex:1;padding:24px;display:flex}.blog-card__meta{color:var(--color-light-text);align-items:center;gap:12px;margin-bottom:12px;font-size:.8rem;display:flex}.blog-card__tags a{color:var(--color-secondary)}.blog-card__tags a:hover{text-decoration:underline}.blog-card__title{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:10px;font-size:1.15rem;font-weight:500;line-height:1.3}.blog-card__title a:hover{color:var(--color-secondary)}.blog-card__excerpt{color:var(--color-light-text);flex:1;margin-bottom:16px;font-size:.9rem;line-height:1.6}.blog-card__read-more{letter-spacing:.06em;text-transform:uppercase;color:var(--color-secondary);align-self:flex-start;font-size:.8rem;font-weight:500}.blog-card__read-more:hover{text-decoration:underline}.article__header{margin-bottom:40px}.article__meta{color:var(--color-light-text);align-items:center;gap:16px;margin-bottom:16px;font-size:.85rem;display:flex}.article__tags a{color:var(--color-secondary)}.article__title{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:28px;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:500;line-height:1.2}.article__featured-image{border-radius:var(--radius-lg);overflow:hidden}.article__image{width:100%}.article__content{font-size:1.05rem;line-height:1.8}.article__content h2,.article__content h3{font-family:var(--font-heading);color:var(--color-primary);margin:36px 0 16px}.article__content h2{font-size:1.6rem}.article__content h3{font-size:1.3rem}.article__content p{color:var(--color-text);margin-bottom:20px}.article__content a{color:var(--color-secondary);text-decoration:underline}.article__content ul,.article__content ol{margin:0 0 20px 24px}.article__content ul{list-style:outside}.article__content ol{list-style:decimal}.article__content li{margin-bottom:8px}.article__footer{border-top:1px solid var(--color-cream-dark);margin-top:48px;padding-top:24px}.article__author-label{color:var(--color-light-text);margin-right:6px;font-size:.85rem}.article__author-name{color:var(--color-primary);font-weight:500}.rte{font-size:1rem;line-height:1.8}.rte h2,.rte h3{font-family:var(--font-heading);color:var(--color-primary);margin:32px 0 16px}.rte h2{font-size:1.5rem}.rte h3{font-size:1.25rem}.rte p{color:var(--color-text);margin-bottom:18px}.rte a{color:var(--color-secondary);text-decoration:underline}.rte ul,.rte ol{margin:0 0 18px 24px}.rte ul{list-style:outside}.rte ol{list-style:decimal}.rte li{margin-bottom:6px}.breadcrumb{margin-bottom:24px}.breadcrumb__list{flex-wrap:wrap;align-items:center;gap:8px;font-size:.8rem;display:flex}.breadcrumb__item:not(:last-child):after{content:"/";color:var(--color-light-text);margin-left:8px}.breadcrumb__link{color:var(--color-light-text);transition:color var(--transition-fast)}.breadcrumb__current{color:var(--color-text);font-weight:500}.product-template__grid{gap:48px;min-width:0;display:grid}@media (width>=768px){.product-template__grid{grid-template-columns:1fr 1fr;gap:64px}}.product-template__title{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:12px;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:500;line-height:1.2}.product-template__vendor{letter-spacing:.12em;text-transform:uppercase;color:var(--color-light-text);margin-bottom:6px;font-size:.8rem;font-weight:500}.product-template__price{letter-spacing:-.01em;color:var(--color-primary);margin-bottom:20px;font-size:clamp(1.5rem,3.2vw,1.85rem);font-weight:800;line-height:1.1}.product-gallery__main{border-radius:var(--radius-lg);background:var(--color-cream-dark);aspect-ratio:1;position:relative;overflow:hidden}.product-gallery__slide{opacity:0;visibility:hidden;z-index:0;width:100%;height:100%;transition:opacity .28s,visibility .28s;position:absolute;inset:0}.product-gallery__slide:not(.product-gallery__slide--hidden){opacity:1;visibility:visible;z-index:1}.product-gallery__image{object-fit:cover;width:100%;height:100%}.product-gallery__thumbs{gap:12px;margin-top:16px;display:flex}.product-gallery__thumb{border-radius:var(--radius-sm);cursor:pointer;background:var(--color-cream-dark);width:72px;height:72px;transition:border-color var(--transition-fast),transform var(--transition-fast),opacity var(--transition-fast);opacity:.7;border:2px solid #0000;flex-shrink:0;padding:0;position:relative;overflow:hidden}.product-gallery__thumb img{object-fit:cover;width:100%;height:100%}.product-gallery__thumb--active{border-color:var(--color-secondary);opacity:1;box-shadow:0 4px 12px #173a3226}.product-template__attributes{background:var(--color-white);border-radius:var(--radius-md);border:1px solid #14231f14;grid-template-columns:1fr;gap:10px;margin-bottom:22px;padding:18px;display:grid;box-shadow:0 2px 10px #14231f06}@media (width>=768px){.product-template__attributes{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}}.product-attribute{border-radius:var(--radius-sm);background:#14231f06;flex-direction:column;gap:4px;min-width:0;padding:10px 12px;display:flex}.product-attribute__label{letter-spacing:.1em;text-transform:uppercase;color:var(--color-light-text);font-size:.75rem;font-weight:700}.product-attribute__value{color:var(--color-primary);overflow-wrap:anywhere;font-size:.88rem;font-weight:600;line-height:1.3}.product-form{margin-bottom:24px}.product-form__group{border:none;min-inline-size:auto;margin-bottom:20px;padding:0}.product-form__label{letter-spacing:.06em;text-transform:uppercase;color:var(--color-light-text);margin-bottom:10px;font-size:.8rem;font-weight:500;display:block}.product-form__options{flex-wrap:wrap;gap:8px;display:flex}.product-form__option{cursor:pointer}.product-form__option-input{opacity:0;position:absolute}.product-form__option-label{color:var(--color-text);border:2px solid var(--color-cream-dark);border-radius:var(--radius-full);transition:all var(--transition-fast);cursor:pointer;padding:10px 20px;font-size:.85rem;font-weight:500;display:inline-block}.product-form__option:hover .product-form__option-label:not(.is-disabled){color:var(--color-primary);border-color:#14231f47;transform:translateY(-1px)}.product-form__option-input:checked+.product-form__option-label{border-color:var(--color-primary);background:var(--color-primary);color:var(--color-white);box-shadow:0 4px 12px #173a322e}.product-form__option-input:disabled+.product-form__option-label{opacity:.6;cursor:not-allowed;text-decoration:line-through}.product-form__variant-select{display:none}.product-form__actions{gap:16px;margin-top:24px;display:flex}.product-form__quantity{border:2px solid var(--color-cream-dark);border-radius:var(--radius-full);align-items:center;display:flex;overflow:hidden}.product-form__qty-btn{width:48px;height:48px;color:var(--color-primary);transition:background var(--transition-fast);justify-content:center;align-items:center;display:flex}.product-form__qty-btn:hover{background:var(--color-cream)}.product-form__qty-input{text-align:center;width:50px;color:var(--color-primary);-moz-appearance:textfield;border:none;font-size:.9rem;font-weight:500}.product-form__qty-input::-webkit-outer-spin-button,.product-form__qty-input::-webkit-inner-spin-button{-webkit-appearance:none}.product-form__submit{flex:1}.product-template__installments{color:var(--color-light-text);margin:7px 0 10px;font-size:.84rem;line-height:1.4}.product-template__installments shopify-payment-terms{display:block}.product-template__installments shop-pay-logo{vertical-align:middle;max-width:72px;margin-inline:2px;display:inline-block}@media (width<=767px){.product-template__installments{margin:5px 0 8px;font-size:.8rem}}.quantity-offers{border:0;min-inline-size:0;margin:22px 0 0;padding:0;container-type:inline-size}.quantity-offers__title{color:var(--color-text);font-family:var(--font-heading);margin-bottom:16px;padding:0;font-size:clamp(1.2rem,2vw,1.55rem);font-weight:700;line-height:1.2}.quantity-offers__list{gap:10px;display:grid}.quantity-offers__option{min-width:0;display:block;position:relative}.quantity-offers__input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.quantity-offers__card{background:var(--color-white);min-height:0;transition:background var(--transition-fast),border-color var(--transition-fast),box-shadow var(--transition-fast),transform var(--transition-fast);border:1.5px solid #173a3224;border-radius:12px;position:relative;overflow:visible}.quantity-offers__summary{cursor:pointer;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:0;padding:6px 16px;display:grid}.quantity-offers__option:hover .quantity-offers__card{border-color:#173a326b;transform:translateY(-1px)}.quantity-offers__input:checked+.quantity-offers__card{border-color:var(--color-primary);box-shadow:inset 0 0 0 .5px var(--color-primary);background:#173a3209}.quantity-offers__input:focus-visible+.quantity-offers__card{outline-offset:2px;outline:3px solid #9f4f2f47}.quantity-offers__media{background:#ffffffeb;border-radius:8px;justify-content:center;align-items:center;width:42px;height:42px;display:flex;overflow:hidden}.quantity-offers__image{object-fit:contain;width:100%;height:100%;padding:4px}.quantity-offers__label{color:#090909;font-size:1.15rem;font-weight:700;line-height:1.15}.quantity-offers__prices{color:var(--color-text);text-align:right;flex-direction:column;align-items:flex-end;gap:2px;min-width:max-content;display:flex}.quantity-offers__price{font-size:1.15rem;line-height:1.1}.quantity-offers__compare{opacity:.85;font-size:.8rem;line-height:1.1}.quantity-offers__badge{color:#fff;z-index:1;background:#414141;border-radius:0 0 7px 7px;padding:5px 8px;font-size:.72rem;font-weight:700;line-height:1;position:absolute;top:-14px;right:18px}.product-form__group--quantity-offers-source{display:none}.quantity-offers__variants{gap:6px;padding:0 18px 8px;display:none}.quantity-offers__input:checked+.quantity-offers__card .quantity-offers__variants{display:grid}.quantity-offers__variant-group{border:0;min-width:0;margin:0;padding:0}.quantity-offers__variant-name{white-space:nowrap;clip:rect(0 0 0 0);clip-path:inset(50%);width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.quantity-offers__variant-values{flex-wrap:wrap;gap:7px;display:flex}.quantity-offers__variant{color:var(--color-text);cursor:pointer;font:inherit;background:0 0;border:1.5px solid #173a326b;border-radius:999px;align-items:center;gap:7px;min-height:31px;padding:2px 13px;font-size:.88rem;line-height:1;display:inline-flex}.quantity-offers__variant:hover:not(:disabled){border-color:var(--color-primary)}.quantity-offers__variant.is-active{color:#fff;background:#565656;border-color:#565656}.quantity-offers__variant:focus-visible{outline-offset:2px;outline:3px solid #9f4f2f47}.quantity-offers__variant:disabled{cursor:not-allowed;opacity:.35}.quantity-offers__variant-image{object-fit:cover;background:#fff;border-radius:5px;width:22px;height:22px}@container (width>=800px){.quantity-offers__title{margin-bottom:20px;font-size:1.75rem}.quantity-offers__list{gap:18px}.quantity-offers__card{border-radius:15px;min-height:0}.quantity-offers__summary{grid-template-columns:48px minmax(0,1fr) auto;gap:14px;min-height:0;padding:8px 24px}.quantity-offers__media{width:48px;height:48px}.quantity-offers__label{font-size:1.55rem}.quantity-offers__price{font-size:1.65rem}.quantity-offers__compare{font-size:1rem}.quantity-offers__badge{border-radius:7px;padding:5px 8px;font-size:.82rem;top:-18px;right:24px}.quantity-offers__variants{gap:7px;padding:0 24px 12px}.quantity-offers__variant-values{gap:10px}.quantity-offers__variant{min-height:36px;padding:2px 16px;font-size:1.05rem}.quantity-offers__variant-image{width:26px;height:26px}}@media (width<=767px){.quantity-offers{margin-top:18px}.quantity-offers__title{margin-bottom:13px;font-size:1.12rem}.quantity-offers__card{min-height:0}.quantity-offers__summary{grid-template-columns:32px minmax(0,1fr) auto;gap:8px;min-height:0;padding:6px 10px}.quantity-offers__media{width:32px;height:32px}.quantity-offers__label,.quantity-offers__price{font-size:.9rem}.quantity-offers__compare{font-size:.68rem}.quantity-offers__badge{padding:3px 5px;font-size:.5rem;top:-9px;right:8px}.quantity-offers__variants{gap:5px;padding:0 12px 7px}.quantity-offers__variant{min-height:30px;padding:2px 9px;font-size:.78rem}.quantity-offers__variant-image{width:21px;height:21px}}.product-template__description{margin-top:40px}.product-template__desc-title{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:16px;font-size:1.3rem;font-weight:500}.collection-header{text-align:center;margin-bottom:48px}.collection-header__title{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:16px;font-size:clamp(2rem,4vw,3rem);font-weight:500}.collection-header__description{max-width:600px;color:var(--color-light-text);margin:0 auto}.collection-empty{text-align:center;grid-column:1/-1;padding:60px 20px}.collection-empty h2{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:12px;font-weight:500}.collection-empty p{color:var(--color-light-text)}.collection-seo-footer{background:var(--color-cream);border-radius:var(--radius-lg);border:1px solid #14231f0f;max-width:960px;margin-top:clamp(40px,5vw,64px);margin-left:auto;margin-right:auto;padding:clamp(28px,4vw,40px) clamp(20px,3vw,32px)}.collection-seo-footer__title{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:18px;padding-bottom:14px;font-size:clamp(1.25rem,1.9vw,1.55rem);font-weight:700;line-height:1.25;position:relative}.collection-seo-footer__title:after{content:"";background:linear-gradient(to right,var(--color-secondary) 0%,transparent 100%);border-radius:2px;width:60px;height:2px;position:absolute;bottom:0;left:0}.collection-seo-footer__content{color:var(--color-text);font-size:.96rem;line-height:1.75}.collection-seo-footer__content p{margin-bottom:14px}.collection-seo-footer__content a{color:var(--color-secondary);text-underline-offset:2px;text-decoration:underline 1px}.collection-seo-footer__content a:hover{color:var(--color-primary)}.collection-seo-footer__related{border-top:1px solid #14231f14;margin-top:24px;padding-top:22px}.collection-seo-footer__related-title{letter-spacing:.1em;text-transform:uppercase;color:var(--color-light-text);margin-bottom:12px;font-size:.8rem;font-weight:800}.collection-seo-footer__chips{flex-wrap:wrap;gap:8px;display:flex}.collection-seo-footer__chip{background:var(--color-white);border-radius:var(--radius-full);color:var(--color-primary);transition:all var(--transition-fast);border:1px solid #14231f1a;align-items:center;padding:8px 14px;font-size:.85rem;font-weight:500;text-decoration:none;display:inline-flex}.collection-seo-footer__chip:hover{border-color:var(--color-secondary);background:var(--color-secondary);color:var(--color-white);transform:translateY(-1px)}.cart-template__title{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:32px;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:500}.cart-template__grid{gap:48px;display:grid}@media (width>=768px){.cart-template__grid{grid-template-columns:1fr 380px}}.cart-recommendations{border-radius:var(--radius-lg);background:#fffefad1;border:1px solid #173a321a;margin-top:56px;padding:clamp(22px,4vw,36px);box-shadow:0 16px 42px #173a320e}.cart-recommendations__header{text-align:center;max-width:680px;margin:0 auto 26px}.cart-recommendations__eyebrow{color:var(--color-secondary);letter-spacing:.18em;text-transform:uppercase;margin-bottom:8px;font-size:.75rem;font-weight:600}.cart-recommendations__title{color:var(--color-primary);font-family:var(--font-heading);margin-bottom:10px;font-size:clamp(1.5rem,3vw,2.1rem);font-weight:500;line-height:1.15}.cart-recommendations__text{color:var(--color-light-text);max-width:520px;margin:0 auto;font-size:.96rem}.cart-recommendations__grid{gap:clamp(16px,2vw,24px)}@media (width<=639px){.cart-recommendations{margin-top:36px;margin-left:-8px;margin-right:-8px;padding:22px 14px}.cart-recommendations__header{text-align:left;margin-bottom:18px}}.cart-item{border-bottom:1px solid var(--color-cream-dark);grid-template-columns:100px 1fr auto;align-items:center;gap:20px;padding:24px 0;display:grid}@media (width<=639px){.cart-item{grid-template-rows:auto auto;grid-template-columns:80px 1fr}.cart-item__total{grid-column:2;justify-content:space-between;align-items:center;display:flex}}.cart-item__image-wrapper a{border-radius:var(--radius-md);display:block;overflow:hidden}.cart-item__image{width:100%;height:auto}.cart-item__title{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:4px;font-size:1rem;font-weight:500;display:block}.cart-item__title:hover{color:var(--color-secondary)}.cart-item__variant{color:var(--color-light-text);margin-bottom:8px;font-size:.8rem}.cart-item__variant-label{letter-spacing:.08em;text-transform:uppercase;color:var(--color-light-text);margin:8px 0 6px;font-size:.72rem;font-weight:600;display:block}.cart-item__variant-select{border:1px solid var(--color-cream-dark);border-radius:var(--radius-sm);background:var(--color-white);width:min(100%,280px);color:var(--color-primary);padding:9px 34px 9px 12px;font-size:.85rem;line-height:1.3}.cart-item__price{color:var(--color-primary);font-size:.85rem;font-weight:500}.cart-item__actions{align-items:center;gap:16px;margin-top:10px;display:flex}.cart-item__quantity{border:2px solid var(--color-cream-dark);border-radius:var(--radius-full);align-items:center;display:flex;overflow:hidden}.cart-item__qty-btn{width:36px;height:36px;color:var(--color-primary);transition:background var(--transition-fast);justify-content:center;align-items:center;display:flex}.cart-item__qty-btn:hover{background:var(--color-cream)}.cart-item__qty-input{text-align:center;width:40px;color:var(--color-primary);-moz-appearance:textfield;border:none;font-size:.85rem;font-weight:500}.cart-item__qty-input::-webkit-outer-spin-button,.cart-item__qty-input::-webkit-inner-spin-button{-webkit-appearance:none}.cart-item__remove{color:var(--color-light-text);transition:color var(--transition-fast);font-size:.8rem;text-decoration:underline}.cart-item__remove:hover{color:var(--color-sale)}.cart-item__total-price{color:var(--color-primary);font-weight:600}.cart-item__total-compare{color:var(--color-light-text);font-size:.85rem;display:block}.cart-summary{background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:32px;position:sticky;top:100px}.cart-summary__title{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:24px;font-size:1.3rem;font-weight:500}.cart-summary__row{justify-content:space-between;align-items:center;padding:12px 0;font-size:.95rem;display:flex}.cart-summary__row--discount{color:var(--color-sale);padding-top:0;font-weight:600}.cart-summary__row--shipping{color:var(--color-light-text);border-bottom:1px solid var(--color-cream-dark);padding-bottom:20px;font-size:.85rem}.cart-summary__row--total{color:var(--color-primary);padding-top:16px;font-size:1.1rem;font-weight:600}.cart-summary__free-shipping{padding:4px 0 14px}.cart-summary__free-shipping-text{color:var(--color-secondary);margin-bottom:8px;font-size:.85rem;display:block}.cart-summary__free-shipping--reached .cart-summary__free-shipping-text{color:var(--color-success);font-weight:600}.cart-summary__free-shipping-track{background:var(--color-cream-dark);border-radius:var(--radius-full);width:100%;height:6px;display:block;overflow:hidden}.cart-summary__free-shipping-fill{background:var(--color-accent);border-radius:var(--radius-full);height:100%;transition:width var(--transition-base);display:block}.cart-summary__free-shipping--reached .cart-summary__free-shipping-fill{background:var(--color-success)}.cart-summary__urgency{border:1px solid #9f4f2f47;border-left:4px solid var(--color-accent);color:var(--color-text);background:#9f4f2f0f;border-radius:18px;margin:1rem 0 1.15rem;padding:.9rem 1rem}.cart-summary__urgency-label{letter-spacing:.08em;text-transform:uppercase;margin-bottom:.25rem;font-size:.72rem;font-weight:800;line-height:1.2;display:block}.cart-summary__urgency p{margin:0 0 .55rem;font-weight:700;line-height:1.35}.cart-summary__urgency ul{color:#14231fd6;margin:0;padding-left:1.05rem;font-size:.9rem;line-height:1.45}.cart-summary__urgency li+li{margin-top:.2rem}@media (width<=749px){.cart-summary__urgency{border-radius:16px;margin:.85rem 0 1rem;padding:.8rem .9rem}}.cart-summary__notes{margin:20px 0}.cart-summary__notes-label{letter-spacing:.06em;text-transform:uppercase;color:var(--color-light-text);margin-bottom:8px;font-size:.8rem;font-weight:500;display:block}.cart-summary__notes-input{border:2px solid var(--color-cream-dark);border-radius:var(--radius-md);resize:vertical;width:100%;transition:border-color var(--transition-fast);outline:none;padding:12px 16px;font-size:.9rem}.cart-summary__notes-input:focus{border-color:var(--color-secondary)}.cart-summary__discount{margin-bottom:20px}.cart-summary__discount-wrapper{gap:8px;display:flex}.cart-summary__discount-input{border:2px solid var(--color-cream-dark);border-radius:var(--radius-full);transition:border-color var(--transition-fast);outline:none;flex:1;padding:10px 16px;font-size:.85rem}.cart-summary__discount-input:focus{border-color:var(--color-secondary)}.cart-summary__apply-btn{color:var(--color-secondary)!important;padding:10px 16px!important;font-size:.8rem!important}.cart-summary__apply-btn[disabled]{opacity:.65;cursor:progress}.cart-summary__compare{color:var(--color-light-text);margin-right:8px;font-size:.88em;display:inline-block}.cart-summary__discount-help{color:var(--color-light-text);margin:8px 0 0;font-size:.78rem}.cart-summary__discount-applied{color:var(--color-sale);margin-top:8px;font-size:.85rem;font-weight:500}.cart-summary__checkout{width:100%;margin-top:8px;padding:16px}.cart-summary__payment-icons{background:#f5f8f2b8;border:1px solid #173a3214;border-radius:16px;margin-top:14px;padding:10px 12px}.cart-summary__payment-icons-list{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.cart-summary__payment-icons-list .payment-icon{background:var(--color-white);border:1px solid #173a3214;border-radius:8px;justify-content:center;align-items:center;min-width:46px;height:30px;padding:4px 7px;display:inline-flex;box-shadow:0 1px 4px #173a320d}.cart-summary__payment-icons-list .payment-icon svg,.cart-summary__payment-icons-list .payment-icon img{width:auto;max-width:42px;height:20px;display:block}.cart-summary__continue{text-align:center;margin-top:12px;display:block}.cart-template__empty{text-align:center;padding:80px 20px}.cart-empty svg{color:var(--color-light-text);margin:0 auto 24px}.cart-empty__title{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:12px;font-size:1.75rem;font-weight:500}.cart-empty__text{color:var(--color-light-text);margin-bottom:28px}.search-form{margin-bottom:40px}.search-form__wrapper{position:relative}.search-form__input{border:2px solid var(--color-cream-dark);border-radius:var(--radius-full);width:100%;transition:border-color var(--transition-fast);outline:none;padding:16px 56px 16px 24px;font-size:1rem}.search-form__input:focus{border-color:var(--color-secondary)}.search-form__submit{width:40px;height:40px;color:var(--color-primary);border-radius:var(--radius-full);transition:background var(--transition-fast);justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.search-form__submit:hover{background:var(--color-cream)}.search-results-count{color:var(--color-light-text);margin-bottom:24px;font-size:.9rem}.search-no-results{text-align:center;color:var(--color-light-text);padding:40px}.page-404{background:var(--color-background);text-align:center;justify-content:center;align-items:center;min-height:100vh;display:flex}.page-404__content{padding:40px}.page-404__code{font-family:var(--font-heading);color:var(--color-secondary);margin-bottom:16px;font-size:clamp(5rem,12vw,8rem);font-weight:600;line-height:1;display:block}.page-404__title{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:16px;font-size:clamp(1.5rem,3vw,2rem);font-weight:500}.page-404__text{color:var(--color-light-text);margin-bottom:32px}.contact-section{background:linear-gradient(#fffefaf0,#f7f8f3f7)}.contact-page{grid-template-columns:minmax(0,.9fr) minmax(420px,1fr);align-items:start;gap:clamp(36px,6vw,72px);min-width:0;display:grid}.contact-page__support{min-width:0;padding-top:10px}.contact-page__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:14px;font-size:.72rem;font-weight:600;line-height:1.4}.contact-page__title{max-width:560px;font-family:var(--font-heading);color:var(--color-primary);margin-bottom:24px;font-size:clamp(2.35rem,6vw,4.5rem);font-weight:500;line-height:1.04}.contact-page__intro{max-width:620px;color:var(--color-text);overflow-wrap:anywhere;margin-bottom:30px;font-size:clamp(1rem,1.5vw,1.14rem);line-height:1.85}.contact-page__intro a{color:var(--color-primary);text-underline-offset:5px;overflow-wrap:anywhere;font-weight:600;text-decoration:underline 1px #9f4f2f7a}.contact-page__detail-kicker{letter-spacing:.12em;text-transform:uppercase;color:var(--color-light-text);font-size:.73rem;font-weight:600;display:block}.contact-page__details{border-top:1px solid var(--color-line);border-bottom:1px solid var(--color-line);gap:0;margin-bottom:34px;display:grid}.contact-page__detail{border-bottom:1px solid var(--color-line);padding:18px 0}.contact-page__detail:last-child{border-bottom:0}.contact-page__detail strong{color:var(--color-primary);overflow-wrap:anywhere;margin-top:6px;font-size:.98rem;font-weight:500;line-height:1.65;display:block}.contact-page__faq{max-width:620px}.contact-page__subheading,.contact-page__form-title{font-family:var(--font-heading);color:var(--color-primary);font-size:clamp(1.45rem,2vw,1.85rem);font-weight:500;line-height:1.25}.contact-page__subheading{margin-bottom:16px}.contact-page__topic-list{color:var(--color-light-text);gap:12px;display:grid}.contact-page__topic-list li{overflow-wrap:anywhere;padding-left:22px;line-height:1.65;position:relative}.contact-page__topic-list li:before{content:"";border-radius:var(--radius-full);background:var(--color-accent);width:8px;height:8px;position:absolute;top:.7em;left:0}.contact-page__form-wrap{border:1px solid var(--color-line);border-radius:var(--radius-md);background:var(--color-white);box-shadow:var(--shadow-lg);min-width:0;padding:clamp(28px,4vw,44px)}.contact-page__form-heading{margin-bottom:28px}.contact-form__grid{grid-template-columns:1fr;gap:18px;display:grid}@media (width>=640px){.contact-form__grid{grid-template-columns:1fr 1fr}}.contact-form__field{margin-bottom:18px}.contact-form__label{letter-spacing:.06em;text-transform:uppercase;color:var(--color-light-text);margin-bottom:8px;font-size:.8rem;font-weight:600;display:block}.contact-form__input{border:1px solid var(--color-cream-dark);border-radius:var(--radius-sm);width:100%;color:var(--color-primary);min-width:0;transition:border-color var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast);background:#fffefad1;outline:none;padding:14px 18px;font-size:.95rem}.contact-form__input:focus{border-color:var(--color-accent);background:var(--color-white);box-shadow:0 0 0 3px #9f4f2f29}.contact-form__select{appearance:auto;min-height:52px}.contact-form__textarea{resize:vertical;min-height:164px}.contact-form__success{color:var(--color-primary);border-radius:var(--radius-sm);background:#173a3214;border:1px solid #173a322e;margin-bottom:24px;padding:16px 20px;font-size:.9rem}.contact-form__errors{border-radius:var(--radius-sm);color:var(--color-sale);background:#a8483414;border:1px solid #a8483447;margin-bottom:24px;padding:16px 20px}.contact-form__errors ul{padding-left:18px;list-style:outside}.contact-form__submit{width:100%;margin-top:4px}@media (width<=900px){.contact-page{grid-template-columns:1fr}.contact-page__support,.contact-page__form-wrap{max-width:100%}.contact-page__form-wrap{padding:28px}}@media (width<=520px){.contact-section.section-padding{padding-top:64px;padding-bottom:64px}.contact-page__form-wrap{width:100%;padding:24px 18px}.contact-form__submit{white-space:normal}}.page-template__title{font-family:var(--font-heading);color:var(--color-primary);text-align:center;margin-bottom:24px;font-size:clamp(2rem,4vw,3rem);font-weight:500}.page-template__content{color:var(--color-text)}.pagination{margin-top:48px}.pagination__list{justify-content:center;align-items:center;gap:8px;display:flex}.pagination__link{width:44px;height:44px;color:var(--color-text);border-radius:var(--radius-full);transition:all var(--transition-fast);justify-content:center;align-items:center;font-size:.9rem;font-weight:500;display:flex}.pagination__link:hover{background:var(--color-cream)}.pagination__link--current{background:var(--color-primary);color:var(--color-white)}.pagination__link--arrow{color:var(--color-light-text)}.site-footer{background:var(--color-primary);color:#fffbfad9;padding-top:80px;padding-bottom:32px}.site-footer__grid{grid-template-columns:1fr;gap:48px;display:grid}@media (width>=640px){.site-footer__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.site-footer__grid{grid-template-columns:minmax(280px,1.6fr) repeat(3,minmax(150px,1fr));align-items:start}.site-footer__brand{grid-column:auto}}.site-footer__menu{list-style:none}.site-footer__title{font-family:var(--font-heading);color:var(--color-white);margin-bottom:16px;font-size:1.3rem;font-weight:500}.site-footer__logo{width:min(180px,100%);height:auto;margin-bottom:18px;display:block}.site-footer__logo--fallback{width:min(76px,45vw)}.site-footer__description{max-width:320px;margin-bottom:24px;font-size:.9rem;line-height:1.7}.site-footer__social{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.site-footer__follow-on-shop{align-items:center;line-height:0;display:flex}.site-footer__follow-on-shop shop-follow-button,.site-footer__follow-on-shop .shop-login-button{display:inline-flex}.site-footer__social a{color:#fffbfacc;transition:color var(--transition-fast),transform var(--transition-fast)}.site-footer__social a:hover{color:var(--color-white);transform:translateY(-2px)}.site-footer__newsletter{max-width:360px;margin-bottom:24px}.site-footer__newsletter-title{color:var(--color-white);margin-bottom:8px;font-size:.92rem;font-weight:600}.site-footer__newsletter-text,.site-footer__support-text{color:#fffbfab8;font-size:.84rem;line-height:1.55}.site-footer__newsletter-text{max-width:330px;margin-bottom:14px}.site-footer__support-text{max-width:260px;margin-top:18px}.site-footer__newsletter-row{flex-wrap:wrap;gap:8px;display:flex}.site-footer__newsletter-input{min-width:0;color:var(--color-white);border-radius:var(--radius-sm);transition:border-color var(--transition-fast),background var(--transition-fast);background:#ffffff14;border:1px solid #fffbfa40;flex:180px;padding:11px 14px;font-size:.9rem}.site-footer__newsletter-input:focus{border-color:var(--color-cta);background:#ffffff1f}.site-footer__newsletter-btn{letter-spacing:.02em;color:var(--color-cta-text);background:var(--color-cta);border-radius:var(--radius-sm);cursor:pointer;transition:background var(--transition-fast);flex:none;padding:11px 20px;font-size:.85rem;font-weight:600}.site-footer__newsletter-btn:hover{background:var(--color-cta-hover)}.site-footer__newsletter-message{margin-top:10px;font-size:.82rem;display:block}.site-footer__newsletter-message--success{color:#8fcfae}.site-footer__newsletter-message--error{color:#f3a99a}.site-footer__heading{font-family:var(--font-heading);color:var(--color-white);margin-bottom:20px;font-size:1.05rem;font-weight:500}.site-footer__menu li{margin-bottom:12px}.site-footer__link{color:#fffbfad9;transition:color var(--transition-fast);font-size:.9rem}.site-footer__link:hover{color:var(--color-white)}.site-footer__contact-item{align-items:center;gap:10px;margin-bottom:14px;font-size:.9rem;display:flex}.site-footer__contact-item svg{color:var(--color-secondary);flex-shrink:0}.site-footer__bottom{border-top:1px solid #fffbfa1a;flex-direction:column;align-items:flex-start;gap:16px;margin-top:60px;padding-top:24px;display:flex}@media (width>=640px){.site-footer__bottom{flex-direction:row;justify-content:space-between}}.site-footer__copyright{color:#fffbfab3;font-size:.85rem}.site-footer__legal{flex-direction:column;gap:10px;min-width:0;display:flex}.site-footer__legal-links{flex-wrap:wrap;gap:10px 18px;display:flex}.site-footer__legal-links .site-footer__link{font-size:.82rem}.site-footer__payment-icons{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.payment-icon svg{width:36px;height:24px}.site-footer__payment-icons--branded .payment-icon--brand{background:#fff;border-radius:3px;justify-content:center;align-items:center;width:38px;height:20px;padding:2px 4px;display:inline-flex}.site-footer__payment-icons--branded .payment-icon--brand svg{width:100%;height:100%}.placeholder-svg{background:var(--color-cream-dark);width:100%;height:100%;fill:var(--color-light-text);opacity:.3}.btn,.product-form__qty-btn,.product-card__quick-add{transition:transform var(--transition-fast),background var(--transition-fast),color var(--transition-fast),border-color var(--transition-fast),box-shadow var(--transition-fast)}.btn:active,.product-form__qty-btn:active,.product-card__quick-add:active{transform:translateY(1px)scale(.99)}.section-header__subtitle,.product-template__vendor,.product-attribute__label,.product-form__label{letter-spacing:.14em}.product-card{gap:0}.product-card__image-wrapper{background:radial-gradient(circle at 24% 18%,#9f4f2f24,transparent 32%),var(--color-cream);border:1px solid #173a3214;box-shadow:0 12px 34px #173a3214}.product-card__quick-add{opacity:1;border:1px solid #173a321f;transform:translateY(0)}.product-card__title{font-size:1rem}.product-card__price .price{gap:8px}.product-template.section-padding{padding-top:34px;padding-bottom:96px}.product-template__grid{align-items:start}@media (width>=1024px){.product-template .page-width{max-width:1400px}.product-template__grid{grid-template-columns:minmax(0,1.38fr) minmax(380px,.72fr);gap:clamp(52px,6vw,84px)}}@media (width>=1280px){.product-template__grid{grid-template-columns:minmax(0,1.6fr) minmax(400px,.7fr)}}.product-gallery{min-width:0;max-width:100%;position:relative}@media (width>=1024px){.product-gallery--with-thumbs{grid-template-columns:76px minmax(0,1fr);gap:14px;display:grid}.product-gallery--with-thumbs .product-gallery__thumbs{grid-area:1/1;margin-top:0}.product-gallery--with-thumbs .product-gallery__main{grid-area:1/2}}.product-gallery__main{background:linear-gradient(145deg,#fffefac7,#eef3ed8a),var(--color-white);border-radius:var(--radius-md);border:1px solid #173a3213;box-shadow:0 22px 60px #173a3214}.product-gallery__nav{z-index:2;width:44px;height:44px;color:var(--color-primary);border-radius:var(--radius-full);transition:transform var(--transition-fast),background var(--transition-fast),color var(--transition-fast),box-shadow var(--transition-fast);background:#fffefae0;border:1px solid #173a3224;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 12px 30px #173a3229}.product-gallery__nav:hover{color:var(--color-white);background:var(--color-primary);transform:translateY(-50%)scale(1.04);box-shadow:0 16px 34px #173a3238}.product-gallery__nav:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.product-gallery__nav--prev{left:14px}.product-gallery__nav--next{right:14px}.product-gallery__image{transition:transform var(--transition-slow)}.product-gallery__main:hover .product-gallery__image{transform:scale(1.015)}.product-gallery__placeholder{width:100%;height:100%}.product-gallery__thumbs{grid-template-columns:1fr;grid-auto-flow:row;gap:10px;padding-bottom:4px;display:grid;overflow-x:auto}.product-gallery__thumb{border-radius:var(--radius-sm);background:var(--color-panel);border-color:#173a321a;flex:none;width:76px;height:76px}.product-template__buy-box{box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}@media (width>=1024px){.product-template__buy-box{position:sticky;top:104px}}.product-template__title{font-family:var(--font-body);letter-spacing:0;margin-bottom:10px;font-size:clamp(1.65rem,2.05vw,2.25rem);font-weight:800;line-height:1.1}.product-template__summary{color:var(--color-light-text);max-width:46ch;margin:0 0 14px;font-size:.93rem;line-height:1.5}.template-product .product-template__summary{display:none}.product-template__reviews-summary{min-height:20px;margin:-2px 0 12px}.product-template__reviews-summary .jdgm-preview-badge,.product-card__reviews .jdgm-preview-badge{display:block!important}.product-template__reviews-summary .jdgm-prev-badge,.product-card__reviews .jdgm-prev-badge{align-items:center;min-height:20px;display:inline-flex!important}.product-template__reviews-summary .jdgm-prev-badge__text,.product-card__reviews .jdgm-prev-badge__text{color:var(--color-light-text);visibility:visible;font-size:.82rem}.product-card__reviews{min-height:18px;margin:-4px 0 8px;line-height:1}.product-template__price{background:0 0;border:0;border-bottom:1px solid #173a321a;border-radius:0;margin-bottom:18px;padding:0 0 14px}.product-template__price .price__amount,.product-template__price .price__sale{font-family:var(--font-body);letter-spacing:0;font-size:clamp(1.45rem,2vw,1.8rem);font-weight:800}.featured-collection__facts,.collection-header__facts,.cart-summary__trust{flex-wrap:wrap;gap:8px;display:flex}.featured-collection__facts span,.collection-header__facts span,.cart-summary__trust span{border-radius:var(--radius-full);color:var(--color-primary);padding:8px 11px;font-size:.75rem;font-weight:700;line-height:1.2}.product-attribute{border-radius:var(--radius-md);background:#fffefad1;border:1px solid #173a3214;padding:13px 14px}.product-attribute__label{text-transform:uppercase;color:var(--color-secondary);margin-bottom:4px;font-size:.75rem;font-weight:700;display:block}.product-attribute__value{color:var(--color-primary);font-size:.92rem;font-weight:600;line-height:1.35}.product-form{margin-bottom:0;padding-top:2px}.product-form__option-label{text-align:center;background:#fffefae6;border-color:#173a3229;min-width:48px;min-height:44px}.product-form__option-input:focus-visible+.product-form__option-label{outline:2px solid var(--color-accent);outline-offset:3px}.product-form__actions{align-items:stretch;gap:12px;margin-top:14px}.product-form__quantity{border-radius:var(--radius-md);background:#fffefaf5;border-color:#9f4f2f42;min-height:52px}.product-form__submit{border-radius:var(--radius-md);letter-spacing:0;text-transform:none;min-height:52px;font-weight:800;box-shadow:0 14px 30px #173a3229}.product-form__payment{margin-top:9px}.product-form__payment--hidden{display:none}.product-form__checkout{width:100%;min-height:52px}.product-form__checkout:disabled,.product-form__checkout[aria-busy=true]{cursor:not-allowed;opacity:.72}.product-form__payment .shopify-payment-button{width:100%}.product-form__payment .shopify-payment-button__button{border-radius:9999px;width:100%;min-height:52px}.product-form__payment .shopify-payment-button__button--unbranded{font-family:var(--font-body);letter-spacing:0;text-transform:none;white-space:nowrap;border-radius:9999px;justify-content:center;align-items:center;width:100%;min-height:52px;padding:13px 18px;font-size:.95rem;font-weight:700;display:inline-flex;color:#fff!important;background:#5a31f4!important;border:1px solid #5a31f4!important}.product-form__payment .shopify-payment-button__button--unbranded:hover{background:#4c28d4!important;border-color:#4c28d4!important}.product-form__payment .shopify-payment-button__more-options{color:#111;text-align:center;text-underline-offset:3px;margin-top:10px;font-size:.9rem;text-decoration:underline 1px;display:block}.product-bundle{border-radius:var(--radius-md);background:#fffefaf5;border:1px solid #173a3224;gap:10px;margin-top:12px;padding:12px;display:grid}.product-bundle__header{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.product-bundle__title{color:var(--color-primary);margin:0;font-size:.98rem;font-weight:900;line-height:1.25}.product-bundle__badge{border-radius:var(--radius-full);color:var(--color-accent);white-space:nowrap;background:#9f4f2f1a;border:1px solid #9f4f2f33;padding:5px 9px;font-size:.72rem;font-weight:800;line-height:1.2}.product-bundle__items{gap:8px;display:grid}.product-bundle__item{border-radius:var(--radius-sm);min-width:0;transition:border-color var(--transition-fast),background var(--transition-fast),transform var(--transition-fast);background:#fffefae6;border:1px solid #173a321a;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:9px;padding:8px;display:grid;position:relative}.product-bundle__item:hover{background:var(--color-white);border-color:#173a323d;transform:translateY(-1px)}.product-bundle__checkbox{opacity:0;position:absolute}.product-bundle__select{cursor:pointer;display:inline-flex}.product-bundle__check{background:var(--color-white);color:var(--color-white);height:20px;transition:background var(--transition-fast),border-color var(--transition-fast);border:2px solid #173a323d;border-radius:6px;justify-content:center;align-items:center;width:20px;display:inline-flex}.product-bundle__check svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.3px;width:13px;height:13px}.product-bundle__checkbox:checked+.product-bundle__select .product-bundle__check{background:var(--color-primary);border-color:var(--color-primary)}.product-bundle__checkbox:focus-visible+.product-bundle__select .product-bundle__check{outline:2px solid var(--color-accent);outline-offset:3px}.product-bundle__product-link{color:inherit;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:9px;min-width:0;text-decoration:none;display:grid}.product-bundle__media{aspect-ratio:1;background:var(--color-cream);border-radius:8px;display:block;overflow:hidden}.product-bundle__media img,.product-bundle__media svg{object-fit:contain;width:100%;height:100%}.product-bundle__item-copy{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2px 8px;min-width:0;display:grid}.product-bundle__item-title{color:var(--color-text);overflow-wrap:break-word;font-size:.8rem;font-weight:800;line-height:1.25}.product-bundle__product-link:hover .product-bundle__item-title{color:var(--color-accent)}.product-bundle__item-price{color:var(--color-primary);white-space:nowrap;font-size:.8rem;font-weight:800}.product-bundle__summary{border-top:1px solid #173a321a;gap:5px;padding-top:9px;display:grid}.product-bundle__summary-row{color:var(--color-light-text);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;font-size:.82rem;font-weight:700;line-height:1.3;display:grid}.product-bundle__summary-row--save{color:var(--color-accent)}.product-bundle__summary-row--total{color:var(--color-primary);font-size:.9rem;font-weight:900}.product-bundle__add{background:var(--color-cta);border-color:var(--color-cta);border-radius:var(--radius-sm);color:var(--color-cta-text);width:100%;min-height:44px}.product-bundle__add:hover{background:var(--color-cta-hover);border-color:var(--color-cta-hover);color:var(--color-cta-text)}.product-bundle__add:disabled,.product-bundle__add[aria-busy=true]{cursor:not-allowed;opacity:.72}.product-bundle__message{color:var(--color-sale);margin:-3px 0 0;font-size:.76rem;font-weight:700;line-height:1.4}@media (width<=767px){.product-bundle{padding:10px}.product-bundle__header{grid-template-columns:1fr;gap:6px}.product-bundle__badge{justify-self:start}.product-bundle__item{grid-template-columns:20px minmax(0,1fr)}.product-bundle__product-link{grid-template-columns:44px minmax(0,1fr)}.product-bundle__item-copy{grid-template-columns:1fr}}.product-template__shipping-policy-entry{border-radius:var(--radius-md);color:var(--color-primary);transition:border-color var(--transition-fast),background var(--transition-fast);background:#fffefad1;border:1px solid #173a321f;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;margin-top:10px;padding:11px 13px;text-decoration:none;display:grid}.product-template__shipping-policy-entry:hover{background:var(--color-cream);border-color:#173a3242}.product-template__shipping-policy-entry:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.product-template__shipping-policy-copy,.product-template__shipping-policy-copy>span{min-width:0;display:block}.product-template__shipping-policy-copy strong{font-size:.86rem;line-height:1.25;display:block}.product-template__shipping-policy-copy>span{color:var(--color-light-text);margin-top:2px;font-size:.76rem;line-height:1.35}.product-template__shipping-policy-action{white-space:nowrap;font-size:.78rem;font-weight:800}.product-template__trust-icons{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin:12px 0 0;padding:0;list-style:none;display:grid}.product-template__trust-item{color:var(--color-light-text);text-align:center;place-items:center;gap:7px;min-width:0;font-size:.8rem;font-weight:700;line-height:1.22;display:grid}.product-template__trust-icon{border-radius:var(--radius-full);color:var(--color-primary);background:#173a320e;border:1px solid #173a321f;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.product-template__trust-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:18px;height:18px;display:block}.product-template__trust-item:nth-child(2)>span:last-child{max-width:4.6em}.product-form__payment-icons{background:0 0;border-radius:0;margin-top:16px;padding:8px 0 0;display:block}.product-form__payment-icons .site-footer__payment-icons{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 10px;display:flex}.product-form__payment-icons .payment-icon{box-shadow:none;background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;min-width:46px;height:30px;padding:0;display:inline-flex}.product-form__payment-icons .payment-icon svg{width:auto;max-width:42px;height:20px;display:block}@media (width<=767px){.product-form__payment-icons{margin-top:14px;padding:10px}.product-form__payment-icons .site-footer__payment-icons{gap:7px}.product-form__payment-icons .payment-icon{min-width:42px;height:28px;padding:4px 6px}.product-form__payment-icons .payment-icon svg{max-width:38px;height:18px}}.product-form__soldout-actions{border-radius:var(--radius-md);background:#d977570f;border:1px dashed #d9775759;gap:12px;margin-top:16px;padding:18px;display:grid}.product-form__soldout-actions .btn{width:100%}.product-form__support-link{color:var(--color-primary);text-align:center;text-underline-offset:4px;font-size:.86rem;font-weight:700;text-decoration:underline}.product-form__submit.is-loading,.product-card__quick-add.is-loading{opacity:.72;pointer-events:none}.product-form__submit.is-success{background:var(--color-secondary);border-color:var(--color-secondary)}.product-template__description{border-top:1px solid #173a321a;margin-top:28px;padding:24px 0 0}.product-template__reviews{border-radius:var(--radius-lg);background:#fffefac7;border:1px solid #173a321a;max-width:1300px;margin:clamp(28px,4vw,48px) auto 0;padding:clamp(18px,3vw,30px) clamp(24px,4vw,40px);box-shadow:0 14px 36px #173a320b}.product-template__reviews .jdgm-review-widget,.product-template__reviews .jdgm-review-widget[data-from-snippet=true]{display:block!important}.product-template__reviews .jdgm-rev-widg__title,.product-template__reviews .jdgm-rev-widg__summary-text{visibility:visible}.product-template__reviews-fallback{border-radius:var(--radius-md);color:var(--color-primary);text-align:center;background:linear-gradient(135deg,#f7f3ecd1,#fffffff0);border:1px solid #173a321a;gap:8px;padding:clamp(22px,4vw,34px);display:grid}.product-template__reviews-fallback[hidden]{display:none!important}.product-template__reviews-eyebrow{color:#173a32b8;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:800}.product-template__reviews-title{color:var(--color-primary);font-family:var(--font-heading);margin:0;font-size:clamp(1.55rem,2.7vw,2.2rem);line-height:1.08}.product-template__reviews-empty{color:var(--color-text-muted);max-width:560px;margin:0 auto;font-size:clamp(.98rem,1.5vw,1.1rem);line-height:1.55}.product-template__confidence{border-top:1px solid #173a321a;margin-top:26px;padding-top:22px}.product-template__confidence-title{color:var(--color-primary);font-family:var(--font-heading);margin-bottom:12px;font-size:clamp(1.18rem,1.6vw,1.42rem);font-weight:700;line-height:1.12}.product-template__policy-list{background:var(--color-white);border-radius:var(--radius-md);border:1px solid #173a3214;gap:0;padding:4px 18px;display:grid;box-shadow:0 2px 10px #14231f06}.product-template__policy-item{grid-template-columns:1fr;gap:6px;padding:14px 0;display:grid}@media (width>=768px){.product-template__policy-item{grid-template-columns:140px minmax(0,1fr);align-items:start;gap:16px}}.product-template__policy-item+.product-template__policy-item{border-top:1px solid #173a3214}.product-template__policy-item span{color:var(--color-primary);letter-spacing:.1em;text-transform:uppercase;font-size:.72rem;font-weight:800}.product-template__policy-item p{color:var(--color-light-text);margin:0;font-size:.94rem;line-height:1.6}.product-template__shipping-promise{box-sizing:border-box;width:100%;min-width:0;overflow:hidden}.product-template__shipping-promise-summary{color:var(--color-light-text);cursor:pointer;justify-content:space-between;align-items:center;gap:12px;min-height:1.6em;padding:0;list-style:none;display:flex}.product-template__shipping-promise-summary::-webkit-details-marker{display:none}.product-template__shipping-promise-summary span{color:var(--color-light-text);letter-spacing:0;text-transform:none;font-size:.94rem;font-weight:400;line-height:1.6}.product-template__shipping-promise-icon{color:var(--color-primary);transition:transform var(--transition-fast);flex:none;margin-top:.45em}.product-template__shipping-promise[open] .product-template__shipping-promise-icon{transform:rotate(180deg)}.product-template__shipping-promise-content{background:#173a3209;border:1px solid #173a3214;border-radius:14px;margin-top:12px;overflow:hidden}.product-template__shipping-promise-row{gap:6px;padding:12px 14px;display:grid}.product-template__shipping-promise-row+.product-template__shipping-promise-row{border-top:1px solid #173a3214}.product-template__shipping-promise-row strong{color:var(--color-primary);letter-spacing:.06em;text-transform:uppercase;font-size:.78rem;font-weight:800;line-height:1.35}.product-template__shipping-promise-row p{overflow-wrap:anywhere;max-width:48rem;font-size:.91rem;line-height:1.55}.product-template__policy-item a{color:var(--color-secondary);text-underline-offset:2px;font-weight:500;text-decoration:underline 1px}.product-template__policy-item a:hover{color:var(--color-primary)}.product-template__confidence--compact{box-shadow:none;border-top:1px solid #173a321a;border-radius:0;margin-top:22px;padding:18px 0 0}.product-template__confidence-header{justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:12px;display:flex}.product-template__confidence-eyebrow{color:var(--color-cta);letter-spacing:.14em;text-transform:uppercase;font-size:.78rem;font-weight:800}.product-template__confidence--compact .product-template__confidence-title{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.9rem;font-weight:800;line-height:1.2}.product-template__policy-list--compact{box-shadow:none;background:0 0;border:0;border-radius:0;gap:0;padding:0;display:grid}.product-template__policy-item--compact{border-top:1px solid #173a3214;grid-template-columns:minmax(76px,.35fr) minmax(0,1fr);align-items:start;gap:8px;padding:12px 0;display:grid}.product-template__policy-item--compact:first-child{border-top:0}.product-template__policy-item--compact+.product-template__policy-item--compact{border-top:1px solid #173a3214}.product-template__policy-kicker{color:var(--color-primary);letter-spacing:.1em;text-transform:uppercase;align-items:center;min-height:1.5rem;font-size:.68rem;font-weight:800;line-height:1.35;display:inline-flex}.product-template__policy-item--compact p,.product-template__policy-item--compact .product-template__shipping-promise-summary span{font-size:.9rem;line-height:1.55}.product-template__policy-item--compact .product-template__shipping-promise-content{border-radius:12px;margin-top:10px}.product-template__resources--compact{border-top:1px solid #173a321a;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:6px;padding-top:12px;display:grid}.product-template__resources--compact .product-template__resource-link{background:0 0;border:0;border-radius:0;min-height:38px;padding:6px 0}.product-template__resources--compact .product-template__resource-link:hover{box-shadow:none;color:var(--color-secondary);background:0 0;transform:none}.product-template__resources--compact .product-template__resource-link:hover .product-template__resource-icon,.product-template__resources--compact .product-template__resource-link:hover .product-template__resource-arrow{color:var(--color-secondary)}.product-template__resources--compact .product-template__resource-text{white-space:normal}.product-mobile-bar{display:none}.product-mobile-bar.is-visible{transform:translateY(0)}.collection-header,.section-header{max-width:760px;margin-left:auto;margin-right:auto}.site-footer{background:radial-gradient(circle at 12% 0%,#9f4f2f33,transparent 28%),var(--color-primary)}.featured-collection__facts,.collection-header__facts{justify-content:center;max-width:840px;margin:-24px auto 32px}.featured-collection__facts span,.collection-header__facts span,.cart-summary__trust span{background:#173a320e;border:1px solid #173a321a}.cart-summary__trust{margin-bottom:18px}.cart-summary__checkout+.cart-summary__trust{margin:14px 0 0}.testimonials--notes .testimonials__slide{border:1px solid #173a3214}.testimonials__icon{border-radius:var(--radius-full);color:var(--color-secondary);background:#9f4f2f1f;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:18px;display:inline-flex}.testimonials__note-title{color:var(--color-primary);font-family:var(--font-heading);margin-bottom:10px;font-size:1.15rem;font-weight:600}.testimonials--notes .testimonials__text{color:var(--color-light-text);font-family:var(--font-body);margin-bottom:0;font-size:.95rem;font-style:normal;line-height:1.7}.site-footer__contact-item a{overflow-wrap:anywhere}@media (width<=767px){.page-width{padding-left:18px;padding-right:18px}.section-padding{padding-top:56px;padding-bottom:56px}.section-header{margin-bottom:32px}.section-header__title{margin-bottom:12px;font-size:clamp(1.6rem,6vw,2.05rem);line-height:1.16}.section-header__description{font-size:.98rem;line-height:1.65}.site-header__wrapper{height:64px}.site-header__logo{margin-right:8px}.site-header__logo-text{font-size:1.2rem}.site-header__icon,.site-header__menu-toggle{width:44px;height:44px}.hero-banner--medium{min-height:44vh}.hero-banner__content{padding-top:40px;padding-bottom:40px}.hero-banner__text-wrapper{max-width:100%}.hero-banner__subtitle{letter-spacing:.16em;margin-bottom:12px}.hero-banner__title{margin-bottom:14px;line-height:1.08}.hero-banner__description{max-width:100%;margin-bottom:22px;font-size:1rem;line-height:1.58}.hero-banner__btn{min-height:50px;padding:12px 26px}.product-template.section-padding{padding-top:28px;padding-bottom:136px}.product-template__grid{gap:28px;min-width:0}.product-gallery,.product-template__info{min-width:0;max-width:100%}.product-gallery__main{aspect-ratio:1;width:100%}.product-gallery__nav{width:44px;height:44px}.product-gallery__nav--prev{left:10px}.product-gallery__nav--next{right:10px}.product-gallery__thumbs{grid-auto-flow:initial;grid-template-columns:none;justify-content:center;gap:0;margin-top:10px;display:flex}.product-gallery__thumb{border-radius:var(--radius-full);opacity:1;background:0 0;border:none;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:all .3s;display:inline-flex}.product-gallery__thumb:before{background:var(--color-line);border-radius:var(--radius-full);content:"";width:8px;height:8px;transition:all .3s;display:block}.product-gallery__thumb img{display:none}.product-gallery__thumb--active{box-shadow:none;border-radius:var(--radius-full);background:0 0;transform:none}.product-gallery__thumb--active:before{background:var(--color-secondary);width:24px}.product-gallery__image{object-fit:contain;object-position:center}.product-template__buy-box{box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.product-template__title{margin-bottom:12px;font-size:clamp(1.44rem,6vw,1.82rem);line-height:1.08}.product-template__summary{margin-bottom:14px;font-size:.92rem;line-height:1.5}.product-template__price{margin-bottom:14px;padding-bottom:12px}.product-template__attributes{grid-template-columns:1fr}.product-form__actions{flex-direction:column;gap:10px;margin-top:14px}.product-form__quantity{justify-content:space-between}.product-form__qty-btn{width:52px;height:52px}.product-form__qty-input{min-height:52px}.product-form__submit{width:100%;min-height:56px}.product-form__payment{margin-top:10px}.product-form__checkout{min-height:56px}.product-form__payment .shopify-payment-button__button,.product-form__payment .shopify-payment-button__button--unbranded{width:100%;min-height:56px}.product-template__shipping-policy-entry{padding:12px 13px}.product-template__trust-icons{gap:6px;margin-top:11px}.product-template__trust-item:nth-child(2)>span:last-child{white-space:nowrap;max-width:none}.product-template__trust-item{gap:6px;font-size:.75rem}.product-template__trust-icon{width:30px;height:30px}.product-template__description{margin-top:24px;padding-top:22px}.product-template__policy-item{grid-template-columns:1fr;gap:5px;padding:13px 0}.product-mobile-bar{left:10px;right:10px;bottom:max(12px,env(safe-area-inset-bottom));z-index:40;border-radius:var(--radius-md);transition:transform var(--transition-base);background:#fffefaf5;border:1px solid #173a321f;grid-template-columns:minmax(56px,auto) minmax(156px,1fr);align-items:center;gap:10px;padding:10px;display:grid;position:fixed;transform:translateY(calc(100% + 28px));box-shadow:0 18px 52px #173a3238}.product-mobile-bar__info{gap:2px;min-width:0;display:grid}.product-mobile-bar__title{display:none}.product-mobile-bar__price{color:var(--color-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.96rem;font-weight:800;overflow:hidden}.product-mobile-bar__button{white-space:nowrap;width:100%;min-height:44px;padding:12px 14px}.product-grid{gap:18px 14px}.product-card,.product-card__info,.product-card__title{min-width:0}.product-card__badge{padding:5px 10px;top:10px;left:10px}.product-card__image-wrapper{border-radius:var(--radius-md)}.product-card__quick-add{opacity:1;width:44px;height:44px;bottom:10px;right:10px;transform:none}.product-card__quick-add.is-loading,.product-card__quick-add.is-success{pointer-events:none}.product-card__info{padding-top:12px}.product-card__title{-webkit-line-clamp:3;-webkit-box-orient:vertical;min-height:3.44em;font-size:.9rem;line-height:1.28;display:-webkit-box;overflow:hidden}.product-card__price{font-size:.82rem}.featured-collection__facts,.collection-header__facts{justify-content:flex-start;margin:-20px 0 28px}.featured-collection__facts span,.collection-header__facts span,.cart-summary__trust span{font-size:.72rem}.cart-summary{padding:20px 18px;position:static}.cart-item__actions{flex-direction:column;align-items:flex-start;gap:10px}.cart-template__title{margin-bottom:24px}.collection-header__title{font-size:clamp(1.8rem,6.5vw,2.25rem);line-height:1.1}.collection-header__intro,.article__summary p,.page-template__summary p{font-size:.98rem;line-height:1.68}.faq-block,.author-card,.resource-links{padding:20px 18px}.collection-toolbar{gap:12px;margin-bottom:24px;padding:10px 12px}.collection-toolbar__sort{min-height:44px;font-size:.75rem}.collection-card__content{gap:8px;padding:22px 20px}.collection-card__eyebrow{font-size:.8rem}.collection-card__title{font-size:1.18rem}.collection-card__link{font-size:.72rem}.testimonials__slide{padding:22px 18px}.testimonials__icon{width:44px;height:44px;margin-bottom:14px}.testimonials__note-title{font-size:1.02rem}.testimonials--notes .testimonials__text{font-size:.9rem;line-height:1.62}.contact-page{gap:28px}.contact-page__title{margin-bottom:18px;font-size:clamp(2rem,8vw,2.6rem);line-height:1.06}.contact-page__intro{margin-bottom:24px;font-size:.98rem;line-height:1.7}.contact-page__details{margin-bottom:26px}.contact-page__detail{padding:14px 0}.contact-page__subheading,.contact-page__form-title{font-size:1.28rem}.contact-page__topic-list{gap:10px}.contact-page__form-heading{margin-bottom:22px}.contact-page__form-wrap{padding:22px 16px}.contact-form__field{margin-bottom:14px}.contact-form__input{padding:13px 16px}}.search-overlay{z-index:300;opacity:0;visibility:hidden;transition:all var(--transition-base);background:#14231fe0;justify-content:center;align-items:flex-start;padding-top:120px;display:flex;position:fixed;inset:0}.search-overlay--open{opacity:1;visibility:visible}.search-overlay__inner{width:100%;max-width:640px;padding:0 24px}.search-overlay__wrapper{transition:border-color var(--transition-base);border-bottom:2px solid #ffffff4d;align-items:center;gap:12px;padding-bottom:16px;display:flex}.search-overlay__wrapper:focus-within{border-color:var(--color-secondary)}.search-overlay__input{color:var(--color-white);font-size:1.5rem;font-family:var(--font-heading);background:0 0;border:none;outline:none;flex:1}.search-overlay__input::placeholder{color:#ffffffbf}.search-overlay__close{color:var(--color-white);opacity:.9;transition:opacity var(--transition-fast);justify-content:center;align-items:center;width:44px;height:44px;display:flex}.search-overlay__close:hover{opacity:1}.search-overlay__results{margin-top:24px}.search-overlay__suggestion{color:#ffffffe6;transition:color var(--transition-fast);border-bottom:1px solid #ffffff1a;padding:12px 0;font-size:1rem;display:block}.search-overlay__suggestion:hover{color:var(--color-white)}.search-overlay__suggestion strong{color:var(--color-white);font-weight:500}[data-parallax] .hero-banner__image{will-change:transform}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}html{scroll-behavior:auto}}.form__field{margin-bottom:20px}.form__label{letter-spacing:.06em;text-transform:uppercase;color:var(--color-light-text);margin-bottom:8px;font-size:.8rem;font-weight:500;display:block}.form__input{border:2px solid var(--color-cream-dark);border-radius:var(--radius-md);width:100%;color:var(--color-primary);transition:border-color var(--transition-fast);background:var(--color-white);outline:none;padding:14px 18px;font-size:.95rem}.form__input:focus{border-color:var(--color-secondary)}.form__input::placeholder{color:var(--color-light-text);opacity:.6}.form__select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' stroke='%238B7355' stroke-width='1.5'%3E%3Cpolyline points='1 1 6 6 11 1'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;padding-right:40px}.form__checkbox{color:var(--color-text);align-items:center;gap:10px;margin-bottom:20px;font-size:.9rem;display:flex}.form__checkbox input[type=checkbox]{width:18px;height:18px;accent-color:var(--color-primary);cursor:pointer}.form__actions{flex-wrap:wrap;gap:12px;display:flex}.form__submit{padding:14px 32px}.form__links{border-top:1px solid var(--color-cream-dark);justify-content:center;gap:24px;margin-top:24px;padding-top:24px;display:flex}.form__link{color:var(--color-light-text);transition:color var(--transition-fast);font-size:.85rem}.form__link:hover{color:var(--color-secondary)}.form__errors{border-radius:var(--radius-md);color:var(--color-sale);background:#a8483414;border:1px solid #a848343d;margin-bottom:24px;padding:16px 20px;font-size:.9rem}.form__error-title{font-family:var(--font-heading);margin-bottom:8px;font-size:1rem;font-weight:500}.form__errors ul{margin-left:20px;list-style:outside}.form__errors li{margin-bottom:4px}.form__errors a{color:var(--color-sale);text-decoration:underline}.form__success{border-radius:var(--radius-md);color:var(--color-primary);background:#173a3214;border:1px solid #173a322e;margin-bottom:24px;padding:16px 20px;font-size:.9rem}.customer-login__wrapper{max-width:440px;margin:0 auto}.customer-login__header{text-align:center;margin-bottom:36px}.customer-login__title{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:12px;font-size:clamp(1.75rem,3vw,2.2rem);font-weight:500}.customer-login__subtitle{color:var(--color-light-text);font-size:.95rem}.customer-account__title{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:36px;font-size:clamp(2rem,4vw,3rem);font-weight:500}.customer-account__grid{grid-template-columns:1fr;gap:32px;display:grid}@media (width>=768px){.customer-account__grid{grid-template-columns:300px 1fr}}.customer-card{background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin-bottom:20px;padding:28px}.customer-card__title{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:16px;font-size:1.15rem;font-weight:500}.customer-card__text{color:var(--color-text);font-size:.95rem;line-height:1.6}.customer-card__address{color:var(--color-text);font-size:.9rem;font-style:normal;line-height:1.7}.customer-card__empty{color:var(--color-light-text);font-size:.95rem}.btn--small{padding:10px 20px;font-size:.75rem}.order-table{border-collapse:collapse;width:100%;font-size:.9rem}.order-table th{text-align:left;letter-spacing:.06em;text-transform:uppercase;color:var(--color-light-text);border-bottom:2px solid var(--color-cream-dark);padding:12px 16px;font-size:.75rem;font-weight:500}.order-table td{border-bottom:1px solid var(--color-cream-dark);vertical-align:middle;padding:16px}.order-table--items td{padding:16px}.order-table__link{color:var(--color-primary);font-weight:500}.order-table__link:hover{color:var(--color-secondary)}.order-status{letter-spacing:.06em;text-transform:uppercase;border-radius:var(--radius-full);background:var(--color-cream);color:var(--color-light-text);padding:4px 12px;font-size:.8rem;font-weight:600;display:inline-block}.order-status--fulfilled,.order-status--complete{color:var(--color-primary);background:#173a321a}.order-status--unfulfilled,.order-status--partial{color:var(--color-accent);background:#9f4f2f1f}.order-item{align-items:center;gap:14px;display:flex}.order-item__image{object-fit:cover;border-radius:var(--radius-sm);width:60px;height:60px}.order-item__details{flex-direction:column;gap:4px;display:flex}.order-item__name{color:var(--color-primary);font-weight:500}.order-item__variant{color:var(--color-light-text);font-size:.8rem}.customer-order__title{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:12px;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:500}.customer-order__meta{color:var(--color-light-text);flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:32px;font-size:.9rem;display:flex}.customer-order__grid{grid-template-columns:1fr;gap:32px;display:grid}@media (width>=768px){.customer-order__grid{grid-template-columns:1fr 320px}}.customer-order__summary-mobile{display:block}@media (width>=768px){.customer-order__summary-mobile{display:none}}.customer-order__sidebar{display:none}@media (width>=768px){.customer-order__sidebar{display:block}}.order-summary__row{justify-content:space-between;align-items:center;padding:10px 0;font-size:.95rem;display:flex}.order-summary__row--discount{color:var(--color-sale)}.order-summary__row--total{color:var(--color-primary);border-top:2px solid var(--color-cream-dark);margin-top:8px;padding-top:14px;font-size:1.05rem;font-weight:600}.text-right{text-align:right}.customer-addresses__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:32px;display:flex}.address-form-wrapper{background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin-bottom:32px;padding:32px}.address-form-wrapper.hide{display:none}.address-form__title{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:24px;font-size:1.2rem;font-weight:500}.address-form__grid{grid-template-columns:1fr;gap:16px;display:grid}@media (width>=640px){.address-form__grid{grid-template-columns:1fr 1fr}}.addresses-grid{grid-template-columns:1fr;gap:20px;display:grid}@media (width>=640px){.addresses-grid{grid-template-columns:repeat(2,1fr)}}.address-card{background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:24px;position:relative}.address-card__badge{letter-spacing:.08em;text-transform:uppercase;background:var(--color-secondary);color:var(--color-white);border-radius:var(--radius-full);margin-bottom:12px;padding:4px 12px;font-size:.75rem;font-weight:600;display:inline-block}.address-card address{color:var(--color-text);margin-bottom:16px;font-size:.9rem;font-style:normal;line-height:1.7}.address-card__actions{gap:16px;display:flex}.address-delete-form{display:inline}.btn--danger{color:var(--color-sale)}.btn--danger:hover{color:#7f3526}.collection-header__intro,.article__summary,.page-template__summary,.faq-block,.author-card,.resource-links,.product-template__resources{margin-top:24px}.collection-header__intro,.article__summary p,.page-template__summary p{max-width:720px;color:var(--color-text);margin-left:auto;margin-right:auto;font-size:1.05rem;line-height:1.8}.article__summary,.page-template__summary,.faq-block,.author-card,.resource-links{background:var(--color-white);border:1px solid var(--color-line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.article__summary,.page-template__summary{padding:24px 28px}body:has(input[name=return_to][value^="/pages/data-sharing-opt-out"]) .page-template__summary,body:has(input[name=return_to][value^="/pages/return-policy"]) .page-template__summary,body:has(input[name=return_to][value^="/pages/intellectual-property-rights"]) .page-template__summary{display:none}.faq-block,.author-card,.resource-links{padding:28px}.faq-block__eyebrow,.author-card__eyebrow,.resource-links__eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:10px;font-size:.72rem;font-weight:600;display:inline-block}.faq-block__title,.resource-links__title,.author-card__name{font-family:var(--font-heading);color:var(--color-primary);font-size:clamp(1.4rem,2.4vw,2rem);line-height:1.25}.faq-block__intro,.resource-links__intro,.author-card__meta,.author-card__bio,.resource-links__header,.faq-block__header{color:var(--color-light-text)}.faq-block__header,.resource-links__header{margin-bottom:20px}.faq-block__items{gap:12px;display:grid}.faq-block__item{border:1px solid var(--color-line);border-radius:var(--radius-md);background:var(--color-background);transition:border-color var(--transition-fast),box-shadow var(--transition-fast);overflow:hidden}.faq-block__item[open]{border-color:#173a323d;box-shadow:0 10px 24px #173a320f}.faq-block__question{cursor:pointer;color:var(--color-primary);justify-content:space-between;align-items:center;gap:18px;padding:16px 18px;font-weight:600;list-style:none;display:flex}.faq-block__question::-webkit-details-marker{display:none}.faq-block__question-text{flex:auto}.faq-block__toggle{background:var(--color-white);border:1px solid var(--color-line);border-radius:var(--radius-full);color:var(--color-secondary);letter-spacing:.05em;text-transform:uppercase;height:34px;transition:background var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast);flex:none;justify-content:center;align-items:center;width:34px;padding:0;font-size:0;font-weight:800;line-height:1;display:inline-flex}.faq-block__toggle:before{content:"+";font-size:1.25rem;font-weight:600;line-height:1}.faq-block__item[open] .faq-block__toggle{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-white)}.faq-block__item[open] .faq-block__toggle:before{content:"-"}.faq-block__toggle-hide,.faq-block__item[open] .faq-block__toggle-show{display:none}.faq-block__item[open] .faq-block__toggle-hide{display:inline}.faq-block__answer{padding:0 20px 18px}.faq-page__header{text-align:center;max-width:760px;margin:0 auto 32px}.faq-page__eyebrow{color:var(--color-secondary);letter-spacing:.18em;text-transform:uppercase;margin-bottom:12px;font-size:.76rem;font-weight:600;display:inline-block}.faq-page__title{font-family:var(--font-heading);color:var(--color-primary);margin:0;font-size:clamp(1.85rem,3vw,2.75rem);font-weight:400;line-height:1.16}.faq-page__intro{max-width:650px;color:var(--color-light-text);margin:18px auto 0;font-size:1.05rem;line-height:1.8}.faq-page__content{gap:22px;display:grid}.faq-page .faq-block{margin-top:0}.author-card{gap:24px;display:grid}@media (width>=768px){.author-card{grid-template-columns:120px 1fr;align-items:start}}.author-card__image,.author-card__avatar{aspect-ratio:1;object-fit:cover;border-radius:50%;width:100%}.author-card__avatar{font-family:var(--font-heading);color:var(--color-primary);background:var(--color-cream);justify-content:center;align-items:center;font-size:2rem;display:flex}.author-card__meta{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.author-card__bio{margin-top:14px}.author-card__links{flex-wrap:wrap;gap:12px;margin-top:16px;display:flex}.author-card__link{border:1px solid var(--color-line);border-radius:var(--radius-full);color:var(--color-primary);background:var(--color-background);justify-content:center;align-items:center;padding:10px 16px;display:inline-flex}.author-card__link:hover{border-color:var(--color-secondary);color:var(--color-secondary)}.article__footer{margin-top:24px;padding-top:12px}.article__footer .author-card{border-radius:14px;gap:12px;max-width:430px;margin-top:0;margin-left:auto;margin-right:auto;padding:14px 16px;box-shadow:0 6px 18px #173a3214}@media (width>=768px){.article__footer .author-card{grid-template-columns:48px 1fr;align-items:center}}.article__footer .author-card__media{width:48px}.article__footer .author-card__image,.article__footer .author-card__avatar{width:48px;height:48px;font-size:1rem}.article__footer .author-card__eyebrow{letter-spacing:.11em;margin:0 0 2px;font-size:.58rem}.article__footer .author-card__name{margin:0;font-size:clamp(1.05rem,1.3vw,1.2rem);line-height:1.18}.article__footer .author-card__meta,.article__footer .author-card__bio,.article__footer .author-card__links{margin:4px 0 0;font-size:.82rem;line-height:1.45}.article__footer .author-card__bio p:last-child{margin-bottom:0}.article__footer .author-card__content>:first-child{margin-top:0}.product-template__resources{flex-direction:column;gap:8px;margin-top:24px;display:flex}.product-template__resource-link{background:var(--color-white);border-radius:var(--radius-md);min-height:50px;color:var(--color-primary);transition:all var(--transition-base);border:1px solid #14231f1a;align-items:center;gap:12px;padding:12px 16px;font-size:.92rem;font-weight:500;text-decoration:none;display:flex}.product-template__resource-link:hover{border-color:var(--color-secondary);background:var(--color-secondary);color:var(--color-white);transform:translateY(-1px);box-shadow:0 6px 18px #173a322e}.product-template__resource-icon{color:var(--color-secondary);transition:color var(--transition-fast);flex-shrink:0}.product-template__resource-link:hover .product-template__resource-icon{color:var(--color-white)}.product-template__resource-text{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.product-template__resource-arrow{color:var(--color-line);transition:all var(--transition-base);flex-shrink:0}.product-template__resource-link:hover .product-template__resource-arrow{color:var(--color-white);transform:translate(3px)}.resource-links .product-grid{margin-top:20px}.product-template__summary p{margin-bottom:0}.product-template__summary-points{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.product-template__summary-points span{border-radius:var(--radius-full);background:var(--color-cream);color:var(--color-primary);padding:6px 12px;font-size:.8rem;font-weight:500}@media (hover:none){.product-card__image--hover{display:none}}.newsletter__input{font-size:16px}@media (width>=768px){.newsletter__input{font-size:.9rem}}.site-footer__description{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@media (width<=480px){.product-template__attributes{grid-template-columns:1fr;gap:12px;display:grid}}.collection-toolbar{background:var(--color-white);border-radius:var(--radius-md);border:1px solid var(--color-line);justify-content:space-between;align-items:center;gap:16px;margin-bottom:32px;padding:12px 16px;display:flex}.collection-toolbar__sort{appearance:none;background:linear-gradient(135deg,transparent 50%,var(--color-primary) 50%) calc(100% - 14px) 50% / 6px 6px no-repeat,linear-gradient(45deg,var(--color-primary) 50%,transparent 50%) calc(100% - 10px) 50% / 6px 6px no-repeat,var(--color-cream);border:1px solid var(--color-line);border-radius:var(--radius-full);color:var(--color-primary);cursor:pointer;outline:none;padding:10px 36px 10px 18px;font-size:.8rem;font-weight:500}.collection-toolbar__sort:focus{border-color:var(--color-secondary);box-shadow:0 0 0 3px #4f6f6126}@media (width<=480px){.collection-toolbar{flex-direction:column;align-items:stretch}.collection-toolbar__sort{justify-content:center;width:100%}}.hero-banner--full{min-height:100dvh}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.hero-banner__image{transform:none!important}.product-card__image{transition:none!important}}button,a,.site-header__icon,.site-header__menu-toggle,.product-card__quick-add,.product-form__qty-btn,.product-form__option-label,.pagination__link,.mobile-nav__toggle,.mobile-nav__close,.product-mobile-bar__button,.collection-toolbar__sort{-webkit-tap-highlight-color:transparent}.site-header.scrolled{-webkit-backdrop-filter:saturate(160%)blur(8px);background:#fffefaf5;box-shadow:0 6px 24px #14231f14}.skip-to-content-link:focus{top:76px}:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px;border-radius:4px}.btn:focus-visible,.product-form__submit:focus-visible,.product-mobile-bar__button:focus-visible,.product-form__option-input:focus-visible+.product-form__option-label{outline-offset:3px}@media (width<=767px){.hero-banner--medium{min-height:56vh}.hero-banner--large{min-height:62vh}.hero-banner--small{min-height:36vh}.hero-banner--full{min-height:100dvh}.hero-banner__title{font-size:clamp(1.7rem,7vw,2.2rem);line-height:1.08}.hero-banner--small .hero-banner__title{font-size:clamp(1.5rem,6vw,1.95rem)}.hero-banner__content{padding-top:36px;padding-bottom:36px}.hero-banner__btn{min-height:50px}.hero-banner__text-wrapper{text-align:left}.hero-banner__description{font-size:.96rem;line-height:1.6}.mobile-nav__inner{width:92%;max-width:360px}.mobile-nav__header{min-height:64px;padding:14px 22px}.mobile-nav__close{width:44px;height:44px}.mobile-nav__list{padding:10px 22px 8px}.mobile-nav__item{border-bottom-color:#14231f0f}.mobile-nav__link{padding:18px 14px 18px 16px;font-size:1.06rem}.mobile-nav__toggle{width:48px;height:48px}.mobile-nav__child-link{padding:12px;font-size:.97rem}.mobile-nav__footer{padding:22px}.mobile-nav__account-link{align-items:center;gap:10px;padding:10px 0;display:flex}.product-template__buy-box{box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.product-template__price{background:var(--color-white);border-radius:var(--radius-md);border:1px solid #173a3214;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;padding:14px 16px;display:flex}.product-template__attributes{background:var(--color-white);border-radius:var(--radius-md);border:1px solid #173a3214;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px;padding:14px 16px}.product-attribute{background:0 0;border:0;padding:0}.product-form{background:var(--color-white);border-radius:var(--radius-md);border:1px solid #173a3214;margin-bottom:12px;padding:16px}.product-template__trust-icons{background:var(--color-white);border-radius:var(--radius-md);border:1px solid #173a3214;padding:14px 12px}.product-template__policy-item{grid-template-columns:88px minmax(0,1fr);gap:12px;padding:12px 0}.product-mobile-bar{border-radius:var(--radius-lg);background:var(--color-white);border:1px solid #173a321f;gap:12px;padding:12px;box-shadow:0 -4px 30px #173a322e}.product-mobile-bar__info{gap:0}.product-mobile-bar__title{color:var(--color-light-text);letter-spacing:.06em;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;max-width:22ch;font-size:.72rem;font-weight:600;display:block;overflow:hidden}.product-mobile-bar__price{color:var(--color-primary);font-size:1.1rem;font-weight:800}.product-mobile-bar__button{border-radius:var(--radius-md);min-height:50px;padding:12px 18px;font-size:.92rem;box-shadow:0 8px 22px #173a322e}.product-mobile-bar__button:disabled{background:var(--color-cream-dark);color:var(--color-light-text);border-color:var(--color-cream-dark);box-shadow:none;opacity:.85}}@media (prefers-reduced-motion:reduce){.product-mobile-bar{transition:none!important}}@media (width<=767px){.product-card{gap:0}.product-card__image-wrapper{border-radius:var(--radius-md);aspect-ratio:1}.product-card__quick-add{opacity:1;-webkit-backdrop-filter:blur(4px);background:#fffefaf2;width:40px;height:40px;bottom:8px;right:8px;transform:none}.product-card__quick-add svg{width:20px;height:20px}.product-card__info{padding-top:10px}.product-card__title{-webkit-line-clamp:2;min-height:2.66em;font-size:.92rem;line-height:1.3}.product-card__price{font-size:.86rem}.product-card__price .price{gap:6px}}.cart-mobile-checkout{display:none}@media (width>=768px){html body.template-cart .cart-mobile-checkout{display:none!important}}@media (width<=767px){.cart-template{padding-bottom:110px}.cart-mobile-checkout{left:10px;right:10px;bottom:max(12px,env(safe-area-inset-bottom));z-index:35;background:var(--color-white);border-radius:var(--radius-lg);border:1px solid #173a321f;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;padding:12px 14px;display:grid;position:fixed;box-shadow:0 -4px 30px #173a322e}.cart-mobile-checkout__total{gap:2px;min-width:0;display:grid}.cart-mobile-checkout__label{color:var(--color-light-text);letter-spacing:.08em;text-transform:uppercase;font-size:.8rem;font-weight:600}.cart-mobile-checkout__amount{color:#fff;font-size:1.05rem;font-weight:800}.cart-mobile-checkout__button{border-radius:var(--radius-md);min-height:50px;padding:12px 18px;font-size:.92rem;box-shadow:0 8px 22px #173a322e}.product-template__trust-icons{grid-template-columns:repeat(2,minmax(0,1fr))}.product-template__trust-item{gap:6px;font-size:.8rem}}@media (width<=359px){.product-template__trust-icons{text-align:left;grid-template-columns:1fr;justify-items:start}.product-template__trust-item{grid-template-columns:30px 1fr;justify-items:start}}@media (width<=767px){.section-padding{padding-top:52px;padding-bottom:52px}.features.section-padding,.testimonials--notes.section-padding{padding-bottom:36px}.testimonials--notes+.blog-posts.section-padding{padding-top:40px}.featured-collection.section-padding{padding-top:28px}.site-footer{padding-top:56px;padding-bottom:24px}.site-footer__grid{gap:36px}.site-footer__brand{text-align:left}.site-footer__description{-webkit-line-clamp:4;max-width:none}.site-footer__heading{margin-bottom:14px}.site-footer__bottom{gap:14px;margin-top:36px;padding-top:20px}.site-footer__legal-links{gap:8px 14px}.site-footer__payment-icons{flex-wrap:wrap;gap:6px}.collection-template .page-width{padding-left:16px;padding-right:16px}.collection-header{margin-bottom:32px}.collection-header__title{margin-bottom:12px;font-size:clamp(1.65rem,6.5vw,2.1rem);line-height:1.12}.collection-toolbar{z-index:10;gap:10px;margin-bottom:20px;padding:10px 12px;position:sticky;top:60px;box-shadow:0 2px 12px #14231f0f}.collection-toolbar__sort{min-height:42px;font-size:.8rem}.product-grid{gap:16px 12px}.cart-template__title{font-size:clamp(1.55rem,6vw,1.95rem)}.cart-item{grid-template-columns:80px minmax(0,1fr);gap:14px;padding:18px 0}.cart-item__image-wrapper{grid-row:1}.cart-item__title{font-size:.94rem;line-height:1.35}.cart-item__total{border-top:1px solid var(--color-cream-dark);grid-column:1/-1;justify-content:space-between;align-items:center;padding-top:8px;display:flex}.cart-item__actions{flex-flow:wrap;align-items:center;gap:12px}.pagination__link{width:42px;height:42px;font-size:.86rem}}.form__input,.form__select,.contact-form__input,.search-form__input,.cart-summary__notes-input,.cart-summary__discount-input,.product-form__qty-input,.collection-toolbar__sort,.search-overlay__input{font-size:16px}@media (width>=768px){.form__input,.form__select,.contact-form__input,.search-form__input,.cart-summary__notes-input,.cart-summary__discount-input{font-size:.95rem}}@media (forced-colors:active){.btn--primary,.product-form__submit,.product-mobile-bar__button,.cart-mobile-checkout__button{border:2px solid buttontext}.product-card__quick-add,.product-form__option-label{border:1px solid buttontext}}@media (width<=767px){.featured-collection .page-width{padding-left:16px;padding-right:16px}.featured-collection__carousel{margin-left:-16px;margin-right:-16px;padding-bottom:4px}.featured-collection__track,.featured-collection__track.product-grid--2,.featured-collection__track.product-grid--3,.featured-collection__track.product-grid--4,.featured-collection__track.product-grid--5{-webkit-overflow-scrolling:touch;grid-auto-columns:minmax(148px,44vw);gap:12px;margin-left:0;margin-right:0;padding:2px 16px 18px;scroll-padding-inline:16px;overflow-y:hidden}.featured-collection__track .product-card__info{padding-top:9px}.featured-collection__track .product-card__title{-webkit-line-clamp:2;min-height:3.08em;margin-bottom:5px;font-size:.82rem;line-height:1.25}.featured-collection__track .product-card__reviews{min-height:0}.featured-collection__track .product-card__price,.featured-collection__track .price__amount,.featured-collection__track .price__sale{font-size:.82rem}.featured-collection__track .price{gap:5px}.featured-collection__track .product-card__quick-add{width:36px;height:36px;bottom:7px;right:7px}.featured-collection__nav{background:#fffefaf5;width:36px;height:36px;top:36%;box-shadow:0 8px 22px #173a3224}.featured-collection__nav--prev{left:10px}.featured-collection__nav--next{right:10px}.featured-collection__nav:disabled{opacity:0}}@media (width<=390px){.featured-collection__track,.featured-collection__track.product-grid--2,.featured-collection__track.product-grid--3,.featured-collection__track.product-grid--4,.featured-collection__track.product-grid--5{grid-auto-columns:minmax(140px,43vw)}.featured-collection__nav{width:34px;height:34px;top:35%}}@media (width<=359px){.product-card__quick-add{width:36px;height:36px;bottom:6px;right:6px}.hero-banner__title{font-size:1.6rem}.product-template__title{font-size:1.35rem}.site-header__wrapper{height:56px}.site-header__icon,.site-header__menu-toggle{width:40px;height:40px}.product-mobile-bar{padding:10px;left:8px;right:8px}.cart-mobile-checkout{left:8px;right:8px}}@media (width<=767px){body{background:var(--color-background)}.page-width{padding-left:16px;padding-right:16px}.section-padding{padding-top:42px;padding-bottom:42px}.section-header{text-align:left;margin-bottom:24px}.section-header__subtitle{letter-spacing:.14em;margin-bottom:8px;font-size:.75rem}.section-header__title{font-size:clamp(1.45rem,6vw,1.82rem);line-height:1.12}.section-header__description{font-size:.93rem;line-height:1.58}.site-header__wrapper{gap:8px;height:58px}.site-header__logo-image img{max-height:28px}.site-header__icon,.site-header__menu-toggle{width:40px;height:40px}.hero-banner--small,.hero-banner--medium,.hero-banner--large{min-height:48svh}.template-index .hero-banner--large,.template-index .hero-banner--full{min-height:56svh}.hero-banner__content{padding-top:30px;padding-bottom:30px}.hero-banner__text-wrapper{max-width:31rem}.hero-banner__title{margin-bottom:10px;font-size:clamp(1.58rem,7vw,2rem);line-height:1.08}.hero-banner__description{margin-bottom:18px;font-size:.92rem;line-height:1.52}.hero-banner__btn,.btn{min-height:44px;padding:11px 20px}.mobile-nav__inner{width:min(90vw,344px);max-width:344px}.mobile-nav__header{min-height:58px;padding:10px 18px}.mobile-nav__list{padding:8px 18px 6px}.mobile-nav__link{padding:15px 12px 15px 14px;font-size:1rem}.mobile-nav__toggle{width:44px;height:44px}.mobile-nav__children{padding-left:12px}.mobile-nav__footer{padding:18px}.localization-picker__panel{border-radius:14px;top:calc(100% + 10px)}.localization-picker__country-list{max-height:min(370px,100vh - 220px);padding-bottom:82px}.featured-collection.section-padding{padding-top:34px}.featured-collection__carousel{margin-left:-16px;margin-right:-16px}.featured-collection__track,.featured-collection__track.product-grid--2,.featured-collection__track.product-grid--3,.featured-collection__track.product-grid--4,.featured-collection__track.product-grid--5{grid-auto-columns:minmax(142px,42vw);gap:11px;padding:2px 16px 16px}.product-grid{gap:18px 12px}.product-card{background:var(--color-panel);border:1px solid #173a3214;border-radius:14px;overflow:hidden;box-shadow:0 8px 22px #173a320e}.product-card__image-wrapper{border-radius:0}.product-card__badge{padding:5px 8px;font-size:.75rem;top:8px;left:8px}.product-card__quick-add{background:#fffefaf5;width:38px;height:38px;bottom:8px;right:8px;box-shadow:0 8px 18px #173a3224}.product-card__info{padding:10px 10px 12px}.product-card__title{-webkit-line-clamp:2;min-height:2.18em;margin-bottom:6px;font-size:.9rem;line-height:1.32}.product-card__reviews{margin:4px 0 6px}.product-card__price,.price__amount,.price__sale{font-size:.82rem}.price{gap:5px}.collection-template.section-padding{padding-top:30px}.collection-header{text-align:left;margin-bottom:22px}.collection-header__title{font-size:clamp(1.5rem,7vw,1.95rem);line-height:1.1}.collection-header__description,.collection-header__intro{font-size:.92rem;line-height:1.58}.collection-toolbar{border-radius:14px;margin-bottom:16px;padding:8px 10px;top:58px}.collection-toolbar__sort{min-height:40px;padding-top:9px;padding-bottom:9px}.collection-seo-footer,.faq-block,.resource-links,.author-card{border-radius:14px;margin-top:32px;padding:18px 15px}.faq-page__header{margin-bottom:24px}.faq-page__title{font-size:clamp(1.75rem,7.6vw,2.2rem)}.faq-block__question{align-items:flex-start;gap:12px;padding:15px}.faq-block__toggle{width:32px;height:32px;padding:0}.faq-block__toggle:before{font-size:1.15rem}.product-template.section-padding{padding-top:16px;padding-bottom:122px}.breadcrumb{white-space:nowrap;margin-bottom:14px;padding-bottom:2px;overflow-x:auto}.product-template__grid{gap:20px}.product-gallery__main{border-radius:16px;box-shadow:0 12px 30px #173a3214}.product-gallery__nav{width:40px;height:40px}.product-template__buy-box{background:0 0;padding:0}.product-template__vendor{margin-bottom:6px;font-size:.75rem}.product-template__title{font-size:clamp(1.32rem,6vw,1.68rem);line-height:1.08}.product-template__summary{font-size:.9rem;line-height:1.48}.product-template__price,.product-template__attributes,.product-form,.product-template__trust-icons,.product-template__policy-list{border-radius:14px;box-shadow:0 8px 22px #173a320b}.product-template__price{padding:12px 14px}.product-template__price .price__amount,.product-template__price .price__sale{font-size:1.28rem}.product-template__attributes{grid-template-columns:1fr 1fr;gap:10px;padding:12px}.product-attribute{border-radius:10px;padding:10px}.product-attribute__value{font-size:.84rem}.product-form{padding:14px}.product-form__group{margin-bottom:16px}.product-form__option-label{min-height:40px;padding:9px 14px}.product-form__actions{gap:9px}.product-form__quantity,.product-form__submit,.product-form__payment .shopify-payment-button__button,.product-form__payment .shopify-payment-button__button--unbranded{min-height:48px}.product-template__trust-icons{padding:12px 10px}.product-template__trust-icon{width:28px;height:28px}.product-template__description{margin-top:22px;padding-top:20px}.product-template__reviews,.product-template__confidence{margin-top:24px}.product-mobile-bar,.cart-mobile-checkout{bottom:max(10px,env(safe-area-inset-bottom));border-radius:16px;padding:10px;left:10px;right:10px}.product-mobile-bar{grid-template-columns:minmax(0,.85fr) minmax(136px,1fr)}.product-mobile-bar__title{max-width:20ch;font-size:.75rem}.product-mobile-bar__price,.cart-mobile-checkout__amount{font-size:.98rem}.product-mobile-bar__button,.cart-mobile-checkout__button{border-radius:12px;min-height:46px;padding:10px 14px;font-size:.86rem}.cart-template.section-padding{padding-top:30px}.cart-summary{border-radius:14px}.cart-item{grid-template-columns:74px minmax(0,1fr)}.site-footer{padding-top:42px}.site-footer__grid{gap:26px}.site-footer__title,.site-footer__heading{margin-bottom:10px}.site-footer__description{margin-bottom:16px;font-size:.84rem;line-height:1.55}.site-footer__legal-links{gap:8px;display:grid}.site-footer__contact-item{align-items:flex-start;margin-bottom:10px;font-size:.84rem}.site-footer__bottom{margin-top:26px}}@media (width<=390px){.product-grid{gap:16px 10px}.product-card__info{padding:9px 9px 11px}.product-card__title{font-size:.82rem}.product-template__attributes{grid-template-columns:1fr}.product-mobile-bar{grid-template-columns:minmax(0,.78fr) minmax(126px,1fr)}.product-mobile-bar__button,.cart-mobile-checkout__button{padding-left:10px;padding-right:10px;font-size:.82rem}}.hero-banner__btn,.newsletter__btn,.product-form__submit,.product-bundle__add,.cart-summary__checkout,.product-mobile-bar__button,.cart-mobile-checkout__button{background:var(--color-cta);color:var(--color-cta-text);border-color:var(--color-cta)}.hero-banner__btn:hover,.newsletter__btn:hover,.product-form__submit:hover,.product-bundle__add:hover,.cart-summary__checkout:hover,.product-mobile-bar__button:hover,.cart-mobile-checkout__button:hover{background:var(--color-cta-hover);border-color:var(--color-cta-hover);color:var(--color-cta-text)}.product-form__submit:disabled,.product-form__submit[disabled],.product-bundle__add:disabled,.product-mobile-bar__button:disabled{background:var(--color-cream-dark);border-color:var(--color-cream-dark);color:var(--color-light-text)}@media (width<=767px){.product-card__quick-add,.featured-collection__nav{width:44px;height:44px}.pagination__link{min-width:44px;min-height:44px}.collection-toolbar__sort{min-height:44px}.product-card__title{font-size:.9rem}.product-card__price{font-size:.95rem}}h1,h2,h3,h4,h5,h6{font-synthesis:none}@media (width<=767px){.newsletter.section-padding{background-position:top;min-height:auto;padding-top:46px;padding-bottom:48px}.newsletter .page-width{padding-left:18px;padding-right:18px}.newsletter__content{text-align:center;max-width:390px;margin-left:auto;margin-right:auto}.newsletter .section-header{text-align:center;margin-bottom:0}.newsletter .section-header__title{max-width:10.5em;margin-bottom:12px;margin-left:auto;margin-right:auto;font-size:clamp(2rem,9.4vw,2.55rem);line-height:1.04}.newsletter .section-header__description{max-width:31ch;margin-left:auto;margin-right:auto;font-size:.96rem;line-height:1.5}.newsletter__form-wrapper{flex-direction:column;align-items:stretch;gap:12px;width:100%;max-width:340px;margin:24px auto 0}.newsletter__input,.newsletter__btn{border-radius:var(--radius-full);width:100%;min-height:52px}.newsletter__input{text-align:center;flex:none;padding:14px 18px}.newsletter__btn{letter-spacing:.08em;white-space:nowrap;justify-content:center;align-items:center;padding:0 22px;font-size:.86rem;line-height:1;display:inline-flex}}@media (width<=390px){.newsletter.section-padding{padding-top:38px;padding-bottom:40px}.newsletter .page-width{padding-left:14px;padding-right:14px}.newsletter .section-header__title{font-size:clamp(1.78rem,8.2vw,2.1rem);line-height:1.06}.newsletter .section-header__description{font-size:.9rem;line-height:1.44}.newsletter__form-wrapper{gap:10px;max-width:312px;margin-top:20px}.newsletter__input,.newsletter__btn{min-height:48px}}body.template-index .testimonials--notes.testimonials--four-up .testimonials__grid{align-items:stretch;gap:12px;max-width:900px;margin:0 auto}body.template-index .testimonials--notes.testimonials--four-up.section-padding{padding-top:22px;padding-bottom:22px}body.template-index .testimonials--notes.testimonials--four-up .section-header{margin-bottom:24px}body.template-index .testimonials--notes.testimonials--four-up .section-header__title{margin-bottom:0;font-size:clamp(1.45rem,2.4vw,2.08rem);line-height:1.12}body.template-index .featured-collection__carousel{margin-left:0;margin-right:0}body.template-index .featured-collection__track,body.template-index .featured-collection__track.product-grid--2,body.template-index .featured-collection__track.product-grid--3,body.template-index .featured-collection__track.product-grid--4,body.template-index .featured-collection__track.product-grid--5{grid-auto-columns:initial;scroll-snap-type:none;grid-template-columns:repeat(5,minmax(0,1fr));grid-auto-flow:row;gap:18px;padding:2px 0 4px;scroll-padding-inline:0;display:grid;overflow:visible}body.template-index .featured-collection__track .product-card{scroll-snap-align:initial}body.template-index .featured-collection__track .product-card:nth-child(n+16),body.template-index .featured-collection__nav{display:none}@media (width>=1024px){body.template-index .testimonials--notes.testimonials--four-up .testimonials__grid{grid-template-columns:repeat(4,minmax(0,1fr))}body.template-index .testimonials--notes.testimonials--four-up .testimonials__slide{border-radius:12px;flex-direction:column;height:100%;min-height:98px;padding:13px 13px 12px;display:flex}body.template-index .testimonials--notes.testimonials--four-up .testimonials__icon{width:28px;height:28px;margin-bottom:8px}body.template-index .testimonials--notes.testimonials--four-up .testimonials__icon svg{width:15px;height:15px}body.template-index .testimonials--notes.testimonials--four-up .testimonials__note-title{margin-bottom:5px;font-size:.74rem;line-height:1.28}body.template-index .testimonials--notes.testimonials--four-up .testimonials__text{font-size:.64rem;line-height:1.42}}@media (width<=767px){body.template-index .featured-collection .page-width{padding-left:16px;padding-right:16px}body.template-index .featured-collection__track,body.template-index .featured-collection__track.product-grid--2,body.template-index .featured-collection__track.product-grid--3,body.template-index .featured-collection__track.product-grid--4,body.template-index .featured-collection__track.product-grid--5{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-left:0;margin-right:0;padding:2px 0 4px}body.template-index .featured-collection__track .product-card:nth-child(n+16){display:none}body.template-index .featured-collection__track .product-card__quick-add{gap:2px;min-width:29px;height:19px;min-height:19px;padding-left:5px;padding-right:5px;position:relative}body.template-index .featured-collection__track .product-card__quick-add:after{content:"";min-width:44px;min-height:44px;position:absolute;inset:50%;transform:translate(-50%,-50%)}body.template-index .featured-collection__track .product-card__quick-add svg{width:8px;height:8px}body.template-index .featured-collection__track .product-card__quick-add-text{font-size:.36rem}body.template-index .testimonials--notes.testimonials--four-up.section-padding{padding-top:15px;padding-bottom:18px}body.template-index .testimonials--notes.testimonials--four-up .section-header{margin-bottom:20px}body.template-index .testimonials--notes.testimonials--four-up .section-header__title{font-size:clamp(1.32rem,6.4vw,1.72rem)}body.template-index .testimonials--notes.testimonials--four-up .testimonials__grid{gap:8px}body.template-index .testimonials--notes.testimonials--four-up .testimonials__slide{border-radius:12px;padding:12px}body.template-index .testimonials--notes.testimonials--four-up .testimonials__icon{width:28px;height:28px;margin-bottom:7px}body.template-index .testimonials--notes.testimonials--four-up .testimonials__icon svg{width:15px;height:15px}body.template-index .testimonials--notes.testimonials--four-up .testimonials__note-title{margin-bottom:4px;font-size:.76rem}body.template-index .testimonials--notes.testimonials--four-up .testimonials__text{font-size:.68rem;line-height:1.42}}.contact-page--form-only{max-width:720px;margin:0 auto;display:block}.contact-page__form-wrap--only{width:100%;max-width:720px;margin:0 auto;padding:clamp(28px,4vw,44px)}.contact-page__form-wrap--only .contact-form__submit{margin-top:8px}@media (width<=767px){.contact-section--form-only.section-padding{padding-top:44px;padding-bottom:48px}.contact-page__form-wrap--only{padding:24px 18px}}.contact-section--form-only{background:var(--color-background)}.contact-page--form-only{max-width:740px}.contact-page__hero{text-align:center;margin:0 auto 54px}.contact-page__title--form-only{max-width:none;color:var(--color-primary);margin:0 0 22px;font-size:3.25rem;line-height:1.05}.contact-page__lead{max-width:620px;color:var(--color-light-text);margin:0 auto 6px;font-size:1.1rem;line-height:1.45}.contact-page__form-wrap--only{border:1px solid var(--color-line);background:var(--color-white);max-width:600px;box-shadow:var(--shadow-lg);border-radius:18px;padding:clamp(26px,3.4vw,38px)}.contact-page__form-wrap--only .contact-form__label{color:var(--color-primary);letter-spacing:.02em;font-size:.78rem;font-weight:700}.contact-page__form-wrap--only .contact-form__field{margin-bottom:18px}.contact-page__form-wrap--only .contact-form__grid{gap:14px}.contact-page__form-wrap--only .contact-form__input{border:1px solid var(--color-line);background:var(--color-cream);min-height:48px;color:var(--color-text);border-radius:14px;padding:12px 16px;font-size:1rem;box-shadow:inset 0 0 0 1px #173a320a}.contact-page__form-wrap--only .contact-form__input::placeholder{color:var(--color-light-text);opacity:.62}.contact-page__form-wrap--only .contact-form__input:focus{border-color:var(--color-accent);background:var(--color-white);box-shadow:0 0 0 4px #9f4f2f24}.contact-page__form-wrap--only .contact-form__textarea{min-height:132px}.contact-page__form-wrap--only .contact-form__submit{border-color:var(--color-cta);border-radius:var(--radius-full);background:var(--color-cta);min-height:52px;color:var(--color-cta-text);letter-spacing:.08em;margin-top:10px;font-size:.95rem}.contact-page__form-wrap--only .contact-form__submit:hover{border-color:var(--color-cta-hover);background:var(--color-cta-hover);color:var(--color-cta-text)}.contact-page__meta{color:var(--color-primary);flex-wrap:wrap;justify-content:center;gap:20px 36px;margin-top:36px;font-weight:600;display:flex}.contact-page__meta-item{color:inherit;align-items:center;gap:10px;text-decoration:none;display:inline-flex}.contact-page__meta-item svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}@media (width<=767px){.contact-section--form-only.section-padding{padding-top:40px;padding-bottom:44px}.contact-page__hero{margin-bottom:32px}.contact-page__title--form-only{margin-bottom:16px;font-size:2.25rem}.contact-page__lead{max-width:30ch;font-size:.98rem;line-height:1.5}.contact-page__form-wrap--only{border-radius:16px;padding:22px 16px}.contact-page__form-wrap--only .contact-form__grid{grid-template-columns:1fr;gap:0}.contact-page__form-wrap--only .contact-form__field{margin-bottom:16px}.contact-page__form-wrap--only .contact-form__input{min-height:48px;padding:12px 16px}.contact-page__form-wrap--only .contact-form__textarea{min-height:132px}.contact-page__form-wrap--only .contact-form__submit{min-height:52px;margin-top:10px}.contact-page__meta{text-align:center;flex-direction:column;align-items:center;gap:12px;margin-top:28px;font-size:.92rem}}.product-card{will-change:transform;transition:transform .35s cubic-bezier(.25,.46,.45,.94),box-shadow .35s}@media (hover:hover){.product-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #173a321f}.product-card__quick-add{opacity:0;transition:opacity .3s,transform .3s cubic-bezier(.34,1.56,.64,1);transform:translateY(8px)}.product-card:hover .product-card__quick-add,.product-card:focus-within .product-card__quick-add,.product-card__quick-add:focus-visible{opacity:1;transform:translateY(0)}}@media (width>=768px){.product-card__title{font-size:1.06rem;font-weight:600;line-height:1.35}.product-card__price{letter-spacing:-.01em;font-size:1rem;font-weight:700}}.hero-banner__title{text-shadow:0 1px 3px #00000040,0 4px 12px #00000026}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}.hero-banner__subtitle{animation:.8s ease-out .15s both heroFadeIn}.hero-banner__title{animation:.8s ease-out .35s both heroFadeIn}.hero-banner__description{animation:.8s ease-out .55s both heroFadeIn}.hero-banner__btn{animation:.8s ease-out .75s both heroFadeIn}@media (prefers-reduced-motion:reduce){.hero-banner__subtitle,.hero-banner__title,.hero-banner__description,.hero-banner__btn{animation:none}}.collection-card__content{transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.collection-card__link{gap:6px}.collection-card__link:after{content:"→";transition:transform .3s}@media (hover:hover){.collection-card:hover .collection-card__content{transform:translateY(-8px)}.collection-card:hover .collection-card__link:after{transform:translate(4px)}}.site-header{transition:background-color .3s,box-shadow .3s}@supports not (backdrop-filter:blur(8px)){.site-header.scrolled{background:#fffefafa}}.search-overlay__wrapper:focus-within{border-color:#9f4f2fa6;box-shadow:0 6px 22px #9f4f2f2e}.search-overlay__suggestion{transition:color var(--transition-fast),background .2s ease,padding-left .2s ease;border-radius:8px}.search-overlay__suggestion:hover{background:#ffffff0f;padding-left:10px}.site-header__cart-count{transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.site-header__cart-count--updated{animation:.4s cubic-bezier(.34,1.56,.64,1) cartCountPop}@keyframes cartCountPop{0%{transform:scale(1)}50%{transform:scale(1.4)}to{transform:scale(1)}}.btn:active,.product-form__submit:active,.product-mobile-bar__button:active{transition-duration:.1s;transform:translateY(2px)scale(.98)}.contact-form__input:focus,.contact-form__textarea:focus,.newsletter__input:focus,.product-form__qty-input:focus,input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=password]:focus,input[type=number]:focus,textarea:focus,select:focus{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 3px #9f4f2f1f}.search-overlay__input:focus{box-shadow:none}.section-header__description,.collection-header__intro,.article__summary p,.page-template__summary p,.contact-page__intro,.testimonials__text{color:var(--color-light-text);line-height:1.72}.page-template__title,.article__title,.section-header__title,.collection-header__title{text-wrap:balance}.page-template__content,.article__content,.rte,.shopify-policy__body{font-size:clamp(1rem,.96rem + .18vw,1.08rem);line-height:var(--readable-line-height)}.page-template__content,.article__content,.shopify-policy__body{max-width:var(--readable-width);margin-left:auto;margin-right:auto}.page-template__content p,.article__content p,.rte p,.shopify-policy__body p{margin-bottom:1.15em}.page-template__content ul,.page-template__content ol,.article__content ul,.article__content ol,.rte ul,.rte ol,.shopify-policy__body ul,.shopify-policy__body ol{margin-bottom:1.25em}.page-template__content li,.article__content li,.rte li,.shopify-policy__body li{margin-bottom:.55em}.page-template__content h2,.page-template__content h3,.article__content h2,.article__content h3,.rte h2,.rte h3,.shopify-policy__body h2,.shopify-policy__body h3{text-wrap:balance;margin-top:2.05em;margin-bottom:.7em;line-height:1.24}.page-template__content a,.article__content a,.rte a,.shopify-policy__body a{text-underline-offset:.2em;text-decoration-thickness:.08em}.shopify-policy__container{max-width:820px;padding:clamp(48px,7vw,84px) 24px}.shopify-policy__title h1{color:var(--color-primary);font-family:var(--font-heading);text-wrap:balance;margin-bottom:.8em;font-size:clamp(2rem,4vw,3rem);font-weight:500;line-height:1.1}@media (width<=767px){body{line-height:1.7}.section-header__description,.collection-header__intro,.article__summary p,.page-template__summary p,.contact-page__intro,.testimonials__text{line-height:1.66}.page-template__content,.article__content,.rte,.shopify-policy__body{font-size:1rem;line-height:1.72}.page-template__content h2,.page-template__content h3,.article__content h2,.article__content h3,.rte h2,.rte h3,.shopify-policy__body h2,.shopify-policy__body h3{margin-top:1.8em}}.product-card__quick-add-text,.product-mobile-bar__promise,.cart-mobile-checkout__promise{display:none}@media (width<=767px){.template-product .site-header{box-shadow:0 1px #173a3214}.product-template.section-padding{padding-top:12px;padding-bottom:136px}.product-template .breadcrumb{margin-bottom:10px}.product-template__grid{gap:16px}.product-gallery__main{aspect-ratio:1;max-height:min(86vw,380px)}.product-gallery__thumbs{margin-top:6px}.product-template__title,.product-template__reviews-summary{margin-bottom:8px}.product-template__price{margin-bottom:9px}.product-form{padding:13px}.product-form__group{margin-bottom:13px}.product-form__label{margin-bottom:8px}.product-form__option-label{min-height:42px}.product-form__submit,.product-form__payment .shopify-payment-button__button,.product-form__payment .shopify-payment-button__button--unbranded{min-height:52px}.product-template__trust-icons{grid-template-columns:repeat(4,minmax(0,1fr));padding:10px 8px}.product-template__trust-item{font-size:.68rem}.product-template__trust-icon{width:26px;height:26px}.product-template__trust-icon svg{width:15px;height:15px}.product-mobile-bar{grid-template-columns:minmax(0,.76fr) minmax(146px,1fr)}.product-mobile-bar__info{gap:1px}.product-mobile-bar__title{max-width:21ch}.product-mobile-bar__promise{color:var(--color-accent);text-overflow:ellipsis;white-space:nowrap;font-size:.68rem;font-weight:800;line-height:1.15;display:block;overflow:hidden}.product-mobile-bar__button{font-weight:900}.cart-mobile-checkout{grid-template-columns:minmax(0,.76fr) minmax(136px,1fr)}.cart-mobile-checkout__total{gap:1px}.product-card__quick-add{background:var(--color-cta);border-color:var(--color-cta);border-radius:var(--radius-full);color:var(--color-cta-text);align-items:center;gap:5px;width:auto;min-width:58px;height:38px;padding:0 11px;display:inline-flex}.product-card__quick-add svg{width:15px;height:15px}.product-card__quick-add-text{font-size:.72rem;font-weight:900;line-height:1;display:inline}}@media (width<=390px){.product-template__trust-icons{grid-template-columns:repeat(2,minmax(0,1fr))}.product-template__trust-item{font-size:.76rem}.product-mobile-bar{grid-template-columns:minmax(0,.68fr) minmax(132px,1fr)}.product-mobile-bar__title{max-width:16ch}.product-mobile-bar__button,.cart-mobile-checkout__button{font-size:.8rem}}.product-card__quick-add{background:var(--color-cta);border:1px solid var(--color-cta);border-radius:var(--radius-full);color:var(--color-cta-text);opacity:1;align-items:center;gap:5px;width:auto;min-width:58px;height:38px;padding:0 11px;display:inline-flex;transform:none}.product-card__quick-add svg{width:15px;height:15px}.product-card__quick-add-text{font-size:.72rem;font-weight:900;line-height:1;display:inline}.product-card__quick-add:hover{background:var(--color-cta-hover);border-color:var(--color-cta-hover);color:var(--color-cta-text)}@media (hover:hover){.product-card__quick-add,.product-card:hover .product-card__quick-add,.product-card:focus-within .product-card__quick-add,.product-card__quick-add:focus-visible{opacity:1;transform:none}}@media (width<=767px){body.template-index .needsclick[class*=kl-private-reset-css],body.template-index [class*=klaviyo-form],body.template-index [id^=klaviyo]{pointer-events:none!important;visibility:hidden!important;display:none!important}.site-header__icon,.site-header__menu-toggle,.mobile-nav__toggle,.mobile-nav__close,.search-overlay__close,.hero-banner__btn,.btn{min-width:44px;min-height:44px}.product-card__quick-add,.featured-collection__track .product-card__quick-add{min-width:64px;min-height:44px;padding-left:12px;padding-right:12px}.featured-collection__nav{min-width:44px;min-height:44px}.hero-banner__image{will-change:auto}body.template-index .featured-collection__track .product-card__image-wrapper{overflow:visible}body.template-index .featured-collection__track .product-card__quick-add{background:var(--color-cta);border-color:var(--color-cta);color:var(--color-cta-text);z-index:5;gap:3px;width:auto;min-width:46px;height:29px;min-height:29px;padding:0 9px;position:absolute;bottom:5px;right:5px;box-shadow:0 5px 12px #173a322e;opacity:1!important;display:inline-flex!important;transform:none!important}body.template-index .featured-collection__track .product-card__quick-add:after{content:"";min-width:44px;min-height:44px;position:absolute;inset:50%;transform:translate(-50%,-50%)}body.template-index .featured-collection__track .product-card__quick-add svg{width:11px;height:11px}body.template-index .featured-collection__track .product-card__quick-add-text{font-size:.48rem}}.about-yozcoffee .about-yozcoffee__title{letter-spacing:-.012em!important;font-size:clamp(1.5rem,1.8vw,1.8rem)!important;line-height:1.16!important}.about-yozcoffee .about-yozcoffee__lead{font-size:clamp(.96rem,1vw,1.05rem)!important;line-height:1.68!important}.about-yozcoffee .about-yozcoffee__section-title{letter-spacing:-.006em!important;font-size:clamp(1.18rem,1.55vw,1.55rem)!important;line-height:1.22!important}.about-yozcoffee .about-yozcoffee__section-text,.about-yozcoffee .about-yozcoffee__copy p{font-size:clamp(.95rem,.98vw,1.02rem)!important;line-height:1.66!important}.about-yozcoffee .about-yozcoffee__card h3{font-size:clamp(.98rem,1vw,1.06rem)!important}.about-yozcoffee .about-yozcoffee__promise p{font-size:clamp(.98rem,1.05vw,1.08rem)!important}@media (width<=640px){.about-yozcoffee .about-yozcoffee__title{font-size:clamp(1.45rem,5.4vw,1.7rem)!important}.about-yozcoffee .about-yozcoffee__section-title{font-size:clamp(1.12rem,4.8vw,1.34rem)!important}}.hero-banner__actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.hero-banner__btn--secondary{color:var(--color-white);background:#ffffff1a;border-color:#ffffffb3}.hero-banner__btn--secondary:hover,.hero-banner__btn--secondary:focus-visible{background:var(--color-white);border-color:var(--color-white);color:var(--color-primary)}.collection-card:focus-visible,.collection-seo-footer__chip:focus-visible,.cart-empty__link:focus-visible{outline:2px solid var(--color-cta);outline-offset:4px}.collection-card__description{opacity:.9;max-width:32ch;margin:0;font-size:.88rem;line-height:1.45}.product-card__quick-add--disabled,.product-card__quick-add--disabled:hover{background:var(--color-cream-dark);border-color:var(--color-cream-dark);color:var(--color-light-text);cursor:not-allowed}.product-template__short-benefit{color:var(--color-light-text);margin:-2px 0 12px;font-size:.98rem;line-height:1.55}.product-form__trust-badges{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin-top:14px;display:grid}.product-form__trust-badge{color:var(--color-primary);text-align:center;background:#f5f8f2c7;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:78px;padding:11px 7px;font-size:.58rem;font-weight:700;line-height:1.18;display:flex}.product-form__trust-badge-icon{color:var(--color-primary);background:#173a3214;border-radius:999px;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.product-form__trust-badge-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:11px;height:11px;display:block}.product-form__trust-badge>span:last-child{hyphens:none;overflow-wrap:normal;text-align:center;word-break:normal;width:72px;max-width:100%;display:block}@media (width<=767px){.product-form__trust-badges{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:12px}.product-form__trust-badge{min-height:72px;padding:10px 8px}}.jdgm-preview-badge .jdgm-prev-badge[data-number-of-reviews="0"],.product-template__reviews-summary .jdgm-prev-badge[data-number-of-reviews="0"],.product-card__reviews .jdgm-prev-badge[data-number-of-reviews="0"],.product-template__reviews .jdgm-rev-widg[data-number-of-reviews="0"] .jdgm-rev-widg__summary-stars,.product-template__reviews .jdgm-rev-widg[data-number-of-reviews="0"] .jdgm-histogram,.product-template__reviews .jdgm-rev-widg[data-number-of-reviews="0"] .jdgm-rev-widg__reviews{display:none!important}.site-header__logo-image img,.site-header__logo-img{aspect-ratio:auto 240/54}.site-footer__logo--fallback{aspect-ratio:auto 160/115;width:160px;height:auto;width:84px!important;height:auto!important}@media (width<=767px){.site-footer__logo--fallback{width:78.4px!important}}.product-card__image-wrapper,.product-card__image-container,.blog-card__image-wrapper{contain:layout paint}.product-card__image,.blog-card__image,.hero-banner__image{backface-visibility:hidden}@media (width<=767px){body.template-index .site-header__right{justify-content:flex-end}body.template-index .site-header__right:not(:has([id*=bucks i],[class*=bucks i])):after{content:"";flex:0 0 min(88px,22vw);width:min(88px,22vw);height:38px;display:block}body.template-index .site-header__right [id*=bucks i],body.template-index .site-header__right [class*=bucks i]{contain:layout paint style;flex:0 0 min(88px,22vw);width:min(88px,22vw);max-width:min(88px,22vw);min-height:38px}body.template-index .hero-banner[data-parallax] .hero-banner__image{transform:none!important}body.template-index .featured-collection__track .product-card__image-wrapper{aspect-ratio:1}}.cart-empty__links{flex-wrap:wrap;justify-content:center;gap:10px;margin:22px auto 10px;display:flex}.cart-empty__link{border-radius:var(--radius-full);color:var(--color-primary);border:1px solid #173a3229;padding:9px 14px;font-size:.86rem;text-decoration:none}.cart-empty__link:hover{background:#173a320f}.cart-empty__trust{color:var(--color-light-text);margin:10px 0 0;font-size:.88rem}@media (width<=640px){.hero-banner__actions{flex-direction:column;align-items:stretch}.hero-banner__actions .hero-banner__btn{justify-content:center;width:100%}.collection-card__content{padding:20px}}body.template-index .collection-list.section-padding{padding-top:50px;padding-bottom:50px}body.template-index .collection-list+.featured-collection.section-padding{padding-top:14px}@media (width<=767px){body.template-index .collection-list.section-padding{padding-top:26px;padding-bottom:26px}body.template-index .collection-list+.featured-collection.section-padding{padding-top:12px}}body{color:#172823;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;line-height:1.68}.section-header{margin-bottom:clamp(22px,3.2vw,36px)}.section-header__title,.page-template__title,.article__title,.collection-header__title{letter-spacing:-.01em;text-wrap:balance;font-size:clamp(1.65rem,2.35vw,2.45rem);line-height:1.14}.section-header__subtitle,.section-header__description,.rte,.page-template__content,.article__content,.shopify-policy__body{color:#2d403a;font-size:clamp(.98rem,.94rem + .14vw,1.05rem);line-height:1.72}.rte p,.page-template__content p,.article__content p,.shopify-policy__body p{margin-bottom:1.05em}.rte li,.page-template__content li,.article__content li,.shopify-policy__body li{margin-bottom:.45em}.hero-banner__text-wrapper{max-width:600px}.hero-banner__title,.template-index .hero-banner__title,.hero-banner--small .hero-banner__title{letter-spacing:-.015em;text-wrap:balance;margin-bottom:16px;font-size:clamp(2rem,4vw,3.25rem);line-height:1.08}.hero-banner__subtitle{letter-spacing:.17em;font-size:clamp(.68rem,.64rem + .12vw,.78rem)}.hero-banner__description,.hero-banner--small .hero-banner__description{max-width:54ch;font-size:clamp(.95rem,.9rem + .16vw,1.04rem);line-height:1.62}.product-card__content{gap:6px}.product-card__title,.featured-collection__track .product-card__title,.product-template__related .product-card__title{letter-spacing:0;min-height:2.5728rem;margin-bottom:4px;font-size:clamp(.9rem,.84rem + .16vw,1rem);line-height:1.34}.product-card__price{font-size:.94rem;line-height:1.25}.product-card__quick-add{letter-spacing:.01em;font-size:.78rem;line-height:1.2}.product-template__title{letter-spacing:-.01em;text-wrap:balance;max-width:24ch;margin-bottom:12px;font-size:clamp(1.45rem,1.9vw,2rem);line-height:1.18}.product-template__price{font-size:clamp(1.28rem,2vw,1.62rem);line-height:1.15}.product-template__summary,.product-template__short-benefit,.product-template__description,.product-template__description .rte,.product-template__shipping-promise,.product-template__shipping-promise p,.product-template__details,.product-template__accordion,.product-template__accordion-content,.product-template__policy-card,.product-template__support-card{font-size:clamp(.94rem,.9rem + .12vw,1rem);line-height:1.65}.product-template__description .rte{max-width:66ch}.testimonials__note-title,.testimonials--notes .testimonials__note-title{font-size:clamp(1rem,.96rem + .14vw,1.1rem);line-height:1.28}.testimonials--notes .testimonials__text{font-size:clamp(.9rem,.86rem + .12vw,.96rem);line-height:1.58}.product-form__trust-badge{letter-spacing:-.01em;font-size:.62rem;line-height:1.18}.shopify-policy__title h1,.shopify-policy__title{text-wrap:balance;font-size:clamp(1.9rem,3.2vw,3.2rem);line-height:1.12}@media (width>=990px){.template-product .product-template__description,.template-product .product-template__description .rte{max-width:62ch}.template-index .featured-collection .section-header__title,.template-index .collection-list .section-header__title,.template-index .testimonials .section-header__title{font-size:clamp(1.75rem,2.1vw,2.25rem)}}@media (width<=767px){body{line-height:1.66}.section-header{margin-bottom:20px}.section-header__title,.page-template__title,.article__title,.collection-header__title{font-size:clamp(1.35rem,5.4vw,1.78rem);line-height:1.16}.hero-banner__title,.template-index .hero-banner__title,.hero-banner--small .hero-banner__title{font-size:clamp(1.75rem,8vw,2.4rem);line-height:1.08}.hero-banner__description,.hero-banner--small .hero-banner__description{font-size:.94rem;line-height:1.56}.product-template__title{max-width:100%;font-size:clamp(1.32rem,5.8vw,1.72rem);line-height:1.18}.product-template__price{font-size:1.25rem}.product-card__title,.featured-collection__track .product-card__title,.product-template__related .product-card__title{min-height:2.132rem;font-size:.82rem;line-height:1.3}.product-card__price{font-size:.86rem}.product-card__quick-add{font-size:.68rem}.product-template__summary,.product-template__short-benefit,.product-template__description,.product-template__description .rte,.rte,.page-template__content,.article__content,.shopify-policy__body{font-size:.96rem;line-height:1.66}.product-form__trust-badge{font-size:.6rem;line-height:1.16}}:root{--color-background:#fdfefc;--color-text:#0f1f1b;--color-light-text:#243a33;--color-primary:#12382f;--color-secondary:#385d50;--color-cream:#f6faf4;--color-cream-dark:#ccd8cf;--color-line:#c9d6ce}body{color:var(--color-text);background-color:var(--color-background)}h1,h2,h3,h4,h5,h6,.section-header__title,.page-template__title,.article__title,.collection-header__title,.product-template__title,.product-card__title,.testimonials__note-title,.site-header__nav a{color:var(--color-primary)}.rte,.page-template__content,.article__content,.shopify-policy__body,.section-header__subtitle,.section-header__description,.product-template__summary,.product-template__short-benefit,.product-template__description,.product-template__description p,.product-template__description li,.product-template__description .rte,.product-template__shipping-promise,.product-template__shipping-promise p,.product-template__details,.product-template__accordion,.product-template__accordion-content,.testimonials--notes .testimonials__text,.collection-card__description,.cart-empty__trust{color:var(--color-light-text)}.product-card__price,.product-template__price,.price,.money{color:var(--color-text)}.product-card,.collection-card,.article-card,.blog-card,.testimonials__item,.product-template__buy-box,.product-template__details,.product-template__accordion,.shopify-policy__container,.template-page .rte{border-color:#12382f1f}.template-index .hero-banner__title{color:#fff;text-shadow:0 2px 14px #0f1f1b47}.collection-card .collection-card__content,.collection-card .collection-card__eyebrow,.collection-card .collection-card__title,.collection-card .collection-card__description,.collection-card .collection-card__link{color:#fff}.home-judgeme-reviews{border-top:1px solid #12382f14;border-bottom:1px solid #12382f14}.home-judgeme-reviews__header{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:20px;margin-bottom:clamp(24px,4vw,42px);display:grid}.home-judgeme-reviews .section-header{text-align:left;margin-bottom:0}.home-judgeme-reviews .section-header__description{margin-left:0}.home-judgeme-reviews__summary{color:var(--color-primary);white-space:nowrap;background:#fffefad1;border:1px solid #12382f1f;border-radius:999px;justify-self:end;align-items:center;gap:10px;padding:10px 16px;display:inline-flex;box-shadow:0 12px 32px #12382f0f}.home-judgeme-reviews__rating{font-weight:800}.home-judgeme-reviews__stars{color:var(--color-cta);letter-spacing:.08em;font-size:.9rem;line-height:1;display:inline-block;position:relative}.home-judgeme-reviews__stars-empty{display:block}.home-judgeme-reviews__stars-filled{white-space:nowrap;width:var(--review-rating-percent,0%);display:block;position:absolute;inset:0 auto 0 0;overflow:hidden}.home-judgeme-reviews__count{color:var(--color-light-text);font-size:.82rem;font-weight:700}.home-judgeme-reviews__widget{background:#fffefac7;border:1px solid #12382f1a;border-radius:24px;padding:clamp(18px,3vw,32px);overflow:hidden;box-shadow:0 18px 48px #12382f12}.home-judgeme-reviews__widget .jdgm-carousel{display:block!important}.home-judgeme-reviews__widget .jdgm-carousel-wrapper,.home-judgeme-reviews__widget .jdgm-carousel{max-width:none}.home-judgeme-reviews__widget .jdgm-carousel-item__review,.home-judgeme-reviews__widget .jdgm-carousel-item__review-body{color:var(--color-text);font-family:var(--font-body);line-height:1.65}.home-judgeme-reviews__widget .jdgm-carousel-item__review-title,.home-judgeme-reviews__widget .jdgm-carousel-item__reviewer-name{color:var(--color-primary);font-weight:800}.home-judgeme-reviews__widget .jdgm-star{color:var(--color-cta)}.jdgm-widget .jdgm-rev__timestamp,.jdgm-widget .jdgm-rev__location,.jdgm-widget .jdgm-rev-widg__summary-text,.jdgm-widget .jdgm-histogram__frequency,.jdgm-widget .jdgm-histogram__percentage,.jdgm-widget .jdgm-sort-dropdown,.jdgm-widget .jdgm-sort-dropdown-wrapper,.jdgm-widget .jdgm-rev__buyer-badge-wrapper,.home-judgeme-reviews__widget .jdgm-carousel-item__timestamp,.home-judgeme-reviews__widget .jdgm-carousel-item__reviewer-verified{color:#5f6c66!important}.jdgm-widget .jm-sort-filter--compact .jdgm-sort-dropdown{color:#0000!important}.jdgm-widget .jm-sort-filter--compact .jdgm-sort-dropdown option{color:var(--color-text)!important}.jdgm-widget .jm-sort-filter--compact .jm-sort-filter__icon--sort{z-index:2}.home-judgeme-reviews__grid{grid-auto-columns:calc(33.3333% - 12px);grid-auto-flow:column;gap:18px;display:grid}.home-judgeme-reviews__viewport{overscroll-behavior-inline:contain;scroll-behavior:smooth;scroll-snap-type:inline mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;overflow-x:auto}.home-judgeme-reviews__viewport::-webkit-scrollbar{display:none}.home-review-card{scroll-snap-align:start;background:#fffefa;border:1px solid #12382f1a;border-radius:18px;flex-direction:column;min-width:0;padding:clamp(20px,2.4vw,28px);display:flex}.home-review-card__rating{color:var(--color-cta);letter-spacing:.02em;gap:2px;margin-bottom:12px;font-size:1.05rem;display:flex}.home-review-card__star--on{color:var(--color-cta)}.home-review-card__title{color:var(--color-primary);font-family:var(--font-heading);margin-bottom:8px;font-size:1.05rem;font-weight:800;line-height:1.35}.home-review-card__body{color:var(--color-text);flex:auto;font-size:.94rem;line-height:1.65}.home-review-card__footer{justify-content:space-between;align-items:center;gap:12px;margin-top:20px;display:flex}.home-review-card__reviewer{color:#5f6c66;font-size:.9rem;font-weight:800}.home-review-card__product{background:#fff;border:1px solid #12382f14;border-radius:10px;flex:none;justify-content:center;align-items:center;width:56px;height:56px;display:inline-flex;overflow:hidden}.home-review-card__product-image{object-fit:contain;width:100%;height:100%;padding:4px}.home-judgeme-reviews__controls{justify-content:center;gap:12px;margin-top:22px;display:flex}.home-judgeme-reviews__controls[hidden]{display:none}.home-judgeme-reviews__arrow{color:var(--color-primary);height:46px;transition:background var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast);background:#fffefa;border:1px solid #12382f24;border-radius:999px;justify-content:center;align-items:center;width:46px;font-size:2rem;line-height:1;display:inline-flex}.home-judgeme-reviews__arrow:hover,.home-judgeme-reviews__arrow:focus-visible{background:var(--color-primary);border-color:var(--color-primary);color:#fff;outline:none;transform:translateY(-1px)}.home-judgeme-reviews__arrow span{transform:translateY(-1px)}body.template-index .mobile-nav{transition:opacity var(--transition-base)}body.template-index .home-judgeme-reviews__arrow{transition:transform var(--transition-fast)}body.template-index .home-review-card__product{transition:opacity .22s var(--ease-soft),transform .28s var(--ease-soft)}.home-judgeme-reviews__empty{color:var(--color-light-text);text-align:center;background:#fffefac7;border:1px dashed #12382f38;border-radius:18px;padding:22px}.home-judgeme-reviews__empty p+p{margin-top:8px}@media (width<=767px){.home-judgeme-reviews__grid{grid-auto-columns:calc(50% - 9px)}.home-judgeme-reviews__header{grid-template-columns:1fr;align-items:start}.home-judgeme-reviews .section-header{text-align:center}.home-judgeme-reviews .section-header__description{margin-left:auto}.home-judgeme-reviews__summary{white-space:normal;border-radius:18px;flex-wrap:wrap;justify-content:center;justify-self:stretch}}.template-product .product-template__a-plus{clear:both;width:100%;min-width:0;max-width:100%;margin-top:clamp(32px,5vw,64px)}.template-product .product-template__resources--compact{display:none!important}.template-product .product-template__description .rte:has(img),.template-product .product-template__description:has(img) .rte{max-width:100%}.template-product .yoz-a-plus-espresso img,.template-product .product-a-plus img,.template-product .a-plus-content img,.template-product .enhanced-product-content img,.template-product .product-description img,.template-product .product__description img,.template-product .product-template__description img{object-fit:contain;width:100%;max-width:100%;display:block;height:auto!important}.template-product .product-description iframe[src*=youtube\.com],.template-product .product__description iframe[src*=youtube\.com],.template-product .product-template__description iframe[src*=youtube\.com],.template-product .product-description iframe[src*=youtube-nocookie\.com],.template-product .product__description iframe[src*=youtube-nocookie\.com],.template-product .product-template__description iframe[src*=youtube-nocookie\.com]{aspect-ratio:16/9;border:0;max-width:100%;display:block;width:100%!important;height:auto!important}.template-product .yoz-a-plus-espresso picture,.template-product .product-a-plus picture,.template-product .a-plus-content picture,.template-product .enhanced-product-content picture,.template-product .product-description picture,.template-product .product__description picture,.template-product .product-template__description picture{max-width:100%;display:block}.template-product .yoz-a-plus-espresso .image-wrapper,.template-product .product-a-plus .image-wrapper,.template-product .a-plus-content .image-wrapper,.template-product .enhanced-product-content .image-wrapper,.template-product .product-description .image-wrapper,.template-product .product__description .image-wrapper,.template-product .product-template__description .image-wrapper,.template-product .product-template__description figure{max-width:100%;overflow:hidden}@media (width<=749px){.template-product .yoz-a-plus-espresso,.template-product .product-a-plus,.template-product .a-plus-content,.template-product .enhanced-product-content{overflow-x:clip}}.template-product .product-form__trust-badge>span:last-child{white-space:nowrap}@media (width<=749px){.template-product .product-form__trust-badge{min-width:0;padding-left:.45rem;padding-right:.45rem}.template-product .product-form__trust-badge>span:last-child{letter-spacing:-.04em;font-size:clamp(.74rem,2.7vw,.86rem);line-height:1.05}}.template-product .product-form__trust-badges+.product-form__payment-icons{margin-top:-3px!important;padding-top:3px!important}@media (width<=767px){.template-product .product-form__trust-badges+.product-form__payment-icons{margin-top:-2px!important;padding-top:2px!important}}.template-product .product-template__shipping-policy-entry+.product-form__trust-badges{margin-top:-10px!important}@media (width<=767px){.template-product .product-template__shipping-policy-entry+.product-form__trust-badges{margin-top:-8px!important}}.template-product .product-template__title{margin-bottom:6px}.template-product .product-template__reviews-summary{min-height:10px;margin:-6px 0 6px}.template-product .product-template__reviews-summary:has(.jdgm-widget:empty),.template-product .product-template__reviews-summary:has(.jdgm-prev-badge[data-number-of-reviews="0"]){display:none}@media (width<=767px){.template-product .product-template__title{margin-bottom:4px}.template-product .product-template__reviews-summary{min-height:8px;margin:-7px 0 5px}}.template-product .product-template__price .price__save{background:var(--color-cta);border:1px solid var(--color-cta);color:var(--color-cta-text)}.price__save .money,.price__save .price__save-money,.template-product .product-template__price .price__save .money,.template-product .product-template__price .price__save-money,.template-product .product-template__price .price__save span{color:#fff!important}@media (width<=767px){body.template-index .featured-collection__track .product-card__badge--sale{display:none!important}}body.template-index .home-judgeme-reviews,body.template-index .about-story,body.template-index .blog-posts,body.template-index .cta-banner,body.template-index .testimonials{content-visibility:auto;contain-intrinsic-size:auto 520px}@media (width<=767px){body.template-index .home-judgeme-reviews,body.template-index .about-story,body.template-index .blog-posts,body.template-index .cta-banner,body.template-index .testimonials{contain-intrinsic-size:auto 460px}}@media (width>=1024px){.template-product .product-template__grid{grid-template-columns:minmax(0,1.04fr) minmax(420px,.96fr);gap:clamp(36px,4vw,60px)}.template-product .product-gallery{align-self:start;position:sticky;top:104px}.template-product .product-template__buy-box{position:static}.template-product .product-gallery--with-thumbs{grid-template-columns:78px minmax(0,1fr);gap:14px;display:grid}.template-product .product-gallery--with-thumbs .product-gallery__thumbs{grid-area:1/1;max-height:calc(100vh - 128px);margin-top:0;padding:0 3px 0 0;overflow-y:auto}.template-product .product-gallery--with-thumbs .product-gallery__main{grid-area:1/2}.template-product .product-bundle__items{grid-template-columns:1fr}.template-product .product-bundle__item{grid-template-columns:20px minmax(0,1fr);align-content:center;padding:8px}.template-product .product-bundle__select{position:static}.template-product .product-bundle__product-link{grid-template-columns:48px minmax(0,1fr)}.template-product .product-bundle__item-copy{grid-template-columns:minmax(0,1fr) auto}.template-product .product-bundle__media{width:auto;height:auto}}.template-product .product-template__content-accordion{border:0;min-width:0}.template-product .product-template__content-summary{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;min-width:0;list-style:none;display:flex}.template-product .product-template__content-summary::-webkit-details-marker{display:none}.template-product .product-template__content-summary .product-template__desc-title{margin:0;display:block}.template-product .product-template__content-icon{color:var(--color-primary);transition:transform var(--transition-fast);flex:none}.template-product .product-template__content-accordion[open]>.product-template__content-summary .product-template__content-icon{transform:rotate(180deg)}.template-product .product-template__content-accordion>.rte,.template-product .product-template__content-accordion>.product-template__policy-list{margin-top:14px}.template-product .product-template__reviews-write{justify-self:center;margin-top:4px}.template-product .product-template__reviews-summary .jdgm-prev-badge[data-number-of-reviews="0"]{display:inline-flex!important}.template-product .product-template__reviews-summary:has(.jdgm-prev-badge[data-number-of-reviews="0"]){display:block}.template-product .product-form__submit,.template-product .product-form__checkout,.template-product .product-bundle__add{border-radius:var(--radius-md);letter-spacing:0;text-transform:none;min-height:52px;transition:transform var(--transition-fast),background var(--transition-fast),border-color var(--transition-fast),box-shadow var(--transition-fast);padding:13px 18px;font-size:.95rem;font-weight:800}.template-product .product-form__submit:hover,.template-product .product-form__checkout:hover,.template-product .product-bundle__add:hover{transform:translateY(-1px)}.template-product .product-form__checkout{color:#fff;background:#173a32;border-color:#173a32;box-shadow:0 14px 30px #173a3229}.template-product .product-form__checkout:hover,.template-product .product-form__checkout:focus-visible{color:#fff;background:#4f6f61;border-color:#4f6f61}@media (width<=767px){.template-product .product-template__content-summary{min-height:44px}.template-product .product-bundle__items{grid-template-columns:1fr}}.product-form__submit{letter-spacing:.05em;min-height:54px;font-size:.95rem;font-weight:700;transition:transform .18s,box-shadow .18s,background .18s;box-shadow:0 6px 18px #9f4f2f47;background:var(--color-cta)!important;border-color:var(--color-cta)!important;color:var(--color-cta-text)!important}.product-form__submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 24px #9f4f2f57;background:var(--color-cta-hover)!important;border-color:var(--color-cta-hover)!important}.product-form__submit:active:not(:disabled){transform:translateY(0);box-shadow:0 4px 12px #9f4f2f3d}.btn--buy-now{border:2px solid var(--color-primary);color:var(--color-primary);background:0 0;width:100%;min-height:50px}.btn--buy-now:hover:not(:disabled){background:var(--color-primary);color:var(--color-white);transform:translateY(-1px)}.product-template__price .price{flex-wrap:wrap;align-items:baseline;gap:10px;display:flex}.product-template__price .price__sale{color:var(--color-sale)}.product-template__price .price__compare{color:var(--color-muted,#5c6b63);font-size:1.05rem}.product-template__price .price__save{border-radius:var(--radius-full);color:var(--color-sale);letter-spacing:.03em;text-transform:uppercase;background:#a848341a;padding:5px 11px;font-size:.78rem;font-weight:800}.product-form__option-label{border-radius:var(--radius-full);border-width:1.5px;padding:10px 18px;font-weight:600;transition:border-color .15s,background .15s,color .15s,box-shadow .15s}.product-form__option-input:checked+.product-form__option-label{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-white);box-shadow:0 4px 12px #173a3238}.product-form__option-label:hover{border-color:var(--color-primary)}.product-gallery__main{background:var(--color-white);border-radius:var(--radius-lg);border:1px solid #173a3214;overflow:hidden}.product-gallery__thumb{border-radius:var(--radius-md);opacity:.72;border:1.5px solid #0000;transition:opacity .15s,border-color .15s,transform .15s;overflow:hidden}.product-gallery__thumb:hover{opacity:1;transform:translateY(-2px)}.product-gallery__thumb--active{border-color:var(--color-accent);opacity:1}.product-gallery__nav{backdrop-filter:blur(6px);color:var(--color-primary);background:#fffefad9;border:1px solid #173a321a;transition:background .15s,transform .15s;box-shadow:0 4px 14px #14231f1f}.product-gallery__nav:hover{background:var(--color-white);transform:translateY(-50%)scale(1.06)}.product-gallery__nav:active{transform:translateY(-50%)scale(.98)}.product-form__trust-badges{border-top:1px solid #173a321a;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;margin-top:18px;padding-top:16px;display:grid}.product-form__trust-badge{color:var(--color-light-text);align-items:center;gap:9px;font-size:.82rem;font-weight:600;line-height:1.3;display:flex}.product-form__trust-badge-icon{color:var(--color-accent);background:#9f4f2f17;border-radius:50%;flex:none;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.product-form__trust-badge-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:16px;height:16px}.product-bundle{border-radius:var(--radius-lg);background:linear-gradient(#eef3ed8c,#fffefae6);border:1px solid #173a321a}.product-bundle__badge{background:var(--color-accent);border-radius:var(--radius-full);color:#fff;letter-spacing:.04em;font-weight:800}.product-bundle__item{border-radius:var(--radius-md);transition:background .15s}.product-bundle__item:hover{background:#fffefae6}.product-bundle__summary-row--save span:last-child{color:var(--color-sale);font-weight:800}.product-bundle__summary-row--total span:last-child{font-size:1.12rem;font-weight:800}.product-card{border-radius:var(--radius-lg);transition:transform .22s,box-shadow .22s}.product-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px #14231f1a}.product-card__image-container{overflow:hidden}.product-card__image{transition:transform .45s cubic-bezier(.2,.6,.2,1)}.product-card:hover .product-card__image{transform:scale(1.045)}.product-card__badge--sale{background:var(--color-sale);border-radius:var(--radius-full);color:#fff;letter-spacing:.04em;font-weight:800}.product-card__quick-add{backdrop-filter:blur(6px);transition:transform .18s,box-shadow .18s,background .18s,opacity .18s;box-shadow:0 6px 18px #14231f29}.product-card__quick-add:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 24px #14231f33}@media (width<=767px){body.template-product .product-mobile-bar{backdrop-filter:blur(10px);background:#fffefaf0;border-top:1px solid #173a321a;transition:transform .24s,opacity .24s,visibility .24s;box-shadow:0 -8px 24px #14231f1a}.product-mobile-bar__button{min-height:48px;font-weight:700;box-shadow:0 4px 14px #9f4f2f4d;background:var(--color-cta)!important;border-color:var(--color-cta)!important}.product-form__trust-badges{grid-template-columns:repeat(2,minmax(0,1fr))}.product-form__submit{min-height:52px}}.btn:focus-visible,.product-card__quick-add:focus-visible,.product-gallery__thumb:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.product-template__buy-box{border-radius:var(--radius-lg);box-shadow:0 16px 40px #173a320f}@media (prefers-reduced-motion:reduce){.product-card,.product-card__image,.product-form__submit,.product-gallery__thumb,.product-gallery__nav{transition:none!important;animation:none!important}.product-card:hover,.product-card:hover .product-card__image{transform:none}}:root{--color-muted:#5c6b63;--color-link:#2e5c4d}.rte a,.page-template__content a,.article__content a,.shopify-policy__body a,.product-template__description a{color:var(--color-link);text-underline-offset:3px;text-decoration:underline #2e5c4d73}.rte a:hover,.page-template__content a:hover,.article__content a:hover,.shopify-policy__body a:hover,.product-template__description a:hover{color:var(--color-primary);text-decoration-color:currentColor}.price__compare,.product-template__related .price__compare,.cart-summary__compare,.product-template__reviews-eyebrow,.product-template__vendor,.breadcrumb__link,.breadcrumb__item:not(:last-child):after{color:var(--color-muted)}.product-form__variant-select{color:var(--color-primary)!important}.form__input::placeholder,.contact-page__form-wrap--only .contact-form__input::placeholder{color:var(--color-muted);opacity:1}.site-footer{color:#fffbfaeb}.site-footer__link{color:#fffbfae6}.site-footer__link:hover{color:#fff;text-underline-offset:3px;text-decoration:underline}.site-footer__description{color:#fffbfae0}.site-footer__newsletter-text,.site-footer__support-text,.site-footer__copyright{color:#fffbfad9}.site-footer__contact-item svg{color:#fffbfacc}.site-footer__newsletter-input{border-color:#fffbfa66}.site-footer__newsletter-input::placeholder{color:#fffbfaad}.site-footer__bottom{border-top-color:#fffbfa2e}.product-form__trust-badge{color:var(--color-light-text)}.product-form__option-label{border-color:#12382f4d}.product-form__qty-btn{color:var(--color-primary)}.product-form__qty-input{color:var(--color-text)}.section-header__subtitle,.section-header__description{color:var(--color-light-text)}a:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:2px}:root{--ease-soft:cubic-bezier(.22,.61,.36,1);--ease-emphatic:cubic-bezier(.34,1.56,.64,1);--ring:0 0 0 3px #9f4f2f47;--shadow-sm:0 1px 2px #14231f0a,0 1px 3px #14231f0f;--shadow-md:0 4px 12px #173a320f,0 12px 28px #173a3214;--shadow-lg:0 8px 24px #173a3214,0 24px 56px #173a321f;--shadow-xl:0 16px 40px #173a321f,0 34px 80px #173a3229}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility}h1,h2,h3,.hero-banner__title,.section-header__title,.product-template__title{letter-spacing:-.01em;font-feature-settings:"liga" 1,"kern" 1}::selection{color:var(--color-primary);background:#9f4f2f2e}.btn,.hero-banner__btn,.product-form__submit,.product-form__checkout,.product-bundle__add,.product-mobile-bar__button{transition:transform var(--transition-fast) var(--ease-soft),box-shadow var(--transition-base) var(--ease-soft),background-color var(--transition-base) var(--ease-soft),border-color var(--transition-base) var(--ease-soft),color var(--transition-base) var(--ease-soft)}.btn--primary:hover,.hero-banner__btn:hover,.product-form__submit:hover,.product-form__checkout:hover,.product-bundle__add:hover{box-shadow:var(--shadow-lg)}.btn:active,.hero-banner__btn:active,.product-form__submit:active,.product-form__checkout:active,.product-bundle__add:active,.product-mobile-bar__button:active{box-shadow:var(--shadow-sm);transform:translateY(0)scale(.985)}.btn:focus-visible,.hero-banner__btn:focus-visible,.product-form__submit:focus-visible,.product-form__checkout:focus-visible{box-shadow:var(--ring);outline:none}.product-card,.collection-card{transition:transform var(--transition-base) var(--ease-soft)}.product-card__image-wrapper,.collection-card__image-wrapper{box-shadow:var(--shadow-sm);transition:box-shadow var(--transition-base) var(--ease-soft),transform var(--transition-base) var(--ease-soft);will-change:transform}.product-card:hover .product-card__image-wrapper,.collection-card:hover .collection-card__image-wrapper{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.product-card__image-wrapper:hover .product-card__image{transform:scale(1.06)}.product-card__quick-add{transition:opacity var(--transition-base) var(--ease-soft),transform var(--transition-base) var(--ease-emphatic),background-color var(--transition-fast) var(--ease-soft),color var(--transition-fast) var(--ease-soft)}.product-card__quick-add:hover{box-shadow:var(--shadow-lg);transform:translateY(0)scale(1.08)}.product-card__title a{transition:color var(--transition-fast) var(--ease-soft)}.contact-form__input:focus,.newsletter__input:focus,input[type=text]:focus,input[type=email]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=number]:focus,textarea:focus,select:focus{border-color:var(--color-accent);box-shadow:var(--ring);outline:none}.site-header.scrolled{box-shadow:var(--shadow-md)}.product-gallery__thumb{transition:border-color var(--transition-fast) var(--ease-soft),transform var(--transition-fast) var(--ease-soft),box-shadow var(--transition-fast) var(--ease-soft)}.product-gallery__thumb:hover{box-shadow:var(--shadow-sm);transform:translateY(-2px)}.rte a,.article__content a,.shopify-policy__body a{text-underline-offset:3px;text-decoration-thickness:1px}@media (pointer:fine){*{scrollbar-width:thin;scrollbar-color:var(--color-cream-dark) transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--color-cream-dark);border-radius:var(--radius-full);border:2px solid var(--color-background)}::-webkit-scrollbar-thumb:hover{background:var(--color-secondary)}}@media (prefers-reduced-motion:reduce){.product-card:hover .product-card__image-wrapper,.collection-card:hover .collection-card__image-wrapper,.product-card__image-wrapper:hover .product-card__image,.btn:active,.product-gallery__thumb:hover{transform:none}}:root{--hairline:1px solid #14231f12;--hairline-strong:1px solid #14231f1c}.section-header__title{margin-bottom:14px;padding-bottom:18px;position:relative}.section-header__title:after{content:"";background:linear-gradient(90deg,var(--color-accent),#9f4f2f59);border-radius:2px;width:44px;height:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.cta-banner .section-header__title,.newsletter .section-header__title{margin-bottom:16px;padding-bottom:0}.cta-banner .section-header__title:after,.newsletter .section-header__title:after{content:none}.section-header__description{max-width:580px;line-height:1.7}.hero-banner__overlay{opacity:.92;background:radial-gradient(120% 90% at 24% 30%,#14231f57,#14231f00 58%),linear-gradient(#14231f94,#14231f57 44%,#14231fd1)}.hero-banner__subtitle{color:#fffefae0;align-items:center;gap:12px;display:inline-flex}.hero-banner__subtitle:before{content:"";background:#fffefaa6;width:28px;height:1px}.hero-banner__title{text-wrap:balance;text-shadow:0 1px 2px #00000040,0 8px 32px #0000004d}.hero-banner__description{color:#fffefaeb;text-shadow:0 1px 12px #0000004d;text-wrap:pretty}.product-card__image-wrapper{border:var(--hairline)}.product-card__info{padding-top:14px}.product-card__title{min-height:2.835rem;line-height:1.35}.product-card__title a{transition:color var(--transition-fast) var(--ease-soft),background-size var(--transition-base) var(--ease-soft);background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0% 1px}.product-card__title a:hover{background-size:100% 1px;text-decoration:none}.product-card__price{margin-top:2px;font-size:.95rem}.product-card__price .price__amount{font-variant-numeric:tabular-nums}.product-card__badge--sale{box-shadow:0 2px 10px #a8483459}.collection-card__image-wrapper,.blog-card{border:var(--hairline)}.blog-card__title{line-height:1.35}.blog-card__excerpt{line-height:1.65}.testimonials__slide{border:var(--hairline);transition:transform var(--transition-base) var(--ease-soft),box-shadow var(--transition-base) var(--ease-soft);position:relative}.testimonials__slide:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.testimonials:not(.testimonials--four-up) .testimonials__slide:before{content:"“";font-family:var(--font-heading);color:#9f4f2f24;pointer-events:none;font-size:4rem;line-height:1;position:absolute;top:14px;right:24px}.testimonials--four-up .testimonials__icon{border-radius:var(--radius-full);background:var(--color-cream);width:52px;height:52px;color:var(--color-secondary);transition:background-color var(--transition-base) var(--ease-soft),color var(--transition-base) var(--ease-soft);justify-content:center;align-items:center;display:inline-flex}.testimonials--four-up .testimonials__slide:hover .testimonials__icon{background:var(--color-primary);color:var(--color-white)}.testimonials__text{text-wrap:pretty;line-height:1.65}.testimonials__avatar{border:2px solid var(--color-cream);box-shadow:var(--shadow-sm)}.features__card{border:var(--hairline);box-shadow:var(--shadow-sm)}.features__icon{border-radius:var(--radius-full);background:var(--color-cream);width:64px;height:64px;transition:background-color var(--transition-base) var(--ease-soft),color var(--transition-base) var(--ease-soft),transform var(--transition-base) var(--ease-emphatic);justify-content:center;align-items:center;display:inline-flex}.features__card:hover .features__icon{background:var(--color-primary);color:var(--color-white);transform:scale(1.06)}.features__text{line-height:1.65}.announcement-bar{background:linear-gradient(180deg,#1b423a 0%,var(--color-primary) 100%);letter-spacing:.1em}.newsletter__input{-webkit-backdrop-filter:blur(6px);transition:border-color var(--transition-base) var(--ease-soft),background-color var(--transition-base) var(--ease-soft),box-shadow var(--transition-base) var(--ease-soft);background:#ffffff1f;border:1px solid #fffefa47}.newsletter__input:focus{background:#ffffff2e;border-color:#fffefabf;box-shadow:0 0 0 3px #fffefa33}.site-footer{border-top:3px solid var(--color-accent)}.site-footer__title{letter-spacing:.01em}.site-footer__menu a{transition:color var(--transition-fast) var(--ease-soft),transform var(--transition-fast) var(--ease-soft);padding:3px 0;display:inline-block}.site-footer__menu a:hover{color:var(--color-white);transform:translate(3px)}.rte,.article__content,.shopify-policy__body,.page-template__content{font-size:1.02rem;line-height:1.75}.rte p,.article__content p,.shopify-policy__body p{max-width:72ch}.article__content h2,.article__content h3,.rte h2,.rte h3{text-wrap:balance;margin-top:1.6em}.article__content blockquote,.rte blockquote{border-left:3px solid var(--color-accent);color:var(--color-secondary);font-family:var(--font-heading);padding:4px 0 4px 20px;font-size:1.12em}.article__content img,.rte img{border-radius:var(--radius-md)}.product-template__title{text-wrap:balance;line-height:1.18}.product-template__price .price__amount,.product-template__price .price__sale{font-variant-numeric:tabular-nums}@media (width>=1024px){body.template-index .testimonials--notes.testimonials--four-up .testimonials__slide{min-height:112px;padding:16px 16px 15px}body.template-index .testimonials--notes.testimonials--four-up .testimonials__icon{width:34px;height:34px;margin-bottom:10px}body.template-index .testimonials--notes.testimonials--four-up .testimonials__icon svg{width:18px;height:18px}body.template-index .testimonials--notes.testimonials--four-up .testimonials__note-title{margin-bottom:6px;font-size:.86rem;line-height:1.3}body.template-index .testimonials--notes.testimonials--four-up .testimonials__text{font-size:.78rem;line-height:1.5}body.template-index .testimonials--notes.testimonials--four-up .testimonials__grid{gap:16px;max-width:1020px}}@media (prefers-reduced-motion:reduce){.testimonials__slide:hover,.features__card:hover .features__icon,.site-footer__menu a:hover{transform:none}}.template-product .breadcrumb{margin-bottom:20px}.breadcrumb__list{letter-spacing:.01em;font-size:.78rem}.product-template__buy-box{background:var(--color-white);border:1px solid #12382f17;padding:clamp(18px,2.2vw,26px);box-shadow:0 1px 2px #12382f0a,0 12px 32px #12382f0f,0 28px 64px #12382f0d}.product-template__title{letter-spacing:-.015em}.product-template__price{border-bottom:1px solid #12382f14;margin-bottom:16px;padding-bottom:16px}.product-template__price .price__save{box-shadow:inset 0 0 0 1px #a848342e}.product-form__submit,.product-bundle__add{background-image:linear-gradient(#ffffff1f,#fff0 55%)}.product-form__submit{box-shadow:0 2px 6px #80401f2e,0 12px 28px #80401f38}.product-form__submit:hover{box-shadow:0 4px 10px #80401f33,0 18px 40px #80401f42}.product-form__checkout{box-shadow:0 2px 6px #12382f24,0 12px 28px #12382f29}.product-form__quantity{background:var(--color-white);border:1.5px solid #12382f29;overflow:hidden}.product-form__qty-btn{transition:background-color var(--transition-fast) var(--ease-soft),color var(--transition-fast) var(--ease-soft)}.product-form__qty-btn:hover{background:var(--color-cream);color:var(--color-primary)}.product-form__qty-input{font-variant-numeric:tabular-nums;font-weight:700}.product-gallery__main{box-shadow:inset 0 0 0 1px #fff9,0 1px 3px #12382f0d,0 18px 48px #12382f14}.product-gallery__thumb--active{border-color:var(--color-accent);box-shadow:0 0 0 3px #9f4f2f24}.product-gallery__nav{opacity:0;transition:opacity var(--transition-base) var(--ease-soft),background-color var(--transition-fast) var(--ease-soft),transform var(--transition-fast) var(--ease-soft),box-shadow var(--transition-fast) var(--ease-soft)}.product-gallery:hover .product-gallery__nav,.product-gallery__nav:focus-visible{opacity:1}@media (hover:none){.product-gallery__nav{opacity:1}}.product-form__trust-badge-icon{transition:background-color var(--transition-base) var(--ease-soft),color var(--transition-base) var(--ease-soft)}.product-form__trust-badge:hover .product-form__trust-badge-icon{background:var(--color-accent);color:#fff}.product-bundle{box-shadow:0 1px 2px #12382f08,0 8px 22px #12382f0d}.product-bundle__media{border:1px solid #12382f14}.product-bundle__item{border-color:#12382f14}body.template-product .product-template__tab-label{letter-spacing:.12em;transition:color var(--transition-fast) var(--ease-soft);padding:16px 8px 14px;font-size:.92rem;font-weight:700}body.template-product .product-template__tab-label:hover{color:var(--color-primary)}body.template-product .product-template__tab-label:after{opacity:1;transform-origin:50%;transition:transform var(--transition-base) var(--ease-soft);transform:translate(-50%)scaleX(0)}body.template-product .product-template__tab-input--description:checked~.product-template__tab-nav .product-template__tab-label--description:after,body.template-product .product-template__tab-input--shipping:checked~.product-template__tab-nav .product-template__tab-label--shipping:after,body.template-product .product-template__tab-input--return:checked~.product-template__tab-nav .product-template__tab-label--return:after{transform:translate(-50%)scaleX(1)}body.template-product .product-template__description .rte h2{font-family:var(--font-heading);letter-spacing:-.01em;text-wrap:balance;margin:36px 0 14px;font-size:clamp(1.4rem,1.9vw,1.75rem);font-weight:400;line-height:1.25}body.template-product .product-template__description .rte h3{font-family:var(--font-heading);margin:30px 0 12px;font-size:clamp(1.18rem,1.5vw,1.4rem);font-weight:400;line-height:1.3}body.template-product .product-template__description .rte>h2:first-child,body.template-product .product-template__description .rte>h3:first-child{margin-top:0}body.template-product .product-template__description .rte li::marker{color:var(--color-accent)}body.template-product .product-template__description .rte strong{color:var(--color-primary)}body.template-product .product-template__description table,body.template-product .product-template__shipping-panel .shipping-policy-table{font-variant-numeric:tabular-nums}body.template-product .product-template__description table td,body.template-product .product-template__description table th{padding:12px 14px}body.template-product .product-template__quick-check-header h3{letter-spacing:.12em;margin-bottom:20px}body.template-product .product-template__quick-check-label{color:var(--color-secondary)}.product-template__reviews{border-color:#12382f14;box-shadow:0 1px 2px #12382f08,0 10px 30px #12382f0a}@media (width>=1024px){.product-template__buy-box{top:96px}}@media (prefers-reduced-motion:reduce){.product-gallery__nav{opacity:1}body.template-product .product-template__tab-label:after{transition:none}}@media (width<=989px){.section-header__title:after{left:0;transform:none}}body.template-index .featured-collection .section-header,body.template-index .collection-list .section-header,body.template-index .blog-posts .section-header,body.template-index .testimonials .section-header,body.template-index .image-with-text .section-header{text-align:left;max-width:none;margin-left:0;margin-right:0}body.template-index .featured-collection .section-header__title:after,body.template-index .collection-list .section-header__title:after,body.template-index .blog-posts .section-header__title:after,body.template-index .testimonials .section-header__title:after,body.template-index .image-with-text .section-header__title:after{left:0;transform:none}body.template-index .featured-collection .section-header__description,body.template-index .collection-list .section-header__description,body.template-index .blog-posts .section-header__description{margin-left:0;margin-right:0}body.template-index .hero-banner__subtitle{font-family:var(--font-heading);letter-spacing:.06em;text-transform:none;color:#fffef9;gap:14px;font-size:clamp(1.35rem,2.4vw,1.85rem);font-weight:400}body.template-index .hero-banner__subtitle:before{background:var(--color-accent);width:36px;height:2px}body.template-index .hero-banner__title{max-width:14ch;margin-top:10px;font-size:clamp(2rem,4.6vw,3.35rem)}body.template-index .hero-banner__description{color:#fffefae6;max-width:38ch;font-size:clamp(.95rem,1.1vw,1.05rem);line-height:1.55}body.template-index .hero-banner__actions{gap:12px;margin-top:8px}body.template-index .hero-banner__btn{min-height:48px;padding-inline:26px}body.template-index .hero-banner__btn--secondary{-webkit-backdrop-filter:blur(8px);background:#ffffff14}body.template-index .collection-list{padding-top:clamp(36px,5vw,64px);padding-bottom:clamp(28px,4vw,48px)}body.template-index .collection-list__grid{gap:clamp(12px,1.6vw,18px)}body.template-index .collection-card__image-wrapper{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid #14231f0f;overflow:hidden}body.template-index .collection-card__overlay{background:linear-gradient(#14231f0d,#14231f73 48%,#14231fe0)}body.template-index .collection-card__title{font-family:var(--font-heading);letter-spacing:-.01em;text-wrap:balance;font-weight:400}body.template-index .collection-card__link{letter-spacing:.1em}body.template-index .collection-card:hover .collection-card__image-wrapper{box-shadow:var(--shadow-md);transform:translateY(-3px)}body.template-index .product-card__image-wrapper{border-radius:calc(var(--radius-md) - 2px);background:#fff}body.template-index .product-card__quick-add{letter-spacing:.04em;padding:8px 12px;font-size:.72rem;box-shadow:0 6px 18px #80401f47}body.template-index .product-card__title{min-height:0;font-size:.92rem}body.template-index .product-card__price .price__amount{letter-spacing:-.01em;font-size:.98rem;font-weight:700}body.template-index .featured-collection .section-header{margin-bottom:clamp(18px,2.5vw,28px)}body.template-index .featured-collection__btn-wrapper{margin-top:28px}body.template-index .featured-collection__btn-wrapper .btn{min-width:160px}body.template-index .testimonials--notes .testimonials__slide{box-shadow:none;background:0 0;border:none;padding-left:0;padding-right:0}body.template-index .testimonials--notes .testimonials__slide:hover{box-shadow:none;transform:none}body.template-index .testimonials--notes .testimonials__icon{background:#173a320f}body.template-index .blog-card{box-shadow:none;background:0 0;border:none}body.template-index .blog-card__image-wrapper{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden}body.template-index .blog-card__title{font-family:var(--font-heading);font-weight:400}@media (prefers-reduced-motion:no-preference) and (width>=768px){body.template-index .collection-list,body.template-index .featured-collection,body.template-index .blog-posts,body.template-index .testimonials{animation:yoz-fade-up .7s var(--ease-soft) both}body.template-index .featured-collection{animation-delay:40ms}body.template-index .blog-posts{animation-delay:80ms}body.template-index .testimonials{animation-delay:.1s}}@keyframes yoz-fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){body.template-index .collection-list,body.template-index .featured-collection,body.template-index .blog-posts,body.template-index .testimonials{animation:none}}body.template-product .product-template__title{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--color-primary);text-wrap:balance;font-size:clamp(1.55rem,2.8vw,2.15rem);font-weight:400;line-height:1.2}body.template-product .product-template__vendor{letter-spacing:.16em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:8px;font-size:.72rem}body.template-product .product-template__price{box-shadow:none;background:0 0;border:none;border-bottom:1px solid #12382f1a;border-radius:0;margin:10px 0 18px;padding:4px 0 18px}body.template-product .product-template__price .price__amount,body.template-product .product-template__price .price__sale{letter-spacing:-.02em;font-variant-numeric:tabular-nums;color:var(--color-primary);font-size:clamp(1.45rem,2.2vw,1.75rem);font-weight:700}body.template-product .product-template__price .price__compare{opacity:.55;font-size:.95rem}body.template-product .product-template__price .price__save{border-radius:var(--radius-full);letter-spacing:.06em;margin-left:8px;padding:4px 9px;font-size:.72rem}body.template-product .product-template__buy-box .jdgm-preview-badge,body.template-product .product-template__buy-box .jdgm-star{opacity:.85}body.template-product .product-form__option-label{background:var(--color-white);letter-spacing:.02em;border-width:1.5px;border-color:#12382f24;padding:10px 18px;font-weight:600}body.template-product .product-form__option-input:checked+.product-form__option-label{background:var(--color-white);color:var(--color-primary);border-color:var(--color-primary);box-shadow:0 0 0 3px #173a321a}body.template-product .product-form__option-name,body.template-product .product-form__label{letter-spacing:.14em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:10px;font-size:.72rem;font-weight:700}body.template-product .product-form__quantity{border-radius:var(--radius-full);background:var(--color-white);border-width:1.5px;border-color:#12382f29}body.template-product .product-form__actions{gap:12px;margin-top:18px}body.template-product .product-form__submit,body.template-product .product-form__checkout{letter-spacing:.08em;border-radius:14px;min-height:52px;font-weight:700}body.template-product .product-form__submit{background-color:var(--color-accent)}body.template-product .product-form__checkout{background-color:var(--color-primary)}body.template-product .product-form__trust,body.template-product .product-form__trust-badges{border-top:1px solid #12382f14;gap:14px 18px;margin-top:18px;padding-top:16px}body.template-product .product-form__trust-badge{gap:8px}body.template-product .product-form__trust-badge-icon{width:34px;height:34px;color:var(--color-accent);background:#9f4f2f1a}body.template-product .product-form__trust-badge span,body.template-product .product-form__trust-badge-label{color:var(--color-primary);font-size:.8rem;font-weight:600}body.template-product .product-gallery__main{border-radius:var(--radius-md);background:#fff;border:1px solid #12382f0f}body.template-product .product-gallery__nav{color:var(--color-primary);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(8px);background:#fffefaeb;border:1px solid #12382f1a}body.template-product .product-gallery__nav:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}body.template-product .product-gallery__thumbs{gap:8px;margin-top:12px}body.template-product .product-gallery__thumb{border:1.5px solid #12382f1a;border-radius:10px;overflow:hidden}body.template-product .product-gallery__thumb--active{border-color:var(--color-accent);box-shadow:0 0 0 3px #9f4f2f29}@media (width<=767px){body.template-product .product-template__buy-box{border-radius:16px;margin-top:8px;padding:16px 14px 18px}body.template-product .product-template__title{font-size:clamp(1.4rem,6.2vw,1.7rem)}body.template-product .breadcrumb{margin-bottom:12px}body.template-product .product-form__submit,body.template-product .product-form__checkout{width:100%}body.template-product .product-form__actions{flex-direction:column}}body.template-product .product-bundle{background:linear-gradient(#fffef9,#f7f8f3);border:1px solid #12382f1a;border-radius:16px;gap:12px;padding:14px}body.template-product .product-bundle__title{font-family:var(--font-heading);letter-spacing:-.01em;font-size:1.15rem;font-weight:400}body.template-product .product-bundle__badge{color:#fff;letter-spacing:0;text-align:center;background:#b8442f;border-color:#963521;align-items:center;gap:5px;display:inline-flex;box-shadow:0 3px 10px #96352133}body.template-product .product-bundle__item{background:#ffffffe6;border-radius:12px}body.template-product .product-bundle__add{border-radius:12px;min-height:48px}body.template-product .product-template__tabs{margin-top:28px}body.template-product .product-template__tab-nav{border-bottom:1px solid #12382f1a;gap:8px}body.template-product .product-template__tab-panel{padding-top:22px}body.template-product .product-template__description .rte{color:#2d403a;font-size:1.02rem;line-height:1.72}body.template-product .product-template__description .rte h2,body.template-product .product-template__description .rte h3{color:var(--color-primary)}body.template-product .product-template__description .rte h2:after{content:"";background:linear-gradient(90deg,var(--color-accent),#9f4f2f40);border-radius:2px;width:36px;height:2px;margin-top:10px;display:block}body.template-product .product-template__description .rte>h2:first-child:after{display:block}body.template-product .product-template__quick-check{background:#fffefab3;border:1px solid #12382f14;border-radius:14px;padding:18px 16px}body.template-product .shipping-policy-table th,body.template-product .shipping-policy-table td,body.template-product .product-template__description table th,body.template-product .product-template__description table td{border-color:#12382f14}body.template-product .shipping-policy-table tr:nth-child(2n) td,body.template-product .product-template__description table tr:nth-child(2n) td{background:#f7f8f38c}body.template-product .product-template__reviews{text-align:center;background:#fffef9;border-radius:16px;padding:clamp(20px,3vw,28px)}body.template-product .product-template__reviews h2,body.template-product .product-template__reviews .jdgm-rev-widg__title{font-family:var(--font-heading);letter-spacing:-.01em;font-weight:400}body.template-product .product-template__related-title{font-family:var(--font-heading);text-align:left;font-weight:400}body.template-product .product-template__related-title:after{background:linear-gradient(90deg,var(--color-accent),#9f4f2f4d);width:44px;height:2px;left:0;transform:none}body.template-product .product-template__related .product-card__image-wrapper{border:1px solid #12382f0f;border-radius:14px}@media (width<=989px){body.template-product .product-mobile-bar{-webkit-backdrop-filter:blur(14px);background:#fffefaeb;border-top:1px solid #12382f1a;box-shadow:0 -8px 28px #12382f14}body.template-product .product-mobile-bar__title{font-family:var(--font-heading);font-size:.92rem;font-weight:400}body.template-product .product-mobile-bar__button{letter-spacing:.06em;border-radius:12px;box-shadow:0 8px 20px #80401f38}}@media (prefers-reduced-motion:reduce){body.template-product .product-form__option-label,body.template-product .product-gallery__nav,body.template-product .product-bundle__item{transition:none}}.breadcrumb__list{letter-spacing:.01em;color:var(--color-secondary);font-size:.78rem}.breadcrumb__link{transition:color var(--transition-fast) var(--ease-soft)}.breadcrumb__link:hover{color:var(--color-accent)}body.template-collection .collection-header{text-align:left;max-width:none;margin-bottom:clamp(20px,3vw,32px)}body.template-collection .collection-header__title{font-family:var(--font-heading);letter-spacing:-.02em;text-wrap:balance;font-weight:400}body.template-collection .collection-header__description{color:#2d403a;max-width:68ch;margin-left:0;line-height:1.7}body.template-collection .collection-toolbar{border-top:1px solid #12382f14;border-bottom:1px solid #12382f14;margin-bottom:clamp(18px,2.5vw,26px);padding:12px 0}body.template-collection .collection-toolbar__sort select,body.template-collection .collection-toolbar__sort-wrapper select{border-radius:var(--radius-full);color:var(--color-primary);background-color:var(--color-white);transition:border-color var(--transition-fast) var(--ease-soft),box-shadow var(--transition-fast) var(--ease-soft);border:1.5px solid #12382f29;padding:9px 34px 9px 16px;font-size:.85rem;font-weight:600}body.template-collection .collection-toolbar__sort select:focus-visible,body.template-collection .collection-toolbar__sort-wrapper select:focus-visible{border-color:var(--color-accent);box-shadow:var(--ring);outline:none}body.template-collection .collection-seo-footer{border-top:1px solid #12382f1a;margin-top:clamp(32px,5vw,56px);padding-top:clamp(24px,4vw,40px)}body.template-collection .collection-seo-footer__title,body.template-collection .collection-seo-footer__related-title{font-family:var(--font-heading);letter-spacing:-.01em;font-weight:400}body.template-collection .collection-seo-footer__content{color:#2d403a;line-height:1.75}body.template-collection .collection-seo-footer__chip{border-radius:var(--radius-full);color:var(--color-primary);background:var(--color-white);transition:border-color var(--transition-fast) var(--ease-soft),background-color var(--transition-fast) var(--ease-soft),transform var(--transition-fast) var(--ease-soft);border:1px solid #12382f1f;padding:7px 14px;font-size:.8rem;font-weight:600}body.template-collection .collection-seo-footer__chip:hover{border-color:var(--color-accent);background:#9f4f2f0f;transform:translateY(-1px)}body.template-collection .collection-empty{text-align:center;color:var(--color-secondary);padding:clamp(40px,8vw,88px) 0}body.template-cart .cart-item{border-bottom:1px solid #12382f14}body.template-cart .cart-item__image-wrapper{border-radius:var(--radius-md);background:#fff;border:1px solid #12382f14;overflow:hidden}body.template-cart .cart-item__title{font-family:var(--font-heading);letter-spacing:-.01em;transition:color var(--transition-fast) var(--ease-soft);font-weight:400}body.template-cart .cart-item__title:hover{color:var(--color-accent)}body.template-cart .cart-item__variant-select{border-radius:var(--radius-full);background:var(--color-white);border:1.5px solid #12382f24;padding:6px 14px;font-size:.82rem}body.template-cart .cart-item__quantity{border-radius:var(--radius-full);border:1.5px solid #12382f29;overflow:hidden}body.template-cart .cart-item__qty-input{font-variant-numeric:tabular-nums;font-weight:700}body.template-cart .cart-item__qty-btn{transition:background-color var(--transition-fast) var(--ease-soft),color var(--transition-fast) var(--ease-soft)}body.template-cart .cart-item__qty-btn:hover{background:var(--color-cream);color:var(--color-primary)}body.template-cart .cart-item__total-price{font-variant-numeric:tabular-nums;font-weight:700}body.template-cart .cart-item__remove{color:var(--color-secondary);transition:color var(--transition-fast) var(--ease-soft)}body.template-cart .cart-item__remove:hover{color:var(--color-sale)}body.template-cart .cart-empty{text-align:center;padding:clamp(40px,8vw,80px) 0}body.template-cart .cart-empty__title{font-family:var(--font-heading);font-weight:400}body.template-search .search-form__wrapper{max-width:640px;margin:0 auto clamp(28px,4vw,44px)}body.template-search .search-form__input{border-radius:var(--radius-full);transition:border-color var(--transition-fast) var(--ease-soft),box-shadow var(--transition-fast) var(--ease-soft);border:1.5px solid #12382f29;padding:14px 20px;font-size:1rem}body.template-search .search-form__input:focus-visible{border-color:var(--color-accent);box-shadow:var(--ring);outline:none}body.template-search .search-results-count{color:var(--color-secondary);font-size:.9rem}body.template-search .search-results__heading{font-family:var(--font-heading);letter-spacing:-.01em;margin-top:clamp(28px,4vw,40px);font-weight:400}body.template-search .search-result-card{transition:transform var(--transition-fast) var(--ease-soft);border-bottom:1px solid #12382f14;padding:18px 0}body.template-search .search-result-card__title{font-family:var(--font-heading);transition:color var(--transition-fast) var(--ease-soft);font-weight:400}body.template-search .search-result-card__link:hover .search-result-card__title{color:var(--color-accent)}body.template-search .search-result-card__excerpt{color:#2d403a;line-height:1.65}body.template-search .search-result-card__meta{color:var(--color-secondary);letter-spacing:.02em;font-size:.78rem}body.template-blog .blog-card__image-wrapper{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition-base) var(--ease-soft),transform var(--transition-base) var(--ease-soft);border:1px solid #12382f0f;overflow:hidden}body.template-blog .blog-card:hover .blog-card__image-wrapper{box-shadow:var(--shadow-md);transform:translateY(-3px)}body.template-blog .blog-card__title{font-family:var(--font-heading);letter-spacing:-.01em;font-weight:400;line-height:1.32}body.template-blog .blog-card__meta{color:var(--color-secondary);letter-spacing:.06em;text-transform:uppercase;font-size:.76rem}body.template-blog .blog-card__excerpt{color:#2d403a;line-height:1.66}body.template-blog .blog-card__read-more{letter-spacing:.06em;color:var(--color-accent);font-weight:700}body.template-article .article__header{text-align:center;max-width:760px;margin:0 auto clamp(24px,4vw,40px)}body.template-article .article__title{font-family:var(--font-heading);letter-spacing:-.02em;text-wrap:balance;font-weight:400;line-height:1.15}body.template-article .article__meta,body.template-article .article__reading-time,body.template-article .article__updated{color:var(--color-secondary);letter-spacing:.02em;font-size:.82rem}body.template-article .article__featured-image{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);margin-bottom:clamp(28px,4vw,44px);overflow:hidden}body.template-article .article__summary{font-family:var(--font-heading);color:var(--color-primary);border-left:3px solid var(--color-accent);margin-bottom:clamp(24px,3vw,36px);padding-left:18px;font-size:clamp(1.1rem,1.6vw,1.3rem);line-height:1.5}body.template-article .article__content{color:#22332e;font-size:1.05rem;line-height:1.8}body.template-article .article__content>p:first-of-type:first-letter{font-family:var(--font-heading);float:left;color:var(--color-accent);padding:6px 10px 0 0;font-size:3.1em;line-height:.82}body.template-article .article__tags{flex-wrap:wrap;gap:8px;display:flex}body.template-article .article__tags a{border-radius:var(--radius-full);color:var(--color-primary);transition:border-color var(--transition-fast) var(--ease-soft),background-color var(--transition-fast) var(--ease-soft);border:1px solid #12382f1f;padding:6px 14px;font-size:.78rem;font-weight:600}body.template-article .article__tags a:hover{border-color:var(--color-accent);background:#9f4f2f0f}body.template-article .article__footer{border-top:1px solid #12382f1a;margin-top:clamp(32px,5vw,52px);padding-top:clamp(20px,3vw,32px)}body.template-list-collections .collection-card__image-wrapper{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid #12382f0f;overflow:hidden}body.template-list-collections .collection-card__title{font-family:var(--font-heading);font-weight:400}body.template-404 .page-404{text-align:center;padding:clamp(48px,9vw,110px) 0}body.template-404 .page-404__code{font-family:var(--font-heading);color:#9f4f2f38;letter-spacing:-.03em;font-size:clamp(4rem,12vw,7rem);line-height:1}body.template-404 .page-404__title{font-family:var(--font-heading);margin-top:8px;font-weight:400}body.template-404 .page-404__text{color:#2d403a;max-width:46ch;margin:12px auto 0;line-height:1.65}body.template-404 .page-404__actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:clamp(22px,3vw,32px);display:flex}body.template-404 .page-404__search .search-form__input{border-radius:var(--radius-full);border:1.5px solid #12382f29;padding:12px 18px}.collection-pagination a,.collection-pagination span{transition:color var(--transition-fast) var(--ease-soft),border-color var(--transition-fast) var(--ease-soft),background-color var(--transition-fast) var(--ease-soft)}@media (prefers-reduced-motion:reduce){body.template-blog .blog-card:hover .blog-card__image-wrapper,body.template-collection .collection-seo-footer__chip:hover,body.template-search .search-result-card{transform:none}}body.template-product .product-desc{color:#24352f}body.template-product .product-desc>h2+p,body.template-product .product-desc>h2+p+p{font-size:1.06rem;line-height:1.7}body.template-product .product-desc ol{counter-reset:yoz-step;gap:14px;margin:18px 0 8px;padding:0;list-style:none;display:grid}body.template-product .product-desc ol>li{counter-increment:yoz-step;min-height:36px;padding:2px 0 2px 52px;line-height:1.6;position:relative}body.template-product .product-desc ol>li:before{content:counter(yoz-step);border-radius:var(--radius-full);background:linear-gradient(180deg,#a8552f,var(--color-accent));color:#fff;width:36px;height:36px;font-family:var(--font-heading);justify-content:center;align-items:center;font-size:1.05rem;line-height:1;display:inline-flex;position:absolute;top:0;left:0;box-shadow:0 4px 12px #80401f3d}body.template-product .product-desc ol>li:not(:last-child):after{content:"";background:#9f4f2f38;width:2px;position:absolute;top:40px;bottom:-14px;left:17px}body.template-product .product-desc ul{gap:10px;margin:16px 0;padding:0;list-style:none;display:grid}body.template-product .product-desc ul>li{padding-left:32px;line-height:1.6;position:relative}body.template-product .product-desc ul>li:before{content:"";border-radius:var(--radius-full);background:#9f4f2f1f url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239f4f2f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") 50% no-repeat;width:20px;height:20px;position:absolute;top:2px;left:0}body.template-product .product-desc p:has(>strong:first-child){border:1px solid #12382f14;border-left:3px solid var(--color-accent);background:#fffefab3;border-radius:10px;margin:10px 0;padding:12px 16px;line-height:1.6}body.template-product .product-desc p:has(>strong:first-child)>strong:first-child{font-family:var(--font-heading);letter-spacing:-.01em;color:var(--color-primary);margin-bottom:4px;font-size:1.05rem;font-weight:400;display:block}body.template-product .product-desc>h2+p:has(>strong:first-child),body.template-product .product-desc>h2+p+p:has(>strong:first-child){background:0 0;border:none;border-radius:0;margin:8px 0;padding:0}body.template-product .product-desc>h2+p:has(>strong:first-child)>strong:first-child,body.template-product .product-desc>h2+p+p:has(>strong:first-child)>strong:first-child{font-family:inherit;font-size:inherit;color:var(--color-primary);display:inline}body.template-product .product-desc h3+p{line-height:1.7}body.template-product .product-desc table{border-collapse:separate;border-spacing:0;border:1px solid #12382f1a;border-radius:12px;width:100%;margin:16px 0;overflow:hidden}body.template-product .product-desc table td{border-bottom:1px solid #12382f12}body.template-product .product-desc table tr:last-child td{border-bottom:none}body.template-product .product-desc table tr td:first-child{color:var(--color-primary);background:#f7f8f399;width:38%;font-weight:700}body.template-product .product-desc table tr:nth-child(2n) td:not(:first-child){background:#f7f8f34d}body.template-product .product-template__buy-box .product-template__rating,body.template-product .product-template__buy-box .jdgm-prev-badge{margin:6px 0 2px}body.template-product .product-bundle__summary-row{font-variant-numeric:tabular-nums}body.template-product .product-bundle__summary-row--total{color:var(--color-primary);font-weight:800}body.template-product .product-bundle__summary-row--save{color:var(--color-accent);font-weight:700}body.template-product .product-template__quick-check-item{line-height:1.55}@supports not selector(:has(*)){body.template-product .product-desc p{margin:10px 0;line-height:1.7}}body.template-index .back-to-top{background:var(--color-cta);border:1px solid var(--color-cta);border-radius:var(--radius-full);bottom:calc(22px + env(safe-area-inset-bottom));color:var(--color-cta-text);opacity:0;pointer-events:none;touch-action:manipulation;height:48px;transition:opacity var(--transition-fast),transform var(--transition-fast),visibility var(--transition-fast),background var(--transition-fast);visibility:hidden;z-index:180;justify-content:center;align-items:center;width:48px;display:flex;position:fixed;right:22px;transform:translateY(10px)scale(.96);box-shadow:0 18px 38px #9f4f2f3d,0 4px 12px #173a3214}body.template-index .back-to-top.is-visible{opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)scale(1)}body.template-index .back-to-top:hover,body.template-index .back-to-top:focus-visible{background:var(--color-cta-hover);border-color:var(--color-cta-hover);color:var(--color-cta-text);transform:translateY(-2px)scale(1)}body.template-index .back-to-top:focus-visible{outline:2px solid var(--color-cta);outline-offset:3px}@media (width<=767px){body.template-index .back-to-top{bottom:calc(84px + env(safe-area-inset-bottom));width:46px;height:46px;right:14px}}@media (prefers-reduced-motion:reduce){body.template-index .back-to-top{transition:none}}body.template-product .product-bundle__items{gap:0}body.template-product .product-bundle__item{background:0 0;border:0;border-bottom:1px solid #12382f17;border-radius:0;gap:12px;padding:11px 2px;transform:none}body.template-product .product-bundle__item:first-child{padding-top:3px}body.template-product .product-bundle__item:last-child{border-bottom:0;padding-bottom:3px}body.template-product .product-bundle__item:hover{background:0 0;border-color:#12382f17;transform:none}body.template-product .product-bundle__item:last-child:hover{border-bottom-color:#0000}body.template-product .product-bundle__product-link{grid-template-columns:42px minmax(0,1fr);gap:12px}body.template-product .product-bundle__media{border-radius:8px;width:42px;height:42px}body.template-product .product-bundle__item-copy{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:1px 10px}body.template-product .product-bundle__item-title{font-size:.82rem;font-weight:600;line-height:1.35}body.template-product .product-bundle__item-price{font-size:.82rem;font-weight:700}body.template-index .product-card__quick-add:not(.product-card__quick-add--disabled) .product-card__quick-add-text{display:none!important}body.template-index .product-card__quick-add:not(.product-card__quick-add--disabled) .product-card__quick-add-text:before,body.template-index .product-card__quick-add:not(.product-card__quick-add--disabled) .product-card__quick-add-text:after{content:""!important;font-size:0!important;display:none!important}body.template-index .product-card__quick-add:not(.product-card__quick-add--disabled){border-radius:var(--radius-full)!important;aspect-ratio:1!important;justify-content:center!important;gap:0!important;width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;padding:0!important}body.template-index .product-card__quick-add:not(.product-card__quick-add--disabled) svg{width:18px!important;height:18px!important}@media (width<=767px){body.template-index .product-card__quick-add:not(.product-card__quick-add--disabled),body.template-index .featured-collection__track .product-card__quick-add:not(.product-card__quick-add--disabled){border-radius:var(--radius-full)!important;aspect-ratio:1!important;justify-content:center!important;gap:0!important;width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;padding:0!important}body.template-index .featured-collection__track .product-card__quick-add:not(.product-card__quick-add--disabled) svg{width:18px!important;height:18px!important}body.template-index .featured-collection__track .product-card__quick-add:not(.product-card__quick-add--disabled) .product-card__quick-add-text,body.template-index .featured-collection__track .product-card__quick-add:not(.product-card__quick-add--disabled) .product-card__quick-add-text:before,body.template-index .featured-collection__track .product-card__quick-add:not(.product-card__quick-add--disabled) .product-card__quick-add-text:after{content:""!important;font-size:0!important;display:none!important}body.template-product .product-template__price{border-top:0!important;border-bottom:0!important;margin-bottom:10px!important;padding-bottom:0!important}body.template-index .product-card__quick-add:not(.product-card__quick-add--disabled),body.template-index .featured-collection__track .product-card__quick-add:not(.product-card__quick-add--disabled){width:32px!important;min-width:32px!important;height:32px!important;min-height:32px!important;bottom:6px!important;right:6px!important}body.template-index .product-card__quick-add:not(.product-card__quick-add--disabled) svg,body.template-index .featured-collection__track .product-card__quick-add:not(.product-card__quick-add--disabled) svg{width:14px!important;height:14px!important}body.template-product .product-bundle{box-shadow:none;background:0 0;border:0;border-top:1px solid #12382f17;border-radius:0;gap:9px;margin-top:18px;padding:16px 0 0}body.template-product .product-bundle__header{grid-template-columns:minmax(0,auto) auto;justify-content:start;align-items:center;gap:8px}body.template-product .product-bundle__title{font-size:1rem;line-height:1.2}body.template-product .product-bundle__badge{box-shadow:none;white-space:normal;flex-direction:column;gap:1px;padding:3px 7px;font-size:.66rem}body.template-product .product-bundle__badge-separator{display:none}body.template-product .product-bundle__item,body.template-product .product-bundle__item:first-child,body.template-product .product-bundle__item:last-child{grid-template-columns:18px minmax(0,1fr);gap:8px;min-height:54px;padding:7px 0}body.template-product .product-bundle__check{border-radius:5px;width:18px;height:18px}body.template-product .product-bundle__check svg{width:11px;height:11px}body.template-product .product-bundle__product-link{grid-template-columns:36px minmax(0,1fr);gap:8px}body.template-product .product-bundle__media{border-radius:6px;width:36px;height:36px}body.template-product .product-bundle__item-copy{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:6px}body.template-product .product-bundle__item-title{overflow-wrap:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.76rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}body.template-product .product-bundle__item-price{font-size:.76rem;line-height:1.3}body.template-product .product-bundle__summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding-top:8px}body.template-product .product-bundle__summary-row{grid-template-columns:1fr;align-content:start;gap:2px;font-size:.72rem;display:grid}body.template-product .product-bundle__summary-row span:last-child{font-size:.9rem}body.template-product .product-bundle__summary-row--total{text-align:right;justify-items:end}body.template-product .product-bundle__summary-row--total span:last-child{font-size:1.08rem}body.template-product .product-bundle__add{border-radius:8px;min-height:44px}body.template-product .product-template.section-padding{padding-top:18px}body.template-product .breadcrumb{background:0 0;border:0;width:auto;margin:0 0 16px;padding:0}body.template-product .product-gallery{width:100%;max-width:100%;margin-left:0;margin-right:0}body.template-product .product-gallery__main{aspect-ratio:1;border-radius:var(--radius-md);border:1px solid #12382f0f;width:100%;height:auto;min-height:0;max-height:none;box-shadow:inset 0 0 0 1px #fff9,0 1px 3px #12382f0d,0 18px 48px #12382f14}body.template-product .product-gallery__nav{backdrop-filter:none;box-shadow:none;color:var(--color-primary);opacity:.9;background:0 0;border:0;width:36px;height:36px}body.template-product .product-gallery__nav:hover,body.template-product .product-gallery__nav:focus-visible,body.template-product .product-gallery__nav:active{box-shadow:none;color:var(--color-primary);background:0 0;border-color:#0000;transform:translateY(-50%)}body.template-product .product-gallery__nav--prev{left:8px}body.template-product .product-gallery__nav--next{right:8px}body.template-product .product-gallery__thumbs{background:0 0;gap:8px;margin:10px 0 0;padding:0 0 6px}body.template-product .product-gallery__thumb{border-radius:8px;flex-basis:64px;width:64px;height:64px;padding:4px}body.template-product .product-template__buy-box{background:var(--color-white);border-radius:var(--radius-lg);border:1px solid #12382f17;margin-top:0;padding:20px;box-shadow:0 1px 2px #12382f0a,0 12px 32px #12382f0f,0 28px 64px #12382f0d}body.template-product .product-form{box-shadow:none;background:0 0;border:0;border-radius:0;margin:0;padding:0}body.template-product .product-form__group{margin-bottom:16px}body.template-product .product-form__actions{flex-direction:initial;grid-template-columns:108px minmax(0,1fr);align-items:stretch;gap:10px;margin-top:18px;display:grid}body.template-product .product-form__quantity,body.template-product .product-form__submit{width:100%;min-height:52px}body.template-product .product-form__qty-btn{width:36px;height:52px}body.template-product .product-form__qty-input{width:36px;min-width:0;min-height:52px}body.template-product .product-form__trust-badges{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:18px;padding-top:16px}body.template-product .product-form__trust-badge{background:0 0;border-radius:0;gap:6px;min-height:70px;padding:8px 2px}body.template-product .product-form__trust-badge-icon{width:30px;height:30px}body.template-product .product-form__trust-badge>span:last-child{letter-spacing:-.02em;width:auto;max-width:70px;font-size:.65rem;line-height:1.2;white-space:normal!important}body.template-product .product-form__payment-icons,body.template-product .product-form__trust-badges+.product-form__payment-icons{background:0 0;border-radius:0;margin-top:12px!important;padding:0!important}body.template-product .product-form__payment-icons .site-footer__payment-icons{grid-template-columns:repeat(9,minmax(0,1fr));gap:3px;width:100%;display:grid}body.template-product .product-form__payment-icons .payment-icon{border-radius:5px;width:100%;min-width:0;height:23px;padding:2px}body.template-product .product-form__payment-icons .payment-icon svg{max-width:26px;height:15px}.announcement-bar{letter-spacing:.04em;text-overflow:ellipsis;white-space:nowrap;padding:8px 10px;font-size:.68rem;overflow:hidden}body.template-product .product-template__reviews-summary .jdgm-prev-badge[data-number-of-reviews="0"],body.template-product .product-template__reviews-summary:has(.jdgm-prev-badge[data-number-of-reviews="0"]){display:none!important}body.template-product .breadcrumb{margin-bottom:10px}body.template-product .product-template__grid{gap:14px}body.template-product .product-gallery__image{padding:12px}body.template-product .product-gallery__thumbs{-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;scrollbar-width:none;justify-content:flex-start;margin-top:8px;padding-bottom:4px;overflow-x:auto}body.template-product .product-gallery__thumbs::-webkit-scrollbar{display:none}body.template-product .product-gallery__thumb{scroll-snap-align:center;flex:0 0 56px;width:56px;height:56px}body.template-product .product-template__buy-box{padding:16px}body.template-product .product-template__title{font-size:clamp(1.3rem,5.6vw,1.6rem);line-height:1.18}body.template-product .product-form__actions{grid-template-columns:118px minmax(0,1fr)}body.template-product .product-form__qty-btn{width:41px}.btn,.product-form__qty-btn,.product-form__option-label,.product-gallery__thumb,.product-gallery__nav,.product-template__tab-label,.product-bundle__select{-webkit-tap-highlight-color:transparent;touch-action:manipulation}}:root,.jdgm-widget,.jdgm-preview-badge,.jdgm-review-widget,.jm-review-widget,.jm-review-item,#judgeme_product_reviews{--jdgm-star-color:var(--color-cta,#9f4f2f)!important;--jm-review-widget-star-and-histogram-color:var(--color-cta,#9f4f2f)!important}.jdgm-star,.jdgm-widget .jdgm-star,.jdgm-preview-badge .jdgm-star,.home-judgeme-reviews__stars,.home-review-card__rating,.home-review-card__star{color:var(--color-cta,#9f4f2f)!important}.jm-star-rating__filled svg path{fill:var(--color-cta,#9f4f2f)!important}.jm-star-rating__empty svg path,.jm-star-rating__half svg path{stroke:var(--color-cta,#9f4f2f)!important}.jm-star-rating__half stop{stop-color:var(--color-cta,#9f4f2f)!important}.jm-star-rating__font-icon{color:var(--color-cta,#9f4f2f)!important}.jm-review-widget-header__title,.jm-review-widget-minimal-header__title,.jdgm-rev-widg__title{color:var(--color-primary,#173a32)!important;font-weight:700!important}.lf-brand-strip{background:#fff;border-bottom:1px solid #0000000f;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px 28px;padding:18px 20px;display:flex}.lf-brand-strip__track{flex-wrap:wrap;justify-content:center;align-items:center;gap:28px;display:flex}.lf-brand-strip__track img{object-fit:contain;opacity:.72;width:auto;height:28px}.lf-brand-strip__follow{justify-content:center;align-items:center;display:inline-flex}.lf-brand-strip__follow shop-follow-button,.lf-brand-strip__follow .shop-login-button{display:inline-flex!important}body.template-index .hero-banner-stack{display:block}@media (width<=767px){body.template-product .product-bundle__items{grid-template-columns:minmax(0,1fr)!important}body.template-product .product-bundle__item-title{hyphens:none!important;overflow-wrap:normal!important;word-break:normal!important;writing-mode:horizontal-tb!important}}