/* Marco fotográfico delicado inspirado en las bakery americanas. */
.product-modal{
  align-items:start;
}

.product-modal .modal-gallery{
  align-self:start;
  height:520px;
  min-height:520px;
}

.product-modal .modal-gallery .modal-product-image{
  top:58px;
  right:30px;
  bottom:auto;
  left:30px;
  width:auto;
  height:auto;
  aspect-ratio:1 / 1;
  border:8px solid #fffdf8;
  border-radius:22px;
  background-color:#fff;
  background-size:contain!important;
  background-position:center!important;
  background-repeat:no-repeat;
  box-shadow:0 16px 34px rgba(91,48,38,.15),0 0 0 1px rgba(116,41,32,.06);
}

.product-modal .modal-gallery:after{
  bottom:19px;
  padding:5px 11px;
  border-radius:99px;
  background:rgba(255,253,248,.78);
  backdrop-filter:blur(5px);
}

.product-modal .gallery-thumbs{
  bottom:58px;
}

@media(max-width:900px){
  .product-modal .modal-gallery{
    height:440px;
    min-height:440px;
  }

  .product-modal .modal-gallery .modal-product-image{
    top:50px;
    right:48px;
    left:48px;
  }
}

@media(max-width:600px){
  .product-modal .modal-gallery{
    height:400px;
    min-height:400px;
  }

  .product-modal .modal-gallery .modal-product-image{
    top:44px;
    right:22px;
    left:22px;
    border-width:7px;
    border-radius:18px;
  }

  .product-modal .modal-gallery:after{
    bottom:15px;
  }
}
