body.template-cart{background:var(--pp-cream, #F2EAE2)}body.template-cart .page-width{max-width:1200px;margin:0 auto;padding:40px 24px}@media(max-width:749px){body.template-cart .page-width{padding:20px 16px 100px}}body.template-cart .Cart_ContentSide{background:#fff;border-radius:var(--pp-radius-card, 20px);padding:32px;box-shadow:var(--pp-shadow-card, 0 4px 20px rgba(0,0,0,.04));margin-bottom:24px}@media(max-width:989px){body.template-cart .Cart_ContentSide{padding:24px 20px}}body.template-cart .cart-item{background:linear-gradient(145deg,#fff,#fafaf8);border:2px solid transparent;border-radius:var(--pp-radius-card, 20px);padding:20px;margin-bottom:16px;transition:all .3s var(--pp-ease, cubic-bezier(.4, 0, .2, 1))}body.template-cart .cart-item:hover{border-color:#ea4c2733;box-shadow:0 8px 24px #ea4c2714}@media(max-width:749px){body.template-cart .cart-item{padding:16px;margin-bottom:12px}}body.template-cart .cart-item__image{border-radius:var(--pp-radius-sm, 8px);overflow:hidden;box-shadow:0 2px 8px #00000014}body.template-cart .cart-item__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}body.template-cart .cart-item:hover .cart-item__image img{transform:scale(1.05)}body.template-cart .cart-item__title{font-family:var(--font-stack-header);font-size:16px;font-weight:600;color:var(--pp-charcoal, #1C1917);line-height:1.4;margin-bottom:8px}body.template-cart .cart-item__title a{color:var(--pp-charcoal, #1C1917);text-decoration:none;transition:color .2s ease}body.template-cart .cart-item__title a:hover{color:var(--pp-accent, #EA4C27)}body.template-cart .cart-item__variant{font-size:13px;color:#666;margin-bottom:8px}body.template-cart .cart-item__price{font-size:18px;font-weight:700;color:var(--pp-charcoal, #1C1917)}body.template-cart .cart-item__price--compare{font-size:15px;color:#999;text-decoration:line-through;margin-right:8px}body.template-cart .cart-item__quantity{display:inline-flex;align-items:center;gap:0;border:2px solid #e0e0e0;border-radius:var(--pp-radius-sm, 8px);overflow:hidden;background:#fff}body.template-cart .cart-item__quantity button,body.template-cart .cart-item__quantity-update{min-width:44px;min-height:44px;background:#f5f5f5;border:none;color:var(--pp-charcoal, #1C1917);font-size:18px;font-weight:700;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}body.template-cart .cart-item__quantity button:hover,body.template-cart .cart-item__quantity-update:hover{background:var(--pp-accent, #EA4C27);color:#fff}body.template-cart .cart-item__quantity input{width:60px;height:44px;border:none;text-align:center;font-size:15px;font-weight:600;color:var(--pp-charcoal, #1C1917);background:transparent}@media(max-width:749px){body.template-cart .cart-item__quantity button,body.template-cart .cart-item__quantity-update{min-width:48px;min-height:48px;font-size:20px}body.template-cart .cart-item__quantity input{width:70px;height:48px;font-size:16px}}body.template-cart .cart-item__remove{color:#999;font-size:13px;text-decoration:none;transition:color .2s ease;padding:8px 12px;border-radius:var(--pp-radius-sm, 8px);background:transparent;border:none;cursor:pointer}body.template-cart .cart-item__remove:hover{color:#dc2626;background:#fee}@media(max-width:749px){body.template-cart .cart-item__remove{min-height:44px;display:flex;align-items:center}}body.template-cart .Cart_SidebarSide{background:#fff;border-radius:var(--pp-radius-card, 20px);padding:32px;box-shadow:var(--pp-shadow-card, 0 4px 20px rgba(0,0,0,.04));position:sticky;top:120px}@media(max-width:989px){body.template-cart .Cart_SidebarSide{position:static;padding:24px 20px;margin-bottom:20px}}body.template-cart .cart_block__title{font-family:var(--font-stack-header);font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--pp-charcoal, #1C1917);margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid var(--pp-cream, #F2EAE2)}body.template-cart .cart-subtotal{font-size:28px;font-weight:700;color:var(--pp-accent, #EA4C27);margin-bottom:8px}body.template-cart .cart-subtotal__title,body.template-cart .cart-subtotal__price{min-width:0;overflow-wrap:anywhere}body.template-cart .cart-subtotal__text{font-size:13px;color:#666;margin-bottom:20px}body.template-cart .Cart_SidebarSide .cart__submit,body.template-cart .Cart_SidebarSide .cart__checkout,body.template-cart .Cart_SidebarSide button[name=checkout]{width:100%;background:linear-gradient(135deg,var(--pp-accent, #EA4C27) 0%,var(--pp-accent-dark, #d4411f) 100%);color:#fff;border:none;border-radius:var(--pp-radius-btn, 50px);padding:18px 40px;font-size:16px;font-weight:700;text-transform:none;letter-spacing:.5px;box-shadow:var(--pp-shadow-btn, 0 4px 15px rgba(234,76,39,.4));transition:all .3s var(--pp-ease, cubic-bezier(.4, 0, .2, 1));cursor:pointer;text-align:center;margin-top:20px}body.template-cart .Cart_SidebarSide .cart__submit:hover,body.template-cart .Cart_SidebarSide .cart__checkout:hover,body.template-cart .Cart_SidebarSide button[name=checkout]:hover{background:linear-gradient(135deg,var(--pp-accent-dark, #d4411f) 0%,var(--pp-accent, #EA4C27) 100%);box-shadow:var(--pp-shadow-btn-hover, 0 12px 30px rgba(234,76,39,.5));transform:translateY(-2px)}body.template-cart .Cart_SidebarSide .cart__submit:active,body.template-cart .Cart_SidebarSide .cart__checkout:active,body.template-cart .Cart_SidebarSide button[name=checkout]:active{transform:translateY(0)}@media(max-width:749px){body.template-cart .cart-subtotal{display:grid!important;grid-template-columns:1fr!important;justify-content:flex-start!important;align-items:flex-start!important;gap:6px!important}body.template-cart .cart-subtotal__title{font-size:14px;line-height:1.25;color:#7a726a;font-weight:700;letter-spacing:.2px}body.template-cart .cart-subtotal__price{display:block;width:100%;font-size:clamp(36px,8.4vw,46px);line-height:1.06;font-weight:800;color:var(--pp-accent, #EA4C27);text-align:left;white-space:normal}body.template-cart .cart__block .cart_block__content{padding:18px 16px}body.template-cart .cart__block .tax-note{display:block;font-size:14px;line-height:1.45;margin-bottom:16px}body.template-cart .cart-trust-signals{margin:16px 0;padding:16px 14px}body.template-cart .Cart_SidebarSide .cart__submit,body.template-cart .Cart_SidebarSide .cart__checkout,body.template-cart .Cart_SidebarSide button[name=checkout]{margin-top:16px;min-height:56px;font-size:17px}}.cart-trust-signals{margin:24px 0;padding:20px;background:linear-gradient(145deg,#ffffff 0%,var(--pp-warm, #F5E6D3) 100%);border-radius:var(--pp-radius-sm, 8px)}.cart-trust-signal{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid rgba(28,25,23,.08)}.cart-trust-signal:last-child{border-bottom:none;padding-bottom:0}.cart-trust-signal__icon{width:32px;height:32px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--pp-accent, #EA4C27);color:#fff;border-radius:50%;font-size:14px}.cart-trust-signal__icon svg{width:16px;height:16px;stroke-width:2.5}.cart-trust-signal__text{font-size:13px;font-weight:600;color:var(--pp-charcoal, #1C1917);line-height:1.3;flex:1}.cart-sticky-checkout{position:fixed;bottom:0;left:0;right:0;background:#fff;padding:12px 20px;padding-bottom:calc(12px + env(safe-area-inset-bottom));box-shadow:0 -4px 20px #0000001a;z-index:100;display:none;align-items:center;gap:16px;border-top:2px solid var(--pp-accent, #EA4C27)}@media(max-width:749px){.cart-sticky-checkout{display:flex}}.cart-sticky-checkout__total{flex:1;min-width:0}.cart-sticky-checkout__label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#666;margin-bottom:2px}.cart-sticky-checkout__amount{font-size:20px;font-weight:700;color:var(--pp-accent, #EA4C27)}.cart-sticky-checkout__button{flex:0 0 auto;width:auto!important;margin-top:0!important;padding:14px 28px!important;font-size:15px!important;white-space:nowrap;min-height:50px}.cart-item-low-stock{font-size:11px;font-weight:600;color:#dc2626;margin-top:4px}body.template-cart .cart--empty{background:#fff;border-radius:var(--pp-radius-card, 20px);padding:60px 40px;text-align:center;box-shadow:var(--pp-shadow-card, 0 4px 20px rgba(0,0,0,.04))}body.template-cart .cart--empty h1{font-family:var(--font-stack-header);font-size:24px;font-weight:600;color:var(--pp-charcoal, #1C1917);margin-bottom:16px}body.template-cart .cart--empty p{font-size:15px;color:#666;margin-bottom:32px}body.template-cart .cart--empty .btn{display:inline-block;background:linear-gradient(135deg,var(--pp-accent, #EA4C27) 0%,var(--pp-accent-dark, #d4411f) 100%);color:#fff;border:none;border-radius:var(--pp-radius-btn, 50px);padding:16px 32px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s ease}body.template-cart .cart--empty .btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ea4c274d}body.template-cart .cart__block{margin-bottom:24px}body.template-cart .cart-note__input,body.template-cart .ShippingEstimator__Field input,body.template-cart .ShippingEstimator__Field select{width:100%;padding:14px 16px;border:2px solid #e0e0e0;border-radius:var(--pp-radius-sm, 8px);font-size:14px;color:var(--pp-charcoal, #1C1917);background:#fff;transition:all .2s ease;margin-bottom:12px}body.template-cart .cart-note__input:focus,body.template-cart .ShippingEstimator__Field input:focus,body.template-cart .ShippingEstimator__Field select:focus{border-color:var(--pp-accent, #EA4C27);outline:none;box-shadow:0 0 0 3px #ea4c271a}body.template-cart .CartSpecialInstructionsSubmit,body.template-cart .ShippingEstimator__Submit{background:var(--pp-charcoal, #1C1917);color:#fff;border:none;border-radius:var(--pp-radius-sm, 8px);padding:12px 24px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}body.template-cart .CartSpecialInstructionsSubmit:hover,body.template-cart .ShippingEstimator__Submit:hover{background:var(--pp-accent, #EA4C27);transform:translateY(-1px);box-shadow:0 4px 12px #ea4c274d}
/*# sourceMappingURL=/cdn/shop/t/16/assets/cart-premium.css.map */
