@media (max-width: 767px) {
  html.route-product-product .product-info .main-image .swiper-controls {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 20 !important;
    pointer-events: none !important;
  }

  html.route-product-product .product-info .main-image .swiper-buttons {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none !important;
  }

  html.route-product-product .product-info .main-image .swiper-button-prev,
  html.route-product-product .product-info .main-image .swiper-button-next {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    top: 50% !important;
    width: 44px !important;
    height: 56px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateY(-50%) !important;
    border: 1px solid rgba(20, 25, 35, .08) !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, .9) !important;
    color: #111 !important;
    box-shadow: 0 6px 20px rgba(20, 25, 35, .14) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    backdrop-filter: blur(5px) !important;
  }

  html.route-product-product .product-info .main-image .swiper-button-prev {
    left: 8px !important;
    right: auto !important;
  }

  html.route-product-product .product-info .main-image .swiper-button-next {
    right: 8px !important;
    left: auto !important;
  }

  html.route-product-product .product-info .main-image .swiper-button-prev::before,
  html.route-product-product .product-info .main-image .swiper-button-next::before {
    display: block !important;
    font-family: Arial, sans-serif !important;
    font-size: 36px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    color: #111 !important;
  }

  html.route-product-product .product-info .main-image .swiper-button-prev::before {
    content: "‹" !important;
  }

  html.route-product-product .product-info .main-image .swiper-button-next::before {
    content: "›" !important;
  }

  html.route-product-product .product-info .main-image .swiper-button-disabled {
    opacity: .38 !important;
    cursor: default !important;
  }

  html.route-product-product .product-info .main-image .swiper-pagination {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    left: 50% !important;
    bottom: 10px !important;
    width: auto !important;
    margin: 0 !important;
    transform: translateX(-50%) !important;
    z-index: 22 !important;
    pointer-events: auto !important;
  }
}
