/* ----------- Start Cart -----------*/
.cart .s-conditional-offer-container {
  background-color: transparent !important;
  border: 1px solid var(--color-primary);
}
.cart-item img.bg-gray-100.object-cover {
  background-color: transparent !important;
  object-fit: contain !important;
}
/* ----------- End Cart -----------*/


/* ----------- Start Product Card -----------*/
.product-card__actions div.quickview-btn {
  display: none;
}
.product-card--fit-height .product-card__image {
  height: auto !important;
}
/* ----------- End Product Card -----------*/


/* ----------- Start Product Options -----------*/
.s-product-options-thumbnails-wrapper div p {
  color: var(--store-text-secondary) !important;
}
/* ----------- End Product Options -----------*/


/* ----------- Start Product Page -----------*/
.product-single__main-media .swiper-autoheight .swiper-wrapper {
  align-items: center !important;
}
#details_table .ql-video,
.product-single-top-description .ql-video,
.quickview-description .ql-video {
  height: 378px !important;
}
/* ----------- End Product Page -----------*/


/* ----------- Start Slider -----------*/
.s-slider-block__title {
  border: none !important;
}
/* ----------- End Slider -----------*/


/* ----------- Start Viewed Section -----------*/
section#viewed-section .right-side {
  display: none;
}
section#viewed-section .s-block__title {
  display: none;
}
/* ----------- End Viewed Section -----------*/


/* ----------- Start Header -----------*/
body.trans_header .store-header {
  z-index: 3 !important;
}
/* ----------- End Header -----------*/


/* ----------- Start Responsive -----------*/
@media (max-width: 768px) {
  section#viewed-section .product-card__image img {
    width: 71%;
  }
  section#viewed-section .product-card__content {
    padding: 11px 6px;
  }
  section#viewed-section .product-card--fit-height .product-card__image {
    width: 100%;
  }
  section#viewed-section .carousel-slider .swiper-wrapper > div {
    width: 177px !important;
  }
}

@media (max-width: 991px) {
  .product-card__promotion {
    top: 0;
    left: 0;
  }
  custom-salla-product-card {
    justify-content: space-between;
    height: 100% !important;
  }
  section#viewed-section .product-card__image img {
    width: 96%;
  }
}
/* ----------- End Responsive -----------*/