.cart-empty .cart__warnings {
  display: block;
}

.cart__footer-container.cart-empty,
.cart-empty .cart__contents,
.cart-empty .main-cart-items-container {
  display: none;
}

.cart-drawer__inner-wrapper.cart-empty cart-drawer-items,
.cart-drawer .cart-empty .cart-drawer__checkout-container {
  display: none;
}

.cart__warnings {
  display: none;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 80px;
  width: 100%;
}
.cart-drawer .cart__warnings {
  position: absolute;
  top: 50%;
  padding: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cart__empty-text {
  margin-bottom: 20px;
  color: rgb(var(--color-text));
}
@media (max-width: 959px) {
  .cart__warnings {
    padding: 160px 0;
  }
}
.cart-payment-buttons .cart__payment {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 15px;
    justify-content: start;
}
.cart-payment-buttons .cart__payment>svg {
    height: 22px;
    width: 35px;
}
.cart-featured-collection .slider-mobile-gutter {
    padding: 0;
}
.cart-featured-collection {
    margin-top: 20px;
    padding: 20px 0 15px 15px;
    width: calc(100% + 20px);
    margin-left: -12px;
    overflow: hidden;
}
.cart-featured-collection .product-grid {
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}
.cart-featured-collection .product-grid .card__content {
    display: none;
}
.cart-featured-collection .product-grid img {
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
}
.cart-featured-collection .grid__item {
    width: 35%;
}
.cart-featured-collection .title6 {
    margin-bottom: 10px;
}
#CartDrawer .cart-drawer__checkout-container {
    padding: 0;
}
.cart-featured-collection .card .product-sale-banner,
#CartDrawer .cart-drawer__amount-wrapper,
#CartDrawer .cart-drawer__checkout-wrapper {
    display: none;
}
.cart-drawer__inner {
    padding: 0;
}
.cart-item__price-wrapper .original-price {
    text-decoration: line-through;
}
.cart-item__price-wrapper .discounted-price {
    color: rgb(var(--color-discount));
    margin-left: 5px;
}
.cart-item__price-wrapper .saving-price {
    color: rgb(var(--color-discount));
    margin-left: 5px;
    display: none;
}
#CartDrawer .cart-item__totals .body3 {
    font-size: 13px;
}
.cart-drawer__header {
    padding: 20px;
    background-color: #fff;
}
.cart-drawer-items-wrapper {
    padding: 0 20px;
}
.cart-drawer__close {
    top: 20px;
    right: 20px;
}
/* The ipad end responds to the mobile end in vertical screen */

/* @custom-media --tablet (max-width: 959px); */

/* @custom-media --gt-mobile (min-width: 751px); */

/* detectingScreen need to consider the configuration of the tablet */
