/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* Bloc vidéo produit - aligné Flatsome */
.up-product-video{
  max-width: 1080px;      /* largeur cohérente Flatsome desktop */
  margin: 40px auto 32px; /* espace propre avant/après */
  padding: 0 15px;        /* alignement avec container */
}

.up-product-video__embed{
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #000;
}

.up-product-video__embed iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* Mobile */
@media (max-width: 768px){
  .up-product-video{
    margin: 24px auto;
    padding: 0 10px;
  }
}




@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}