/* Rosaifa 4.14.14 — mobile PDP overlap and edge-spacing repair. */

@media (max-width: 760px) {
  body.single-product,
  body.single-product .rf-main {
    overflow-x: clip;
  }

  .single-product .rf-woocommerce-main > .rf-container {
    width: min(100% - 16px, var(--rf-max)) !important;
  }

  .single-product .rf-shop-layout,
  .single-product .rf-shop-content,
  .single-product div.product,
  .single-product div.product div.images,
  .single-product div.product .summary {
    max-width: 100%;
    min-width: 0;
  }

  .single-product div.product {
    align-items: start !important;
    overflow: visible !important;
  }

  .single-product div.product div.images.woocommerce-product-gallery {
    display: grid !important;
    gap: 8px !important;
    grid-template-columns: minmax(0, 1fr);
    margin: 0 0 8px !important;
    position: relative !important;
    width: 100% !important;
    z-index: 0 !important;
  }

  .single-product .woocommerce-product-gallery > .flex-viewport {
    margin: 0 !important;
    overflow: hidden !important;
    position: relative !important;
    z-index: 0 !important;
  }

  .single-product .woocommerce-product-gallery > .flex-viewport > .woocommerce-product-gallery__wrapper,
  .single-product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
    overflow: hidden !important;
    position: relative !important;
    z-index: 0 !important;
  }

  .single-product .woocommerce-product-gallery__trigger {
    right: 14px !important;
    top: 14px !important;
    z-index: 3 !important;
  }

  .single-product div.product .summary {
    clear: both !important;
    display: block !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    position: relative !important;
    width: 100% !important;
    z-index: 2 !important;
  }

  .single-product div.product .product_title {
    overflow-wrap: anywhere;
    position: relative;
    z-index: 2;
  }

  .single-product .woocommerce-product-details__short-description,
  .single-product .rf-v4139-fit,
  .single-product .rf-v4139-trust,
  .single-product .summary form.cart {
    max-width: 100%;
  }
}
