.hills-cart{background:var(--hills-cart-bg, #f7f3ed);color:var(--hills-cart-text, #1a1a1a);padding:100px 24px 80px;min-height:100vh}.hills-cart__inner{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:48px}.hills-cart__tag{display:flex;align-items:center;gap:8px;font-family:Courier New,ui-monospace,monospace;font-size:11px;letter-spacing:.08em;color:var(--hills-cart-muted);text-transform:lowercase;margin:0 0 12px}.hills-cart__tag-sep{opacity:.6}.hills-cart__title{font-size:clamp(28px,3vw,38px);font-weight:500;line-height:1.1;letter-spacing:-.015em;margin:0 0 32px;text-transform:lowercase}.hills-cart__list{list-style:none;margin:0 0 24px;padding:0;display:flex;flex-direction:column;gap:16px}.hills-cart__item{display:grid;grid-template-columns:88px 1fr auto;gap:16px;align-items:center;padding:14px;background:var(--hills-cart-card);border:1px solid var(--hills-cart-border)}.hills-cart__item-media{width:88px;height:88px;overflow:hidden;background:#ede5d4}.hills-cart__item-img{width:100%;height:100%;object-fit:cover;display:block}.hills-cart__item-title{margin:0 0 4px;font-size:15px;font-weight:500;text-transform:lowercase}.hills-cart__item-variant{margin:0 0 6px;font-family:Courier New,monospace;font-size:11px;color:var(--hills-cart-muted);text-transform:lowercase}.hills-cart__item-meta{margin:0;font-family:Courier New,monospace;font-size:12px;color:var(--hills-cart-text);display:flex;align-items:center;gap:8px;text-transform:lowercase}.hills-cart__item-sep{opacity:.5}.hills-cart__item-remove{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--hills-cart-muted);text-decoration:none;font-size:18px;line-height:1;transition:background .15s ease,color .15s ease}.hills-cart__item-remove:hover{background:var(--hills-cart-border);color:var(--hills-cart-text)}.hills-cart__subtotal{display:flex;justify-content:space-between;align-items:baseline;padding:16px 0;border-top:1px solid var(--hills-cart-border);border-bottom:1px solid var(--hills-cart-border);font-family:Courier New,monospace;text-transform:lowercase}.hills-cart__subtotal-label{font-size:12px;color:var(--hills-cart-muted);letter-spacing:.04em}.hills-cart__subtotal-value{font-size:18px;font-weight:600;color:var(--hills-cart-text)}.hills-cart__waitlist{position:relative;padding:36px 28px 28px;background:#fff3f4;border:1.5px solid var(--hills-cart-accent);transform:rotate(-.3deg)}.hills-cart__waitlist-sticker{position:absolute;top:-12px;left:24px;background:var(--hills-cart-accent);color:#fff;padding:4px 12px;font-family:Courier New,monospace;font-size:11px;letter-spacing:.12em;text-transform:lowercase;transform:rotate(-2deg);box-shadow:0 2px 8px #e8556b4d}.hills-cart__waitlist-title{margin:0 0 8px;font-size:clamp(22px,2.4vw,28px);font-weight:500;line-height:1.2;letter-spacing:-.015em;text-transform:lowercase;color:var(--hills-cart-text)}.hills-cart__waitlist-sub{margin:0 0 24px;font-size:14px;line-height:1.5;color:#3a3a3a}.hills-cart__waitlist-form{margin:0}.hills-cart__waitlist-row{display:flex;gap:0;border:1.5px solid var(--hills-cart-text);background:#fff;margin-bottom:12px}.hills-cart__waitlist-input{flex:1;border:none;background:transparent;padding:14px 18px;font-family:Courier New,monospace;font-size:14px;color:var(--hills-cart-text);outline:none;text-transform:lowercase}.hills-cart__waitlist-input::placeholder{color:var(--hills-cart-muted)}.hills-cart__waitlist-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 22px;background:var(--hills-cart-text);color:var(--hills-cart-bg);border:none;font-family:Courier New,monospace;font-size:12px;letter-spacing:.12em;text-transform:lowercase;cursor:pointer;transition:opacity .2s ease,gap .25s ease}.hills-cart__waitlist-btn:hover{opacity:.9;gap:12px}.hills-cart__waitlist-arrow{transition:transform .25s ease}.hills-cart__waitlist-btn:hover .hills-cart__waitlist-arrow{transform:translate(2px)}.hills-cart__waitlist-success{margin:8px 0 0;font-family:Courier New,monospace;font-size:13px;color:#2e7d32;text-transform:lowercase}.hills-cart__waitlist-error{margin:8px 0 0;font-family:Courier New,monospace;font-size:13px;color:var(--hills-cart-accent);text-transform:lowercase}.hills-cart__waitlist-note{margin:16px 0 0;font-family:Courier New,monospace;font-size:11px;color:var(--hills-cart-muted);text-transform:lowercase;line-height:1.5;font-style:italic}.hills-cart__back{align-self:flex-start;font-family:Courier New,monospace;font-size:12px;letter-spacing:.06em;color:var(--hills-cart-muted);text-decoration:none;text-transform:lowercase;transition:color .15s ease}.hills-cart__back:hover{color:var(--hills-cart-text)}@media screen and (max-width:600px){.hills-cart{padding:80px 18px 48px}.hills-cart__waitlist{padding:32px 20px 20px}.hills-cart__waitlist-row{flex-direction:column}.hills-cart__waitlist-input{padding:12px 14px}.hills-cart__waitlist-btn{padding:14px;justify-content:center}.hills-cart__item{grid-template-columns:72px 1fr auto;gap:12px;padding:10px}.hills-cart__item-media{width:72px;height:72px}}.hills-footer{background:#f7f3ed;border-top:1px solid #ece5d6;padding:32px 24px}.hills-footer__inner{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;max-width:1400px;margin:0 auto;font-family:Courier New,ui-monospace,monospace;font-size:11px;letter-spacing:.08em;text-transform:lowercase;color:#4a4a4a}.hills-footer__col{display:flex}.hills-footer__col--brand{flex-direction:column;gap:4px}.hills-footer__brand{font-weight:600;color:#1a1a1a}.hills-footer__org{font-size:10px;letter-spacing:.04em;color:#6b6b6b}.hills-footer__col--links{gap:18px;flex-wrap:wrap}.hills-footer__link{color:#4a4a4a;text-decoration:none;transition:color .2s ease}.hills-footer__link:hover{color:#1a1a1a}@media screen and (max-width:600px){.hills-footer__inner{flex-direction:column;align-items:flex-start;gap:16px}.hills-footer__col--links{width:100%}}.hills-header{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--hills-header-bg, rgba(247, 243, 237, 0));backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.hills-header__inner{display:flex;align-items:center;justify-content:space-between;padding:18px 24px}.hills-header__brand{display:inline-flex;align-items:center;gap:10px;color:var(--hills-header-text, #ffffff);text-decoration:none}.hills-header__logo{height:28px;width:auto;display:block;filter:drop-shadow(0 1px 4px rgba(0,0,0,.3))}.hills-header__brand-text{font-family:Courier New,ui-monospace,monospace;font-size:14px;font-weight:700;letter-spacing:.05em;text-transform:lowercase;color:#1a1a1a;text-shadow:0 0 2px rgba(255,255,255,.6),0 1px 6px rgba(255,255,255,.5)}.hills-header__cart{position:relative;color:var(--hills-header-text, #ffffff);text-decoration:none;display:flex;align-items:center;filter:drop-shadow(0 1px 4px rgba(0,0,0,.4))}.hills-header__count{position:absolute;top:-6px;right:-8px;background:var(--hills-header-text, #ffffff);color:var(--hills-header-bg, #1a1a1a);font-family:Courier New,monospace;font-size:10px;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}@media screen and (max-width:600px){.hills-header__inner{padding:14px 18px}.hills-header__brand{font-size:13px}}.hills-hero-link{display:block;text-decoration:none;color:inherit}.hills-hero{position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden;background:#f7f3ed}.hills-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.hills-hero__img{width:100%;height:100%;object-fit:cover;display:block}.hills-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,#00000026,#0006);z-index:1}.hills-hero__center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:4;display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px;max-width:90vw}.hills-hero__center-logo{width:110px;height:auto;margin-bottom:16px;filter:drop-shadow(0 6px 18px rgba(0,0,0,.45));animation:hills-hero-float 4s ease-in-out infinite}@keyframes hills-hero-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.hills-hero__center-brand{font-family:Courier New,ui-monospace,monospace;font-size:clamp(28px,4.5vw,44px);font-weight:700;color:#fff;margin:0 0 4px;letter-spacing:.06em;text-transform:lowercase;text-shadow:0 0 1px rgba(0,0,0,.6),0 2px 8px rgba(0,0,0,.55),0 0 16px rgba(232,85,107,.4)}.hills-hero__center-tagline{font-family:Courier New,ui-monospace,monospace;font-size:clamp(11px,1.4vw,13px);color:#fff;margin:0 0 28px;letter-spacing:.12em;text-transform:lowercase;opacity:.92;text-shadow:0 1px 6px rgba(0,0,0,.7)}.hills-hero__center-cta{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:var(--hills-hero-accent);color:#fff;font-family:Courier New,ui-monospace,monospace;font-size:14px;font-weight:700;letter-spacing:.14em;text-transform:lowercase;border:2px solid #ffffff;box-shadow:0 4px #1a1a1a2e,0 8px 24px #e8556b73;transition:transform .2s ease,box-shadow .3s ease,gap .25s ease;animation:hills-hero-pulse-btn 2.5s ease-in-out infinite}.hills-hero-link:hover .hills-hero__center-cta{transform:translateY(-2px);gap:16px;box-shadow:0 6px #1a1a1a38,0 12px 32px #e8556b8c}.hills-hero__center-arrow{transition:transform .25s ease}.hills-hero-link:hover .hills-hero__center-arrow{transform:translate(4px)}@keyframes hills-hero-pulse-btn{0%,to{box-shadow:0 4px #1a1a1a2e,0 8px 24px #e8556b73}50%{box-shadow:0 4px #1a1a1a2e,0 8px 32px #e8556ba6}}.hills-hero__tag{position:absolute;z-index:3;display:flex;align-items:center;gap:10px;color:var(--hills-hero-text);font-family:Courier New,ui-monospace,monospace;font-size:11px;letter-spacing:.08em;text-transform:lowercase;text-shadow:0 1px 4px rgba(0,0,0,.5)}.hills-hero__tag--top{top:80px;left:24px}.hills-hero__mark{font-weight:600}.hills-hero__sep{opacity:.6}.hills-hero__file{opacity:.85}.hills-hero__folder{position:absolute;z-index:3;display:flex;flex-direction:column;align-items:center;gap:4px;pointer-events:none;filter:drop-shadow(0 4px 12px rgba(0,0,0,.35));transition:transform .3s ease}.hills-hero-link:hover .hills-hero__folder{transform:scale(1.05) var(--folder-rotation, rotate(0deg))}.hills-hero__folder-icon{width:54px;height:44px}.hills-hero__folder-icon-top{fill:var(--hills-hero-folder-fill-top);stroke:var(--hills-hero-folder-stroke)}.hills-hero__folder-icon-bottom{fill:var(--hills-hero-folder-fill-bottom);stroke:var(--hills-hero-folder-stroke)}.hills-hero__folder-label{font-family:Courier New,ui-monospace,monospace;font-size:11px;color:#fff;letter-spacing:.05em;text-transform:lowercase;background:#00000080;padding:2px 6px;border-radius:2px}.hills-hero__folder--a{top:14%;right:8%;--folder-rotation: rotate(-8deg);transform:var(--folder-rotation)}.hills-hero__folder--b{top:18%;left:6%;--folder-rotation: rotate(6deg);transform:var(--folder-rotation)}.hills-hero__folder--b .hills-hero__folder-icon{width:46px;height:38px}.hills-hero__folder--c{bottom:18%;right:10%;--folder-rotation: rotate(12deg);transform:var(--folder-rotation)}.hills-hero__folder--c .hills-hero__folder-icon{width:44px;height:36px}.hills-hero__live{position:absolute;top:78px;right:24px;z-index:3;display:flex;align-items:center;gap:6px;background:#0009;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);color:#fff;font-family:Courier New,ui-monospace,monospace;font-size:11px;letter-spacing:.06em;text-transform:lowercase;padding:5px 10px;border-radius:2px}.hills-hero__live-dot{width:6px;height:6px;border-radius:50%;background:#4ade80;box-shadow:0 0 6px #4ade80;animation:hills-hero-pulse 2s ease-in-out infinite}@keyframes hills-hero-pulse{0%,to{opacity:1}50%{opacity:.4}}.hills-hero__weather{position:absolute;bottom:24px;left:24px;z-index:3;display:flex;align-items:center;gap:6px;color:#fff;font-family:Courier New,ui-monospace,monospace;font-size:11px;letter-spacing:.06em;text-transform:lowercase;text-shadow:0 1px 4px rgba(0,0,0,.5)}.hills-hero__weather-icon{font-size:13px}.hills-hero__sparkle{position:absolute;z-index:2;color:#fff;pointer-events:none;filter:drop-shadow(0 0 6px rgba(255,255,255,.6));animation:hills-hero-twinkle 3s ease-in-out infinite}.hills-hero__sparkle--1{top:28%;right:22%;font-size:18px;animation-delay:0s}.hills-hero__sparkle--2{bottom:36%;left:18%;font-size:16px;animation-delay:1.2s}@keyframes hills-hero-twinkle{0%,to{opacity:.4;transform:scale(.9)}50%{opacity:1;transform:scale(1.15)}}.hills-hero__cherry{position:absolute;bottom:28%;right:20%;z-index:3;font-size:28px;transform:rotate(15deg);filter:drop-shadow(0 3px 8px rgba(232,85,107,.4));pointer-events:none;animation:hills-hero-bob 4s ease-in-out infinite}@keyframes hills-hero-bob{0%,to{transform:rotate(15deg) translateY(0)}50%{transform:rotate(18deg) translateY(-6px)}}@media screen and (max-width:600px){.hills-hero{height:100svh;min-height:560px}.hills-hero__tag--top{top:64px;left:16px;font-size:10px}.hills-hero__live{top:64px;right:14px;font-size:10px;padding:4px 8px}.hills-hero__weather{bottom:18px;left:16px;font-size:10px}.hills-hero__center{padding:16px}.hills-hero__center-logo{width:84px;margin-bottom:14px}.hills-hero__center-brand{font-size:28px}.hills-hero__center-tagline{font-size:11px;margin-bottom:22px}.hills-hero__center-cta{padding:14px 28px;font-size:13px}.hills-hero__folder--a{top:12%;right:6%}.hills-hero__folder--a .hills-hero__folder-icon{width:44px;height:36px}.hills-hero__folder--b{top:14%;left:5%}.hills-hero__folder--b .hills-hero__folder-icon{width:38px;height:30px}.hills-hero__folder--c{bottom:28%;right:8%}.hills-hero__folder--c .hills-hero__folder-icon{width:36px;height:28px}.hills-hero__sparkle--1{top:22%;right:28%;font-size:14px}.hills-hero__sparkle--2{bottom:42%;left:20%;font-size:12px}.hills-hero__cherry{bottom:32%;right:18%;font-size:22px}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hills-product{background:var(--hills-product-bg, #f7f3ed);color:var(--hills-product-text, #1a1a1a);padding-top:80px;padding-bottom:80px;min-height:100vh}.hills-product__inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;max-width:1100px;margin:0 auto;padding:0 32px;align-items:start}.hills-product__gallery{display:flex;flex-direction:column;gap:12px}.hills-product__media-main{width:100%;aspect-ratio:4 / 5;overflow:hidden;background:#ede5d4}.hills-product__media-img{width:100%;height:100%;object-fit:cover;display:block}.hills-product__thumbs{display:flex;flex-wrap:wrap;gap:8px}.hills-product__thumb{width:56px;height:56px;padding:0;border:1px solid transparent;background:transparent;cursor:pointer;opacity:.55;transition:opacity .2s ease,border-color .2s ease;overflow:hidden}.hills-product__thumb:hover{opacity:.85}.hills-product__thumb--active{opacity:1;border-color:var(--hills-product-text)}.hills-product__thumb-img{width:100%;height:100%;object-fit:cover;display:block}.hills-product__info{display:flex;flex-direction:column}.hills-product__tag{display:flex;align-items:center;gap:8px;font-family:Courier New,ui-monospace,monospace;font-size:11px;letter-spacing:.08em;color:var(--hills-product-muted);text-transform:lowercase;margin:0 0 16px}.hills-product__tag-sep{opacity:.6}.hills-product__title-row{display:flex;align-items:center;gap:14px;margin:0 0 8px;flex-wrap:wrap}.hills-product__title{font-size:clamp(26px,2.6vw,34px);font-weight:500;line-height:1.1;letter-spacing:-.015em;margin:0;text-transform:lowercase}.hills-product__sticker{display:inline-flex;align-items:center;padding:4px 10px;background:var(--hills-product-accent);color:#fff;font-family:Courier New,ui-monospace,monospace;font-size:10px;letter-spacing:.12em;text-transform:lowercase;transform:rotate(-3deg);box-shadow:0 2px 6px #e8556b4d}.hills-product__lede{font-size:17px;color:var(--hills-product-text);margin:0 0 28px;font-weight:500;display:flex;align-items:center;gap:10px}.hills-product__lede-star{color:var(--hills-product-accent);font-size:14px;animation:hills-prod-twinkle 2.5s ease-in-out infinite}.hills-product__lede-star:last-child{animation-delay:1.2s}@keyframes hills-prod-twinkle{0%,to{opacity:.5;transform:scale(.9)}50%{opacity:1;transform:scale(1.15)}}.hills-product__buy{display:block;margin-bottom:36px;padding-bottom:24px;border-bottom:1px solid var(--hills-product-border)}.hills-product__price{font-size:32px;font-weight:700;margin:0 0 22px;color:var(--hills-product-text);letter-spacing:-.02em;transition:color .2s ease;line-height:1}.hills-product__bundle{display:flex;flex-direction:column;gap:10px;border:none;padding:0;margin:0 0 18px}.hills-product__bundle-option{position:relative;display:flex;align-items:center;gap:12px;padding:16px;border:1.5px solid var(--hills-product-border);background:var(--hills-product-card);cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .15s ease}.hills-product__bundle-option:hover{border-color:var(--hills-product-text);transform:translateY(-1px)}.hills-product__bundle-option--active{border-color:var(--hills-product-text);background:#fff;box-shadow:0 4px 16px #1a1a1a0f}.hills-product__bundle-option input{accent-color:var(--hills-product-text);width:14px;height:14px}.hills-product__bundle-text{display:flex;justify-content:space-between;align-items:baseline;flex:1;gap:12px}.hills-product__bundle-title{font-family:Courier New,ui-monospace,monospace;font-size:13px;letter-spacing:.04em;text-transform:lowercase;color:var(--hills-product-text)}.hills-product__bundle-meta{font-family:Courier New,ui-monospace,monospace;font-size:12px;color:var(--hills-product-muted);display:flex;align-items:baseline;gap:8px}.hills-product__bundle-meta s{opacity:.5}.hills-product__bundle-meta strong{font-weight:600;color:var(--hills-product-text)}.hills-product__bundle-badge{position:absolute;top:-8px;right:12px;background:var(--hills-product-accent);color:#fff;font-family:Courier New,ui-monospace,monospace;font-size:10px;letter-spacing:.08em;text-transform:lowercase;padding:3px 8px;border-radius:2px}.hills-product__sizes{display:flex;flex-direction:column;gap:10px;margin:0 0 18px}.hills-product__size-row{display:flex;align-items:center;gap:12px}.hills-product__size-row[hidden]{display:none}.hills-product__size-label{flex:0 0 auto;min-width:140px;font-family:Courier New,ui-monospace,monospace;font-size:11px;letter-spacing:.06em;color:var(--hills-product-muted);text-transform:lowercase}.hills-product__size-select{flex:1;padding:10px 32px 10px 12px;border:1px solid var(--hills-product-border);background:var(--hills-product-card);font-family:Courier New,ui-monospace,monospace;font-size:13px;color:var(--hills-product-text);cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' fill='none' stroke='%231a1a1a' stroke-width='1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:10px}.hills-product__size-select:focus{outline:2px solid var(--hills-product-text);outline-offset:-2px}.hills-product__form{margin:0}.hills-product__qty-row{display:flex;gap:10px;align-items:stretch}.hills-product__qty{display:inline-flex;align-items:center;border:1px solid var(--hills-product-border);background:var(--hills-product-card)}.hills-product__qty-btn{width:38px;height:100%;border:none;background:transparent;color:var(--hills-product-text);font-size:16px;cursor:pointer;line-height:1;font-family:ui-monospace,monospace;transition:opacity .15s ease}.hills-product__qty-btn:hover{opacity:.6}.hills-product__qty-input{width:44px;height:100%;text-align:center;border:none;background:transparent;color:var(--hills-product-text);font-family:Courier New,monospace;font-size:14px;-moz-appearance:textfield}.hills-product__qty-input::-webkit-outer-spin-button,.hills-product__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.hills-product__btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:20px 28px;min-height:56px;background:var(--hills-product-accent);color:#fff;border:none;font-family:Courier New,ui-monospace,monospace;font-size:14px;font-weight:700;letter-spacing:.14em;text-transform:lowercase;cursor:pointer;position:relative;overflow:hidden;transition:opacity .2s ease,gap .25s ease,transform .2s ease,box-shadow .3s ease;box-shadow:0 2px #b4283c66,0 4px 14px #e8556b59}.hills-product__btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.18) 50%,transparent 70%);transform:translate(-100%);transition:transform .6s ease}.hills-product__btn:hover:not(:disabled){opacity:.95;gap:16px;transform:translateY(-2px);box-shadow:0 4px #b4283c66,0 8px 22px #e8556b80}.hills-product__btn:hover:not(:disabled):before{transform:translate(100%)}.hills-product__btn--disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.hills-product__btn-arrow{transition:transform .25s ease;position:relative;z-index:1}.hills-product__btn-text{position:relative;z-index:1}.hills-product__trust{list-style:none;margin:18px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:10px 18px}.hills-product__trust-item{font-family:Courier New,ui-monospace,monospace;font-size:13px;letter-spacing:.04em;color:#4a4a4a;text-transform:lowercase;font-weight:500}.hills-product__bonus{margin-top:20px;padding:16px 18px;background:#fff3f4;border:1.5px solid var(--hills-product-accent);position:relative;transform:rotate(-.5deg)}.hills-product__bonus-sticker{position:absolute;top:-10px;left:14px;background:var(--hills-product-accent);color:#fff;padding:3px 10px;font-family:Courier New,ui-monospace,monospace;font-size:10px;letter-spacing:.1em;text-transform:lowercase;transform:rotate(-2deg)}.hills-product__bonus-list{margin:6px 0 4px;font-family:Courier New,ui-monospace,monospace;font-size:14px;color:var(--hills-product-text);text-transform:lowercase;letter-spacing:.02em}.hills-product__bonus-plus{color:var(--hills-product-accent);font-weight:700;padding:0 4px}.hills-product__bonus-note{margin:0;font-family:Courier New,ui-monospace,monospace;font-size:11px;color:var(--hills-product-muted);text-transform:lowercase;font-style:italic}.hills-product__desc{font-size:16px;line-height:1.7;color:#2a2a2a;margin:0 0 28px}.hills-product__desc :is(p,ul,ol){margin:0 0 14px}.hills-product__desc :is(p,ul,ol):last-child{margin-bottom:0}.hills-product__desc-foot{font-family:Courier New,ui-monospace,monospace;font-size:11px;letter-spacing:.04em;color:var(--hills-product-muted);text-transform:lowercase;line-height:1.6}.hills-product__desc-tag{font-family:Courier New,ui-monospace,monospace;font-size:11px;letter-spacing:.08em;color:var(--hills-product-muted);text-transform:lowercase;margin-top:18px!important}.hills-product__bundle-note{margin:0 0 18px;font-family:Courier New,ui-monospace,monospace;font-size:10px;letter-spacing:.04em;color:var(--hills-product-muted);text-transform:lowercase}.hills-product__details{border-top:1px solid var(--hills-product-border);padding:16px 0;font-size:13px}.hills-product__details:last-of-type{border-bottom:1px solid var(--hills-product-border);margin-bottom:24px}.hills-product__details summary{cursor:pointer;font-family:Courier New,ui-monospace,monospace;font-size:12px;letter-spacing:.06em;color:var(--hills-product-text);text-transform:lowercase;list-style:none;display:flex;justify-content:space-between;align-items:center;transition:color .15s ease}.hills-product__details summary::-webkit-details-marker{display:none}.hills-product__details summary:after{content:"+";font-size:16px;transition:transform .2s ease}.hills-product__details[open] summary:after{content:"\2212"}.hills-product__details summary:hover{color:var(--hills-product-muted)}.hills-product__details ul{list-style:none;margin:12px 0 0;padding:0;display:flex;flex-direction:column;gap:6px;font-family:Courier New,ui-monospace,monospace;font-size:12px;color:#3a3a3a;text-transform:lowercase;line-height:1.5}.hills-product__details li:before{content:"\b7  ";color:var(--hills-product-muted)}.hills-product__meta{list-style:none;margin:0;padding:20px 0 0;border-top:1px solid var(--hills-product-border);display:flex;flex-direction:column;gap:8px}.hills-product__meta-item{display:flex;justify-content:space-between;align-items:baseline;font-family:Courier New,ui-monospace,monospace;font-size:11px;letter-spacing:.04em;text-transform:lowercase}.hills-product__meta-key{color:var(--hills-product-muted)}.hills-product__meta-val{color:var(--hills-product-text)}.hills-product__sticky{display:none;position:fixed;bottom:0;left:0;right:0;z-index:90;padding:12px 16px;background:#f7f3edf5;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1.5px solid var(--hills-product-border);box-shadow:0 -4px 24px #00000014;align-items:center;justify-content:space-between;gap:12px}.hills-product__sticky-info{display:flex;flex-direction:column;gap:2px;line-height:1.2}.hills-product__sticky-name{font-family:Courier New,ui-monospace,monospace;font-size:12px;color:var(--hills-product-muted);text-transform:lowercase;letter-spacing:.04em}.hills-product__sticky-price{font-size:18px;font-weight:700;color:var(--hills-product-text);letter-spacing:-.01em}.hills-product__sticky-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 22px;min-height:50px;background:var(--hills-product-accent);color:#fff;text-decoration:none;font-family:Courier New,ui-monospace,monospace;font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:lowercase;box-shadow:0 4px 12px #e8556b59;transition:transform .2s ease,gap .25s ease}.hills-product__sticky-btn:hover{transform:translateY(-1px);gap:12px}@media screen and (max-width:900px){.hills-product__inner{grid-template-columns:1fr;gap:32px;max-width:580px}}@media screen and (max-width:600px){.hills-product{padding-top:60px;padding-bottom:48px}.hills-product__inner{padding:0 18px;gap:24px}.hills-product__title{font-size:30px}.hills-product__lede{font-size:16px}.hills-product__price{font-size:30px}.hills-product__desc{font-size:16px}.hills-product__trust-item{font-size:12px}.hills-product__bundle-option{padding:18px 14px}.hills-product__bundle-title{font-size:14px}.hills-product__btn{padding:18px 20px;min-height:56px;font-size:13px}.hills-product__qty{min-height:56px}.hills-product__qty-btn{width:46px;font-size:18px}.hills-product__qty-input{width:50px;font-size:16px}.hills-product__size-row{flex-direction:column;align-items:flex-start;gap:6px}.hills-product__size-label{min-width:0}.hills-product__size-select{width:100%;padding:14px;font-size:14px}.hills-product__sticky{display:flex}.hills-product__meta--bottom-pad{padding-bottom:24px}}
/*# sourceMappingURL=/cdn/shop/t/1/compiled_assets/styles.css.map */
