
:root { --fakeant-green: #25D366; }
html, body { max-width: 100%; overflow-x: hidden; }
img, video { max-width: 100%; }
.cart-badge-quantity { display: none !important; }
.btn-right-cart img, .m-cart img { width: 26px !important; height: 26px !important; object-fit: contain; }
.fakeant-lang-switcher {
  display: inline-flex !important;
  align-items: center !important;
  gap: 2px !important;
  padding: 2px !important;
  border: 1px solid rgba(0,0,0,.12) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.94) !important;
  box-shadow: 0 4px 14px rgba(0,0,0,.08) !important;
}
.fakeant-lang-switcher button {
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: #222 !important;
  cursor: pointer !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  min-width: 36px !important;
  padding: 8px 10px !important;
}
.fakeant-lang-switcher button.active {
  background: #111 !important;
  color: #fff !important;
}
.fakeant-lang-item { display: flex !important; align-items: center !important; }
.header-mobile .fakeant-lang-switcher button { min-width: 30px !important; padding: 7px 8px !important; font-size: 11px !important; }
.header-mobile .fakeant-lang-switcher {
  position: fixed !important;
  top: 48px !important;
  right: 10px !important;
  z-index: 100001 !important;
}
#whatsappaaaaaaaa,
.whatsapp-a {
  position: fixed !important;
  right: 22px !important;
  bottom: 22px !important;
  width: 58px !important;
  height: 58px !important;
  border-radius: 50% !important;
  background: var(--fakeant-green) url('/assets/site/whatsapp.svg') center / 34px 34px no-repeat !important;
  box-shadow: 0 10px 28px rgba(0,0,0,.22) !important;
  z-index: 99999 !important;
  display: block !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  overflow: hidden !important;
}
#whatsappaaaaaaaa:hover,
.whatsapp-a:hover { filter: brightness(.96); transform: translateY(-1px); }
@media (max-width: 768px) {
  .module-img-text-slideshow,
  .module-img-text-slideshow .swiper,
  .module-img-text-slideshow .swiper-wrapper,
  .module-img-text-slideshow .swiper-slide,
  .module-img-text-slideshow .image-wrap {
    width: 100% !important;
    max-width: 100vw !important;
    overflow: hidden !important;
  }
  .module-img-text-slideshow .content-wrap {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .module-img-text-slideshow .text-wrap {
    width: calc(100vw - 44px) !important;
    max-width: calc(100vw - 44px) !important;
    min-width: 0 !important;
    padding: 20px 0 !important;
  }
  .module-img-text-slideshow .text-wrap .sub-title,
  .module-img-text-slideshow .text-wrap .title,
  .module-img-text-slideshow .text-wrap .description {
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
  }
  .module-img-text-slideshow .text-wrap .title {
    font-size: 1.35rem !important;
    line-height: 1.22 !important;
  }
  .module-img-text-slideshow .text-wrap .description {
    font-size: .96rem !important;
    line-height: 1.42 !important;
  }
  #whatsappaaaaaaaa,
  .whatsapp-a {
    right: 16px !important;
    bottom: 16px !important;
    width: 54px !important;
    height: 54px !important;
    background-size: 32px 32px !important;
  }
}

/* fakeant mobile product gallery fix start */
@media (max-width: 768px) {
  body.page-product {
    padding-bottom: 92px !important;
  }
  body.page-product #product-top,
  body.page-product #product-app .row {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body.page-product .product-image {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100vw !important;
    min-height: 0 !important;
    height: auto !important;
    overflow: visible !important;
  }
  body.page-product .product-image .right,
  body.page-product .product-image #zoom {
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
    touch-action: pan-y !important;
  }
  body.page-product .product-image .product-img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #fff !important;
    overflow: hidden !important;
  }
  body.page-product .product-image .product-img img,
  body.page-product .product-image #zoom > img {
    width: 100% !important;
    height: 100% !important;
    max-height: min(88vw, 430px) !important;
    object-fit: contain !important;
    display: block !important;
  }
  body.page-product .product-image #zoom .zoomImg {
    display: none !important;
  }
  body.page-product .product-image .left {
    order: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 10px 0 0 !important;
    overflow: visible !important;
  }
  body.page-product .product-image #swiper {
    width: 100% !important;
    height: 76px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
  }
  body.page-product .product-image #swiper .swiper-wrapper {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: max-content !important;
    height: 76px !important;
    transform: none !important;
  }
  body.page-product .product-image #swiper .swiper-slide {
    flex: 0 0 70px !important;
    width: 70px !important;
    height: 70px !important;
    margin: 0 8px 0 0 !important;
  }
  body.page-product .product-image #swiper .swiper-slide a,
  body.page-product .product-image #swiper .swiper-slide img {
    width: 70px !important;
    height: 70px !important;
    object-fit: cover !important;
    display: block !important;
  }
  body.page-product .product-image #swiper .swiper-pager {
    display: none !important;
  }
  body.page-product .product-btns {
    z-index: 99998 !important;
  }
}
/* fakeant mobile product gallery fix end */
