:root{--hp-orange: #CC4E00;--hp-yellow: #FFEB99;--hp-cream: #FFFBE8;--hp-ink: #24170F;--hp-line: #D8DDD3;--hp-soft: #F7EBC6}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body.hp-body{margin:0;background:var(--hp-cream);color:var(--hp-ink);font-family:Trebuchet MS,Avenir Next,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}body.hp-body.hp-drawer-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}.hp-ticker{width:100%;overflow:hidden;background:var(--hp-ticker-bg);color:var(--hp-ticker-color)}.hp-ticker__viewport{overflow:hidden;width:100%}.hp-ticker__track{display:flex;width:max-content;animation:hpTicker var(--hp-ticker-speed) linear infinite;will-change:transform}.hp-ticker__group{display:flex;flex-shrink:0;align-items:center;min-width:50vw;padding:10px 0;white-space:nowrap;justify-content:space-around}.hp-ticker__item{padding:0 20px;font-size:12px;line-height:1;font-weight:800;letter-spacing:.7px}.hp-ticker__star{font-size:10px}@keyframes hpTicker{0%{transform:translate(0)}to{transform:translate(-50%)}}.hp-header{background:var(--hp-yellow);border-bottom:1px solid rgba(36,23,15,.12);position:relative;z-index:50}.hp-header__inner{width:min(1800px,100%);min-height:150px;margin:0 auto;padding:10px clamp(18px,3vw,55px);display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.hp-brand{width:min(360px,58vw);justify-self:center}.hp-brand__image{display:block;width:100%;height:auto;max-height:125px;object-fit:contain}.hp-icon-btn{position:relative;border:0;background:transparent;color:var(--hp-ink);cursor:pointer;padding:10px}.hp-menu-btn{width:50px;height:50px;justify-self:start}.hp-menu-btn span{display:block;width:25px;height:2px;margin:5px 0;border-radius:20px;background:currentColor}.hp-cart-btn{width:50px;height:50px;justify-self:end}.hp-cart-btn svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.6}.hp-cart-count{position:absolute;top:0;right:0;min-width:18px;height:18px;padding:0 4px;border-radius:20px;background:var(--hp-orange);color:#fff;font-size:10px;line-height:18px;font-weight:900;text-align:center}.hp-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;background:#00000059;opacity:0;pointer-events:none;transition:opacity .25s ease}.hp-drawer-backdrop.is-open{opacity:1;pointer-events:auto}.hp-drawer{position:fixed;inset:0 auto 0 0;z-index:80;width:min(460px,88vw);background:var(--hp-cream);transform:translate(-102%);transition:transform .3s ease;display:flex;flex-direction:column;box-shadow:24px 0 65px #00000026}.hp-drawer.is-open{transform:translate(0)}.hp-drawer__top{padding:18px 22px;background:var(--hp-yellow);border-bottom:1px solid rgba(36,23,15,.12);display:flex;align-items:center;justify-content:space-between}.hp-drawer__brand{width:min(260px,58vw)}.hp-drawer__image{display:block;width:100%;height:auto}.hp-drawer__close{border:0;background:transparent;color:var(--hp-ink);cursor:pointer;font-size:44px;line-height:1}.hp-drawer__nav a,.hp-drawer__cart{display:block;padding:25px 24px;border-bottom:1px solid rgba(36,23,15,.12);font-size:24px}.hp-drawer__nav a:hover,.hp-drawer__cart:hover{background:var(--hp-soft)}.hp-drawer__cart{margin-top:auto}.hp-button{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:16px 30px;border:0;border-radius:12px;cursor:pointer;font-size:16px;font-weight:900;letter-spacing:.8px;text-transform:uppercase;transition:transform .15s ease,opacity .15s ease}.hp-button:hover{transform:translateY(-2px)}.hp-button:disabled{opacity:.45;cursor:not-allowed;transform:none}.hp-button--accent{background:var(--hp-orange);color:#fff}.hp-button--product{background:var(--hp-orange);color:#fff;width:100%}.hp-button--outline{background:transparent;color:var(--hp-ink);border:2px solid var(--hp-ink)}.hp-home{background:var(--hp-home-bg)}.hp-home__image{width:100%;overflow:hidden;background:var(--hp-home-image-bg)}.hp-home__img{display:block;width:100%;height:min(68vh,760px);min-height:420px;object-fit:cover}.hp-home__placeholder{min-height:420px;display:grid;place-items:center;color:#786c61;font-size:18px}.hp-home__copy{width:min(900px,calc(100% - 40px));margin:0 auto;padding:72px 0 96px;text-align:center;color:var(--hp-home-ink)}.hp-home__copy h1{margin:0 0 18px;font-size:clamp(48px,6vw,80px);line-height:.98;letter-spacing:-3px}.hp-home__text{width:min(780px,100%);margin:0 auto;color:#6f6257;font-size:clamp(18px,2vw,24px);line-height:1.6}.hp-home__copy .hp-button{margin-top:30px;min-width:220px}.hp-product-page{background:var(--hp-product-bg);color:var(--hp-product-ink)}.hp-product-hero{width:min(1450px,calc(100% - 70px));margin:44px auto 0;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(45px,5vw,90px);align-items:start}.hp-product-main-image-wrap{overflow:hidden;background:var(--hp-product-cream)}.hp-product-main-image{width:100%;height:auto;display:block}.hp-product-carousel{position:relative;overflow:hidden;background:var(--hp-product-cream);border-radius:0}.hp-product-carousel__viewport{overflow:hidden;touch-action:pan-y;cursor:grab}.hp-product-carousel__viewport.is-dragging{cursor:grabbing}.hp-product-carousel__track{display:flex;width:100%;transition:transform .42s cubic-bezier(.2,.7,.2,1);will-change:transform}.hp-product-slide{flex:0 0 100%;min-width:100%}.hp-product-slide .hp-product-main-image{display:block;width:100%;aspect-ratio:1 / 1;height:auto;object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.hp-gallery-arrow{position:absolute;top:50%;z-index:2;transform:translateY(-50%);width:48px;height:48px;border:0;border-radius:50%;background:#ffffffe6;color:var(--hp-ink);box-shadow:0 5px 18px #0000001a;font-size:42px;line-height:1;padding:0 0 5px;cursor:pointer;transition:transform .15s ease,background .15s ease}.hp-gallery-arrow:hover{transform:translateY(-50%) scale(1.04);background:#fff}.hp-gallery-arrow--prev{left:16px}.hp-gallery-arrow--next{right:16px}.hp-gallery-dots{display:flex;justify-content:center;gap:8px;margin-top:13px}.hp-gallery-dot{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:#c3c3c3;cursor:pointer}.hp-gallery-dot.is-active{background:var(--hp-orange);transform:scale(1.15)}.hp-product-info{padding:5px 0 40px}.hp-product-badge{display:inline-flex;border:2px solid var(--hp-product-orange);color:var(--hp-product-orange);padding:8px 15px;font-size:13px;font-weight:900;letter-spacing:.5px}.hp-product-info h1{margin:22px 0 12px;font-size:clamp(46px,5vw,78px);line-height:.96;letter-spacing:-3px}.hp-product-rating{display:flex;align-items:center;gap:12px;color:#70645b;font-size:15px;margin-bottom:18px}.hp-stars,.hp-review-stars{color:#f4bd18;letter-spacing:2px;font-size:19px}.hp-product-price{color:var(--hp-product-orange);font-size:27px;font-weight:900;margin-bottom:8px;display:flex;flex-wrap:wrap;align-items:center;gap:9px}.hp-price-current{font-weight:900}.hp-price-compare{color:#85786f;font-size:17px;font-weight:500}.hp-price-discount{display:inline-flex;align-items:center;min-height:24px;padding:3px 7px;border-radius:5px;background:var(--hp-product-orange);color:#fff;font-size:12px;font-weight:900}.hp-free-shipping{display:inline-flex;align-items:center;gap:8px;margin:0 0 20px;color:#4d603d;font-size:13px;font-weight:900;letter-spacing:.3px;text-transform:uppercase}.hp-free-shipping span{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#4d603d;color:#fff;font-size:13px}.hp-product-short-description{color:#6f6257;font-size:18px;line-height:1.62;margin-bottom:25px}.hp-product-form{display:block}.hp-product-label{display:block;font-size:13px;font-weight:900;margin:0 0 8px}.hp-product-select{width:100%;min-height:52px;margin-bottom:15px;padding:12px 14px;border:1px solid #C8CEC3;background:#fff;color:var(--hp-product-ink)}.hp-variant-picker{display:grid;gap:22px;margin:22px 0 12px}.hp-variant-group{display:grid;gap:10px}.hp-color-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.hp-color-option{min-height:58px;padding:12px 16px;border:1px solid #C8CEC3;border-radius:13px;background:#f7f8f3;color:var(--hp-ink);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;font-weight:900}.hp-color-option.is-selected{border:2px solid var(--hp-orange);background:#fff3d2}.hp-color-swatch{width:22px;height:22px;border-radius:50%;border:2px solid rgba(36,23,15,.18)}.hp-color-swatch--brown{background:#b9743a}.hp-color-swatch--gray{background:#a1a3a4}.hp-size-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.hp-size-option{min-height:56px;border:1px solid #C8CEC3;border-radius:13px;background:#f7f8f3;color:var(--hp-ink);cursor:pointer;font-size:20px;font-weight:900}.hp-size-option.is-selected{border:2px solid var(--hp-orange);background:#fff3d2}.hp-size-option.is-disabled{opacity:.35;text-decoration:line-through;cursor:not-allowed}.hp-variant-unavailable{margin:0;color:#a04432;font-size:14px;font-weight:700}.hp-stars--45{letter-spacing:1px}.hp-rating-number{font-size:16px;font-weight:900;color:var(--hp-ink)}.hp-section-heading{display:grid;grid-template-columns:1fr auto 1fr;gap:13px;align-items:center;margin:22px 0 14px}.hp-section-heading span{height:1px;background:#c9cfc5}.hp-section-heading strong{font-size:17px;letter-spacing:.4px}.hp-bundle-options{display:grid;gap:10px;margin-bottom:15px}.hp-bundle-option{width:100%;border:1px solid #B7C0B2;border-radius:15px;background:#e4e9df;color:var(--hp-product-ink);display:grid;grid-template-columns:38px 1fr auto;gap:12px;align-items:center;padding:17px 16px;text-align:left;cursor:pointer}.hp-bundle-option.is-selected{color:#fff;background:var(--hp-orange);border-color:var(--hp-orange)}.hp-bundle-radio{width:24px;height:24px;border-radius:50%;background:#fff;box-shadow:0 0 0 2px #24170f38 inset}.hp-bundle-option.is-selected .hp-bundle-radio{box-shadow:0 0 0 2px var(--hp-product-orange) inset}.hp-bundle-price{display:grid;justify-items:end;gap:2px;text-align:right}.hp-bundle-price strong{font-size:20px;font-weight:900}.hp-bundle-compare{color:#85786f;font-size:14px;font-weight:500}.hp-bundle-discount{color:var(--hp-orange);font-size:11px;font-weight:900;letter-spacing:.25px}.hp-bundle-option.is-selected .hp-bundle-compare,.hp-bundle-option.is-selected .hp-bundle-discount{color:#fff}.hp-bundle-copy strong{display:block;font-size:21px}.hp-bundle-copy small{display:block;margin-top:3px;font-size:13px;opacity:.82}.hp-bundle-total{font-size:20px;font-weight:900;text-align:right}.hp-payment-methods{margin-top:15px;text-align:center}.hp-payment-methods>span{display:block;color:#76685d;font-size:12px;margin-bottom:8px}.hp-payment-icons{display:flex;justify-content:center;flex-wrap:wrap;gap:7px}.hp-payment-icon,.hp-footer-payment{display:block;width:auto;max-width:68px;height:31px}.hp-product-mini-description{width:min(1100px,calc(100% - 70px));margin:80px auto;padding:70px 50px;background:var(--hp-product-cream);text-align:center}.hp-eyebrow{margin:0 0 10px;color:var(--hp-product-orange);font-size:13px;font-weight:900;letter-spacing:.7px;text-transform:uppercase}.hp-product-mini-description h2{margin:0 0 18px;font-size:clamp(42px,5vw,68px);line-height:.98;letter-spacing:-2.5px}.hp-product-mini-description>div>div{color:#6f6257;font-size:19px;line-height:1.6;max-width:760px;margin:0 auto}.hp-product-empty{min-height:65vh;padding:100px 20px;display:grid;place-items:center;text-align:center;background:var(--hp-cream)}.hp-product-empty h1{margin:0 0 15px;font-size:clamp(48px,6vw,76px)}.hp-product-empty p{color:#74675d;max-width:650px}.hp-reviews{background:var(--hp-review-bg);color:var(--hp-review-ink);padding:90px 0 82px}.hp-reviews__heading{width:min(950px,calc(100% - 36px));margin:0 auto 38px;text-align:center}.hp-reviews__heading p{margin:0 0 10px;color:var(--hp-review-accent);font-size:13px;font-weight:900;letter-spacing:.8px}.hp-reviews__heading h2{margin:0;font-size:clamp(42px,5vw,72px);line-height:.98;letter-spacing:-2.5px}.hp-review-slider{width:min(1200px,calc(100% - 36px));margin:0 auto;display:grid;grid-template-columns:62px 1fr 62px;gap:10px;align-items:center}.hp-review-viewport{overflow:hidden}.hp-review-track{display:flex;width:100%;transition:transform .35s ease}.hp-review-card{flex:0 0 100%;min-width:0;padding:42px 38px 38px;border-radius:30px;background:#ffffffb8;border:1px solid rgba(36,23,15,.06);text-align:center}.hp-review-quote{display:grid;place-items:center;width:49px;height:49px;margin:-4px 0 8px auto;border-radius:50%;background:var(--hp-review-accent);color:#fff;font-size:42px;line-height:1}.hp-review-card h3{margin:10px 0 14px;font-size:27px}.hp-review-text{max-width:860px;margin:0 auto;color:#4f453e;font-size:18px;line-height:1.75}.hp-review-author{margin-top:24px;padding-top:16px;border-top:1px solid rgba(36,23,15,.1);font-weight:900;font-style:italic}.hp-review-arrow{width:56px;height:56px;padding:0;border:0;background:transparent;cursor:pointer;color:var(--hp-review-ink);font-size:58px;line-height:1}.hp-review-dots{display:flex;justify-content:center;gap:10px;margin-top:25px}.hp-review-dots button{width:11px;height:11px;padding:0;border:0;border-radius:50%;background:#b8b8b8;cursor:pointer}.hp-review-dots button.is-active{background:#161616}.hp-faq{background:var(--hp-cream);color:var(--hp-faq-ink);padding:88px 0 100px}.hp-faq__heading{width:min(950px,calc(100% - 36px));margin:0 auto 38px;text-align:center}.hp-faq__heading p{margin:0 0 10px;color:var(--hp-product-orange, var(--hp-orange));font-size:13px;font-weight:900;letter-spacing:.7px}.hp-faq__heading h2{margin:0;font-size:clamp(42px,5vw,72px);line-height:.98;letter-spacing:-2.5px}.hp-faq__list{width:min(1100px,calc(100% - 36px));margin:0 auto}.hp-faq__item{border-top:1px solid var(--hp-faq-line)}.hp-faq__item:last-child{border-bottom:1px solid var(--hp-faq-line)}.hp-faq__item summary{list-style:none;display:grid;grid-template-columns:1fr auto;gap:20px;padding:25px 4px;cursor:pointer;font-size:22px}.hp-faq__item summary::-webkit-details-marker{display:none}.hp-faq__plus{font-size:31px;font-weight:300;transition:transform .2s ease}.hp-faq__item[open] .hp-faq__plus{transform:rotate(45deg)}.hp-faq__answer{padding:0 52px 28px 4px;color:#74675d;font-size:17px;line-height:1.65}.hp-contact{background:#fff;color:var(--hp-contact-ink);padding:72px 0 0}.hp-contact__intro{width:min(950px,calc(100% - 36px));margin:0 auto 42px;text-align:center}.hp-contact__intro h1{margin:0;color:var(--hp-contact-accent);font-size:clamp(42px,6vw,75px);line-height:1.08;letter-spacing:-2.7px;font-weight:500}.hp-contact-form{width:min(920px,calc(100% - 36px));margin:0 auto;display:grid;gap:17px}.hp-field label{display:block;margin-bottom:7px;font-size:13px;font-weight:900}.hp-field input,.hp-field textarea{width:100%;border:2px solid #77736F;border-radius:15px;background:#fff;padding:18px 20px;color:var(--hp-contact-ink);outline:none;font-size:19px}.hp-field input{min-height:75px}.hp-field textarea{min-height:210px;resize:vertical}.hp-contact-form .hp-button--contact{background:var(--hp-contact-accent);color:#fff;min-height:64px;border-radius:16px}.hp-contact-success,.hp-contact-error{padding:15px 17px;border-radius:12px}.hp-contact-success{background:#e7ecdd;color:#37502b}.hp-contact-error{background:#f4dada;color:#722727}.hp-contact-wave{position:relative;height:90px;margin-top:68px;overflow:hidden}.hp-contact-wave span{position:absolute;bottom:-44px;width:68%;height:100px;border-radius:50% 50% 0 0}.hp-contact-wave span:nth-child(1){left:-15%;background:#e9ede5;transform:rotate(-4deg)}.hp-contact-wave span:nth-child(2){left:17%;background:#d4d9cf;transform:rotate(3deg)}.hp-contact-wave span:nth-child(3){right:-15%;background:var(--hp-orange);transform:rotate(-1deg)}.hp-newsletter{background:var(--hp-orange);color:#fff}.hp-newsletter__inner{width:min(900px,calc(100% - 36px));margin:0 auto;padding:78px 0 86px;text-align:center}.hp-newsletter h2{margin:0 0 15px;font-size:clamp(40px,5vw,64px);letter-spacing:-2px}.hp-newsletter p{max-width:760px;margin:0 auto 28px;font-size:19px;line-height:1.55}.hp-newsletter-form{display:grid;grid-template-columns:1fr auto;gap:10px}.hp-newsletter-form input{min-height:58px;padding:15px 18px;border:1px solid rgba(255,255,255,.8);background:transparent;color:#fff}.hp-newsletter-form input::placeholder{color:#ffffffd9}.hp-newsletter-form button{min-height:58px;padding:15px 25px;border:0;background:var(--hp-yellow);color:var(--hp-ink);font-weight:900;cursor:pointer}.hp-footer{background:var(--hp-orange);color:#fff;border-top:1px solid rgba(255,255,255,.13);padding:0 0 35px;text-align:center}.hp-footer__inner{width:min(1200px,calc(100% - 36px));margin:0 auto}.hp-footer__payments{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;padding:0 15px 25px}.hp-footer__links{display:flex;justify-content:center;flex-wrap:wrap;gap:10px 22px;padding:0 16px;font-size:14px}.hp-footer__copy{margin:17px 0 0;font-size:13px;opacity:.85}.hp-simple{min-height:62vh;display:grid;place-items:center;background:var(--hp-cream)}.hp-simple__inner{width:min(900px,calc(100% - 36px));padding:90px 0;text-align:center}.hp-simple__inner h1{margin:0 0 18px;font-size:clamp(48px,6vw,82px);letter-spacing:-3px;line-height:.98}.hp-simple__inner>div{color:#73665d;font-size:19px;line-height:1.6;margin-bottom:25px}.hp-cart{background:var(--hp-cream);min-height:65vh}.hp-cart__inner{width:min(1050px,calc(100% - 36px));margin:0 auto;padding:70px 0 90px}.hp-cart__inner h1{margin:0 0 34px;font-size:clamp(46px,6vw,76px);letter-spacing:-3px}.hp-cart-list{display:grid}.hp-cart-row{display:grid;grid-template-columns:110px minmax(0,1fr) auto auto;gap:18px;padding:19px 0;align-items:center;border-bottom:1px solid var(--hp-line)}.hp-cart-quantity{display:grid;grid-template-columns:38px 52px 38px;align-items:center;min-height:42px;border:1px solid #CBD1C6;background:#fff}.hp-cart-qty-button{height:100%;border:0;background:#f3f5ef;color:var(--hp-ink);cursor:pointer;font-size:22px}.hp-cart-quantity .hp-cart-qty{width:100%;min-width:0;height:42px;padding:7px 2px;border:0;border-left:1px solid #CBD1C6;border-right:1px solid #CBD1C6;text-align:center}.hp-cart-remove{border:0;background:transparent;color:var(--hp-orange);cursor:pointer;text-decoration:underline;white-space:nowrap;padding:8px 0}.hp-cart-image img{display:block;width:100%}.hp-cart-info{display:grid;gap:5px}.hp-cart-info span{color:#76685d;font-size:14px}.hp-cart-qty{width:70px;padding:10px}.hp-cart-free-shipping{margin:8px 0 0;color:#4d603d;font-size:13px;font-weight:900;letter-spacing:.3px;text-transform:uppercase}.hp-cart-line-price{display:grid;gap:2px;color:#76685d;font-size:14px}.hp-cart-line-compare{color:#85786f;font-size:12px;font-weight:500}.hp-cart-summary{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:28px}.hp-cart-actions{display:flex;gap:10px}.hp-sticky-buy{position:fixed;left:0;right:0;bottom:0;z-index:45;display:none;justify-content:space-between;align-items:center;gap:15px;padding:11px 16px;border-top:1px solid #D7DAD5;background:#fffffff7;box-shadow:0 -12px 32px #00000014}.hp-sticky-buy>div{display:grid;gap:2px}.hp-sticky-buy span{color:var(--hp-orange);font-weight:900}@media(min-width:900px){.hp-sticky-buy{display:flex}}@media(max-width:899px){.hp-gallery-arrow{width:42px;height:42px;font-size:36px}.hp-gallery-arrow--prev{left:11px}.hp-gallery-arrow--next{right:11px}.hp-header__inner{min-height:105px}.hp-brand{width:min(260px,58vw)}.hp-brand__image{max-height:88px}.hp-home__img{height:54vh;min-height:380px}.hp-home__copy{padding:54px 0 70px}.hp-home__copy h1{font-size:clamp(45px,11vw,66px)}.hp-product-hero{width:100%;margin-top:0;grid-template-columns:1fr;gap:0}.hp-product-info{padding:36px 22px 48px}.hp-product-info h1{font-size:clamp(45px,11vw,68px)}.hp-product-mini-description{width:calc(100% - 36px);margin:54px auto;padding:55px 22px}.hp-review-slider{grid-template-columns:40px 1fr 40px}.hp-review-arrow{width:40px;height:40px;font-size:50px}.hp-contact{padding-top:55px}.hp-contact__intro h1{font-size:clamp(40px,10.5vw,63px)}.hp-contact-form{gap:15px}.hp-sticky-buy{display:flex}.hp-sticky-buy strong{font-size:13px}.hp-sticky-buy span{font-size:18px}.hp-sticky-buy .hp-button{min-width:150px;padding:13px 17px}}@media(max-width:560px){.hp-ticker__group{padding:9px 0}.hp-ticker__item{font-size:10px;padding:0 12px}.hp-brand{width:min(220px,60vw)}.hp-brand__image{max-height:78px}.hp-menu-btn,.hp-cart-btn{width:43px;height:43px;padding:7px}.hp-home__img{min-height:350px}.hp-bundle-option{grid-template-columns:34px 1fr auto;padding:15px 12px}.hp-bundle-copy strong,.hp-bundle-total{font-size:17px}.hp-review-card{padding:30px 20px}.hp-review-text{font-size:16px;line-height:1.65}.hp-faq__item summary{font-size:19px}.hp-newsletter-form{grid-template-columns:1fr}.hp-cart-summary{flex-direction:column;align-items:stretch}.hp-cart-actions{flex-direction:column}.hp-cart-row{grid-template-columns:78px minmax(0,1fr);gap:12px}.hp-cart-quantity{grid-column:2;grid-template-columns:38px 52px 38px;width:max-content}.hp-cart-remove{grid-column:2;justify-self:start}}@media(prefers-reduced-motion:reduce){.hp-ticker__track,.hp-review-track{animation:none;transition:none}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/homipaws.css.map */
