.woocommerce div.product .woocommerce-product-gallery{position:relative;}
.ypg-play-btn{
  position:absolute;z-index:6;
  width:50px;height:50px;border-radius:9999px;
  background:rgba(255,255,255,0.7);border:none;
  display:flex;align-items:center;justify-content:center;
  cursor:pointer;transition:all .2s ease;
  box-shadow:0 4px 14px rgba(0,0,0,0.25);
}
.ypg-play-btn:hover{background:rgba(255,255,255,0.9);transform:scale(1.07);}
.ypg-play-icon{
  width:0;height:0;border-style:solid;
  border-width:11px 0 11px 18px;
  border-color:transparent transparent transparent #000;
  margin-left:4px;
}
/* justo arriba del zoom (ajustar según tema) */
.ypg-above-zoom{left:16px;bottom:100px;}
@media(max-width:768px){
  .ypg-above-zoom{left:12px;bottom:90px;width:46px;height:46px;}
  .ypg-play-icon{border-width:9px 0 9px 14px;}
}
.ypg-overlay{position:fixed;inset:0;background:rgba(0,0,0,.85);
display:none;z-index:99999;align-items:center;justify-content:center;padding:24px;}
.ypg-overlay.open{display:flex;}
.ypg-modal{width:min(960px,95vw);height:min(540px,70vh);
background:#000;border-radius:12px;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.5);position:relative;}
.ypg-modal iframe{width:100%;height:100%;border:0;}
.ypg-close{position:absolute;top:10px;right:14px;color:#fff;font-size:28px;cursor:pointer;}
