* {
    margin: 0px;
    padding: 0px;
}



.div_livraison {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    background-color: white;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 12px 0px;
    font-size: 26px;
    color: #041A58;
    background-color: white;
    width: 100%;
    height: 28px;
}

.header img,
.header_div ul li,
.liset_ul,
.header_div ul li div a,
.header_div ul li div,
.header_div {
    display: inline;
}

.header_div ul li {
    margin-left: 20px;
    position: relative;
}
/* this code for icon whatsapp */
.section_icone_for_whatsapp{
    position: fixed;
    bottom: 30px;
    left:20px;
    z-index: 99999;
}
.section_icone_for_whatsapp img{
    width: 60px;
    height: 60px;
}

.menu_2 {
    visibility: hidden;
    position: absolute;
    margin-top: 35px;
    padding: 10px;
    width: 200px;
    margin-left: -30px;
    background-color: white;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    border-top: 2px solid goldenrod;
    z-index: 999;
}

.menu_2_li {
    padding: 10px 0px;
}

.menu_2_li_a {
    padding-bottom: 15px;
}

.menu_2_li:hover .menu_2_li_a {
    text-decoration: underline;
}

.li_div_header_number_2:hover .menu_2 {
    visibility: visible;
}


.menu_2_liset_number_2 {
    visibility: hidden;
    position: absolute;
    margin-top: 35px;
    padding: 10px;
    width: 150px;
    margin-left: -10px;
    background-color: white;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    border-top: 2px solid goldenrod;
    z-index: 999;
}

.menu_2_link_list_2,
.menu_2_link_list_3,
.menu_2_link,
.menu_2_link_list_4 {
    padding-bottom: 40px;
}

.li_div_header_number_3:hover .menu_2_liset_number_2 {
    visibility: visible;
}

.menu_2_liset_number_3 {
    visibility: hidden;
    position: absolute;
    margin-top: 35px;
    padding: 10px;
    width: 200px;
    margin-left: -10px;
    background-color: white;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    border-top: 2px solid goldenrod;
    z-index: 999;
}

/* ------------------ */


.menu_2_liset_number_4 {
    visibility: hidden;
    position: absolute;
    margin-top: 35px;
    padding: 10px;
    width: 100px;
    margin-left: -10px;
    background-color: white;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    border-top: 2px solid goldenrod;
    z-index: 999;
}

.li_div_header_number_5:hover .menu_2_liset_number_4 {
    visibility: visible;
}

.menu_2_liset_number_4 li {
    display: block;
}

/* ------------------------- */


.li_div_header_number_4:hover .menu_2_liset_number_3 {
    visibility: visible;
}


.li_div_header_number_2_div {
    position: relative;
    width: 60px;
    border-bottom: 2px solid goldenrod;
    padding: 40px 0px;
}

a {
    text-decoration: none;
    color: black;
}

.logo_img {
    margin-left: 30px;

}

.header_div ul li div a {
    display: block;

}

.div_header_number_2,
.div_header_number_3,
.div_header_number_4,
.div_header_number_5 {
    display: none;
}

.div_header_number_2 {
    visibility: hidden;
    z-index: 100;
}

.liset_ul {
    position: relative;
    margin-top: 80px;
    /* margin-top: 50px; */
    left: -140px;
}

.li_div_header_number_2 {
    position: relative;
    /* padding-bottom:30px ; */
}

.menu_2_link {
    /* position: absolute; */
    padding-bottom: 35px;
}

/* Show the dropdown on hover */
.li_div_header_number_2_div:hover .div_header_number_2 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Style the links inside the dropdown */
.div_header_number_2 a,
.div_header_number_3 a,
.div_header_number_4 a,
.div_header_number_5 a {
    display: block;
    padding: 8px 10px;
    color: #041A58;
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap;
}



/* --------------code  */
.header_div_1 {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    background-color: white;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.header_div ul li {
    position: relative;
    display: inline-block;
}

.header_div {
    position: relative;
    top: -40px;
    left: 30px
}


/* //header_div_2 */
.header_div_2 {
    display: inline;
    position: relative;
    /* top: 30px; */
    left: -130px;

}



.seaction_number_1 {
    /* width: 100%;
    height: 90%; */
    padding: 15%;
    background-color: white;
    background-image: url("../img/blue-parfum.png");
    background-size: cover;
    /* يخلي الصورة تغطي العنصر كامل */
    background-position: center;
    /* يوسّط الصورة */
    background-repeat: no-repeat;
    text-align: center;
}

.seaction_number_1 h2 {
    font-size: 40px;
}


/* this section section_number_2 */
.section_number_2 {
    text-align: center;
    padding: 100px 0px;
    background-color: #f0f0f0;
}

.section_number_2 h2 {
    font-size: 40px;
}

i {
    margin-left: 10px;
}


/* -----------------------section  number 2 ------------------------------------------ */
.liset_ul_section_number_2 li {
    display: inline;
    margin-left: 20px;
}

.liset_ul_section_number_2 {
    margin-top: 150px;
}

.section_number_2_button {
    text-indent: -9999em;
    border: 2px solid #193a43;
    border-radius: 50%;
    padding: 0px;
    width: 11px;
    height: 11px;
}

.section_2_div_2 {
    width: 30%;
    position: relative;
    margin-left: 40px;
}

.section_2_div_2,
.title_h3_section_2,
.section_2_div_4_price {
    display: inline;
}


.devisiple {
    /* visibility: hidden; */
    display: none !important;
}

/* Slider Entry Animation */
@keyframes slideInUpFade {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.section_2_div_2:not(.devisiple) {
    animation: slideInUpFade 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

/* Hover Effect for Product Cards */
.section_2_div_2 {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
    background: white;
}

.section_2_div_2:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(4, 26, 88, 0.15);
}

.img_section_2 {
    position: relative;
    width: 27%;
    height: 27%;
}

.section_2_div_3 {
    position: absolute;
    display: inline;
    top: 30px;
    width: 100%;
    left: -20px;

}

.image_for_all {
    position: relative;
    left: -20px;
}

.section_2_right,
.section_2_left {
    background-color: aliceblue;
    position: absolute;
    border-radius: 50%;
    /* width: 33px;
    height: 33px; */
    text-align: center;
    z-index: 99;
    padding: 10px;
    top: 45%;
}

.section_2_right {
    right: 10px;
}

.section_2_left {
    left: 43px;
}

.section_1_section_2:hover {
    background-color: #041A58;
}

.section_1_section_2:hover .i_1_section_2 {
    color: white;
}

.section_3_left:hover {
    background-color: #041A58;
}

.section_2_section_2:hover {
    background-color: #041A58;
}

.section_2_section_2:hover .i_2_section_2 {
    color: white;
}

/* ------ */
.section_1_section_1:hover {
    background-color: #041A58;
}

.section_1_section_1:hover .i_1_section_1 {
    color: white;
}


.section_2_section_1:hover {
    background-color: #041A58;
}

.section_2_section_1:hover .i_2_section_1 {
    color: white;
}

/* ----- */
.title_h3_section_2 {
    position: relative;
    top: 30px;
    /* left: -350px; */
    left: 30px;
}

.price_desconect,
.price_pricipale {
    position: absolute;
    margin-left: 20px;
    top: 80px;
    font-size: 20px;
}

.price_desconect {
    /* left:-140px; */
    left: 80px;
    color: #D1B070;
    text-decoration: line-through;


}

.price_pricipale {
    /* left:-300px; */
    left: 170px;
}

.section_3_div_2 {
    width: 40%;
    padding: 30px;
}

.section_3_div_2 h3 {
    font-size: 40px;
}

.section_3_link_1 {
    background-color: #D1B070;
    padding: 15px;
    border-radius: 2px;
}

.section_3_link_1:hover {
    background-color: #041A58;
    color: white;
}

/* this code for section 4 */

.section_4_div_1_all {
    width: 100%;
    position: relative;
}

.section_4_div_2_info,
.section_4_div_5_img,
.section_4_h3,
.section_4_div_4_start,
.section_4_pargraph_1,
.section_4_name {
    display: inline;
}

.section_4_div_2_info,
.section_4_div_5_img {
    width: 50%;
}

.section_4_image,
.section_4_pargraph_1 {
    width: 50%;
    height: 500px;
}

.section_4_div_2_info {
    position: relative;
    width: 40%;
}

.section_4_image {
    position: absolute;
    right: 30px;
}

.section_4_h3 {
    font-size: 30px;
    letter-spacing: 3px;
    margin-left: 30px;
}

.section_4_div_4_start {
    position: absolute;
    left: 30px;
    margin-top: 110px;
}

.section_4_pargraph_1 {
    position: absolute;
    left: 30px;
    margin-top: 170px;
    font-size: 30px;
    width: 160%;
    color: #041A58;
}

.section_4_name {
    position: absolute;
    left: 30px;
    margin-top: 350px;
    font-size: 25px;
    color: #D1B070;
}
/* this code for image reviw facebook */
.section_for_review_facebook{
    display: flex;
    padding: 40px;
}
.image_section_for_review_facebook{
    width: 15%;
    height: auto;
    margin-left: 30px;
}
/* ---------------- */
/* this code for section number 5 */
.section_number_5 {
    position: relative;
    top: 500px;
    padding-left: 50px;
}

.section_5_div_1 {
    text-align: center;
}

.section_5_div_2,
.section_5_image,
.section_5_div_2_div_1,
.section_5_div_2_div_2,
.section_5_div_2_div_3 {
    display: inline;
}

.section_5_image {
    width: 350px;
    height: 350px;
}

.section_5_div_2 {
    position: absolute;


}

.section_5_hass_all {
    display: inline;
    position: relative;
    top: 60%;
    width: 50%;
}

.section_5_div_2_div_2 {
    left: 30%;
    margin-left: 60px;

}

.section_5_image {
    border-top: 4px solid #041A58;
    border-bottom: 4px solid #041A58;
}

.section_5_hass_all {
    position: absolute;
    width: 400px;
    top: 100%;
    left: 20px;
    text-align: center;
}

.section_5_hass_all_div_3 {
    position: absolute;
    width: 400px;
    top: 100%;
    right: 40px;
    text-align: center;
}

.section_5_div_2_link_div_2 {
    width: 230px;
    text-align: center;
    margin-left: 40px;
    position: relative;
    top: 15px;

}

.section_5_div_2_div_1 {
    width: 230px;
    text-align: center;
    margin-left: -70px;
    position: relative;
    top: 10px;
}

.section_5_div_2_div_3 {

    text-align: center;
    left: 10px;
    position: absolute;
    top: 100px;
    width: 300px;
}

.section_link_2_plus {
    text-align: center;
    left: 60px;
    position: absolute;
    top: 180px;
    width: 194px;
    background-color: #041A58;
    color: white;
    border-radius: 15px;
    padding: 10px 20px;
    font-size: 20px;
}

.section_5 {
    text-align: center;
    position: absolute;

    margin-left: 35%;
    padding: 40px 0px;
    color: #041A58;
}

/* this code for list pages */
.liset_for_ul_pages {
    display: inline;
}

.il_list_liset_page {
    text-align: center;
}

.liset_for_li_pages {
    display: inline;

}

.liset_for_li_pages_line {
    padding: 15px 20px;
    border: 1px #f0f0f0 solid;
    border-radius: 3px;
}

.border_list {
    border: 1px #D1B070 solid;
}

.liset_for_li_pages_line:hover {
    border: 1px #D1B070 solid;
}

/* this code  */
.section_1_product {
    text-align: center;
    background-color: #041A58;
    color: #D1B070;
    padding: 40px 0px;
}

.section_1_product h2 {
    position: relative;
    top: -15px;
}

.section_2_product {
    text-align: center;
}

.section_2_product_pargraph_1,
.section_2_product_pargraph_2 {
    color: #031441;
    margin-top: 30px;
    font-size: 20px;
}

.section_2_product_pargraph_1 span,
.section_2_product_pargraph_2 span {
    color: #D1B070;
}

/* this code for section 3 for product*/
.section_3_product_has_all {
    width: 100%;
    display: flex;
}

.section_3_product_image_home {
    width: 80%;
    height: 80%;
    margin-top: 40px;
    margin-left: 40px;
}

.section_3_product_image_home_4 {
    width: 100px;
    height: 100px;
    display: flex;
    margin-left: 24px;
    position: relative;
}

.section_3_div_1_product_images {
    width: 50%;
}

.section_3_div_2_product_images {
    margin-top: 40px;
}

.section_2_product_disconnect,
.section_2_product_price {
    position: relative;
    top: 50px;
}

.section_2_product_price {
    font-size: 25px;
    color: #041A58;
    margin-left: 6px;
}

.section_2_product_disconnect {
    text-decoration: line-through;
    font-size: 15px;
    color: #031441;
}

.section_2_product_title {
    position: relative;
    top: 100px;
}

.section_2_product_has_all_products {
    display: flex;
    margin-top: 30px;
    margin-left: -20px;
}

.section_2_product_has_all_product {
    color: #031441;
    width: 150px;
    height: 150px;
    text-align: center;
    border: 1px solid #f0f0f0;
    cursor: pointer;
    margin: 0px 20px;
    position: relative;
}

.section_2_product_has_all_product span {
    position: relative;
    top: 50%;
}

.blus_product {
    margin-top: 13%;
}

.section_image_pruduct_ {
    position: absolute;
    left: 0px;
    width: 150px;
    height: 150px;

}

.section_2_div_for_add_prodact_to_blus {
    width: 80%;
    height: 100%;
    top: 0px;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 10%;
    z-index: 999999;
    background-color: #f0f0f0;
    text-align: center;
    overflow-y: scroll;

}

.section_2_div_blus_has_3 {
    display: flex;
    margin-left: 8%;
    margin-top: 30px;
}

.section_2_div_blus_has_3_margin {
    /* margin-top: 300px; */
}

.section_2_image_and_inofrmation {
    width: 20%;
    position: relative;
    margin-left: 6%;
    text-align: center;
    cursor: pointer;
}

.section_2_div_blus_has_3_image {
    position: absolute;
    left: 0;
    top: 0;
    width: 120%;
    height: 200px;
}

.close_icone {
    position: absolute;
    right: 40px;
    font-size: 40px;
    cursor: pointer;
}

/* section_2_image_and_inofrmation */
.section_2_div_blus_has_3_div_info_product {
    position: absolute;
    top: 230px;
    z-index: 9999;
}

.div_visuble {
    visibility: visible;
}

.div_hidden {
    visibility: hidden;
}

/* this code for buttob ajouter au panel */
.button_ajouter_au_pannier{
    background-color: #031441;
    padding: 10px 15px;
    color: white;
    border: 2px solid #031441;
    margin: 10px 0px 0px 2px;
    border-radius: 4px;
}

.button_ajouter_au_pannier:hover {
    background-color: #D1B070;
    border: 2px solid #D1B070;
}

/* ----------------------------------- */

/* this code for section 4 product page  */
.section_has_3product_page_product {
    display: flex;
    margin-left: 15%;
    margin-top: 60px;
}

.chois_span {
    margin-left: 20%;
    color: #031441;
    position: absolute;
    right: 20px;
}

.chois_1,
.chois_2,
.chois_3 {
    color: #031441;
}

.section_2_for_chois_1_div_1,
.section_2_for_chois_2_div_2,
.section_2_for_chois_3_div_3 {
    position: relative;
}

.section_2_for_chois_1_div_1,
.section_2_for_chois_2_div_2,
.section_2_for_chois_3_div_3,
.span_section_2_product_price_desconect,
.span_section_2_product_price_price_fin {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #031441;
}

.section_2_div_note {
    margin-top: 20px;
    border-left: 3px solid #031441;
    background-color: #eee;
    ;
    padding: 20px;
    color: #031441;
}

.span_section_2_product_price_desconect,
.span_section_2_product_price_price_fin {
    color: #031441;
    position: relative;
    top: 20px;
    font-size: 25px;
}

.span_section_2_product_price_desconect {
    font-size: 15px;
    text-decoration: line-through;
}

.section_2_product_ {
    color: #031441;
    position: relative;
    top: 30px;
}

.section_2_product_ {
    position: relative;
}

.delete_qntatiy_number {
    padding: 10px 40px;
    position: relative;
    /* width: 20px;
    height: 10px; */
    border: 2px solid #031441;
}

.section_2_delete_1 {
    position: absolute;
    left: 10px;
    top: 3px;
    font-size: 25px;
    cursor: pointer;
}

.section_2_add_1 {
    position: absolute;
    right: 10px;
    top: 3px;
    font-size: 23px;
    cursor: pointer;
}

.icone_LIVRAISOn {
    width: 200px;
    height: 200px;
    margin-top: 20px;
}

.section_2_product_LIVRAISON {
    position: relative;
    left: 40px;
}

/* this code for footer */
.section_footer_1 {
    display: flex;
}

.section_1_footer_iinfo,
.section_1_footer_iinfo p {
    display: inline;
}

.section_footer_1 {
    padding: 20px;
    /* position:absolut */
    text-align: center;

    background-color: white;
    background-image: url("../img/blue-parfum.png");
    background-size: cover;
    /* يخلي الصورة تغطي العنصر كامل */
    background-position: center;
    /* يوسّط الصورة */
    background-repeat: no-repeat;
    text-align: center;
    color: #031441;
    box-shadow: rgba(3, 20, 65, 0.845) 0px -50px 186px 48px inset;
    height: 270px;
}

.section_1_footer_iinfo span {
    color: #D1B070;
    font-size: 23px;
}

.section_1_footer_iinfo p {
    color: white;
    font-size: 16px;


}

.section_1_footer_iinfo strong {
    color: white;
    font-size: 50px;
}

/* box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset; */

/* ----- Responsive Layout Additions ----- */

.header_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    width: 100%;
    box-sizing: border-box;
}

.logo_hamburger_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    /* Balances with right side to center the nav */
}

.header_div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 2;
    /* Takes up middle space */
}

.header_div_2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    /* Balances with left side */
    gap: 15px;
}

.mobile_menu_icon {
    display: none;
    /* Hidden on PC */
    font-size: 24px;
    cursor: pointer;
    color: #041A58;
    visibility: hidden;
}

.header_div_1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.input_section_3_div_2_contact_submit {
    width: 150px;
    height: 40px;
    background-color: #041A58;
    color: white;
    padding: 10px 20px;
    border: 1px solid #041A58;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 7px;
}

.input_section_3_div_2_contact_submit:hover {
    background-color: white;
    color: #041A58;
    
    /* border: 1px solid white; */
}

@media screen and (max-width: 768px) {
    /* this code for image reviw facebook */
    .section_for_review_facebook{
        display: block;
        text-align: center;
    }
    .image_section_for_review_facebook{
        width: 40%;
    }
    /* ----------------------- */
    .div_livraison{
        height: 60px;
    }
    .liset_ul {
        margin-top: 10px;
        left: 0;
    }

    .header_div_1 {
        margin-top: 30px;
    }

    /* Header Responsive */
    .header_container {
        flex-direction: column;
        padding: 10px 15px;
        /* margin-top: 30px; */
    }

    .logo_hamburger_wrapper {
        width: 100%;
    }

    .mobile_menu_icon {
        display: block;
        visibility: visible;
        position: relative;
        left: -50px;
    }

    .header_div {
        display: none;
        flex-direction: column;
        width: 100%;
        margin-top: 15px;
        align-items: flex-start;
        left: 0;
        top: 0;
    }

    .header_div.active {
        display: flex;
    }

    .header_div ul li {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .header_div_2 {
        display: flex;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
        margin-top: 15px;
        left: 0;
        top: 0;
    }

    /* Adjust Sections */
    .seaction_number_1 {
        padding: 30% 5%;
    }

    /* Grids & Images */
    .section_2_div_2 {
        width: 100%;
        margin-left: 0;
    }

    .image_for_all {
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .img_section_2 {
        width: 100%;
        max-width: 250px;
        height: auto;
    }

    .section_2_right,
    .section_2_left {
        display: none;
    }

    .section_2_div_3 {
        position: relative;
        left: 0;
        top: 10px;
        width: 100%;
        text-align: center;
    }

    .title_h3_section_2 {
        left: 0;
        top: 0;
    }

    .price_desconect,
    .price_pricipale {
        position: static;
        display: inline-block;
        margin: 10px;
    }

    .section_4_div_1_all {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .section_4_div_2_info,
    .section_4_div_5_img {
        width: 90%;
        position: static;
    }

    .section_4_image {
        position: relative;
        right: auto;
        width: 100%;
        max-width: 500px;
        height: auto;
    }

    .section_4_pargraph_1 {
        position: static;
        width: 100%;
        font-size: 20px;
        margin-top: 20px;
        height: auto;
    }

    .section_4_div_4_start,
    .section_4_name {
        position: static;
        margin-top: 15px;
    }

    /* Section 5 (Blog) */
    .section_5_div_2 {
        position: static;
        display: block;
        margin-left: 0 !important;
        margin-bottom: 40px;
        text-align: center;
        width: 100%;
    }

    .section_5_hass_all {
        position: static;
        width: 90%;
        margin: 0 auto;
    }

    .section_5_hass_all_div_3 {
        position: static;
    }

    .section_5_div_2_div_3 {
        position: static;
        margin: 10px auto;
        width: 100%;
    }

    .section_link_2_plus {
        position: static;
        display: inline-block;
        margin-top: 15px;
    }

    .section_number_5 {
        top: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    /* Footer */
    .section_footer_1 {
        flex-direction: column;
        height: auto;
    }

    .section_1_footer_iinfo {
        margin-bottom: 30px;
    }

    /* Product Page Specifics */
    .section_3_product_has_all {
        flex-direction: column;
        align-items: center;
        padding: 0 15px;
    }

    .section_3_div_1_product_images {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .section_3_product_image_home {
        width: 100%;
        max-width: 350px;
        height: auto;
    }

    .section_3_div_2_product_images {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
        box-sizing: border-box;
    }

    .section_2_for_div_title_products {
        width: 100%;
        margin-left: 0;
    }

    .section_2_product_LIVRAISON {
        left: 0;
        text-align: center;
    }

    .button_ajouter_au_pannier {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    /* Product Pack 4 Specifics */
    .section_2_product_has_all_products {
        margin-left: 0;
        justify-content: center;
        flex-wrap: wrap;
    }

    .section_2_product_has_all_product {
        width: 80px;
        height: 80px;
        margin: 5px 10px;
    }

    .section_image_pruduct_ {
        width: 80px;
        height: 80px;
    }

    .blus_product {
        margin-top: 30px;
        /* Aligns with smaller boxes */
    }

    .chois_span {
        position: static;
        display: block;
        margin-left: 0;
        margin-top: 10px;
    }

    .section_2_for_chois_1_div_1,
    .section_2_for_chois_2_div_2,
    .section_2_for_chois_3_div_3 {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }

    .section_2_div_for_add_prodact_to_blus {
        width: 100%;
        left: 0;
    }

    .section_2_div_blus_has_3 {
        flex-direction: column;
        align-items: center;
        margin-left: 0;
        margin-top: 60px;
    }

    .section_2_div_blus_has_3_margin {
        margin-top: 30px;
    }

    .section_2_image_and_inofrmation {
        width: 90%;
        margin-left: 0;
        margin-bottom: 30px;
    }

    .section_2_div_blus_has_3_image {
        position: static;
        width: 100%;
        height: auto;
    }

    .section_2_div_blus_has_3_div_info_product {
        position: static;
        margin-top: 10px;
    }

    .close_icone {
        right: 20px;
        top: 20px;
    }
}

/* ============================================================
   PRODUCT CATEGORY PAGE – RESPONSIVE LAYOUT
   ============================================================ */

/* Main layout: sidebar left + product grid right */
.pc_layout {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding: 40px 30px;
    box-sizing: border-box;
    max-width: 1400px;
    margin: 0 auto;
}

/* ---- Sidebar ---- */
.pc_sidebar {
    flex: 0 0 260px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.pc_sidebar_box {
    border: 2px solid #041A58;
    border-radius: 10px;
    padding: 20px;
}

.pc_sidebar_title {
    font-size: 18px;
    color: #031441;
    margin-bottom: 15px;
    border-bottom: 2px solid #D1B070;
    padding-bottom: 10px;
}

.pc_sidebar_links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pc_sidebar_link {
    color: #031441;

    font-size: 15px;
    padding: 8px 10px;
    border-radius: 5px;
    transition: background 0.2s, color 0.2s;
    display: flex;
    justify-content: space-between;
}

.pc_sidebar_link:hover {
    background-color: #041A58;
    color: white;
}

.pc_sidebar_link span {
    color: #D1B070;
    font-size: 13px;
}

.pc_sidebar_promo {
    background-color: #041A58;
    border-radius: 10px;
    padding: 20px;
    color: white;
    text-align: center;
    opacity: 0.85;
}

.pc_sidebar_promo_title {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.pc_sidebar_promo_link {
    display: inline-block;
    background-color: white;
    color: #031441;
    padding: 8px 14px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
    transition: background 0.2s, color 0.2s;
}

.pc_sidebar_promo_link:hover {
    background-color: #D1B070;
    color: white;
}

/* ---- Product Grid ---- */
.pc_products_grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* ---- Product Card ---- */
.pc_product_card {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    background: white;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    transition: transform 0.2s, box-shadow 0.2s;
}

.pc_product_card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(4, 26, 88, 0.15);
}

.pc_product_img_wrap {
    background-color: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    min-height: 200px;
}

.pc_product_img {
    width: 100%;
    max-width: 200px;
    height: 200px;
    object-fit: contain;
}

.pc_product_info {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.pc_product_cat {
    font-size: 12px;
    color: #D1B070;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pc_product_title {
    font-size: 14px;
    color: #031441;
    line-height: 1.4;
}

.pc_product_prices {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.pc_price_old {
    color: #999;
    font-size: 13px;
    text-decoration: line-through;
}

.pc_price_new {
    color: #031441;
    font-size: 17px;
}

.pc_product_card .button_ajouter_au_pannier {
    margin-top: auto;
    width: 100%;
    cursor: pointer;
}



/* ============================================================
   RESPONSIVE: TABLET (max 1024px) – 2-column grid
   ============================================================ */
@media screen and (max-width: 1024px) {
    .pc_products_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ============================================================
   RESPONSIVE: MOBILE (max 768px) – stacked sidebar + 1-col grid
   ============================================================ */
@media screen and (max-width: 768px) {
    .pc_layout {
        flex-direction: column;
        padding: 20px 15px;
        gap: 20px;
    }

    .pc_sidebar {
        flex: none;
        width: 100%;
    }

    .pc_sidebar_box {
        padding: 15px;
    }

    .pc_sidebar_links {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
    }

    .pc_sidebar_link {
        font-size: 13px;
        padding: 6px 10px;
    }

    .pc_products_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .pc_product_img {
        max-width: 150px;
        height: 150px;
    }

    .pc_product_img_wrap {
        min-height: 160px;
        padding: 15px;
    }
}

/* ============================================================
   RESPONSIVE: SMALL MOBILE (max 480px) – 1-column grid
   ============================================================ */
@media screen and (max-width: 480px) {
    .pc_products_grid {
        grid-template-columns: 1fr;
    }

    .pc_product_img {
        max-width: 200px;
        height: 180px;
    }
}

/* ============================================================
   OWL CAROUSEL CUSTOM STYLING
   ============================================================ */
.best_product_slider .owl-nav {
    display: block !important;
    margin-top: 35px;
    text-align: center;
}

.best_product_slider .owl-prev,
.best_product_slider .owl-next {
    background: #041A58 !important;
    color: #ffffff !important;
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    margin: 0 12px !important;
    transition: all 0.3s ease !important;
    font-size: 18px !important;
    line-height: 45px !important;
    display: inline-block !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.best_product_slider .owl-prev:hover,
.best_product_slider .owl-next:hover {
    background: #D1B070 !important;
    color: #fff !important;
    transform: scale(1.1);
}

.best_product_slider .owl-dots {
    text-align: center;
    margin-top: 25px;
}

.best_product_slider .owl-dot span {
    width: 10px !important;
    height: 10px !important;
    margin: 5px 7px !important;
    background: #d6d6d6 !important;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.best_product_slider .owl-dot.active span {
    background: #D1B070 !important;
    width: 25px !important;
}
