﻿.main-header {
    width: 100%;
    height: 80px;
    background-color: #fff;
    /*    border-bottom: 1px solid #eee;*/
    direction: rtl;
    position: sticky;
    top: 0;
    z-index: 1001;
    transition: background-color 0.4s ease, backdrop-filter 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
}

    .main-header.is-scrolled {
        position: fixed;
        background: #fff;
        top: 0;
        left: 0;
        right: 0;
       
    }

#search-input,
.search-input {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

    #search-input:focus,
    .search-input:focus {
        background: transparent !important;
        background-color: transparent !important;
        box-shadow: none !important;
        outline: none !important;
    }

    #search-input::placeholder,
    .search-input::placeholder {
        background: transparent !important;
        background-color: transparent !important;
        opacity: 1;
        color: #888;
    }

    #search-input::-webkit-input-placeholder {
        background: transparent !important;
        background-color: transparent !important;
    }

    #search-input::-moz-placeholder {
        background: transparent !important;
        background-color: transparent !important;
    }

    #search-input:-ms-input-placeholder {
        background: transparent !important;
        background-color: transparent !important;
    }

    #search-input:-webkit-autofill,
    #search-input:-webkit-autofill:hover,
    #search-input:-webkit-autofill:focus {
        -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
        transition: background-color 5000s ease-in-out 0s !important;
        background-color: transparent !important;
    }


.header-inner {
    width: 100%;
    height: 80px;
    padding: 0 73px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    direction: ltr;
}

.header-right-menu {
    width: 34%;
    display: flex;
    align-items: center;
    position: static;
    order: 2;
    direction: rtl;
}


    .header-right-menu .navbar {
        width: 100%;
        min-height: auto;
        margin: 0;
        padding: 0;
        background: transparent;
        justify-content: flex-start;
        border: none;
    }


.main-menu-list {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin: 0;
    padding: 0;
    float: right;
}



    .main-menu-list > li {
        float: none;
        position: static;
    }


        .main-menu-list > li > a {
            display: block;
            padding: 10px 9px;
            color: #252525 !important;
            font-size: 14px;
            font-weight: 600;
            white-space: nowrap;
            background: transparent !important;
            text-decoration: none;
            transition: color .2s ease;
        }


            .main-menu-list > li > a:hover,
            .main-menu-list > li > a:focus {
                color: #777777;
                background: transparent !important;
            }


.all-link .menu-title a {
    position: relative;
    padding-right: 15px;
}


    .all-link .menu-title a:hover::before {
        opacity: 1;
    }

.header-logo {
    position: static;
    transform: none;
    z-index: 10;
    order: 1;
    flex-shrink: 0;
}

    .header-logo a {
        display: block;
    }

.header-left-icons {
    order: 2;
}


.header-logo {
    order: 1;
}

    .header-logo img {
        display: block;
        width: auto;
        max-width: 182.02px;
        max-height: 14.19px;
    }

.header-left-icons {
    width: 20%;
    margin-right: 0;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    direction: rtl;
}


    .header-left-icons .list-inline {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        margin: 0;
        padding: 15px 0;
    }


        .header-left-icons .list-inline > li {
            margin: 0;
            padding: 0 13px;
        }


.header-icon {
    width: 16px;
    height: 16px;
    display: block;
    object-fit: contain;
    transition: opacity .2s ease;
}


    .header-icon:hover {
        opacity: .6;
    }

.divider-vertical {
    width: 1px !important;
    height: 18px;
    padding: 0 !important;
    margin: 0 8px !important;
    background: #000;
}


.cart-icon {
    position: relative;
}


    .cart-icon .badge {
        position: absolute;
        top: -4px;
        right: -5px;
        min-width: 15px;
        height: 14px;
        padding: 0;
        line-height: 16px;
        border-radius: 50%;
        background: #000000;
        color: #ffffff;
        font-size: 9px;
        font-weight: 600;
        text-align: center;
    }


.mega-menu-item {
    position: static !important;
}


.mega-menu-dropdown {
    position: fixed !important;
    top: 80px !important;
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    max-width: none !important;
    transform: none !important;
    margin: 0 !important;
    padding: 35px 0 40px !important;
    background: #fff;
/*    border: 1px solid #eee !important;*/
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    display: block !important;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    box-sizing: border-box;
    transition: opacity .25s ease, visibility .25s ease;
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .mega-menu-dropdown::-webkit-scrollbar {
        display: none;
    }

.mega-menu-item:hover > .mega-menu-dropdown {
    visibility: visible;
    opacity: 1;
}


.mega-menu-row {
    display: flex;
    flex-wrap: wrap;
    direction: rtl;
    gap: 35px;
}


.mega-column {
    width: 150px;
    text-align: right;
}


    .mega-column ul {
        margin: 0;
        padding: 0;
    }


    .mega-column li {
        list-style: none;
        margin: 0;
        padding: 0;
    }


        .mega-column li a {
            display: block;
            position: relative;
            color: #666666;
            font-size: 13.5px;
            line-height: 2.3;
            padding: 0 17px 5px 0;
            text-decoration: none;
            font-weight: 500;
            transition: color .15s ease, transform .25s ease;
        }

.mega-menu-dropdown a {
    position: relative;
    transition: color .15s ease, transform .25s ease;
}



    .mega-menu-dropdown a:hover::before {
        opacity: 1;
    }

.mega-column li a:hover {
    color: #000000;
}

    .mega-column li a:hover::before {
        opacity: 1;
    }

.mega-menu-title {
    margin-bottom: 8px !important;
}


    .mega-menu-title a {
        color: #111111 !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 1.5 !important;
    }


.all-link a {
    color: #888888 !important;
    font-size: 13.5px !important;
}

.mega-column li:not(.mega-menu-title) a:hover {
    color: #000;
}

    .mega-column li:not(.mega-menu-title) a:hover::before {
        opacity: 1;
    }

.category-heading span {
    display: block;
    color: #111111;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding: 5px 17px 5px 0;
}

.main-menu-list > li {
    position: relative;
}

    .main-menu-list > li > .dropdown-menu {
        display: none;
    }

    .main-menu-list > li.open > .dropdown-menu {
        display: block;
    }

.main-menu-list li {
    position: relative;
}

    .main-menu-list li > .dropdown-menu {
        display: none;
    }

    .main-menu-list li:hover > .dropdown-menu {
        display: block;
    }

/* Keep the new-collection submenu inside narrower desktop viewports. */
.main-menu-list > .new-collection-menu > .dropdown-menu {
    right: 0;
    left: auto;
}

.main-menu-list > li.full-width-menu {
    position: static !important;
}

.full-width-menu > .dropdown-menu {
    position: fixed !important;
    top: 77px;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    transform: none !important;
    margin: 0 !important;
    padding: 17px 10rem !important;
    background: #fff;
    border: 1px solid #eee !important;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    display: block !important;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    box-sizing: border-box;
    transition: opacity .25s ease, visibility .25s ease;
    direction: rtl;
}

.full-width-menu:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.full-width-menu:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.dropdown-menu > li > a {
    clear: both;
    font-weight: 400;
    color: #333;
    text-align: start;
    padding: 8px 20px;
}

    .dropdown-menu > li > a:hover {
        clear: both;
        background: transparent;
        font-weight: 400;
        color: #333;
        text-align: start;
    }

.language-dropdown,
.profile-dropdown {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: -20px;
}


    .language-dropdown .dropdown-list {
        display: none;
        position: absolute;
        top: calc(100% + 11px);
        right: 50%;
        transform: translateX(50%);
        background: #fff;
        padding: 5px 9px;
        z-index: 1000;
        min-width: 45px;
        border-radius: 0;
    }

    .language-dropdown:hover .dropdown-list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .language-dropdown .list-entry {
        display: block;
        width: 100%;
        text-align: center;
        color: #191919;
        text-decoration: none;
        padding: 5px 0;
    }

        .language-dropdown .list-entry:not(:last-child) {
            border-bottom: 1px solid #747474;
        }

    .language-dropdown .dropdown-list::before {
        content: "";
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 9px solid #fff;
        position: absolute;
        top: -9px;
        right: 14px;
    }


    .profile-dropdown .dropdown-list {
        display: none;
        position: absolute;
        right: 50%;
        transform: translateX(50%);
        top: calc(100% + 9px);
        background: #fff;
        padding: 5px 13px;
        min-width: max-content;
        z-index: 1000;
        border-radius: 0;
    }

    .profile-dropdown:hover .dropdown-list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .profile-dropdown .list-entry {
        display: block;
        padding: 4px 0;
        color: #747474;
        text-decoration: none;
        white-space: nowrap;
        text-align: center;
        font-size: 12px;
    }

    .profile-dropdown .dropdown-list::before {
        content: "";
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 9px solid #fff;
        position: absolute;
        top: -8px;
        right: 39px;
    }


    .profile-dropdown .list-entry:not(:last-child) {
        content: "";
        display: block;
        border-bottom: 1px solid #747474 !important;
        width: 100%;
        margin-top: 0;
    }


.search-dropdown {
    position: relative;
}

.search-checkbox {
    display: none;
}

.search-trigger {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.full-width-search-overlay {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: 0;
    background: white;
    z-index: 1000;
    overflow: hidden;
    transition: height 0.3s ease;
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}

#search-toggle:checked ~ .full-width-search-overlay {
    height: 720px;
    overflow-y: auto;
}

.search-content-wrapper {
    width: 90%;
    margin: 30px auto;
}

.search-input-area {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #424242;
    padding-bottom: 15px;
    margin-bottom: 30px;
    flex-direction: row-reverse;
}

.close-search {
    cursor: pointer;
    font-size: 14px;
    color: #757575;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    background: transparent;
    border: none;
    gap: 6px;
}

.search-form {
    flex: 1;
    display: flex;
    align-items: center;
}

.search-results-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    direction: rtl;
}

.search-product-card {
    text-decoration: none;
    color: #333;
    display: flex;
    flex-direction: column;
}

.search-product-image-box {
    background-color: #f5f5f5;
    width: 100%;
    aspect-ratio: 1 / 1.1;
    margin-bottom: 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .search-product-image-box img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.search-product-details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 12px;
}

.search-product-title {
    font-weight: 300;
    text-align: right;
    color: #000000;
    font-size: 12px;
}

.search-product-price {
    font-weight: 300;
    text-align: right;
    color: #000000;
    font-size: 12px;
}

.main-layout {
    display: flex;
    gap: 50px;
}

.Search-sidebar-links {
    width: 330px;
    padding-right: 20px;
    border-right: 1px solid #E0E0E0;
    direction: rtl;
}

    .Search-sidebar-links .sidebar-section {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #E0E0E0;
    }

        .Search-sidebar-links .sidebar-section:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

    .Search-sidebar-links h5 {
        font-size: 14px;
        font-weight: 700;
        color: #212121;
        margin-bottom: 16px;
    }

    .Search-sidebar-links ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .Search-sidebar-links li {
        margin-bottom: 12px;
    }

        .Search-sidebar-links li:last-child {
            margin-bottom: 0;
        }

    .Search-sidebar-links a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-decoration: none;
        color: #757575;
        font-size: 14px;
        font-weight: 400;
        transition: color 0.2s ease;
    }

.results-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    direction: rtl;
}

    .results-header h6 {
        margin: 0;
        font-size: 15px;
        font-weight: 700;
        color: #212121;
    }

    .results-header .view-all {
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
        font-size: 13px;
        color: #757575;
        font-family: inherit;
        display: inline-flex;
        align-items: center;
        transition: color 0.2s ease;
    }

        .results-header .view-all:hover {
            color: #000;
        }

.Search-sidebar-links a:hover {
    color: #000;
}

    .Search-sidebar-links a:hover svg path {
        stroke: #000;
    }

.Search-sidebar-links svg {
    flex-shrink: 0;
}

.results-grid-area {
    width: 75%;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.search-dropdown-box form {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
    border-bottom: 2px solid #555;
    border-left: 2px solid #555;
}


.search-input {
    flex: 1;
    height: 100%;
    border: none;
    outline: none;
    padding: 0 12px;
    text-align: right;
    font-size: 14px;
    direction: ltr;
}

.search-button {
    width: 42px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    cursor: pointer;
}

    .search-button img {
        width: 15px;
        height: 15px;
    }

label {
    margin-bottom: 0px;
}

.mobile-header {
    display: none;
}

.search-input:focus {
    background-color: transparent !important;
    outline: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
}


@media (max-width: 1500px) {
    .header-inner {
        width: 100%;
        height: 87px;
        padding: 0 20px 0 49px;
        display: flex;
        align-items: center;
        position: relative;
    }

    .header-logo img {
        display: block;
        width: auto;
        max-width: 231px;
        max-height: 35px;
    }

    .main-menu-list > li > a {
        display: block;
        padding: 10px 4px;
    }

    .main-menu-list {
        display: flex;
        gap: 12px;
    }
}


@media (max-width: 1300px) {
    .header-left-icons {
        width: 17%;
        margin-right: 0;
        margin-left: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        direction: rtl;
    }
}

@media (max-width: 1200px) {

    .header-inner {
        width: 100%;
        height: 87px;
        padding: 0 49px;
        display: flex;
        align-items: center;
        position: relative;
    }

    .header-logo img {
        display: none;
        width: auto;
        max-width: 231px;
        max-height: 35px;
    }

    .main-menu-list > li > a {
        display: block;
        padding: 10px 7px;
    }

    .mega-column li a:hover {
        color: #000 !important;
        font-weight: 600;
    }

    .mega-menu-row {
        display: flex;
        flex-wrap: wrap;
        direction: rtl;
        gap: 102px;
    }

    .full-width-menu > .dropdown-menu {
        top: 77px;
        left: 0 !important;
        right: 0 !important;
        width: 100vw !important;
        max-width: 100vw !important;
        padding: 20px 30px !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: flex-start !important;
        gap: 25px !important;
        box-sizing: border-box;
    }

        .full-width-menu > .dropdown-menu > li.menu-column-item {
            flex: 0 0 calc(25% - 20px);
            width: calc(25% - 20px);
            max-width: 250px;
            display: flex;
            flex-direction: column;
            align-items: stretch;
            text-align: right;
        }

            .full-width-menu > .dropdown-menu > li.menu-column-item .menu-image-box {
                width: 100%;
                height: auto;
                margin-bottom: 12px;
                overflow: hidden;
            }

                .full-width-menu > .dropdown-menu > li.menu-column-item .menu-image-box img {
                    width: 100%;
                    height: auto;
                    display: block;
                    object-fit: cover;
                }

            .full-width-menu > .dropdown-menu > li.menu-column-item .menu-column-title {
                display: block;
                font-size: 14px;
                font-weight: 800;
                color: #171717;
                text-decoration: none;
                margin-bottom: 10px;
            }

    .full-width-menu .menu-column-sublist {
        position: static !important;
        float: none !important;
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        list-style: none;
    }

        .full-width-menu .menu-column-sublist > li {
            margin-bottom: 8px;
        }

            .full-width-menu .menu-column-sublist > li a {
                font-size: 12px;
                font-weight: 400;
                color: #555;
                text-decoration: none;
            }

    .dropdown-menu > li > a {
        clear: both;
        font-weight: 400;
        color: #333;
        text-align: start;
        padding: 0 !important;
    }
}

@media (min-width: 1200px) {
    .new-collection-menu:hover > .mega-menu-dropdown {
        visibility: visible !important;
        opacity: 1 !important;
    }

    .new-collection-menu {
        position: relative;
    }

        .new-collection-menu::after {
            content: '';
            position: absolute;
            bottom: -20px;
            left: 0;
            width: 100%;
            height: 20px;
        }

    .dropdown-submenu.new-collection-menu,
    li.new-collection-menu {
        position: relative;
    }


    .new-collection-menu::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 25px;
        z-index: 10000;
        background: transparent;
    }

    .new-collection-menu:hover .mega-menu-dropdown,
    li.new-collection-menu:hover > .mega-menu-dropdown,
    .mega-menu-dropdown:hover {
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }

    .collection-column-box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .collection-img-link {
        width: 100%;
        max-width: 320px;
        overflow: hidden;
    }

    .collection-thumb-img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .collection-title a {
        font-size: 15px;
        font-weight: 800;
        color: #111;
        text-decoration: none;
    }

    .collection-sublinks li {
        margin-bottom: 7px;
    }

        .collection-sublinks li a {
            font-size: 13.5px;
            color: #555;
            text-decoration: none;
            transition: color 0.2s ease;
        }

            .collection-sublinks li a:hover {
                color: #000;
                font-weight: 600;
            }

    .collection-sublinks .view-all-item {
        margin-top: 10px;
    }

    .collection-sublinks .view-all-link {
        font-size: 12.5px;
        color: #888;
        display: inline-flex;
        align-items: center;
    }

        .collection-sublinks .view-all-link:hover {
            color: #000;
        }


    .mega-menu-dropdown .row {
        justify-content: center !important;
        column-gap: 10px !important;
        margin: 0 auto !important;
    }

    .mega-menu-dropdown .collection-column-box {
        width: 270px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: right;
    }

    .mega-menu-dropdown .collection-thumb-img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .mega-menu-dropdown .collection-title,
    .mega-menu-dropdown .collection-sublinks {
        width: 100%;
        text-align: right;
    }

        .mega-menu-dropdown .collection-sublinks li {
            text-align: right;
        }

        .mega-menu-dropdown .collection-sublinks .view-all-link {
            display: inline-flex;
            align-items: center;
            justify-content: flex-start;
            gap: 6px;
        }


    /***women-section***/

    .mega-menu-item {
        position: relative;
    }

        .mega-menu-item .custom-sizing-menu {
            width: 100%;
            max-width: 1250px;
            margin: 0 auto;
        }


        .mega-menu-item .mega-menu-row {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            gap: 45px;
            width: 100%;
        }


        .mega-menu-item .mega-column {
            width: 220px;
            flex: 0 0 220px;
            display: flex;
            flex-direction: column;
            align-items: stretch;
            text-align: right;
        }

            .mega-menu-item .mega-column ul {
                width: 100%;
                padding: 0 !important;
                margin: 0 !important;
                list-style: none;
                text-align: right;
            }

            .mega-menu-item .mega-column .category-heading {
                margin: 0 0 12px !important;
                padding: 0 !important;
                font-size: 14px;
                font-weight: 800;
                line-height: 1.8;
                text-align: right;
            }

                .mega-menu-item .mega-column .category-heading a,
                .mega-menu-item .mega-column .category-heading span {
                    color: #171717;
                    text-decoration: none;
                }


            .mega-menu-item .mega-column .all-link {
                margin-bottom: 10px;
                padding: 0 !important;
            }

                .mega-menu-item .mega-column .all-link a {
                    display: inline-flex;
                    align-items: center;
                    justify-content: flex-start;
                    gap: 5px;
                    font-size: 14px !important;
                    font-weight: 300;
                    color: #616161;
                    text-decoration: none;
                    transition: color .2s ease;
                }

                    .mega-menu-item .mega-column .all-link a::after,
                    .menu-column-viewall a::after {
                        content: "";
                        display: inline-block;
                        width: 12px;
                        height: 12px;
                        background-color: #616161;
                        -webkit-mask: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 9L4.5 6L7.5 3' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
                        mask: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 9L4.5 6L7.5 3' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
                    }

                    .mega-menu-item .mega-column .all-link a:hover {
                        color: #111;
                    }

            .mega-menu-item .mega-column li:not(.mega-menu-title):not(.all-link) {
                margin: 0 0 8px;
                padding: 0;
            }

                .mega-menu-item .mega-column li:not(.mega-menu-title):not(.all-link) a {
                    display: block;
                    font-size: 12px;
                    font-weight: 400;
                    line-height: 1.8;
                    color: #555;
                    text-decoration: none;
                    transition: color .2s ease;
                }

                    .mega-menu-item .mega-column li:not(.mega-menu-title):not(.all-link) a:hover {
                        color: #000 !important;
                        font-weight: 600 !important;
                    }

            .mega-menu-item .mega-column .all-link a:hover {
                font-weight: 600 !important;
                color: #000 !important;
            }

        .mega-menu-item .menu-image-container {
            margin: 0 !important;
            padding: 0 !important;
            height: auto !important;
            line-height: 0 !important;
        }

            .mega-menu-item .menu-image-container img {
                display: block !important;
                width: 100% !important;
                height: auto !important;
                margin: 0 !important;
                padding: 0 !important;
            }

        .mega-menu-item .mega-column .all-link a::after{
            content: "";
            display: inline-block;
            width: 12px;
            height: 12px;
            background-color: #616161;
            -webkit-mask: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 9L4.5 6L7.5 3' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
            mask: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 9L4.5 6L7.5 3' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
        }


    .menu-column-viewall a::after {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        position:relative;
        top: 4px;
        background-color: #616161;
        -webkit-mask: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 9L4.5 6L7.5 3' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
        mask: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 9L4.5 6L7.5 3' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
    }

    .new-collection-menu .mega-menu-dropdown .container {
        width: 100%;
        max-width: 1250px;
        margin: 0 auto;
        padding: 0;
    }

    .new-collection-menu .mega-menu-dropdown .row {
        display: flex !important;
        justify-content: center !important;
        align-items: flex-start !important;
        gap: 45px !important;
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }

        .new-collection-menu .mega-menu-dropdown .row > div {
            width: 220px !important;
            max-width: 220px !important;
            flex: 0 0 220px !important;
            padding: 0 !important;
            margin: 0 !important;
        }

    .new-collection-menu .collection-column-box {
        width: 220px;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 7px;
        text-align: right;
    }

    /***HomeAccessory***/
    .custom-dropdown-menu {
        display: flex !important;
        flex-wrap: wrap;
        gap: 20px;
    }

        .custom-dropdown-menu > li.menu-column-item {
            display: flex;
            flex-direction: column;
            align-items: stretch;
            text-align: right;
        }

            .custom-dropdown-menu > li.menu-column-item .menu-image-box {
                width: 100%;
                height: auto;
                display: block;
                margin-bottom: 12px;
                overflow: hidden;
            }

                .custom-dropdown-menu > li.menu-column-item .menu-image-box img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    display: block;
                }

            .custom-dropdown-menu > li.menu-column-item .menu-column-title {
                display: block;
                font-size: 14px;
                font-weight: 800;
                color: #171717;
                text-decoration: none;
                margin-bottom: 10px;
            }

        .custom-dropdown-menu .menu-column-sublist {
            position: static !important;
            float: none !important;
            display: block !important;
            width: 100% !important;
            margin: 0 !important;
            padding: 0 !important;
            background: transparent !important;
            border: none !important;
            box-shadow: none !important;
            list-style: none;
        }

            .custom-dropdown-menu .menu-column-sublist > li {
                margin-bottom: 8px;
            }

                .custom-dropdown-menu .menu-column-sublist > li a {
                    font-size: 12px;
                    font-weight: 400;
                    color: #555;
                    text-decoration: none;
                    transition: color .2s ease;
                }

                    .custom-dropdown-menu .menu-column-sublist > li a:hover {
                        color: #000 !important;
                        font-weight: 600 !important;
                    }

                .custom-dropdown-menu .menu-column-sublist > li.menu-column-viewall {
                    margin-top: 4px;
                }

                    .custom-dropdown-menu .menu-column-sublist > li.menu-column-viewall a {
                        font-size: 12px;
                        font-weight: 600;
                        color: #888;
                    }

                        .custom-dropdown-menu .menu-column-sublist > li.menu-column-viewall a:hover {
                            color: #000;
                        }

    .dropdown-menu.custom-dropdown-menu {
        display: flex !important;
        flex-wrap: wrap;
        gap: 35px;
        justify-content: center;
        padding: 20px;
    }

    .mega-column li a {
        padding: 0 0 5px 0;
    }

    .category-heading span {
        padding: 5px 0 5px 0;
    }

    .all-link .menu-title a {
        position: relative;
        padding-right: 0;
    }

    .dropdown-menu > li > a {
        padding: 0 !important;
    }
}

@media (min-width: 992px) {
    .mh-wrapper {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .main-header {
        display: none;
    }

    .mh-search-dropdown {
        position: fixed;
        top: 70px;
        right: 0;
        left: 0;
        bottom: 0;
        height: auto;
        background: #fff;
        z-index: 1040;
        box-shadow: 0 12px 24px rgba(0, 0, 0, .08);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-8px);
        transition: all .25s ease;
        overflow-y: auto;
    }

        .mh-search-dropdown.open {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }


    .mh-header {
        position: relative;
    }

    .mh-search-dropdown-inner {
        max-width: 720px;
        margin: 0 auto;
        padding: 24px 16px 32px;
        direction: rtl;
    }

    .mh-sd-form {
        display: flex;
        align-items: center;
        gap: 12px;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 12px;
        margin-bottom: 24px;
    }

    .mh-sd-submit {
        background: none;
        border: 0;
        padding: 0;
        display: flex;
    }

        .mh-sd-submit img {
            width: 16px;
            height: 16px;
        }

    .mh-sd-input {
        flex: 1;
        border: 0;
        outline: none;
        font-size: 17px;
        background: transparent;
    }

    .mh-sd-clear {
        background: none;
        border: 0;
        font-size: 22px;
        color: #999;
        line-height: 1;
        cursor: pointer;
    }

        .mh-sd-clear:hover {
            color: #000;
        }

    .mh-sd-title {
        font-size: 15px;
        font-weight: 700;
        color: #111;
        margin: 0;
    }

    .mh-sd-section {
        margin-bottom: 28px;
    }

    .mh-sd-section-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 14px;
    }

    .mh-sd-viewall {
        font-size: 13px;
        color: #111;
        text-decoration: none;
        font-weight: 500;
    }

        .mh-sd-viewall:hover {
            text-decoration: underline;
        }

    .mh-sd-pills {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .mh-sd-pill {
        background: #f5f5f5;
        color: #757575;
        border-radius: 999px;
        padding: 8px 14px;
        font-size: 12px;
        text-decoration: none;
        font-weight: 300;
        transition: background .2s;
    }

    .mh-sd-product-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 8px;
    }

    .mh-sd-product-name {
        font-size: 12px;
        color: #000000;
        font-weight: 300;
        margin-bottom: 0 !important;
    }

    .mh-sd-product-price {
        font-size: 12px;
        font-weight: 300;
        color: #000000;
        white-space: nowrap;
        margin-left: 5px;
    }

    .mh-sd-pill:hover {
        background: #e9e9e9;
        color: #000;
    }

    .mh-sd-cats {
        list-style: none;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #E0E0E0;
    }

        .mh-sd-cats li a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 14px 0;
            color: #111;
            text-decoration: none;
            font-size: 15px;
        }



        .mh-sd-cats li:last-child a {
            border-bottom: 0;
        }

    .mh-sd-cat-arrow {
        color: #aaa;
        font-size: 13px;
    }

    .mh-sd-products {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }

    .mh-wrapper {
/*        position: fixed;*/
        width: 100%;
        direction: rtl;
        font-family: inherit;
        z-index: 1000;
    }

    .mh-topbar {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        height: 72px;
        z-index: 1100;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0 16px;
        box-sizing: border-box;
    }

    #mhWrapper.mh-open .mh-topbar {
        background-color: #ffffff !important;
    }


    .mh-topbar.is-scrolled {
        top: 0;
        background: #fff;
        transition: all 0.3s ease;
    }

    .mh-wrapper-spacer {
        height: 72px;
    }

    .mh-logo img {
        height: 14.19px;
        width: auto;
        display: block;
    }

    .mh-icons {
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mh-icon-item {
        position: relative;
        display: flex;
        align-items: center;
    }

        .mh-icon-item a {
            display: block;
            line-height: 0;
        }

    .mh-icon-img {
        width: 16px;
        height: 16px;
        display: block;
    }

    .mh-cart-item .badge {
        position: absolute;
        top: -6px;
        left: 17px;
        background: #1a1a1a;
        color: #fff;
        font-size: 9px;
        min-width: 15px;
        height: 15px;
        line-height: 15px;
        text-align: center;
        border-radius: 50%;
        padding: 0;
    }

    .mh-toggle-btn {
        border: none;
        background: none;
        padding: 0;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .mh-burger {
        display: flex;
        flex-direction: column;
        gap: 4px;
        width: 20px;
    }

        .mh-burger span {
            display: block;
            height: 1.4px;
            width: 100%;
            background: #1a1a1a;
        }

    .mh-close {
        display: none;
    }

    .mh-wrapper.mh-open .mh-burger {
        display: none;
    }

    .mh-wrapper.mh-open .mh-close {
        display: block;
        height: 19px
    }

    .mh-overlay {
        position: fixed;
        top: 65px;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100vh - 30px);
        background: #fff;
        z-index: 1050;
        overflow: hidden;
        transform: translateX(100%);
        visibility: hidden;
        transition: transform .45s cubic-bezier(.22,1,.36,1), visibility 0s linear .45s;
    }

/*    .mh-overlay {
        position: fixed;
        top: 49px;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100vh - 30px);
        background: #fff;
        z-index: 1050;
        display: none;
        overflow: hidden;
    }*/

    .mh-wrapper.mh-open .mh-overlay {
        transform: translateX(0);
        visibility: visible;
        transition: transform .45s cubic-bezier(.22,1,.36,1), visibility 0s;
    }
 


  .mh-list-item.mh-extra-links{
    margin-top: 24px;
    padding-top: 40px;
}

    .mh-panels {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .mh-panel {
        display: block !important;
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        box-sizing: border-box;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transition: transform .6s cubic-bezier(.25, .1, .25, 1); /* از .32s به .6s، منحنی نرم‌تر */
        transform: translateX(100%);
        visibility: hidden;
        z-index: 1;
    }

        .mh-panel.active {
            transform: translateX(0);
            visibility: visible;
            z-index: 2;
        }

    .mh-list {
        list-style: none;
        margin: 0;
        padding: 8px 0 24px;
        width: 100%;
    }

    .mh-list-item {
        width: 100%;
    }

    .mh-list-btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 16px 20px;
        background: none;
        border: none;
        text-decoration: none;
        font-size: 14px;
        font-weight: 700;
        color: #1a1a1a;
        box-sizing: border-box;
        flex-direction: row-reverse;
    }

    .mh-list-btn-flush {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .mh-list-title {
        flex: 1;
        text-align: right;
    }

    .mh-chevron {
        display: flex;
        align-items: center;
        margin-left: 0;
        margin-right: 0;
        order: -1;
    }

    .mh-panel-header {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 10px 20px;
    }

    .mh-back-btn {
        display: flex;
        align-items: center;
        gap: 12px;
        border: none;
        background: none;
        padding: 0;
        font-size: 14px;
        font-weight: 500;
        color: #616161;
        cursor: pointer;
    }

    .mh-panel-header-title {
        font-size: 16px;
        font-weight: 700;
        color: #000000;
    }

    .mh-panel-body {
        padding: 20px;
    }

    .mh-collection-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .mh-collection-col {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: right;
    }

    .mh-collection-img {
        display: block;
        width: 100%;
        overflow: hidden;
    }

        .mh-collection-img img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
        }

    .mh-collection-title {
        margin: 12px 0 10px;
        font-size: 13px;
        font-weight: 700;
    }

        .mh-collection-title a {
            color: #1a1a1a;
            text-decoration: none;
        }

    .mh-collection-links {
        list-style: none;
        margin: 0 0 10px;
        padding: 0;
    }

        .mh-collection-links li {
            margin-bottom: 6px;
        }

        .mh-collection-links a {
            font-size: 12px;
            color: #8a8a8a;
            text-decoration: none;
        }

    .mh-view-all {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        font-size: 12px;
        color: #616161;
        text-decoration: none;
    }

    .mh-flat-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .mh-flat-list a {
            display: block;
            padding: 14px 4px;
            font-size: 13px;
            color: #1a1a1a;
            text-decoration: none;
            text-align: right;
        }

    .mh-child-image-box {
        width: 100%;
        border: 1px solid #e2e2e2;
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 16px;
    }

        .mh-child-image-box img {
            width: 100%;
            height: auto;
            display: block;
        }

    .mh-child-title {
        font-size: 14px;
        font-weight: 700;
        color: #1a1a1a;
        margin: 0 0 12px;
        text-align: right;
    }

    .mh-view-all-bottom {
        display: block;
        margin-top: 12px;
        font-size: 13px;
        font-weight: 700;
        color: #1a1a1a;
        text-decoration: none;
    }

    body.mh-locked {
        overflow: hidden;
    }
}

@media (max-width: 767px) {


    .main-header {
        display: none !important;
    }


    .mobile-header {
        display: block;
        width: 100%;
        background: transparent;
        position: fixed;
        z-index: 9999;
    }

        .mobile-header.scrolled {
            background-color: rgba(255, 255, 255, 0.1) !important;
            border-bottom: 1px solid rgba(220, 220, 220, 0.4) !important;
            backdrop-filter: blur(3px) !important;
            transition: all 0.3s ease;
        }



    .mobile-menu-checkbox {
        display: none;
    }


    .mobile-header-top {
        height: 80px;
        padding: 0 17px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: top 0.3s ease;
        position: relative;
        top: 18px;
    }


    .mobile-logo img {
        width: 180px;
        display: block;
    }



    .mobile-header-icons {
        display: flex;
        align-items: center;
        gap: 18px;
    }


    .mobile-cart {
        position: relative;
        display: flex;
        align-items: center;
    }


        .mobile-cart img {
            width: 20px;
            height: 20px;
        }


        .mobile-cart .badge {
            position: absolute;
            top: 2px;
            right: -17px;
            min-width: 15px;
            height: 15px;
            padding: 0;
            border-radius: 50%;
            font-size: 9px;
            line-height: 15px;
        }



    .mobile-menu-button {
        width: 18px;
        height: 14px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
    }


        .mobile-menu-button span {
            display: block;
            width: 100%;
            height: 2px;
            background: #1e1e1e;
            transition: transform .5s cubic-bezier(.77, 0, .18, 1), opacity .3s ease;
        }


    .mobile-menu-checkbox:checked ~ .mobile-header-top
    .mobile-menu-button span:nth-child(2) {
        -webkit-transform: rotate3d(0, 0, 1, 144deg);
    }



    .mobile-menu {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transform: translateY(-12px);
        pointer-events: none;
        padding: 0 26px;
        transition: max-height .7s cubic-bezier(.22, 1, .36, 1), opacity .35s ease, transform .6s cubic-bezier(.22, 1, .36, 1), padding .6s ease;
    }



    .mobile-menu-checkbox:checked ~ .mobile-menu {
        max-height: calc(100vh - 62px);
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
        padding-top: 10px;
        padding-bottom: 30px;
        overflow-y: auto;
        background-color: #fff;
    }

    .mobile-menu::-webkit-scrollbar {
        width: 3px;
    }


    .mobile-menu::-webkit-scrollbar-track {
        background: transparent;
    }


    .mobile-menu::-webkit-scrollbar-thumb {
        background: #cfcfcf;
        border-radius: 10px;
    }


    .mobile-search {
        width: 100%;
        height: 53px;
        background: #f5f5f5;
        margin-bottom: 13px;
        border-bottom: 1px solid #00000066;
        border-left: 1px solid #00000066;
    }


        .mobile-search form {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            direction: ltr;
        }


        .mobile-search button {
            width: 45px;
            height: 100%;
            border: none;
            background: transparent;
            display: flex;
            align-items: center;
            justify-content: center;
        }


            .mobile-search button img {
                width: 17px;
                height: 17px;
            }


        .mobile-search input {
            flex: 1;
            height: 100%;
            border: none;
            outline: none;
            background: transparent;
            text-align: right;
            direction: rtl;
            font-family: inherit;
            font-size: 12px;
        }



    .mobile-quick-links {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 6px;
        margin-bottom: 16px;
    }


    .mobile-quick-item {
        height: 47px;
        border: 1px solid #c8c8c8;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0px;
        color: #777;
        text-decoration: none;
    }


        .mobile-quick-item img {
            width: 22px;
            height: 20px;
            object-fit: contain;
            opacity: .7;
        }


        .mobile-quick-item span {
            font-size: 10px;
            font-weight: 400;
            white-space: nowrap;
        }


    .mobile-navigation {
        direction: rtl;
        width: 100%;
    }

        .mobile-navigation > ul {
            direction: rtl;
            width: 100%;
        }

        .mobile-navigation ul {
            list-style: none;
            padding: 0;
            margin: 0;
            direction: rtl;
        }


        .mobile-navigation > ul > li {
            width: 100%;
            min-height: 43px;
            display: flex;
            align-items: center;
            direction: rtl;
        }

            .mobile-navigation > ul > li > a {
                width: 100%;
                flex: 1;
                display: flex;
                align-items: center;
                justify-content: flex-start;
                color: #222;
                text-decoration: none;
                font-size: 12px;
                font-weight: 600;
                direction: rtl;
                text-align: right;
            }




    .mobile-details {
        width: 100%;
    }


        .mobile-details summary {
            width: 100%;
            min-height: 43px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            cursor: pointer;
            list-style: none;
            font-size: 12px;
            font-weight: 600;
        }


            .mobile-details summary::-webkit-details-marker {
                display: none;
            }


    .mobile-arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform .45s cubic-bezier(.22, 1, .36, 1);
    }


        .mobile-arrow svg {
            width: 16px;
            height: 16px;
            display: block;
        }


    .mobile-details[open] .mobile-arrow {
        transform: rotate(180deg);
    }


    .mobile-submenu {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        padding-right: 15px !important;
        transition: max-height .5s ease, opacity .3s ease;
    }


    .mobile-details[open] .mobile-submenu {
        max-height: 500px;
        opacity: 1;
    }


    .mobile-submenu li {
        min-height: 34px;
        display: flex;
        align-items: center;
    }


        .mobile-submenu li a {
            color: #777;
            font-size: 12px;
            font-weight: 600;
            text-decoration: none;
        }


    .mobile-inner-details {
        width: 100%;
    }


        .mobile-inner-details summary {
            min-height: 36px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            list-style: none;
            cursor: pointer;
            font-size: 12px;
            color: #444;
        }


            .mobile-inner-details summary::-webkit-details-marker {
                display: none;
            }


    .mobile-inner-arrow {
        display: flex;
        align-items: center;
        transition: transform .4s ease;
    }


    .mobile-inner-details[open]
    .mobile-inner-arrow {
        transform: rotate(180deg);
    }


    .mobile-inner-submenu {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        padding-right: 14px !important;
        transition: max-height .5s ease, opacity .3s ease;
    }


    .mobile-inner-details[open]
    .mobile-inner-submenu {
        max-height: 500px;
        opacity: 1;
    }


    .mobile-inner-submenu li {
        min-height: 32px;
        display: flex;
        align-items: center;
    }


        .mobile-inner-submenu li a {
            font-size: 12px;
            font-weight: 600;
            color: #777;
            text-decoration: none;
        }


    .mobile-language {
        display: flex !important;
        justify-content: space-between;
    }


        .mobile-language > span {
            font-size: 11px;
            font-weight: 700;
        }


        .mobile-language > div {
            display: flex;
            gap: 10px;
        }


        .mobile-language a {
            color: #777;
            font-size: 10px;
            text-decoration: none;
        }
}

@media (max-width: 420px) {
    .mh-sd-products {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px !important;
    }

    .mh-sd-products {
        gap: 6px !important;
    }

    .mh-sd-product-name {
        font-size: 11px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .mh-sd-product-price {
        font-size: 10px !important;
        white-space: nowrap !important;
    }

    .mh-sd-product-img {
        width: 100% !important;
        height: clamp(190px, 55vw, 260px) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: hidden !important;
    }

        .mh-sd-product-img img {
            width: 100% !important;
            height: 100% !important;
            max-width: 100% !important;
            max-height: 100% !important;
            object-fit: cover !important;
            display: block !important;
        }
}
