body{overflow-x:clip}.ht-cart-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:47;background:#1236298c;opacity:0;transition:opacity .32s}body.cart-drawer-open .ht-cart-overlay{display:block;opacity:1}.ht-cart-drawer,.ht-cart-drawer *{box-sizing:border-box}.ht-cart-drawer{position:fixed;top:0;right:0;bottom:0;left:auto;z-index:48;width:100vw;max-width:100vw;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;height:100dvh;max-height:100dvh;overflow:hidden;background:#fff;border-radius:0;box-shadow:none;transform:translate(100%);transition:transform .32s cubic-bezier(.4,0,.2,1);visibility:hidden;font-family:var(--ht-font-body, "Poppins", system-ui, sans-serif)}body.cart-drawer-open .ht-cart-drawer{transform:translate(0);visibility:visible}@media(min-width:768px){.ht-cart-drawer{width:min(100vw,420px);border-radius:0;box-shadow:-10px 0 30px #12362924}.ht-cart-overlay{background:#12362994}}@media(min-width:1024px){.ht-cart-drawer{width:420px;border-radius:0;box-shadow:-10px 0 30px #12362924}.ht-cart-overlay{background:#12362994}}.ht-cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:0 20px;height:66px;min-height:66px;border-bottom:1px solid #E4ECE7;background:#fff}.ht-cart-drawer__title{font:800 22px/1 var(--ht-font-heading, "Poppins", sans-serif);letter-spacing:-.01em;color:var(--ht-dark, #123629)}.ht-cart-drawer__count{color:#8a948e;font-weight:700;font-size:18px}.ht-cart-drawer__close{width:36px;height:36px;margin-right:-4px;background:#ebebeb;border:none;display:grid;place-items:center;cursor:pointer;color:var(--ht-dark, #123629);transition:background .12s,transform .14s;border-radius:6px;flex-shrink:0}.ht-cart-drawer__close:active{transform:scale(.92)}.ht-cart-drawer__close:hover{background:#d8d8d8}.ht-cart-drawer__close:focus-visible{outline:2px solid #24A35A;outline-offset:2px}.ht-cart-drawer__ship{padding:12px 20px 14px;background:#eaf7f0;display:flex;flex-direction:column;gap:8px}.ht-cart-drawer__ship--hidden{display:none}.ht-cart-drawer__ship-msg{display:flex;align-items:center;justify-content:center;text-align:center;gap:8px;font:700 12px/1.3 var(--ht-font-body, "Poppins", sans-serif)}.ht-ship-bar{position:relative;display:block;width:calc(100% - 14px);height:8px;margin:4px 7px 0;border-radius:999px;background:#ddeae3;overflow:visible}.ht-ship-bar__fill{display:block;height:100%;border-radius:999px;background:repeating-linear-gradient(135deg,#123629 0 5px,#24a35a 5px 10px);background-size:14px 14px;animation:ht-ship-stripes .7s linear infinite;transition:width .45s cubic-bezier(.2,.8,.2,1)}@keyframes ht-ship-stripes{0%{background-position:0 0}to{background-position:14px 0}}.ht-ship-bar__marker{position:absolute;z-index:2;top:50%;left:clamp(15px,var(--ht-ship-progress, 0%),calc(100% - 15px));width:30px;height:30px;display:grid;place-items:center;transform:translate(-50%,-50%);border:2px solid #123629;border-radius:50%;background:#fff;color:#123629;box-shadow:0 2px 6px #12362924;transition:left .45s cubic-bezier(.2,.8,.2,1)}.ht-ship-bar__marker svg{width:15px;height:15px}@media(prefers-reduced-motion:reduce){.ht-ship-bar__fill{animation:none;transition:none}.ht-ship-bar__marker{transition:none}}.ht-cart-items{min-height:0;overflow-y:auto;overflow-x:clip;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 20px 24px;display:flex;flex-direction:column;gap:0;background:#fff}.ht-cart-items::-webkit-scrollbar{width:0}.ht-cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;min-height:60vh;text-align:center;padding:20px}.ht-cart-empty__img-wrap{width:120px;height:120px;border-radius:20px;overflow:hidden;background:#eaf4ef;border:1px solid #DCE8E2;display:grid;place-items:center}.ht-cart-empty__img{width:100%;height:100%;object-fit:cover;display:block}.ht-cart-empty__title{font:700 22px/1.1 var(--ht-font-heading, "Poppins", sans-serif);letter-spacing:-.02em;color:#123629}.ht-cart-empty__desc{font:400 14px/1.5 var(--ht-font-body, "Poppins", sans-serif);color:#64756e;max-width:260px}.ht-cart-empty__cta{min-height:52px;padding:0 28px;border:none;border-radius:14px;background:#24a35a;color:#fff;font:700 15px var(--ht-font-body, "Poppins", sans-serif);cursor:pointer;box-shadow:0 12px 26px #24a35a3d;text-decoration:none;display:inline-flex;align-items:center;transition:background .14s,transform .14s}.ht-cart-empty__cta:hover{background:#1e8c4d}.ht-cart-empty__cta:active{transform:scale(.98)}.ht-cart-empty__browse{background:none;border:none;cursor:pointer;font:700 13px var(--ht-font-body, "Poppins", sans-serif);color:#5d6a63;text-decoration:underline;text-underline-offset:3px}.ht-cart-empty__trust{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:8px}.ht-cart-empty__trust-item{display:inline-flex;align-items:center;gap:5px;font:700 11px var(--ht-font-body, "Poppins", sans-serif);color:#176e3c}.ht-cart-item{display:grid;grid-template-columns:76px minmax(0,1fr);gap:13px;padding:18px 0;border:0;border-bottom:1px solid #E6EDE9;border-radius:0;background:transparent;box-shadow:none;overflow:visible;min-width:0}.ht-cart-item__img-wrap{width:76px;height:82px;border-radius:10px;overflow:hidden;background:#f0f7f3;flex-shrink:0;align-self:start}.ht-cart-item__img{width:100%;height:100%;object-fit:contain;padding:6px;box-sizing:border-box;display:block}.ht-cart-item__body{min-width:0;display:flex;flex-direction:column;gap:4px}.ht-cart-item__top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.ht-cart-item__info{min-width:0}.ht-cart-item__name{font:700 16px/1.2 var(--ht-font-body, "Poppins", sans-serif);color:#123629;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.ht-cart-item__variant{font:700 13px/1.2 var(--ht-font-body, "Poppins", sans-serif);color:#176e3c;margin-top:2px;white-space:normal;overflow-wrap:anywhere}.ht-cart-item__desc{font:400 12px/1.3 var(--ht-font-body, "Poppins", sans-serif);color:#8a948e;margin-top:1px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:normal}.ht-cart-item__props{font:500 12px var(--ht-font-body, "Poppins", sans-serif);color:#8a948e;margin-top:1px}.ht-cart-item__pricing{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:2px}.ht-cart-item__unit-compare{font:600 12px var(--ht-font-body, "Poppins", sans-serif);color:#1236296b;text-decoration:line-through;text-decoration-thickness:1px;white-space:nowrap}.ht-cart-item__unit-current{font:800 18px/1 var(--ht-font-body, "Poppins", sans-serif);color:#123629;white-space:nowrap}.ht-cart-item__badge-row{display:flex;align-items:center;gap:5px;flex-wrap:wrap;margin-top:3px}.ht-cart-item__discount-badge{display:inline-flex;align-items:center;gap:4px;width:fit-content;max-width:100%;min-height:22px;padding:3px 8px;border-radius:999px;background:#eaf7f0;color:#176e3c;font:700 11px/1.2 var(--ht-font-body, "Poppins", sans-serif);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ht-cart-item__save-amount{font:700 11px/1.2 var(--ht-font-body, "Poppins", sans-serif);color:#176e3c;white-space:nowrap}@media(max-width:430px){.ht-cart-item__save-amount{flex-basis:100%;margin-left:2px}}.ht-cart-item__line-pricing{margin-left:auto;margin-right:4px;display:flex;flex-direction:column;align-items:flex-end;gap:1px}.ht-cart-item__line-compare{font:600 12px var(--ht-font-body, "Poppins", sans-serif);color:#1236296b;text-decoration:line-through;text-decoration-thickness:1px}.ht-cart-item__line-current{font:800 16px/1 var(--ht-font-body, "Poppins", sans-serif);color:#176e3c;white-space:nowrap}.ht-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}.ht-cart-item__actions{display:flex;align-items:center;justify-content:flex-start;gap:8px;margin-top:6px}.ht-qty-stepper{display:flex;align-items:center;border:1px solid #DCE8E2;border-radius:11px;overflow:hidden;height:40px;flex-shrink:0}.ht-qty-btn{width:40px;height:40px;background:#f4f9f6;border:none;cursor:pointer;font:700 18px var(--ht-font-body, "Poppins", sans-serif);color:#123629;display:grid;place-items:center;transition:background .12s;flex-shrink:0}.ht-qty-btn:active{background:#e4f4ec}.ht-qty-btn:hover{background:#e8f6ee}.ht-qty-btn:disabled{opacity:.45;cursor:default}.ht-qty-display{min-width:34px;text-align:center;font:700 15px var(--ht-font-body, "Poppins", sans-serif);color:#123629}.ht-remove-btn{width:36px;height:36px;background:none;border:none;cursor:pointer;color:#8a948e;border-radius:8px;display:grid;place-items:center;transition:color .12s,background .12s;flex-shrink:0}.ht-remove-btn:hover{color:#e53935;background:#e5393514}.ht-remove-btn:focus-visible{outline:2px solid #24A35A;outline-offset:2px}.ht-cart-drawer__footer{padding:14px 18px max(14px,env(safe-area-inset-bottom));border-top:1px solid #E4ECE7;background:#fff;box-shadow:0 -4px 16px #1236290f;display:flex;flex-direction:column;gap:7px}.ht-cart-drawer__footer--empty{display:none}.ht-cart-drawer__summary-row{display:flex;align-items:center;justify-content:space-between;font:500 15px/1 var(--ht-font-body, "Poppins", sans-serif);color:#64756e}.ht-cart-drawer__summary-row--total{font:700 16px/1 var(--ht-font-body, "Poppins", sans-serif);color:#123629;padding-top:10px;margin-top:2px;border-top:1px solid #EEF2F0}.ht-cart-drawer__summary-val{color:#123629;font-weight:700}.ht-cart-drawer__summary-val--ship{color:#24a35a;font-weight:700}.ht-cart-drawer__summary-val--total{font:800 22px/1 var(--ht-font-body, "Poppins", sans-serif);color:#123629}.ht-cart-drawer__savings{display:flex;align-items:center;justify-content:space-between;font:500 14px/1 var(--ht-font-body, "Poppins", sans-serif);color:#24a35a}.ht-cart-drawer__savings strong{font-size:14px;font-weight:700}.ht-cart-bundle-disclosure{display:flex;align-items:center;justify-content:center;gap:5px;padding:7px 10px;border-radius:8px;background:#eaf7f0;color:#176e3c;font:600 11.5px/1.3 var(--ht-font-body, "Poppins", sans-serif);text-align:center}.ht-cart-drawer__checkout{width:100%;min-height:56px;border:none;border-radius:13px;background:#24a35a;color:#fff;font:700 18px var(--ht-font-body, "Poppins", sans-serif);letter-spacing:.3px;cursor:pointer;box-shadow:0 10px 24px #24a35a47;margin-top:4px;transition:background .14s,transform .14s;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:8px}.ht-cart-drawer__checkout:hover{background:#1e8c4d}.ht-cart-drawer__checkout:active{transform:scale(.98);background:#1e8c4d}.ht-cart-drawer__checkout:focus-visible{outline:2px solid #123629;outline-offset:2px}.ht-cart-drawer__secure{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:nowrap;margin-top:1px;font:500 11.5px/1.3 var(--ht-font-body, "Poppins", sans-serif);color:#8a948e;white-space:nowrap;overflow:hidden}.ht-cart-drawer__footer .ht-payment-icons{width:fit-content;max-width:100%;display:flex;align-items:center;justify-content:center;gap:4px;margin:2px auto 0;flex-wrap:wrap}.ht-cart-drawer__footer .ht-payment-icon__wrap{flex:0 0 auto;width:34px;height:22px;display:grid;place-items:center;background:transparent;border:0;border-radius:3px;box-shadow:none}.ht-cart-drawer__footer .ht-payment-icon{display:block;width:auto;height:auto;max-width:32px;max-height:20px;object-fit:contain;opacity:.72}.ht-cart-drawer__view-cart{align-self:center;font:700 13px var(--ht-font-body, "Poppins", sans-serif);color:#5d6a63;text-decoration:underline;text-underline-offset:3px;margin-top:1px;transition:color .12s}.ht-cart-drawer__view-cart:hover{color:#24a35a}@media(min-width:1024px){.ht-cart-drawer__header{padding:0 24px;height:72px;min-height:72px;border-radius:0}.ht-cart-drawer__title{font-size:23px}.ht-cart-drawer__ship{padding:14px 24px 16px}.ht-cart-items{padding:0 22px 24px;gap:0}.ht-cart-item{gap:13px}.ht-cart-item__img-wrap{width:80px;height:86px}.ht-cart-item__name{font-size:17px}.ht-qty-stepper{border-radius:12px;height:42px}.ht-qty-btn{width:42px;height:42px}.ht-qty-display{min-width:36px}.ht-cart-drawer__footer{padding:16px 22px max(16px,env(safe-area-inset-bottom));gap:8px}.ht-cart-drawer__checkout{min-height:58px;font-size:19px}.ht-cart-drawer__ship-msg{font-size:13px}}@media(max-width:767px)and (max-height:700px){.ht-cart-drawer__footer{padding:10px 18px max(10px,env(safe-area-inset-bottom));gap:5px}.ht-cart-drawer__summary-row{font-size:13px}.ht-cart-drawer__summary-row--total{font-size:14px;padding-top:7px}.ht-cart-drawer__summary-val--total{font-size:20px}.ht-cart-drawer__savings{font-size:12px}.ht-cart-drawer__checkout{min-height:54px;font-size:17px;margin-top:2px}.ht-cart-drawer__secure{font-size:11px;line-height:1.2;margin-top:0}.ht-cart-drawer__footer .ht-payment-icons{margin-top:0}.ht-cart-drawer__footer .ht-payment-icon__wrap{width:30px;height:19px}.ht-cart-drawer__footer .ht-payment-icon{max-width:28px;max-height:17px}}.ht-cart-bump-wrap{padding:14px 20px 0;margin:8px 0 0;border-top:1px solid #E6EDE9}.ht-cart-bump__heading{font-size:12px;font-weight:700;text-align:center;color:var(--ht-dark, #123629);text-transform:uppercase;letter-spacing:.06em;margin:0 0 10px}.ht-cart-bump-card{display:flex;align-items:center;gap:12px;background:#f5f5f1;border-radius:10px;padding:10px 12px;margin-bottom:8px}.ht-cart-bump__img{width:56px;height:56px;object-fit:cover;border-radius:6px;flex-shrink:0}.ht-cart-bump__info{flex:1;min-width:0}.ht-cart-bump__name{font-size:13px;font-weight:600;color:var(--ht-dark, #123629);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ht-cart-bump__price{font-size:12px;color:#64756e;margin-top:2px}.ht-bump-toggle{position:relative;display:inline-block;flex-shrink:0;cursor:pointer}.ht-bump-toggle__input{position:absolute;opacity:0;width:0;height:0}.ht-bump-toggle__track{display:block;width:40px;height:20px;background:#d0d0d0;border-radius:10px;transition:background .2s;position:relative}.ht-bump-toggle__thumb{position:absolute;top:2px;left:2px;width:16px;height:16px;background:#fff;border-radius:50%;transition:transform .2s;box-shadow:0 1px 3px #0003}.ht-bump-toggle__input:checked~.ht-bump-toggle__track{background:var(--ht-accent, #24A35A)}.ht-bump-toggle__input:checked~.ht-bump-toggle__track .ht-bump-toggle__thumb{transform:translate(20px)}.ht-cart-rec-wrap{padding:14px 20px 12px;margin:8px 0 0;border-top:1px solid #E6EDE9}.ht-cart-rec__heading{font-size:12px;font-weight:700;color:var(--ht-dark, #123629);margin:0 0 10px;text-transform:uppercase;letter-spacing:.06em}.ht-cart-rec-card{display:flex;align-items:center;gap:12px;background:#fff;border-radius:10px;padding:10px 15px;margin-bottom:8px;border:1px solid #E6EDE9}.ht-cart-rec__img{width:52px;height:52px;object-fit:cover;border-radius:6px;flex-shrink:0}.ht-cart-rec__info{flex:1;min-width:0}.ht-cart-rec__name{font-size:12px;font-weight:600;color:var(--ht-dark, #123629);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ht-cart-rec__price{font-size:12px;color:#64756e;margin-top:2px}.ht-cart-rec__add{width:64px;padding:8px 0;background:var(--ht-dark, #123629);color:#fff;font-size:12px;font-weight:600;border:none;border-radius:6px;cursor:pointer;flex-shrink:0;transition:opacity .15s;text-align:center}.ht-cart-rec__add:hover{opacity:.85}.ht-cart-rec__add[disabled]{opacity:.5;cursor:default}.ht-cart-drawer__checkout-error{font:600 12px/1.4 var(--ht-font-body, "Poppins", sans-serif);color:#c62828;text-align:left;padding:6px 2px 0}.ht-cart-drawer__checkout-error[hidden]{display:none}
/*# sourceMappingURL=/cdn/shop/t/9/assets/hunttail-cart-drawer.css.map */
