/*
 Theme Name:   Hire The Catwalk Child
 Theme URI:    http://8theme.com/
 Description:  Classico Child Theme
 Author:       8theme
 Author URI:   http://8theme.com
 Template:     classico
 Version:      1.0
 Text Domain:  classico-child
*/
#swipebox-overlay
, #swipebox-container{
	/*
	 * background:transparent;
	display:none;
	*/
}
/*
img.mfp-img
, .mfp-img{height:0px !important;}
*/
.quick-view-popup img {
      max-height: 80vh;
      width: auto;
      display: block;
      margin: 0 auto;
  }

/* Hide Quick View button by default, show on hover (desktop only) */
  .product-image-wrapper .footer-product {
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.2s ease;
  }
  .product-image-wrapper:hover .footer-product {
      opacity: 1;
      pointer-events: auto;
  }

  /* On touch devices: keep hidden unless explicitly tapped */
  @media (hover: none) and (pointer: coarse) {
      .product-image-wrapper .footer-product {
          display: none;
      }
  }