section.ProductPage {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.mobileShow{
    display: none;
}
.ContainerImages {
    width: 50%;
    display: flex;
    flex-direction: row-reverse;
    overflow: hidden;
    flex: 1;
}
section#ProductContainer {
    margin-top: 11.3rem;
}
.ContainerImagesHaut {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}
i.fa-solid.fa-magnifying-glass-plus {
    position: absolute;
    right: 17px;
    top: 20px;
    color: white;
    border: 1px solid white;
    width: 30px;
    border-radius: 50%;
    height: 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.MainImage {
    max-width: 100%;
    min-height: 500px;
    max-height: 600px;
    overflow: hidden;
    width: 80%;
    flex: 1;
    position: relative;
    height: 100%;
}
.MainImage img.ZoomImg {
    width: 100%;
    border-radius: 5px;
    height: 100%;
    object-fit: cover;
    cursor: zoom-in;
    object-position: center center;
    transition: transform 0.2s ease-out;
}

.MainImage:hover img.ZoomImg {
    transform: scale(1.3); /* Zoom 2x */
}

.DescriptionProduct.showdesctopDesc label {
    font-size: 22px;
}
.productDesc {
    white-space: pre-line;
    margin-top: 1rem;
    width: 100%;
    display: flex;
}
.MinImage {
    height: max-content;
    display: flex;
    overflow: hidden;
    width: 100px;
    gap: 5px;
    margin-right: .3rem;
}
.MinImage img {
    width: 100px;
    min-height: 95.8px;
    max-height: 115px;
    border-radius: 5px;
    cursor: pointer;
    object-fit: cover;
    object-position: center center;
}
.NavBar a {
    display: flex;
    align-items: center;
}
.InfoPrice {
    display: flex;
    margin-top: 0.7rem;
}
.PriceProduct {
    color: var(--text-color);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.ComparePriceProduct {
    font-size: 16px;
    margin-left: 6px;
    color: #e93737;
    text-decoration: line-through;
}
.ReviewProduct i.fa-solid.fa-star {
    color: #fcd53f;
    font-size: 1rem;
}
.Border-10px {
    height: 17px;
    margin: 0 7px;
    width: 0.1px;
    background: #00000080;
}
.ReviewProduct span {
    font-size: 14px;
    position: relative;
    left: 0;
    color: #2db635;
}
.Padding-20.loading {
    pointer-events: none;
    opacity: 0.4;
}
.ContainerReview {
    margin-top: 0.7rem;
}
.DescriptionProduct {
    max-width: 543px;
    flex-wrap: wrap;
    margin-top: 0.7rem;
    display: flex;
    line-height: 1.9;
    white-space: pre-line;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
}
.BorderQuantity { 
    border: 1px solid #ddd;
    width: max-content;
    border-radius: 1px;
    padding: 4px;
    height: 40px;
}
.loader.LoaderIconeCart.LoaderAddToCart {
    border: 3px solid white;
    width: 21px;
    height: 21px;
    border-top: 3px solid #000000;
}
input#quantity {
    height: 100%;
    pointer-events: none;
    user-select: none;
    outline: none;
    width: 34px;
    border: none;
    text-align: center;
}
button.update-quantity {
    padding: 0;
    background: transparent;
    color: black;
    font-size: .6rem;
    padding: 10px;
    border: none !important;
}
.Infoquantity {
    margin-top: 0.7rem;
}
.InfoProduct label {
    font-weight: 600;
    font-size: 0.8rem;
}
div#StockCss {
    color: #da9820;
    font-size: 13px;
    margin-bottom: 10px;
}
.banner-text {
    /* margin-top: 2rem; */
}
.banner-text P {
    font-weight: bold;
    color: var(--text-color);
    font-size: 2rem;
}
.ButtonAddToCart {
    background: black;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 2px;
    cursor: pointer;
    font-size: 12px;
    width: 120px;
    FONT-WEIGHT: 600;
    margin-left: 1rem;
}
div#BuyNow {
    background: black;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    width: 140px;
    FONT-WEIGHT: 600;
    margin-left: 1rem;
}
.SocialNetworks {
    margin-top: 0.7rem;
    display: none;
}
.SocialNetworks i {
    font-size: 1.3rem;
    margin-right: 10px;
    cursor: pointer;
    color: black;
}
.SocialNetworks {
    margin-top: 1rem;
}
.InfoProduct {
    width: 40%;
    margin-left: 2rem;
    flex: 1;
}
.mainImg.width.loading-placeholder {
    height: 450px;
    width: 100%;
}
.MinImage.width {
    display: flex;
    width: 100%;
}
.MiniImg.width.loading-placeholder {
    width: 100px;
    height: 130px;
    margin-bottom: 10px;
    flex: 1;
}
h1.width.loading-placeholder {
    height: 23px;
}
.IGYIU {
    height: 23px;
    margin-bottom: 8px;
}
.PriceProduct.width.loading-placeholder {
    height: 30px;
    width: 171px;
}
span.width.loading-placeholder {
    width: 45px;
    height: 20px;
}
.DescriptionProduct.width.loading-placeholder {
    height: 194px;
}
.SocialNetworks.width.loading-placeholder {
    width: 75px;
    height: 27px;
}
label.width.loading-placeholder {
    width: 100px;
    height: 25px;
    display: flex;
}
.BorderQuantity.width.loading-placeholder {
    width: 100px;
    height: 40px;
    border: none;
}
.ButtonAddToCart.width.loading-placeholder {
    width: 100px;
    height: 40px;
    margin-left: 1rem;
    background: #f5f5f5;
}
.container-info-page-product {
    width: 100%;
    line-height: 2;
    padding: 10px 0;
    gap: 8px;
    display: flex;
}
p.ActivCH {
    background: #6184c6;
    color: #f6F4F9;
    border-color: #6184c6;
}
.display-icone-and-paragraphe p {
    background: transparent;
    color: #404145;
    border: 1.8px solid #404145;
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
    padding: 6px 16px;
    font-size: 12.5px;
    user-select: none;
    flex: 1;
}
.variant-options {
    display: flex;
    gap: 5px;
    margin: 10px 0;
}
.variant_Active {
    background-color: black;
    color: white;
    border: 2px solid black;
}
.buttomCss {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000038;
    z-index: 1;
    width: 29px;
    cursor: pointer;
}
.buttomCss i{
    color: rgba(255, 255, 255, 0.734);
}
.slick-prev{
    left: 0;
}
.slick-next{
    right: 0;
}

.ContainerBorderQuantity {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
}
/* Conteneur principal pour le SMS */
.ContainerSMS {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    opacity: 0;
    background: rgba(0, 0, 0, 0.13);
    backdrop-filter: blur(6px);
}

/* Activation du conteneur SMS */
.ContainerSMSActive {
    z-index: 9999;
    opacity: 1;
}

/* Boîte de contenu */
.Box {
    background: white;
    border-radius: 10px;
    padding: 17px;
    max-width: 491px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.Box h1 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    text-align: right;
}

.ContainerSMS span {
    color: red;
    text-align: right;
}

/* Champs d'entrée */
input.CssValidation {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    text-align: right;
    outline: none;
    border: 1px solid #ddd;
    padding-left: 10px;
    margin-bottom: 12px;
}

/* Bouton de commande */
a#PlaceOrder {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

/* Bouton principal */
.Box button {
    background-color: #fcd53f;
    color: black;
    text-align: center;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    font-size: 2rem;
}

/* Conteneur des champs d'entrée */
.ContainerInput {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.ContainerInput label {
    font-weight: 600;
    FONT-SIZE: 1rem;
}

.ContainerInput input {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

/* Bouton principal pour ajouter un produit */
.ContainerBtnProduct {
    background: #38b6ff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    color: white;
    height: 50px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Masquer le badge de réduction */
span.badge.price__badge-sale.color-scheme-4 {
    display: none;
}

/* Alignement des prix */
.price.price--large.price--on-sale.price--show-badge {
    display: flex !important;
    flex-direction: row-reverse !important;
}

/* Texte en rouge */
span.page-width {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    color: red;
    font-size: 19px;
}

/* Loader animation */
.loader,
.loader-cart {
    border-radius: 50%;
    animation: spin 0.9s linear infinite;
    display: none;
}

.loader {
    border: 8px solid #000;
    border-top: 8px solid #fcd53f;
    width: 49px;
    height: 49px;
}

.loader-cart {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #000000;
    width: 50px;
    height: 50px;
}

/* Animation de rotation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Produits */
.product__title > * {
    margin: 0;
    text-align: right;
}

.product-form__input--swatch {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

/* Formulaire */
fieldset.js.product-form__input.product-form__input--pill {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

legend.form__label {
    text-align: right;
    font-size: 2rem;
    font-weight: 700;
}

.DescriptionProduct.showdesctopDesc {
    display: none;
}
 span.text-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    cursor: pointer !important;
}
.InfoProduct label{
    margin-bottom: 0.4rem; 
}
.showMobileDesc {
    /* display: none; */
}
.product {
    background-color: transparent;
}
.InfoProduct h1{
        font-size: 31px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 48px;
}