.cart .cart-hero {
  padding: 14rem 0 10rem;
  background-color: #F9F9F9;
}
.cart .cart-hero h1 {
  font-weight: 600;
  font-size: 4rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #000000;
}
.cart .cart-hero .woocommerce {
  margin-top: 4rem;
  background-color: #FFFFFF;
  border-radius: 2.4rem;
  padding: 3.2rem 0 0;
  overflow: hidden;
}
.cart .cart-hero h2 {
  font-weight: 600;
  font-size: 3rem;
  line-height: 130%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #000000;
}
.cart .cart-hero .woocommerce-cart-form {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
  padding: 0 3.2rem;
}
.cart .cart-hero .woocommerce-cart-form .shop_table {
  border: none;
  border-bottom: 0.1rem solid #D9D9D9;
  border-spacing: 0;
  border-radius: 0;
  margin: 0;
}
.cart .cart-hero .woocommerce-cart-form .shop_table thead th {
  padding: 0 2.4rem 0.8rem 0;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #000000;
}
.cart .cart-hero .woocommerce-cart-form .shop_table thead th.product-quantity {
  text-align: center;
}
.cart .cart-hero .woocommerce-cart-form .shop_table tbody td,
.cart .cart-hero .woocommerce-cart-form .shop_table tbody th {
  padding: 2.4rem 2.4rem 2.4rem 0;
}
.cart .cart-hero .woocommerce-cart-form .shop_table tbody .product-thumbnail {
  width: 5.6rem;
}
.cart .cart-hero .woocommerce-cart-form .shop_table tbody .product-thumbnail a {
  display: block;
  width: 5.6rem;
  height: 7.6rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
.cart .cart-hero .woocommerce-cart-form .shop_table tbody .product-thumbnail a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cart .cart-hero .woocommerce-cart-form .shop_table tbody .product-name {
  width: 70rem;
}
.cart .cart-hero .woocommerce-cart-form .shop_table tbody .product-name a {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 135%;
  letter-spacing: -0.01em;
  color: #000000;
}
.cart .cart-hero .woocommerce-cart-form .shop_table tbody .product-price {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 135%;
  letter-spacing: -0.01em;
  color: #000000;
}
.cart .cart-hero .woocommerce-cart-form .shop_table tbody .product-price .subscription-details {
  display: none;
}
.cart .cart-hero .woocommerce-cart-form .shop_table tbody .custom-quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.cart .cart-hero .woocommerce-cart-form .shop_table tbody .custom-quantity .quantity {
  display: none;
}
.cart .cart-hero .woocommerce-cart-form .shop_table tbody .custom-quantity .qty-btn,
.cart .cart-hero .woocommerce-cart-form .shop_table tbody .custom-quantity .qty-display {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 135%;
  letter-spacing: -0.01em;
  color: #000000;
}
.cart .cart-hero .woocommerce-cart-form .shop_table tbody .custom-quantity .qty-btn {
  cursor: pointer;
  padding: 0 1rem;
  transition: all 0.2s ease;
}
.cart .cart-hero .woocommerce-cart-form .shop_table tbody .custom-quantity .qty-btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  color: #888;
  border-color: #ccc;
  transition: all 0.2s ease;
}
.cart .cart-hero .woocommerce-cart-form .shop_table tbody .tc-cart-payrange label {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #000000;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  gap: 0.5rem;
}
.cart .cart-hero .woocommerce-cart-form .shop_table tbody .tc-cart-payrange label .price {
  font-size: 0;
  display: flex;
  align-items: center;
}
.cart .cart-hero .woocommerce-cart-form .shop_table tbody .tc-cart-payrange label .price .woocommerce-Price-amount {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: -0.01em;
}
.cart .cart-hero .woocommerce-cart-form .shop_table tbody .tc-cart-payrange input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #F40B03 0%, #FFB401 100%) border-box;
  border: 0.1rem solid transparent;
  cursor: pointer;
  position: relative;
}
.cart .cart-hero .woocommerce-cart-form .shop_table tbody .tc-cart-payrange input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: linear-gradient(90deg, #F40B03 0%, #FFB401 100%);
  transform: translate(-50%, -50%);
}
.cart .cart-hero .woocommerce-cart-form td {
  border-top: 0.1rem solid #D9D9D9;
}
.cart .cart-hero .woocommerce-cart-form .product-remove {
  width: 14.4rem;
}
.cart .cart-hero .woocommerce-cart-form .product-remove .remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 0.8rem;
  padding: 1.2rem 2rem;
  background-color: #EDEDED;
  height: auto;
  width: auto;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #000000 !important;
}
.cart .cart-hero .woocommerce-cart-form .product-remove .remove img {
  width: 1.6rem;
  height: 1.6rem;
}
.cart .cart-hero .cart-collaterals {
  background-color: #EDEDED;
  padding: 2.4rem;
}
.cart .cart-hero .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart .cart-hero .cart-collaterals .shop_table {
  margin: 0;
  border-radius: 0;
  width: auto;
  border: none;
}
.cart .cart-hero .cart-collaterals .shop_table .order-total {
  display: flex;
  flex-direction: column;
}
.cart .cart-hero .cart-collaterals .shop_table .order-total th,
.cart .cart-hero .cart-collaterals .shop_table .order-total td {
  width: 100%;
  padding: 0;
}
.cart .cart-hero .cart-collaterals .shop_table .order-total th {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #000000;
}
.cart .cart-hero .cart-collaterals .shop_table .order-total td {
  font-weight: 600;
  font-size: 4rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #000000;
}
.cart .cart-hero .cart-collaterals .shop_table .recurring-totals,
.cart .cart-hero .cart-collaterals .shop_table .recurring-total {
  display: none;
}
.cart .cart-hero .cart-collaterals .wc-proceed-to-checkout {
  padding: 0;
}
.cart .cart-hero .cart-collaterals .wc-proceed-to-checkout .checkout-button.is-busy {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}
.cart .cart-hero .cart-collaterals .wc-proceed-to-checkout .button {
  margin: 0;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 135%;
  letter-spacing: -0.01em;
  padding: 2rem 4rem;
  border-radius: 0.8rem;
  overflow: hidden;
  background: #FFB401;
  color: #FFFFFF;
}
.cart .cart-hero .cart-collaterals .wc-proceed-to-checkout .button span {
  transition: all 0.3s ease;
}
.cart .cart-hero .cart-collaterals .wc-proceed-to-checkout .button:before {
  transition: opacity 0.3s ease;
}
.cart .cart-hero .cart-collaterals .wc-proceed-to-checkout .button:hover span {
  color: #000000;
}
.cart .cart-hero .wc-empty-cart-message .cart-empty {
  font-weight: 600;
  font-size: 3rem;
  line-height: 130%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #000000;
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 2.4rem;
}
.cart .cart-hero .wc-empty-cart-message .cart-empty:before {
  display: none;
}
.cart .cart-hero .woocommerce-notices-wrapper .woocommerce-message {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 135%;
  letter-spacing: -0.01em;
  color: #000000;
  border: none;
  border-bottom: 0.1rem solid #D9D9D9;
  background-color: transparent;
  margin: 0 2.4rem 3.2rem 2.4rem;
  padding: 2.4rem;
}
.cart .cart-hero .woocommerce-notices-wrapper .woocommerce-message:before,
.cart .cart-hero .woocommerce-notices-wrapper .woocommerce-message:after {
  display: none;
}
.cart .cart-hero .woocommerce-notices-wrapper .woocommerce-message .restore-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 0.8rem;
  padding: 1.2rem 2rem;
  background-color: #EDEDED;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #000000;
}
.cart .cart-hero .return-to-shop {
  padding: 2.4rem;
  display: flex;
  justify-content: center;
}
.cart .cart-hero .return-to-shop .button {
  margin: 0;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 135%;
  letter-spacing: -0.01em;
  padding: 2rem 4rem;
  border-radius: 0.8rem;
  overflow: hidden;
  background: #FFB401;
  color: #FFFFFF;
}
.cart .cart-hero .return-to-shop .button span {
  transition: all 0.3s ease;
}
.cart .cart-hero .return-to-shop .button:before {
  transition: opacity 0.3s ease;
}
.cart .cart-hero .return-to-shop .button:hover span {
  color: #000000;
}
@media (max-width: 1024px) {
  .cart .cart-hero .container {
    padding: 0;
  }
  .cart .cart-hero .woocommerce {
    border-radius: 0;
  }
  .cart .cart-hero .woocommerce-cart-form {
    padding: 0 2.4rem;
  }
  .cart .cart-hero .woocommerce-cart-form .shop_table tbody .product-name a {
    font-size: 1.8rem;
  }
  .cart .cart-hero .woocommerce-notices-wrapper .woocommerce-message {
    padding: 2.4rem 0;
  }
}
@media (max-width: 768px) {
  .cart .cart-hero {
    padding: 12.4rem 0 0rem;
  }
  .cart .cart-hero h1 {
    font-size: 3rem;
    line-height: 130%;
    letter-spacing: -0.01em;
  }
  .cart .cart-hero .woocommerce-cart-form .shop_table tbody td,
  .cart .cart-hero .woocommerce-cart-form .shop_table tbody th {
    border: none;
    padding: 0;
    background-color: transparent;
  }
  .cart .cart-hero .woocommerce-cart-form .shop_table tbody .cart_item {
    display: grid !important;
    grid-template-columns: 5.6rem 1fr auto;
    grid-template-rows: auto auto;
    align-items: center;
    row-gap: 2.4rem;
    padding: 2.4rem 0;
    border-top: 0.1rem solid #D9D9D9;
  }
  .cart .cart-hero .woocommerce-cart-form .shop_table tbody .product-thumbnail {
    display: block;
    grid-column: 1;
    grid-row: 1;
  }
  .cart .cart-hero .woocommerce-cart-form .shop_table tbody .product-thumbnail:before {
    display: none;
  }
  .cart .cart-hero .woocommerce-cart-form .shop_table tbody .product-name {
    grid-column: 2;
    grid-row: 1;
    display: block;
    width: auto;
    margin: 0 1.6rem 0 1.2rem;
    min-width: 0;
  }
  .cart .cart-hero .woocommerce-cart-form .shop_table tbody .product-price {
    grid-column: 3;
    grid-row: 1;
    margin-left: auto;
    white-space: nowrap;
    font-size: 2rem;
  }
  .cart .cart-hero .woocommerce-cart-form .shop_table tbody .product-price:before {
    display: none;
  }
  .cart .cart-hero .woocommerce-cart-form .shop_table tbody .product-quantity {
    grid-column: 1 / span 3;
    grid-row: 2;
    display: flex;
    justify-content: center;
  }
  .cart .cart-hero .woocommerce-cart-form .shop_table tbody .product-quantity:before {
    display: none;
  }
  .cart .cart-hero .woocommerce-cart-form .shop_table tbody .product-remove {
    width: auto;
    grid-column: 1 / span 3;
    grid-row: 3;
    display: flex;
    justify-content: center;
  }
  .cart .cart-hero .woocommerce-cart-form .shop_table tbody .custom-quantity .qty-btn,
  .cart .cart-hero .woocommerce-cart-form .shop_table tbody .custom-quantity .qty-display {
    font-size: 3rem;
    line-height: 130%;
  }
  .cart .cart-hero .woocommerce-cart-form .shop_table tbody .custom-quantity {
    gap: 1.4rem;
  }
  .cart .cart-hero .woocommerce-cart-form .shop_table tbody .tc-cart-payrange label {
    font-size: 1.3rem;
  }
  .cart .cart-hero .woocommerce-cart-form .shop_table tbody .tc-cart-payrange label .price .woocommerce-Price-amount {
    font-size: 1.3rem;
  }
  .cart .cart-hero .cart-collaterals {
    padding: 2.4rem 2.4rem 4.8rem 2.4rem;
  }
  .cart .cart-hero .cart-collaterals .cart_totals {
    flex-direction: column;
    gap: 2.8rem;
  }
  .cart .cart-hero .cart-collaterals .shop_table .order-total th {
    display: block;
    text-align: center;
  }
  .cart .cart-hero .cart-collaterals .shop_table .order-total td:before {
    display: none;
  }
  .cart .cart-hero .cart-collaterals .wc-proceed-to-checkout {
    width: 100%;
  }
  .cart .cart-hero .woocommerce-notices-wrapper .woocommerce-message {
    flex-direction: column;
    text-align: center;
  }
  .cart .cart-hero .wc-empty-cart-message .cart-empty {
    font-size: 2.4rem;
  }
}
/*# sourceMappingURL=cart.css.map */