    html,
    body,
    footer {
        font-family: 'Abhaya Libre' !important;
    }
    
    h5,
    h1,
    h2,
    h3,
    h4,
    h6,
    a {
        font-family: 'Abhaya Libre', serif;
    }
    
    p {
        font-family: 'Abhaya Libre', serif;
    }
    
    .font {
        font-family: 'Abhaya Libre', serif;
    }
    
    .icons {
        display: flex;
    }
    
    .icons {
        display: flex;
        align-items: center;
    }
    
    .total-count {
        position: absolute;
        top: -9px;
        right: -7px;
        background-color: red;
        color: white;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: bold;
    }
    
    .icons a {
        color: #000;
        font-size: 18px;
        text-decoration: none;
        position: relative;
        margin: 0 5px;
    }
    
    .icons img {
        margin: 0 5px;
    }
    
    .icons a:hover {
        color: #f0a500;
    }
    
    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Poppins', sans-serif;
    }
    
    body {
        min-height: 100vh;
    }
    
    main {
        min-height: 80vh;
    }
    
    nav {
        position: fixed;
        top: 0;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        height: 100px;
        background: #fff;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        z-index: 99;
    }
    
    nav .navbar {
        height: 100%;
        max-width: 1250px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: auto;
        padding: 0 50px;
    }
    
    .navbar .logo a {
        font-size: 30px;
        color: #fff;
        text-decoration: none;
        font-weight: 600;
    }
    
    nav .navbar .nav-links {
        line-height: 104px;
        height: 100%;
    }
    
    nav .navbar .links {
        display: flex;
    }
    
    nav .navbar .links li {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        list-style: none;
        padding: 0 14px;
    }
    
    nav .navbar .links li a {
        height: 100%;
        text-decoration: none;
        white-space: nowrap;
        color: #000;
        font-size: 20px;
        font-weight: 500;
    }
    
    .links li:hover .htmlcss-arrow,
    .links li:hover .js-arrow {
        transform: rotate(180deg);
    }
    
    nav .navbar .links li .arrow {
        height: 100%;
        width: 22px;
        line-height: 104px;
        text-align: center;
        display: inline-block;
        color: #000;
        transition: all 0.3s ease;
    }
    
    nav .navbar .links li .sub-menu {
        position: absolute;
        top: 70px;
        left: 0;
        line-height: 40px;
        background: #FFF;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        border-radius: 0 0 4px 4px;
        display: none;
        z-index: 2;
    }
    
    nav .navbar .links li:hover .htmlCss-sub-menu,
    nav .navbar .links li:hover .js-sub-menu {
        display: block;
    }
    
    .navbar .links li .sub-menu li {
        padding: 0 22px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .navbar .links li .sub-menu a {
        color: #000;
        font-size: 15px;
        font-weight: 500;
    }
    
    .navbar .links li .sub-menu .more-arrow {
        line-height: 40px;
    }
    
    .navbar .links li .htmlCss-more-sub-menu {
        /* line-height: 40px; */
    }
    
    .navbar .links li .sub-menu .more-sub-menu {
        position: absolute;
        top: 0;
        left: 100%;
        border-radius: 0 4px 4px 4px;
        z-index: 1;
        display: none;
    }
    
    .links li .sub-menu .more:hover .more-sub-menu {
        display: block;
    }
    
    .navbar .search-box {
        position: relative;
        height: 18px;
        width: 40px;
    }
    
    .navbar .search-box i {
        position: absolute;
        height: 100%;
        width: 100%;
        line-height: 40px;
        text-align: center;
        font-size: 22px;
        color: #000;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .navbar .search-box .input-box {
        position: absolute;
        right: calc(100% - 135px) !important;
        top: 80px;
        height: 60px;
        width: 300px;
        background: #dddddd;
        border-radius: 6px;
        opacity: 0;
        pointer-events: none;
        transition: all 0.4s ease;
    }
    
    .navbar.showInput .search-box .input-box {
        top: 65px;
        opacity: 1;
        pointer-events: auto;
        background: #dddddd;
        display: block;
    }
    
    .search-box .input-box::before {
        content: '';
        position: absolute;
        height: 20px;
        width: 20px;
        background: #dddddd;
        right: 10px;
        top: -6px;
        transform: rotate(45deg);
    }
    
    .search-box .input-box input {
        position: absolute;
        top: 50%;
        left: 50%;
        border-radius: 4px;
        transform: translate(-50%, -50%);
        height: 35px;
        width: 280px;
        outline: none;
        padding: 0 15px;
        font-size: 16px;
        border: none;
    }
    
    .navbar .nav-links .sidebar-logo {
        display: none;
    }
    
    .navbar .bx-menu {
        display: none;
    }
    
    @media (max-width:920px) {
        nav .navbar {
            max-width: 100%;
            padding: 0 4px;
        }
        nav .navbar .logo a {
            font-size: 27px;
        }
        nav .navbar .links li {
            padding: 0 10px;
            white-space: nowrap;
        }
        nav .navbar .links li a {
            font-size: 17px;
        }
    }
    
    @media (max-width:800px) {
        nav {
            /* position: relative; */
        }
        .navbar .bx-menu {
            display: block;
        }
        nav .navbar .nav-links {
            position: fixed;
            top: 0;
            left: -100%;
            display: block;
            max-width: 270px;
            width: 100%;
            background: #fff;
            line-height: 40px;
            padding: 20px;
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            transition: all 0.5s ease;
            z-index: 1000;
        }
        .navbar .nav-links .sidebar-logo {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .sidebar-logo .logo-name {
            font-size: 25px;
            color: #fff;
        }
        .sidebar-logo i,
        .navbar .bx-menu {
            font-size: 25px;
            color: #000;
        }
        nav .navbar .links {
            display: block;
            margin-top: 20px;
        }
        nav .navbar .links li .arrow {
            line-height: 40px;
        }
        nav .navbar .links li {
            display: block;
        }
        nav .navbar .links li .sub-menu {
            position: relative;
            top: 0;
            box-shadow: none;
            display: none;
        }
        nav .navbar .links li .sub-menu li {
            border-bottom: none;
        }
        .navbar .links li .sub-menu .more-sub-menu {
            display: none;
            position: relative;
            left: 0;
        }
        .navbar .links li .sub-menu .more-sub-menu li {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .links li:hover .htmlcss-arrow,
        .links li:hover .js-arrow {
            transform: rotate(0deg);
        }
        .navbar .links li .sub-menu .more-sub-menu {
            display: none;
        }
        .navbar .links li .sub-menu .more span {
            /* background: red; */
            display: flex;
            align-items: center;
            /* justify-content: space-between; */
        }
        .links li .sub-menu .more:hover .more-sub-menu {
            display: none;
        }
        nav .navbar .links li:hover .htmlCss-sub-menu,
        nav .navbar .links li:hover .js-sub-menu {
            display: none;
        }
        .navbar .nav-links.show1 .links .htmlCss-sub-menu,
        .navbar .nav-links.show3 .links .js-sub-menu,
        .navbar .nav-links.show2 .links .more .more-sub-menu {
            display: block;
        }
        .navbar .nav-links.show1 .links .htmlcss-arrow,
        .navbar .nav-links.show3 .links .js-arrow {
            transform: rotate(180deg);
        }
        .navbar .nav-links.show2 .links .more-arrow {
            transform: rotate(90deg);
        }
    }
    
    @media (max-width:370px) {
        nav .navbar .nav-links {
            max-width: 100%;
        }
    }
    /**************footer**************/
    
    .footer {
        position: relative;
        width: 100%;
        margin: auto;
      /**************  padding: 10px 37px;**************/
        width: 100%;
        bottom: 0;
        background: #f4f4f5;
        width: 100%;
    }
    
    .footer .footer-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center !important;
      
       
        background: #f4f4f5;
        /* max-width: 1250px; */
        width: 100%;
        padding-top: 40px;
        padding-right: 54px;
        padding-left: 54px;
    }
    
    
    
    .footer-row .footer-col h4 {
        color: #565656;
        font-size: 1.6rem;
        font-weight: 700;
        text-align: left !important;
    }
    
    .footer-col .links {
        margin-top: 20px;
    }
    
    .footer-col .links li {
        list-style: none;
        margin-bottom: 5px;
    }
    
    .footer-col .links li a {
        text-decoration: none;
        color: #000;
        font-weight: bolder;
    }
    
    .footer-col .links li a:hover {
        color: #000;
    }
    
    .footer-col p {
        margin: 20px 0;
        color: #000;
        max-width: 300px;
    }
    
    .footer-col form {
        display: flex;
        gap: 5px;
    }
    
    .footer-col input {
        height: 40px;
        border-radius: 6px;
        background: none;
        width: 100%;
        outline: none;
        border: 1px solid #7489C6;
        caret-color: #fff;
        color: #fff;
        padding-left: 10px;
    }
    
    .footer-col input::placeholder {
        color: #ccc;
    }
    
    .footer-col form button {
        background: #000;
        outline: none;
        border: none;
        padding: 10px 15px;
        border-radius: 6px;
        cursor: pointer;
        font-weight: 500;
        transition: 0.2s ease;
    }
    
    .footer-col form button:hover {
        background: #cecccc;
    }
    
    .footer-col .icons {
        display: flex;
        margin-top: 30px;
        gap: 30px;
        cursor: pointer;
    }
    
    .footer-col .icons i {
        color: #afb6c7;
    }
    
    .footer-col .icons i:hover {
        color: #fff;
    }
    
    .copy {
        background: #f4f4f5;
        color: #565656;
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    @media (max-width: 768px) {
        .footer {
            position: relative;
            bottom: 0;
            left: 0;
            transform: none;
            width: 100%;
            border-radius: 0;
        }
        .footer .footer-row {
            padding: 20px;
            gap: 1rem;
        }
        .footer-col{
            justify-content: center !important;
        }
        .footer-col form {
            display: block;
        }
        .footer-col form :where(input,
        button) {
            width: 100%;
        }
        .footer-col form button {
            margin: 10px 0 0 0;
        }
    }
    
    .card {
        border: none;
        font-family: Abhaya Libre !important;
    }
    
    .product {
        background-color: #fff
    }
    
    .brand {
        font-size: 13px
    }
    
    .act-price {
        color: red;
        font-weight: 700
    }
    
    .dis-price {
        text-decoration: line-through
    }
    
    .about {
        font-size: 14px
    }
    
    .color {
        margin-bottom: 10px
    }
    
    label.radio {
        cursor: pointer
    }
    
    label.radio input {
        position: absolute;
        top: 0;
        left: 0;
        visibility: hidden;
        pointer-events: none
    }
    
    label.radio span {
        padding: 2px 9px;
        border: 2px solid #000;
        display: inline-block;
        color: #000;
        border-radius: 0px !important;
        text-transform: uppercase
    }
    
    label.radio input:checked+span {
        border-color: #000;
        background-color: #000;
        color: #fff
    }
    
    .btn-danger {
        background-color: #000 !important;
        border-color: #000 !important;
        color: #fff;
        width: 45%;
    }
    
    .btn-danger:hover {
        background-color: #000 !important;
        border-color: #000 !important
    }
    
    .btn-danger:focus {
        box-shadow: none
    }
    
    .cart i {
        margin-right: 1px
    }
    /*** color swatch ***/
    
    .color-list {
        list-style: none;
        display: flex;
        padding: 0 !important;
    }
    
    .color-list li {
        display: block;
        margin: 0 4px;
        border: 1px solid #dbdbdb;
        border-radius: 50px;
    }
    
    .color-list li a {
        display: block;
    }
    
    .color-list li:hover {
        border: 1px solid #000;
    }
    
    .color-list li.current-color {
        border: 1px solid #000;
    }
    
    .color-list span {
        height: 32px;
        width: 32px;
        background: gray;
        display: block;
        margin: 2px 2px;
        border-radius: 50px;
    }
    /******** related product*******/
    
    .med-rel-prod-slider {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        justify-content: space-between;
    }
    /* Carte du produit */
    /* Conteneur de l'image du produit */
    
    .related-prod-wrapper {
        position: relative;
        height: 200px;
        /* Hauteur fixe pour toutes les images */
        width: 100%;
        overflow: hidden;
    }
    /* Badge de réduction */
    
    .price-dec {
        position: absolute;
        top: 10px;
        left: 10px;
        background-color: red;
        color: white;
        padding: 5px;
        border-radius: 5px;
        font-size: 14px;
        font-weight: bold;
    }
    /* Positionner les icônes sur l'image */
    
    .product-icons {
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 10px;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }
    /* Montrer les icônes quand on survole le produit */
    
    .med-product-card:hover .product-icons {
        opacity: 1;
    }
    /* Ajuster les dimensions des icônes */
    
    .product-icons .icon-link img {
        width: 24px;
        height: 24px;
    }
    /* Titre du produit */
    
    .rel-med-name {
        font-size: 18px;
        font-weight: 600;
        color: #232426;
        margin-top: 10px;
        margin-bottom: 8px;
        text-align: center;
        /* Centrer le texte */
    }
    /* Prix du produit */
    
    .rel-prod-price {
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 0px;
        text-align: start;
    }
    /* Alignement horizontal avec flex-wrap */
    
    .med-rel-prod-slider-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    @media (min-width: 992px) {
        .med-rel-prod-slider {
            justify-content: flex-start;
        }
    }
    
    .med-related-prod-wrap {
        margin: 40px 16px 0px 16px;
    }
    
    .med-related-prod-wrap .related-prod-heading {
        margin: 0px;
        font-size: 18px;
    }
    
    .med-related-prod-wrap .med-rel-prod-slider {
        display: flex;
        column-gap: 8px;
        margin-top: 20px;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        scroll-behavior: smooth;
    }
    
    .med-related-prod-wrap .med-rel-prod-slider::-webkit-scrollbar {
        display: none;
    }
    
    .med-slider-arrow-section {
        display: none;
        align-items: center;
        justify-content: end;
        margin-top: 40px;
        column-gap: 10px;
    }
    
    .med-slider-arrow {
        --size: 30px;
        z-index: 9;
        background: #ffffff;
        width: var(--size);
        height: var(--size);
        border-radius: var(--size);
        -webkit-transition: opacity .5s, visibility .5s;
        transition: opacity .5s, visibility .5s;
        border: 1px solid #dfe1e5;
        box-shadow: 0 0 0 1px rgb(0 0 0 / 4%), 0 4px 8px 0 rgb(0 0 0 / 20%);
        padding: 0;
        transform: translate(0, -50%);
        cursor: pointer;
        outline: 0!important;
        transition: 0.2s ease-in-out;
    }
    
    .med-slider-arrow:after {
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 5L19 12L12 19' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-size: 16px;
        content: '';
        width: var(--size);
        height: var(--size);
        display: block;
        background-repeat: no-repeat;
        background-position: 49% 50%;
        transform: rotate(180deg);
    }
    
    .med-slider-arrow.btn-left {
        display: none;
    }
    
    .med-slider-arrow.med-slider-next:after {
        transform: rotate(360deg);
    }
    
    .med-rel-prod-slider .med-product-card {
        display: inline-grid;
        grid-auto-rows: min-content auto;
        background: #FFFFFF;
        border: 0px solid #ffffff;
        border-radius: 0px;
        width: 100%;
        flex-shrink: 0;
        cursor: pointer;
        overflow: hidden;
    }
    
    .med-rel-prod-slider .med-product-card:hover .related-prod-img {
        transform: scale(1.1);
    }
    
    .med-product-card .related-prod-wrapper {
        height: 140px;
        width: 100%;
        overflow: hidden;
    }
    
    .related-prod-wrapper .related-prod-img {
        height: 303px !important;
        width: 510px;
        object-fit: contain;
        transition: 0.5s all ease-in-out;
    }
    
    .med-product-card .rel-med-name {
        font-size: 20px;
        padding-top: 30px;
        color: #232426;
    }
    
    .med-product-card .rel-no-of-tab {
        color: #878787;
        font-size: 18px;
    }
    
    .med-product-card .rel-company-name {
        color: #232426;
        font-size: 14px;
        text-decoration: underline;
        font-weight: 600;
    }
    
    .med-product-card .rel-prod-price {
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 0px;
    }
    
    .med-product-card .related-prod-detail {
        margin-top: auto;
    }
    
    @media (min-width: 992px) {
        .med-related-prod-wrap {
            margin: 0px 0px 50px 0px;
        }
        .med-related-prod-wrap .related-prod-heading {
            margin: 0px;
            font-size: 26px;
        }
        .med-related-prod-wrap .med-rel-prod-slider {
            margin-top: 40px;
        }
        .med-slider-arrow-section {
            display: flex;
        }
    }
    /* Container pour les boutons */
    
    .button-container {
        display: flex;
        justify-content: flex-start;
        gap: 10px !important;
    }
    
    .custom-button {
        background-color: #ffffff;
        color: #000000;
        border: 1px solid #000000;
        border-radius: 50px;
        padding: 3px 3px !important;
        cursor: pointer;
        font-size: 13px;
        transition: background-color 0.3s ease;
        font-family: 'Abhaya Libre';
       width: 55px;
       
    }
    
    .custom-button:hover {
        background-color: #f0f0f0;
    }
    
    .titles-container {
        margin-left: auto;
        display: flex;
        gap: 20px;
    }
    
    @media (max-width: 768px) {
        .button-container {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            margin-bottom: 20px;
        }
        .custom-button {
            margin-right: 10px;
        }
        .titles-container {
            display: flex;
            justify-content: space-between;
            width: 100%;
            margin-top: 13px !important;
        }
    }
    
    .med-rel-prod-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 20px;
    }
    
    .med-product-card {
        background: #e0e0e000;
        border: 1px solid #e0e0e000;
        border-radius: 5px;
        overflow: hidden;
        padding: 2px;
        text-align: left;
        flex: 0 1 calc(25% - 20px);
        margin-bottom: 20px;
        height: auto !important;
    }
    
    .related-prod-wrapper {
        height: auto !important;
        display: flex;
        justify-content: center;
        margin-bottom: -32px;
    }
    
    .related-prod-wrapper .related-prod-img {
        height: 288px !important;
        object-fit: cover;
        transition: 0.5s all ease-in-out;
    }
    
    .related-prod-detail {
        font-size: 14px;
        font-family: 'Abhaya Libre' !important;
    }
    
    .rel-med-name {
        font-weight: bold;
        margin-bottom: 5px;
    }
    
    .rel-no-of-tab,
    .rel-company-name,
    .rel-prod-price {
        margin: 3px 0;
    }
    
    @media (max-width: 768px) {
        .med-product-card {
            flex: 0 1 calc(50% - 10px);
        }
    }
    /********************* breadcrumbs ****************/
    
    .breadcrumbs {
        font-family: 'Abhaya Libre' !important;
    }
    
    .breadcrumbs {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1250px;
        margin: auto;
        padding: 10px 47px;
        width: 100%;
    }
    
    .breadcrumbs .left {
        flex: 1;
    }
    
    .breadcrumbs .right {
        flex: 1;
        text-align: right;
    }
    
    .bread-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-top: 10px;
    }
    
    .bread-list li {
        font-size: 20px;
        font-weight: 500;
        color: #666;
    }
    
    .bread-list li a {
        color: #333;
        text-decoration: none;
        padding: 0 10px;
        position: relative;
    }
    
    .bread-list li a i {
        margin-left: 5px;
        color: #999;
    }
    
    .bread-list li.active a {
        color: #ff6600;
        font-weight: bold;
    }
    
    .bread-list li a:hover {
        color: #ff6600;
        transition: color 0.3s ease;
    }
    
    .bread-list li.active a i {
        display: none;
    }
    
    @media (max-width: 768px) {
        .breadcrumbs {
            padding: 10px 0;
        }
        .bread-list {
            font-size: 12px;
        }
    }
    
    .quantity-container {
        display: flex;
        align-items: left;
        justify-content: left;
        background-color: #fff;
    }
    
    .qty-btn {
        width: 40px;
        height: 40px;
        border: 2px solid #000;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        cursor: pointer;
        background-color: #fff;
    }
    
    .qty-btn:hover {
        background-color: #ddd;
    }
    
    .quantity-input {
        width: 42px;
        text-align: center;
        border: 3px;
        font-size: 18px;
    }
    
    .qty-btn-cart {
        width: 30px;
        height: 25px;
        border: 1px solid #dddddd;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        background-color: lightblue;
        cursor: pointer;
        background-color: #f4f4f5;
        border-radius: 5px;
    }
    
    .quantity-input-cart {
        width: 42px;
        text-align: center;
        border: 3px;
        font-size: 18px;
        height: 29px;
    }
    
    .section {
        margin-left: 20%;
        margin-top: 50px;
        margin-bottom: 10%;
        justify-content: space-between;
        align-items: center;
        max-width: 1250px;
        margin: auto;
        padding: 10px 37px;
        width: 100%;
    }
    
    @media (max-width: 768px) {
        .section {
            flex-direction: column;
            padding: 10px;
        }
    }
    
    .product-title-icons {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }
    
    .product-icons {
        display: flex;
        gap: 0px;
    }
    
    .icon-link {
        color: #000;
        font-size: 16px;
        padding: 5px;
        transition: color 0.3s ease;
    }
    
    .icon-link:hover {
        color: #f00;
    }
    
    .rel-med-name {
        font-weight: bold;
        font-size: 16px;
    }
    
    .old {
        text-decoration: line-through;
        color: #999;
        font-size: 0.9em;
        margin-right: 10px;
    }
    /* product grid  */
    
    .products-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        /* 4 produits par ligne */
        gap: 10px;
        /* espace entre les produits */
        padding: 20px;
    }
    
    .med-product-cardd {
        background-color: #FFFFFF;
        border: 0px #fff;
        padding: 15px;
    }
    
    .related-prod-wrapperr {
        position: relative;
    }
    
    .related-prod-imgg {
        width: 252px;
        height: 247px;
    }
    
    .product-iconss {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
        margin-top: -31px;
        margin-left: -82px;
    }
    
    .related-prod-detail {
        text-align: left;
        margin-top: 10px;
    }
    
    .rel-med-namee {
        font-size: 16px;
        font-weight: bold;
    }
    
    .rel-prod-pricee {
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 0px;
        text-align: start;
    }
    
    @media (max-width: 1024px) {
        .products-grid {
            grid-template-columns: repeat(2, 1fr);
        }
        .med-product-cardd {
            padding: 15px;
        }
        .related-prod-wrapperr {
            position: relative;
        }
        .related-prod-imgg {
            width: 100%;
            height: auto;
        }
        .product-iconss {
            display: flex;
            justify-content: space-between;
            margin-top: -34px;
            margin-left: -99px;
        }
        .related-prod-detaill {
            text-align: left;
            margin-top: 10px;
        }
        .rel-med-namee {
            font-size: 16px;
            font-weight: bold;
        }
        .rel-prod-pricee {
            font-size: 14px;
            color: #555;
        }
    }
    
    @media (max-width: 768px) {
        .products-grid {
            grid-template-columns: repeat(2, 1fr);
        }
        .med-product-cardd {
            padding: 1px;
        }
        .related-prod-wrapperr {
            position: relative;
        }
        .related-prod-imgg {
            width: 100%;
            height: auto;
        }
        .product-iconss {
            display: flex;
            margin-top: -34px;
            margin-left: auto;
        }
        .related-prod-detaill {
            text-align: left;
            margin-top: 10px;
        }
        .rel-med-namee {
            font-size: 16px;
            font-weight: bold;
        }
        .rel-prod-pricee {
            font-size: 14px;
            color: #555;
        }
    }
    
    .filter-dropdown {
        position: relative;
    }
    
    .dropdown-content {
        position: absolute;
        background-color: white;
        min-width: auto;
        border: 1px solid #ddd;
        z-index: 1;
    }
    
    .dropdown-content ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    
    .dropdown-content ul li {
        padding: 8px 12px;
    }
    
    .dropdown-content ul li:hover {
        background-color: #f1f1f1;
    }
    
    a {
        text-decoration: none;
        color: #000
    }
    
    .med-product-card .rel-med-name {
        font-size: 20px;
        padding-top: 30px;
        color: #232426;
        text-align: start;
    }
    /* Black Button with White Text */
    
    .black-button {
        background-color: black;
        color: white;
        padding: 12px 25px;
        border: none;
        border-radius: 5px;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }
    
    .black-button:hover {
        background-color: red;
        color: white;
        transform: translateY(-3px);
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    }
    /* Red Button with White Text */
    
    .red-button {
        background-color: red;
        color: white !important;
        padding: 12px 25px;
        border: none;
        border-radius: 5px;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }
    
    .red-button:hover {
        background-color: black;
        color: #fff !important;
        transform: scale(1.05);
        box-shadow: 0px 4px 15px rgba(255, 0, 0, 0.3);
    }
    /* White Button with Black Text */
    
    .white-button {
        background-color: white;
        color: black;
        padding: 12px 25px;
        border: 2px solid black;
        border-radius: 5px;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }
    
    .white-button:hover {
        background-color: black;
        color: white;
        border: 2px solid red;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    }
    /* Outline Red Button with Red Text */
    
    .outline-red-button {
        background-color: transparent;
        color: red;
        padding: 12px 25px;
        border: 2px solid red;
        border-radius: 5px;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }
    
    .outline-red-button:hover {
        background-color: red;
        color: white;
        transform: translateY(-3px);
        box-shadow: 0px 4px 15px rgba(255, 0, 0, 0.3);
    }
    /* Outline Black Button with Black Text */
    
    .outline-black-button {
        background-color: transparent;
        color: black;
        padding: 12px 25px;
        border: 2px solid black;
        border-radius: 5px;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }
    
    .outline-black-button:hover {
        background-color: black;
        color: white;
        transform: scale(1.05);
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    }
    /* Black Button with Red Hover Effect */
    
    .hover-black-red-button {
        background-color: black;
        color: white;
        padding: 12px 25px;
        border: none;
        border-radius: 5px;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }
    
    .hover-black-red-button:hover {
        background-color: red;
        color: white;
        transform: translateY(-3px);
        box-shadow: 0px 4px 15px rgba(255, 0, 0, 0.3);
    }
    /* Red Button with Black Hover Effect */
    
    .hover-red-black-button {
        background-color: red;
        color: white;
        padding: 12px 25px;
        border: none;
        border-radius: 5px;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }
    
    .hover-red-black-button:hover {
        background-color: black;
        transform: translateY(-3px);
        color: #fff !important;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    }
    /* Gradient Black to Red Button */
    
    .gradient-black-red-button {
        background: linear-gradient(to right, black, red);
        color: white;
        padding: 12px 25px;
        border: none;
        border-radius: 5px;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }
    
    .gradient-black-red-button:hover {
        transform: translateY(-3px);
        box-shadow: 0px 4px 15px rgba(255, 0, 0, 0.3);
    }
    /* White Button with Red Text and Border */
    
    .white-red-button {
        background-color: white;
        color: red;
        padding: 12px 25px;
        border: 2px solid red;
        border-radius: 5px;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }
    
    .white-red-button:hover {
        background-color: red;
        color: white;
        border: 2px solid red;
        transform: scale(1.05);
        box-shadow: 0px 4px 15px rgba(255, 0, 0, 0.3);
    }
    /* Black Button with Red Border */
    
    .black-red-border-button {
        background-color: black;
        color: white;
        padding: 12px 25px;
        border: 2px solid red;
        border-radius: 5px;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }
    
    .black-red-border-button:hover {
        background-color: red;
        color: white;
        border: 2px solid #fff;
        transform: scale(1.05);
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    }
    
    .main2 {
        height: 100vh;
        width: 100%;
    }
    .carousel{
        width: 100% !important;
    }
    .carousel.pointer-event {
        touch-action: pan-y;
        padding-top: 61px;
    }
    
    .image-data span.text {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
    }
    
    .image-data h2 {
        font-size: 45px;
        font-weight: 600;
        color: #fff;
    }
    
    a.button {
        display: inline-block;
        padding: 10px 20px;
        border-radius: 25px;
        color: #333;
        background: #fff;
        text-decoration: none;
        margin-top: 25px;
        transition: all 0.3s ease;
    }
    
    a.button:hover {
        color: #fff;
        background-color: #c87e4f;
    }
    /* swiper button css */
    
    .nav-btn {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.3);
    }
    
    .nav-btn:hover {
        background: rgba(255, 255, 255, 0.4);
    }
    
    .swiper-button-next {
        right: 50px;
    }
    
    .swiper-button-prev {
        left: 50px;
    }
    
    .nav-btn::before,
    .nav-btn::after {
        font-size: 25px;
        color: #fff;
    }
    
    .swiper-pagination-bullet {
        opacity: 1;
        height: 12px;
        width: 12px;
        background-color: #fff;
        visibility: hidden;
    }
    
    .swiper-pagination-bullet-active {
        border: 2px solid #fff;
        background-color: #c87e4f;
    }
    
    @media screen and (max-width: 768px) {
        .nav-btn {
            visibility: hidden;
        }
        .swiper-pagination-bullet {
            visibility: visible;
        }
    }
    
    .grid {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .grid-item {
        flex: 1 1 calc(33.33% - 20px);
        position: relative;
        overflow: hidden;
        height: 250px;
        max-width: calc(33.33% - 20px);
    }
    
    .bg-image {
        position: relative;
        overflow: hidden;
        border-radius: 8px;
        height: 100%;
    }
    
    .bg-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s;
    }
    
    .bg-image:hover img {
        transform: scale(1.1);
    }
    
    .mask {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .bg-image:hover .mask {
        opacity: 1;
    }
    
    .overlay-link {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        color: white;
        background-color: rgba(253, 253, 253, 0.15);
        padding: 5px 10px;
        border-radius: 5px;
        text-decoration: none;
        transition: background-color 0.3s;
    }
    
    .overlay-link:hover {
        background-color: rgba(253, 253, 253, 0.25);
    }
    /* Médias queries pour le responsive */
    
    @media (max-width: 768px) {
        .grid-item {
            flex: 1 1 100%;
            max-width: 100%;
        }
        .main2 {
            height: 55vh;
            width: 100%;
        }
    }
    
    @media (min-width: 769px) {
        .grid-item {
            flex: 1 1 calc(33.33% - 20px);
            max-width: calc(33.33% - 20px);
        }
    }
    
    .reassurance {
        display: flex;
        justify-content: space-around;
        text-align: center;
        padding: 20px;
        background-color: #f9f9f9;
    }
    
    .reassurance2 {
        display: flex;
        justify-content: space-around;
        text-align: center;
        padding: 0px;
    }
    
    .reassurance3 {
        display: flex;
        justify-content: space-around;
        text-align: center;
        padding-top: 90px;
        padding-bottom: 0px;
    }
    
    .reassurance-item {
        max-width: 200px;
        margin: 10px;
    }
    
    .reassurance-item img {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }
    
    .reassurance-item h3 {
        font-size: 18px;
        margin-bottom: 5px;
        color: #333;
    }
    
    .reassurance-item p {
        font-size: 14px;
        color: #666;
    }
    
    .container2 {
        width: 100%;
        background: #fff;
        border-radius: 6px;
        padding: 20px 60px 30px 40px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    }
    
    .container2 .content {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .container2 .content .left-side {
        width: 25%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
        position: relative;
    }
    
    .content .left-side::before {
        content: '';
        position: absolute;
        height: 70%;
        width: 2px;
        right: -15px;
        top: 50%;
        transform: translateY(-50%);
        background: #afafb6;
    }
    
    .content .left-side .details {
        margin: 14px;
        text-align: center;
    }
    
    .content .left-side .details i {
        font-size: 30px;
        color: #000;
        margin-bottom: 10px;
    }
    
    .content .left-side .details .topic {
        font-size: 18px;
        font-weight: 500;
    }
    
    .content .left-side .details .text-one,
    .content .left-side .details .text-two {
        font-size: 14px;
        color: #afafb6;
    }
    
    .container2 .content .right-side {
        width: 75%;
        margin-left: 75px;
    }
    
    .content .right-side .topic-text {
        font-size: 23px;
        font-weight: 600;
        color: #000;
    }
    
    .right-side .input-box {
        height: 50px;
        width: 100%;
        margin: 12px 0;
    }
    
    .right-side .input-box input,
    .right-side .input-box textarea {
        height: 100%;
        width: 100%;
        border: none;
        outline: none;
        font-size: 16px;
        background: #F0F1F8;
        border-radius: 6px;
        padding: 0 15px;
        resize: none;
    }
    
    .right-side .message-box {
        min-height: 110px;
    }
    
    .right-side .input-box textarea {
        padding-top: 6px;
    }
    
    .right-side .button {
        display: inline-block;
        margin-top: 12px;
    }
    
    .right-side .button input[type="button"] {
        color: #fff;
        font-size: 18px;
        outline: none;
        border: none;
        padding: 8px 16px;
        border-radius: 6px;
        background: #000;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .button input[type="button"]:hover {
        background: #000;
    }
    
    @media (max-width: 950px) {
        .container2 {
            width: 90%;
            padding: 30px 40px 40px 35px;
        }
        .container2 .content .right-side {
            width: 75%;
            margin-left: 55px;
        }
    }
    
    @media (max-width: 820px) {
        .container2 {
            margin: 40px 0;
            margin-bottom: 121px;
            height: 100%;
        }
        .container2 .content {
            flex-direction: column-reverse;
        }
        .container2 .content .left-side {
            width: 100%;
            flex-direction: row;
            margin-top: 40px;
            justify-content: center;
            flex-wrap: wrap;
        }
        .container2 .content .left-side::before {
            display: none;
        }
        .container2 .content .right-side {
            width: 100%;
            margin-left: 0;
        }
    }
    
    .container2 {
        width: 100%;
        background: #fff;
        border-radius: 6px;
        padding: 20px 60px 30px 40px;
        box-shadow: 0 0px 0px;
        border: 2px solid #f4f4f5
    }
    
    .cart-wrap {
        padding: 40px 0;
        font-family: 'Open Sans', sans-serif;
    }
    
    .main-heading {
        font-size: 19px;
        margin-bottom: 20px;
    }
    
    .table-wishlist table {
        width: 100%;
    }
    
    .table-wishlist thead {
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 5px;
    }
    
    .table-wishlist thead tr th {
        padding: 8px 0 18px;
        color: #484848;
        font-size: 15px;
        font-weight: 400;
    }
    
    .table-wishlist tr td {
        padding: 25px 0;
        vertical-align: middle;
    }
    
    .table-wishlist tr td .img-product {
        width: 66px;
        float: left;
        margin-left: 4px;
        margin-right: 16px;
        line-height: 63px;
    }
    
    .table-wishlist tr td .img-product img {
        width: 100%;
    }
    
    .table-wishlist tr td .name-product {
        font-size: 15px;
        color: #484848;
        padding-top: 8px;
        line-height: 24px;
        width: 50%;
    }
    
    .table-wishlist tr td.price {
        font-weight: 600;
    }
    
    .table-wishlist tr td .quanlity {
        position: relative;
    }
    
    .total {
        font-size: 24px;
        font-weight: 600;
        color: #8660e9;
    }
    
    .display-flex {
        display: flex;
    }
    
    .align-center {
        align-items: center;
    }
    
    .round-black-btn {
        border-radius: 25px;
        background: #212529;
        color: #fff;
        padding: 5px 20px;
        display: inline-block;
        border: solid 2px #212529;
        transition: all 0.5s ease-in-out 0s;
        cursor: pointer;
        font-size: 14px;
    }
    
    .round-black-btn:hover,
    .round-black-btn:focus {
        background: transparent;
        color: #212529;
        text-decoration: none;
    }
    
    .mb-10 {
        margin-bottom: 10px !important;
    }
    
    .mt-30 {
        margin-top: 30px !important;
    }
    
    .d-block {
        display: block;
    }
    
    .custom-form label {
        font-size: 14px;
        line-height: 14px;
    }
    
    .pretty.p-default {
        margin-bottom: 15px;
    }
    
    .pretty input:checked~.state.p-primary-o label:before,
    .pretty.p-toggle .state.p-primary-o label:before {
        border-color: #8660e9;
    }
    
    .pretty.p-default:not(.p-fill) input:checked~.state.p-primary-o label:after {
        background-color: #8660e9 !important;
    }
    
    .main-heading.border-b {
        border-bottom: solid 1px #ededed;
        padding-bottom: 15px;
        margin-bottom: 20px !important;
    }
    
    .custom-form .pretty .state label {
        padding-left: 6px;
    }
    
    .custom-form .pretty .state label:before {
        top: 1px;
    }
    
    .custom-form .pretty .state label:after {
        top: 1px;
    }
    
    .custom-form .form-control {
        font-size: 14px;
        height: 38px;
    }
    
    .custom-form .form-control:focus {
        box-shadow: none;
    }
    
    .custom-form textarea.form-control {
        height: auto;
    }
    
    .mt-40 {
        margin-top: 40px !important;
    }
    
    .in-stock-box {
        background: #ff0000;
        font-size: 12px;
        text-align: center;
        border-radius: 25px;
        padding: 4px 15px;
        display: inline-block;
        color: #fff;
    }
    
    .trash-icon {
        font-size: 20px;
        color: #212529;
    }
    
    .thumbnail-container img {
        width: 100px !important;
        padding-bottom: 5px !important;
        height: auto !important
        ;
    }
    
    @media (max-width: 1024px) {
        .products-grid {
            padding: 0 !important
        }
        .carousel-caption {
            padding: 20px;
            border-radius: 10px;
        }
        .carousel-caption h1 {
            color: #fff;
            font-size: 3rem;
            font-weight: bold;
            animation: fadeIn 1.5s ease-in-out;
        }
        .carousel-caption p {
            color: #f1f1f1;
            font-size: 1.25rem;
            animation: fadeIn 2s ease-in-out;
        }
        .carousel-caption .btn {
            animation: fadeIn 2.5s ease-in-out;
        }
        /* Styles pour les petits écrans (mobiles) */
        @media (max-width: 767px) {
            .carousel-caption {
                padding: 10px;
            }
            .carousel-caption h1 {
                font-size: 1.75rem;
            }
            .carousel-caption p {
                font-size: 1rem;
            }
            .carousel-caption .btn {
                font-size: 0.875rem;
                padding: 0.5rem 1rem;
            }
        }
        @keyframes fadeIn {
            0% {
                opacity: 0;
                transform: translateY(20px);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }
    }
    .section-about {
        margin-left: 20%;
        margin-top: 50px;
        margin-bottom: 10%;
        justify-content: space-between;
        align-items: center;
       
        margin: auto;
        padding: 10px 37px;
        width: 100%;
    }
    .section-about .about-section {
        margin-left: 20%;
        margin-top: 50px;
        margin-bottom: 10%;
        justify-content: space-between;
        align-items: center;
        max-width: 1250px;
        margin: auto;
        padding: 10px 37px;
        width: 100%;
    }
    .section-about .rea-section {
        margin-left: 20%;
        margin-top: 50px;
        margin-bottom: 10%;
        justify-content: space-between;
        align-items: center;
        max-width: 1250px;
        margin: auto;
        padding: 10px 37px;
        width: 100%;
        display: flex;
    }
    
    @media (max-width: 768px) {
        .section-about {
            flex-direction: column;
            padding: 10px;
        }
        .section-about .rea-section {
            margin-left: 20%;
            margin-top: 50px;
            margin-bottom: 10%;
            justify-content: space-between;
            align-items: center;
            max-width: 1250px;
            margin: auto;
            padding: 10px 37px;
            width: 100%;
            display: contents;
        }
    }