﻿.dealoftheday-container {
  position: relative;
  margin: 0 auto 30px;
}
.dealoftheday-container.bg-class {
  padding-block: 30px;
}
@media (min-width: 992px) {
  .dealoftheday-container.bg-class {
    padding-block: 48px;
  }
}
@media (min-width: 992px) {
  .dealoftheday-container {
    margin: 0 auto 50px;
  }
}
@media (min-width: 992px) {
  .dealoftheday-container .swiper-button-next,
  .dealoftheday-container .swiper-button-prev {
    opacity: 0;
    transition: all 0.3s;
  }
}
@media (min-width: 992px) {
  .dealoftheday-container:hover .swiper-button-next,
  .dealoftheday-container:hover .swiper-button-prev {
    opacity: 1;
  }
}
.dealoftheday-container .dealoftheday-leftadd {
  display: block;
  border-radius: 3px;
  position: relative;
  height: 100%;
  width: 100%;
}
.dealoftheday-container .dealoftheday-leftadd .deals-image {
  display: none;
}
@media (min-width: 768px) {
  .dealoftheday-container .dealoftheday-leftadd .deals-image {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 100%;
  }
  .dealoftheday-container .dealoftheday-leftadd .deals-image .swiper {
    height: 100%;
  }
}
.dealoftheday-container .dealoftheday-leftadd .deals-image .swiper-wrapper {
  align-items: center;
}
.dealoftheday-container .dealoftheday-leftadd .deals-image .slider-image {
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
  width: 100%;
  position: relative;
}
.dealoftheday-container .dealoftheday-leftadd .deals-image .slider-image::before {
  content: "";
  display: block;
  padding-top: 103%;
}
.dealoftheday-container .dealoftheday-leftadd .deals-image .slider-image img {
  width: 100%;
  height: 100%;
  max-width: initial;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  object-fit: cover;
}
.dealoftheday-container .dealoftheday-leftadd .deals-image .swiper-pagination {
  bottom: 10px;
}
.dealoftheday-container .dealoftheday-leftadd .title {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: var(--white);
  width: 90%;
  font-size: 24px;
  font-weight: 700;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .dealoftheday-container .dealoftheday-leftadd .title {
    position: relative;
    top: initial;
    left: initial;
    color: var(--primary-color);
    transform: none;
  }
}
.dealoftheday-container .dealoftheday-leftadd .carousel-countdown {
  padding: 5px;
  color: var(--white);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2 !important;
  margin-bottom: 10px;
}
.dealoftheday-container .dealoftheday-leftadd .carousel-countdown div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 556px) {
  .dealoftheday-container .dealoftheday-leftadd .carousel-countdown {
    padding: 9px 10px;
    padding-bottom: 7px;
    align-items: baseline;
  }
}
@media (min-width: 768px) {
  .dealoftheday-container .dealoftheday-leftadd .carousel-countdown {
    position: absolute;
    z-index: 1;
    top: 60px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
  }
}
.dealoftheday-container .dealoftheday-leftadd .carousel-countdown .count {
  font-size: 12px;
  background: var(--red);
  border-radius: 100px;
  margin: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
}
@media (min-width: 1200px) {
  .dealoftheday-container .dealoftheday-leftadd .carousel-countdown .count {
    margin: 4px;
    background: var(--white);
  }
}
.dealoftheday-container .dealoftheday-leftadd .carousel-countdown .count span {
  font-family: inherit;
  color: var(--white);
  font-weight: 700;
  font-size: 11px;
  padding: 3px 8px;
}
@media (max-width: 767px) {
  .dealoftheday-container .dealoftheday-leftadd .carousel-countdown .count span {
    font-size: 12px;
    padding: 5px 14px;
  }
}
@media (min-width: 992px) {
  .dealoftheday-container .dealoftheday-leftadd .carousel-countdown .count span {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .dealoftheday-container .dealoftheday-leftadd .carousel-countdown .count span {
    font-size: 14px;
    padding: 5px 8px;
    min-width: 52px;
    text-align: center;
    color: var(--black);
  }
}

.dealoftheday-container .dealoftheday-content {
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .dealoftheday-container .dealoftheday-content {
    flex-wrap: wrap;
  }
  .dealoftheday-container .dealoftheday-content .deals-left-contents,
  .dealoftheday-container .dealoftheday-content .deals-right-contents {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .dealoftheday-container .dealoftheday-content .deals-left-contents {
    width: 30%;
    margin-right: 10px;
  }
  .dealoftheday-container .dealoftheday-content .deals-right-contents {
    width: 67%;
  }
}
@media (min-width: 1200px) {
  .dealoftheday-container .dealoftheday-content {
    flex-direction: row;
    position: unset;
    gap: 13px;
  }
  .dealoftheday-container .dealoftheday-content .deals-left-contents {
    width: 24%;
  }
  .dealoftheday-container .dealoftheday-content .deals-right-contents {
    width: 74.5%;
  }
}
.dealoftheday-container .dealoftheday-content .deals-products {
  position: relative;
}
@media (min-width: 992px) {
  .dealoftheday-container .dealoftheday-content .deals-products {
    margin: 0 -10px;
  }
}
.dealoftheday-container .dealoftheday-content .deals-products .see-more {
  background: var(--white);
  padding: 2px 5px;
  border-radius: 3px;
  margin-top: 4px;
  display: inline-block;
  color: var(--primary-color);
}
.dealoftheday-container .dealoftheday-content .deals-products .see-more::after {
  content: "...";
}
.dealoftheday-container .dealoftheday-content .deals-products > .title {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .dealoftheday-container .dealoftheday-content .deals-products > .title {
    padding: 0;
    padding-bottom: 20px;
  }
}
.dealoftheday-container .dealoftheday-content .deals-products > .title strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--white);
}
@media (min-width: 556px) {
  .dealoftheday-container .dealoftheday-content .deals-products > .title strong {
    text-transform: uppercase;
    font-size: 24px;
  }
}
.dealoftheday-container .dealoftheday-content .deals-products .swiper-slide {
  max-width: 80%;
  padding-inline: 5px;
}
@media (min-width: 768px) {
  .dealoftheday-container .dealoftheday-content .deals-products .swiper-slide {
    padding-inline: 10px;
  }
}
@media (min-width: 1200px) {
  .dealoftheday-container .dealoftheday-content .deals-products .swiper-slide {
    max-width: 33.3333%;
  }
}
.dealoftheday-container .dealoftheday-content .deals-products .swiper-button-next {
  transform: translate(20px, 12px);
}
.dealoftheday-container .dealoftheday-content .deals-products .swiper-button-prev {
  transform: translate(-20px, 12px);
}

@media (min-width: 992px) {
  .dealoftheday-container.right .dealoftheday-content {
    flex-direction: row-reverse;
  }
}
