/*html{*/
/*    overflow-x: hidden !important;*/
/*      max-width: 100vw;*/
/*}*/

.div-swiper-small{
     overflow-x: hidden !important;
}
/*.modal{*/
/*    overflow-x: hidden !important;*/
/*}*/
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: black !important;
    color: white !important;
    font-family: 'Cinzel Decorative' !important;
     max-width: 100vw;
    /*overflow-x: hidden;*/
}
.product-page {
    display: flex;
    flex-wrap: nowrap;
    padding: clamp(20px, 3vw, 50px);
    /* position: relative; */
    margin-top: 20px;
}

@media (max-width: 760px) {
    .product-page {
        flex-direction: column;
    }
}
@media (min-width: 760px) {
    .product-page {
        flex-direction: row;
    }
}

.small-wrapper {
    height: 60vw !important;  
  }

.swiper-small img{
    width: 80vw;
    max-height: 70vh !important;
    height: auto;
    object-fit: contain;
}

.small-next{
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
  }
  
  /*.swiper-button-prev{*/
  /*    left: -30px !important;*/
  /*}*/

/*.small-next{*/
/*    position: absolute; */
    
/*     transform: translateY(-500%);*/
/*    z-index: 10;*/
/*}*/
/*@media (min-width: 600px) {*/
/*    .small-next{*/
/*    top: 54% !important; */
/*    }*/
/*}*/
  
/*@media (min-width: 300px) and (max-width: 400px) {*/
/*    .small-next{*/
      
/*    top: 45% !important; */
/*    }*/
/*}*/
   
/*@media (min-width: 200px) and (max-width: 300px) {*/
/*    .small-next{*/
/*    top: 44% !important; */
/*    }*/
/*} */

.swiper-button-next{
    color: #5B0613 !important;
}
.swiper-button-prev{
    color: #5B0613 !important;
}

.product-images {
    flex: 1;
    padding: 10px;
    margin-top: 50px;
   
}

.sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 100px !important;
    z-index: 10;
}

/* .description, ul.materials-list {
text-align: center;
} */

.product-details {
    text-align: center;
/* flex: 1; */
padding-top: 60px; 
/* z-index: 1;  */
align-self: flex-start;
display: flex;
flex-direction: column;
 align-items: center; 
}
@media (max-width: 1000px) {
    .product-details {
        max-width: 50%;
    }
    .product-images {
        max-width: 50%;
    }
}
@media (min-width: 1000px) {
    .product-details {
        max-width: 40%;
    }
    .product-images {
        max-width: 60%;
    }
}

.product-title {
    font-size: 2em;
    margin-bottom: 10px;
}

.product-price {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.add-to-bag {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    border: 2px solid white;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
    width: 300px;
    max-width: 400px;
    margin-top: 10px;
}

.buy-it-now {
    background-color: #5B0613;
    color: #fff;
    padding: 10px 20px;
    border: 2px solid #831d2c;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
    width: 300px;
    max-width: 400px;
    margin-bottom: 20px;
}

.product-description {
    font-size: 1.2em;
    margin-bottom: 10px;
}


.swiper-container {
    overflow: hidden !important; /* Remplace la valeur par défaut */
     /*width: 100vw !important; */
}
@supports (-webkit-touch-callout: none) {
    .div-swiper-small {
        overflow-x: hidden; /* Empêche le scroll horizontal uniquement sur Safari */
    }
}

.div-swiper-small {
     overflow-x: hidden; 
    /*max-width: 100%; */
    width: 100vw !important;
    margin-left: -30px !important;
    /*height: ;*/
    display: none;
     position: relative; 
}
.image-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
@media (min-width: 1000px) {
.product-img {
    width: 25vw;
    height: auto;
    object-fit: cover;
    cursor: zoom-in;
}
}
@media (max-width: 1000px) {
.product-img {
    width: 40vw;
    height: auto;
    object-fit: cover;
    cursor: zoom-in;
}
}

.swiper-wrapper {
    /*display: flex !important;*/
    align-items: center !important; 
    /*justify-content: center !important;*/
}

@media (max-width: 760px) {
    .product-images, .product-details {
        max-width: 100%;
    }

    .div-swiper-small {
        display: block;
    }

    .image-list {
        display: none;
    }
    /*  .swiper-slide {*/
    /*    height: 100% !important;*/
    /*   display: flex;*/
    /*   justify-content: center;*/
    /*}*/
}


.option-button {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid white;
    border-radius: 30px;
    cursor: pointer;
    margin: 10px 3px;
    min-width: 100px;
   user-select: none;
}
@media (min-width: 760px) {
.option-button:hover {
    background-color: #444;
}
}

.selected-option {
    background-color: white;
    color: black;
}

.cart-button {
    display: flex;
    flex-direction: column;
    align-items: center;
}

br {
    user-select: none;
}

img {
    user-select: none;
}

/* Styles pour le modal */
.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 1);
}

.modal-content {
    position: relative;
    margin: 5% auto;
    width: 80%;
    max-width: 1200px;
}

.modal-img img{
    /* max-width: 500px;
     width: 80vw; 
     height: auto; */
    cursor: zoom-in;

}

.close {
    position: absolute;
    top: 10px;
    right: 25px;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1000;
}

.swiper-container-modal {
    display: block;
    height: 100%;
}

.swiper-slide {
display: flex !important;
justify-content: center !important;
align-items: center !important;
height: 100% !important;
}

.swiper-modal .tall-image {
    width: 80vw; 
     height: auto;
     max-width: 500px;
}

.swiper-modal .short-image {
    width: 60vw; 
     height: auto;
     /* max-width: 500px; */
}

.swiper-pagination-bullets {
    bottom: 10px;
}

.hidden-navbar {
 display: none;
}

.no-scroll {
overflow: hidden;
position: fixed;
width: 100%;
}



.modal{
    overflow-x: hidden !important;
}


.modal-img {
transition: transform 0.3s ease;
cursor: zoom-in;
transform-origin: center center;
}

.modal-img.zoomed {
transform: scale(2); 
cursor: zoom-out;
} 

.materials-list {
list-style-type: disc !important; 
padding-left: 20px !important;  
list-style: none;
padding: 0;
max-width: 270px;
text-align: left;
}

.materials-list li {
margin-bottom: 5px; /* Optionnel : ajoute de l'espace entre les éléments de la liste */
max-width: 250px;
}

.description{
max-width: 530px;
}

h3{
margin-top: 10px;
margin-bottom: 10px;
}

/* bouton share */
.Btn {
width: 140px;
height: 40px;
border: none;
border-radius: 10px;
background: linear-gradient(to right,#77530a,#ffd277,#77530a,#77530a,#ffd277,#77530a);
background-size: 250%;
background-position: left;
color: #ffd277;
position: relative;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: background-position 1s ease;
overflow: hidden;
}

.Btn::before {
position: absolute;
content: "SHARE";
color: #ffd277;
display: flex;
align-items: center;
justify-content: center;
width: 97%;
height: 90%;
border-radius: 8px;
transition-duration: 1s;
background-color: rgba(0, 0, 0, 0.842);
background-size: 200%;
}

.Btn:hover {
background-position: right;
transition-duration: 1s;
}

.Btn:hover::before {
background-position: right;
transition-duration: 1s;
}

.Btn:active {
transform: scale(0.95);
}

/* choix inspirer */
.productDisplay {
margin-left: -10px;
max-width: 1100px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: center; 
}

.product {
width: 43vw;
height: auto;
text-align: center;
margin-bottom: 25px; 
}

@media (min-width: 1000px) {
.product {
    width: 20vw;
   max-width: 260px;
}
}


.product img {
width: 100%;
height: 30vw;
object-fit: cover;
border-radius: 50% 50% 0 0;

margin-bottom: -10px
}

@media (min-width: 1000px) {
.product img {
    height: 15vw;
    max-height: 195px;
}
}
.product h2 {
font-weight: normal;
font-size: 0.8em;
margin: 0px 0;
}
.product p {
font-size: 0.9em;
margin: 5px 0;
}
@media (max-width: 500px) {
.product p {
font-size: 0.8em;
margin: 5px 0;
}
}
.divRouge{
height: 100px;
background-color: #5B0613;
padding-top: 20px;
flex: 1; /* Permet au divRouge de prendre toute la hauteur disponible */
display: flex;
flex-direction: column;
justify-content: space-between;
/* gap:10px; */
/* align-items: center; */
border-bottom-left-radius: 15px; 
border-bottom-right-radius: 15px;
}
.divRouge h2{
    /* padding-top: 25px; */
/* margin-bottom: 10px; */
}
/* @media (max-width: 452px) {
    .divRouge h2{
         padding-top: 20px;
         margin-left: 3px;
         margin-right: 3px;
    }
}
@media (min-width: 452px) and (max-width: 1000px) {
    .divRouge h2{
        font-size: clamp(12.8px, 2vw, 16px);
        margin-left: 10px;
        margin-right: 10px;
    }
} */

.lien{
text-decoration: none;
color: white;
}

#txtInspired{
text-align: center;
}

.btnBuy{
    display: flex;
    flex-direction: column;
}