@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Regular.woff2") format("woff2"), url("../fonts/Satoshi-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Medium.woff2") format("woff2"), url("../fonts/Satoshi-Medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Bold.woff2") format("woff2"), url("../fonts/Satoshi-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Black.woff2") format("woff2"), url("../fonts/Satoshi-Black.woff") format("woff");
  font-display: swap;
  font-weight: 900;
}
@media (min-width: 768px) {
  @keyframes scroll-to-top {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(calc(-100% - var(--gap)));
    }
  }
  @keyframes scroll-to-bottom {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(calc(0 - var(--gap)));
    }
  }
}
@media (max-width: 767px) {
  @keyframes scroll-to-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-100% - var(--gap)));
    }
  }
  @keyframes scroll-to-right {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(calc(0 - var(--gap)));
    }
  }
}
body .entry-content .mob-slider-img {
  height: 27em;
}

body .entry-content .mob-slider-img img {
  height: 100% !important;
  object-fit: cover;
}

.home-slider-sec .slick-list {
  overflow: visible;
}

@media (max-width: 767px) {
  .home-slider-sec .slick-list {
    overflow: hidden;
  }
}
.home-slider-sec .home-slide {
  margin-left: 1em;
  margin-right: 1em;
  border-radius: 20px;
  overflow: hidden;
  outline: 0;
  position: relative;
}

@media (max-width: 767px) {
  .home-slider-sec .home-slide {
    margin-left: 0;
    margin-right: 0;
  }
}
.home-slider-sec .slider-img {
  padding: 0;
  margin-bottom: 0;
}

.home-slider-sec .slide-middle {
  padding: 0;
  margin-bottom: 0;
  padding-right: 1em;
  padding-left: 1em;
  text-align: center;
  background: #1D146C;
}

.home-slider-sec .slide-middle .store-icon {
  width: 72%;
  margin: 0 auto 12.3%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #fff;
}

@media (max-width: 767px) {
  .home-slider-sec .slide-middle .store-icon {
    margin-bottom: 0;
    border-radius: 1em 1em 0 0;
  }
}
.home-slider-sec .slide-middle .store-icon .img-wrap {
  width: 60%;
  height: 5.5em;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.home-slider-sec .slide-middle .store-icon img {
  width: 100% !important;
  object-fit: contain;
}

.home-slider-sec .slide-middle .banner-text {
  color: #fff;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.4;
  margin-bottom: 14%;
}

@media (max-width: 767px) {
  .home-slider-sec .slide-middle .banner-text {
    font-size: 1.3em;
    margin-bottom: 1.25em;
    margin-top: 1.9em;
  }
}
.home-slider-sec .slide-middle .shop-now a {
  color: #fff;
  border-radius: 8px;
  display: inline-block;
  text-decoration: none;
  padding: 0.6em 1.5em;
  line-height: 1.3;
  transition: all 0.3s;
  font-weight: 700;
}

.home-slider-sec .slide-middle.no-store {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.home-slider-sec .mob-slide-text {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(29, 20, 108, 0.8);
}

.home-slider-sec ul.slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
}

.home-slider-sec ul.slick-dots li {
  margin-right: 8px;
}

.home-slider-sec ul.slick-dots li:last-child {
  margin-right: 0;
}

.home-slider-sec ul.slick-dots li button {
  opacity: 40%;
  border: 0;
  padding: 0;
  font-size: 0;
  width: 8px;
  height: 8px;
  background: #22177D !important;
  border-radius: 8px;
  transition: all 0.4s;
  outline: 0;
}

.home-slider-sec ul.slick-dots li.slick-active button {
  width: 80px;
  opacity: 1;
}

.home-slider-sec .slick-arrow {
  position: absolute;
  padding: 0;
  z-index: 9;
  line-height: 1;
  color: #000 !important;
  border-radius: 50%;
  background: #fff !important;
  font-size: 1.3em;
  top: 40%;
  outline: 0;
  border: 0;
  transition: all 0.3s;
  width: 2em;
  height: 2em;
  box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.3);
}

.home-slider-sec .slick-arrow:hover {
  background: #6418FF !important;
  color: #fff !important;
}

.home-slider-sec .slick-arrow.slick-prev {
  left: 0;
}

.home-slider-sec .slick-arrow.slick-next {
  right: 0;
}

.seasonal-banner {
  padding-top: 2.5em;
}

.deals-of-day {
  padding-top: 2.7em;
}

.deals-of-day .deals-wrapper {
  margin-top: 2.5em;
}

.deals-of-day .row > * {
  padding-right: 0.438em;
  padding-left: 0.438em;
  margin-bottom: 2.5%;
}

@media (max-width: 767px) {
  .deals-of-day .row > * {
    padding-right: 0.8em;
    padding-left: 0.8em;
    margin-bottom: 7.5%;
  }
}
.deals-of-day .deal-wrap {
  background: url(../images/coupon-bg.webp) no-repeat center;
  background-size: 100% 100%;
  height: 100%;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}

.deals-of-day .deal-wrap:hover {
  background-image: url(../images/coupon-bg-hover.webp);
}

.deals-of-day .deal-wrap .coupon-head {
  background: #fff;
  border: 1px solid #D4D4D4;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.deals-of-day .deal-wrap .discount-logo {
  width: 65%;
  height: 65px;
  margin: auto;
  padding: 6px 0px;
}

.deals-of-day .deal-wrap .discount-logo img {
  object-fit: contain;
  height: 100% !important;
  width: 100% !important;
}

.deals-of-day .deal-wrap .coupon-body {
  padding: 0.6em 1.2em 1.5em;
  text-align: center;
  flex: 1;
}

.deals-of-day .deal-wrap .discount-percentage {
  font-weight: 900;
  font-size: 1.3em;
  margin-bottom: 0.2em;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.deals-of-day .deal-wrap .discount-description {
  font-weight: 500;
  font-size: 0.75em;
  line-height: 1.25;
  margin-bottom: 1em;
}

.deals-of-day .deal-wrap .coupon-link-btn .custom-btn {
  font-size: 0.875em;
  padding: 0.4em 0.73em;
  background: var(--primary_col);
}

.deals-of-day .deal-wrap .coupon-link-btn .custom-btn:hover {
  background: #fc0;
}

.deals-of-day .deal-wrap .show-default {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.deals-of-day .deal-wrap .coupon-link-btn {
  margin-top: auto;
}

.deals-of-day .view-more-deals {
  text-align: center;
  margin-top: 1.2em;
}

.deals-of-day .view-more-deals .custom-btn {
  padding-left: 5em;
  padding-right: 5em;
}

.featured-stores {
  padding-top: 3.1em;
}

.featured-stores .store-row {
  align-items: center;
}

@media (max-width: 767px) {
  .featured-stores .store-content {
    text-align: center;
  }
}
.featured-stores .store-content .store-head {
  font-size: 2.75em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.4em;
}

@media (max-width: 767px) {
  .featured-stores .store-content .store-head {
    font-size: 2em;
  }
}
.featured-stores .store-content .store-text {
  font-size: 1.125em;
  line-height: 1.4;
}

.featured-stores .store-content .store-text p {
  margin-bottom: 1em;
}

.featured-stores .store-content .store-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .featured-stores .store-content .store-text {
    font-size: 1em;
  }
}
.featured-stores .store-content .store-sec-cta {
  margin-top: 1.3em;
}

.featured-stores .store-logos .marquee-container {
  height: 35em;
  overflow: hidden;
}

@media (max-width: 767px) {
  .featured-stores .store-logos .marquee-container {
    height: unset;
  }
}
.featured-stores .store-logos .store-marquee {
  --gap: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: var(--gap);
}

@media (max-width: 767px) {
  .featured-stores .store-logos .store-marquee {
    --gap: 3rem;
    flex-direction: row;
  }
}
.featured-stores .store-logos .store-marquee span {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  align-items: center;
}

@media (max-width: 767px) {
  .featured-stores .store-logos .store-marquee span {
    flex-direction: row;
  }
}
.featured-stores .store-logos .store-marquee.to-top span {
  animation: scroll-to-top 20s linear infinite;
}

@media (max-width: 767px) {
  .featured-stores .store-logos .store-marquee.to-top span {
    animation: scroll-to-left 10s linear infinite;
  }
}
.featured-stores .store-logos .store-marquee.to-bottom span {
  animation: scroll-to-bottom 20s linear infinite;
}

@media (max-width: 767px) {
  .featured-stores .store-logos .store-marquee.to-bottom span {
    animation: scroll-to-right 10s linear infinite;
  }
}
.featured-stores .store-logos .store-marquee .store-item {
  width: 10em;
  height: 10em;
  margin-bottom: 2.5em;
  border: 2px solid #DEDEDE;
  border-radius: 50%;
  align-items: center;
}

@media (max-width: 999px) {
  .featured-stores .store-logos .store-marquee .store-item {
    width: 8em;
    height: 8em;
  }
}
@media (max-width: 767px) {
  .featured-stores .store-logos .store-marquee .store-item {
    width: 150px;
    height: 150px;
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .featured-stores .store-logos .store-marquee .store-item {
    width: 120px;
    height: 120px;
    margin-top: 5px;
  }
}
.featured-stores .store-logos .store-marquee .store-item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5em;
}

.featured-stores .store-logos:hover .store-marquee span {
  animation-play-state: paused;
}

