@media(min-width:768px){
    .ra-brands.ra-brands-3 .swiper-wrapper.s-slider-swiper-wrapper {
        transform: translate3d(0px, 0px, 0px) !important;
    }
  section.ra-brands.ra-brands-3.aos-init.aos-animate .swiper-wrapper.s-slider-swiper-wrapper{
    justify-content:center;
}
}
.ra-feature5.relative img.product{
    height: clamp(11.938rem, 7.3165rem + 49.7183vw, 35.063rem);
}
section.RE_timer > .relative {
    z-index:1;
}


@media(max-width:768px){
  .top-navbar{
    display:none
}
  #mainnav{
    margin-top:0;
}
}

/** NEW **/
/* RA_main-banner */
section.RA_main-banner .custom-tabs {
    display: none;
}
@media (min-widtH: 1024px) {
    section.RA_main-banner h2 {
        font-size: 54px;
    }
    section.RA_main-banner p {
        font-size: 28px;
    }
    section.RA_main-banner a {
        font-size: 26px;
        padding-block: 16px;
    }
}
@media (max-widtH: 1024px) {
    section.RA_main-banner h2 {
        font-size: 30px;
    }
    section.RA_main-banner p {
        font-size: 16px;
        margin-block: 10px;
    }
    section.RA_main-banner a {
        font-size: 17px;
        padding-block: 12px;
    }
    /* SECTION HEIGHT */
    section.RA_main-banner.h-\[430px\],
    section.RA_main-banner .h-\[430px\] {
        height: 230px;
    }
}

/* Products */
section.s-block--best-offers {
  margin-bottom: 2rem;
}
section.s-block--best-offers .s-slider-block__title {
    display: none;
}

/* Footer */
footer#footer .logo-name img {
    width: unset !important;
    height: 110px !important;
}
footer#footer .logo-name span {
    display: none;
}
@media(max-width:768px){
    footer#footer .logo-name .flex {
        justify-content: center;
    }
}

/* WA Contact BTN - Single Product */
.contact-wa-btn {
  width: 300px;
  transition: 0.3s;
  margin: 20px;
}
.contact-wa-btn:hover {
  scale: 1.05;
}
@media(max-width:768px){
  .s-add-product-button-main {
    justify-content: center;
  }
  .contact-wa-btn {
    width: 200px;
  }
}
section.flex.whitespace-nowrap.gap-4.items-center.mb-4.md\:mb-8.w-\[55\%\].md\:w-full.justify-center {
    white-space:normal;
    width:100% !important;
}