.hgp-main-cart-page{width:100%;padding:55px 0 80px;background:#fff}.hgp-main-cart-page *{box-sizing:border-box}.hgp-main-cart-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:22px;margin-bottom:30px;border-bottom:1px solid #e8e8e8}.hgp-main-cart-title{margin:0;font-size:34px;font-weight:600;line-height:1.2;color:#1d1d1d}.hgp-main-cart-count{margin:0;font-size:15px;color:#777}.hgp-main-cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:45px;align-items:start}.hgp-main-cart-items{width:100%;border-top:1px solid #e9e9e9}.hgp-main-cart-item{position:relative;display:grid;grid-template-columns:160px minmax(0,1fr);gap:28px;padding:25px 0;border-bottom:1px solid #e9e9e9;transition:opacity .25s ease,transform .25s ease}.hgp-main-cart-item.is-loading{opacity:.55;pointer-events:none}.hgp-main-cart-image{width:160px;height:160px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:10px;background:#f7f7f7}.hgp-main-cart-image a{width:100%;height:100%;display:block}.hgp-main-cart-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease}.hgp-main-cart-item:hover .hgp-main-cart-image img{transform:scale(1.03)}.hgp-main-cart-product-details{min-width:0;display:flex;flex-direction:column;align-items:flex-start}.hgp-main-cart-product-title{display:inline-block;margin-bottom:8px;color:#222;text-decoration:none;font-size:18px;font-weight:600;line-height:1.45;transition:opacity .2s ease}.hgp-main-cart-product-title:hover{opacity:.65}.hgp-main-cart-variant{margin-bottom:18px;font-size:14px;line-height:1.4;color:#777}.hgp-main-cart-price-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:7px}.hgp-main-cart-compare-price{font-size:15px;color:#888;text-decoration:line-through}.hgp-main-cart-selling-price{font-size:22px;font-weight:700;color:#1f1f1f}.hgp-main-cart-saving{display:flex;align-items:center;gap:7px;margin-bottom:20px;font-size:13px;font-weight:600;color:#0d7a42}.hgp-main-cart-saving span{font-size:10px}.hgp-main-cart-actions{width:100%;display:flex;align-items:center;justify-content:space-between;margin-top:auto}.hgp-main-cart-quantity{display:inline-flex;align-items:center;min-height:42px;border:1px solid #d8d8d8;border-radius:7px;overflow:hidden;background:#fff}.hgp-main-cart-qty-btn{width:42px;height:40px;display:flex;align-items:center;justify-content:center;border:0;background:transparent;cursor:pointer;font-size:20px;line-height:1;color:#222;transition:background .2s ease,color .2s ease}.hgp-main-cart-qty-btn:hover{background:#f2f2f2}.hgp-main-cart-qty-btn:disabled{cursor:not-allowed}.hgp-main-cart-qty-value{min-width:45px;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:600;color:#222;-webkit-user-select:none;user-select:none}.hgp-main-cart-remove{padding:0;border:0;background:transparent;cursor:pointer;color:#777;font-size:13px;font-weight:500;text-decoration:underline;text-underline-offset:3px;transition:color .2s ease}.hgp-main-cart-remove:hover{color:#d32626}.hgp-main-cart-summary{position:sticky;top:30px;padding:28px;border:1px solid #e2e2e2;border-radius:12px;background:#fff;box-shadow:0 5px 25px #0000000a}.hgp-main-cart-summary h2{margin:0 0 25px;font-size:21px;font-weight:650;color:#202020}.hgp-main-summary-row{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px;font-size:15px;color:#666}.hgp-main-summary-row>span:last-child{color:#222;font-weight:500}.hgp-main-summary-mrp{text-decoration:line-through;color:#888!important}.hgp-main-summary-saving{color:#0d7a42!important;font-weight:600!important}.hgp-main-summary-divider{width:100%;height:1px;margin:22px 0;background:#e5e5e5}.hgp-main-summary-final{margin-bottom:10px;font-size:19px;color:#222}.hgp-main-summary-final span{font-weight:700;color:#0d7a42;font-size:14px}.hgp-main-summary-final strong{font-weight:700}.hgp-main-summary-tax-note{margin:0 0 24px;font-size:12px;line-height:1.5;color:#888}.hgp-main-cart-checkout{width:100%;min-height:52px;display:flex;align-items:center;justify-content:center;padding:12px 20px;border:0;border-radius:7px;cursor:pointer;background:#111;color:#fff;font-size:15px;font-weight:600;transition:opacity .2s ease,transform .2s ease}.hgp-main-cart-checkout:hover{opacity:.88}.hgp-main-cart-checkout:active{transform:scale(.99)}.hgp-main-cart-continue{display:block;width:fit-content;margin:20px auto 0;color:#555;text-decoration:none;font-size:13px;font-weight:500;border-bottom:1px solid #555;padding-bottom:2px;transition:opacity .2s ease,border-color .2s ease}.hgp-main-cart-continue:hover{opacity:.65}.hgp-main-cart-empty{width:100%;max-width:550px;margin:80px auto;padding:60px 30px;text-align:center;border:1px solid #e5e5e5;border-radius:12px}.hgp-main-cart-empty h2{margin:0 0 12px;font-size:28px;color:#222}.hgp-main-cart-empty p{margin:0 0 25px;color:#777;font-size:15px}.hgp-main-cart-shop-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 28px;border-radius:7px;background:#111;color:#fff;text-decoration:none;font-size:14px;font-weight:600;transition:opacity .2s ease,transform .2s ease}.hgp-main-cart-shop-btn:hover{opacity:.88}.hgp-main-cart-shop-btn:active{transform:scale(.98)}@media screen and (min-width:1200px){.hgp-main-cart-layout{grid-template-columns:minmax(0,1fr) 390px;gap:55px}}@media screen and (max-width:989px){.hgp-main-cart-page{padding:40px 0 60px}.hgp-main-cart-header{margin-bottom:24px;padding-bottom:18px}.hgp-main-cart-title{font-size:30px}.hgp-main-cart-layout{grid-template-columns:1fr;gap:35px}.hgp-main-cart-item{grid-template-columns:140px minmax(0,1fr);gap:24px;padding:22px 0}.hgp-main-cart-image{width:140px;height:140px}.hgp-main-cart-product-title{font-size:17px}.hgp-main-cart-selling-price{font-size:21px}.hgp-main-cart-summary{position:static;top:auto;width:100%;max-width:none;padding:25px}}@media screen and (max-width:749px){.hgp-main-cart-page{padding:28px 0 45px}.hgp-main-cart-header{align-items:flex-end;padding-bottom:16px;margin-bottom:20px}.hgp-main-cart-title{font-size:26px}.hgp-main-cart-count{font-size:13px;padding-bottom:3px}.hgp-main-cart-layout{display:flex;flex-direction:column;gap:28px}.hgp-main-cart-items{width:100%}.hgp-main-cart-item{display:grid;grid-template-columns:105px minmax(0,1fr);gap:16px;padding:18px 0}.hgp-main-cart-image{width:105px;height:105px;border-radius:8px}.hgp-main-cart-product-details{min-width:0}.hgp-main-cart-product-title{margin-bottom:5px;font-size:15px;line-height:1.4}.hgp-main-cart-variant{margin-bottom:10px;font-size:12px}.hgp-main-cart-price-row{gap:7px;margin-bottom:5px}.hgp-main-cart-compare-price{font-size:12px}.hgp-main-cart-selling-price{font-size:18px}.hgp-main-cart-saving{gap:5px;margin-bottom:14px;font-size:11px}.hgp-main-cart-actions{align-items:center}.hgp-main-cart-quantity{min-height:36px;border-radius:6px}.hgp-main-cart-qty-btn{width:36px;height:34px;font-size:18px}.hgp-main-cart-qty-value{min-width:38px;font-size:13px}.hgp-main-cart-remove{font-size:11px}.hgp-main-cart-summary{position:static;width:100%;padding:20px;border-radius:10px}.hgp-main-cart-summary h2{margin-bottom:20px;font-size:19px}.hgp-main-summary-row{margin-bottom:13px;font-size:14px}.hgp-main-summary-divider{margin:18px 0}.hgp-main-summary-final{margin-bottom:8px;font-size:17px}.hgp-main-summary-tax-note{margin-bottom:20px;font-size:11px}.hgp-main-cart-checkout{min-height:48px;font-size:14px;border-radius:6px}.hgp-main-cart-continue{margin-top:16px;font-size:12px}.hgp-main-cart-empty{margin:35px auto;padding:45px 20px;border-radius:10px}.hgp-main-cart-empty h2{font-size:23px}.hgp-main-cart-empty p{margin-bottom:22px;font-size:13px}.hgp-main-cart-shop-btn{min-height:45px;padding:0 24px;font-size:13px}}@media screen and (max-width:400px){.hgp-main-cart-item{grid-template-columns:90px minmax(0,1fr);gap:13px}.hgp-main-cart-image{width:90px;height:90px}.hgp-main-cart-product-title{font-size:14px}.hgp-main-cart-selling-price{font-size:17px}.hgp-main-cart-saving{font-size:10px}.hgp-main-cart-qty-btn{width:33px}.hgp-main-cart-qty-value{min-width:34px}}.hgp-main-cart-checkout-note{display:flex;align-items:flex-start;gap:8px;margin:14px 0;padding:11px 12px;border:1px solid #ead9bd;border-radius:10px;background:#fffaf1;color:#6e4c28;font-size:12px;font-weight:600;line-height:1.45}.hgp-main-cart-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}
/*# sourceMappingURL=/cdn/shop/t/6/assets/main-cart.css.map */
