@media (max-width: 767px) {
  html.route-product-product body {
    padding-bottom: 88px !important;
  }

  html.route-product-product .product-info .title.page-title {
    margin: 10px 10px 12px !important;
    padding: 0 0 12px !important;
    font-size: 22px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    text-align: left !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    border-bottom: 1px solid #eceff3 !important;
  }

  html.route-product-product .product-info .product-image {
    display: block !important;
    width: auto !important;
    margin: 0 10px 18px !important;
    padding: 0 !important;
  }

  html.route-product-product .product-info .product-image .main-image {
    width: 100% !important;
    margin: 0 !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    background: #f7f7f8 !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .04) !important;
  }

  html.route-product-product .product-info .product-image .main-image .swiper-slide {
    background: #f7f7f8 !important;
  }

  html.route-product-product .product-info .product-image .main-image img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
  }

  html.route-product-product .product-info .product-image .additional-images {
    display: none !important;
  }

  html.route-product-product .product-info .product-image .swiper-pagination {
    display: block !important;
    position: static !important;
    margin-top: 10px !important;
  }

  html.route-product-product .product-info .product-image .swiper-pagination-bullet {
    width: 20px !important;
    height: 3px !important;
    border-radius: 3px !important;
  }

  html.route-product-product .product-info .product-details {
    padding: 0 10px !important;
  }

  html.route-product-product .product-info .product-stats {
    margin: 6px 0 12px !important;
    padding: 12px 0 !important;
    border-top: 1px solid #eceff3 !important;
    border-bottom: 1px solid #eceff3 !important;
  }

  html.route-product-product .product-info .product-price-group {
    position: fixed !important;
    left: 12px !important;
    bottom: 14px !important;
    width: 42% !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 9992 !important;
    background: transparent !important;
    border: 0 !important;
  }

  html.route-product-product .product-info .product-price-group .product-price,
  html.route-product-product .product-info .product-price-group .product-special {
    margin: 0 !important;
    font-size: 24px !important;
    line-height: 48px !important;
    font-weight: 800 !important;
    color: #111 !important;
    white-space: nowrap !important;
  }

  html.route-product-product .product-info .button-group-page {
    position: fixed !important;
    right: 12px !important;
    bottom: 12px !important;
    width: 48% !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 9993 !important;
    background: transparent !important;
    border: 0 !important;
  }

  html.route-product-product .product-info .button-group-page .buttons-wrapper,
  html.route-product-product .product-info .button-group-page .cart-group {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html.route-product-product .product-info #button-cart {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 50px !important;
    padding: 12px 18px !important;
    border: 0 !important;
    border-radius: 25px !important;
    background: #111 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    box-shadow: none !important;
  }

  html.route-product-product .product-info .button-group-page .stepper,
  html.route-product-product .product-info .button-group-page .wishlist,
  html.route-product-product .product-info .button-group-page .compare {
    display: none !important;
  }
}
