body.woocommerce-cart {
  background: #f7faff;
  color: #071d3a;
}

body.woocommerce-cart .site-main {
  background:
    linear-gradient(180deg, #ffffff 0, #ffffff 118px, #f7faff 118px, #f7faff 100%);
}

body.woocommerce-cart .site-page__inner--commerce {
  width: min(100% - 56px, 1180px);
  margin: 0 auto;
  padding: 46px 0 78px;
}

body.woocommerce-cart .woocommerce {
  display: grid;
  gap: 40px;
}

body.woocommerce-cart .woocommerce-notices-wrapper {
  display: grid;
  gap: 12px;
}

body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-error {
  margin: 0;
  padding: 16px 18px;
  border: 1px solid #bdd7f3;
  border-radius: 10px;
  background: #eef6ff;
  color: #063b75;
  font-weight: 800;
}

body.woocommerce-cart form.woocommerce-cart-form,
body.woocommerce-cart .cart_totals,
body.woocommerce-cart .cross-sells {
  border: 1px solid #d8e6f6;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(10, 54, 104, 0.07);
  overflow: hidden;
}

body.woocommerce-cart table.shop_table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  color: #071d3a;
}

body.woocommerce-cart table.shop_table th {
  padding: 18px 20px;
  border-bottom: 1px solid #dbe7f5;
  background: #f8fbff;
  color: #062e63;
  font-size: 14px;
  font-weight: 900;
  text-align: left;
}

body.woocommerce-cart table.shop_table td {
  padding: 18px 20px;
  border-bottom: 1px solid #e7eef8;
  vertical-align: middle;
}

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

body.woocommerce-cart .product-remove a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #fff5f5;
  color: #c81e1e !important;
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
}

body.woocommerce-cart .product-thumbnail img {
  width: 76px;
  height: 76px;
  object-fit: contain;
  border: 1px solid #dbe7f5;
  border-radius: 12px;
  background: #ffffff;
}

body.woocommerce-cart .product-name a,
body.woocommerce-cart .product-name {
  color: #071d3a;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
}

body.woocommerce-cart .product-price,
body.woocommerce-cart .product-subtotal,
body.woocommerce-cart .cart_totals .amount {
  color: #062e63;
  font-weight: 900;
}

body.woocommerce-cart .quantity .qty {
  width: 74px;
  min-height: 42px;
  border: 1px solid #bdd7f3;
  border-radius: 999px;
  color: #071d3a;
  font-family: inherit;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}

body.woocommerce-cart td.actions {
  padding: 18px 20px;
  background: #f8fbff;
}

body.woocommerce-cart td.actions .coupon {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-right: 14px;
}

body.woocommerce-cart td.actions .input-text {
  width: 220px !important;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid #bdd7f3;
  border-radius: 999px;
  background: #ffffff;
  color: #071d3a;
  font-family: inherit;
}

body.woocommerce-cart button.button,
body.woocommerce-cart a.button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: #04589f;
  color: #ffffff !important;
  font-family: inherit;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

body.woocommerce-cart button.button:hover,
body.woocommerce-cart a.button:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: #034b87;
}

body.woocommerce-cart button.button:disabled,
body.woocommerce-cart button.button[disabled] {
  background: #e8edf5;
  color: #7c8798 !important;
}

body.woocommerce-cart .cart-collaterals {
  display: grid !important;
  grid-template-columns: minmax(320px, 500px);
  justify-content: end;
  gap: 0;
  align-items: start;
}

body.woocommerce-cart .cart-collaterals::before,
body.woocommerce-cart .cart-collaterals::after,
body.woocommerce-cart .cross-sells ul.products::before,
body.woocommerce-cart .cross-sells ul.products::after {
  display: none !important;
}

body.woocommerce-cart .cart_totals,
body.woocommerce-cart .cross-sells {
  float: none !important;
  clear: none !important;
  width: 100% !important;
  max-width: none !important;
  padding: 26px;
}

body.woocommerce-cart .cross-sells {
  display: none !important;
}

body.woocommerce-cart .cart_totals {
  grid-column: 1;
}

body.woocommerce-cart .cart_totals h2,
body.woocommerce-cart .cross-sells h2 {
  margin: 0 0 20px;
  color: #071d3a;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.15;
}

body.woocommerce-cart .cart_totals table.shop_table {
  border: 1px solid #dbe7f5;
  border-radius: 12px;
  overflow: hidden;
}

body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td {
  padding: 16px;
  border-bottom: 1px solid #e7eef8;
  background: #ffffff;
  font-size: 15px;
}

body.woocommerce-cart .cart_totals th {
  width: 38%;
  color: #071d3a;
  font-weight: 900;
}

body.woocommerce-cart .order-total th,
body.woocommerce-cart .order-total td {
  background: #f8fbff;
  color: #071d3a;
  font-size: 18px;
}

body.woocommerce-cart .wc-proceed-to-checkout {
  display: block !important;
  padding: 22px 0 0;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  min-height: 58px;
  font-size: 17px;
}

body.woocommerce-cart .cross-sells ul.products {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 18px;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

body.woocommerce-cart .cross-sells ul.products li.product {
  float: none !important;
  clear: none !important;
  display: grid !important;
  gap: 12px;
  margin: 0 !important;
  padding: 16px;
  border: 1px solid #d8e6f6;
  border-radius: 16px;
  background: #f8fbff;
  width: auto !important;
  min-width: 0;
}

body.woocommerce-cart .cross-sells li.product img {
  width: 100%;
  height: 210px;
  object-fit: contain;
  margin: 0;
  mix-blend-mode: multiply;
}

body.woocommerce-cart .cross-sells li.product .woocommerce-loop-product__title {
  min-height: 0;
  margin: 0;
  color: #071d3a;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

body.woocommerce-cart .cross-sells li.product .star-rating {
  color: #f7b718;
}

body.woocommerce-cart .cross-sells li.product .price {
  color: #062e63;
  font-size: 16px;
  font-weight: 900;
}

body.woocommerce-cart .cross-sells li.product .price del {
  color: #8c98aa;
  font-weight: 700;
}

body.woocommerce-cart .cross-sells li.product .button {
  width: 100%;
  margin-top: auto;
}

@media (max-width: 900px) {
  body.woocommerce-cart .site-page__inner--commerce {
    width: min(100% - 24px, 100%);
    padding-top: 24px;
  }

  body.woocommerce-cart .cart-collaterals {
    grid-template-columns: 1fr;
    justify-content: stretch;
    gap: 24px;
  }

  body.woocommerce-cart .cross-sells,
  body.woocommerce-cart .cart_totals {
    grid-column: 1;
  }

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

  body.woocommerce-cart table.shop_table,
  body.woocommerce-cart table.shop_table tbody,
  body.woocommerce-cart table.shop_table tr,
  body.woocommerce-cart table.shop_table td {
    display: block;
    width: 100%;
  }

  body.woocommerce-cart table.shop_table tr.cart_item {
    display: grid;
    grid-template-columns: 42px 86px minmax(0, 1fr);
    gap: 12px;
    padding: 16px;
    border-bottom: 1px solid #e7eef8;
  }

  body.woocommerce-cart table.shop_table tr.cart_item td {
    padding: 0;
    border: 0;
  }

  body.woocommerce-cart .product-thumbnail {
    grid-column: 2;
    grid-row: 1 / span 3;
  }

  body.woocommerce-cart .product-name,
  body.woocommerce-cart .product-price,
  body.woocommerce-cart .product-quantity,
  body.woocommerce-cart .product-subtotal {
    grid-column: 3;
  }

  body.woocommerce-cart .product-remove {
    grid-column: 1;
    grid-row: 1;
  }

  body.woocommerce-cart td.actions,
  body.woocommerce-cart td.actions .coupon {
    display: grid;
    width: 100%;
  }

  body.woocommerce-cart td.actions .input-text,
  body.woocommerce-cart td.actions button.button {
    width: 100% !important;
  }

  body.woocommerce-cart .cross-sells ul.products {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  body.woocommerce-cart .product-thumbnail img {
    width: 72px;
    height: 72px;
  }

  body.woocommerce-cart table.shop_table tr.cart_item {
    grid-template-columns: 34px 78px minmax(0, 1fr);
    padding: 14px;
  }

  body.woocommerce-cart .cart_totals,
  body.woocommerce-cart .cross-sells {
    padding: 20px 16px;
    border-radius: 16px;
  }
}