/*
Theme Name: Perfecto Child
Theme URI: https://perfecto.techshah.com/
Author: TechShahStudio
Author URI: https://techshah.com
Description: Child theme for Perfecto. Use this theme to make customizations that will not be overwritten when the parent theme is updated.
Template: perfecto
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: perfecto-child
Tags: e-commerce, woocommerce
*/

/* ============================================================
   FIX 1 — Tighten gap between mobile gallery image & content
   ============================================================ */
.pf-m-gallery__dots  { bottom: 8px; }
.pf-m-gallery__rating { bottom: 8px; }
.pf-m-gallery__zoom   { bottom: 8px; }
.pf-m-content         { padding-top: 10px; }


/* ============================================================
   FIX 2 — LIGHTBOX: move dots inside image (above info panel)
   ============================================================ */
.pf-rv-lb__dots {
  bottom: max(148px, calc(142px + env(safe-area-inset-bottom))) !important;
}
@media (max-width: 600px) {
  .pf-rv-lb__dots {
    bottom: max(160px, calc(154px + env(safe-area-inset-bottom))) !important;
  }
}

