:root {
  --edlv-plum: #662958;
  --edlv-raspberry: #d42b62;
  --edlv-ink: #4e3f6a;
  --edlv-blush: #ffeaf6;
  --edlv-soft: #ffeaf6;
  --edlv-yellow: #fff0a5;
  --edlv-rose: #e386bb;
  --edlv-white: #ffffff;
  --edlv-line: rgba(78, 63, 106, 0.16);
  --edlv-radius: 8px;
}

.edlv-cart-main,
.edlv-empty-cart,
.edlv-mini-cart,
.edlv-wc-notice,
.edlv-wc-notice-list {
  color: var(--edlv-ink);
  font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.woocommerce .edlv-wc-notice,
.woocommerce .edlv-wc-notice-list,
.edlv-wc-notice,
.edlv-wc-notice-list {
  box-sizing: border-box;
  width: min(1180px, calc(100% - 48px));
  max-width: 1180px;
  margin: 24px auto 36px !important;
  padding: 16px 22px;
  border: 1px solid var(--edlv-line);
  border-radius: var(--edlv-radius);
  background: var(--edlv-white);
  color: var(--edlv-ink);
  box-shadow: 0 10px 28px rgba(78, 63, 106, 0.06);
}

.woocommerce-notices-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.woocommerce .edlv-wc-notice:before,
.woocommerce .edlv-wc-notice-list:before,
.edlv-wc-notice:before,
.edlv-wc-notice-list:before {
  display: none !important;
  content: none !important;
}

.edlv-wc-notice {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 0;
}

.edlv-wc-notice-list {
  display: grid;
  gap: 10px;
  list-style: none;
}

.edlv-wc-notice-list li {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 0;
}

.edlv-wc-notice-icon {
  display: none;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--edlv-blush);
  color: var(--edlv-raspberry);
  font-size: 15px;
  font-weight: 800;
}

.edlv-wc-notice-content,
.edlv-wc-notice-content a {
  font-size: 15px;
  line-height: 1.45;
}

.edlv-wc-notice-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.woocommerce .edlv-wc-notice .button,
.woocommerce .edlv-wc-notice a.button,
.woocommerce .edlv-wc-notice-content a,
.edlv-wc-notice-content a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin-left: auto;
  padding: 0 16px;
  background: var(--edlv-raspberry) !important;
  border: 1px solid var(--edlv-raspberry) !important;
  border-radius: var(--edlv-radius);
  color: var(--edlv-white) !important;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.woocommerce .edlv-wc-notice .button:hover,
.woocommerce .edlv-wc-notice a.button:hover,
.woocommerce .edlv-wc-notice-content a:hover,
.edlv-wc-notice-content a:hover {
  background: var(--edlv-plum) !important;
  border-color: var(--edlv-plum) !important;
  color: var(--edlv-white) !important;
}

.edlv-wc-notice-info {
  background: var(--edlv-soft);
}

.edlv-wc-notice-error {
  border-color: rgba(212, 43, 98, 0.24);
  background: var(--edlv-blush);
}

.edlv-cart-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 28px 28px 56px;
}

.edlv-cart-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
}

.woocommerce-cart-form,
.woocommerce .edlv-cart-main .cart_totals {
  border: 1px solid var(--edlv-line);
  border-radius: 18px;
  background: var(--edlv-white);
}

.woocommerce-cart-form {
  padding: 34px 40px 30px;
}

.edlv-cart-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.edlv-cart-panel-header h1,
.woocommerce .edlv-cart-main .cart_totals h2,
.edlv-empty-cart h1 {
  margin: 0;
  color: var(--edlv-plum);
  font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 800;
  line-height: 1.1;
}

.edlv-cart-panel-header a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--edlv-raspberry);
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
}

.edlv-cart-panel-header a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: rotate(-45deg);
}

.woocommerce .edlv-cart-main table.shop_table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  background: transparent;
}

.woocommerce .edlv-cart-main table.shop_table thead th {
  padding: 0 0 26px;
  border: 0;
  border-bottom: 1px solid rgba(78, 63, 106, 0.12);
  color: rgba(78, 63, 106, 0.52);
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.woocommerce .edlv-cart-main table.shop_table tbody tr.cart_item td {
  padding: 30px 0;
  border: 0;
  vertical-align: middle;
}

.woocommerce .edlv-cart-main table.shop_table tbody tr.cart_item {
  border-bottom: 1px solid rgba(78, 63, 106, 0.1);
}

.woocommerce .edlv-cart-main .product-remove {
  width: 44px;
}

.woocommerce .edlv-cart-main .product-thumbnail {
  width: 230px;
}

.woocommerce .edlv-cart-main .product-thumbnail a {
  display: block;
  width: 180px;
}

.woocommerce .edlv-cart-main .product-thumbnail img {
  display: block;
  width: 180px !important;
  height: 180px !important;
  max-width: none;
  border: 0;
  border-radius: 0;
  object-fit: contain;
  background: transparent;
}

.woocommerce .edlv-cart-main .product-name {
  padding-right: 28px;
}

.woocommerce .edlv-cart-main .product-name a {
  color: var(--edlv-ink);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

.woocommerce .edlv-cart-main .edlv-cart-item-price {
  margin-top: 12px;
  color: var(--edlv-raspberry) !important;
  font-size: 18px;
  font-weight: 800;
}

.woocommerce .edlv-cart-main .edlv-cart-item-price .amount,
.woocommerce .edlv-cart-main .edlv-cart-item-price bdi,
.woocommerce .edlv-cart-main .edlv-cart-item-price ins,
.woocommerce .edlv-cart-main .edlv-cart-item-price ins .amount {
  color: var(--edlv-raspberry) !important;
  font-weight: 800;
}

.woocommerce .edlv-cart-main .edlv-cart-item-price del {
  color: rgba(78, 63, 106, 0.45) !important;
  font-weight: 400;
}

.woocommerce .edlv-cart-main .edlv-cart-item-price del .amount,
.woocommerce .edlv-cart-main .edlv-cart-item-price del bdi {
  color: rgba(78, 63, 106, 0.45) !important;
  font-weight: 400;
}

.woocommerce .edlv-cart-main .edlv-cart-item-price ins {
  background: transparent;
  text-decoration: none;
}

.woocommerce .edlv-cart-main .product-quantity {
  width: 190px;
}

.woocommerce .edlv-cart-main .quantity {
  display: inline-flex;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid var(--edlv-line);
  border-radius: var(--edlv-radius);
  background: var(--edlv-white);
  min-height: 54px;
}

.woocommerce .edlv-cart-main .quantity .qty {
  box-sizing: border-box;
  width: 70px;
  height: 54px;
  border: 0;
  color: var(--edlv-ink);
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.woocommerce .edlv-cart-main .quantity .minus,
.woocommerce .edlv-cart-main .quantity .plus {
  box-sizing: border-box;
  width: 54px;
  height: 54px;
  min-height: 54px;
  border: 0 !important;
  background: var(--edlv-white) !important;
  color: var(--edlv-ink) !important;
  font-size: 20px;
  font-weight: 500;
}

.woocommerce .edlv-cart-main .quantity .minus:hover,
.woocommerce .edlv-cart-main .quantity .plus:hover {
  background: var(--edlv-blush) !important;
  color: var(--edlv-raspberry) !important;
}

.woocommerce .edlv-cart-main .product-subtotal {
  width: 150px;
  color: var(--edlv-ink);
  font-size: 24px;
  font-weight: 700;
  text-align: right;
}

.woocommerce .edlv-cart-main .product-subtotal .amount {
  color: var(--edlv-ink);
  font-weight: 700;
}

.woocommerce .edlv-cart-main a.remove {
  color: var(--edlv-raspberry) !important;
  font-size: 26px;
  font-weight: 400;
}

.woocommerce .edlv-cart-main .actions {
  height: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.woocommerce .edlv-cart-main .coupon {
  display: none;
}

.woocommerce .edlv-cart-main button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  background: transparent !important;
  border: 1px solid var(--edlv-line) !important;
  border-radius: var(--edlv-radius);
  color: var(--edlv-plum) !important;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.woocommerce .edlv-cart-main .edlv-cart-update-button {
  display: none !important;
}

.woocommerce .edlv-cart-main button.button:hover {
  background: var(--edlv-soft) !important;
  border-color: rgba(212, 43, 98, 0.22) !important;
  color: var(--edlv-raspberry) !important;
}

.woocommerce .edlv-cart-main .cart-collaterals {
  width: 100%;
}

.woocommerce .edlv-cart-main .cart_totals {
  float: none;
  width: min(520px, 100%);
  margin-left: auto;
  padding: 28px 30px;
  background: var(--edlv-soft);
  display: block;
}

.woocommerce .edlv-cart-main .cart_totals h2 {
  margin: 0 0 24px;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  font-size: clamp(26px, 3vw, 34px);
}

.edlv-cart-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 30px;
  color: rgba(78, 63, 106, 0.72);
  font-size: 22px;
  font-weight: 400;
}

.edlv-cart-total-row strong,
.edlv-cart-total-row .amount {
  color: var(--edlv-ink);
  font-size: 24px;
  font-weight: 800;
}

.woocommerce .edlv-cart-main .wc-proceed-to-checkout {
  padding: 0;
}

.woocommerce .edlv-cart-main .edlv-cart-checkout-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px;
  padding: 0 24px;
  background: var(--edlv-raspberry) !important;
  border: 1px solid var(--edlv-raspberry) !important;
  border-radius: var(--edlv-radius);
  color: var(--edlv-white) !important;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.woocommerce .edlv-cart-main .edlv-cart-checkout-button:hover {
  background: var(--edlv-plum) !important;
  border-color: var(--edlv-plum) !important;
}

.edlv-cart-pay-note {
  margin-top: 18px;
  color: var(--edlv-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.woocommerce .edlv-cart-main .cart_totals table,
.woocommerce .edlv-cart-main .cart_totals .shop_table,
.woocommerce .edlv-cart-main .cart_totals .woocommerce-shipping-totals,
.woocommerce .edlv-cart-main .cart_totals .tax-rate,
.woocommerce .edlv-cart-main .cart_totals .order-total {
  display: none;
}

.woocommerce .edlv-cart-main .cart_totals [class*="express"],
.woocommerce .edlv-cart-main .cart_totals [class*="paypal"],
.woocommerce .edlv-cart-main .cart_totals [class*="venmo"],
.woocommerce .edlv-cart-main .cart_totals [class*="gpay"],
.woocommerce .edlv-cart-main .cart_totals [id*="paypal"],
.woocommerce .edlv-cart-main .cart_totals [id*="venmo"],
.woocommerce .edlv-cart-main .cart_totals [id*="gpay"] {
  display: none !important;
}

.edlv-cart-recent-products {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px 76px;
  color: var(--edlv-ink);
  font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.edlv-cart-recent-inner {
  text-align: center;
}

.edlv-cart-recent-products h2 {
  margin: 0 0 28px;
  color: var(--edlv-ink);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  line-height: 1.1;
}

.edlv-cart-recent-products h2 span {
  color: var(--edlv-raspberry);
}

.edlv-cart-recent-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  text-align: left;
}

.edlv-cart-recent-card {
  overflow: hidden;
  border: 1px solid var(--edlv-line);
  border-radius: var(--edlv-radius);
  background: var(--edlv-white);
}

.edlv-cart-recent-image {
  display: block;
  height: 190px;
  background: var(--edlv-white);
}

.edlv-cart-recent-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.edlv-cart-recent-body {
  padding: 16px 16px 20px;
}

.edlv-cart-recent-body h3 {
  margin: 0 0 14px;
}

.edlv-cart-recent-body h3 a {
  color: var(--edlv-ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.edlv-cart-recent-price,
.edlv-cart-recent-price .amount,
.edlv-cart-recent-price bdi,
.edlv-cart-recent-price ins,
.edlv-cart-recent-price ins .amount {
  color: var(--edlv-raspberry) !important;
  font-size: 20px;
  font-weight: 800;
}

.edlv-cart-recent-price del,
.edlv-cart-recent-price del .amount,
.edlv-cart-recent-price del bdi {
  color: rgba(78, 63, 106, 0.45) !important;
  font-size: 18px;
  font-weight: 400;
}

.edlv-cart-recent-price ins {
  background: transparent;
  text-decoration: none;
}

.edlv-cart-recent-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 18px;
  padding: 0 18px;
  border: 1px solid var(--edlv-raspberry);
  border-radius: var(--edlv-radius);
  color: var(--edlv-raspberry);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.edlv-cart-recent-button:hover {
  background: var(--edlv-raspberry);
  color: var(--edlv-white) !important;
}

.edlv-cart-main a,
.edlv-cart-recent-products a,
.edlv-mini-cart a {
  color: var(--edlv-raspberry);
}

.edlv-cart-main a:hover,
.edlv-cart-recent-products a:hover,
.edlv-mini-cart a:hover {
  color: var(--edlv-plum);
}

.edlv-cart-recent-products .edlv-cart-recent-button:hover,
.edlv-cart-recent-products .edlv-cart-view-all:hover,
.woocommerce .edlv-cart-main .edlv-cart-checkout-button:hover,
.edlv-mini-cart-buttons .button:hover,
.edlv-mini-cart-empty .button:hover,
.edlv-cart-primary-button:hover {
  background: var(--edlv-plum) !important;
  border-color: var(--edlv-plum) !important;
  color: var(--edlv-white) !important;
}

.edlv-cart-view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin-top: 48px;
  padding: 0 34px;
  background: var(--edlv-raspberry);
  border-radius: var(--edlv-radius);
  color: var(--edlv-white);
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.edlv-cart-view-all:hover {
  background: var(--edlv-plum);
  color: var(--edlv-white) !important;
}

.edlv-empty-cart {
  max-width: 860px;
  margin: 0 auto;
  padding: 70px 22px;
  text-align: center;
}

.edlv-empty-cart-inner {
  padding: 42px 30px;
  border: 1px solid var(--edlv-line);
  border-radius: 18px;
  background: var(--edlv-white);
}

.edlv-cart-eyebrow {
  margin: 0 0 10px;
  color: var(--edlv-raspberry);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.edlv-empty-cart h1 {
  color: var(--edlv-raspberry);
  font-family: 'Catchy Mager', Georgia, serif;
  font-variant-ligatures: none;
  font-feature-settings: "liga" 0;
  font-size: clamp(44px, 6vw, 72px);
}

.edlv-empty-cart p {
  max-width: 620px;
  margin: 0 auto 18px;
  color: var(--edlv-ink);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.55;
}

.edlv-cart-primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  background: var(--edlv-raspberry) !important;
  border-radius: var(--edlv-radius);
  color: var(--edlv-white) !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.edlv-mini-cart {
  min-width: 320px;
  max-width: 380px;
  padding: 18px;
  background: var(--edlv-white);
}

.edlv-mini-cart-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.edlv-mini-cart-header h2,
.edlv-mini-cart-empty h2 {
  margin: 0;
  color: var(--edlv-plum);
  font-size: 20px;
  font-weight: 800;
}

.edlv-mini-cart-header span {
  color: var(--edlv-ink);
  font-size: 12px;
  font-weight: 700;
}

.edlv-mini-cart-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.edlv-mini-cart-item {
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr 22px;
  gap: 12px;
  align-items: start;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--edlv-line);
}

.edlv-mini-cart-image img {
  width: 72px;
  height: 72px;
  border-radius: var(--edlv-radius);
  object-fit: contain;
  background: var(--edlv-white);
}

.edlv-mini-cart-title {
  display: block;
  color: var(--edlv-plum);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

.edlv-mini-cart .quantity {
  display: block;
  margin-top: 6px;
  color: var(--edlv-raspberry);
  font-size: 13px;
  font-weight: 800;
}

.edlv-mini-cart-remove {
  color: var(--edlv-raspberry) !important;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
}

.edlv-mini-cart-total {
  display: flex;
  justify-content: space-between;
  margin: 16px 0;
  color: var(--edlv-plum);
  font-weight: 800;
}

.edlv-mini-cart-buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0;
}

.edlv-mini-cart-buttons .button,
.edlv-mini-cart-empty .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: var(--edlv-radius);
  background: var(--edlv-raspberry);
  color: var(--edlv-white);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.edlv-mini-cart-buttons .button:first-child {
  background: var(--edlv-plum);
}

.edlv-mini-cart-empty {
  text-align: center;
}

.edlv-mini-cart-empty p {
  color: var(--edlv-ink);
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .edlv-cart-content {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .edlv-cart-recent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .edlv-cart-main {
    padding: 34px 18px 64px;
  }

  .woocommerce-cart-form {
    padding: 24px 18px;
  }

  .edlv-cart-panel-header {
    display: grid;
  }

  .woocommerce .edlv-cart-main table.shop_table thead {
    display: none;
  }

  .woocommerce .edlv-cart-main table.shop_table tbody tr.cart_item {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 14px;
    padding: 22px 0;
  }

  .woocommerce .edlv-cart-main table.shop_table tbody tr.cart_item td {
    display: block;
    padding: 0;
    text-align: left;
  }

  .woocommerce .edlv-cart-main .product-remove {
    grid-column: 2;
    grid-row: 4;
  }

  .woocommerce .edlv-cart-main .product-thumbnail {
    grid-row: 1 / span 4;
  }

  .woocommerce .edlv-cart-main .product-thumbnail img {
    width: 110px !important;
    height: 110px !important;
  }

  .woocommerce .edlv-cart-main .product-name a {
    font-size: 17px;
  }

  .woocommerce .edlv-cart-main .product-quantity,
  .woocommerce .edlv-cart-main .product-subtotal {
    width: auto;
  }

  .woocommerce .edlv-cart-main .product-subtotal {
    font-size: 20px;
    text-align: left;
  }

  .edlv-cart-recent-products {
    padding: 0 18px 64px;
  }

  .edlv-cart-recent-grid {
    grid-template-columns: 1fr;
  }

  .edlv-cart-recent-products h2 {
    margin-bottom: 28px;
    text-align: left;
  }
}

/* Cart page layout based on the compact reference style. */
.edlv-cart-main {
  max-width: 1100px;
  padding: 40px 20px 40px;
}

.edlv-cart-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 30px;
}

.edlv-cart-panel-header {
  grid-column: 1;
  grid-row: 1;
}

.woocommerce-cart-form {
  grid-column: 1;
  grid-row: 2;
}

.woocommerce .edlv-cart-main .cart-collaterals {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.woocommerce-cart-form,
.woocommerce .edlv-cart-main .cart_totals {
  border: 0;
  border-radius: 14px;
  background: var(--edlv-white);
  box-shadow: 0 2px 12px rgba(102, 41, 88, 0.06);
}

.woocommerce-cart-form {
  padding: 0;
  overflow: hidden;
}

.edlv-cart-panel-header {
  margin: 0;
  padding: 0 0 20px;
}

.edlv-cart-panel-header h1 {
  color: var(--edlv-plum);
  font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 28px;
  font-weight: 800;
}

.edlv-cart-panel-header a {
  color: var(--edlv-raspberry) !important;
  font-size: 13px;
  font-weight: 700;
}

.edlv-cart-panel-header a:after {
  width: 8px;
  height: 8px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}

.woocommerce .edlv-cart-main table.shop_table thead {
  background: var(--edlv-blush);
}

.woocommerce .edlv-cart-main table.shop_table thead th {
  padding: 14px 24px;
  border: 0;
  border-bottom: 1px solid var(--edlv-line);
  color: var(--edlv-rose);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.woocommerce .edlv-cart-main table.shop_table tbody tr.cart_item {
  border-bottom: 1px solid var(--edlv-line);
  transition: background 0.2s ease;
}

.woocommerce .edlv-cart-main table.shop_table tbody tr.cart_item:hover {
  background: var(--edlv-blush);
}

.woocommerce .edlv-cart-main table.shop_table tbody tr.cart_item td {
  padding: 24px 0;
}

.woocommerce .edlv-cart-main .product-remove {
  width: 46px;
  padding-left: 24px !important;
  text-align: center;
}

.woocommerce .edlv-cart-main a.remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid var(--edlv-line);
  border-radius: 999px;
  color: var(--edlv-rose) !important;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}

.woocommerce .edlv-cart-main a.remove:hover {
  background: var(--edlv-blush) !important;
  border-color: var(--edlv-raspberry);
  color: var(--edlv-raspberry) !important;
}

.woocommerce .edlv-cart-main .product-thumbnail {
  width: 112px;
}

.woocommerce .edlv-cart-main .product-thumbnail a {
  width: 88px;
}

.woocommerce .edlv-cart-main .product-thumbnail img {
  width: 88px !important;
  height: 88px !important;
  border-radius: var(--edlv-radius);
  object-fit: contain;
  background: var(--edlv-blush);
}

.woocommerce .edlv-cart-main .product-name {
  padding-right: 18px;
}

.woocommerce .edlv-cart-main .product-name a {
  color: var(--edlv-plum);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.woocommerce .edlv-cart-main .edlv-cart-item-price {
  margin-top: 6px;
  color: var(--edlv-raspberry) !important;
  font-size: 14px;
  font-weight: 800;
}

.woocommerce .edlv-cart-main .product-quantity {
  width: 160px;
}

.woocommerce .edlv-cart-main .quantity {
  min-height: 38px;
  border-color: var(--edlv-line);
  border-radius: var(--edlv-radius);
}

.woocommerce .edlv-cart-main .quantity .qty {
  width: 42px;
  height: 38px;
  color: var(--edlv-ink);
  font-size: 14px;
}

.woocommerce .edlv-cart-main .quantity .minus,
.woocommerce .edlv-cart-main .quantity .plus {
  width: 36px;
  height: 38px;
  min-height: 38px;
  background: var(--edlv-blush) !important;
  color: var(--edlv-ink) !important;
  font-size: 16px;
}

.woocommerce .edlv-cart-main .product-subtotal {
  width: 120px;
  padding-right: 24px !important;
  color: var(--edlv-ink);
  font-size: 16px;
  font-weight: 800;
}

.woocommerce .edlv-cart-main .product-subtotal .amount {
  color: var(--edlv-ink);
  font-weight: 800;
}

.woocommerce .edlv-cart-main .cart-collaterals {
  align-self: start;
}

.woocommerce .edlv-cart-main .cart_totals {
  position: sticky;
  top: 20px;
  width: 100%;
  margin: 0;
  padding: 28px;
  background: var(--edlv-white);
}

.woocommerce .edlv-cart-main .cart_totals h2 {
  margin: 0 0 20px;
  padding: 0 0 16px !important;
  border-bottom: 2px solid var(--edlv-blush) !important;
  color: var(--edlv-plum);
  font-size: 20px;
  font-weight: 800;
  text-transform: none;
}

.edlv-cart-total-row {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid var(--edlv-blush);
  color: var(--edlv-ink);
  font-size: 15px;
}

.edlv-cart-total-row strong,
.edlv-cart-total-row .amount {
  color: var(--edlv-ink);
  font-size: 15px;
  font-weight: 800;
}

.edlv-cart-total-row-final {
  margin-top: 4px;
  padding-top: 16px;
  color: var(--edlv-plum);
  font-size: 18px;
  font-weight: 800;
}

.edlv-cart-total-row-final strong,
.edlv-cart-total-row-final .amount {
  color: var(--edlv-plum);
  font-size: 18px;
}

.woocommerce .edlv-cart-main .edlv-cart-checkout-button {
  min-height: 54px;
  margin-top: 20px;
  border-radius: 10px;
  font-size: 16px;
  letter-spacing: 0.03em;
}

.edlv-cart-pay-note {
  margin-top: 12px;
  color: var(--edlv-ink);
  font-size: 12px;
  font-weight: 500;
}

.woocommerce .edlv-wc-notice,
.woocommerce .edlv-wc-notice-list,
.edlv-wc-notice,
.edlv-wc-notice-list {
  width: min(1100px, calc(100% - 40px));
  margin: 18px auto 0 !important;
  padding: 12px 18px;
  border: 0;
  background: var(--edlv-yellow);
  box-shadow: none;
}

.edlv-wc-notice-content {
  color: var(--edlv-ink);
  font-size: 14px;
}

.woocommerce .edlv-wc-notice .button,
.woocommerce .edlv-wc-notice a.button,
.woocommerce .edlv-wc-notice-content a,
.edlv-wc-notice-content a {
  min-height: 34px;
  padding: 0 18px;
  border-radius: 6px;
  font-size: 12px;
}

.edlv-cart-recent-products {
  max-width: 1100px;
  padding: 0 20px 76px;
}

.edlv-cart-recent-products h2 {
  margin-bottom: 24px;
  color: var(--edlv-plum);
  font-size: 32px;
  font-weight: 800;
}

.edlv-cart-recent-grid {
  gap: 20px;
}

.edlv-cart-recent-card {
  border: 0;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(102, 41, 88, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.edlv-cart-recent-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(102, 41, 88, 0.12);
}

.edlv-cart-recent-image {
  height: auto;
  aspect-ratio: 4 / 3;
  background: var(--edlv-blush);
}

.edlv-cart-recent-body h3 a {
  display: -webkit-box;
  min-height: 40px;
  overflow: hidden;
  color: var(--edlv-plum);
  font-size: 14px;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.edlv-cart-recent-price,
.edlv-cart-recent-price .amount,
.edlv-cart-recent-price bdi,
.edlv-cart-recent-price ins,
.edlv-cart-recent-price ins .amount {
  font-size: 16px;
}

.edlv-cart-recent-button {
  display: flex;
  width: 100%;
  min-height: 42px;
  margin-top: 12px;
  border-width: 2px;
  border-radius: var(--edlv-radius);
  font-size: 13px;
}

.edlv-cart-view-all {
  min-height: 52px;
  margin-top: 36px;
  border-radius: 10px;
}

@media (max-width: 980px) {
  .edlv-cart-main {
    padding: 28px 16px 36px;
  }

  .edlv-cart-content {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .edlv-cart-panel-header,
  .woocommerce-cart-form,
  .woocommerce .edlv-cart-main .cart-collaterals {
    grid-column: auto;
    grid-row: auto;
  }

  .woocommerce .edlv-cart-main .cart_totals {
    position: static;
  }
}

@media (max-width: 768px) {
  .edlv-cart-main {
    padding: 24px 16px 36px;
  }

  .woocommerce-cart-form {
    padding: 0;
  }

  .woocommerce-cart-form .edlv-cart-panel-header {
    margin: 0;
    padding: 0 0 16px;
  }

  .woocommerce .edlv-cart-main table.shop_table tbody tr.cart_item {
    grid-template-columns: 88px 1fr;
    gap: 14px;
    padding: 20px 16px;
  }

  .woocommerce .edlv-cart-main .product-thumbnail {
    grid-row: 1 / span 3;
    width: auto;
  }

  .woocommerce .edlv-cart-main .product-thumbnail a,
  .woocommerce .edlv-cart-main .product-thumbnail img {
    width: 76px !important;
    height: 76px !important;
  }

  .woocommerce .edlv-cart-main .product-remove {
    grid-column: 2;
    grid-row: 4;
    padding-left: 0 !important;
    text-align: left;
  }

  .woocommerce .edlv-cart-main .product-name a {
    font-size: 15px;
  }

  .woocommerce .edlv-wc-notice,
  .woocommerce .edlv-wc-notice-list,
  .edlv-wc-notice,
  .edlv-wc-notice-list {
    width: calc(100% - 32px);
  }

  .edlv-wc-notice-content {
    display: grid;
    gap: 10px;
    text-align: center;
  }

  .woocommerce .edlv-wc-notice .button,
  .woocommerce .edlv-wc-notice a.button,
  .woocommerce .edlv-wc-notice-content a,
  .edlv-wc-notice-content a {
    width: 100%;
    margin-left: 0;
  }

  .edlv-cart-recent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
.edlv-cart-recent-grid {
  grid-template-columns: 1fr;
}
}

.edlv-cart-view-all {
  color: var(--edlv-white) !important;
}

@media (max-width: 768px) {
  .woocommerce .edlv-cart-main table.shop_table_responsive tr td::before,
  .woocommerce .edlv-cart-main table.shop_table_responsive tr td:before {
    display: none !important;
    content: none !important;
  }

  .woocommerce .edlv-cart-main table.shop_table tbody tr.cart_item {
    display: grid !important;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 12px 16px;
    align-items: start;
    padding: 18px 16px !important;
    border: 1px solid rgba(212, 43, 98, 0.15);
    border-radius: 14px;
    background: var(--edlv-white);
  }

  .woocommerce .edlv-cart-main table.shop_table tbody tr.cart_item td {
    display: block !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: left;
  }

  .woocommerce .edlv-cart-main .product-thumbnail {
    grid-column: 1;
    grid-row: 1;
    width: 82px;
  }

  .woocommerce .edlv-cart-main .product-thumbnail a,
  .woocommerce .edlv-cart-main .product-thumbnail img {
    width: 82px !important;
    height: 82px !important;
    border-radius: 10px;
  }

  .woocommerce .edlv-cart-main .product-name {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    padding: 0 !important;
  }

  .woocommerce .edlv-cart-main .product-name a {
    display: block;
    color: var(--edlv-ink);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    text-align: left;
  }

  .woocommerce .edlv-cart-main .edlv-cart-item-price {
    margin-top: 8px;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
  }

  .woocommerce .edlv-cart-main .product-quantity {
    grid-column: 1 / -1;
    grid-row: 2;
    width: auto;
    margin-top: 8px;
  }

  .woocommerce .edlv-cart-main .quantity {
    width: fit-content;
    min-height: 44px;
  }

  .woocommerce .edlv-cart-main .quantity .minus,
  .woocommerce .edlv-cart-main .quantity .plus {
    width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .woocommerce .edlv-cart-main .quantity .qty {
    width: 48px;
    height: 44px;
  }

  .woocommerce .edlv-cart-main .product-subtotal {
    grid-column: 1 / -1;
    grid-row: 3;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: auto;
    margin-top: 2px;
    color: var(--edlv-ink);
    font-size: 17px;
    font-weight: 700;
    text-align: right;
  }

  .woocommerce .edlv-cart-main .product-subtotal::before {
    display: inline !important;
    content: "Subtotal";
    color: var(--edlv-ink);
    font-size: 15px;
    font-weight: 600;
  }

  .woocommerce .edlv-cart-main .product-remove {
    grid-column: 1 / -1;
    grid-row: 4;
    width: auto;
    margin-top: 4px;
    padding: 0 !important;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .woocommerce .edlv-cart-main table.shop_table tbody tr.cart_item {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 10px 14px;
    padding: 16px 14px !important;
  }

  .woocommerce .edlv-cart-main .product-thumbnail,
  .woocommerce .edlv-cart-main .product-thumbnail a,
  .woocommerce .edlv-cart-main .product-thumbnail img {
    width: 74px !important;
    height: 74px !important;
  }

  .woocommerce .edlv-cart-main .product-name a {
    font-size: 15px;
  }
}

/* Wider desktop cart pass. */
.edlv-cart-main {
  max-width: 1500px;
  padding-left: 32px;
  padding-right: 32px;
}

.edlv-cart-content {
  grid-template-columns: minmax(760px, 1fr) minmax(400px, 440px);
  gap: 38px;
}

.woocommerce .edlv-cart-main .cart-collaterals {
  min-width: 400px;
}

.woocommerce .edlv-cart-main .cart_totals {
  min-width: 400px;
}

.woocommerce .edlv-cart-main .cart_totals h2 {
  white-space: nowrap;
}

.woocommerce .edlv-wc-notice,
.woocommerce .edlv-wc-notice-list,
.edlv-wc-notice,
.edlv-wc-notice-list {
  width: min(1500px, calc(100% - 64px));
}

.edlv-cart-recent-products {
  max-width: 1500px;
  padding-left: 32px;
  padding-right: 32px;
}

@media (max-width: 1180px) {
  .edlv-cart-content {
    grid-template-columns: 1fr;
  }

  .woocommerce .edlv-cart-main .cart-collaterals,
  .woocommerce .edlv-cart-main .cart_totals {
    min-width: 0;
  }

  .woocommerce .edlv-cart-main .cart_totals h2 {
    white-space: normal;
  }
}

/* Checkout recommendations. */
.edlv-checkout-recs {
  color: var(--edlv-ink);
  font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.edlv-checkout-recs-header h2 {
  margin: 0 0 28px;
  color: var(--edlv-plum);
  font-family: 'Catchy Mager', Georgia, serif;
  font-size: clamp(42px, 5vw, 66px);
  font-weight: 400;
  line-height: 1;
}

.edlv-checkout-recs-grid {
  display: grid;
  gap: 22px;
}

.edlv-checkout-rec-card {
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  border: 1px solid var(--edlv-line);
  border-radius: 12px;
  background: var(--edlv-white);
  box-shadow: 0 14px 34px rgba(102, 41, 88, 0.08);
}

.edlv-checkout-rec-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  background: var(--edlv-blush);
}

.edlv-checkout-rec-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.edlv-checkout-rec-body {
  display: grid;
  gap: 14px;
  padding: 22px 24px 24px;
}

.edlv-checkout-rec-body h3 {
  margin: 0;
  color: var(--edlv-ink);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.18;
}

.edlv-checkout-rec-price,
.edlv-checkout-rec-price .amount,
.edlv-checkout-rec-price bdi,
.edlv-checkout-rec-price ins,
.edlv-checkout-rec-price ins .amount {
  color: var(--edlv-raspberry) !important;
  font-size: 24px;
  font-weight: 800;
}

.edlv-checkout-rec-price del,
.edlv-checkout-rec-price del .amount,
.edlv-checkout-rec-price del bdi {
  color: rgba(78, 63, 106, 0.45) !important;
  font-size: 18px;
  font-weight: 500;
}

.edlv-checkout-rec-price ins {
  background: transparent;
  text-decoration: none;
}

.edlv-checkout-rec-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 170px;
  min-height: 54px;
  padding: 0 28px;
  border: 1px solid var(--edlv-plum);
  border-radius: 10px;
  background: var(--edlv-plum) !important;
  color: var(--edlv-white) !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.edlv-checkout-rec-button:hover {
  border-color: var(--edlv-raspberry);
  background: var(--edlv-raspberry) !important;
  color: var(--edlv-white) !important;
}

.edlv-checkout-confidence {
  margin-top: 34px;
  padding: 28px;
  border: 1px solid var(--edlv-line);
  border-radius: 12px;
  background: var(--edlv-blush);
}

.edlv-checkout-confidence h2 {
  margin: 0 0 14px;
  color: var(--edlv-plum);
  font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.edlv-checkout-confidence ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.edlv-checkout-confidence li,
.edlv-checkout-confidence a {
  color: var(--edlv-ink);
  font-size: 15px;
  line-height: 1.5;
}

.edlv-checkout-confidence a {
  color: var(--edlv-raspberry);
  font-weight: 800;
  text-decoration: none;
}

.edlv-checkout-confidence a:hover {
  color: var(--edlv-plum);
}

@media (max-width: 640px) {
  .edlv-checkout-recs-header h2 {
    font-size: 42px;
  }

  .edlv-checkout-rec-body h3 {
    font-size: 20px;
  }

  .edlv-checkout-rec-button {
    width: 100%;
  }
}

/* Final cart/checkout summary polish from the HTML reference. */
.woocommerce .edlv-cart-main .cart_totals {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: 540px;
  margin: 0;
  padding: 34px 36px 36px;
  border: 0;
  border-radius: 18px;
  background: var(--edlv-white);
  box-shadow: 0 14px 34px rgba(102, 41, 88, 0.08);
}

.woocommerce .edlv-cart-main .cart_totals h2 {
  margin: 0 0 26px;
  padding: 0 0 26px !important;
  border-bottom: 2px solid rgba(212, 43, 98, 0.12) !important;
  color: var(--edlv-ink);
  font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
  text-align: left;
  text-transform: none;
  white-space: normal;
}

.edlv-cart-coupon-link {
  display: inline-flex;
  margin: 0 0 24px;
  color: var(--edlv-raspberry) !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
}

.edlv-cart-coupon-link:hover {
  color: var(--edlv-plum) !important;
  text-decoration: none;
}

.edlv-cart-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid rgba(212, 43, 98, 0.12);
  color: var(--edlv-ink);
  font-size: 22px;
  font-weight: 400;
}

.edlv-cart-total-row strong,
.edlv-cart-total-row .amount {
  color: var(--edlv-ink);
  font-size: 22px;
  font-weight: 800;
  text-align: right;
}

.edlv-cart-total-row-final {
  padding: 24px 0 26px;
  border-bottom: 0;
  color: var(--edlv-plum);
  font-size: 26px;
  font-weight: 800;
}

.edlv-cart-total-row-final strong,
.edlv-cart-total-row-final .amount {
  color: var(--edlv-plum);
  font-size: 26px;
  font-weight: 800;
}

.woocommerce .edlv-cart-main .edlv-cart-checkout-button {
  width: 100%;
  min-height: 66px;
  margin-top: 18px;
  border-radius: 12px;
  background: var(--edlv-raspberry) !important;
  border-color: var(--edlv-raspberry) !important;
  color: var(--edlv-white) !important;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.woocommerce .edlv-cart-main .edlv-cart-checkout-button:hover {
  background: var(--edlv-plum) !important;
  border-color: var(--edlv-plum) !important;
  color: var(--edlv-white) !important;
}

.edlv-cart-pay-note {
  max-width: 330px;
  margin: 18px auto 0;
  color: rgba(78, 63, 106, 0.78);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
}

.woocommerce .edlv-cart-main table.shop_table thead {
  background: var(--edlv-white);
}

.woocommerce .edlv-cart-main table.shop_table tbody tr.cart_item:hover {
  background: var(--edlv-white);
}

.woocommerce .edlv-cart-main .product-thumbnail img,
.edlv-cart-recent-image,
.edlv-checkout-rec-image,
.edlv-checkout-confidence {
  background: var(--edlv-white);
}

.woocommerce .edlv-cart-main .quantity .minus,
.woocommerce .edlv-cart-main .quantity .plus {
  background: var(--edlv-white) !important;
}

.woocommerce .edlv-cart-main .quantity .minus:hover,
.woocommerce .edlv-cart-main .quantity .plus:hover {
  background: rgba(212, 43, 98, 0.08) !important;
}

@media (max-width: 1180px) {
  .woocommerce .edlv-cart-main .cart_totals {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .woocommerce .edlv-cart-main .cart_totals {
    padding: 28px 22px;
  }

  .woocommerce .edlv-cart-main .cart_totals h2 {
    font-size: 25px;
  }

  .edlv-cart-total-row {
    font-size: 18px;
  }

  .edlv-cart-total-row strong,
  .edlv-cart-total-row .amount,
  .edlv-cart-total-row-final,
  .edlv-cart-total-row-final strong,
  .edlv-cart-total-row-final .amount {
    font-size: 21px;
  }

  .woocommerce .edlv-cart-main .edlv-cart-checkout-button {
    font-size: 19px;
  }
}

/* Checkout sidebar compact guide format. */
.edlv-checkout-recs.checkout-sidebar,
.edlv-checkout-recs {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: var(--edlv-ink);
  font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.edlv-checkout-recs-header {
  margin: 0;
  padding: 20px 20px 0;
  border-radius: 14px 14px 0 0;
  background: var(--edlv-white);
  box-shadow: 0 2px 12px rgba(102, 41, 88, 0.06);
}

.edlv-checkout-recs-header h2,
.edlv-checkout-recs-title,
.sidebar-section-title {
  margin: 0 0 16px;
  color: var(--edlv-plum);
  font-family: 'Catchy Mager', 'Figtree', Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
}

.edlv-checkout-recs-grid {
  display: grid;
  gap: 0;
  margin: -20px 0 0;
  padding: 56px 20px 20px;
  border-radius: 14px;
  background: var(--edlv-white);
  box-shadow: 0 2px 12px rgba(102, 41, 88, 0.06);
}

.edlv-checkout-recs-header + .edlv-checkout-recs-grid {
  margin-top: -20px;
}

.edlv-checkout-rec-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid rgba(212, 43, 98, 0.16);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.edlv-checkout-rec-card:first-child {
  padding-top: 0;
}

.edlv-checkout-rec-card:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.edlv-checkout-rec-image {
  width: 72px;
  height: 72px;
  min-width: 72px;
  aspect-ratio: auto;
  border-radius: 8px;
  background: var(--edlv-white);
}

.edlv-checkout-rec-image img,
.edlv-checkout-rec-image .woocommerce-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.edlv-checkout-rec-body {
  display: block;
  flex: 1;
  min-width: 0;
  padding: 0;
}

.edlv-checkout-rec-body h3 {
  display: -webkit-box;
  margin: 0 0 4px;
  overflow: hidden;
  color: var(--edlv-plum);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.edlv-checkout-rec-price,
.edlv-checkout-rec-price .amount,
.edlv-checkout-rec-price bdi,
.edlv-checkout-rec-price ins,
.edlv-checkout-rec-price ins .amount {
  margin-bottom: 8px;
  color: var(--edlv-raspberry) !important;
  font-size: 15px;
  font-weight: 800;
}

.edlv-checkout-rec-price del,
.edlv-checkout-rec-price del .amount,
.edlv-checkout-rec-price del bdi {
  color: rgba(78, 63, 106, 0.45) !important;
  font-size: 13px;
  font-weight: 500;
}

.edlv-checkout-rec-price ins {
  background: transparent;
  text-decoration: none;
}

.edlv-checkout-rec-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 0;
  min-height: 0;
  padding: 8px 16px;
  border: 0;
  border-radius: 6px;
  background: var(--edlv-plum) !important;
  color: var(--edlv-white) !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.edlv-checkout-rec-button:hover,
.edlv-checkout-rec-button:focus,
.edlv-checkout-rec-button:active {
  background: var(--edlv-raspberry) !important;
  color: var(--edlv-white) !important;
}

.edlv-checkout-confidence {
  margin: 0;
  padding: 20px 24px;
  border: 1px solid rgba(212, 43, 98, 0.16);
  border-radius: 14px;
  background: var(--edlv-white);
  box-shadow: 0 2px 12px rgba(102, 41, 88, 0.06);
}

.edlv-checkout-confidence h2 {
  margin: 0 0 14px;
  color: var(--edlv-plum);
  font-family: 'Catchy Mager', 'Figtree', Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
}

.edlv-checkout-confidence ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.edlv-checkout-confidence li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(212, 43, 98, 0.16);
  color: var(--edlv-ink);
  font-size: 14px;
  line-height: 1.35;
}

.edlv-checkout-confidence li:last-child {
  border-bottom: 0;
}

.edlv-checkout-confidence li:before {
  content: "\2713";
  flex: 0 0 auto;
  color: var(--edlv-raspberry);
  font-size: 15px;
  font-weight: 800;
}

.edlv-checkout-confidence a {
  color: var(--edlv-raspberry);
  font-weight: 700;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.edlv-checkout-confidence a:hover {
  color: var(--edlv-plum);
  text-decoration: underline;
}

@media (max-width: 768px) {
  .edlv-checkout-recs.checkout-sidebar,
  .edlv-checkout-recs {
    max-width: 100%;
  }

  .edlv-checkout-recs-header h2,
  .edlv-checkout-recs-title,
  .sidebar-section-title,
  .edlv-checkout-confidence h2 {
    font-size: 19px;
  }

  .edlv-checkout-rec-image {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
}

@media (max-width: 420px) {
  .edlv-checkout-rec-card {
    align-items: flex-start;
  }

  .edlv-checkout-rec-button {
    width: 100%;
    margin-top: 2px;
  }
}

/* Final cart layout reset to match carrito-ejemplo.html. */
.edlv-cart-main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px 44px;
}

.edlv-cart-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 30px;
  align-items: start;
}

.edlv-cart-panel-header {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 20px;
  padding: 0;
}

.edlv-cart-panel-header h1 {
  margin: 0;
  color: var(--edlv-plum);
  font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
}

.edlv-cart-panel-header a {
  color: var(--edlv-raspberry) !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.woocommerce-cart-form {
  grid-column: 1;
  grid-row: 2;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  background: var(--edlv-white);
  box-shadow: 0 2px 12px rgba(102, 41, 88, 0.06);
}

.woocommerce .edlv-cart-main .cart-collaterals {
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 100%;
  min-width: 0;
  align-self: start;
}

.woocommerce .edlv-cart-main .cart_totals {
  position: sticky;
  top: 20px;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: 360px;
  margin: 0;
  padding: 28px;
  border: 0;
  border-radius: 14px;
  background: var(--edlv-white);
  box-shadow: 0 2px 12px rgba(102, 41, 88, 0.06);
}

.woocommerce .edlv-cart-main .cart_totals h2 {
  margin: 0 0 20px;
  padding: 0 0 16px !important;
  border-bottom: 2px solid rgba(212, 43, 98, 0.12) !important;
  color: var(--edlv-ink);
  font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.15;
  text-align: left;
  text-transform: none;
  white-space: normal;
}

.edlv-cart-coupon-link {
  display: inline-flex;
  margin: 0 0 16px;
  color: var(--edlv-raspberry) !important;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
}

.edlv-cart-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid rgba(212, 43, 98, 0.12);
  color: var(--edlv-ink);
  font-size: 15px;
  font-weight: 400;
}

.edlv-cart-total-row strong,
.edlv-cart-total-row .amount {
  color: var(--edlv-ink);
  font-size: 15px;
  font-weight: 800;
  text-align: right;
}

.edlv-cart-total-row-final {
  padding: 16px 0 18px;
  border-bottom: 0;
  color: var(--edlv-plum);
  font-size: 18px;
  font-weight: 800;
}

.edlv-cart-total-row-final strong,
.edlv-cart-total-row-final .amount {
  color: var(--edlv-plum);
  font-size: 18px;
  font-weight: 800;
}

.woocommerce .edlv-cart-main .edlv-cart-checkout-button {
  width: 100%;
  min-height: 54px;
  margin-top: 20px;
  border-radius: 10px;
  background: var(--edlv-raspberry) !important;
  border-color: var(--edlv-raspberry) !important;
  color: var(--edlv-white) !important;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: none;
}

.edlv-cart-pay-note {
  max-width: 260px;
  margin: 12px auto 0;
  color: rgba(78, 63, 106, 0.72);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
}

.woocommerce .edlv-cart-main table.shop_table thead {
  background: var(--edlv-white);
}

.woocommerce .edlv-cart-main table.shop_table thead th {
  padding: 14px 24px;
  border-bottom: 1px solid var(--edlv-line);
  color: var(--edlv-rose);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.woocommerce .edlv-cart-main table.shop_table tbody tr.cart_item td {
  padding: 24px 0;
}

.woocommerce .edlv-cart-main .product-remove {
  width: 44px;
  padding-left: 20px !important;
}

.woocommerce .edlv-cart-main .product-thumbnail {
  width: 92px;
}

.woocommerce .edlv-cart-main .product-thumbnail a,
.woocommerce .edlv-cart-main .product-thumbnail img {
  width: 72px !important;
  height: 72px !important;
}

.woocommerce .edlv-cart-main .product-name a {
  color: var(--edlv-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.woocommerce .edlv-cart-main .edlv-cart-item-price {
  margin-top: 6px;
  font-size: 14px;
}

.woocommerce .edlv-cart-main .product-quantity {
  width: 150px;
}

.woocommerce .edlv-cart-main .quantity {
  min-height: 38px;
}

.woocommerce .edlv-cart-main .quantity .minus,
.woocommerce .edlv-cart-main .quantity .plus {
  width: 36px;
  height: 38px;
  min-height: 38px;
}

.woocommerce .edlv-cart-main .quantity .qty {
  width: 42px;
  height: 38px;
  font-size: 14px;
}

.woocommerce .edlv-cart-main .product-subtotal {
  width: 120px;
  padding-right: 24px !important;
  font-size: 16px;
}

.edlv-cart-recent-products {
  max-width: 1100px;
  padding: 0 20px 76px;
}

@media (max-width: 900px) {
  .edlv-cart-main {
    max-width: none;
    padding: 36px 32px 44px;
  }

  .edlv-cart-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .edlv-cart-panel-header,
  .woocommerce-cart-form,
  .woocommerce .edlv-cart-main .cart-collaterals {
    grid-column: auto;
    grid-row: auto;
  }

  .woocommerce .edlv-cart-main .cart_totals {
    position: static;
    max-width: none;
    padding: 36px 42px;
    border-radius: 18px;
  }

  .woocommerce .edlv-cart-main .cart_totals h2 {
    font-size: 28px;
  }

  .edlv-cart-coupon-link {
    font-size: 18px;
  }

  .edlv-cart-total-row {
    padding: 20px 0;
    font-size: 22px;
  }

  .edlv-cart-total-row strong,
  .edlv-cart-total-row .amount {
    font-size: 22px;
  }

  .edlv-cart-total-row-final,
  .edlv-cart-total-row-final strong,
  .edlv-cart-total-row-final .amount {
    font-size: 26px;
  }

  .woocommerce .edlv-cart-main .edlv-cart-checkout-button {
    min-height: 66px;
    font-size: 22px;
  }

  .edlv-cart-pay-note {
    max-width: none;
    font-size: 16px;
  }
}

@media (max-width: 700px) {
  .edlv-cart-main {
    padding: 56px 24px 44px;
  }

  .edlv-cart-panel-header {
    flex-direction: row;
    align-items: center;
    margin-bottom: 24px;
  }

  .edlv-cart-panel-header h1 {
    font-size: 42px;
  }

  .edlv-cart-panel-header a {
    font-size: 18px;
  }

  .woocommerce .edlv-cart-main table.shop_table,
  .woocommerce .edlv-cart-main table.shop_table tbody,
  .woocommerce .edlv-cart-main table.shop_table tbody tr.cart_item {
    display: block;
  }

  .woocommerce .edlv-cart-main table.shop_table thead {
    display: none;
  }

  .woocommerce .edlv-cart-main table.shop_table tbody tr.cart_item {
    position: relative;
    padding: 32px 36px;
    border-bottom: 0;
  }

  .woocommerce .edlv-cart-main table.shop_table tbody tr.cart_item td {
    display: block;
    padding: 0 !important;
    text-align: left;
  }

  .woocommerce .edlv-cart-main .product-thumbnail {
    float: left;
    width: 120px;
    margin-right: 24px;
    margin-bottom: 18px;
  }

  .woocommerce .edlv-cart-main .product-thumbnail a,
  .woocommerce .edlv-cart-main .product-thumbnail img {
    width: 120px !important;
    height: 120px !important;
    border-radius: 10px;
  }

  .woocommerce .edlv-cart-main .product-name {
    min-height: 120px;
    padding: 0 !important;
  }

  .woocommerce .edlv-cart-main .product-name a {
    font-size: 22px;
    line-height: 1.25;
  }

  .woocommerce .edlv-cart-main .edlv-cart-item-price {
    margin-top: 12px;
    font-size: 20px;
  }

  .woocommerce .edlv-cart-main .product-remove {
    clear: both;
    width: auto;
    margin: 12px 0 20px 144px;
  }

  .woocommerce .edlv-cart-main a.remove {
    width: 34px;
    height: 34px;
    font-size: 22px;
  }

  .woocommerce .edlv-cart-main .product-quantity {
    width: auto;
    margin-top: 22px;
  }

  .woocommerce .edlv-cart-main .quantity {
    min-height: 56px;
  }

  .woocommerce .edlv-cart-main .quantity .minus,
  .woocommerce .edlv-cart-main .quantity .plus {
    width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
  }

  .woocommerce .edlv-cart-main .quantity .qty {
    width: 58px;
    height: 56px;
    font-size: 20px;
  }

  .woocommerce .edlv-cart-main .product-subtotal {
    width: auto;
    margin-top: 22px;
    color: var(--edlv-ink);
    font-size: 26px;
    font-weight: 800;
    text-align: right;
  }
}

@media (max-width: 480px) {
  .edlv-cart-main {
    padding: 44px 16px 36px;
  }

  .edlv-cart-panel-header h1 {
    font-size: 34px;
  }

  .edlv-cart-panel-header a {
    font-size: 15px;
  }

  .woocommerce .edlv-cart-main table.shop_table tbody tr.cart_item {
    padding: 24px 20px;
  }

  .woocommerce .edlv-cart-main .product-thumbnail {
    width: 88px;
    margin-right: 18px;
  }

  .woocommerce .edlv-cart-main .product-thumbnail a,
  .woocommerce .edlv-cart-main .product-thumbnail img {
    width: 88px !important;
    height: 88px !important;
  }

  .woocommerce .edlv-cart-main .product-name {
    min-height: 88px;
  }

  .woocommerce .edlv-cart-main .product-name a {
    font-size: 18px;
  }

  .woocommerce .edlv-cart-main .product-remove {
    margin-left: 106px;
  }

  .woocommerce .edlv-cart-main .cart_totals {
    padding: 28px 22px;
  }
}

/* Final checkout sidebar match: Figtree, compact rows, clean dividers. */
.edlv-checkout-recs.checkout-sidebar,
.edlv-checkout-recs {
  max-width: 570px;
  gap: 30px;
  color: var(--edlv-ink);
  font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

.edlv-checkout-recs-header {
  margin: 0;
  padding: 34px 30px 6px;
  border-radius: 18px 18px 0 0;
  background: var(--edlv-white);
  box-shadow: 0 14px 34px rgba(102, 41, 88, 0.06);
}

.edlv-checkout-recs-header h2,
.edlv-checkout-recs-title,
.sidebar-section-title {
  margin: 0;
  color: var(--edlv-plum);
  font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.15;
}

.edlv-checkout-recs-grid {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 20px 30px 30px;
  border: 0;
  border-radius: 0 0 18px 18px;
  background: var(--edlv-white);
  box-shadow: 0 18px 34px rgba(102, 41, 88, 0.06);
}

.edlv-checkout-rec-card {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin: 0;
  padding: 26px 0;
  border: 0 !important;
  border-bottom: 1px solid rgba(212, 43, 98, 0.22) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible;
}

.edlv-checkout-rec-card:first-child {
  padding-top: 0;
}

.edlv-checkout-rec-card:last-child {
  padding-bottom: 0;
  border-bottom: 0 !important;
}

.edlv-checkout-rec-image {
  display: block;
  width: 108px !important;
  height: 108px !important;
  min-width: 108px;
  aspect-ratio: auto;
  border: 0 !important;
  border-radius: 10px;
  background: var(--edlv-blush);
  overflow: hidden;
}

.edlv-checkout-rec-image img,
.edlv-checkout-rec-image .woocommerce-placeholder {
  display: block;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  border-radius: 10px;
  object-fit: contain;
}

.edlv-checkout-rec-body {
  display: block;
  min-width: 0;
  padding: 0 !important;
}

.edlv-checkout-rec-body h3 {
  display: -webkit-box;
  margin: 0 0 8px;
  overflow: hidden;
  color: var(--edlv-plum);
  font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.edlv-checkout-rec-price,
.edlv-checkout-rec-price .amount,
.edlv-checkout-rec-price bdi,
.edlv-checkout-rec-price ins,
.edlv-checkout-rec-price ins .amount {
  margin: 0 0 12px;
  color: var(--edlv-raspberry) !important;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.edlv-checkout-rec-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-width: 140px;
  min-height: 44px;
  padding: 0 22px;
  border: 0 !important;
  border-radius: 8px;
  background: var(--edlv-plum) !important;
  color: var(--edlv-white) !important;
  font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.edlv-checkout-rec-button:hover,
.edlv-checkout-rec-button:focus,
.edlv-checkout-rec-button:active {
  background: var(--edlv-raspberry) !important;
  color: var(--edlv-white) !important;
}

.edlv-checkout-confidence {
  margin: 0;
  padding: 32px 36px;
  border: 1px solid rgba(212, 43, 98, 0.22);
  border-radius: 16px;
  background: var(--edlv-white);
  box-shadow: 0 12px 28px rgba(102, 41, 88, 0.04);
}

.edlv-checkout-confidence h2 {
  margin: 0 0 20px;
  color: var(--edlv-plum);
  font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.15;
}

.edlv-checkout-confidence ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.edlv-checkout-confidence li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid rgba(212, 43, 98, 0.22);
  color: var(--edlv-ink);
  font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
}

.edlv-checkout-confidence li:last-child {
  border-bottom: 0;
}

.edlv-checkout-confidence li:before {
  content: "\2713";
  display: block;
  color: var(--edlv-raspberry);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.edlv-checkout-confidence a {
  color: var(--edlv-raspberry);
  font-weight: 800;
  text-decoration: none;
  overflow-wrap: anywhere;
  word-break: normal;
}

.edlv-checkout-confidence a:hover {
  color: var(--edlv-plum);
  text-decoration: underline;
}

@media (max-width: 768px) {
  .edlv-checkout-recs.checkout-sidebar,
  .edlv-checkout-recs {
    max-width: 100%;
  }

  .edlv-checkout-recs-header {
    padding: 28px 24px 4px;
  }

  .edlv-checkout-recs-grid {
    padding: 18px 24px 26px;
  }

  .edlv-checkout-recs-header h2,
  .edlv-checkout-confidence h2 {
    font-size: 28px;
  }

  .edlv-checkout-rec-card {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 18px;
    padding: 22px 0;
  }

  .edlv-checkout-rec-image {
    width: 96px !important;
    height: 96px !important;
    min-width: 96px;
  }

  .edlv-checkout-rec-body h3 {
    font-size: 18px;
  }

  .edlv-checkout-rec-price,
  .edlv-checkout-rec-price .amount,
  .edlv-checkout-rec-price bdi {
    font-size: 22px;
  }

  .edlv-checkout-confidence {
    padding: 28px 30px;
  }

  .edlv-checkout-confidence li {
    font-size: 18px;
  }
}

@media (max-width: 460px) {
  .edlv-checkout-rec-card {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 14px;
  }

  .edlv-checkout-rec-image {
    width: 82px !important;
    height: 82px !important;
    min-width: 82px;
  }

  .edlv-checkout-rec-body h3 {
    font-size: 16px;
  }

  .edlv-checkout-rec-button {
    min-width: 120px;
    min-height: 40px;
    font-size: 15px;
  }

  .edlv-checkout-confidence li {
    grid-template-columns: 16px minmax(0, 1fr);
    gap: 12px;
    font-size: 16px;
  }
}

/* Requested cart page corrections from carrito-ejemplo.html. */
@media (min-width: 768px) {
  .edlv-cart-content {
    grid-template-columns: 1fr 360px;
  }

  .woocommerce .edlv-cart-main .cart_totals {
    position: sticky;
    top: 20px;
  }
}

.woocommerce .edlv-cart-main .product-name a {
  font-size: 15px;
  font-weight: 600;
}

.woocommerce .edlv-cart-main .product-subtotal {
  font-size: 16px;
}

.edlv-cart-panel-header h1 {
  font-size: 28px;
}

.edlv-checkout-recs-header h2,
.edlv-checkout-confidence h2 {
  font-size: 22px;
}

.edlv-checkout-confidence li {
  font-size: 14px;
}

.edlv-checkout-rec-body h3 {
  font-size: 14px;
}

.edlv-checkout-rec-price,
.edlv-checkout-rec-price .amount,
.edlv-checkout-rec-price bdi {
  font-size: 16px;
}

.edlv-checkout-rec-button {
  font-size: 13px;
  min-height: 36px;
  min-width: 100px;
}

.woocommerce .edlv-cart-main .product-thumbnail {
  width: 100px;
}

.woocommerce .edlv-cart-main .product-thumbnail a {
  width: 80px;
}

.woocommerce .edlv-cart-main .product-thumbnail img {
  width: 80px !important;
  height: 80px !important;
}

.edlv-cart-main .product-name a,
.edlv-upsells .woocommerce-loop-product__title,
.woocommerce .edlv-cart-main table.shop_table thead th {
  text-transform: none !important;
}

.edlv-upsells .woocommerce-loop-product__link img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.edlv-upsells .woocommerce-loop-product__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 40px;
  font-size: 14px;
  font-weight: 600;
}

.edlv-cart-panel-header h1 {
  font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

@media (min-width: 768px) {
  .edlv-cart-content {
    grid-template-columns: 1fr 460px;
  }

  .woocommerce .edlv-cart-main .cart_totals {
    max-width: 460px;
  }
}

.edlv-checkout-recs-header {
  padding: 24px 24px 0 24px;
  border-radius: 14px 14px 0 0;
  box-shadow: none;
  border: 1px solid rgba(212, 43, 98, 0.15);
  border-bottom: none;
}

.edlv-checkout-recs-grid {
  padding: 16px 24px 24px 24px;
  border-radius: 0 0 14px 14px;
  box-shadow: 0 2px 12px rgba(102, 41, 88, 0.06);
  border: 1px solid rgba(212, 43, 98, 0.15);
  border-top: none;
}

.edlv-checkout-confidence li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  border-bottom: 1px solid rgba(212, 43, 98, 0.15);
  overflow: visible;
  word-break: normal;
  overflow-wrap: normal;
}

.edlv-checkout-confidence li:before {
  content: "\2713";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: var(--edlv-raspberry);
  font-size: 14px;
  font-weight: 700;
}

.edlv-checkout-recs-header h2,
.edlv-checkout-confidence h2,
.edlv-checkout-recs-title,
.sidebar-section-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}

.edlv-checkout-rec-card {
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 14px;
  padding: 16px 0;
}

.edlv-checkout-rec-image {
  width: 80px !important;
  height: 80px !important;
  min-width: 80px;
  border-radius: 8px;
  overflow: hidden;
}

.edlv-checkout-rec-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 8px;
}

.edlv-checkout-rec-body h3 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  -webkit-line-clamp: 2;
}

.edlv-checkout-rec-price,
.edlv-checkout-rec-price .amount,
.edlv-checkout-rec-price bdi {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
}

.edlv-checkout-rec-button {
  font-size: 12px;
  font-weight: 700;
  min-height: 34px;
  min-width: 90px;
  padding: 0 14px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.edlv-checkout-confidence {
  padding: 20px 24px;
  border-radius: 14px;
  border: 1px solid rgba(212, 43, 98, 0.15);
  background: var(--edlv-white);
  box-shadow: 0 2px 12px rgba(102, 41, 88, 0.06);
}

.edlv-checkout-confidence h2 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
}

.edlv-checkout-confidence ul {
  gap: 0;
}

.edlv-checkout-confidence li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* Cart option A layout: single centered cart, totals below. */
.edlv-cart-main {
  max-width: 860px;
  margin: 40px auto;
  padding: 0 20px 60px;
}

.edlv-cart-content {
  display: grid;
  grid-template-columns: 1fr !important;
  gap: 20px;
  align-items: start;
}

.edlv-cart-panel-header,
.woocommerce-cart-form,
.woocommerce .edlv-cart-main .cart-collaterals {
  grid-column: 1 !important;
  grid-row: auto !important;
}

.edlv-cart-panel-header {
  margin: 0 0 4px;
}

.edlv-cart-panel-header h1 {
  color: var(--edlv-plum);
  font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 28px;
  font-weight: 700;
}

.edlv-cart-panel-header a {
  color: var(--edlv-raspberry) !important;
  font-size: 13px;
  font-weight: 500;
}

.woocommerce-cart-form {
  border: 1px solid rgba(212, 43, 98, 0.15);
  border-radius: 14px;
  box-shadow: none;
}

.woocommerce .edlv-cart-main table.shop_table thead {
  background: rgba(78, 63, 106, 0.035);
}

.woocommerce .edlv-cart-main table.shop_table thead th {
  padding: 12px 24px;
  color: rgba(78, 63, 106, 0.5);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase !important;
}

.woocommerce .edlv-cart-main table.shop_table tbody tr.cart_item td {
  padding: 20px 0;
}

.woocommerce .edlv-cart-main .product-thumbnail {
  width: 90px;
}

.woocommerce .edlv-cart-main .product-thumbnail a,
.woocommerce .edlv-cart-main .product-thumbnail img {
  width: 70px !important;
  height: 70px !important;
  border-radius: 8px;
}

.woocommerce .edlv-cart-main .product-name a {
  color: var(--edlv-plum);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.woocommerce .edlv-cart-main .edlv-cart-item-price {
  margin-top: 4px;
  color: var(--edlv-raspberry) !important;
  font-size: 13px;
  font-weight: 600;
}

.woocommerce .edlv-cart-main a.remove {
  width: 20px;
  height: 20px;
  color: rgba(78, 63, 106, 0.5) !important;
  font-size: 13px;
}

.woocommerce .edlv-cart-main .quantity {
  min-height: 38px;
}

.woocommerce .edlv-cart-main .quantity .minus,
.woocommerce .edlv-cart-main .quantity .plus {
  width: 36px;
  height: 38px;
  min-height: 38px;
  background: rgba(78, 63, 106, 0.06) !important;
  font-size: 16px;
}

.woocommerce .edlv-cart-main .quantity .qty {
  width: 44px;
  height: 38px;
  font-size: 14px;
}

.woocommerce .edlv-cart-main .product-subtotal {
  color: var(--edlv-ink);
  font-size: 15px;
  font-weight: 700;
}

.woocommerce .edlv-cart-main .cart-collaterals {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 22px 0 40px;
}

.woocommerce .edlv-cart-main .cart_totals {
  position: static !important;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 28px 32px;
  border: 1px solid rgba(212, 43, 98, 0.15);
  border-radius: 14px;
  box-shadow: none;
}

.woocommerce .edlv-cart-main .cart_totals h2 {
  margin: 0 0 16px;
  padding-bottom: 14px !important;
  border-bottom: 1px solid rgba(212, 43, 98, 0.15) !important;
  color: var(--edlv-plum);
  font-size: 20px;
  font-weight: 700;
}

.edlv-cart-coupon-link {
  display: block;
  margin-bottom: 14px;
  color: var(--edlv-raspberry) !important;
  font-size: 13px;
}

.edlv-cart-total-row {
  padding: 10px 0;
  border-bottom: 1px solid rgba(78, 63, 106, 0.08);
  font-size: 14px;
}

.edlv-cart-total-row strong,
.edlv-cart-total-row .amount {
  font-size: 14px;
}

.edlv-cart-total-row-final {
  padding-top: 14px;
  border-bottom: none;
  color: var(--edlv-plum);
  font-size: 17px;
  font-weight: 700;
}

.edlv-cart-total-row-final strong,
.edlv-cart-total-row-final .amount {
  color: var(--edlv-plum);
  font-size: 17px;
  font-weight: 700;
}

.woocommerce .edlv-cart-main .edlv-cart-checkout-button {
  min-height: 54px;
  margin-top: 20px;
  padding: 16px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.edlv-cart-pay-note {
  margin-top: 10px;
  color: rgba(78, 63, 106, 0.5);
  font-size: 11px;
}

.edlv-cart-recent-products {
  max-width: 860px;
}

.edlv-cart-recent-products h2 {
  font-size: 22px;
  font-weight: 700;
}

.edlv-cart-recent-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

@media (max-width: 768px) {
  .edlv-cart-main {
    margin: 24px auto;
    padding: 0 16px 40px;
  }

  .edlv-cart-panel-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .edlv-cart-panel-header h1 {
    font-size: 22px;
  }

  .woocommerce .edlv-cart-main table.shop_table thead {
    display: none;
  }

  .woocommerce .edlv-cart-main table.shop_table tbody tr.cart_item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 16px;
  }

  .woocommerce .edlv-cart-main table.shop_table tbody tr.cart_item td {
    display: block;
    padding: 0 !important;
    text-align: left;
  }

  .woocommerce .edlv-cart-main .product-thumbnail {
    width: auto;
  }

  .woocommerce .edlv-cart-main .product-thumbnail a,
  .woocommerce .edlv-cart-main .product-thumbnail img {
    width: 70px !important;
    height: 70px !important;
  }

  .woocommerce .edlv-cart-main .product-subtotal {
    text-align: left;
  }

  .woocommerce .edlv-cart-main .cart_totals {
    max-width: 100%;
    padding: 22px 20px;
  }

  .woocommerce .edlv-cart-main .cart-collaterals {
    margin: 18px 0 34px;
  }

  .edlv-cart-recent-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .edlv-cart-main {
    margin: 16px auto;
    padding: 0 12px 32px;
  }

  .edlv-cart-panel-header h1 {
    font-size: 20px;
  }

  .woocommerce .edlv-cart-main table.shop_table tbody tr.cart_item {
    padding: 16px 12px;
  }

  .woocommerce .edlv-cart-main .product-thumbnail a,
  .woocommerce .edlv-cart-main .product-thumbnail img {
    width: 60px !important;
    height: 60px !important;
  }

  .woocommerce .edlv-cart-main .product-name a {
    font-size: 13px;
  }

  .woocommerce .edlv-cart-main .edlv-cart-item-price {
    font-size: 12px;
  }

  .woocommerce .edlv-cart-main .cart_totals {
    padding: 22px 16px;
  }

  .woocommerce .edlv-cart-main .cart_totals h2 {
    font-size: 18px;
  }

  .edlv-cart-coupon-link,
  .edlv-cart-total-row {
    font-size: 13px;
  }

  .edlv-cart-total-row-final,
  .edlv-cart-total-row-final strong,
  .edlv-cart-total-row-final .amount {
    font-size: 16px;
  }

  .woocommerce .edlv-cart-main .edlv-cart-checkout-button {
    min-height: 50px;
    padding: 14px;
    font-size: 14px;
  }

  .edlv-cart-pay-note {
    font-size: 11px;
    line-height: 1.4;
  }

  .edlv-cart-recent-grid {
    grid-template-columns: 1fr;
  }
}

/* Final mobile cart item card cleanup. */
@media (max-width: 768px) {
  .woocommerce .edlv-cart-main table.shop_table_responsive tr td::before,
  .woocommerce .edlv-cart-main table.shop_table_responsive tr td:before {
    display: none !important;
    content: none !important;
  }

  .woocommerce .edlv-cart-main table.shop_table tbody tr.cart_item {
    display: grid !important;
    grid-template-columns: 82px minmax(0, 1fr) !important;
    gap: 12px 16px !important;
    align-items: start;
    padding: 18px 16px !important;
    border: 1px solid rgba(212, 43, 98, 0.15);
    border-radius: 14px;
    background: var(--edlv-white);
  }

  .woocommerce .edlv-cart-main table.shop_table tbody tr.cart_item td {
    display: block !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: left !important;
  }

  .woocommerce .edlv-cart-main .product-thumbnail {
    grid-column: 1;
    grid-row: 1;
    width: 82px !important;
  }

  .woocommerce .edlv-cart-main .product-thumbnail a,
  .woocommerce .edlv-cart-main .product-thumbnail img {
    width: 82px !important;
    height: 82px !important;
    border-radius: 10px;
  }

  .woocommerce .edlv-cart-main .product-name {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    padding: 0 !important;
  }

  .woocommerce .edlv-cart-main .product-name a {
    display: block;
    color: var(--edlv-ink);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    text-align: left;
  }

  .woocommerce .edlv-cart-main .edlv-cart-item-price {
    margin-top: 8px;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
  }

  .woocommerce .edlv-cart-main .product-quantity {
    grid-column: 1 / -1;
    grid-row: 2;
    width: auto;
    margin-top: 8px;
  }

  .woocommerce .edlv-cart-main .quantity {
    width: fit-content;
    min-height: 44px;
  }

  .woocommerce .edlv-cart-main .quantity .minus,
  .woocommerce .edlv-cart-main .quantity .plus {
    width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .woocommerce .edlv-cart-main .quantity .qty {
    width: 48px;
    height: 44px;
  }

  .woocommerce .edlv-cart-main .product-subtotal {
    grid-column: 1 / -1;
    grid-row: 3;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: auto;
    margin-top: 2px;
    color: var(--edlv-ink);
    font-size: 17px;
    font-weight: 700;
    text-align: right !important;
  }

  .woocommerce .edlv-cart-main .product-subtotal::before {
    display: inline !important;
    content: "Subtotal";
    color: var(--edlv-ink);
    font-size: 15px;
    font-weight: 600;
  }

  .woocommerce .edlv-cart-main .product-remove {
    grid-column: 1 / -1;
    grid-row: 4;
    width: auto;
    margin-top: 4px;
    padding: 0 !important;
    text-align: left !important;
  }
}

@media (max-width: 480px) {
  .woocommerce .edlv-cart-main table.shop_table tbody tr.cart_item {
    grid-template-columns: 74px minmax(0, 1fr) !important;
    gap: 10px 14px !important;
    padding: 16px 14px !important;
  }

  .woocommerce .edlv-cart-main .product-thumbnail,
  .woocommerce .edlv-cart-main .product-thumbnail a,
  .woocommerce .edlv-cart-main .product-thumbnail img {
    width: 74px !important;
    height: 74px !important;
  }

  .woocommerce .edlv-cart-main .product-name a {
    font-size: 15px;
  }
}

/* Final mobile cart item correction: one border, one price, clean controls. */
@media (max-width: 768px) {
  .woocommerce-cart-form {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .woocommerce .edlv-cart-main table.shop_table {
    border: 0 !important;
    background: transparent !important;
  }

  .woocommerce .edlv-cart-main table.shop_table tbody tr.cart_item {
    grid-template-columns: 96px minmax(0, 1fr) !important;
    grid-template-areas:
      "image info"
      "remove qty";
    gap: 18px 20px !important;
    padding: 22px !important;
    border: 1px solid rgba(212, 43, 98, 0.18) !important;
    border-radius: 16px !important;
    box-shadow: none !important;
  }

  .woocommerce .edlv-cart-main .product-thumbnail {
    grid-area: image;
    width: 96px !important;
  }

  .woocommerce .edlv-cart-main .product-thumbnail a,
  .woocommerce .edlv-cart-main .product-thumbnail img {
    width: 96px !important;
    height: 96px !important;
  }

  .woocommerce .edlv-cart-main .product-name {
    grid-area: info;
    min-height: 0;
  }

  .woocommerce .edlv-cart-main .product-name a {
    font-size: 17px;
    line-height: 1.45;
  }

  .woocommerce .edlv-cart-main .edlv-cart-item-price {
    display: block;
    margin-top: 10px;
    font-size: 17px;
  }

  .woocommerce .edlv-cart-main .product-subtotal {
    display: none !important;
  }

  .woocommerce .edlv-cart-main .product-quantity {
    grid-area: qty;
    align-self: center;
    justify-self: start;
    margin: 0;
  }

  .woocommerce .edlv-cart-main .product-remove {
    grid-area: remove;
    align-self: center;
    justify-self: center;
    margin: 0;
  }

  .woocommerce .edlv-cart-main a.remove {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .woocommerce .edlv-cart-main table.shop_table tbody tr.cart_item {
    grid-template-columns: 78px minmax(0, 1fr) !important;
    gap: 16px 16px !important;
    padding: 18px !important;
  }

  .woocommerce .edlv-cart-main .product-thumbnail,
  .woocommerce .edlv-cart-main .product-thumbnail a,
  .woocommerce .edlv-cart-main .product-thumbnail img {
    width: 78px !important;
    height: 78px !important;
  }

  .woocommerce .edlv-cart-main .product-name a {
    font-size: 15px;
  }

  .woocommerce .edlv-cart-main .edlv-cart-item-price {
    font-size: 16px;
  }
}

/* Mobile cart final fix: hide duplicate subtotal and center remove icon. */
@media (max-width: 768px) {
  .woocommerce .edlv-cart-main table.shop_table tbody tr.cart_item td.product-subtotal,
  .woocommerce .edlv-cart-main table.shop_table_responsive tbody tr.cart_item td.product-subtotal,
  .woocommerce .edlv-cart-main .product-subtotal,
  .woocommerce .edlv-cart-main .product-subtotal *,
  .woocommerce .edlv-cart-main .product-subtotal::before {
    display: none !important;
    visibility: hidden !important;
    content: none !important;
  }

  .woocommerce .edlv-cart-main table.shop_table tbody tr.cart_item {
    grid-template-areas:
      "image info"
      "remove qty" !important;
  }

  .woocommerce .edlv-cart-main .product-remove {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    grid-area: remove !important;
    width: 32px !important;
    height: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .woocommerce .edlv-cart-main a.remove {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    padding: 0 !important;
    border: 1px solid rgba(78, 63, 106, 0.45) !important;
    border-radius: 999px !important;
    background: var(--edlv-white) !important;
    color: var(--edlv-ink) !important;
    font-size: 0 !important;
    line-height: 1 !important;
    text-align: center !important;
  }

  .woocommerce .edlv-cart-main a.remove::before {
    content: "\00d7" !important;
    display: block !important;
    color: var(--edlv-ink) !important;
    font-family: Figtree, Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    transform: translateY(-1px);
  }
}

/* Header cart icon alignment and mobile cleanup. */
#site-header .wcmenucart,
#site-header .wcmenucart-toggle-drop_down,
#site-header .woo-menu-icon,
#site-header .shopping-cart,
#site-header .cart-icon,
#site-header a[href*="cart"],
#site-header a[href*="carrito"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

#site-header .wcmenucart i,
#site-header .wcmenucart span,
#site-header .wcmenucart:before,
#site-header .wcmenucart-toggle-drop_down i,
#site-header .wcmenucart-toggle-drop_down span,
#site-header .wcmenucart-toggle-drop_down:before,
#site-header .woo-menu-icon i,
#site-header .woo-menu-icon span,
#site-header .woo-menu-icon:before,
#site-header .shopping-cart i,
#site-header .shopping-cart span,
#site-header .shopping-cart:before,
#site-header .cart-icon i,
#site-header .cart-icon span,
#site-header .cart-icon:before {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  text-align: center !important;
}

@media (min-width: 769px) {
  #site-header .wcmenucart,
  #site-header .wcmenucart-toggle-drop_down,
  #site-header .woo-menu-icon,
  #site-header .shopping-cart,
  #site-header .cart-icon,
  #site-header a[href*="cart"],
  #site-header a[href*="carrito"] {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 768px) {
  #site-header .wcmenucart,
  #site-header .wcmenucart-toggle-drop_down,
  #site-header .woo-menu-icon,
  #site-header .shopping-cart,
  #site-header .cart-icon,
  #site-header a[href*="cart"],
  #site-header a[href*="carrito"] {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    padding: 0 !important;
    border-radius: 999px !important;
    background: var(--edlv-ink) !important;
    color: var(--edlv-white) !important;
  }

  #site-header .wcmenucart i,
  #site-header .wcmenucart span,
  #site-header .wcmenucart:before,
  #site-header .wcmenucart-toggle-drop_down i,
  #site-header .wcmenucart-toggle-drop_down span,
  #site-header .wcmenucart-toggle-drop_down:before,
  #site-header .woo-menu-icon i,
  #site-header .woo-menu-icon span,
  #site-header .woo-menu-icon:before,
  #site-header .shopping-cart i,
  #site-header .shopping-cart span,
  #site-header .shopping-cart:before,
  #site-header .cart-icon i,
  #site-header .cart-icon span,
  #site-header .cart-icon:before {
    color: var(--edlv-white) !important;
    font-size: 22px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    transform: none !important;
  }
}

/* Use the EDLV cart SVG in the site header. */
#site-header .wcmenucart,
#site-header .wcmenucart-toggle-drop_down,
#site-header .woo-menu-icon,
#site-header .shopping-cart,
#site-header .cart-icon,
#site-header a[href*="cart"],
#site-header a[href*="carrito"] {
  position: relative !important;
  color: transparent !important;
}

#site-header .wcmenucart::after,
#site-header .wcmenucart-toggle-drop_down::after,
#site-header .woo-menu-icon::after,
#site-header .shopping-cart::after,
#site-header .cart-icon::after,
#site-header a[href*="cart"]::after,
#site-header a[href*="carrito"]::after {
  content: "" !important;
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  background-color: var(--edlv-white) !important;
  -webkit-mask: url("https://www.experienciasdelavida.com/wp-content/uploads/2026/06/add-to-cart-button.svg") center / contain no-repeat !important;
  mask: url("https://www.experienciasdelavida.com/wp-content/uploads/2026/06/add-to-cart-button.svg") center / contain no-repeat !important;
}

#site-header .wcmenucart > *,
#site-header .wcmenucart-toggle-drop_down > *,
#site-header .woo-menu-icon > *,
#site-header .shopping-cart > *,
#site-header .cart-icon > *,
#site-header a[href*="cart"] > *,
#site-header a[href*="carrito"] > * {
  opacity: 0 !important;
}

@media (min-width: 769px) {
  #site-header .wcmenucart::after,
  #site-header .wcmenucart-toggle-drop_down::after,
  #site-header .woo-menu-icon::after,
  #site-header .shopping-cart::after,
  #site-header .cart-icon::after,
  #site-header a[href*="cart"]::after,
  #site-header a[href*="carrito"]::after {
    background-color: var(--edlv-white) !important;
  }
}
