@import"https://fonts.googleapis.com/css2?family=Lora:wght@400;600;700&family=Mulish:wght@400;700;800;900&family=Caveat:wght@600&display=swap";:root{--ht-bg: #fdfbf7;--ht-card: #fffdf7;--ht-tile: #ece5d4;--ht-border: #e2d8c2;--ht-border-soft: #efe7d6;--ht-ink: #26301f;--ht-body: #4c5543;--ht-body-2: #3b4633;--ht-muted: #8b8163;--ht-muted-2: #7c7358;--ht-faded: #a49a80;--ht-green: #2f4a35;--ht-green-soft: #eef1e5;--ht-green-border: #d7dfc7;--ht-gold: #dcb45a;--ht-red: #b23b2e;--ht-cream-btn-text: #f7f2e4;--ht-font-serif: "Lora", serif;--ht-font-body: "Mulish", sans-serif;--ht-font-hand: "Caveat", cursive}.ht-page,.ht-page *{box-sizing:border-box}.ht-page{background:var(--ht-bg);color:var(--ht-ink);font-family:var(--ht-font-body);font-size:17px;-webkit-font-smoothing:antialiased}html{scroll-behavior:smooth}@keyframes ht-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes ht-blip{0%,to{opacity:1}50%{opacity:.25}}.ht-fixed{position:fixed;top:0;left:0;right:0;width:100%;z-index:60}.ht-marquee{overflow:hidden;padding:9px 0}.ht-marquee-track{display:flex;width:max-content;animation:ht-marquee 34s linear infinite}.ht-marquee-item{display:flex;align-items:center;gap:14px;padding:0 18px;font-size:12.5px;font-weight:800;letter-spacing:1.6px;white-space:nowrap}.ht-marquee-dot{width:5px;height:5px;border-radius:50%;display:block}.ht-marquee-green{background:var(--ht-green)}.ht-marquee-green .ht-marquee-item{color:#f3ecdd}.ht-marquee-green .ht-marquee-dot{background:var(--ht-gold)}.ht-marquee-gold{background:var(--ht-gold);padding:12px 0}.ht-marquee-gold .ht-marquee-item{color:var(--ht-ink);font-size:12.5px;font-weight:900}.ht-marquee-gold .ht-marquee-dot{background:var(--ht-green)}.ht-marquee-cream{background:#f1ece0;padding:11px 0}.ht-marquee-cream .ht-marquee-item{color:var(--ht-body-2);font-size:12px;letter-spacing:1.4px}.ht-marquee-cream .ht-marquee-dot{background:var(--ht-gold)}.ht-header{background:var(--ht-card);border-bottom:1px solid var(--ht-border);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:13px 18px}.ht-burger{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;gap:5px;padding:6px;justify-self:start}.ht-burger span{width:22px;height:2px;background:var(--ht-green);border-radius:2px;display:block}.ht-logo{justify-self:center;text-decoration:none;display:flex;flex-direction:column;align-items:center;gap:2px}.ht-logo-name{font-family:var(--ht-font-serif);font-size:clamp(21px,4.8vw,27px);font-weight:600;color:var(--ht-green);line-height:1.05}.ht-logo-tag{font-size:9px;letter-spacing:2.6px;color:var(--ht-muted);font-weight:800}.ht-cart-btn{background:none;border:none;cursor:pointer;padding:5px;display:flex;position:relative;justify-self:end}.ht-cart-badge{position:absolute;top:-4px;right:-6px;background:var(--ht-red);color:#fff;font-size:10px;font-weight:900;border-radius:999px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;padding:0 4px}.ht-menu-panel{position:absolute;top:100%;left:14px;margin-top:8px;width:238px;background:var(--ht-card);border-radius:14px;box-shadow:0 18px 42px #26301f38;z-index:61;padding:8px;display:none;flex-direction:column;gap:2px}.ht-menu-panel.open{display:flex}.ht-menu-panel a{padding:12px 14px;border-radius:9px;font-size:15.5px;font-weight:700;text-decoration:none;color:var(--ht-ink)}.ht-menu-panel a:hover{background:#f1ece0;color:var(--ht-ink)}.ht-hero{max-width:1180px;margin:0 auto;padding:24px 18px 40px}.ht-hero-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,400px),1fr));gap:clamp(26px,4vw,50px);align-items:start}.ht-gallery{display:flex;flex-direction:column;gap:10px}.ht-gallery-main{position:relative;border-radius:14px;overflow:hidden;background:var(--ht-tile);aspect-ratio:1/1;box-shadow:0 10px 28px #26301f1a}.ht-gallery-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;height:100%}.ht-gallery-track::-webkit-scrollbar{display:none}.ht-gallery-slide{flex:0 0 100%;scroll-snap-align:start;height:100%}.ht-gallery-slide img{width:100%;height:100%;object-fit:cover;display:block}.ht-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.ht-thumb{border-radius:10px;overflow:hidden;background:var(--ht-tile);aspect-ratio:1/1;border:1px solid var(--ht-border);cursor:pointer;padding:0}.ht-thumb img{width:100%;height:100%;object-fit:cover;display:block}.ht-thumb.active{border-color:var(--ht-green);border-width:2px}.ht-slot-empty{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--ht-muted);font-size:12px;text-align:center;padding:10px}.ht-buybox{display:flex;flex-direction:column;gap:16px}.ht-stars{color:var(--ht-gold);letter-spacing:2px}.ht-rating-row{display:flex;align-items:center;gap:9px;flex-wrap:wrap;font-size:14.5px}.ht-h1{font-family:var(--ht-font-serif);font-weight:600;font-size:clamp(32px,5.6vw,44px);line-height:1.12;margin:0;color:var(--ht-ink)}.ht-price-row{display:flex;align-items:center;gap:13px;flex-wrap:wrap}.ht-price-now{font-family:var(--ht-font-serif);font-weight:700;font-size:34px;color:var(--ht-green);line-height:1}.ht-price-old{font-size:19px;color:var(--ht-faded);text-decoration:line-through}.ht-save-badge{background:var(--ht-red);color:#fff;font-weight:900;font-size:12px;letter-spacing:1.2px;border-radius:6px;padding:6px 11px}.ht-bullets{display:flex;flex-direction:column;gap:10px;border-top:1px solid var(--ht-border);border-bottom:1px solid var(--ht-border);padding:16px 0}.ht-bullet{display:flex;gap:11px;align-items:flex-start;font-size:16.5px;color:var(--ht-body-2);line-height:1.5}.ht-bumps-label{font-size:13px;font-weight:800;color:var(--ht-muted-2);letter-spacing:.6px}.ht-bump{display:flex;align-items:center;gap:12px;background:var(--ht-card);border:1.5px solid var(--ht-border);border-radius:12px;padding:11px 13px;cursor:pointer;transition:border-color .15s ease,background .15s ease}.ht-bump:hover{border-color:var(--ht-green)}.ht-bump.on{background:var(--ht-green-soft);border-color:var(--ht-green)}.ht-bump-tile{flex:0 0 auto;width:46px;height:46px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:4px;overflow:hidden}.ht-bump-tile img{width:100%;height:100%;object-fit:cover;border-radius:5px;display:block}.ht-bump-tile.no-pad{padding:0}.ht-bump-tile.no-pad img{border-radius:8px}.ht-bump-tile-inner{border:1px solid rgba(247,242,228,.75);border-radius:5px;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:17px}.ht-bump-mid{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:3px}.ht-bump-name{font-size:14.5px;font-weight:800;color:var(--ht-ink);line-height:1.3}.ht-bump-sub{font-size:12px;color:var(--ht-muted);line-height:1.3}.ht-bump-right{flex:0 0 auto;display:flex;align-items:center;gap:12px}.ht-bump-prices{display:flex;flex-direction:column;align-items:flex-end;line-height:1.3}.ht-bump-price{font-size:14.5px;font-weight:900;color:var(--ht-ink)}.ht-bump-price.free{color:var(--ht-green)}.ht-bump-old{font-size:12px;color:var(--ht-faded);text-decoration:line-through}.ht-switch{flex:0 0 auto;width:46px;height:28px;border-radius:999px;background:#d5cdb6;position:relative;transition:background .2s ease;box-shadow:inset 0 0 0 1px #26301f14}.ht-bump.on .ht-switch{background:var(--ht-green)}.ht-switch span{position:absolute;top:2px;left:2px;width:24px;height:24px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000047;transition:left .2s ease;display:block}.ht-bump.on .ht-switch span{left:20px}.ht-qty-row{display:flex;align-items:stretch;gap:11px;flex-wrap:wrap}.ht-qty{display:flex;align-items:center;border:1.5px solid #d8cbaa;border-radius:10px;background:var(--ht-card);flex:0 0 auto}.ht-qty button{background:none;border:none;cursor:pointer;width:46px;height:58px;font-size:22px;color:var(--ht-green);font-family:var(--ht-font-body)}.ht-qty span{min-width:32px;text-align:center;font-size:18px;font-weight:900;color:var(--ht-ink)}.ht-live{flex:1 1 240px;display:flex;align-items:center;gap:9px;font-size:14.5px;color:var(--ht-red);font-weight:800}.ht-live-dot{width:8px;height:8px;border-radius:50%;background:var(--ht-red);animation:ht-blip 1.5s ease infinite;flex:0 0 auto}.ht-atc{width:100%;min-height:62px;background:var(--ht-green);color:var(--ht-cream-btn-text);border:none;border-radius:999px;cursor:pointer;font-family:var(--ht-font-body);font-size:17px;font-weight:900;letter-spacing:1.2px;box-shadow:0 10px 24px #2f4a3547;transition:transform .15s ease,filter .15s ease}.ht-atc:hover{filter:brightness(1.08);transform:translateY(-2px)}.ht-secure{display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;color:var(--ht-muted-2)}.ht-pays{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;align-items:center}.ht-pay{border:1px solid var(--ht-border);border-radius:8px;width:62px;height:38px;display:inline-flex;align-items:center;justify-content:center;gap:4px;background:#fff;font-family:-apple-system,Segoe UI,Roboto,Arial,sans-serif;box-shadow:0 1px 3px #26301f14}.ht-pay-apple{background:#000;border-color:#000;color:#fff;font-size:14px;font-weight:600}.ht-pay-google{background:#fff;color:#3c4043;font-size:14px;font-weight:600}.ht-pay-klarna{background:#ffb3c7;border-color:#ffb3c7;color:#0b051d;font-weight:800;font-size:13px;letter-spacing:.2px}.ht-pay-mc{background:#fff}.ht-pay-visa{background:#fff;color:#1434cb;font-weight:800;font-style:italic;font-size:15px;letter-spacing:.5px}.ht-minirev{background:var(--ht-card);border:1px solid var(--ht-border);border-radius:14px;padding:14px 16px}.ht-minirev-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.ht-minirev-track{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.ht-minirev-track::-webkit-scrollbar{display:none}.ht-minirev-item{scroll-snap-align:center;flex:0 0 100%;width:100%;display:flex;gap:12px;align-items:flex-start}.ht-avatar{flex:0 0 auto;width:44px;height:44px;border-radius:50%;background:var(--ht-green-soft);border:1px solid var(--ht-green-border);display:flex;align-items:center;justify-content:center;font-family:var(--ht-font-serif);font-size:18px;color:var(--ht-green);overflow:hidden}.ht-avatar img{width:100%;height:100%;object-fit:cover;display:block}.ht-swipe-hint{text-align:center;font-size:11.5px;color:var(--ht-faded);margin-top:8px}.ht-acc-wrap{max-width:840px;margin:0 auto;padding:48px 18px 8px;display:flex;flex-direction:column;gap:12px}.ht-faq-wrap{max-width:840px;margin:0 auto;padding:52px 18px 46px}.ht-acc{background:var(--ht-card);border:1px solid var(--ht-border);border-radius:14px;overflow:hidden}.ht-acc-btn{width:100%;background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:14px;padding:19px 20px;text-align:left}.ht-acc-icon{flex:0 0 auto;width:38px;height:38px;border-radius:50%;background:var(--ht-green-soft);display:flex;align-items:center;justify-content:center;font-size:18px}.ht-acc-q{flex:1 1 auto;font-family:var(--ht-font-serif);font-size:19px;font-weight:600;color:var(--ht-ink)}.ht-faq-icon{flex:0 0 auto;width:30px;height:30px;border-radius:50%;background:var(--ht-green-soft);color:var(--ht-green);display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:900}.ht-faq-q{flex:1 1 auto;font-size:16.5px;font-weight:800;color:var(--ht-ink)}.ht-chev{font-size:20px;color:var(--ht-muted);transition:transform .25s ease;flex:0 0 auto;line-height:1}.ht-acc.open .ht-chev{transform:rotate(45deg)}.ht-acc-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.ht-acc.open .ht-acc-body{grid-template-rows:1fr}.ht-acc-body>div{overflow:hidden}.ht-acc-a{margin:0;padding:0 20px 22px 72px;font-size:16px;line-height:1.7;color:var(--ht-body)}.ht-faq-a{margin:0;padding:0 20px 21px 63px;font-size:16px;line-height:1.7;color:var(--ht-body)}.ht-h2{font-family:var(--ht-font-serif);font-weight:600;color:var(--ht-ink);margin:0;line-height:1.18}.ht-statement{padding:56px 0 0}.ht-statement-inner{max-width:920px;margin:0 auto;padding:0 18px;text-align:center;display:flex;flex-direction:column;gap:20px;align-items:center}.ht-statement h2{font-size:clamp(27px,5vw,42px);max-width:24ch;text-wrap:pretty}.ht-statement p{margin:0;font-size:17.5px;line-height:1.8;color:var(--ht-body);max-width:60ch;text-wrap:pretty}.ht-statement-img{width:100%;background:var(--ht-tile);aspect-ratio:1/1;overflow:hidden;margin-top:34px}.ht-statement-img img{width:100%;height:100%;object-fit:cover;display:block}.ht-sign{display:flex;flex-direction:column;align-items:center;gap:2px;padding-top:6px}.ht-sign-name{font-family:var(--ht-font-hand);font-size:40px;color:var(--ht-green);line-height:1}.ht-sign-sub{font-size:11.5px;color:var(--ht-muted);letter-spacing:2px;font-weight:800}.ht-carousel{padding:52px 0 44px}.ht-carousel-head{max-width:900px;margin:0 auto;padding:0 18px 26px;text-align:center;display:flex;flex-direction:column;gap:16px;align-items:center}.ht-carousel-head h2{font-size:clamp(26px,4.6vw,40px);text-wrap:pretty}.ht-carousel-head p{margin:0;font-size:17px;line-height:1.7;color:var(--ht-body);max-width:56ch}.ht-carousel-track{display:flex;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:0 0 10px;scrollbar-width:thin}.ht-carousel-item{flex:0 0 auto;width:min(72vw,300px);scroll-snap-align:center;overflow:hidden;background:var(--ht-tile);aspect-ratio:9/16}.ht-carousel-item img{width:100%;height:100%;object-fit:cover;display:block}.ht-reviews{background:var(--ht-card);border-top:1px solid var(--ht-border);border-bottom:1px solid var(--ht-border);padding:52px 0}.ht-reviews-head{max-width:1060px;margin:0 auto;padding:0 18px 22px;display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.ht-review{background:var(--ht-bg);border:1px solid var(--ht-border-soft);border-radius:14px}.ht-review-name{font-size:13.5px;font-weight:800;color:var(--ht-ink)}.ht-review-meta{font-size:11.5px;color:var(--ht-muted)}.ht-more-btn{min-height:54px;padding:0 30px;background:var(--ht-bg);color:var(--ht-green);border:1.5px solid var(--ht-green);border-radius:999px;cursor:pointer;font-family:var(--ht-font-body);font-size:15.5px;font-weight:900;letter-spacing:.8px;transition:background .15s ease,color .15s ease}.ht-more-btn:hover{background:var(--ht-green);color:var(--ht-cream-btn-text)}.ht-final{background:var(--ht-green);padding:52px 18px}.ht-final-inner{max-width:620px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:18px}.ht-final-eyebrow{font-size:10.5px;font-weight:900;letter-spacing:2.6px;color:#c4d3b6}.ht-final h2{font-size:clamp(27px,4.8vw,40px);color:var(--ht-card);text-wrap:pretty}.ht-final-price{font-family:var(--ht-font-serif);font-size:38px;font-weight:700;color:var(--ht-card)}.ht-final-old{font-size:18px;color:#a9b79b;text-decoration:line-through}.ht-final-badge{background:var(--ht-gold);color:var(--ht-ink);font-weight:900;font-size:11.5px;letter-spacing:1.2px;border-radius:6px;padding:5px 9px}.ht-final-btn{min-height:62px;width:min(100%,400px);background:var(--ht-gold);color:var(--ht-ink);border:none;border-radius:999px;cursor:pointer;font-family:var(--ht-font-body);font-size:17px;font-weight:900;letter-spacing:1.2px;box-shadow:0 10px 24px #00000038;transition:transform .15s ease,filter .15s ease}.ht-final-btn:hover{filter:brightness(1.06);transform:translateY(-2px)}.ht-final-note{font-size:13px;color:#a9b79b}.ht-disclaimer{max-width:760px;margin:0 auto;padding:26px 18px 20px}.ht-disclaimer p{margin:0;text-align:center;font-size:12.5px;line-height:1.7;color:var(--ht-muted)}.ht-footer{background:var(--ht-bg);border-top:1px solid var(--ht-border);padding:30px 18px 112px}.ht-footer-inner{max-width:1060px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.ht-footer-brand{font-family:var(--ht-font-serif);font-size:22px;font-weight:600;color:var(--ht-green)}.ht-footer-links{font-size:13px;color:var(--ht-muted);display:flex;flex-wrap:wrap;gap:8px;justify-content:center;align-items:center}.ht-footer-links a{color:var(--ht-muted)}.ht-sticky{position:fixed;left:0;right:0;bottom:0;z-index:58;background:var(--ht-card);border-top:1px solid var(--ht-border);box-shadow:0 -8px 24px #26301f1f;padding:9px 14px}.ht-sticky-inner{max-width:1060px;margin:0 auto;display:flex;align-items:center;gap:12px}.ht-sticky-tile{flex:0 0 auto;width:46px;height:46px;border-radius:9px;overflow:hidden;background:var(--ht-green);display:flex;align-items:center;justify-content:center;padding:4px}.ht-sticky-tile img{width:100%;height:100%;object-fit:cover;border-radius:5px}.ht-sticky-tile-inner{border:1px solid rgba(220,180,90,.8);border-radius:5px;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:var(--ht-font-serif);font-size:15px;color:#f3ecdd}.ht-sticky-mid{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;line-height:1.25}.ht-sticky-name{font-size:13px;font-weight:800;color:var(--ht-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ht-sticky-price{font-family:var(--ht-font-serif);font-size:18px;font-weight:700;color:var(--ht-green)}.ht-sticky-old{font-size:12.5px;color:var(--ht-faded);text-decoration:line-through}.ht-sticky-btn{flex:0 1 auto;min-height:50px;background:var(--ht-green);color:var(--ht-cream-btn-text);border:none;border-radius:999px;cursor:pointer;font-family:var(--ht-font-body);font-size:14px;font-weight:900;letter-spacing:1px;padding:0 20px;white-space:nowrap}.ht-sticky-btn:hover{filter:brightness(1.08)}.ht-cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#26301f6b;z-index:70;opacity:0;pointer-events:none;transition:opacity .25s ease}.ht-cart-overlay.open{opacity:1;pointer-events:auto}.ht-cart{position:fixed;top:0;right:0;bottom:0;width:min(420px,100vw);background:var(--ht-bg);z-index:71;transform:translate(105%);transition:transform .32s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-12px 0 40px #26301f38}.ht-cart.open{transform:translate(0)}.ht-cart-head{display:flex;align-items:center;justify-content:space-between;padding:17px 20px;border-bottom:1px solid var(--ht-border);background:var(--ht-card)}.ht-cart-title{font-family:var(--ht-font-serif);font-size:21px;font-weight:600;color:var(--ht-ink)}.ht-cart-close{background:none;border:none;cursor:pointer;font-size:24px;color:var(--ht-muted);line-height:1}.ht-cart-items{flex:1 1 auto;overflow-y:auto;padding:18px 20px;display:flex;flex-direction:column;gap:14px}.ht-cart-empty{margin:0;font-size:15.5px;color:var(--ht-muted)}.ht-cart-line{display:flex;gap:13px;align-items:flex-start;background:var(--ht-card);border:1px solid var(--ht-border);border-radius:12px;padding:13px}.ht-cart-line-tile{flex:0 0 auto;width:56px;height:56px;border-radius:8px;overflow:hidden;background:var(--ht-green);display:flex;align-items:center;justify-content:center;padding:5px}.ht-cart-line-tile img{width:100%;height:100%;object-fit:cover;border-radius:4px}.ht-cart-line-tile-inner{border:1px solid rgba(220,180,90,.8);border-radius:4px;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:var(--ht-font-serif);font-size:17px;color:#f3ecdd}.ht-cart-line-body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:6px}.ht-cart-line-name{font-size:15px;font-weight:800;color:var(--ht-ink)}.ht-cart-qty{display:flex;align-items:center;border:1px solid #d8cbaa;border-radius:8px;background:var(--ht-bg)}.ht-cart-qty button{background:none;border:none;cursor:pointer;width:28px;height:28px;color:var(--ht-green);font-size:16px}.ht-cart-qty span{min-width:20px;text-align:center;font-size:13.5px;font-weight:900}.ht-cart-line-price{font-size:15px;font-weight:900;color:var(--ht-ink)}.ht-cart-line-old{font-size:12px;color:var(--ht-faded);text-decoration:line-through;font-weight:400;margin-right:5px}.ht-cart-trash{background:none;border:none;cursor:pointer;color:var(--ht-red);padding:4px;margin-left:auto;display:flex;align-items:center}.ht-cart-info{background:var(--ht-green-soft);border:1px solid var(--ht-green-border);border-radius:12px;padding:13px 14px;font-size:13.5px;color:var(--ht-green);line-height:1.55}.ht-cart-foot{padding:14px 20px 20px;border-top:1px solid var(--ht-border);background:var(--ht-card)}.ht-cart-sub-row{display:flex;justify-content:space-between;align-items:baseline;font-size:14px;color:var(--ht-muted-2);margin-bottom:6px}.ht-cart-save-row{display:flex;justify-content:space-between;align-items:baseline;font-size:14px;color:var(--ht-green);font-weight:800;margin-bottom:6px}.ht-cart-total-row{display:flex;justify-content:space-between;align-items:baseline;font-weight:900;font-size:18px;color:var(--ht-ink);margin-bottom:6px;padding-top:8px;border-top:1px solid var(--ht-border)}.ht-cart-old{font-size:13px;color:var(--ht-faded);text-decoration:line-through;margin-right:6px;font-weight:400}.ht-cart-checkout{display:block;text-align:center;width:100%;background:var(--ht-green);color:var(--ht-cream-btn-text);font-family:var(--ht-font-body);font-weight:900;font-size:15px;letter-spacing:1px;border:none;border-radius:999px;padding:16px;cursor:pointer;text-decoration:none;margin-top:8px}.ht-cart-secure{text-align:center;font-size:12px;color:var(--ht-muted);margin-top:10px}.ht-cart-line-tile.no-pad{padding:0}.ht-cart-line-tile.no-pad img{border-radius:8px}.ht-sticky-tile.no-pad{padding:0}.ht-sticky-tile.no-pad img{border-radius:9px}@media(max-width:599px){.ht-h1{font-size:clamp(30px,8vw,36px)}.ht-hero{padding-top:10px}.ht-gallery-main{border-radius:0;box-shadow:none;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.ht-bump{padding:9px 11px;gap:10px;border-radius:11px}.ht-bump-tile{width:38px;height:38px}.ht-bump-name{font-size:13px}.ht-bump-sub{font-size:11px}.ht-bump-price{font-size:13px}.ht-bump-old{font-size:11px}.ht-bump-right{gap:8px}.ht-switch{width:40px;height:24px}.ht-switch span{width:20px;height:20px}.ht-bump.on .ht-switch span{left:18px}.ht-qty button{width:40px;height:46px;font-size:19px}.ht-qty span{font-size:16px;min-width:26px}.ht-live{font-size:12.5px;gap:7px}.ht-atc{font-size:14px;min-height:54px;letter-spacing:.8px;padding:0 14px}.ht-bullets{gap:8px;padding:13px 0}.ht-bullet{font-size:14.5px}.ht-pay{width:56px;height:34px}.ht-sticky-btn{font-size:13px;padding:0 14px}}
/*# sourceMappingURL=/cdn/shop/t/52/assets/herta-styles.css.map */
