@font-face {
  font-family: "LV Manrope";
  src: url("/wp-content/themes/twentytwentyfive/assets/fonts/manrope/Manrope-VariableFont_wght.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

body.lv-cart-page {
  --lv-bg: #fafafa;
  --lv-surface: #ffffff;
  --lv-ink: #2a2420;
  --lv-muted: #756c65;
  --lv-accent: #b79b6a;
  --lv-soft: #f8f4ef;
  --lv-border: #e6ded5;
  background: var(--lv-bg);
  color: var(--lv-ink);
  font-family: "LV Manrope", Manrope, sans-serif;
}

body.lv-cart-page :where(h1, h2, h3, p, table, form) {
  margin-top: 0;
}

body.lv-cart-page .site-content {
  background: var(--lv-bg);
}

body.lv-cart-page .site-main,
body.lv-cart-page .content-area,
body.lv-cart-page .ast-container,
body.lv-cart-page .entry-content {
  width: 100%;
}

body.lv-cart-page .site-content > .ast-container {
  max-width: 1504px;
  padding: 72px 32px 104px;
}

body.lv-cart-page .content-area,
body.lv-cart-page .site-main,
body.lv-cart-page article,
body.lv-cart-page .entry-content {
  margin: 0;
  padding: 0;
}

body.lv-cart-page .entry-header {
  position: relative;
  max-width: 1440px;
  margin: 0 auto 38px;
  padding: 0 0 28px;
  border-bottom: 1px solid var(--lv-border);
}

body.lv-cart-page .entry-header::before {
  display: block;
  margin-bottom: 10px;
  color: var(--lv-accent);
  content: "YOUR SELECTION";
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.4;
}

body.lv-cart-page .entry-title {
  margin: 0;
  color: var(--lv-ink);
  font-family: "LV Manrope", Manrope, sans-serif;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1;
  text-transform: none;
}

body.lv-cart-page .entry-content > .woocommerce {
  display: grid;
  grid-template-columns: minmax(0, 1.62fr) minmax(360px, .78fr);
  gap: 48px;
  align-items: start;
  max-width: 1440px;
  margin: 0 auto;
  color: var(--lv-ink);
  font-family: "LV Manrope", Manrope, sans-serif;
}

body.lv-cart-page .woocommerce-notices-wrapper,
body.lv-cart-page .woocommerce-error,
body.lv-cart-page .woocommerce-info,
body.lv-cart-page .woocommerce-message {
  grid-column: 1 / -1;
}

body.lv-cart-page .woocommerce-message,
body.lv-cart-page .woocommerce-info,
body.lv-cart-page .woocommerce-error {
  margin: 0 0 8px;
  padding: 18px 22px 18px 52px;
  border: 1px solid var(--lv-border);
  border-top: 2px solid var(--lv-accent);
  border-radius: 0;
  background: var(--lv-surface);
  color: var(--lv-ink);
  box-shadow: none;
}

body.lv-cart-page .woocommerce-cart-form {
  grid-column: 1;
  min-width: 0;
  margin: 0;
}

body.lv-cart-page table.shop_table {
  width: 100%;
  margin: 0;
  border: 1px solid var(--lv-border);
  border-collapse: collapse;
  border-radius: 0;
  background: var(--lv-surface);
  box-shadow: none;
}

body.lv-cart-page table.shop_table thead {
  background: var(--lv-soft);
}

body.lv-cart-page table.shop_table th {
  padding: 17px 18px;
  border: 0;
  border-bottom: 1px solid var(--lv-border);
  color: var(--lv-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.4;
  text-transform: uppercase;
}

body.lv-cart-page table.shop_table td {
  padding: 24px 18px;
  border: 0;
  border-bottom: 1px solid var(--lv-border);
  background: transparent;
  color: var(--lv-ink);
  font-size: 14px;
  vertical-align: middle;
}

body.lv-cart-page table.shop_table tr:last-child td {
  border-bottom: 0;
}

body.lv-cart-page .product-remove {
  width: 46px;
  text-align: center;
}

body.lv-cart-page .woocommerce a.remove {
  display: inline-grid;
  width: 32px;
  height: 32px;
  border: 1px solid var(--lv-border);
  border-radius: 50%;
  color: var(--lv-muted) !important;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  place-items: center;
  transition: border-color .18s ease, color .18s ease, background-color .18s ease;
}

body.lv-cart-page .woocommerce a.remove:hover,
body.lv-cart-page .woocommerce a.remove:focus-visible {
  border-color: var(--lv-ink);
  background: var(--lv-ink);
  color: #fff !important;
}

body.lv-cart-page table.shop_table .product-thumbnail {
  width: 112px;
}

body.lv-cart-page table.shop_table .product-thumbnail img {
  display: block;
  width: 88px;
  height: 108px;
  padding: 0;
  border: 0;
  background: var(--lv-soft);
  object-fit: cover;
}

body.lv-cart-page table.shop_table .product-name a {
  color: var(--lv-ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
}

body.lv-cart-page table.shop_table .product-name a:hover,
body.lv-cart-page table.shop_table .product-name a:focus-visible {
  color: var(--lv-accent);
}

body.lv-cart-page table.shop_table .product-price,
body.lv-cart-page table.shop_table .product-subtotal,
body.lv-cart-page table.shop_table .amount {
  color: var(--lv-ink);
  font-weight: 600;
}

body.lv-cart-page .quantity .qty {
  width: 70px;
  min-height: 44px;
  padding: 8px;
  border: 1px solid var(--lv-border);
  border-radius: 0;
  background: var(--lv-surface);
  color: var(--lv-ink);
  font-family: inherit;
  font-size: 14px;
  box-shadow: none;
}

body.lv-cart-page table.shop_table td.actions {
  padding: 18px;
  background: var(--lv-soft);
}

body.lv-cart-page table.shop_table td.actions .coupon {
  display: flex;
  gap: 10px;
}

body.lv-cart-page table.shop_table td.actions .input-text {
  width: 190px;
  min-height: 46px;
  margin: 0;
  padding: 10px 14px;
  border: 1px solid var(--lv-border);
  border-radius: 0;
  background: var(--lv-surface);
  color: var(--lv-ink);
  font-family: inherit;
  box-shadow: none;
}

body.lv-cart-page .woocommerce button.button,
body.lv-cart-page .woocommerce a.button,
body.lv-cart-page .woocommerce input.button {
  min-height: 46px;
  padding: 12px 20px;
  border: 1px solid var(--lv-ink);
  border-radius: 999px;
  background: transparent;
  color: var(--lv-ink);
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.2;
  text-transform: uppercase;
  box-shadow: none;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

body.lv-cart-page .woocommerce button.button:hover,
body.lv-cart-page .woocommerce a.button:hover,
body.lv-cart-page .woocommerce input.button:hover,
body.lv-cart-page .woocommerce button.button:focus-visible,
body.lv-cart-page .woocommerce a.button:focus-visible,
body.lv-cart-page .woocommerce input.button:focus-visible {
  border-color: var(--lv-accent);
  background: var(--lv-accent);
  color: #fff;
}

body.lv-cart-page .woocommerce button.button:disabled,
body.lv-cart-page .woocommerce button.button:disabled[disabled] {
  border-color: var(--lv-border);
  background: transparent;
  color: var(--lv-muted);
  opacity: .65;
}

body.lv-cart-page .cart-collaterals {
  grid-column: 2;
  width: 100%;
  margin: 0;
}

body.lv-cart-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  margin: 0;
  padding: 30px;
  border: 1px solid var(--lv-border);
  background: var(--lv-soft);
}

body.lv-cart-page .cart_totals h2 {
  margin: 0 0 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--lv-border);
  color: var(--lv-ink);
  font-family: "LV Manrope", Manrope, sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.2;
  text-transform: none;
}

body.lv-cart-page .cart_totals table.shop_table {
  border: 0;
  background: transparent;
}

body.lv-cart-page .cart_totals table.shop_table th,
body.lv-cart-page .cart_totals table.shop_table td {
  padding: 16px 0;
  border-bottom: 1px solid var(--lv-border);
  background: transparent;
  color: var(--lv-ink);
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}

body.lv-cart-page .cart_totals table.shop_table th {
  width: 44%;
  color: var(--lv-muted);
  font-weight: 500;
  text-align: left;
}

body.lv-cart-page .cart_totals table.shop_table td {
  font-weight: 600;
  text-align: right;
}

body.lv-cart-page .cart_totals .order-total th,
body.lv-cart-page .cart_totals .order-total td,
body.lv-cart-page .cart_totals .order-total .amount {
  color: var(--lv-ink);
  font-size: 18px;
  font-weight: 700;
}

body.lv-cart-page .wc-proceed-to-checkout {
  margin: 0;
  padding: 24px 0 0;
}

body.lv-cart-page .wc-proceed-to-checkout a.checkout-button {
  display: flex;
  width: 100%;
  min-height: 58px;
  margin: 0 0 14px;
  padding: 16px 22px;
  border: 1px solid var(--lv-ink);
  border-radius: 999px;
  background: var(--lv-ink);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.2;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
}

body.lv-cart-page .wc-proceed-to-checkout a.checkout-button:hover,
body.lv-cart-page .wc-proceed-to-checkout a.checkout-button:focus-visible {
  border-color: var(--lv-accent);
  background: var(--lv-accent);
  color: #fff;
}

body.lv-cart-page .woocommerce-shipping-destination,
body.lv-cart-page .woocommerce-shipping-calculator,
body.lv-cart-page .includes_tax,
body.lv-cart-page .tax_label {
  color: var(--lv-muted);
  font-size: 12px;
}

body.lv-cart-page .cart-empty,
body.lv-cart-page .return-to-shop {
  grid-column: 1 / -1;
}

body.lv-cart-page .entry-content > .woocommerce:has(.cart-empty) {
  display: block;
  max-width: 760px;
  padding: 56px;
  border: 1px solid var(--lv-border);
  background: var(--lv-surface);
  text-align: center;
}

body.lv-cart-page .cart-empty.woocommerce-info {
  margin: 0 0 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--lv-ink);
  font-size: 20px;
}

body.lv-cart-page .return-to-shop .button {
  background: var(--lv-ink);
  color: #fff;
}

body.lv-cart-page :where(input, button, a):focus-visible {
  outline: 2px solid var(--lv-accent);
  outline-offset: 3px;
}

@media (max-width: 1080px) {
  body.lv-cart-page .entry-content > .woocommerce {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 28px;
  }

  body.lv-cart-page table.shop_table th,
  body.lv-cart-page table.shop_table td {
    padding-right: 12px;
    padding-left: 12px;
  }

  body.lv-cart-page .cart-collaterals .cart_totals {
    padding: 24px;
  }
}

@media (max-width: 820px) {
  body.lv-cart-page .site-content > .ast-container {
    padding: 48px 22px 80px;
  }

  body.lv-cart-page .entry-header {
    margin-bottom: 28px;
  }

  body.lv-cart-page .entry-content > .woocommerce {
    display: block;
  }

  body.lv-cart-page .woocommerce-cart-form,
  body.lv-cart-page .cart-collaterals {
    width: 100%;
  }

  body.lv-cart-page .cart-collaterals {
    margin-top: 28px;
  }

  body.lv-cart-page .cart-collaterals .cart_totals {
    width: 100%;
  }
}

@media (max-width: 600px) {
  body.lv-cart-page .site-content > .ast-container {
    padding: 36px 16px 64px;
  }

  body.lv-cart-page .entry-title {
    font-size: 38px;
  }

  body.lv-cart-page table.shop_table_responsive tr {
    display: block;
    padding: 18px 16px;
    border-bottom: 1px solid var(--lv-border);
  }

  body.lv-cart-page table.shop_table_responsive tr:last-child {
    border-bottom: 0;
  }

  body.lv-cart-page table.shop_table_responsive tr td {
    min-height: 38px;
    padding: 8px 0;
    border: 0;
  }

  body.lv-cart-page table.shop_table_responsive .product-remove,
  body.lv-cart-page table.shop_table_responsive .product-thumbnail {
    display: block;
    width: 100%;
    text-align: left !important;
  }

  body.lv-cart-page table.shop_table_responsive .product-remove::before,
  body.lv-cart-page table.shop_table_responsive .product-thumbnail::before {
    display: none;
  }

  body.lv-cart-page table.shop_table_responsive .product-remove {
    height: 34px;
  }

  body.lv-cart-page table.shop_table_responsive .product-thumbnail img {
    width: 100%;
    height: auto;
    max-height: 360px;
    margin: 0 0 10px;
    object-fit: contain;
  }

  body.lv-cart-page table.shop_table_responsive td.actions {
    padding: 16px;
    background: var(--lv-soft);
  }

  body.lv-cart-page table.shop_table td.actions .coupon {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  body.lv-cart-page table.shop_table td.actions .input-text,
  body.lv-cart-page table.shop_table td.actions .button,
  body.lv-cart-page table.shop_table td.actions > .button {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }

  body.lv-cart-page .cart-collaterals .cart_totals {
    padding: 22px 18px;
  }

  body.lv-cart-page .entry-content > .woocommerce:has(.cart-empty) {
    padding: 36px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.lv-cart-page *,
  body.lv-cart-page *::before,
  body.lv-cart-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
