/* Module CSS */
.rx-smartsliders :is(h1, h2, h3, h4, h5) {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
}

.rx-smartsliders :is(h1, h2, h3, h4, h5) b {
  font-weight: 700;
}
.rx-homepage-sliders .product-miniature .product-miniature__title{
  font-size: 25px;
}

@media(max-width: 767.98px){
  .rx-homepage-sliders .product-miniature .product-miniature__infos__bottom-right [data-button-action="add-to-cart"]{
    opacity: 1;
  }
  .rx-homepage-sliders .product-miniature__prices:has(.product-miniature__discount-price){
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .rx-homepage-sliders .product-miniature .product-miniature__title{
    font-size: 20px;
  }
}

/* Bestsellers */
#home-bestsellers {
  margin-block: 50px;
}

#home-bestsellers .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-block-end: 30px;
}

#home-bestsellers .section-header h2 {
  font-size: 3.0625rem;
  font-weight: 850;
  line-height: 100%;
  color: var(--color-black);
  margin: 0;
  font-family: var(--primary-font);
  text-transform: unset;
}

#home-bestsellers :is(.section-header, .section-footer) a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
  padding: 6px;
  color: var(--color-black);
  display: flex;
  align-items: center;
  gap: 12px;
}

#home-bestsellers .section-footer {
  margin-block-start: 20px;
  display: none;
}

#home-bestsellers .swiper-container {
  position: relative;
}

#home-bestsellers .swiper-button-prev, 
#home-bestsellers .swiper-button-next {
  width: 36px;
  height: 36px;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3CforeignObject x='-10' y='-10' width='56' height='56'%3E%3Cdiv xmlns='http://www.w3.org/1999/xhtml' style='backdrop-filter:blur(5px);clip-path:url(%23bgblur_0_546_18471_clip_path);height:100%25;width:100%25'%3E%3C/div%3E%3C/foreignObject%3E%3Cg data-figma-bg-blur-radius='10'%3E%3Crect width='36' height='36' rx='6' fill='white' fill-opacity='0.6'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' rx='5.5' stroke='%23292525' stroke-opacity='0.5'/%3E%3Cpath d='M16 24L22 18L16 12' stroke='%23292525' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='bgblur_0_546_18471_clip_path' transform='translate(10 10)'%3E%3Crect width='36' height='36' rx='6'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  top: 50%;
}

#home-bestsellers .swiper-button-prev {
  left: 0;
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}

#home-bestsellers .swiper-button-next {
  right: 0;
  transform: translateX(50%) translateY(-50%);
}

#home-bestsellers .swiper-button-prev::after, 
#home-bestsellers .swiper-button-next::after {
  display: none;
}

#home-bestsellers .swiper-button-disabled {
  opacity: 0;
}

@media (max-width: 991.98px) {
  #home-bestsellers .section-header {
    margin-block-end: 20px;
  }
  
  #home-bestsellers .section-header h2 {
    font-size: 1.9375rem;
  }
  
  #home-bestsellers .section-header a {
    display: none;
  }
  
  #home-bestsellers .section-footer {
    display: block;
  }
  
  #home-bestsellers .swiper-button-prev, 
  #home-bestsellers .swiper-button-next {
    display: none;
  }
}
.rx-smartslider-home{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
}
@media (max-width: 991.98px){
  .rx-smartslider-home{
  grid-template-columns: repeat(2,1fr);
}
}
@media (max-width: 575.98px){
  .rx-smartslider-home{
  grid-template-columns: repeat(1,1fr);
}
}
/* END Bestsellers */