.product-image{padding:20px;background:#f7f7f5!important}.product-image>img{object-fit:contain;width:100%;height:100%;transition:transform .25s;display:block}.product-card:hover .product-image>img{transform:scale(1.04)}.cart-overlay{z-index:60;background:#07111fb8;justify-content:flex-end;display:flex;position:fixed;inset:0}.cart-panel{background:#fff;flex-direction:column;width:min(520px,100%);height:100%;display:flex;box-shadow:-20px 0 50px #0004}.cart-head{border-bottom:1px solid #ddd;justify-content:space-between;align-items:center;padding:28px 30px;display:flex}.cart-head p{color:#8e6f00;letter-spacing:2px;margin:0;font-size:10px;font-weight:900}.cart-head h2{margin:5px 0 0;font-size:34px}.cart-head button{cursor:pointer;background:0 0;border:0;font-size:36px}.cart-items{flex:1;padding:5px 30px;overflow:auto}.cart-item{border-bottom:1px solid #e5e5e5;grid-template-columns:72px 1fr auto;align-items:start;gap:15px;padding:22px 0;display:grid}.cart-thumb{background:#f7f7f5;place-items:center;height:72px;display:grid;overflow:hidden}.cart-thumb img{object-fit:contain;width:100%;height:100%}.cart-item h3{margin:1px 0 7px;font-size:13px}.cart-item p{color:#666;margin:0 0 10px;font-size:12px}.cart-item>strong{font-size:12px}.quantity{border:1px solid #bbb;width:max-content;display:flex}.quantity button{cursor:pointer;background:#f4f4f2;border:0;width:30px;height:28px}.quantity span{place-items:center;width:30px;font-size:12px;font-weight:800;display:grid}.cart-summary{border-top:1px solid #ddd;padding:24px 30px}.cart-summary>div{justify-content:space-between;margin-bottom:20px;font-size:20px;display:flex}.confirm{color:#07111f;text-transform:uppercase;letter-spacing:.6px;cursor:pointer;background:#25d366;border:0;width:100%;padding:16px;font-weight:900}.cart-summary small{text-align:center;color:#666;margin-top:10px;display:block}.cart-empty{text-align:center;margin:auto}.cart-empty span{font-size:45px}.cart-empty p{color:#666}.cart-empty button{background:var(--yellow);cursor:pointer;border:0;padding:13px 22px;font-weight:900}@media (width<=600px){.cart-head,.cart-items,.cart-summary{padding-left:18px;padding-right:18px}.cart-item{grid-template-columns:58px 1fr}.cart-thumb{height:58px}.cart-item>strong{grid-column:2}.cart-summary>div{font-size:17px}}
