.cart-page {
  background: #f5f6fb;
  color: #050510;
}
.cart-page .container {
  width: min(1140px, 100%);
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2.5rem);
}
.cart-page .woocommerce-error,
.cart-page .woocommerce-info,
.cart-page .woocommerce-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cart-page .woocommerce-error::before,
.cart-page .woocommerce-info::before,
.cart-page .woocommerce-message::before {
  position: relative;
  left: 0;
  top: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin-right: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cart-hero {
  text-align: center;
  padding: clamp(1.5rem, 8vw, 4.5rem) 0 clamp(1rem, 5vw, 2.5rem);
}
.cart-hero__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: #5d6ef2;
  font-size: 0.75rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}
.cart-hero__title {
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #050510;
}
.cart-hero__desc {
  color: #6f7393;
  font-size: 1rem;
  max-width: 33.75rem;
  margin: 0 auto;
}

.cart-shell {
  padding-bottom: clamp(2.5rem, 10vw, 6.25rem);
}
.cart-shell__notice {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  color: #be2e3a;
  font-weight: 600;
  -webkit-box-shadow: 0 30px 80px rgba(5, 5, 16, 0.08);
          box-shadow: 0 30px 80px rgba(5, 5, 16, 0.08);
}

.modern-cart .woocommerce {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1.45fr) minmax(0, 0.75fr);
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.75fr);
  gap: clamp(1.5rem, 4vw, 2.5rem);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .modern-cart .woocommerce {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.modern-cart .woocommerce-notices-wrapper,
.modern-cart .cart-empty {
  grid-column: 1/-1;
}
.modern-cart .woocommerce-cart-form,
.modern-cart .cart-collaterals {
  background: #fff;
  border-radius: 1.25rem;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  -webkit-box-shadow: 0 25px 65px rgba(14, 16, 48, 0.08);
          box-shadow: 0 25px 65px rgba(14, 16, 48, 0.08);
}
.modern-cart .woocommerce-cart-form {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  width: 100%;
}
.modern-cart .cart-collaterals {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  position: sticky;
  top: 2.5rem;
}
@media (max-width: 767px) {
  .modern-cart .cart-collaterals {
    position: static;
  }
}
.modern-cart table.shop_table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.modern-cart table.shop_table thead {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  color: #6b6f8f;
}
.modern-cart table.shop_table thead th {
  border: none;
  padding-bottom: 0.75rem;
}
.modern-cart table.shop_table tbody tr {
  border-bottom: 1px solid #eceffc;
}
.modern-cart table.shop_table td {
  border: none;
  padding: 1.25rem 0;
  vertical-align: middle;
}
.modern-cart table.shop_table td.product-remove a {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: 1px solid rgba(20, 19, 76, 0.1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: border 0.2s ease, color 0.2s ease;
  transition: border 0.2s ease, color 0.2s ease;
}
.modern-cart table.shop_table td.product-remove a:hover {
  border-color: #be2e3a;
  color: #be2e3a;
}
.modern-cart table.shop_table td.product-name a {
  color: #050510;
  font-weight: 600;
  text-decoration: none;
}
.modern-cart table.shop_table td.product-thumbnail img {
  width: 4.5rem;
  height: auto;
  border-radius: 0.875rem;
  background: #f5f6fb;
}
.modern-cart table.shop_table td.product-name {
  max-width: 26.25rem;
  font-size: 1rem;
  line-height: 1.4;
}
.modern-cart table.shop_table td.product-name,
.modern-cart table.shop_table td.product-name * {
  white-space: normal;
  word-break: break-word;
}
.modern-cart table.shop_table td.product-name a {
  font-weight: 600;
  display: block;
  margin-bottom: 0.375rem;
}
.modern-cart table.shop_table td.product-name .e24-cart-product-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #555;
  margin-top: 0.25rem;
  display: -ms-grid;
  display: grid;
  gap: 0.25rem;
}
.modern-cart table.shop_table td.product-name .e24-cart-product-meta .e24-cart-product-meta-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.modern-cart table.shop_table td.product-name .e24-cart-product-meta .e24-cart-product-meta-label {
  font-weight: 600;
}
.modern-cart table.shop_table td.product-name .e24-cart-product-meta .e24-cart-product-meta-value {
  color: #333;
}
.modern-cart table.shop_table td.product-name dl.variation {
  display: none;
}
.modern-cart table.shop_table td.product-price,
.modern-cart table.shop_table td.product-subtotal {
  font-weight: 600;
  color: #050510;
}
.modern-cart .quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 0.875rem;
  border: 1px solid #d8daee;
  background: #f7f8ff;
  overflow: hidden;
}
.modern-cart .quantity input[type=number] {
  width: 4.5rem;
  border: none;
  background: transparent;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.625rem;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.modern-cart .quantity input[type=number]::-webkit-outer-spin-button, .modern-cart .quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.modern-cart .woocommerce-cart-form .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1.25rem;
}
.modern-cart .woocommerce-cart-form .actions .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modern-cart .woocommerce-cart-form .actions .coupon label {
  font-weight: 600;
  color: #14134c;
}
.modern-cart .woocommerce-cart-form .actions .coupon input[type=text] {
  border-radius: 0.75rem;
  border: 1px solid #d8daee;
  background: #f7f8ff;
  padding: 0.75rem 1rem;
  min-width: 13.75rem;
}
.modern-cart .cart_totals h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #050510;
}
.modern-cart .cart_totals table.shop_table {
  width: 100%;
  border: none;
}
.modern-cart .cart_totals table.shop_table tr {
  border-bottom: 1px solid #eceffc;
}
.modern-cart .cart_totals table.shop_table tr:last-child {
  border-bottom: none;
}
.modern-cart .cart_totals table.shop_table th,
.modern-cart .cart_totals table.shop_table td {
  border: none;
  padding: 0.75rem 0;
  color: #6b6f8f;
  font-size: 0.875rem;
}
.modern-cart .cart_totals table.shop_table td {
  text-align: right;
  color: #050510;
  font-weight: 600;
}
.modern-cart .cart_totals .wc-proceed-to-checkout {
  margin-top: 1.25rem;
}
.modern-cart .cart_totals .wc-proceed-to-checkout .checkout-button {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3.75rem;
  padding: 0.875rem;
  background: linear-gradient(120deg, #1d1b78, #4ec5f7);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.modern-cart .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 15px 30px rgba(29, 27, 120, 0.35);
          box-shadow: 0 15px 30px rgba(29, 27, 120, 0.35);
}
.modern-cart .cross-sells {
  grid-column: 1/-1;
  background: #fff;
  border-radius: 1.25rem;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  -webkit-box-shadow: 0 25px 65px rgba(14, 16, 48, 0.08);
          box-shadow: 0 25px 65px rgba(14, 16, 48, 0.08);
}
.modern-cart .cross-sells h2 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.modern-cart .cross-sells ul.products {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13.75rem, 1fr));
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.cart-page .woocommerce button.button,
.cart-page .woocommerce .button {
  border-radius: 3.75rem;
  background: linear-gradient(120deg, #1d1b78, #4ec5f7);
  color: #fff;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border: none;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.cart-page .woocommerce button.button:hover,
.cart-page .woocommerce .button:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 12px 26px rgba(29, 27, 120, 0.25);
          box-shadow: 0 12px 26px rgba(29, 27, 120, 0.25);
}
.cart-page .woocommerce button.button:disabled,
.cart-page .woocommerce .button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cart-support {
  padding-top: clamp(1.25rem, 6vw, 4.375rem);
}

@media (max-width: 767px) {
  .cart-page .woocommerce button.button,
  .cart-page .woocommerce .button,
  .modern-cart .woocommerce-cart-form .actions .coupon input[type=text] {
    width: 100%;
  }
}