:root{--hg-ivory:#FBF8F3;--hg-ivory-deep:#F2EDE4;--hg-charcoal:#22262B;--hg-charcoal-soft:#5C636B;--hg-sage:#7E9585;--hg-sage-deep:#4E6B59;--hg-sage-wash:rgba(126,149,133,.1);--hg-terracotta:#BC6A48;--hg-line:rgba(34,38,43,.12);--hg-line-soft:rgba(34,38,43,.07);--hg-radius:16px;--hg-radius-lg:26px;--hg-ease:cubic-bezier(.16,1,.3,1);--hg-ease-soft:cubic-bezier(.22,1,.36,1);--hg-shadow:0 1px 2px rgba(34,38,43,.04),0 10px 30px rgba(34,38,43,.07);--hg-shadow-lg:0 4px 10px rgba(34,38,43,.05),0 26px 64px rgba(34,38,43,.13);--hg-pad:clamp(3.25rem,7vw,5.75rem)}.hg-sec{padding-block:var(--hg-pad);background:var(--hg-ivory);color:var(--hg-charcoal)}.hg-sec--deep{background:var(--hg-ivory-deep)}.hg-sec--dark{background:var(--hg-charcoal);color:var(--hg-ivory)}.hg-sec--flush{padding-block-start:0}.hg-sec *{box-sizing:border-box}.hg-w{width:min(1120px,100% - 2.75rem);margin-inline:auto}.hg-w--narrow{width:min(760px,100% - 2.75rem)}.hg-eyebrow{font-size:.74rem;letter-spacing:.15em;text-transform:uppercase;font-weight:650;color:var(--hg-sage-deep);margin:0 0 .7rem}.hg-sec--dark .hg-eyebrow{color:var(--hg-sage)}.hg-h2{font-size:clamp(1.65rem,3.4vw,2.5rem);line-height:1.12;letter-spacing:-.026em;font-weight:600;margin:0 0 .65rem;text-wrap:balance}.hg-h3{font-size:1.08rem;line-height:1.3;letter-spacing:-.014em;font-weight:600;margin:0 0 .4rem}.hg-lede{font-size:1.02rem;line-height:1.62;color:var(--hg-charcoal-soft);margin:0 0 2.4rem;max-width:56ch}.hg-sec--dark .hg-lede{color:#fbf8f3b8}.hg-body{font-size:.95rem;line-height:1.6;color:var(--hg-charcoal-soft);margin:0}.hg-sec--dark .hg-body{color:#fbf8f3b8}.hg-card{background:#fff;border:1px solid var(--hg-line-soft);border-radius:var(--hg-radius);padding:1.6rem 1.5rem}.hg-grid{display:grid;gap:1.4rem}.hg-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.hg-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.hg-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:860px){.hg-grid--3,.hg-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.hg-grid--2,.hg-grid--3,.hg-grid--4{grid-template-columns:1fr}}.hg-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:1px solid transparent;border-radius:999px;padding:.95rem 1.9rem;font-size:.97rem;font-weight:600;text-decoration:none;cursor:pointer;transition:transform .28s var(--hg-ease-soft),box-shadow .28s var(--hg-ease-soft),background .2s ease}.hg-btn--primary{background:var(--hg-sage-deep);color:#fff}.hg-btn--primary:hover{transform:translateY(-2px);box-shadow:0 10px 26px #4e6b5957}.hg-btn--ghost{background:transparent;color:inherit;border-color:currentColor}.hg-btn--ghost:hover{transform:translateY(-2px);background:var(--hg-sage-wash)}.hg-btn--light{background:var(--hg-ivory);color:var(--hg-charcoal)}.hg-btn--light:hover{transform:translateY(-2px);box-shadow:0 12px 30px #00000052}.hg-actions{display:flex;flex-wrap:wrap;gap:.85rem}.hg-steps{list-style:none;padding:0;margin:0;counter-reset:hgstep;display:grid;gap:1.3rem;grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:780px){.hg-steps{grid-template-columns:1fr}}.hg-step{counter-increment:hgstep;position:relative;background:#fff;border:1px solid var(--hg-line-soft);border-radius:var(--hg-radius);padding:1.6rem 1.5rem;transition:transform .45s var(--hg-ease-soft),box-shadow .45s var(--hg-ease-soft)}.hg-step:hover{transform:translateY(-4px);box-shadow:var(--hg-shadow)}.hg-step__n{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:var(--hg-sage-deep);color:#fff;font-size:.88rem;font-weight:650;margin-bottom:1rem}.hg-step__n:before{content:counter(hgstep)}.hg-tablewrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.hg-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid var(--hg-line);border-radius:var(--hg-radius);overflow:hidden;font-size:.94rem}.hg-table th,.hg-table td{padding:.95rem 1rem;text-align:left;border-bottom:1px solid var(--hg-line-soft);vertical-align:top}.hg-table thead th{background:var(--hg-ivory-deep);font-weight:600;font-size:.84rem;letter-spacing:.01em}.hg-table tbody tr:last-child td{border-bottom:none}.hg-table tbody tr{transition:background .2s ease}.hg-table tbody tr:hover{background:var(--hg-sage-wash)}.hg-table td:nth-child(2){font-weight:600;color:var(--hg-sage-deep)}.hg-acc{border-top:1px solid var(--hg-line)}.hg-acc__item{border-bottom:1px solid var(--hg-line)}.hg-acc__q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;background:none;border:none;padding:1.2rem 0;font:inherit;font-size:1rem;font-weight:550;letter-spacing:-.008em;text-align:left;color:inherit;cursor:pointer;transition:color .2s ease}.hg-acc__q:hover{color:var(--hg-sage-deep)}.hg-acc__i{flex:0 0 auto;width:11px;height:11px;border-right:1.8px solid currentColor;border-bottom:1.8px solid currentColor;transform:translateY(-3px) rotate(45deg);transition:transform .32s var(--hg-ease);opacity:.55}.hg-acc__q[aria-expanded=true] .hg-acc__i{transform:translateY(1px) rotate(225deg)}.hg-acc__a{overflow:hidden;height:0;transition:height .34s var(--hg-ease)}.hg-acc__a>div{padding:0 0 1.35rem;color:var(--hg-charcoal-soft);line-height:1.65;font-size:.96rem;max-width:68ch}.hg-ba{position:relative;border-radius:var(--hg-radius-lg);overflow:hidden;background:var(--hg-ivory-deep);aspect-ratio:4/3;touch-action:pan-y}.hg-ba img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.hg-ba__after{clip-path:inset(0 0 0 var(--hg-split,50%))}.hg-ba__range{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;opacity:0;cursor:ew-resize}.hg-ba__handle{position:absolute;top:0;bottom:0;left:var(--hg-split,50%);width:2px;background:#fff;box-shadow:0 0 0 1px #0000002e;pointer-events:none}.hg-ba__handle:after{content:"";position:absolute;top:50%;left:50%;width:38px;height:38px;transform:translate(-50%,-50%);border-radius:50%;background:#fff;box-shadow:0 3px 12px #0000004d}.hg-ba__lab{position:absolute;bottom:14px;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;font-weight:650;color:#fff;background:#22262b9e;padding:.3rem .7rem;border-radius:999px;pointer-events:none}.hg-ba__lab--b{left:14px}.hg-ba__lab--a{right:14px}.hg-ba__range:focus-visible+.hg-ba__handle:after{outline:3px solid var(--hg-sage-deep);outline-offset:2px}.hg-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem 1.6rem}@media(max-width:700px){.hg-trust{grid-template-columns:1fr}}.hg-trust__i{display:flex;gap:.75rem;align-items:flex-start}.hg-trust__i svg{flex:0 0 auto;margin-top:2px;color:var(--hg-sage-deep)}@media(prefers-reduced-motion:no-preference){.hg-r{opacity:0;transform:translate3d(0,20px,0);transition:opacity .7s var(--hg-ease),transform .7s var(--hg-ease)}.hg-r.is-in{opacity:1;transform:none}.hg-stag>*{opacity:0;transform:translate3d(0,16px,0);transition:opacity .6s var(--hg-ease),transform .6s var(--hg-ease)}.hg-stag.is-in>*{opacity:1;transform:none}.hg-stag.is-in>*:nth-child(1){transition-delay:.04s}.hg-stag.is-in>*:nth-child(2){transition-delay:.12s}.hg-stag.is-in>*:nth-child(3){transition-delay:.2s}.hg-stag.is-in>*:nth-child(4){transition-delay:.28s}.hg-stag.is-in>*:nth-child(5){transition-delay:.36s}.hg-stag.is-in>*:nth-child(6){transition-delay:.44s}}@media(prefers-reduced-motion:reduce){.hg-r,.hg-stag>*{opacity:1!important;transform:none!important}.hg-acc__a{transition:none!important}}.hg-sticky{position:fixed;left:0;right:0;bottom:0;z-index:40;display:flex;align-items:center;gap:.9rem;padding:.7rem 1.1rem calc(.7rem + env(safe-area-inset-bottom));background:#fbf8f3f0;-webkit-backdrop-filter:saturate(1.4) blur(14px);backdrop-filter:saturate(1.4) blur(14px);border-top:1px solid var(--hg-line);box-shadow:0 -6px 30px #22262b1a;transform:translateY(115%);transition:transform .42s var(--hg-ease)}.hg-sticky.is-on{transform:none}.hg-sticky img{width:44px;height:44px;object-fit:cover;border-radius:9px;flex:0 0 auto}.hg-sticky__m{flex:1;min-width:0}.hg-sticky__t{display:block;font-size:.88rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hg-sticky__p{font-size:.84rem;color:var(--hg-charcoal-soft)}@media(max-width:520px){.hg-sticky img{display:none}}@media(prefers-reduced-motion:reduce){.hg-sticky{transition:none}}.hg-visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,.h1,.h2,.h3{letter-spacing:-.022em;text-wrap:balance}p,li{text-wrap:pretty}:where(a,button,summary,input,select,textarea,[tabindex]):focus-visible{outline:2px solid var(--hg-sage-deep);outline-offset:3px;border-radius:4px}::selection{background:var(--hg-sage-deep);color:#fff}.product-card,product-card,[class*=product-card]{transition:transform .4s var(--hg-ease-soft)}.product-card:hover,product-card:hover,[class*=product-card]:hover{transform:translateY(-5px)}[class*=card-gallery]{overflow:hidden}[class*=product-card] img,[class*=card-gallery] img{transition:transform .7s var(--hg-ease-soft)}[class*=product-card]:hover img{transform:scale(1.04)}@media(prefers-reduced-motion:reduce){.product-card,product-card,[class*=product-card],[class*=product-card] img{transition:none!important;transform:none!important}}
/*# sourceMappingURL=/cdn/shop/t/34/assets/hg-system.css.map */
