.unified-orange-btn {
  background-color: var(--primary-color) !important;
  color: #ffffff !important;
  padding: 5px 15px;
  border: none;
  border-radius: 8px;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(247, 147, 24, 0.4);
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.unified-orange-btn:hover,
.unified-orange-btn:active {
  background-color: #e68815 !important;
  transform: scale(0.98);
  box-shadow: 0 2px 10px rgba(247, 147, 24, 0.6);
}

.product-slider-container .section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.section-title .ec-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
  color: #202020;
  position: relative;
  padding: 0;
  text-transform: uppercase;
  line-height: 1.2;
}

.section-title .ec-title {
  font-size: 20px;
}

.ec-instagram-section .section-title .ec-title span {
  color: #3474d4;
  text-transform: capitalize;
}

.section-title-block {
  margin-bottom: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m-tb-minus-15 {
  margin: 0;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.product-slider-container .swiper-slide {
  margin-top: 5px;
}

.product-slider-container .swiper-wrapper {
  height: unset !important;
  padding-bottom: 8px;
}

#daily_offers .swiper-wrapper,
#second_product_section .swiper-wrapper,
#third_product_section .swiper-wrapper {
  scroll-behavior: smooth;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 10px;
  height: 240px !important;
  padding: 0px;
  align-items: center;
}

#daily_offers .swiper-slide,
#second_product_section .swiper-slide,
#third_product_section .swiper-slide {
  width: 40% !important;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  margin: 0px 0;
  padding: 0px 0;
  height: 95% !important;
}
#daily_offers .swiper-slide .ec-product-inner,
#second_product_section .swiper-slide .ec-product-inner,
#third_product_section .swiper-slide .ec-product-inner {
  height: 100%;
}
html[dir="rtl"] #daily_offers .swiper-slide .ec-product-inner:first-child,
html[dir="rtl"]
  #second_product_section
  .swiper-slide
  .ec-product-inner:first-child,
html[dir="rtl"]
  #third_product_section
  .swiper-slide
  .ec-product-inner:first-child {
  margin-right: 4px;
}
html[dir="ltr"] #daily_offers .swiper-slide .ec-product-inner:first-child,
html[dir="ltr"]
  #second_product_section
  .swiper-slide
  .ec-product-inner:first-child,
html[dir="ltr"]
  #third_product_section
  .swiper-slide
  .ec-product-inner:first-child {
  margin-left: 4px;
}
#daily_offers .swiper-slide .ec-product-inner .ec-pro-image-outer,
#second_product_section .swiper-slide .ec-product-inner .ec-pro-image-outer,
#third_product_section .swiper-slide .ec-product-inner .ec-pro-image-outer {
  flex: initial;
}
#daily_offers .ec-pro-image-outer img,
#second_product_section .ec-pro-image-outer img,
#third_product_section .ec-pro-image-outer img {
  width: 100%;
  aspect-ratio: 765 / 850;
}

@media (min-width: 768px) {
  html[dir="rtl"] .product-slider-container .swiper-slide {
    padding-left: 0.5rem;
  }

  html[dir="ltr"] .product-slider-container .swiper-slide {
    padding-right: 0.5rem;
  }

  .ec_cat_slider {
    flex-wrap: wrap;
  }

  #daily_offers .swiper-slide,
  #second_product_section .swiper-slide,
  #third_product_section .swiper-slide {
    width: 15% !important;
  }
}

@media (max-width: 768px) {
  #daily_offers .swiper-wrapper,
  #second_product_section .swiper-wrapper,
  #third_product_section .swiper-wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  #daily_offers .swiper-wrapper::-webkit-scrollbar,
  #second_product_section .swiper-wrapper::-webkit-scrollbar,
  #third_product_section .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }
  html[dir="rtl"] .col-6:nth-child(odd) .ec-product-inner {
    margin-right: 4px;
  }

  html[dir="rtl"] .col-6:nth-child(even) .ec-product-inner {
    margin-left: 4px;
  }

  html[dir="ltr"] .col-6:nth-child(odd) .ec-product-inner {
    margin-left: 4px;
  }

  html[dir="ltr"] .col-6:nth-child(even) .ec-product-inner {
    margin-right: 4px;
  }
}
#second_product_section-wrapper,
#new_arrivals-wrapper {
  padding-bottom: 8px;
}

#second_product_section .ec-product-inner {
  box-shadow: 0 0 10px 3px rgba(255, 140, 0, 0.4), 0 4px 6px rgba(0, 0, 0, 0.08);
}
#third_product_section .ec-product-inner {
  box-shadow: 0 0 10px 3px rgba(255, 140, 0, 0.4), 0 4px 6px rgba(0, 0, 0, 0.08);
}
