.hgp-cart-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:.35s;z-index:9998}.hgp-cart-layout{position:fixed;top:0;right:0;width:100%;height:100vh;display:flex;pointer-events:none;z-index:9999}.hgp-cart-left{flex:1;background:#f8f5ef;padding:45px;overflow-y:auto;transform:translate(-60px);opacity:0;transition:.45s}.hgp-cart-left-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:35px}.hgp-cart-left-header h2{font-size:32px;font-weight:700;color:#2d2d2d}.hgp-cart-left-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.hgp-cart-sidebar{width:430px;background:#fff;display:flex;flex-direction:column;transform:translate(100%);transition:.45s;box-shadow:-15px 0 45px #0000001f}.hgp-cart-header{padding:24px 28px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ececec}.hgp-cart-header h2{font-size:24px;font-weight:700}.hgp-close-cart{width:42px;height:42px;border:none;background:#f3f3f3;border-radius:50%;cursor:pointer;font-size:18px;transition:.25s}.hgp-close-cart:hover{background:#000;color:#fff}.hgp-cart-items{flex:1;overflow-y:auto;padding:25px}.hgp-cart-upsell{padding:22px;border-top:1px solid #ececec;border-bottom:1px solid #ececec}.hgp-cart-upsell-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.hgp-cart-upsell-header h3{font-size:18px}.hgp-cart-upsell-slider{display:flex;gap:15px;overflow-x:auto;scrollbar-width:none}.hgp-cart-upsell-slider::-webkit-scrollbar{display:none}.hgp-cart-footer{padding:25px;background:#fff}.hgp-cart-total{display:flex;justify-content:space-between;align-items:center;font-size:22px;font-weight:700;margin-bottom:22px}.hgp-checkout-btn{width:100%;height:56px;border:none;border-radius:14px;background:#8b5e3c;color:#fff;font-size:17px;font-weight:700;cursor:pointer;transition:.25s}.hgp-checkout-btn:hover{background:#6f4729}body.cart-open .hgp-cart-overlay{opacity:1;visibility:visible}body.cart-open .hgp-cart-sidebar{transform:translate(0);pointer-events:auto}body.cart-open .hgp-cart-left{opacity:1;transform:none;pointer-events:auto}.hgp-cart-item{display:flex;gap:15px;padding:15px 0;border-bottom:1px solid #eee;align-items:flex-start}.cart-image{width:85px;height:85px;object-fit:cover;border-radius:12px}.cart-content{flex:1}.cart-content h4{margin:0;font-size:15px;font-weight:600}.cart-pack{margin-top:6px;font-size:13px;color:#777}.cart-price{margin-top:8px;font-weight:700;font-size:18px}.cart-qty{margin-top:6px;font-size:14px}.remove-item{border:none;background:none;cursor:pointer;font-size:20px}.cart-price-row{display:flex;align-items:center;gap:8px;margin:6px 0}.cart-compare-price{text-decoration:line-through;color:#999;font-size:14px}.cart-price{font-size:18px;font-weight:700;color:#2d2d2d}.cart-discount{color:#2e7d32;font-size:13px;font-weight:600}.hgp-cart-left-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;width:100%;align-items:stretch}.sidebar-product{width:100%!important;min-width:0!important;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 8px 24px #00000014;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.sidebar-product:hover{transform:translateY(-4px);box-shadow:0 14px 32px #0000001f}.sidebar-product a{display:block;width:100%;text-decoration:none;overflow:hidden}.sidebar-product img{display:block;width:100%!important;height:250px!important;object-fit:cover;border-radius:0;transition:transform .35s ease}.sidebar-product:hover img{transform:scale(1.04)}.sidebar-product h4{font-size:14px;font-weight:600;line-height:1.4;color:#222;margin:0;padding:14px 14px 8px;min-height:58px}.sidebar-bottom{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px;padding:4px 14px 15px;margin-top:auto}.sidebar-product-price{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:2px;margin:0!important;min-width:0}.compare-price-cart{display:block;color:#999;font-size:12px;line-height:1.2;text-decoration:line-through}.selling-price-cart{display:block;color:#8b5e3c;font-size:18px;font-weight:700;line-height:1.2}.sidebar-add-cart{flex:0 0 82px;width:82px!important;height:38px!important;margin:0!important;padding:0 10px;border:none;border-radius:10px;background:#8b5e3c;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:background .25s ease,transform .2s ease}.sidebar-add-cart:hover{background:#6f4729;transform:translateY(-1px)}.sidebar-add-cart.added{background:#2e7d32;cursor:default}.sidebar-add-cart.added:hover{background:#2e7d32;transform:none}.hgp-mobile-customers-btn,.hgp-mobile-customers-back{display:none}@media(max-width:1024px){.hgp-cart-layout{width:100%;height:100dvh;top:0;right:0}body.cart-open .hgp-cart-left{display:none!important}.hgp-cart-sidebar{width:100%!important;max-width:100%!important;height:100dvh;min-height:100dvh;border-radius:0;transform:translate(100%);box-shadow:-10px 0 35px #0000001f}body.cart-open .hgp-cart-sidebar{transform:translate(0)}.hgp-cart-header{min-height:70px;padding:16px 18px;border-bottom:1px solid #eee;background:#fff}.hgp-cart-header h2{margin:0;font-size:21px;font-weight:700;color:#2d241c}.hgp-close-cart{width:38px;height:38px;font-size:20px}.hgp-cart-items{padding:12px 16px;overflow-y:auto}.hgp-cart-item{gap:12px;padding:15px 0}.cart-image{width:76px;height:76px;border-radius:12px}.cart-content h4{font-size:14px;line-height:1.35}.cart-pack{font-size:12px}.cart-price-row{gap:7px;margin-top:6px}.cart-price{font-size:17px}.cart-compare-price{font-size:12px}.cart-discount{font-size:12px;line-height:1.35}.cart-qty{font-size:12px;color:#666}.remove-item{font-size:18px;padding:4px}.hgp-cart-footer{padding:14px 16px calc(14px + env(safe-area-inset-bottom));border-top:1px solid #eee;background:#fff;box-shadow:0 -8px 25px #0000000f}.hgp-cart-total{font-size:19px;margin-bottom:12px}.hgp-mobile-customers-btn{width:100%;min-height:50px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;margin-bottom:10px;border:1px solid #e6d7c5;border-radius:12px;background:#fff8f0;color:#8b5e3c;font-size:14px;font-weight:700;cursor:pointer;transition:.25s ease}.hgp-mobile-customers-btn:hover{background:#f8eddf;border-color:#d8b991}.hgp-mobile-customers-arrow{font-size:20px;line-height:1;transition:transform .25s ease}.hgp-mobile-customers-btn:active .hgp-mobile-customers-arrow{transform:translate(4px)}.hgp-checkout-btn{height:54px;border-radius:12px;font-size:15px;font-weight:700}body.mobile-customers-open .hgp-cart-sidebar{display:none!important}body.mobile-customers-open .hgp-cart-left{display:block!important;position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100dvh;padding:0;background:#f8f5ef;opacity:1!important;transform:none!important;pointer-events:auto!important;overflow-y:auto;z-index:10001}body.mobile-customers-open .hgp-cart-left-header{position:sticky;top:0;z-index:5;min-height:68px;margin:0;padding:14px 16px;background:#f8f5eff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e5ddd4}body.mobile-customers-open .hgp-cart-left-header h2{margin:0;font-size:21px;line-height:1.2}.hgp-mobile-customers-back{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 12px;border:1px solid #ded3c5;border-radius:10px;background:#fff;color:#6f4729;font-size:12px;font-weight:700;cursor:pointer}body.mobile-customers-open .hgp-cart-left-grid{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;padding:16px;width:100%;box-sizing:border-box}body.mobile-customers-open .sidebar-product{width:100%!important;min-width:0!important;display:grid;grid-template-columns:105px 1fr;grid-template-rows:auto auto;column-gap:14px;background:#fff;border:1px solid #ece4da;border-radius:16px;overflow:hidden;box-shadow:0 5px 18px #0000000d}body.mobile-customers-open .sidebar-product>a{grid-column:1;grid-row:1 / span 2;width:105px;height:125px}body.mobile-customers-open .sidebar-product img{width:105px!important;height:125px!important;object-fit:cover}body.mobile-customers-open .sidebar-product h4{grid-column:2;grid-row:1;padding:14px 12px 4px 0;margin:0;min-height:auto;font-size:14px;line-height:1.4;color:#222}body.mobile-customers-open .sidebar-bottom{grid-column:2;grid-row:2;padding:4px 12px 12px 0;margin:0;align-items:flex-end!important}body.mobile-customers-open .selling-price-cart{font-size:17px}body.mobile-customers-open .compare-price-cart{font-size:11px}body.mobile-customers-open .sidebar-add-cart{width:72px!important;flex-basis:72px;height:36px!important;border-radius:9px;font-size:12px}}@media(max-width:480px){.hgp-cart-header{min-height:64px;padding:13px 14px}.hgp-cart-header h2{font-size:19px}.hgp-cart-items{padding:8px 14px}.cart-image{width:68px;height:68px}.cart-price{font-size:16px}.hgp-cart-total{font-size:18px}body.mobile-customers-open .hgp-cart-left-grid{padding:12px;gap:12px!important}body.mobile-customers-open .sidebar-product{grid-template-columns:92px 1fr;column-gap:12px}body.mobile-customers-open .sidebar-product>a{width:92px;height:112px}body.mobile-customers-open .sidebar-product img{width:92px!important;height:112px!important}body.mobile-customers-open .sidebar-product h4{font-size:13px}}.hgp-sidebar-checkout-note{display:flex;align-items:flex-start;gap:8px;margin:12px 0 14px;padding:10px 12px;border:1px solid #ead9bd;border-radius:10px;background:#fffaf1;color:#6e4c28;font-size:12px;font-weight:600;line-height:1.45}.hgp-sidebar-checkout-note span{display:grid;flex:0 0 18px;place-items:center;width:18px;height:18px;border-radius:50%;background:#f4e0b6;color:#935313;font-size:11px}@media(min-width:1025px){.hgp-cart-layout{justify-content:flex-end}.hgp-cart-left{display:none!important}.hgp-cart-sidebar{flex:0 0 min(430px,100vw);width:min(430px,100vw)}}.hgp-cart-layout>.hgp-cart-left{display:none!important}.hgp-cart-layout{justify-content:flex-end}.hgp-cart-sidebar{flex:0 0 min(430px,100vw);width:min(430px,100vw)}@media(max-width:1024px){body.mobile-customers-open .hgp-cart-layout>.hgp-cart-left{display:block!important}}@media(min-width:1025px){.hgp-cart-layout:before{content:"";position:absolute;top:0;right:min(430px,100vw);bottom:0;left:0;background:#00000094;opacity:0;transition:opacity .35s ease;pointer-events:none}body.cart-open .hgp-cart-layout:before{opacity:1;z-index:1}.hgp-cart-sidebar{position:relative;z-index:1}}html.hgp-cart-scroll-lock,body.cart-open{height:100%;overflow:hidden!important;overscroll-behavior:none}body.cart-open .hgp-cart-overlay{pointer-events:auto}body:not(.cart-open) .hgp-cart-overlay{pointer-events:none}.hgp-cart-sidebar{height:100dvh;overflow:hidden;overscroll-behavior:contain;background:radial-gradient(circle at 100% 0,rgba(222,174,105,.22),transparent 30%),linear-gradient(160deg,#f8f0e5,#f2e4d5)}.hgp-cart-header,.hgp-cart-footer{flex:0 0 auto;background:transparent}.hgp-cart-header{border-bottom:1px solid rgba(118,71,37,.15)}.hgp-cart-footer{border-top:1px solid rgba(118,71,37,.15);box-shadow:0 -12px 28px #4d21030f}.hgp-cart-items{min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#bd8c61 transparent}.hgp-cart-items::-webkit-scrollbar{width:6px}.hgp-cart-items::-webkit-scrollbar-thumb{border-radius:999px;background:#bd8c61}.hgp-cart-item{margin-bottom:12px;padding:14px;border:1px solid rgba(137,87,37,.18);border-radius:16px;background:#ebd8c39e;box-shadow:0 7px 18px #4d21030f}.cart-image{border:1px solid rgba(137,87,37,.18);box-shadow:0 4px 10px #4d210317}.cart-content h4{color:#452109}.cart-pack,.cart-qty{color:#765b45}.cart-price{color:#6c2f0b}.remove-item{display:grid;place-items:center;width:34px;height:34px;padding:0;border:1px solid rgba(132,65,27,.18);border-radius:50%;background:#fff8ef9e;color:#8a3e17;font-size:16px;transition:background .2s ease,transform .2s ease}.remove-item:hover{background:#8a3e17;color:#fff;transform:rotate(6deg)}.hgp-cart-total{color:#452109}.hgp-checkout-btn{border:1px solid #5d2605;background:linear-gradient(135deg,#5b2605,#8b4819);box-shadow:0 10px 20px #4d210333}.hgp-checkout-btn:hover{background:linear-gradient(135deg,#713406,#a55c24)}.hgp-cart-loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;display:flex;align-items:center;justify-content:center;background:#ffffff73;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}.hgp-cart-loader.show{opacity:1;visibility:visible;pointer-events:auto}.hgp-cart-loader-box{min-width:180px;display:flex;align-items:center;justify-content:center;gap:10px;padding:15px 20px;border:1px solid #e7e0d7;border-radius:10px;background:#fff;box-shadow:0 10px 35px #0000001a;color:#5c3926;font-size:14px;font-weight:600}.hgp-cart-loader-spinner{width:18px;height:18px;border:2px solid #e6ddd5;border-top-color:#9b673e;border-radius:50%;animation:hgpCartSpin .7s linear infinite}@keyframes hgpCartSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hgp-add-cart.is-adding{opacity:.65;cursor:wait;pointer-events:none}.hgp-add-cart:disabled{cursor:wait}
/*# sourceMappingURL=/cdn/shop/t/6/assets/sidebar-cart.css.map */
