:root {
  --ebdlt-carrito-granate: #572b35;
  --ebdlt-carrito-granate-oscuro: #3f1d25;
  --ebdlt-carrito-dorado: #b18a45;
  --ebdlt-carrito-crema: #fbf5ea;
  --ebdlt-carrito-borde: #decfbd;
}

/* Las categorías tenían un segundo carrito en la barra lateral de Divi.
   Se conserva el widget en WordPress, pero se oculta aquí para evitar el
   duplicado y devolver todo el ancho a la cuadrícula de productos. */
body.tax-product_cat #sidebar { display: none !important; }
body.tax-product_cat #left-area { width: 100% !important; padding-right: 0 !important; }
body.tax-product_cat #main-content .container::before { display: none !important; }

.ebdlt-carrito-productos { clear: both; width: 100%; margin-top: 34px; padding: 24px; border: 1px solid var(--ebdlt-carrito-dorado); border-radius: 14px; background: rgba(251,245,234,.96); box-shadow: 0 12px 32px rgba(63,29,37,.09); color: var(--ebdlt-carrito-granate-oscuro); }
.ebdlt-carrito-productos__cabecera { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; padding-bottom: 14px; border-bottom: 1px solid var(--ebdlt-carrito-borde); }
.ebdlt-carrito-productos__cabecera h2 { margin: 0; color: var(--ebdlt-carrito-granate); font-family: Georgia,serif; font-size: 1.65rem; }
.ebdlt-carrito-productos__contador { display: inline-flex; padding: 7px 12px; border-radius: 999px; background: var(--ebdlt-carrito-granate); color: #fff; font-size: .88rem; font-weight: 700; }
.ebdlt-carrito-productos .woocommerce-mini-cart { display: grid; gap: 12px; margin: 0 0 20px !important; padding: 0 !important; list-style: none; }
.ebdlt-carrito-productos .woocommerce-mini-cart-item { position: relative; min-height: 76px; margin: 0 !important; padding: 10px 42px 10px 86px !important; border: 1px solid var(--ebdlt-carrito-borde); border-radius: 9px; background: #fff; }
.ebdlt-carrito-productos .woocommerce-mini-cart-item a:not(.remove) { color: var(--ebdlt-carrito-granate) !important; font-weight: 700; text-decoration: none; }
.ebdlt-carrito-productos .woocommerce-mini-cart-item img { position: absolute; top: 10px; left: 10px; width: 56px !important; height: 56px !important; margin: 0 !important; object-fit: contain; }
.ebdlt-carrito-productos .woocommerce-mini-cart-item .remove { position: absolute; top: 50%; right: 12px; color: var(--ebdlt-carrito-granate) !important; transform: translateY(-50%); }
.ebdlt-carrito-productos .woocommerce-mini-cart__total { display: flex; justify-content: space-between; gap: 16px; padding: 16px 0; border-top: 1px solid var(--ebdlt-carrito-borde); font-size: 1.08rem; }
.ebdlt-carrito-productos .woocommerce-mini-cart__buttons { display: flex; flex-wrap: wrap; gap: 12px; margin: 0 !important; }
.ebdlt-carrito-productos .woocommerce-mini-cart__buttons .button { flex: 1 1 190px; margin: 0 !important; padding: 13px 18px !important; border-radius: 999px !important; background: var(--ebdlt-carrito-granate) !important; color: #fff !important; text-align: center; }
.ebdlt-carrito-productos .woocommerce-mini-cart__buttons .checkout { background: var(--ebdlt-carrito-dorado) !important; }
.ebdlt-carrito-productos .woocommerce-mini-cart__empty-message { margin: 0; text-align: center; }

@media (max-width: 600px) {
  .ebdlt-carrito-productos { margin-top: 28px; padding: 17px; }
  .ebdlt-carrito-productos__cabecera { align-items: flex-start; flex-direction: column; }
  .ebdlt-carrito-productos .woocommerce-mini-cart-item { padding-left: 78px !important; }
}
