.basket-container.sending{position:relative}.basket-container.sending::after{content:"";position:absolute;left:0;right:0;bottom:0;top:0;background-color:rgba(0,0,0,0.5)}.basket-footer{text-align:center}.basket-footer .basket-summary{background:linear-gradient(135deg, #f8f8f8, #eceae6);border-radius:8px;padding:12px 20px;color:#444;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 6px rgba(0,0,0,0.05);border:1px solid #ddd;margin-bottom:2rem;flex-wrap:wrap}.basket-footer .basket-summary span{background:linear-gradient(90deg, #4caf50, #a29b8f);color:#fff;padding:6px 12px;border-radius:6px;font-weight:bold;font-size:1.2rem;box-shadow:0 2px 4px rgba(0,0,0,0.1);min-width:10em}.product-item{border:1px solid #eee;margin:1em;padding:1em;border-radius:.5em;display:flex;flex-wrap:wrap;color:inherit;align-items:center;gap:1em}.product-item>a{margin:0 auto}.product-item:hover{background-color:#f8f8f8;border-color:#ddd}.product-item .pdata{display:flex;flex-wrap:wrap;gap:2em;flex-grow:2;align-items:center}.product-item .pdata a{display:block;min-width:20%;color:#000}.product-item .pimg{width:8em;height:auto;border:1px solid #eee;display:block}.product-item .ptitle{font-weight:bold}.product-item .ptotal-price{margin-right:auto;font-weight:bold;background:linear-gradient(90deg, #1a6eb0, #438193);color:#fff;padding:.4em 1.8em;border-radius:6px;box-shadow:0 2px 4px rgba(0,0,0,0.1);min-width:7em;text-align:center}