.header-logo,
.header-cart {
    width: 100%;
}


colgroup {
    width: 100%;
    display: block;
}
body, html {
    background: #fcfcfc !important;
}

a,
button,
input,
select,
textarea,
label,
span,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
dl,
dt,
dd,
table,
tr,
td,
th,
tbody,
thead,
tfoot,
caption,
form,
fieldset,
legend {
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    text-decoration: unset;
    text-align: start;
}



.buy_2 {
    display: none !important;
}

.modal .modal-body {
    background-color: #fff;
    color: #000;
    border-radius: 10px !important;
    border: 1px solid #fff !important;
}

.search-header {
    padding: 10px 0px !important;
}

.search-header-bar>* {
    height: 100%;
}

.search-input>div {
    width: 100%;
}

.search-input-icon {
    position: absolute;
    font-size: 22px;
    top: 8px;
    left: 4px;
}


.rtl .search-input-icon {
    left: unset;
    right: 4px;
    top: 9px;
}

.search-input-input {
    padding-left: 30px;
    min-height: 50px;
    max-height: 50px;
    font-size: 15px;
    width: 100%;
    max-width: 100%;
    line-height: 30px;
    border: 0;
    border-bottom: 1px solid #ddd !important;
}

.rtl .search-input-input {
    padding-left: inherit;
    padding-right: 30px;
}


.icon-shopping_cart_black_36dp-1-1,
.sm-search-icon>span {
    font-size: 32px;
}

.icon-shopping_cart_black_36dp-1-1 .path1:before {
    color: unset;
}

.icon-shopping_cart_black_36dp-1-1 .path2:before {
    color: unset;
    display: none !important;
}

.icon-language_black_24dp .path1:before {
    color: unset;
}

.cart-badge {
    position: absolute;
    right: 9px;
    top: -9px;
    width: 14px;
    height: 14px;
    color: #fff;
    text-align: center;
    border-radius: 48%;
    background-color: #000;
    align-content: center;
    font-size: 10px;
}

.autocomplete {
    width: 100%;
    margin-top: 15px;
}

.rtl .cart-badge {
    left: unset;
    right: -9px;
}

.ic.menu {
    text-align: left;
    position: relative;
    right: -12px;
}

.rtl .ic.menu {
    text-align: right;
    right: unset;
    left: 0px;
}

.ic.menu,
.sm-search-icon {
    margin-right: 0px;
    cursor: pointer;
}

.icon-menu-top {
    margin-right: 0px !important;
}

.rtl .ic.menu,
.sm-search-icon {
    margin-right: unset;
    margin-left: 0px;
}

.rtl .icon-menu-top {
    margin-right: unset !important;
    margin-left: 0px !important;
    transform: rotate(180deg) !important;
}

.icon-menu-top>span {
    font-size: 32px;
}

.icon-menu_open_black_24dp-1:before {
    color: unset;
}


.icon-times2 {
    color: #000;
}



.sm-search-div {
    display: none;
    visibility: hidden;
    position: absolute;
    left: 0;
    padding: 0px 15px 20px 15px;
    width: 100%;
    background-color: #fafafa;
    transform: translateY(-100%);
    transition: all .3s ease;
    z-index: 1;
    /* border-radius: 10px; */
    /* max-width: max-content; */
}

.sm-search-div.show {
    visibility: visible;
    transform: translateY(0%);
    -webkit-transform: translate3d(0, 0, 0);

}



.footer .apps-social-icons:nth-child(2) {
    padding-left: 0px;
}

.rtl .footer .apps-social-icons:nth-child(2) {
    padding-right: 0px;
    padding-left: 15px;
}

.footer .google-app-stores {
    margin-left: -4px;
    margin-right: -4px;
}

.footer .icons-wrapper {
    padding: 0px;
}

.slick-track {
    display: flex !important;
    align-items: stretch;
    justify-content: stretch;
}

.image_mained {
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: space-between;
    height: 100%;
}

.products-details-page .slick-arrow {
    background-color: transparent !important;
}

.prod-col.slick-slide {
    height: auto !important;
}

.payment_widgets:not(:has(*)) {
    display: none;
}

.payment_widgets:not(:has(:not(:empty))) {
    display: none;
}




.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.gallerd {
    margin-top: 30px !important;
}

.vat-crn-sections .maroof-icon a {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}


.slick-next.slick-arrow>span,
.slick-prev.slick-arrow>span {
    color: #000 !important;
    font-size: 20px;
}

.category-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f0f0f0;
}

.category-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 100%;
}


.category-item h3 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: var(--primary-color);
    white-space: break-spaces;
}

/* Floating buttons: WhatsApp & Back to Top */
.floating-btn {
    position: fixed;
    z-index: 999;
    bottom: 22px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color, #000);
    color: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
    border: none;
    transition: all 0.25s ease;
    cursor: pointer;
}

.floating-btn.pos-right {
    right: 18px;
}

.floating-btn.pos-left {
    left: 18px;
}

.floating-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.floating-whatsapp {
    background: #25D366;
    color: #fff;
    position: fixed;
    overflow: visible;
    animation: whatsappPulse 2s ease-in-out infinite;
}

.floating-whatsapp i {
    font-size: 26px;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}

/* WhatsApp Pulse Animation */
@keyframes whatsappPulse {
    0% {
        box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    }

    50% {
        box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4), 0 0 0 10px rgba(37, 211, 102, 0.1);
    }

    100% {
        box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    }
}

/* WhatsApp Hover Effects */
.floating-whatsapp:hover {
    transform: translateY(-2px) scale(1.05);
    animation: none;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.5), 0 0 0 15px rgba(37, 211, 102, 0.1);
}

.floating-whatsapp:hover i {
    transform: scale(1.1) rotate(5deg);
}

/* WhatsApp Click Animation */
.floating-whatsapp:active {
    transform: translateY(0) scale(0.95);
    animation: none;
}

/* WhatsApp Ripple Effect */
.floating-whatsapp::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s, opacity 0.6s;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}

.floating-whatsapp:active::before {
    width: 200px;
    height: 200px;
    opacity: 0;
    transition: width 0.3s, height 0.3s, opacity 0.3s;
}

/* WhatsApp Notification Badge (optional) */
.floating-whatsapp::after {
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    width: 12px;
    height: 12px;
    background: #ff0000;
    border: 2px solid #fff;
    border-radius: 50%;
    animation: whatsappBadgePulse 1.5s ease-in-out infinite;
    z-index: 3;
}

@keyframes whatsappBadgePulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }
}









.category-page-slider .category-item h3 {
    font-size: 1.2rem;
}

.categories-slider .category-item {
    width: 100%;
    max-width: 200px;
}

.slider-container {
    padding-left: 15px;
    padding-right: 15px;
}


.products-slider .prod-col,
.categories-slider .cat-col {
    padding-left: 12px !important;
    padding-right: 12px !important;
    display: block;
    width: auto;
}

.category-page-slider .categories-slider.s-slider {
    margin-right: 0;
    margin-left: 0;
}

.home_categories_section {
    .categories-slider {
        padding-bottom: 40px;

        .slick-prev {
            right: -45px !important;
            left: 0 !important;
            margin: auto;
            bottom: 1px;
            top: unset;
        }

        .slick-next {
            right: 0 !important;
            left: -45px !important;
            margin: auto;
            bottom: 1px;
            top: unset;
        }

        .icon-keyboard_arrow_right,
        .icon-keyboard_arrow_left {
            box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        }
    }
}




.category-page-slider .products-slider .prod-col,
.categories-slider .cat-col {
    padding-left: 0;
    padding-right: 0;
}

.special.top-level-link {
    width: 100%;
    border: 1px solid var(--text-color-text2);

}

.categories-slider-wrapper,
.products-slider-wrapper {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-bottom: 10px;
}

.bundle-offer-products .prod-col {
    width: 20%;
    padding: 15px;
}

.products-list .prod-col {
    width: 100% !important;
    margin: 0 !important;
    opacity: 1 !important;
}

.products-list .prod-col-attr {
    width: 25%;
}

.products-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    justify-content: stretch;
    gap: 10px;
}



.all-cat-col {
    position: unset !important;

}

#products-list-filter-form-close {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
}

.products-list-filter {
    margin-left: 15px;
}

.rtl #products-list-filter-form-close {
    right: unset;
    left: 0;
}

.products-pagination {
    margin-bottom: 24px;
    padding: 0 15px;
}

.products-pagination ul {
    padding: 0px;
}

.products-pagination .page-link {
    color: var(--primary-color);
    font-size: 1.2rem;
}

.products-pagination .page-link.active {
    color: #ffffff;
    background-color: var(--primary-color);
}

.rtl .products-pagination .page-item:first-child .page-link {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


.rtl .products-pagination .page-item:last-child .page-link {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.products-container .products-list {
    margin-bottom: 30px;
}

.cart-header-total {
    margin-right: 10px;
    font-size: 1.6rem;
    color: var(--header-text-color-primary-bg, var(--text-color-primary-bg));
}

.rtl .cart-header-total {
    margin-right: unset;
    margin-left: 10px;
}

.form-control {
    border-radius: 3px;
}


.box-1-1 {
    position: relative;
    width: 100%;
}

.box-1-1:before {
    content: "";
    display: block;
    padding-top: 100%;
    /* initial ratio of 1:1*/
}

.box-1-1 .content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Other ratios - just apply the desired class to the "box" element */
.box-1-1.ratio2_1:before {
    padding-top: 50%;
}

.box-1-1.ratio1_2:before {
    padding-top: 200%;
}

.box-1-1.ratio4_3:before {
    padding-top: 75%;
}

.box-1-1.ratio16_9:before {
    padding-top: 56.25%;
}

.box-1-1.ratio21_9:before {
    padding-top: 42.85%;
}

.product-item-out-of-stock {
    filter: grayscale(1);
}


.sm-search-div .autocomplete-items,
.lg-search-div .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.sm-search-div .autocomplete-items div,
.lg-search-div .autocomplete-items div {
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.sm-search-div .autocomplete-items div:hover,
.lg-search-div .autocomplete-items div:hover {
    background-color: #e9e9e9;
}

.sm-search-div .autocomplete-items div a,
.lg-search-div .autocomplete-items div a {
    padding: 10px;
    cursor: pointer;
    color: inherit;
    display: block;
}

.product-crd-spec {
    display: flex;
    align-items: center;
    gap: 3px;
}

.section-product-price {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 !important;
}

.products-section {
    margin-bottom: 48px;
}

.product-item {
    max-width: 100% !important;
    height: 100% !important;
    width: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.2s all ease-in-out;
    border: unset !important;
    box-shadow: unset;
    background-color: transparent !important;
    padding: 0;
}

.product-item:hover {
    border: 1px solid var(--primary-color);

}

.product-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 10px;
}

.product-card-option-item {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    padding: 0 !important;
}

.section_prod {
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    color: #000;
    margin-top: 0 !important;
    margin-bottom: 0px !important;
    text-align: center;

}

.product-item .product-price,
.product-item .product-price span {
    font-size: 16px !important;
    line-height: 100% !important;
    font-style: normal !important;
    font-weight: 500;
    margin: 0 !important;
    color: #000 !important;
}

.ltr {

    .product-item .product-price,
    .product-item .product-price span {
        direction: rtl;
    }
}

.card-item a img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    aspect-ratio: 1 / 1 !important;
    border-radius: 10px !important;
}
.home-productsadding-space{
    margin: 120px 0;
}
.home-productsadding-space .titles{
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 24px;
}
.home-productsadding-space{
    .slick-arrow{
        top: -56px !important;
    }
    .slick-prev{
        left: 60px !important;
        right: unset !important;
    }
    .slick-next.slick-arrow>span, .slick-prev.slick-arrow>span{
        color: #000 !important;
    }
}
.ltr .home-productsadding-space{
    .slick-next.slick-arrow>span, .slick-prev.slick-arrow>span{
        color: #000 !important;
    }
    .slick-arrow{
        top: -56px !important;
    }
    .slick-prev{
        right: 60px !important;
        left: unset !important;
    }
}
.card-item a h3 {
    display: none !important;
}
.ltr .product-item .product-prev-price{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.product-item .product-prev-price {
    text-decoration-line: line-through;
    font-weight: 500;
    font-size: 15px !important;
    line-height: 100%;
}

.product-item .product-prev-price .riyal-svg {
    width: 18px !important;
    height: 18px !important;

}

.product-item .product-prev-price .riyal-svg>path {
    fill: #999999;
}

.gallery-section+.gallery-section {
    padding-top: 0px;
}

.ic-menu-back {
    font-size: 22px;
    margin-right: 0;
    font-weight: bold;
}

.rtl .ic-menu-back {
    margin-right: unset;
    margin-left: 0;
}

@media (max-width: 768px) {
    #related-products .prod-col {
        margin: 0px !important;
        padding: 3px !important;
    }
    .slide-menu__slider .logo-header {
        height: 70px;
    }

    .sm-search-div {
        max-width: 100% !important;
    }

    .footer .apps-social-icons:nth-child(2) {
        padding-left: 15px;
    }

    .rtl .footer .apps-social-icons:nth-child(2) {
        padding-right: 15px;
        padding-left: 15px;
    }

    .footer .icons-wrapper {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .category-page-slider .categories-slider {
        height: 225px;
    }

    .categories-slider .category-item {
        width: 190px;
    }

    .category-page-slider .categories-slider .category-item {
        width: 165px;
    }

    .category-page-slider .categories-slider.s-slider {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }

    .category-page-slider .products-slider .prod-col,
    .categories-slider .cat-col {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

    .products-slider .prod-col,
    .categories-slider .cat-col {
        display: inline-block;
        vertical-align: top;
    }

    .categories-slider,
    .products-slider {
        white-space: nowrap;
    }

    .categories-slider-wrapper,
    .products-slider-wrapper {
        overflow-x: hidden;
        margin-right: 0px;
        margin-left: 0px;
    }

    .slider-container {
        padding-left: 0px;
        padding-right: 0px;
    }



    .products-list .prod-col,
    .bundle-offer-products .prod-col {
        margin: 0 auto;
        width: auto;
    }

    .products-list .prod-col,
    .products-list .prod-col-attr {
        width: 50%;
    }


    .products-list .prod-col .product-item {
        width: 100%;
    }


    .sm-search-div {
        display: block;
    }

    .icon-shopping_cart_black_36dp-1-1,
    .sm-search-icon>span {
        font-size: 28px;
    }

    .icon-menu-top {
        width: 32px;
    }

}


.btn:focus,
.btn:active,
.page-link:focus,
.page-link:active {
    outline: none !important;
    box-shadow: none;
}

.gift-popover-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 115px;
    height: 140px;
    background-color: #000;
    color: #fff;

    max-width: 100%;
}

.gift-popover-body .round {
    width: 90%;
}

.no-border {
    background-color: #fff;
    color: #000;
}

.popover {
    top: 40px;
}

.popover .arrow {
    top: -0.5rem;
    left: 5px;
}

.popover .arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.popover .arrow ::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.btn-product-card-out-of-stock {
    width: max-content;
}

.add-to-wishlist {
    position: absolute;
    right: 5px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid #8A8A8A;
}

.add-to-wishlist-icon {
    display: flex;
}

.rtl .add-to-wishlist {
    right: unset;
    left: 5px;
}

.product-card-actions .add-to-wishlist {
    position: unset !important;
}


.descriptiontitle {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #000;
}

.payment_widgets:empty {
    display: none;
    position: absolute;
}

.payment_widgets:has(:not(*)) {
    display: none;
}

.card-faq_h2 {
    text-align: center;
}

.icon-heart-mask {
    display: inline-block;
    width: 20px;
    height: 20px;
    mask-size: 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-image: var(--heart-outlined-icon);
    background-color: #000 !important;
}



.icon-heart-mask.filled {
    mask-image: var(--heart-filled-icon);
    background-color: var(--primary_color, #D86F6F) !important;
}

.mb {
    margin-bottom: 48px;
}


.icon_heart {
    cursor: pointer;
}

.btoned {
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    font-style: normal;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    border: 0 !important;
    cursor: pointer;
    margin: 0 !important;
}

.topics h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    font-style: normal;
    color: #000;
    text-align: center;
    width: 100%;
    margin-bottom: 24px;
}

* Brands Section */ .brands-slider-wrapper {
    .slick-arrow {
        top: -25px !important;
    }

    .slick-prev {
        left: 55px !important;
        right: unset !important;
    }
}

.brands-item {
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.brands-item:hover {
    transform: scale(1.05);
}

.brand-link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    transition: all 0.3s ease;
}

.brand-link:hover {
    opacity: 0.8;
}

.brand-image {
    max-width: 100%;
    max-height: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.brand-link:hover .brand-image {
    filter: grayscale(0%);
    opacity: 1;
}

.main-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content_image {
    position: absolute;
    height: auto;
    width: auto;
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: start;
    gap: 12px;
    bottom: 24px !important;
    right: 32px;
    padding: 10px;
    color: #fff;

}

.content_image h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    font-style: normal;
    color: #fff;
    text-align: start;
    margin: 0 !important;
}

.content_image p {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    font-style: normal;
    color: #fff;
    text-align: start;
    margin: 0 !important;
}



.main-banar {
    position: relative;
    overflow: hidden;
    margin-bottom: 48px;
}

.main-banar img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.content_banar {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    position: absolute;
    right: 32px;
    gap: 12px;
    padding: 10px;
    bottom: 24px;
    width: auto;
    height: auto;
}

.main-banar a {
    display: block;
}

.main-banar h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    font-style: normal;
    margin: 0 !important;
    color: #fff;
    text-align: start;
}

.main-banar p {
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    font-style: normal;
    margin: 0 !important;
    color: #fff;
    text-align: start;
}

.content_product .added {
    width: 100%;
}

.added .btned {
    border-radius: 25px;
    font-size: 18px;
    filter: unset !important;
    background-color: #E8E8E8 !important;
    font-weight: 400;
    line-height: 100%;
    font-style: normal;
    text-align: center;
    padding: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}


.product-item .product-title {
    color: unset !important;
    font-size: unset !important;
    white-space: unset !important;
    min-height: unset !important;
}

.footer-links-4 .footer-about-us-links-div a{
    color: #8A8A8A;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    text-align: start;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 0 !important;
    margin: 0 !important;
}
.content_product {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 10px;
}

.product-item .product-title>span {
    height: unset !important;
    color: #000 !important;
    font-size: 16px !important;
    line-height: 140%;
    font-weight: 600 !important;
    text-align: start;
}


.text-title h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
    color: #000;
    margin-bottom: 24px;
    white-space: wrap;
    white-space: pre-wrap
}

.footer .icons div {
    padding: 0 !important;
    margin: 0 !important;
    gap: 10px !important;
}

.content_footer {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
gap: 10px;
align-items: start;
}
.end-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.about_ecommerce {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.about_ecommerce img {
    width: auto;
    height: 75px;
}

.about_ecommerce p {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    color: var(--footer-text-color-primary-bg, var(--text-color-primary-bg));
    text-align: center;
    margin: 0 !important;
    opacity: 0.8;
}

.maroof-icon * {
    color: var(--footer-text-color-primary-bg, var(--text-color-primary-bg));
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0.8;
    text-align: center;
}

.footer-copyrights-vat-certificate {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.footer-links-4 .footer-about-us-links-div{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.loged{
    height: 50px;
    width: auto;
}
.loged img{
    height: 100% !important;
    width: 100% !important;
    object-fit: contain !important;
}


.footer-business-location .footer-about-us-links-div {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.footer-business-location p {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    color: var(--footer-text-color-primary-bg, var(--text-color-primary-bg));
}

.store-section .social-icons {
    margin: 0 !important;
    padding: 0 !important;
    flex-direction: column;

}
.footer-links-3 .footer-about-us-links-div{
    margin: 0 !important;
    padding: 0 !important;
    flex-direction: column;
    display: flex;
}


.store-section .social-icons a {
    margin: 0 !important;
    padding: 0 !important;
}

.Quick_links {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
    gap: 12px;
    color: var(--footer-text-color-primary-bg, var(--text-color-primary-bg));
}

.Quick_links h2 {
    margin: 0 !important;
    margin-bottom: 4px !important;
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    text-align: start;
    color: var(--footer-text-color-primary-bg, var(--text-color-primary-bg));
}



.Quick_links a,
.location h2 {
    display: block;
    margin: 0 !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    color: var(--footer-text-color-primary-bg, var(--text-color-primary-bg));
    text-align: start;
    opacity: 0.7;
}


.location {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.galleryed {
    display: flex;
    align-items: center;
    gap: 0;


}

.galleryed a {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.footer-companies {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.all_footer {
    display: grid;
grid-template-columns: 100%;
border-bottom: 1px solid #ddd;
padding-bottom: 5px;
}

.end_footer {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.vat-crn-sections {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
}

.maroof-icon img {
    width: 45px;
    height: 45px;
}

.maroof-icon span,
.vat-crn-sections span {
    font-size: 15px !important;
    font-weight: 400;
}

.Quick_links .cont .location:nth-child(3) svg {
    scale: 1.5;
}

.nav-mobile>button {
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.navMenu {
    margin: 0 !important;
    font-family: Tajawal, sans-serif !important;
}

.nav-mobile {
    display: none;
    gap: 8px;
    align-items: center;
}

.sm-search-div {
    display: flex !important;
    border-bottom: 1px solid #000000de !important;
}

.icon-excit {
    width: auto;
    height: auto;
    z-index: 999999999;
    display: flex;
    cursor: pointer;
    padding: 15px;
    justify-content: end;
}

.currency-button-area,
.language-button-area {
    all: unset !important;
}

.ic.menu,
.sm-search-icon {
    margin: 0 !important;
}

.language-currency,
.account-btn {
    background-color: transparent !important;
    border: unset !important;
    box-sizing: border-box;
    border-radius: unset !important;
    color: inherit;
    min-width: unset !important;
    padding: unset !important;
}



.top-main-menu-wrapper nav {
    position: unset !important;
}

ul.main-nav>li>a span,
ul.main-nav>li>a,
.navMenu,
.item-all-categories a {
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 120%;
    margin: 0 !important;
    color: var(--header-text-color-primary-bg, #000) !important;
    padding: 0 !important;
}

.main-nav {
    gap: 16px !important;
    justify-content: start !important;
    position: unset !important;
}

.c-btn.language-btn {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    padding: 0 !important;
}

.loged .image_lodd2 {
    display: none;
}

.language-btn img {
    margin-bottom: 0 !important;
}

.search-header-bar .tetx-header {
    width: 100% !important;
}
.sticky {
    position: unset !important;
}
.search-header-bar .logo-header {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 50px;
    gap: 24px;
}

.search-header-bar .header-cart {
    width: 100% !important;
    max-width: max-content;
}

.header-cart {
    gap: 24px;
}

.vertical-line {
    border-left: 1px solid #CECECE !important;
    min-height: 10px;
}

ul.main-nav>li:hover,
.item-all-categories {
    background-color: transparent;
    color: inherit !important;
}

/* استبدال السهم بآيكون وتغييرها عند الهوفر */
ul.main-nav>li>a.mega-menu>span {
    display: inline-flex;
    align-items: center;
    gap: 3px;
}
.ltr .css-89tqdv {
    display: flex;
    flex-direction: row-reverse;
}


ul.main-nav>li:hover>a.mega-menu>span:after {
    content: "\f106";
    opacity: 0;
    visibility: hidden;
    border: none !important;
}

.app-content-padded {
    padding-top: unset !important;
}

.Quick_links h2 {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}


.modal-footer-container #save-btn {
    width: 100%;
    color: var(--text-color-primary-bg, #fff) !important;
    background: var(--primary-color, #000) !important;
    font-size: 18px !important;
    height: auto;
    border-radius: 8px;
    padding: 6px 24px;
}















.modal.show .modal-dialog {
    transform: scale(1);
}

.modal-content {
    border-radius: 10px !important;
}

#products-list-filter-form-close {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
}

.rtl #products-list-filter-form-close {
    right: unset;
    left: 0;
}

.form-products-filter .text-color-primary {
    font-size: 17px;
    line-height: 140%;
    text-align: start;
    font-weight: 600 !important;
    padding-bottom: 8px;
    color: #000 !important;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.filter-block-width .form-control {
    font-size: 15px;
    text-align: start;
    border-radius: 12px;
    border: 1px solid #000;
}

.custom-checkbox-label {
    font-size: 15px !important;
}

#products-list-filter-form-clear {
    color: #fff !important;
    background: #b65047 !important;
}

.filtered {
    font-size: 18px;
    line-height: 100%;
    color: #000;
    font-weight: 400;
}

#products-list-filter-form-clear,
#products-list-filter-form-save {
    width: 100%;
    background-color: var(--primary-color, #000);
    border: 0 !important;
    padding: 7px 20px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    border-radius: 13px !important;
}

#products-list-filter-form-save {
    color: #000 !important;
}

svg {
    vertical-align: middle;
}

.btn-filter {
    background-color: transparent !important;
    border: 0 !important;
    padding: 0px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    border-radius: 0 !important;
    color: #000 !important;
}

.products-filter {
    font-size: 15px !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}
.ltr .sort-block-width{
    margin-left: 10px;
    margin-right: unset;
}
.sort-block-width{
    margin-right: 10px;
    margin-left: unset;
}
.Buy-now-container{
    display: flex;
    align-items: center;
    gap: 10px;      
    justify-content: space-between;
    width: 100%;
}
.Buy-now-container .add-to-wishlist{
    border: 1px solid #EEEEEE;
    margin: 0 !important;
    border-radius: 4px !important;
    padding: 10px;
    width: 42px !important;
    height: 42px !important;
    background-color: #fff;
    position: unset !important;
}
.Buy-now-container .fa-shopping-cart{
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 4px;
    font-size: 20px;
}
.Buy-now-container .fa-shopping-cart span{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.custom-field-separator:empty {
    display: none;
}
.questions-card-preview {
    padding: 10px !important;
    margin-bottom: 8px !important;
    border-radius: 10px;
}
.products-container {
    padding-top: 50px !important;
}

.rowed .row-col {
    display: grid;
    grid-template-columns: 60% 38%;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
}

#product-custom-user-option-fields input:checked+span:after,
.add-review-form-checkbox input:checked+span:after {
    top: 0 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 100% !important;
    background: green;
    color: #fff;
}

.rtl #product-custom-user-option-fields input+span,
.rtl .add-review-form-checkbox input+span {
    right: 0 !important;
}

.form-notify-me {
    padding: 10px !important;
    border-radius: 8px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

#product-custom-user-option-fields input+span,
.add-review-form-checkbox input+span {
    width: 16px !important;
    height: 16px !important;
    border-radius: 8px !important;
    overflow: hidden;

}

.custom-checkbox-label span {
    font-weight: 500 !important;
}

.product-header-modern,
.product-price-modern {
    width: 100%;
}

.product-price-modern {
    display: flex;
    align-items: center;
    gap: 5px;

}


#product-custom-user-option-fields .form-group label {
    border-radius: 8px !important;
}

#product-custom-user-option-fields,
.add-review-form-checkbox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column !important;
    gap: 8px !important;
}

#product-custom-user-option-fields .text-color-primary {
    font-size: 15px;
    font-weight: 500;
    line-height: 140%;
    margin: 0 !important;
    color: inherit !important;
}

.payment_widgets:has(:not(*)) {
    display: none !important;
}

#product-view-add-to-cart:has(:not(*)) {
    display: none !important;
}

.details-topic,
.product_formatted-price {
    font-size: 24px;
    font-weight: 600;
    margin: 0 !important;
    line-height: 140%;
    color: #000;
    max-width: 84%;
}

.payment_widgets:empty {
    display: none !important;
}

.riyal-svg {
    width: 20px !important;
    height: 20px !important;
}

.col-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.col-product-info {
    display: flex;
    gap: 8px;
    flex-direction: column;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    align-self: flex-start;
    width: 100%;
    height: fit-content;
    z-index: 1;
}

.text-short-description * {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000000;
    margin: 0 !important;
    padding: 0 !important;
    text-align: start;
    width: 100%;
    white-space: pre-line;
    height: 100%;
    display: block;

}

.product-features>div:empty {
    display: none;
}

.product-features {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}

.d-flexed {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0 !important;

}

.size-box .form-group {
    margin-bottom: 8px !important;
    overflow: hidden;
}

.icon-share {
    display: flex;
    align-items: center;
    gap: 12px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.ltr .icon-share {
    left: unset;
    right: 0;
}

.icon-share .add-to-wishlist {
    margin: 0 !important;
}

.product-social i {
    font-size: 18px !important;
    font-weight: 400;
    color:  #000 !important;
}

.d-flexed .product_formatted-price {
    font-size: 24px;
    font-weight: 500;
    margin: 0 !important;
}

.d-flexed .offer_price {
    font-size: 20px;
    font-weight: 400;
    opacity: 0.7;
    line-height: 100%;
    margin-bottom: 0 !important;
    text-decoration: underline;
}

.d-flexed .offer_price svg {
    width: 16px;
    height: 18px;
}

.d-flexed .offer_price svg>path {}

.select-quantity-div>div.form-group {
    width: auto !important;
    margin-bottom: 0 !important;
}

.custom-quantity-wrapper button,
.custom-quantity-wrapper input {
    border: 0 !important;
}

.qty-input,
.custom-quantity-wrapper,
.decrease,
.increase {
    display: flex;
    text-align: center;
    font-size: 15px;
    justify-content: center;
    align-items: center;
    max-width: max-content;
    margin-top: 0px;
    margin-bottom: 0px;
    height: auto;
    border-radius: 0px;
    border: 1px solid #BFBFBF;
    padding: 2px;
    font-weight: 500;
    vertical-align: baseline;
    cursor: pointer;
    border-radius: 15px;
    background: transparent;
}

.prod-col {
    padding: 0 !important;
    padding-bottom: 10px !important;
}
#related-products{
   .slick-arrow{
    top: -60px;
   } 
   .slick-prev{
    left: 60px !important;
    right: unset !important;
   }
 
}
.ltr #related-products{
   .slick-arrow{
    top: -60px;
   } 
   .slick-prev{
    right: 50px !important;
    left: unset !important;
   }
   .slick-next{
    right: 0px !important;
    left: unset !important;
   }
 
}

#related-products .prod-col {
    margin: 4.5px !important;
    opacity: 1 !important;
    transform: unset !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {

    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.qty-input>button {
    all: unset;
}

.qty-input:has(input:not([value=""])) {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.product-qty {
    position: unset;
    text-size-adjust: unset;
    appearance: unset;
    color: #000000e3 !important;
    font-kerning: unset;
    font-size: 20px;
    font-weight: 400;
    border: 0 !important;
    max-width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: transparent !important;
}

.products-details .title-name {
    padding: 0 !important;
    margin: 0 !important;
    color: #000 !important;
    text-align: start;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#product-form {
    margin-top: 0px;
    width: 100%;
}

.select-quantity-div {
    margin-bottom: 5px !important;
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 7px;

}

.account-lang-currency {
    border-bottom: 0 !important;
}

.item_header {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}

.item_header .hadersd {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    padding-bottom: 10px;
}

.container_d-flex .a-shopping-cart {
    padding: 0 !important;
}

.container_d-flex {
    padding: 5px !important;
}

.item_header a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.more-item-header {
    display: grid;
    grid-template-columns: 100%;
    align-items: end;
    justify-content: end;

}

.sub-menu-head a {
    font-size: 15px !important;
    display: flex;
    align-items: center;
    gap: 2px;
}

.more-button {
    background-color: transparent;
    border-radius: 25px;
    padding: 10px;
    border: 1px solid #331500;
    width: 100%;
    max-width: max-content;
    min-width: 150px;
    text-align: center;
}

.more-button a {
    color: #331500;
    font-weight: 400;
    font-size: 18px;
}

.item_header a img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.item_header a h2 {
    font-size: 18px;
    font-weight: 500;
    color: #1A0F04;

}

.sticky ul.main-nav>li:hover>div.sub-menu-block {
    top: 100% !important;
}

ul.main-nav>li:hover>div.sub-menu-block {
    top: 10% !important;
}

ul.main-nav>li:hover>div.sub-menu-block>* {
    opacity: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: start;
}

.select-quantity-div>div.form-group>div:after {
    display: none !important;
}

.sub-menu-block {
    display: grid !important;
    grid-template-columns: 30% 69%;
    justify-content: space-between;
    align-items: center;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.totals_details .description_title {
    display: flex !important;
    width: 100%;
    justify-content: center;
    flex-direction: row-reverse;
    border-bottom: 0 !important;
    padding-bottom: 5px !important;
}

.totals_details .nav-tabs {
    flex-wrap: nowrap;
    align-items: start;
    gap: 10px;
    justify-content: center;
    border-bottom: 0 !important;
}

.totals_details .description_title {
    padding: 0 !important;
    margin: 0 !important;
    color: #000 !important;
    text-align: start;
    font-size: 20px;
    font-weight: 500;
    opacity: 0.8;
    line-height: normal;
    border-bottom: 1px solid #fff;
    outline: unset !important;

}

.totals_details .nav.nav-tabs .nav-link.active .totals_details .description_title {
    border-bottom: 1px solid #000;
    opacity: 1;
}

.totals_details .description_title .description-title {
    padding: 0 !important;
    margin: 0 !important;
    color: #000 !important;
    text-align: start;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 5px !important;

}

.product-first-category a {
    font-size: 16px;
    font-weight: 400;
    color: #717171;
    text-align: center;
}

.description-paragrah {
    margin-right: 0 !important;
}

.review-details .comment-section .card {
    border: 0 !important;
    border-radius: 0% !important;
    overflow: hidden;
    padding: 0 !important;
}
.question-title-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
}

.card-review .review-reply-card {
    margin-left: unset;
    margin-right: 50px;
    background-color: transparent !important;
    border-right: 2px solid #000 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    padding-right: 10px !important;
}

.ltr .card-review .review-reply-card {
    margin-left: 50px;
    margin-right: unset;
    border-right: none !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    border-left: 2px solid #0E0E0E;
    padding-left: 7px !important;
    margin-left: 18px !important;
}
.modal-product-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #000 !important;
}
.totals_details button {
    border: 0 !important;
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    opacity: 1;
    min-width: 100px;
    outline: unset !important;
    width: 100%;
    background: #ff00009e !important;
}
.totals_details button:last-child{
    background: #0000009e !important;
}

.totals_details .nav-link {
    padding: 0 !important;
}

.totals_details .nav-link.active {
    border-bottom: 1px solid #000 !important;
    opacity: 1;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    filter: unset !important;
}



.product-buttons .Buy_now .btn-buy-now {
    background: transparent !important;
    color: #000 !important;
}
.product-buttons .Buy_now .btn-buy-now span{
    font-size: 20px;
    font-weight: 500;
    
}
.buy-now-icon {
    width: 20px;
    height: 20px;
    background-color: #000  !important;
    mask-size: contain !important;
}
.product-buttons{
    width: 100%;
}

#locale-selector-modal .dropdown-btn {
    background-color: #fff !important;
    border: 1px solid #ebebeb !important;
    text-align: start !important;
    color: #000 !important;
}

#locale-selector-modal .modal-content {
    border: unset !important;
}

.btn.btn-add-to-cart.Buy-now {
    border: 1px solid var(--primary-color, #000);
    background: transparent !important;
    color: var(--primary-color, #000) !important;

}

.Buy_now button,
.btn-add-to-cart,
.btn-add-to-cart span,
.Buy_now .btn-buy-now {
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 100% !important;
    margin: 0 !important;
    border-radius: 4px !important;
    border: 1px solid  #000;
    background: #140004 !important;
    color: #fff !important;
    padding: 12px !important;
    outline: unset !important;
    height: unset !important;
    box-shadow: unset !important;
    filter: unset !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: row;
    gap: 5px;
    width: 100%;
}

.content_info {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    justify-content: start;
    flex-direction: column;
    position: relative;
}

.content_info .product-features {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.star_icon {
    padding: 0 !important;
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 4px;
    justify-content: space-between;

    .icon-star1:before {
        content: "\e930";
        color: #000 !important;
    }
}

.star_icon .rating-display-value {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.star_icon .rating-display-total {
    font-size: 14px;
    color: #666;
}

.star_icon .product-card-rating-count {
    font-size: 14px;
    font-weight: 400;
    color: #666 !important;
    opacity: 1;
}

.payment_widgets:empty {
    display: none !important;
}

.div-product-weight,
.div-product-sku {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: start;
}

.product-title {
    font-size: 18px !important;
    font-weight: 500 !important;
    margin: 0 !important;
}

.select-quantity-div .product-title {
    margin-bottom: 1px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-weight {
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    opacity: 0.7;
    margin: 0 !important;
    color: #000 !important;
}

.description_paragrah * {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin: 0 !important;
    padding: 10px 0px;
    opacity: 0.8;
    color: #000 !important;
}



.slick-arrow::before {
    display: none !important;
}

.products-details-page .slick-next.slick-arrow>span,
.products-details-page .slick-prev.slick-arrow>span {
    width: 35px !important;
    height: 35px !important;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.totals_details button:has([aria-expanded="true"]) {
    svg {
        display: none;
    }

}




.reviews-break-down-div.description-paragrah {
    margin: 0 !important;
    width: 100% !important;
}

.card_card {
    padding: 10px 0px !important;
}
#product-description-a{
    display: block; 
    width: max-content;
    text-align: start;
    font-size: 15px;
    font-weight: 500;
    color: #00000066;
    border-bottom: 1px solid #00000066;
    margin: 0 !important;
    padding: 0 !important;
}

.text-short-description:empty {
    display: none !important;
}

.icon-share .add-to-wishlist {
    position: unset !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
}

div-product-sku {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: start;
}
.icon-star1:before {
    color: #000 !important;
}
.card-faq button,
#add-review-btn,
.btn.btn-primary.add-review-btn,
.review-details .comment-section>div>a,
.add-review-btn#review_details {
    opacity: 1 !important;
    padding: 8px !important;
    border-radius: 8px !important;
    font-size: 18px;
    margin: 0 !important;
    width: auto;
    max-width: max-content;
    min-width: 180px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background-color: #000 !important;
    border: 1px solid #000!important;
    color: #fff !important;
}
.collection-review-details {
    display: grid;
    grid-template-columns: 25% 55%;
    align-items: start;
    justify-content: space-between;
}
.average_card-rate {
    display: flex;
    align-items: center;
    gap: 5px;
}

.average_card-rate .card-rate span {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 25px;
}

.rating-average .row {
    margin: 0 !important;
    width: auto !important;
    padding: 2px !important;
}


.average_card-rate .rating-average {
    font-size: 20px !important;
    min-width: auto;
    margin: 0px;
}



.card-name-customer {
    font-weight: 500;
    font-size: 20px !important;
    color: #000 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.user-review-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #000 !important;
    opacity: 0.7;
    margin: 0 !important;
    padding: 0 !important;
}

.review_details {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
}

.d-flexalign {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 0px !important;
    width: 100%;
}

.low-quantity-section,
.product-count {
    color: #331500 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    display: flex !important;
    align-items: center;
    gap: 8px !important;

}

.user-review-date {
    margin: 0 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000;
    opacity: 0.8;
}


.tab-content .review-details {
    display: grid;
    grid-template-columns: 20% 79%;
    align-items: flex-start;
    gap: 1%;
}
.product-description-title{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0 !important;
    padding: 0 !important;
}

.card-faq {
    display: grid;
    gap: 5px;
    width: 100%;
    grid-template-columns: 15% 45%;
    align-items: start;
    justify-content: space-between;
}

.card-faq .review-details {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
}
.card-review .review-images-container img {
    width: 75px !important;
    height: 75px !important;
}
.questions-card-preview .question-box .question {
    font-size: 20px !important;
    color: #0E0E0E !important;
}
.product-card-rating .icon-star1.deactive:before {
    color: #cccccc !important;
}
.icon-star1.deactive:before {
    color: #cccccc !important;
}
.questions-card-preview .answer-box .answer {
    font-weight: 500 !important;
    color: #0E0E0E !important;
    border-right: 2px solid #0E0E0E;
    padding-right: 7px !important;
    margin-right: 18px !important;
}
.ltr .questions-card-preview .answer-box .answer{
    border-right: none !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    border-left: 2px solid #0E0E0E;
    padding-left: 7px !important;
    margin-left: 18px !important;
}
.h6_review{
    font-size: 32px;
    font-weight: 600;
    color: #000;
    margin: 24px 0 !important;
    padding: 24px 0 !important;
    border-bottom: 1px solid #0E0E0E1A;
}
.card-faq button {
    max-width: fit-content;
margin: unset !important;
}

.rating_count_5,
.rating_count_4,
.rating_count_3,
.rating_count_2,
.rating_count_1 {
    width: auto !important;
}

.row.card-rate {
    flex-direction: row-reverse !important;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: nowrap !important;
}

/* Rating Summary with Progress Bars */
.rating-summary-container {
    display: flex;
    gap: 5px;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
}

.rating-summary-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    min-width: 120px;
    width: 100%;
    margin: 24px 0  !important;
}

.rating-average-large {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    color: #000;
}

.rating-scale {
    font-size: 18px;
    color: #666;
    margin-top: 4px;
}

.rating-total-reviews {
    font-size: 14px;
    color: #666;
    margin-top: 8px;
}

.rating-summary-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 100%;
}

.rating-bar-item {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.rating-label {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    min-width: 20px;
    text-align: left;
}

.rating-bar-wrapper {
    flex: 1;
    height: 8px;
    background-color: #e0e0e0;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    min-width: 40px;
}

.rating-bar-fill {
    height: 100%;
    background-color: #000;
    border-radius: 4px;
    transition: width 0.3s ease;
}

.rating-count {
    font-size: 14px;
    color: #666;
    min-width: 40px;
    text-align: right;
}

.rating-no-reviews {
    padding: 5px;
    text-align: center;
    margin-top: 5px;
}

.rating-no-reviews p {
    font-size: 16px;
    color: #666;
    margin: 0;
    font-style: italic;
}

@media (max-width: 768px) {
    


    .rating-summary-left {
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .rating-average-large {
        font-size: 36px;
    }
}

#addQuestionButton {
    background-color: #000 !important;
    border: 1px solid #000!important;
    color: #fff !important;
    }

.row.card-rate span:nth-child(3) {
    font-size: 15px;
    font-weight: 500 !important;
    color: #000;
    min-width: 82px !important;
}

.card-faq_h2 {
        font-size: 15px;
    line-height: 140%;
    font-weight: 500;
    opacity: 0.7;
    text-align: center;
    width: 100%;
    height: 100%;
    margin-top: 12px !important;
}
.added{
    position: relative;
}
.added img {
    width: 30px !important;
    height: 30px !important;
    background: #e8e8e8;
    position: absolute;
    margin: auto;
    inset: 0;
    z-index: 9;
}
.h1_question-title{
    font-size: 20px;
    font-weight: 600;
    color: #0E0E0E;
    margin: 0 !important;
    padding: 0 !important;
    text-align: start;
}
.d-flexED {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    background: #fff;
    justify-content: start;
    padding: 10px !important;
}

.Livraison-svg,
.paiemen-svg {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 400;
    color: #000;
}

.Livraison,
.paiements {
    padding: 8px;
    border-radius: 16px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;

}

.paiements {
    justify-content: space-between;

}

.Livraison-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.Livraison-content img {
    width: auto;
    height: auto;
    object-fit: contain;
}

.Livraison-content h2,
.paiements h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    color: #000;
}

.cart-product-total-price .riyal-svg {
    width: 20px !important;
    height: 20px !important;
}
.product-accordion{
    width: 100% !important;
}
.mt-3mb-3{
    width: 100% !important;
}

.product-price-modern .riyal-svg {
    width: 20px !important;
    height: 20px !important;
}

.prefix:empty {
    display: none;

}

.cart-product-delete .icon-delete {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 4px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    width: auto !important;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #F8F8F8;


}

.cart-product-row-wrapper.cart-totals-row-wrapper {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    justify-content: space-between;
}

.cart-product-row-wrapper.cart-totals-row-wrapper:has(.flex_grow, .flex_shrink) {
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 400;
    font-size: 18px;
    opacity: 0.8;
    color: #000 !important;
}


.icon-shopping_cart_black_36dp-1-1 .path1:before {
    content: url("data:image/svg+xml;utf8,<svg width='200' height='200' viewBox='0 0 200 200' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M66.6666 133.333L139.334 127.278C162.071 125.383 167.176 120.417 169.695 97.7406L175 50' stroke='black' stroke-width='1.5' stroke-linecap='round'/><path d='M50 50L66.6667 50M183.333 50L154.167 50' stroke='black' stroke-width='1.5' stroke-linecap='round'/><path d='M87.5 25L112.5 50M112.5 50L137.5 75M112.5 50L87.5 75M112.5 50L137.5 25' stroke='black' stroke-width='1.5' stroke-linecap='round'/><ellipse cx='50' cy='166.667' rx='16.6667' ry='16.6667' stroke='black' stroke-width='1.5'/><circle cx='141.667' cy='166.667' r='16.6667' stroke='black' stroke-width='1.5'/><path d='M66.6667 166.667L125 166.667' stroke='black' stroke-width='1.5' stroke-linecap='round'/><path d='M16.6666 16.6665H24.7166C32.589 16.6665 39.4511 21.8715 41.3604 29.2909L66.1543 125.637C67.4072 130.506 66.335 135.664 63.2353 139.679L55.2677 150' stroke='black' stroke-width='1.5' stroke-linecap='round'/></svg>");
    display: inline-block;
}


.payments_icons {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.steps {
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.steps h2 {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin: 0 !important;
    padding: 0 !important;
}

.cart-products-with-totals {
    display: grid;
    grid-template-columns: 68% 28%;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin: 0px 0px 120px 0px;
}

.coupon-form input,
.coupon-form button {
    height: 40px !important;
}

.cart-product-row-wrapper.cart-totals-row-wrapper .flex_grow,
.cart-product-row-wrapper.cart-totals-row-wrapper .flex_shrink {
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 500;
    font-size: 16px;
    color: #717171;
}

.icon-delete::after {

    filter: grayscale(1);
}
.icon-delete:before,
.icon-delete::after {
    display: flex;
    width: 35px;
    height: 35px;
    background: transparent;
    border-radius: 50px !important;
    border: 1px solid transparent;
    padding: 20px !important;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.cart-product-row-wrapper {
    border: 0 !important;

}
.cart-products-count-row{
    width: 100% !important ;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.cart-product-row {
    display: grid !important;
    grid-template-columns: 70px 50% auto;
    grid-template-areas:
        "img title qty delete"
        "img price qty delete";
    gap: 16px;
    align-items: center;
    padding: 16px !important;
    margin: 0 !important;
    row-gap: 0px !important;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #0E0E0E1A;
}

.cart-product-col-img {
    grid-area: img !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
}

.cart-product-col-details {
    grid-area: title !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

.cart-product-prices {
    grid-area: price !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
}

.cart-totals-div {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.cart-count-title{
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    text-align: start;
    margin: 0;
    padding: 0;
}

.cart-totals-div .flex_shrink,
.cart-totals-div .flex_grow {
    color: #717171 !important;
    text-align: end !important;
    white-space: nowrap;
}

.cart-product-prices .totals {
    font-size: 14px !important;
    font-weight: 400;
    margin: 0 !important;
    padding: 0 !important;
    color: #000 !important;
}

.cart-product-prices .cart-product-price-each.d-block {
    display: none !important;
}

.cart-products-action {
    grid-area: qty !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

.cart-product-delete {
    grid-area: delete !important;
    display: flex !important;
    justify-content: end;
    align-items: start;
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.cart-product-col-details h1 {
    font-size: 16px;
    margin: 0;
}

.product-title-row {
    all: unset !important;

}

.product-title-row h1 a{
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 100%;
    color: #333333 !important;
}
.cart-product-col-img img {
    max-width: max-content !important;
    max-height: max-content !important;
}
.cart-product-col-img img {

    width: 100% !important;
    height: 100% !important;
    border-radius: 8px !important;
}
.cart-product-total-price{
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 100%;
    color: #0E0E0E80 !important;
}
.card-rate-comment{
    position: absolute;
    top: 10px;
    left: 10px;
}
.ltr .card-rate-comment{
    left: unset;
    right: 10px;
}
.comment-section {
    width: 100%;
    height: 100%;
   text-align: center;
   align-content: center;
}

.cart-products-action select {
    padding: 0 !important;
    min-width: auto !important;
}

.breadcrumb-item.active {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.cart-product-row-wrapper.cart-totals-row-wrapper:last-child{
    border-top: 1px solid #EEEEEE !important;
    padding-top: 12px !important;
    margin-top: 12px !important;
    margin-bottom: 0 !important;
    & .flex_shrink,& .flex_grow{
        font-size: 18px !important;
        font-weight: 500 !important;
        color: #0E0E0E !important;
    }
}
.breadcrumb-item + .breadcrumb-item::before {
    content: "•" !important;
    color: #8A8A8A !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin: 0 10px !important;
}
.breadcrumb {
    padding: 10px 0px !important;
    margin-bottom: 0 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
}

.breadcrumb-section {
    background-color: transparent !important;
}

.Total_summary {
    background-color: #f5f5f5;
    border-radius: 4px;
    padding: 16px;
}

.Total_summary .section-title {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    border-bottom: 1px solid #00000069;
    margin: 0 !important;
    padding-bottom: 12px;
}
.cart-product-image-link{
    display: flex !important;
    justify-content: start !important;
    align-items: center !important;
    width: 100% !important;
    height: 100% !important;
}
.breadcrumb-item+.breadcrumb-item {
    padding: 0 !important;
}
.Total_summary .control_send {
    display: grid;
    align-items: flex-start;
    gap: 0;
    margin-top: 12px;
    grid-template-columns: 75% 25%
}
.ltr .Total_summary .control_send{
    grid-template-columns: 25% 75% !important;
}
.ltr .Total_summary .control_send .send-coupon{
    order: 2 !important;
}
.Total_summary .control_send .send-coupon {
    padding: 12px !important;
    border-radius: 8px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border: 1px solid #000;
    font-size: 14px !important;
    border-left: 0 !important;
}

.loyalty-points-redemption-form .d-flex {
    gap: 10px !important;
}

.loyalty-points__info {
    text-align: start !important;
    position: unset !important;
    top: unset;
    font-size: 20px !important;
    color: #000 !important;
    margin: 0 !important;
}

.loyalty-points-section.rtl .loyalty-points-redemption-form button {
    margin-left: 0px !important;
    margin-right: 0px !important;
    opacity: 1 !important;
}

.loyalty-points-section .loyalty-points-redemption-form select,
.loyalty-points-section .loyalty-points-redemption-form button {
    height: 40px !important;
    border-radius: 8px !important;
}

.Total_summary .control_send .btn-primary {
    padding: 12px !important;
    border-radius: 8px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    font-size: 16px;
    font-weight: 400;
    margin: 0 !important;
    min-width: 100%;
    width: 100% !important;
    height: 100%;
    line-height: 50%;
    background-color: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important  ;

}

.section-cart-products {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
}

.Order_completion a {
    padding: 8px !important;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    margin: 0 !important;
    background-color: #000 !important;
    color: #fff !important  ;
}

.gift-card-toggle-btn,
.outline_btn a {
    padding: 8px !important;
    border-radius: 8px;
    color: #000 !important;
    border: 1px solid #000 !important;
    background-color: transparent !important;
    font-size: 18px;
    font-weight: 500;
    margin: 0 !important;
}

.MuiButtonBase-root {
    width: 100%;
    padding: 12px !important;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 400;
    margin: 0 !important;
}

.bton-empty a {
    font-size: 20px;
    font-weight: 500;
    padding: 10px !important;
    border-radius: 12px;
    background-color: var(--primary-color, #000) !important;
    color: var(--text-color-primary-bg, #fff) !important;

}

.product-metafields-table .meta-key {
    display: none !important;

}

.product-metafields-table tbody {
    border: 0 !important;
    width: 100%;
    vertical-align: unset;
    unicode-bidi: unset;
    border-color: unset !important;
    height: 100% !important;
    display: flex;
    flex-direction: column;
    row-gap: 12px;

}

.product-metafields-table tbody p {
    display: none !important;
}

.product-metafields-table tr {
    border: 0 !important;
    width: 100%;
    display: flex;
    vertical-align: unset;
    unicode-bidi: unset;
    border-color: unset !important;
    height: 100% !important;
}

.MuiButtonBase-root:has(.css-a1mlyn) {
    width: auto !important;
    height: auto !important;
}

.payment_widgets:empty {
    position: absolute;
    display: none;
}

.product-metafields-table .meta-value table tbody tr td:nth-child(1) {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    opacity: 1;


}

.product-metafields-table .meta-value table tbody tr td:nth-child(2) {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    opacity: 0.7;
}

.product-metafields-table table {
    border-collapse: unset !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    min-width: max-content !important;
    border-color: unset !important;
}

.product-metafields-table td {
    border-collapse: unset;
    width: auto !important;
    display: block !important;
    height: 100%;
    border: 0 !important;
    border-color: unset !important;
}

.cont {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-toggle-icon {
    display: none;
}

.svged1 {
    display: block;
    transition-delay: 0.1s;
}

.breadcrumb-item,
.breadcrumb-item a {
    color: #8A8A8A !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.svged2 {
    display: none;
}

.totals_details button[aria-expanded="true"] {
    .svged1 {
        display: none;
    }

    .svged2 {
        display: block;
        transition-delay: 0.1s;
    }
}

.slide-menu-static .language-btn .px-2,
.slide-menu-static .ces,
.slide-menu-static .account-area button {
    font-size: 16px;
    font-weight: 500;
}


.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 2px !important;
    padding-left: 2px !important;
}

.custom-quantity-wrapper {
    padding: 3px !important;
}

.custom-quantity-wrapper .qty-input {
    max-width: 50px !important;
}

.vat-crn-sections {
    flex-direction: row-reverse !important;
}


.badge-name {
    top: 0 !important;
    margin: 5px !important;
    right: 5px !important;
    left: unset !important;
    z-index: 1 !important;
    max-width: 115px !important;
    text-wrap: unset !important;
    background-color: #f5def9 !important;
    border-color: #f5def9 !important;
    color: #9b3fac !important;
    font-size: 14px !important;
    padding: 4px !important;
    border-radius: 2px !important;
}

.ltr .badge-name {
    right: unset !important;
    left: 5px !important;
}


.badge-name svg {
    display: none !important;
}


.slide-menu {
    width: 30% !important;
}
.product-badge{
    display: none !important;
}

.slide-menu__slider .logo-header a {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.out-of-stock-option::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #ff0000bf;
    width: 100%;
    height: 1px;
    pointer-events: none;
    z-index: 10;
    transform: rotate(23deg);
    margin: auto;

}

.products-details-page #product-images-slick img {
    border-radius: 10px !important;
    object-fit: cover !important;
}

.size-box #product-variants-options ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px;
}

.size-box {
    display: flex;
    padding-bottom: 8px;
    flex-direction: column-reverse;
    gap: 10px;
}

.custom-field-separator:empty {
    display: none;
}

#product-custom-user-dropdown-fields span,
.select-stock-location-div .product-title,
#product-custom-user-option-fields label>.text-color-primary,
#product-custom-user-dropdown-fields label {
    font-size: 18px !important;
    font-weight: 500 !important;
    display: block !important;
    margin-bottom: 5px !important;
}

/* Custom Field Total Price Display */
.custom-field-total-price {
    display: none;
    margin-top: 15px;
    padding: 15px;
    background: #f8f8f8;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.custom-field-total-price .total-price-value {
    font-weight: 700;
    font-size: 18px;
    color: var(--primary-color);
}

.size-box #product-variants-options ul li {
    background-color: #fff !important;
    border-radius: 4px !important;
    padding: 5px !important;
    margin: 0 !important;
    border: 1px solid #ddd;
}

.size-box #product-variants-options ul li span {
    font-size: 14px !important;
    font-weight: 600 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.text-color-primary {
    color: #000 !important;
}

#product-variants-options {
    order: 1;
}

#product-variants-options label {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 30px;
    margin: 0 !important;
}

.size-box #product-variants-options ul li {
    background-color: #fff !important;
    border-radius: 4px !important;
    padding: 5px !important;
    margin: 0 !important;
}

.size-box #product-variants-options ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.size-box #product-variants-options ul li.active {
    border: 1px solid #000 !important;
}

.form-control {
    border-radius: 8px !important;
}

.size-box #product-variants-options ul[name="إختر اللون"] li.active {
    background-color: #ffffff !important;
}

.btn-send-notify {
    margin: 0 !important;
    width: 25% !important;
    font-size: 18px;
    height: 100% !important;
    background: var(--primary-color);
    text-align: center !important;
    font-weight: 500;
    border-radius: 8px !important;
    min-width: unset !important;
    height: auto !important;
    padding: 5px !important;
}

.section-out-of-stock-notify-me .product-title {
    margin-bottom: 12px !important;
    font-size: 15px !important;
    line-height: 120%;
    font-weight: 400;
}

.product-icon {
    position: relative;
    cursor: pointer;
}

.product-icon .product-social {
    margin-right: 0;
    margin-left: 0;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    position: absolute;
    opacity: 0;
    transition: 0.4s linear;
    background: #fff;
    padding: 7px;
    border-radius: 32px;
}

.product-icon.showed .product-social {
    visibility: visible;
    opacity: 1;
}

.product-icon.showed .product-social a:nth-child(2) {
    transition-delay: 0.5s;
}

.product-icon.showed .product-social a:nth-child(3) {
    transition-delay: 0.6s;
}

.product-icon.showed .product-social a:nth-child(4) {
    transition-delay: 0.7s;
}

.slide-menu,
.slide-menu a {
    color: var(--menu-header-text-color-primary-bg, var(--text-color-primary-bg)) !important;
    font-size: 18px;
    font-weight: 400;
    padding: 05px;
}

.loyalty-points-section.rtl .loyalty-points-redemption-form button {
    margin-left: 0px;
    margin-right: 0px !important;
}

.loyalty-points-section .loyalty-points-redemption-form button {
    min-width: auto;
    margin-left: 0 !important;
}


.product-title-row h1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.categories-row {
    margin-left: -0 !important;
    margin-right: -0 !important;
    height: 100% !important;
}


.product-attributes {
    min-width: 100% !important;
    width: 100% !important;
    padding-inline-end: 0 !important;
}

.products-container {
    padding-top: 0 !important;
}

.dropdown-item {
    padding: 3px !important;
    font-weight: 500 !important;
    white-space: normal;
    font-size: 14px !important;
}

.attribute-group {
    margin-bottom: 10px !important;
    overflow: hidden;
}

.attribute {
    padding: 10px !important;
    border-radius: 10px !important;
}

.form-group.col-md-6 {
    margin: 0 !important;
    width: 100%;
    max-width: 100% !important;
    text-align: start !important;
}

.products-filters-container .products-filters-attribute-form .form-row {
    display: grid !important;
}

.dropdown-menu {
    border-radius: 10px !important;
}

.filtration-header span {
    font-weight: 500;
    font-size: 16px;
}

.filter-item span {
    font-weight: 500;
    font-size: 15px;
}

.form-group.col-md-6 label {
    margin: 3px !important;
    text-align: start !important;
}

.form-group.col-md-6 label h6 {
    margin: 0 !important;
    font-size: 14px !important;
    text-align: start !important;
}

.attribute-footer .highlight-button.btn.btn-sm {
    font-size: 16px;
    font-weight: 500;
    background: var(--primary-color);
    margin: auto;
    width: 95%;
    color: var(--text-color-primary-bg);
    border-radius: 25px !important;
}

.attribute_form {
    padding: 10px !important;
}

#attribute_form .attribute-header {
    display: none !important;
}

#attribute_form .attribute-group {
    border: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}

.form-row {
    margin-right: 0 !important;
    margin-left: 0 !important;
    align-items: center !important;
    gap: 5px;
    text-align: start !important;
}

.attribute-body.attribute-price-body {
    padding: 0 !important;
}

.products-filters-container {
    margin: 0 !important;
}

.categories-section {
    border-radius: 15px;
    width: 100%;
}

.catego-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.catego-card {
    text-align: center;
    background: #fafafa;
    border-radius: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 16px;
}



.catego-image {
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catego-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catego-name {
    color: #2c3e50;
    font-size: 16px;
    font-weight: 600;
}

.keywords-section {
    height: fit-content;
    width: 100%;
}

.keywords-title {
    color: #95a5a6;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 500;
}

.keywords-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.keyword-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    border-radius: 8px;
    transition: all 0.2s ease;
    cursor: pointer;
    border: 1px solid transparent;
}



.keyword-icon {
    width: 18px;
    height: 18px;
    color: #adb5bd;
    flex-shrink: 0;
}

.keyword-text {
    color: #495057;
    font-size: 14px;
}

.search-input-input {
    border-radius: 0 !important;
    background-color: transparent;
}

.search-input-input:focus,
.search-input-input:focus-visible,
.search-input-input:focus-within,
.search-input-input:hover,
.search-input-input:target,
.search-input-input:active {
    background-color: transparent;
}

.search-down-div {
    display: grid;
    grid-template-columns: 25% 75%;
    padding: 10px;
}

.parent-search-inp {
    margin-bottom: 10px;
    position: relative;
}

.parent-search-inp svg {
    position: absolute;
    right: 0px;
    top: 13px;
}

/* ========== Out of Stock Options Styles ========== */
.options-table.variant-out-of-stock {
    display: none !important;
}

.out-of-stock-option {
    position: relative;
}

.out-of-stock-option span {
    position: relative;
    filter: blur(0.1px);
    opacity: 0.7;
    pointer-events: none;
}

.mrg {
    margin-top: 30px;
    padding-bottom: 30px;
}

.collection__item {
    position: relative;
    overflow: hidden;
    border-radius: 10rem;

}

.home-collection {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    align-items: center;
    justify-content: space-between;
}

.collection_item-image {
    display: block;
    width: 100%;
}

.xo-image {
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .8s;
}

.xo-image:hover {
    transform: scale(1.1);
}

.collection__content {
    position: absolute;
    top: 0;
    right: 5%;
    z-index: 1;
    width: 50%;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.ltr .collection__content {
    right: unset;
    left: 5%;
}

.collection__item-title {
    text-transform: capitalize;
    margin: 0 !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 135%;
    word-break: break-word;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.collection__item-count {
    margin: 0 !important;
    font-weight: 500;
    font-size: 16px;
    opacity: 0.8;
    text-align: center;
    line-height: 135%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.section-title {
    margin: 0 !important;
    word-break: break-word;
    font-size: 32px;
    font-weight: 500;
    padding: 0 !important;
    line-height: 110%;
    text-align: center;
}

.sub-title {
    margin: 0 !important;
    word-break: break-word;
    font-size: 16px;
    font-weight: 500;
    line-height: 110%;
    padding: 0 !important;
    opacity: 0.8;
    text-align: center;
}

.titles {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 24px;
    margin-bottom: 24px;
}

.maintitle {
    padding: 10px;
    background: #0E0E0E0D;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    border-radius: 4px;

}

.subtitle {
    font-size: 44px;
    font-weight: 600;
    line-height: 100%;
    color: #000;
    padding: 0;
    margin: 0;
    text-align: start;
}

.reels-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.video-slide {
    position: relative;
    overflow: hidden;
}

.slide-width {
    position: absolute;
    display: grid;
    grid-template-columns: 70% 30%;
    bottom: 0 !important;
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #0000001A;
    backdrop-filter: blur(5px);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    align-items: center;
}

.content-product {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: start;
    justify-content: start;
}

.content-product .producttitle {
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: start;
}

.content-product .product-price * {
    font-size: 16px;
    font-weight: 500;
    line-height: 110%;
    margin: 0;
    text-align: start;
}

.reel-img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.reel-img img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 50%;
}

.image_thumb {
    max-width: 100%;
}

.slick-next.slick-arrow>span,
.slick-prev.slick-arrow>span {
    color: #000 !important;
    font-size: 18px;
    background: #fff !important;
    padding: 10px;
    border-radius: 50px;
    z-index: 9;
    align-content: center;
}

.slick-next {
    right: auto !important;
    left: 1% !important;
}

.slick-prev,
.slick-next {
    width: auto !important;
    height: auto !important;
    z-index: 9 !important;
}

.slick-prev {
    right: 1% !important;
    left: auto !important;
}

.ltr .slick-next {
    right: 1% !important;
    left: auto !important;
}

.ltr .slick-prev {
    right: auto !important;
    left: 1% !important;
}

.pls-elements {
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
}

.pls-banners {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 500px;
    border: 0.5px solid #d0d9bf;
}

.pls-banners a {
    width: 100%;
    height: 100%;

}

.pls-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 60px;
    width: 100%;
    aspect-ratio: 1/1 !important;
    height: auto;
    max-height: 100%;
}

.pls-item img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover !important;
    margin: auto 0 !important;
}

.pls-content-wrap {
    text-align: center;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.pls-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: end;
    align-items: center;
    width: 100%;
    height: 100%;
}

.pls-title {
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    font-style: normal;
    overflow: hidden;
}

.pls-text {
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.pls-button {
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    font-style: normal;
    margin: 0;
    padding: 0;
    padding-bottom: 3px;
    text-transform: capitalize;
    cursor: pointer;
    text-align: center;
    border-color: inherit;
    border-bottom: 1px solid;
    text-shadow: 0px 0px 5px #000000a8;
}


.slick-slide {
    height: auto !important;
}

.slick-dots {
    position: absolute;
    bottom: 10px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: auto !important;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 16px !important;
    margin: 0;
    list-style: none;
    text-align: center;
    background: #00000038;
        border-radius: 20px;
    gap: 8px;
}

.slick-dots li {
    width: 10px !important;
    height: 10px !important;
    margin: 0 !important;
}

.slick-dots li button {
    width: 10px !important;
    height: 10px !important;
    padding: 0 !important;
    border-radius: 50%;
    background: transparent !important;
    border: 2px solid white;
    opacity: 1;
}

.slick-dots li button:before {
    display: none !important;
    content: none !important;
}

.slick-dots li.slick-active button {
    background: white !important;
    border: 2px solid white;
}


.fleax_head_section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    grid-row: 15px;
    flex-wrap: wrap;
}


.fleax_head_section .main_titel {
    font-size: 20px;
    line-height: 150%;
}

.fleax_head_section .ref_all {
    font-size: 18px;
    text-decoration: underline;
    color: #000;
    transition: all 0.5s;
}

.fleax_head_section .ref_all:hover {
    color: #e43131;
}

.fleax_head_section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    row-gap: 15px;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.grid_collection {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    row-gap: 25px;
}

.cllection_content {
    overflow: hidden;

}

.ref_content {
    position: relative;
}

.cllection_content_titels {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: space-between;
    border-radius: 35px;
    width: 90%;
    padding: 15px;
    margin: auto;
    height: max-content;
    bottom: 20px;
    right: 0;
    left: 0;
    transform: perspective(1px) translateZ(0);
}

.cllection_content_titels:hover {
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.img_collection {
    border-radius: 10px;
    overflow: hidden;
}

.img_collection img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.cllection_content:hover .img_collection img {
    transform: scale(1.06);
}

.cllection_content_titels h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    margin: 0 !important;
    padding: 0 !important;
    text-align: start;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.num_span {
    opacity: 0.7;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    margin: 0 !important;
    padding: 0 !important;
    text-align: start;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}



.grid_collection_imges {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
}

.ref_imges {
    position: relative;
}

.main_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 2px;
}

.main_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.main_img:hover img {
    transform: scale(1.06);
}

.imges_titels {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 5px;
    right: 0;
    width: 100%;
    height: 100%;
    justify-content: start;
    align-items: start;
    top: 0;
    padding: 20px;
}

.imges_titels h2 {
    font-size: 20px;
    line-height: 140%;
    font-weight: 500;
    margin: 0 !important;
    padding: 0 !important;
    text-align: start;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.imges_details {
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    text-decoration: underline;
    opacity: 0.8;
    margin: 0;
    padding: 0 !important;
    text-align: start;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-width: max-content;
}











.flex_parent_section {
    display: flex;
    gap: 50px;
    flex-direction: row-reverse;
    align-items: center;
}

.why_img {
    width: 100%;

}

.why_img img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    object-fit: cover;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.left_content {
    width: 100%;
}

.why_head_section {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-bottom: 30px;
}

.left_content .main_titel {
    font-size: 30px;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: start;
    font-weight: 500;
}

.p_styles {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 140%;
    opacity: 0.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0;
    text-align: start;
    padding: 0;
    font-weight: 500;
}

.why_choose-content {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 30px;

}

.why_choose_titels h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: start;
}

.why_choose_titels .p_details {
    margin: 0;
    font-size: 18px;
    line-height: 140%;
    opacity: 0.7;
    font-weight: 400;
    text-align: start;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: start;
    overflow: hidden;
}

.why_small_img img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.main_content {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    text-transform: capitalize;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    margin: auto;
}

.main_content h2 {
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
    font-style: normal;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0;
    padding: 0;
    text-align: center;
}

.main_content p {
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    font-style: normal;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: center;
    opacity: 0.7;
}

.main_content span {
    font-size: 18px;
    line-height: normal;
    border-radius: 15px;
    font-weight: 500;
    font-style: normal;
    padding: 5px 18px;
    margin: 0;
    text-align: center;
}



.main-images {
    border-radius: 10px;
    overflow: hidden;
    width: 100% !important;
    height: 100% !important;
    display: block !important;

}

.main-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}


.nav-link {
    align-items: center;
    gap: 8px;
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    text-align: start;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    opacity: 0.7;
}

.nav-link.products-tab-link.active {
    border-bottom: 1px solid #0000009f;
    opacity: 1;
}

.products-tab-link .tab-title {
    line-height: 1;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    line-height: 140%;
    text-align: start;
    text-decoration: none;
    transition: color 0.3s ease;
}

.carousel-img {
    object-fit: cover !important;
    border-radius: 10px !important;
}

/* Product Detail Image Hover Effect */
.product-detail-image-wrapper {
    position: relative;
    overflow: hidden;
    width: 100% !important;
    height: 100% !important;
}

.product-detail-img-main {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.badge-info {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    color: transparent !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: unset !important;
}


/* Slick Thumbs Carousel Styles */
.products-details-page .product-images-thumbs-slick {
    max-height: 500px;
    overflow: hidden;
}

.products-details-page .product-images-thumbs-slick .slick-list {
    margin: 0 -4px;
}

.products-details-page .product-images-thumbs-slick .slick-slide {
    padding: 0 4px;
    margin-bottom: 8px;
}

.products-details-page .product-images-thumbs-slick .slick-arrow {
    position: absolute;
    z-index: 10;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.products-details-page .product-images-thumbs-slick .slick-arrow:hover {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.products-details-page .product-images-thumbs-slick .slick-arrow-vertical.slick-prev {
    top: -40px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
}

.products-details-page .product-images-thumbs-slick .slick-arrow-vertical.slick-next {
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
}

.products-details-page .product-images-thumbs-slick .slick-arrow span {
    font-size: 18px;
    color: #333;
}

@media (max-width: 991px) {
    .products-details-page .product-images-thumbs-slick .slick-arrow-vertical.slick-prev {
        top: 50%;
        left: -40px;
        transform: translateY(-50%) rotate(0deg);
    }

    .products-details-page .product-images-thumbs-slick .slick-arrow-vertical.slick-next {
        bottom: auto;
        top: 50%;
        right: -40px;
        left: auto;
        transform: translateY(-50%) rotate(0deg);
    }
}






.images-product-wrapper {
    display: grid;
    grid-template-columns: 100%;
    align-items: start;
    gap: 1%;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.ltr #product-custom-user-dropdown-fields>div.form-group>div:after,
.select-quantity-div div.form-group>div:after {
    right: unset !important;
    left: 0px !important;
    border-right: 0 !important;
    border-left: 1px solid #ccc !important;

}

#product-custom-user-dropdown-fields>div.form-group>div:after,
.select-quantity-div>div.form-group>div:after {
    font-size: 20px !important;
    color: #333 !important;
    top: 38% !important;
    padding: 0 !important;
    border-left: 0 !important;
    border-right: 1px solid #ccc !important;
    position: absolute;
    pointer-events: none;
    height: 100% !important;
    width: auto !important;

}

#product-custom-user-dropdown-fields select option,
#product-custom-user-dropdown-fields select,
.select-quantity-div select option {
    background: transparent !important;
    color: #000 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    text-align: start !important;
    text-transform: capitalize !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;

}

.img-crd-product {
    width: 100% !important;
    aspect-ratio: 1/1;
}

.img-crd-product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card-options-container-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: start;
    justify-content: start;
    width: 100%;
}

.product-content {
    display: flex;
    flex-direction: row;
    align-items: start;
    flex-grow: 1;
    justify-content: space-between;
    gap: 3px;
    margin-top: 24px;
}


.product-card-wrapper {
    justify-content: stretch !important;
    height: 100%;
}

.badge-name span {
    font-size: 14px !important;
    font-weight: 500 !important;
}

.cards-slider-wrapper {
    display: none !important;
}



.product-custom-user-option-fields label:nth-child(1) {
    display: flex;
}

/* ===== Page Loader ===== */
#page-loader {
    position: fixed;
    inset: 0;
    background: #fff;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .6s ease, visibility .6s ease;
}

#page-loader.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

#page-loader[style*="display: none"] {
    display: none !important;
}

.loader-inner {
    text-align: center;
}

.loader-logo img {
    max-width: 200px;
    animation: pulse 1.6s ease-in-out infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.05);
        opacity: .85;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Progress bar */
.loader-bar {
    width: 160px;
    height: 4px;
    background: #eee;
    margin: 24px auto 0;
    border-radius: 10px;
    overflow: hidden;
}

.loader-bar span {
    display: block;
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg,
            #ccc,
            #000,
            #ccc);
    animation: loading 2s infinite;
}

@keyframes loading {
    0% {
        width: 0%;
    }

    50% {
        width: 80%;
    }

    100% {
        width: 100%;
    }
}

.apple-pay-button:not(:has(*:not(:empty))) {
    display: none !important;
}

.apple-pay-button:empty {
    display: none !important;
}

.sale-countdown-timer-detail {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px !important;
}

#product-custom-user-dropdown-fields {
    order: 3;
}

.whatsapp-inquiry-button {
    max-width: max-content;
    margin: auto;
}

div:has(+ .product-custom-user-option-fields) {
    order: 2;
}

.custom-options-total-price {
    max-width: 50%;
}

.col-product-image-wrapper {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

div[section-id="6540d15b-81a8-46f2-adef-e870ffbffdf0"] {
    display: none !important;
}
.sliding-menu-links-3-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    margin-top: 24px;
    border-top: 1px solid #ddd;
    padding-top: 24px;
}
.title_footer {
    font-size: 14px;
    font-weight: 500;
    color: #8A8A8A;
    line-height: 25px;
    text-align: start;
    padding: 0;
    margin: 0;
    margin-bottom: 16px !important;
    width: 100%;
}
.footer-about-us-links-div>.footer-about-us-links-div,
.footer-links-3,
.footer-about-us-links-div.footer-about-us-div{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    padding: 0 !important;
    margin: 0 !important;
}
.footer {
    padding: 24px 0px !important;
    background-color:#dde9f5 !important;
    overflow: hidden !important;
}

.footer-links-3 .footer-about-us-links-div a{
    all: unset !important;
}
.footer-store-section {
    padding: 0 !important;
    border-radius: 10px !important;
    overflow: hidden;
    background-color:#dde9f5 !important;

}

.footer-store-section-bars {
    flex-direction: row !important;
    min-height: unset !important;
    border: none !important;
    max-width: fit-content;
}

.store-section a,
.store-section a span,
.store-section .social-icons span,
.store-section .social-icons a span,
.store-section p {
    text-decoration: none;
    color: #000;
    cursor: pointer;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-align: start !important;
    line-height:25px !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 8px !important;
}
.loged_about_us_des .footer-about-us-links-div.footer-about-us-div p {
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height:44px !important;
    white-space: pre-line !important;
}
.store-section .social-icons span{
    border: unset;
    padding: unset;
    border-radius: unset;
}

/* Home Categories Section - Modern & Responsive Design */
.home-categories-section {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
}

.home-categories-section .category-item {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
}

.home-categories-section .category-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-color: var(--primary-color, #000);
}

.home-categories-section .category-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 10px;
}

.home-categories-section .category-image-wrapper {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.home-categories-section .category-item:hover .category-image-wrapper {
    background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
}

.home-categories-section .category-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0 !important;
    transition: transform 0.3s ease;
    border-radius: 15px !important;
}

.home-categories-section .category-item:hover .category-image {
    transform: scale(1.1);
}

.home-categories-section .category-title {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #333;
    margin: 0;
    line-height: 140%;
    transition: color 0.3s ease;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.home-categories-section .category-item:hover .category-title {
    color: var(--primary-color, #000);
}

.active-filters {
    display: none;
    flex-wrap: wrap;
    gap: 8px;
    margin: 15px 0;
}

.filter-item {
    background: #eee;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.filter-item .remove-filter {
    cursor: pointer;
    color: red;
    font-weight: bold;
}

.clear-all-filters {
    background: #dc3545;
    color: white;
    padding: 6px 15px;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: background 0.3s;
    margin-right: auto;
}

.clear-all-filters:hover {
    background: #c82333;
}

.price-range-input {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px;
}

.price-range-input:focus {
    border-color: var(--primary-color, #000);
    outline: none;
}

.subTitle-detail {
    margin-top: 0 !important;
    background-color: transparent !important;
    padding: 10px !important;
}

#product-variants-options li.option-disabled {
    opacity: 0.4 !important;
    cursor: not-allowed !important;
    position: relative;
}

#product-variants-options li.option-disabled::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    pointer-events: none;
}

#product-variants-options li:not(.option-disabled) {
    opacity: 1 !important;
    cursor: pointer !important;
}

/* تأثير hover للخيارات المتاحة فقط */
#product-variants-options li:not(.option-disabled):hover {
    opacity: 0.8;
    transition: opacity 0.2s;
}

/* تنسيق أزرار الكمية */
.quantity-btn:hover:not(:disabled) {
    background: #f0f0f0 !important;
    border-color: #999 !important;
}

.quantity-btn:active:not(:disabled) {
    background: #e0e0e0 !important;
    transform: scale(0.95);
}

.quantity-btn:disabled {
    background: #f5f5f5 !important;
    color: #ccc !important;
    cursor: not-allowed !important;
}

#product-quantity:focus {
    outline: none;
    border-color: #007bff !important;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

/* تنسيق عصري لسعر المنتج */
.product-price-modern {
    width: 100%;
    margin: 0;
    padding: 0;
}

.price-wrapper-modern {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 12px;
    border: 1px solid #e9ecef;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.price-wrapper-modern:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.price-main-modern {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.price-current-modern {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.2;
    letter-spacing: -0.5px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.price-badge-modern {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(231, 76, 60, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    animation: pulse 2s infinite;
}

#gold-price-bar {
    background: #111;
    color: #fff;
    font-size: 14px;
    padding: 8px 12px;
    text-align: center;
    z-index: 9999;
    line-height: 1.8;
}

#gold-price-bar span {
    font-weight: bold;
    margin: 0 4px;
    color: #f5c542;
    white-space: nowrap;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.price-original-modern {
    display: flex;
    align-items: center;
    gap: 8px;
}

.price-old-modern {
    font-size: 18px;
    font-weight: 500;
    color: #95a5a6;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: #e74c3c;
    opacity: 0.8;
}


@media (max-width: 968px) {


    .keywords-section {
        order: -1;
    }
}


.product-price-modern {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.product-price-modern .product-formatted-price {
    margin: 0;
    padding: 0;
    font-size: 26px;
    font-weight: 500;
    line-height: 100%;
    color: #454545;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    position: relative;

}

/* السعر القديم (المشطوب) */
.product-price-modern .product-formatted-price-old {
    font-size: 16px;
    font-weight: 500;
    color: #95a5a6;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: #e74c3c;
    opacity: 0.8;
    position: relative;
}

.col-product-info .product-features:empty {
    display: none !important;
    position: absolute;
}

/* Badge الخصم */
.product-price-modern .product-formatted-price-discount {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    animation: discountPulse 2s ease-in-out infinite;
    text-decoration: unset !important;
}



.product-formatted-price-discount:has(:empty),
.product-formatted-price-discount:empty {
    display: none !important;
}

.product-formatted-price-discount:has(*:empty) {
    display: none !important;
}

.product-formatted-price-discount:not(:has(:not(:empty))) {
    display: none !important;
}




.product-price-modern:hover .product-formatted-price::after {
    opacity: 1;
}


.product-price-modern {
    animation: priceFadeIn 0.6s ease-out;
}

.product-price-modern * {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.magnifier-glass {
    width: 200px !important;
    height: 200px !important;
    position: absolute;
    border: 1px solid var(--primary-color, #000);
    border-radius: 10px !important;
}

.mt-3.mb-3 .d-flex.align-items-center .description-title {
    font-size: 32px !important;
    font-weight: 600 !important;
    width: 100% !important;
    text-align: start !important;
    margin: 24px 0 !important;
    color: #000 !important;
    padding-bottom: 24px !important;
border-bottom: 1px solid #0E0E0E1A;
}

.p-text-photo-content-inner {
    display: grid;
    grid-template-columns: 35% 65%;
    gap: 0px;
    padding: 24px 0px;
}

.p-text-photo-content-inner-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 16px;

    h2 {
        font-size: 40px;
        font-weight: 600;
        line-height: 140%;
        margin: 0;
        padding: 0;
        color: #fff;
    }

    p {
        font-size: 16px;
        font-weight: 500;
        line-height: 120%;
        margin: 0;
        color: #fff;

        padding: 0;
    }

    a {
        font-size: 14px;
        font-weight: 600;
        line-height: 100%;
        border-radius: 12px;
        margin: 0;
        padding: 12px 50px;
        background-color: #FDFBF7 !important;
        color: #000 !important;
        text-decoration: none;
        transition: all 0.3s ease;

    }
}

.p-text-photo-content-inner-left {
    width: 100%;
    height: 100%;
    order: 3;
}

.p-text-photo-content-inner-left img {
    width: 100%;
    height: 100%;
    order: 3;
    object-fit: contain;
}

.container-fluid {
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden;
}

.promotionals {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

.promotional-banner-content-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
    padding: 24px;

}

.promotional-banner-wrapper {
    position: relative;
    width: 100%;
    height: auto;
}

.promotional-banner-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.promotional-banner-section {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.promotional-banner-container {
    position: relative;
    width: 100%;
}

.promotional-banner-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.promotional-banner-main-title {
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
    line-height: 120%;
    width: 100%;
    max-width: 60%;
}

.promotional-banner-offer-box {
    width: 27%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: start;
    justify-content: end;
}


.promotional-banner-offer-description {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    line-height: 130%;
    white-space: pre-line;
    width: 100%;
    padding: 0;
    margin: 0;
}

.promotional-banner-shop-btn {
    display: inline-block;
    background: #FDFBF7;
    color: #000000;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    text-align: center;
    border: none;
    cursor: pointer;
    width: 100%;
    max-width: 65%;
    line-height: 100%;
}

.promotional-banner-product {
    z-index: 2;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
}

.promotional-banner-product-card {
    padding: 25px;
    max-width: 250px;
    text-align: start;
}

.promotional-banner-product-image {
    margin-bottom: 20px;
}

.promotional-banner-product-image img {
    width: 100%;
    height: auto;
    max-width: 250px;
    object-fit: contain;
    border-radius: 8px;
}

.promotional-banner-product-details {
    text-align: center;
    z-index: 3;
    position: relative;
}
.category-nav-link{
    font-weight: 500 !important;
}

.promotional-banner-product-name {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
    display: block;
    z-index: 3;
    position: relative;
}

.promotional-banner-product-grade,
.promotional-banner-product-weight {
    font-size: 1rem;
    color: #666666;
    margin-bottom: 8px;
}

.promotional-banner-product-price {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.promotional-banner-price-sale {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.promotional-banner-price-original {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    text-decoration: line-through;
}
.rtl .promotional-banner-nav{
    flex-direction: row-reverse;
}
.promotional-banner-nav {
    position: absolute;
    bottom: 30px;
    left: 50%;
    display: flex;
    align-items: center;
    border-radius: 10px;
    gap: 10px;
    z-index: 3;
    background: #fff;

}

.promotional-banner-nav-btn {
    border: none;
    width: 46px;
    height: 38px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #000000 ;
    font-size: 1.2rem;
    background: transparent;
}

.image-slider-section {
    position: relative;
    width: 100%;
    background-color: #F5F5F5;
    padding-top: 53px;
    padding-bottom: 58px;
    margin: 120px 0;
}

.image-slider-container {
    width: 100%;
}

.image-slider-header {
    text-align: start;
    margin-bottom: 24px;

}

.image-slider-section-title {
    font-size: 14px;
    font-weight: 600;
    color: #161616;
    line-height: 100%;
    margin: 0 0 24px 0;
    background: #0E0E0E0D;
    color: #1C1826;
    padding: 10px;
    border-radius: 16px;
    max-width: max-content;
}

.image-slider-section-subtitle {
    font-size: 44px;
    font-weight: 600;
    color: #000;
    margin: 0;
    padding: 0;
    line-height: 140%;
}

.image-slider-wrapper {
    position: relative;
    width: 100%;
}

.image-slider-slide {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin: 0 6px;
}



.image-slider-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.video-slide{
    transition: all 0.3s ease-in-out;
}

.video-slide:hover  {
    transform: translateY(-8px);
}

.image-slider-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.image-slider-image {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
    min-height: 500px;
}


.image-slider-plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: #FFFFFF29;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 2;
}

.image-slider-plus-icon svg {
    width: 24px;
    height: 24px;
    stroke: #fff;
}

.image-slider-content {
    padding: 20px;
    padding-left: 0 !important;
    text-align: start;
}
.rtl .image-slider-content{
    padding-right: 0 !important;

}
.image-slider-main-title {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 8px 0;
    line-height: 100%;
}

.image-slider-subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #5E5E5E;
    margin: 0 0 8px 0;
    line-height: 120%;
}

.image-slider-description {
    font-size: 16px;
    font-weight: 600;
    color: #0E0E0E;
    gap: 8px;
    margin: 0;
    padding: 0;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: start;

}

.image-slider-nav {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 3;
    background: rgba(255, 255, 255, 0.9);
    padding: 8px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.image-slider-nav-btn {
    border: none;
    width: 46px;
    height: 38px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    transition: background-color 0.3s ease;
}

.reels-video-wrapper .image-slider-nav-btn svg {
    width: 8px;
    height: 14px;
}



.reels-container {
    display: grid;
    gap: 18px;
    align-items: start;
    grid-template-columns: 17% 82%;
}

.social-media-card {
    flex-shrink: 0;
    background: #000;
    color: #fff;
    padding: 30px 16px;
    border-radius: 12px;
 height: 100%;
}

.social-card-title {
    font-size: 36px;
    line-height: 120%;
    font-weight: 600;
    margin: 0 0 24px 0;
    color: #fff;
    text-align: start;
}

.social-card-description {
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    margin: 0 0 24px 0;
    color: #fff;
    opacity: 0.8;
    text-align: start;
}

.social-links {
    display: flex;
    flex-direction: column;
    gap: 13px;
    max-width: fit-content;
}

.social-link {
    transition: all 0.3s ease;
    width: auto;

}

.social-link span {
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 38px;
    font-weight: 500;
    text-align: start;
    width: fit-content;}

.social-link:hover {
    border-bottom: 1px solid #fff;
    text-decoration: none;
    color: #fff;
}

.video-slide {
    margin: 0 12px;
    position: relative;
}
.video-wrapper{
    width: 100%;
    height: 100%;
}

.reels-video-wrapper {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.reels-video {
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 400px;
}

.reel-video,
.reel-iframe {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    visibility: visible;
}

.reel-video {
    opacity: 1;
}

.reel-iframe {
    transition: opacity 0.3s ease;
}

.reel-thumbnail {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
    cursor: pointer;
}

.reel-video-poster {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
    display: block;
    cursor: pointer;
    min-height: 100%;
    object-fit: cover;
}

.play-icon-overlay {
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: 10;
    background: #e9e8e5;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.play-icon-overlay:hover {
    background: rgba(0, 0, 0, 0.7);
}

.play-icon-overlay svg {
    width: 20px;
    height: 24px;
}

.video-link {
    display: block;
    margin-top: 16px;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    word-break: break-all;
    text-align: start;
}

.video-username {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.sticky-stories-section {
    width: 100%;
    background: #f7f7f7;
    position: relative;
    overflow: visible;
}

.sticky-stories-inner {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.sticky-stories-head {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 80px 16px 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.sticky-stories-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #111;
    background: #e6e6e6;
    padding: 8px 12px;
    border-radius: 999px;
    width: fit-content;
}

.sticky-stories-heading {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    color: #0d0d0d;
    line-height: 140%;
}

.sticky-stories-list {
    position: relative;
}

.sticky-story-card {
    position: sticky;
    top: 0;
    display: grid;
    align-items: start;
    grid-template-columns: 1fr 1fr;
    height: 100vh;

}

.sticky-story-media {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.sticky-story-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sticky-story-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    padding: 10px;

}

.sticky-story-eyebrow {
    margin: 0;
    text-align: start;
    padding: 0px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.6px;
    color: #000000;
}

.sticky-story-subtitle {
    margin: 0;
    font-size: 40px;
    font-weight: 500;
    color: #000000;
    text-align: start;
    padding: 0px;
    line-height: 100%;

}

.sticky-story-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 4px;
    background: #111;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    line-height: 100%;
    font-size: 27px;
    width: fit-content;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.rtl .sticky-story-product{
    margin-left: 0;
    margin-right: auto;
}

.sticky-story-product {
    width: auto;
    margin-top: auto;
    margin-left: auto;
    max-width: 300px;
}

.sticky-story-product-thumb {
    width: 150px;
    height: 215px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
    display: block;
    background: #f1f1f1;
}
.slider-text-section{
    margin: 120px 0px;
}

.sticky-story-product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sticky-story-product-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sticky-story-product-title {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #111;
    padding: 0;
    line-height: 100%;
}

.sticky-story-product-price {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
}

.sticky-story-product-price .price-sale {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.reels-section-wrapper{
    margin: 120px 0px;
}
.video-wrapper {

    .slick-next.slick-arrow>span,
    .slick-prev.slick-arrow>span {
        color: #000 !important;
    }

    .slick-arrow {
        top: -6.5% !important;
        width: 24px !important;
        height: 24px !important;
        border-radius: 50%;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        color: #000 !important;
        background: #fff !important;
    }

    .slick-prev {
        right: 60px !important;
        left: unset !important;
    }
}
.review-images-container a img{
    width: 100%;
    height: 100%;
    object-fit: cover; 
}
.review-images-container a{
    display: block;
    width: 75px;
    height: 75px;
}
.review-images-container{
    display: flex;
    align-items: start;
    gap: 10px;
}
.slider-text-title{
    font-size: 120px;
    font-weight: 600;
    color: #000;
    opacity: 0.1;
    text-decoration: none;
    line-height: 100%;
    padding: 0;
    margin: 0 48px;
}
.slider-text-title.slick-center{
    opacity: 1;
}
.reviews-header{
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 24px;
}
.reviews-title{
font-size: 32px;
font-weight: 600;
line-height: 140%;
color: #000;
margin: 0;
padding: 0;
text-align: start;
}
.reviewer-name{
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: start;
}
.review-date{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: start;
}
.review-text{
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: start;
}
.review-card{
    padding: 24px;
    border: 1px solid #E9E9E9;
    border-radius:4px;
    background: #fff;
    display: flex !important;
    flex-direction: column;
    gap: 8px;
    height: 100%;
    margin: 0 12px;
}
.reviews-footer{
    display: none;
    align-items: center;
    justify-content: center;  
    margin-top: 24px;
}
.all-reviews-btn{
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    width: 100%;
    text-align: center;
    padding: 10px 24px;
    border: 1px solid #000;
    border-radius: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.review-card-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.review-card-content .icon-star1:before {
    color: #000 !important;
}
.reviews-navigation {
    display: flex;
    align-items: center;
    gap: 10px;
}
.rtl .reviews-navigation{
    flex-direction: row-reverse;
}
.reviews-nav-btn{
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    outline: unset;  
    transition: all 0.3s ease;
    cursor: pointer;
    outline: none;
    box-shadow: none;
}
.social-icons.d-flex.flex-wrap{
    flex-direction: column !important;
}
.slide-menu-ul-li {
    border-bottom: 0px solid rgb(0 0 0 / 3%) !important;
}
.loged_about_us_des .loged{
    display: none;
    height: 75px;
}
.sliding-menu-links-3-container .title_footer{
padding: 0  05px !important;
}
.sliding-menu-links-3-container .footer-about-us-links-div a{
    margin: 05px !important;
}
.sliding-menu-links-3-container .footer-about-us-links-div .social-icons a{
    margin: 0px !important;
}
.display-more-section{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 36px !important;
    width: 50%;
    margin: 0 auto;
}
.display-more-section a{
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    width: 100%;
    min-width: 50% !important;
    text-align: center;
    padding: 13px ;
    border: 1px solid #000;
    border-radius: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.japanese-ritual-section {
    width: 100%;
    background-color: transparent;
    box-sizing: border-box;
    overflow: hidden;
    margin: 120px 0px;
}

.japanese-ritual-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

/* Banner Section */
.japanese-ritual-banner {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 34px;
    width: 100%;
    margin-top: 56px;
}

.community-badge {
    background-color: #0E0E0E0D;
    color: #000;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 80%;
    display: inline-block;
      text-align: center;
}

.main-headline {
    font-size: 44px;
    font-weight: 600;
    color: #0E0E0E;
    margin: 0;
    padding: 0;
    line-height: 100%;
      text-align: center;
}

.description-text {
    font-size: 16px;
    font-weight: 500;
    color: #0E0E0EB2;
    margin: 0;
    line-height: 115%;
    padding: 0;
    margin: 0;
        max-width: 41%;
        text-align: center;

}

.shop-now-button {
    background-color: #000000;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    transition: background-color 0.3s ease;
      text-align: center;
      line-height: 100%;
}


/* Products Section */
.japanese-ritual-products {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-image-wrapper {
    flex: 1;
    min-width:45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}
.premium-matcha-banner-headline {
    font-size: 40px;
    font-weight: 600;
    line-height: 100%;
    margin: 0;
    color: #ffffff;
}
.premium-matcha-banner-description {
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    margin: 0;
    color: #ffffff;
    max-width: 550px;
}
.premium-matcha-banner-section {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.rtl .footer-copyrights-vat-certificate{
    flex-direction: row-reverse;
}
.rtl{
    .video-wrapper {
        .slick-prev {
            right: unset !important;
            left: 60px !important;
        }
    }
}

.premium-matcha-banner-container {
    position: relative;
    width: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding:32px;
    box-sizing: border-box;
}

.premium-matcha-banner-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.premium-matcha-banner-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.7);
}

.premium-matcha-banner-content {
    position: relative;
    z-index: 2;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: #ffffff;
}


.premium-matcha-banner-button {
    display: inline-block;
    background-color: #ffffff;
    color: #000000;
    padding: 12px;
    min-width: 40%;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    line-height: 100%;
    align-self: flex-start;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.modal-comment-content{
    border-radius: 10px;
}
.form-group.bottom-buttons{
    align-items: center;
    display: flex;
}
.cart-title{
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
  margin: 0;
  color: #0E0E0E;
  text-align: start;
  margin: 48px 0px;
  padding: 0 !important;
}
.icon-half-star:before {
    color: #cccccc !important;
}
.product.products-details-page{
    .image-slider-section{
        width: 100% !important;
        background-color: transparent !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;  
    }
    .image-slider-section-subtitle{
        font-size: 32px;
        font-weight: 600;
        color: #000;
        margin: 24px 0 !important;
        padding: 24px 0 !important;
        border-bottom: 1px solid #0E0E0E1A;
    }
    .slick-arrow{
        top: -60px !important;
    }
    .slick-prev{
        left: 60px !important;
        right: unset !important;
    }
}
.ltr .product.products-details-page{
    .slick-prev{
        left: unset !important;
        right: 0px !important;
    }

    .slick-next {
        right: 60px !important;
        left: auto !important;
    }

}
.product-sku{
    font-size: 14px;
    font-weight: 500;
    color: #0E0E0E80;
    text-align: start;
    margin: 0;
    padding: 0;
  
}
.cart-view{
    min-height: 50vh;
}
@media (max-width:1600px) {
    .reels-container {
        gap: 2%;
        grid-template-columns: 21% 78%;
    }




    .riyal-svg {
        width: 18px !important;
        height: 18px !important;
    }

    .product-item .product-prev-price {
        font-size: 14px !important;
        opacity: 0.7;
    }

    .product-item .product-prev-price .riyal-svg {
        width: 15px !important;
        height: 15px !important;
    }

    .section-product-price {
        gap: 5px;
    }

    .products-tab-grid {
        grid-template-columns: repeat(7, 1fr);
    }

    .details-topic,
    .product_formatted-price {
        max-width: 82%;
    }

    .custom-quantity-wrapper svg {
        display: inline-block;
        width: 24px;
        height: 24px;
    }

    .cart-products-with-totals {
        grid-template-columns: 66% 32%;
    }


    .Total_summary .control_send {
        grid-template-columns: 71% 25%;
    }
    .ltr .Total_summary .control_send{
        grid-template-columns: 25% 71% ;
    }
}

@media (max-width:1400px) {
    .reels-container {
        grid-template-columns: 26% 72%;
    }
    .image-slider-image {
        min-height: 450px !important;
    }

    .promotional-banner-section .promotional-banner-offer-box {
        width: 41%;
    }

    .promotional-banner-section .promotional-banner-main-title {
        max-width: 70%;
    }

    .promotional-banner-section .image-slider-image-wrapper {
        min-height: 375px !important;
    }

    #related-products .prod-col {
        margin: 3px !important;
    }


    .mrg {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .section-product-price {
        gap: 2px;
    }


    .cllection_content_titels {
        padding: 10px;
    }

    .add-to-wishlist {
        width: 30px !important;
        height: 30px !important;
    }

    .icon-heart-mask {
        width: 15px;
        height: 15px;
    }

    .products-tab-grid {
        grid-template-columns: repeat(6, 1fr);
    }

    .why_choose-content {
        gap: 10px;
        padding-bottom: 20px;
    }

    .flex_parent_section {
        gap: 20px;
    }

    .reel-img img {
        width: 65px;
        height: 65px;
    }

    .collection__content {
        right: 10%;
        gap: 2px;
    }

    .ltr .collection__content {
        left: 10%;
        right: unset;
    }

    .home-collection {
        gap: 15px;

    }


    .products-list {

        gap: 10px;
    }

    .more-button {
        padding: 5px;
        min-width: 140px;
    }

    .item_header .hadersd {
        grid-template-columns: 1fr 1fr;
    }


    .tab-content .review-details {
        grid-template-columns: 23% 77%;
    }

    .rowed {
        grid-template-columns: 54% 44%;
    }

    .Livraison-svg,
    .paiemen-svg {
        font-size: 19px;
    }


    .cart-product-row-wrapper.cart-totals-row-wrapper:has(.flex_grow, .flex_shrink) {

        font-size: 17px;
    }

    .gift-card-toggle-btn,
    .outline_btn a {
            padding: 10px !important;
        font-size: 18px !important;
    }


    .cart-products-with-totals {
        grid-template-columns: 63% 35%;
    }

    .nav-mobile>button {
        gap: 5px;
    }



    .main-nav {
        gap: 7px !important;
    }

}

@media (max-width:1200px) {
    
.main-headline {
    font-size: 32px;
}
    .cart-title {
        font-size: 35px;
        margin: 34px 0px;
    }
    .products-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .loading-spinner{
        padding: 10px !important;
    }
    .category-header{
        margin-bottom: 15px !important;
    }
    .category-with-products-section{
        margin-bottom: 40px !important;
    }
    .footer-copyrights-vat-certificate{
        flex-direction: column !important;
    }
    .review-images-container a {
        width: 70px;
        height: 70px;
    }
    .review-text {
        line-height: 25px;
    }
    .reviewer-name {
        font-size: 18px;
    }
    .review-card {
        padding: 20px;
    }
    .reviews-title {
        font-size: 30px;
    }
    .slider-text-title {
        font-size: 100px;
        margin: 0px 30px;
    }
    .titles {
        gap: 20px;
        margin-bottom: 20px;
    }
    .play-icon-overlay{
        width: 60px;
        height: 60px;
    }
    .reels-video {
        min-height: 370px;
    }
    .social-links {
        gap: 10px;
    }
    .social-link span{
        font-size: 25px;
    }
    .social-card-description{
        font-size: 17px;
        margin: 0px 0 20px 0
    }
    .social-card-title{
        font-size: 24px;
        margin: 0px 0 20px 0
    }
    .subtitle{
        font-size: 35px;
    }
    .reels-section-wrapper {
        margin: 60px 0px;
    }
    .sticky-story-btn {
        font-size: 25px;
    }

    .sticky-story-subtitle {
        font-size: 35px;
    }

    .p-text-photo-content-inner-right {
        h2 {
            font-size: 35px;
        }
 
        p {
            font-size: 18px;
            line-height: 120%;
        }

        a {
            font-size: 22px;
            padding: 10px 40px;
        }
    }

    .p-text-photo-content-inner {
        grid-template-columns: 1fr;
    }




    .image-slider-section-subtitle {
        font-size: 40px;
    }

    .image-slider-section {
        padding-top: 40px;
        padding-bottom: 45px;
        margin: 90px 0;
    }

    .pls-item {
        padding: 25px;
    }

    .promotional-banner-section .promotional-banner-main-title {
        max-width: 65%;
    }



    .product-price-modern .product-formatted-price {
        font-size: 25px !important;
    }

    .logo-header .d-block.d-lg-none.sm-search-icon {
        display: block !important;
    }

    .category-item h3 {
        font-size: 18px !important;
    }

    .main_content h2 {
        font-size: 23px !important;
    }

    .main_content p {
        font-size: 18px !important;
    }

    .main_content {
        padding: 10px !important;
    }

    .content-product .producttitle {
        font-size: 18px !important;
    }


    .section-title {
        font-size: 28px !important;
    }

    .cllection_content_titels h3 {
        font-size: 18px;
    }

    .num_span,
    .imges_details {
        font-size: 16px;
    }




    .search-header-bar .header-cart {
        width: 75% !important;
        max-width: unset;

    }

    .ltr .search-header-bar .logo-header {
        flex-direction: row;
    }

    .search-header-bar .logo-header {
        max-width: unset;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .rtl .search-header-bar .logo-header {
        flex-direction: row;
    }

    .nav-mobile {
        display: flex;
        gap: 5px;
    }

    .tetx-header {
        display: none !important;
    }



    .section-product-price {
        gap: 3px;
        justify-content: space-between;
    }

    .product-item .product-prev-price {
        font-size: 14px !important;
    }

    .riyal-svg {
        width: 15px !important;
        height: 15px !important;
    }
    .products-tab-grid {
        grid-template-columns: repeat(5, 1fr);
    }

    .left_content .main_titel {
        font-size: 25px;
    }

    .p_styles {
        font-size: 16px;
    }

    .why_choose_titels h2 {
        font-size: 17px;
    }

    .why_choose-content {
        padding-bottom: 15px;
    }

    .why_small_img img {
        width: 50px;
        height: 50px;

    }

    .cllection_content_titels {
        padding: 7px;
    }

    .grid_collection_imges {
        grid-template-columns: repeat(3, 1fr);
    }




    .home-collection {
        grid-template-columns: repeat(2, 1fr);
    }

    .details-topic {
        max-width: 80%;
    }

    .products-filter {
        margin-bottom: 20px !important;
    }

    .navMenu {
        font-weight: 500 !important;
        font-size: 17px !important;
    }


    .main-banar {
        margin-bottom: 20px;
    }

    .card-faq button,
    #add-review-btn,
    .btn.btn-primary.add-review-btn,
    .review-details .comment-section>div>a,
    .add-review-btn#review_details {
        font-size: 17px;
        min-width: 180px;
    }

    .tab-content .review-details {
        grid-template-columns: 23% 77%
    }

    .Livraison-content img {
        width: 50px;
    }

    .Livraison-content {
        gap: 13px;
        max-width: max-content;
    }

    .text-title h2 {
        font-size: 21px;
    }

    .main-nav {
        gap: 5px !important;
    }


    .card-faq {
        width: 100%;
    }

    .card-faq .review-details {
        width: 100%;
    }

    .card_card {
        padding: 15px !important;
    }

    #collapseReviews .card_card .review-details {
        grid-template-columns: 30% 69%;
    }

    .maroof-icon img {
        width: 40px;
        height: 40px;
    }

    .Quick_links a,
    .location h2 {
        font-size: 17px;
    }

    .image_mained .d-flflex {
        height: 230px;
        margin-bottom: 12px;
    }

    .about_ecommerce p {
        font-size: 17px;
    }

    .Quick_links h2 {
        font-size: 20px;
    }

    .footer-theme-bg-primary {
        padding: 45px 0px;
    }

    .rowed {
        grid-template-columns: 100%;
    }

    .Total_summary .control_send {
        grid-template-columns: 75% 25%;
    }
    .ltr .Total_summary .control_send{
        grid-template-columns: 25% 75% ;
    }
    .payments_icons {

        justify-content: space-around;
    }

    .icon-delete:before {
        display: none;
    }

    .cart-products-with-totals {
        grid-template-columns: 100%;
    }

   


    .slide-menu {
        width: 40% !important;
    }


    .promotional-banner-offer-box {
        gap: 20px;
    }
    .home-productsadding-space{
        margin: 60px 0;
    }
    .home-productsadding-space {
        .slick-arrow {
            top: -50px !important;
        }
    }
    .h6_review{
        font-size: 30px;
        margin: 20px 0 !important;
        padding: 20px 0 !important;
    }
    .product.products-details-page{
        .image-slider-section-subtitle{
            font-size: 30px;
            margin: 18px 0 !important;
            padding: 18px 0 !important;
        }
      
    }
    .collection-review-details {
        grid-template-columns: 30% 64%;
    }
    .card-faq {
        grid-template-columns: 25% 64%;
    }
    .mt-3.mb-3 .d-flex.align-items-center .description-title {
        font-size: 26px !important;
        margin: 18px 0 !important;
        padding-bottom: 18px !important;
    }

}

@media (max-width:992px) {
    .card-faq {
        grid-template-columns: 32% 67%;
        padding: 0px !important;
    }
    .collection-review-details {
        grid-template-columns: 25% 73%;
    }
    .h6_review{
        font-size: 24px;
        margin: 16px 0 !important;
        padding: 16px 0 !important;
    }
    .category-with-products-section .products-slider.row {
        grid-template-columns: 1fr 1fr !important;
    }
    .cart-title {
        font-size: 32px;
        margin: 25px 0px;
    }
    .cart-product-row-wrapper  .quantity-controls-modern input {
        width: 30px !important;
        padding: 5px !important;
    }
    .quantity-controls-modern button {
        width: 25px;
        height: 25px;
        font-size: 20px !important;
    }

    .quantity-controls-modern input {
        width: 35px !important;
        padding: 8px !important;
    }
.cart-products-with-totals {
    margin:0px 0px 40px 0px;
}
    .premium-matcha-banner-headline {
        font-size: 32px;
       
    }
        
    .japanese-ritual-container {
        gap: 32px;
    }
    
    .main-headline {
        font-size: 20px;
        font-weight: 600;
    }
    
    .product-card-option-item img {
        width: 14px !important;
        height: 14px !important;
    }
    .home-productsadding-space{
        margin: 40px 0;
    }
     .end-footer .loged{
        display: none;
    }
    .loged_about_us_des .loged{
        display: flex;
    }
    .end-footer {
        flex-direction: column;
    }
    .content_footer {
        grid-template-columns: 1fr 1fr 1fr;

    }
    .reviews-title {
        font-size: 25px;
    }
    .slider-text-section{
        margin: 40px 0px;
    }
    
    .slider-text-title{
        font-size: 40px;
        margin: 0 17px;
    }
    .play-icon-overlay {
        width: 50px;
        height: 50px;
    }
    .video-wrapper {
        .slick-arrow {
         display: none !important;
        }
    }
    .social-link span {
        font-size: 24px;
    }
    .social-card-description {
        font-size: 16px;
    }
    .subtitle {
        font-size: 20px;
    }
    .maintitle {
 
        font-weight: 600;
        font-size: 12px;
    }
    .reels-section-wrapper {
        margin: 40px 0px;
    }
    .reels-container {
        gap: 1%;
        grid-template-columns: 29% 70%;
    }
    .sticky-story-eyebrow {
        font-size: 18px;
    }

    .sticky-story-product-thumb {
        width: 150px;
        height: 190px;
    }

    .sticky-story-subtitle {
        font-size: 32px;
        font-weight: 600;
    }

    .sticky-story-card {
        grid-template-columns: 1fr;
    }

    .sticky-story-media {
        order: 1;
    }

    .sticky-story-content {
        order: 2;
    }

    .social-media-card {
        width: 100%;
        position: sticky;
        top: 10%;
    }

    .p-text-photo-content-inner-right {
        h2 {
            font-size: 30px;
        }

        p {
            font-size: 17px;
        }

        a {
            font-size: 20px;
        }
    }

    .image-slider-description {
        font-weight: 500;
    }



    .image-slider-section {
        padding-top: 30px;
        padding-bottom: 35px;
        margin: 65px 0;
    }

    .p-text-photo-content-inner {
        display: grid;
        grid-template-columns: 1fr;
        gap: 45px;
        padding: 20px 0px;
    }

    .image-slider-section-title {
        margin: 0 0 18px 0;
    }

    .image-slider-section-subtitle {
        font-size: 30px;
    }

    .image-slider-subtitle {
        font-size: 15px;
    }

    .pls-item {
        padding: 20px;
    }

    .pls-banners {
        min-height: 400px;
    }

    .promotional-banner-shop-btn {
        font-size: 14px;
    }

    .promotional-banner-nav-btn {
        width: 36px !important;
        height: 30px !important;
    }

    .promotional-banner-section .promotional-banner-offer-box {
        width: 50%;
    }

    .promotional-banner-section .promotional-banner-main-title {
        max-width: 70%;
    }

    .promotional-banner-main-title {
        font-size: 32px;
    }

    .promotional-banner-offer-box {
        max-width: 100%;
    }

    .promotional-banner-product-card {
        max-width: 200px;
        padding: 15px;
    }

    .card-faq button,
    #add-review-btn,
    .btn.btn-primary.add-review-btn,
    .review-details .comment-section>div>a,
    .add-review-btn#review_details {
        min-width: 160px;
    }

    .product-price-modern .product-formatted-price {
        font-size: 20px !important;
    }

    .magnifier-glass {
        display: none !important;
    }

    .products-filter {
        margin-bottom: 10px !important;
    }

    .home-categories-section .category-link {
        padding: 7px;
    }

    .home-categories-section .category-image-wrapper {
        width: 50px;
        height: 50px;
    }

    .home-categories-section {
        gap: 10px;
        margin: 10px 0;
    }

    .maroof-icon * {
        font-size: 16px;

    }

    .maroof-icon img {
        width: 30px;
        height: 30px;
    }


    a,
    button,
    input,
    select,
    textarea,
    label,
    span,
    div,
    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    ul,
    li,
    ol,
    dl,
    dt,
    dd,
    table,
    tr,
    td,
    th,
    tbody,
    thead,
    tfoot,
    caption,
    form,
    fieldset,
    legend {
        font-size: 15px;
    }
    .loged_about_us_des  .footer-about-us-links-div.footer-about-us-divp{
        font-size: 18px !important;
    }

    .store-section a,
    .store-section p {
        font-size: 16px !important;
    }
    .loged_about_us_des .footer-about-us-links-div.footer-about-us-div p {
        font-size: 18px !important;
    }

    .brands-modern-item {
        padding: 5px;
    }

    .section-title {
        font-size: 24px !important;
    }


    [section-id="7826f4bd-912c-4a78-b199-f4d4642bbbaa"] .video-slide {
        margin: 0 5px !important;
    }

    .search-header-bar .header-cart {
        width: 65% !important;
    }

    .sale-countdown-timer-detail {
        gap: 5px;
        padding: 5px !important;
    }



    .col-product-image-wrapper {
        padding-bottom: 30px;
    }

    .faq-question-text {
        font-size: 16px;
    }

    .category-item h3 {
        font-size: 18px;
    }


    .product-item .product-prev-price .riyal-svg {
        width: 15px !important;
        height: 15px !important;
    }

    .mrg {
        margin-top: 20px;
        padding-bottom: 20px;
    }


    .products-tab-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .blog-grid-3-cols,
    .blog-grid-4-cols {
        grid-template-columns: repeat(2, 1fr);
    }

    .blog-grid {
        gap: 20px;
    }

    .faq-question {
        font-size: 17px;
    }

    .faq-answer-content {
        padding: 15px;
        font-size: 15px;
    }




    .products-grid-4-cols,
    .products-grid-5-cols {
        grid-template-columns: repeat(3, 1fr);
    }

    .products-grid-3-cols {
        grid-template-columns: repeat(2, 1fr);
    }


    .image-label {
        font-size: 14px;
        padding: 8px 15px;
        bottom: 15px;
    }

    .label-before {
        left: 15px;
    }

    .label-after {
        right: 15px;
    }

    .slider-button {
        width: 45px;
        height: 45px;
    }

    .slider-button svg {
        width: 20px;
        height: 20px;
    }

    .flex_parent_section {
        gap: 10px;
        flex-direction: column-reverse;
    }

    .cllection_content {
        min-width: 40%;
    }

    .grid_collection {
        padding-bottom: 10px;
        display: flex;
        gap: 5px;
        overflow-x: auto;
        align-items: start;
        width: 100%;
    }

    .grid_collection_imges {
        grid-template-columns: repeat(2, 1fr);
    }


    .content-product .product-price * {
        font-size: 15px;
    }

    .content-product .producttitle {
        font-size: 16px !important;
    }

    .slide-width {
        padding: 7px;
    }

    .reel-img img {
        width: 50px;
        height: 50px;
    }

    .parent-search-inp svg {
        right: 0 !important;
        top: 13px !important;
    }

    .close-search-btn {
        top: 10px !important;
        left: 0 !important;
    }

    .catego-name {

        font-weight: 500;
    }

    .search-down-div {
        grid-template-columns: 100%;
        padding: 5px;
        gap: 5px;
    }

    .attribute {
        padding: 5px !important;
    }

    .image_mained .d-flflex {
        height: 200px;
    }


    .slide-menu .logo-header a {
        transform: unset !important;
    }


    .tab-content .review-details {
        grid-template-columns: 100%;
    }

    .content_info .product-features {
        width: 100%;
        flex-direction: row !important;
    }

    .rowed .row-col {
        grid-template-columns: 100%;
        gap: 16px;
    }
    .Buy_now button, .btn-add-to-cart, .btn-add-to-cart span, .Buy_now .btn-buy-now {
        font-size: 16px !important;
        padding: 10px !important;
    }

    .categories-row {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 20px;
    }
    .Buy-now-container .fa-shopping-cart {
        font-size: 16px;
    }

    .content_video {
        gap: 15px;
        bottom: 10px !important;
    }



    .search-input-input {

        width: 100%;
        max-width: 100%;
    }

    .content_image {
        gap: 10px;
        bottom: 18px !important;
        right: 12px;
        padding: 2px;
    }

    .content_video h1 {
        font-size: 29px;
    }

    .content_video p {
        font-size: 21px;
        line-height: 140%;
    }

    .topics h2 {
        font-size: 21px;
        line-height: 140%;
    }

    .btoned {
        font-size: 19px;
        line-height: 140%;
    }

    .section_prod {
        font-size: 21px;
    }

    .products-slider .prod-col,
    .categories-slider .cat-col {
        padding-left: 10px;
        padding-right: 10px;
    }



    .footer-theme-bg-primary {
        padding: 40px 0px;
    }

    .cart-products-with-totals {
        grid-template-columns: 100%;
        gap: 30px;
    }


    .cart-product-delete {
        height: 100%;
        display: flex !important;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .cart-product-row {
        display: grid !important;
        grid-template-columns: 60px 1fr auto;
        padding: 10px !important;
        margin: 0 !important;
        row-gap: 0 !important;
    }

    .product-item .product-prev-price {
        font-size: 13px !important;
    }


    .content_product {
        gap: 10px;
    }



    .header-cart {
        gap: 12px;
        max-width: 100% !important;
    }

    .search-header-bar .logo-header {
        max-width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }

    .products-section {
        margin-bottom: 24px;
    }




    ul.main-nav>li>a,
    ul.main-nav>li>a span,
    .item-all-categories a {
        font-size: 16px !important;
        font-weight: 600 !important;
    }

    .tetx-header,
    .navMenu {
        display: none !important;
    }

    .search-header-bar {
        justify-content: space-between !important;
    }

    .col-product-info-single-image {
        padding-top: 25px !important;
    }


    .nav-mobile {
        display: flex !important;
    }
    .reviews-navigation{
        display: none !important;
    }

    .promotional-banner-offer-description {
        font-size: 16px;
        line-height: 155%;
        font-weight: 500;
    }
}


@media (max-width:768px) {

    .products-slider .prod-col, .categories-slider .cat-col {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .modal-product-title {
        font-size: 16px !important;
        font-weight: 500 !important;
    }
    .totals_details button {
        font-size: 16px;
    }
    .keywords-list {
        display: flex !important;
        gap: 10px !important;
        flex-direction: column !important;
        align-items: start !important;
        justify-content: start !important;
    }
    .rating-summary-left {
        margin: 16px 0 !important;
    }
    .image-slider-header {
        margin-bottom: 16px;
    }
    .breadcrumb-item + .breadcrumb-item::before {
        font-size: 12px !important;
        margin: 0px 5px !important;
        padding: 0 !important;
    }
    .rating-summary-left {
        margin: 16px 0 !important;
    }
    .h1_question-title {
        font-size: 16px;
        font-weight: 500;
    }
    .collection-review-details {
        grid-template-columns: 100%;
    }
    .product.products-details-page {
        .slick-arrow {
          display: none !important;
        }
    }
    .product.products-details-page {
        .image-slider-section-subtitle {
            font-size: 24px;
            font-weight: 600;
            margin: 16px 0 !important;
            padding: 0 !important; 
            border-bottom: 0 !important;
        }
    }
    .Buy-now-container .fa-shopping-cart span{
        font-size: 16px !important;
    }

    .social-media-card {
        position: unset;
    }

    .japanese-ritual-banner {

        gap: 15px;
        margin-top: 16px;
        width: 80%;
    }
    .premium-matcha-banner-container {
        min-height: 300px;
        justify-content: center;
    }
    
    .premium-matcha-banner-content {
        max-width: 100%;
        gap: 20px;
    }
    
    .premium-matcha-banner-button {
        padding: 10px;
        min-width: 100%;
        align-self: center;
        width: 100%;
    }

    .premium-matcha-banner-headline {
        font-size: 24px;
       
    }
    .japanese-ritual-section {

        margin:40px 0px;
        }
        
            .description-text {
                max-width: 100%;
            }
            
            .community-badge {
                font-size: 12px;
                padding: 8px;
            }
            
            .shop-now-button {
                padding:12px;
                font-size: 16px;
                width: 75%;
                
            }
    .display-more-section{
        width: 100%;
    }
    .display-more-section a{
        min-width: 100% !important;
    }
    .content_footer {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        align-items: start;
    }
    .loged{
        height: 75px !important;
    }
    
    .review-images-container a {
        width: 65px;
        height: 65px;
    }
    .reviews-header {
      
        margin-bottom: 34px;
    }
    .reviews-title {
        font-size: 20px;
    }
    .cart-clear-all-wrapper {
        padding: 0 10px;
        margin-bottom: 15px;
    }

    .btn-clear-all-cart {
        padding: 8px 16px;
        font-size: 14px;
    }
    .reviews-footer{
        display: flex;
        width: 100%;
    }
    .video-slide {
        margin: 0px 6px;
    }
    .reels-video {
        min-height: auto;
    }
    .reels-container {
        grid-template-columns: 100%;
    }
    .reel-video-poster {
        display: block !important;
        min-height: 100%;
        background-color: #000;
    }
    .reel-thumbnail {
        display: block !important;
        min-height: 100%;
    }
    .sticky-story-btn {
        font-size: 14px;
        font-weight: 600;
        padding: 8px 25px;

    }
    .sticky-story-product {
        width: auto;
        margin-top: auto;
        margin-left: auto;
        max-width: 200px;
    }

    .sticky-story-product-price .price-sale {
        font-size: 16px;
    }

    .sticky-story-product-title {
        font-size: 16px;
    }

    .sticky-story-eyebrow {
        font-size: 16px;
        font-weight: 600;
    }

    .sticky-story-content {
        gap: 14px;
        padding: 24px 16px;
    }

    .sticky-story-product-thumb {
        width: 165px;
        height: 200px;
    }

    .image-slider-plus-icon {
        width: 40px;
        height: 40px;
    }

    .image-slider-plus-icon svg {
        width: 18px;
        height: 18px;
    }

    .image-slider-section {
        padding-top: 16px;
        padding-bottom: 16px;
        margin: 40px 0;
    }

    .image-slider-section-title {
        margin: 0 0 12px 0;
    }

    .image-slider-section-subtitle {
        font-size: 24px;
    }

    .image-slider-image {
        min-height: 350px !important;
    }

    .image-slider-content {
        padding: 16px;
    }


    .image-slider-nav {
        bottom: -50px;
    }

    .image-slider-nav-btn {
        width: 40px;
        height: 35px;
    }

    .pls-banners {
        min-height: unset;
    }

    .pls-elements {
        grid-template-columns: 1fr;
        overflow: hidden;
    }

    .promotional-banner-section .promotional-banner-main-title {
        max-width: 66%;
    }

    .promotional-banner-wrapper {
        height: 90vh;
    }

    .promotional-banner-section .promotional-banner-offer-box {
        width: 100%;
    }

    .promotional-banner-shop-btn {
        width: 100%;
        max-width: 100%;
    }

    .promotional-banner-nav-btn {
        width: 34px !important;
        height: 29px !important;
    }

    .promotional-banner-offer-box {
        gap: 32px;
    }

    .promotional-banner-content-wrapper {
        gap: 48px;
        justify-content: start;
    }

    .promotional-banner-product {
        flex-direction: column-reverse;
        gap: 45px;
        align-items: end;
    }

    .promotional-banner-product-card {
        padding: 10px;
        max-width: 190px;
    }

    .promotional-banner-content-wrapper {
        padding: 16px;
    }
    .added .btned {
        padding: 5px;
    }
    .rtl .promotional-banner-nav{
        left: unset;
        right: 16px;
    }

    .promotional-banner-nav {
        bottom: 12%;
        left: 16px;
    }

    .promotional-banner-nav-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }

    .mt-3.mb-3 .d-flex.align-items-center.description-title {
        font-size: 16px !important;
    }

  

    .image_thumb {
        width: 20% !important;
        height: 100% !important;
    }




    .product-price-modern .product-formatted-price-old {
        font-size: 14px;
    }
    .card-review .review-images-container img {
        width: 55px !important;
        height: 55px !important;
    }

    .product-price-modern .product-formatted-price-discount {
        font-size: 11px;
        padding: 5px 10px;
    }

    #gold-price-bar {
        font-size: 12.5px;
    }

    .price-current-modern {
        font-size: 28px;
    }

    .price-badge-modern {
        font-size: 11px;
        padding: 5px 10px;
    }

    .price-old-modern {
        font-size: 16px;
    }

    .price-wrapper-modern {
        padding: 12px;
    }

    .home-categories-section {
        gap: 5px;
        margin: 5px 0;
    }

    .home-categories-section .category-link {
        padding: 5px;
        gap: 5px;
    }

    .home-categories-section .category-image-wrapper {
        width: 45px;
        height: 45px;
    }

    .product-card-actions.position-absolute {
        gap: 5px !important;
    }

    #load-more-btn {
        font-size: 15px;
        font-weight: 400;
        padding: 5px;
    }

    .products-container .products-list {
        margin-bottom: 10px;
    }

    .logo-header .d-block.d-lg-none.sm-search-icon {
        display: none !important;
    }


    .icon_heart {
        display: none !important;
    }

    .header-cart .sm-search-icon {
        display: flex !important;
    }




    .footer .icons-wrapper {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }



    .image_lodd1 {
        width: 100%;
        height: 100%;
    }

    .mrg {
        margin-top: 15px;
        padding-bottom: 15px;
    }

    .why_choose_titels .p_details {
        font-size: 15px !important;
    }

    .p_styles {
        font-size: 15px;
    }

    .left_content .main_titel {
        font-size: 22px;
    }

    .main_content span {
        font-size: 16px;
        border-radius: 10px;
        padding: 4px 10px;
    }

    .main_content h2 {
        font-size: 20px !important;
    }

    .main_content p {
        font-size: 16px !important;
    }

    .stock-location-radios {
        grid-template-columns: 1fr !important;
        gap: 5px !important;
    }

    .faq-question-text {
        font-size: 15px;
    }

    .category-item h3 {
        font-size: 17px !important;
    }




    .brand-modern-card {
        padding: 10px !important;
    }



    .products-tab-link.active {
        border-bottom-color: transparent;
        border-left-color: #000;
        background: rgba(0, 0, 0, 0.05);
    }


    .products-grid-2-cols,
    .products-grid-3-cols,
    .products-grid-4-cols,
    .products-grid-5-cols {
        grid-template-columns: repeat(2, 1fr);
    }

    .before-after-container {
        gap: 30px;
    }

    .before-after-image-container {
        border-radius: 8px;
    }

    .image-content-overlay {
        padding: 10px;
    }

    .image-title {
        font-size: 18px;
    }

    .image-text {
        font-size: 14px;
    }

    .image-label {
        font-size: 12px;
        padding: 6px 12px;
        bottom: 10px;
    }

    .label-before {
        left: 10px;
    }

    .label-after {
        right: 10px;
    }

    .slider-button {
        width: 40px;
        height: 40px;
    }

    .slider-button svg {
        width: 18px;
        height: 18px;
    }

    .before-after-description {
        margin-top: 15px;
    }

    .before-after-description p {
        font-size: 14px;
    }

    .why_head_section {
        gap: 3px;
        padding-bottom: 15px;
    }

    .num_span {
        font-weight: 400;
    }

    .imges_details {
        font-weight: 400;
    }

    .cllection_content {
        min-width: 60%;
    }

    .imges_titels h2 {
        font-size: 18px;
    }

    .collection-section-wrapper .nav.nav-tabs .nav-item button h2 {
        font-size: 16px;
    }

    .collection-section-wrapper .nav.nav-tabs .nav-item button {
        padding: 10px 0px !important;

    }

    .sub-title {
        font-size: 15px;
    }

    .home-collection {
        gap: 10px;
    }

    .close-search-btn svg {
        width: 20px !important;
        height: 20px !important;
    }

    .form-control.search-input-input {
        padding: 7px 25px !important;
        font-size: 15px !important;
    }

    .parent-search-inp svg {
        right: 0 !important;
        top: 13px !important;
    }



    .catego-grid {
        gap: 10px;
    }

    .product-item .product-prev-price .riyal-svg {
        width: 14px !important;
        height: 14px !important;
    }

    .product-first-category a {
        font-size: 15px;

    }

    .products-filters-container .products-filters-attribute-form .form-row {
        grid-template-columns: 1fr 1fr;
    }

    .products-container {
        padding-top: 0px !important;
    }

    .totals_details .nav-tabs {
        gap: 7px !important;
    }

    .totals_details button {
        min-width: 100px;
        padding: 5px;
    }
    .question-title-container  h1{
        width: 100%;
    }
    .question-title-container h1 button{
        width: 100%;
    }
    .mt-3.mb-3 .d-flex.align-items-center .description-title {
        font-size: 20px !important;
        margin: 16px 0 !important;
        padding-bottom: 16px !important;
    }
    .card-faq .review-details {
        width: 100%;
        padding: 0 !important ;
        border-radius: unset !important;
    }

    .review-details .comment-section,
    .card-faq {
        display: flex;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 12px !important;
        padding: 12px !important;
    }

    .product-qty {
        max-width: 38px;
    }

    .size-box #product-variants-options ul li {
        padding: 5px !important;
        font-size: 15px !important;
    }

    .card-faq .add-review-btn {
        max-width: 100%;
        width: 100%;
    }

    .card-faq {
        flex-direction: column-reverse;
    }
    .comment-section>div{
        width: 100%;
    }
    .card-body {
        padding: 0 !important;
    }
    .product-buttons .Buy_now .btn-buy-now span {
        font-size: 16px;
    }
    .card-faq button,
    #add-review-btn,
    .btn.btn-primary.add-review-btn,
    .review-details .comment-section>div>a,
    .add-review-btn#review_details {
        font-size: 16px;
        min-width: 100% !important;
        width: 100%;
    }

    .paiement_livraison {
        display: none !important;
    }


    .main .products-details-page .slick-arrow {
        display: none !important;
    }

    .row-col .slick-dots li button:before {
        display: none !important;
        content: none !important;
    }



    .loyalty-points-redemption-form .d-flex {
        flex-direction: column;
    }

    .feature {
        justify-content: start !important;
    }

    .galleryed {
        display: grid;
        grid-template-columns: 1fr;
    }

    .image_mained .d-flflex {
        height: 169px;
    }

    .products-section {
        margin-bottom: 12px;
    }


    .form-control {
        padding: 7px 12px !important;
    }

    #products-list-filter-form-clear,
    #products-list-filter-form-save {
        padding: 5px 15px !important;
        font-size: 15px !important;
    }

    .riyal-svg {
        width: 16px !important;
        height: 16px !important;
    }

    .custom-quantity-wrapper svg {
        width: 20px;
        height: 20px;
    }

    .icon-delete:before,
    .icon-delete::after {
        padding: 17px !important;
        background-color: transparent !important;
        border: 0 !important;
    }

    .features-section {
        grid-template-columns: 1fr 1fr;
    }

    .features-section-img {
        max-height: 50px;
        max-width: 50px;
    }

    .slide-menu {
        width: 76% !important;
    }

    .features-section-desk {
        font-size: 14px !important;

    }

    .features-section-title {
        font-size: 16px;
        font-weight: 500;
    }

    .search-header-bar .logo-header {
        height: 55px;
    }

    .icon-excit .svg {
        width: 30px;
        height: 30px;
    }

    .cart-product-delete .icon-delete {
        border: unset !important;
    }

    .search-header .language-button-area svg {
        display: none !important;
    }

    .cart-empty svg {
        width: 80px;
        display: inline-block
    }

    .bton-empty a {
        font-size: 14px !important;
        padding: 10px !important;
    }


    .header-cart .language-button-area .svg {
        display: none;
    }

    .Quick_links .location h2 {
        font-size: 14px !important;
    }

    .content_ticker h2 {
        font-size: 14px;

    }

    .modal-footer-container #save-btn {
        font-size: 16px;
    }

    .breadcrumb-item.active {
        font-size: 16px;
    }


    .section-cart-products-col-1,
    .cart-product-delete {
        width: max-content !important;
        padding: 0;
    }

    .home-tetx {
        display: none !important;
    }

    .content_image p {
        font-size: 14px;
    }

    .content_image h2 {
        font-size: 16px;
    }

    .topics {
        display: none;
    }

    .btoned {
        background: #fff !important;
        color: #000 !important;
        font-size: 16px;
        font-weight: 500;
        padding: 8px;
        border-radius: 12px;
    }

    .section_prod {
        font-size: 16px;
        margin-bottom: 0px !important;
    }

    .content_video {
        bottom: 12px;
        gap: 12px;

    }

    .content_video p {
        font-size: 14px;
        font-weight: 500;
    }

    .content_video h1 {
        font-size: 18px;
        font-weight: 500;
    }

    .about_ecommerce img {
        height: 58px;
    }

    .slide-menu-ul-li {
        padding-bottom: 6px !important;
    }

    .container_d-flex {
        display: flex;
        flex-direction: column-reverse;
        gap: 2px;
    }

    .container_d-flex .account-area {
        padding: 0 5px !important;
    }

    .slide-menu,
    .slide-menu a {
        font-size: 16px;
        font-weight: 400;
        padding: 05px;
    }

    .footer-toggle-icon {
        font-weight: bold;
        transition: transform 0.3s;
        display: unset !important;
    }

    .Quick_links h2 .footer-toggle-icon .footer1 {
        display: block;

    }

    .Quick_links h2 .footer-toggle-icon .footer2 {
        display: none;

    }

    .Quick_links h2.active .footer-toggle-icon .footer1 {
        display: none;

    }

    .Quick_links h2.active .footer-toggle-icon .footer2 {
        display: block;

    }

    .totals_details .description_title .description-title {
        font-size: 16px;


    }

    .totals_details .description_title {
        font-size: 18px;
    }



    .card-name-customer {
        font-size: 14px !important;
    }

    .maroof-icon img {
        width: 35px;
        height: 35px;
    }

    .Quick_links a,
    .location h2 {
        font-size: 14px;
    }

    .Quick_links h2 {
        font-size: 16px;
    }

    .about_ecommerce p {
        font-size: 14px;
    }

    .descriptiontitle {
        font-size: 16px;
        margin-bottom: 16px !important;
    }

    #collapseReviews .card_card .review-details {
        grid-template-columns: 100%;
    }

    .card-faq button,
    .review_details a {
        font-size: 16px;
    }
 

    .questions-card-preview {
        padding: 10px !important;
    }

    .questions-card-preview .answer-box .answer {
        font-size: 14px !important;
    }

    .questions-card-preview .question-box .question {
        font-size: 15px !important;
        font-weight: 400 !important;
        margin-bottom: 10px !important;
    }

    .user-review-date {
        font-size: 14px !important;
    }

    .cart-products-action .form-group {
        margin-right: unset !important;
    }

    .content_ticker {
        gap: 20px;
    }

    .tickers {
        gap: 30px;
    }

    .tickers.clone {
        right: 280%;
    }


    .cart-product-row {
        padding: 10px 0px !important;
        grid-template-columns: 87px 72% auto !important;
        grid-template-areas:
        "img title delete"
        "img price delete"
        "img qty delete";
        row-gap: 10px !important;
    }

    .search-header {
        padding: 10px 0px !important;
    }

    .search-header-bar .header-cart .sm-search-icon svg {
        filter: brightness(0.1);
    }


    .product-item .product-prev-price svg {

        width: 11px !important;
        height: 11px !important;
    }

    .product-item .product-prev-price {
        font-size: 12px !important;
    }



    .product-item .product-price,
    .product-item .product-price span {
        font-weight: 500;
    }

    .Buy_now {
        gap: 8px;
    }

    .Livraison-content img {
        width: 50px;
        height: 50px;
    }

    .d-flexed .product_formatted-price {
        font-size: 24px;
    }


    .product_formatted-price {
        font-size: 18px;
        font-weight: 500;
    }

    .card_card {
        padding: 10px !important;
    }

    .Livraison-svg,
    .paiemen-svg {
        font-size: 14px;
    }

    .description_paragrah * {
        font-size: 15px;
        padding: 2px;
    }

    .Livraison-content h2,
    .paiements h2 {
        font-size: 14px;
    }

    .Livraison-svg,
    .paiemen-svg {
        font-size: 14px;
    }

 


    .product-title {
        font-size: 16px !important;
    }

    .product-metafields-table .meta-value table tbody tr td:nth-child(2) {
        font-size: 14px;
    }

    .product-metafields-table .meta-value table tbody tr td:nth-child(1) {
        font-size: 16px;
    }

  
    .rtl .add-review-btn {
        max-width: max-content;
    }

    .Buy_now button,
    .Buy_now .btn-buy-now {
        font-weight: 500 !important;
        font-size: 16px !important;
        padding: 10px !important;
    }

    .search-header-bar .header-cart .sm-search-icon .language-button-area .svg {
        display: none !important;
    }

    .filtered {
        font-size: 14px;
        font-weight: 400;
        display: flex !important;
    }

    .btn-filter {
        font-size: 14px !important;
        font-weight: 400 !important;

    }

    .products-container {
        padding-top: 35px !important;
    }

    .products-filter {
        margin-bottom: 16px !important;
    }

 

    .cart-product-total-before-price {
        font-size: 14px !important;
    }



    .cart-product-col-details {
        max-width: 100% !important;
    }

    .Total_summary .control_send {
        grid-template-columns: 75% 25%;
    }
    .ltr .Total_summary .control_send{
        grid-template-columns: 25% 75% ;
    }

    .main-banar h2 {
        font-size: 16px;
    }

    .main-banar p {
        font-size: 14px;
    }

    .content_banar {
        gap: 8px;
        bottom: 8px !important;
        right: 9px;
        padding: 2px;
    }

    .flex-grow-1 {
        font-size: 15px !important;
        font-weight: 500 !important;
    }

    .loyalty-points__info {
        font-size: 15px !important;
    }

    .Total_summary {
        padding: 10px;
    }

    .footer-theme-bg-primary {
        padding: 25px 0px;
    }


    .image-slider-subtitle {
        font-size: 14px;
    }

    .image-slider-description svg {
        width: 16px !important;
        height: 16px !important;
    }

    .p-text-photo-content-inner-right {
        h2 {
            font-size: 24px;
        }

        p {
            font-size: 16px;
        }

        a {
            font-size: 20px;
            border-radius: 8px
        }
    }


    /* ============================================
   Modern Loader 2026 - Shopify Style
   ============================================ */

    .modern-loader-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 99999;
        overflow: hidden;
    }

    .modern-loader-overlay::before,
    .modern-loader-overlay::after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 50%;
        background: #ffffff;
        transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
        z-index: 1;
    }

    .modern-loader-overlay::before {
        top: 0;
        transform-origin: top;
    }

    .modern-loader-overlay::after {
        bottom: 0;
        transform-origin: bottom;
    }

    .modern-loader-overlay.hide::before {
        transform: translateY(-100%);
    }

    .modern-loader-overlay.hide::after {
        transform: translateY(100%);
    }

    .modern-loader-container {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .loader-logo-wrapper {
        position: relative;
        width: 200px;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        animation: logoFadeIn 0.6s ease-out forwards,
            logoPulse 2s ease-in-out infinite 0.6s;
    }

    .loader-logo {
        width: 100%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0;
        animation: logoFadeIn 0.6s ease-out 0.3s forwards;
    }

    .loader-logo-mobile {
        display: none;
    }

    .loader-logo-desktop {
        display: block;
    }

    @media (max-width: 768px) {

        .loader-logo-wrapper {
            width: 150px;
            height: 150px;
        }

        .loader-logo-mobile {
            display: block;
        }

        .loader-logo-desktop {
            display: none;
        }
    }

    /* Keyframe Animations */
    @keyframes logoFadeIn {
        0% {
            opacity: 0;
            transform: scale(0.8);
        }

        100% {
            opacity: 1;
            transform: scale(1);
        }
    }

    @keyframes logoPulse {

        0%,
        100% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.05);
        }
    }







    /* Smooth fade in from bottom */
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Product Image Hover Effect */
    .product-image-hover-wrapper {
        position: relative;
        overflow: hidden;
    }

    .product-card-img-main {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        transition: opacity 0.3s ease, transform 0.3s ease;
    }


    .product-card-actions {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .section-product-price span {
        font-size: 18px;
        font-weight: 500;
        color: #000;
    }

    .section-product-price .product-prev-price {
        text-decoration: line-through;
    }

    /* Product Categories in Details Page */
    .product-categories-modern {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 5px;
        font-size: 14px;
        color: #666;
    }

    .product-categories-modern .categories-label {
        font-weight: 500;
        font-size: 18px;
        color: #000;
        margin: 0;
        padding: 0;
    }

    .product-categories-modern .category-link {
        color: var(--primary_color);
        font-size: 16px;
        text-decoration: underline;
        font-weight: 500;
    }


    /* Product Rating in Details Page */
    .product-rating-modern {
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 10px 0;
        font-size: 14px;
    }

    .product-rating-modern .rating-value-modern {
        font-weight: 600;
        color: #333;
        font-size: 16px;
    }

    .product-rating-modern .rating-total-modern {
        color: #999;
    }

    .product-rating-modern .rating-count-modern {
        color: #666;
        margin-left: 5px;
    }


    /* Clear All Cart Button */
    .cart-clear-all-wrapper {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .btn-clear-all-cart {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 10px 20px;
        border: 2px solid #dc3545;
        color: #fff;
        background: #dc3545;
        border-radius: 8px;
        font-weight: 500;
        transition: all 0.3s ease;
    }

    .btn-clear-all-cart:disabled {
        opacity: 0.6;
        cursor: not-allowed;
        transform: none;
    }

    .btn-clear-all-cart svg {
        width: 18px;
        height: 18px;
    }

    .clear-all-progress {
        margin-left: 5px;
    }

   

    .reviews-slider-wrapper .slick-slide:not(:last-child) .review-card {
        border-right: 1px solid #E9E9E9;
        margin-right: 20px;
        padding-right: 20px;
    }

    .reviews-slider-wrapper .slick-track {
        display: flex;
        align-items: stretch;
    }

    .reviews-slider-wrapper .slick-slide>div {
        height: 100%;
    }

    .reviews-slider-wrapper .slick-slide .review-card {
        height: 100%;
        display: flex;
        flex-direction: column;
    }



    .reviews-header {
        margin-bottom: 20px;
    }

    .reviews-title {
        font-size: 24px;
    }


    .review-card {
        padding: 15px;
    }


    .review-date {
        font-size: 13px;
    }

    .review-text {
        font-size: 16px;
    }

    .review-product-image {
        width: 60px;
        height: 60px;
    }

}

@media (max-width:576px) {
    .review-details .comment-section,
    .card-faq {
        padding: 0px !important;
    }

    .details-topic {
        max-width: 90%;
    }
    .products-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .added img {
        width: 25px !important;
        height: 25px !important;
    }
    .added .btned {
        padding: 6px;
    }
    .content_footer {
        grid-template-columns: 1fr;
    }
    .p-text-photo-content-inner-right {
        a {
            width: 100%;
            ;
        }
    }

    .image-slider-image {
        min-height: 250px !important;
    }
    .promotional-banner-offer-title {
        font-size: 1.2rem;
    }

    .promotional-banner-product-card {
        max-width: 190px;
        padding: 10px;
    }

    .promotional-banner-product-image img {
        max-width: 200px;
    }

    .btn.btn-outline-secondary {
        padding: 10px !important;
    }

    .card_card {
        padding: 0px 0px !important;
    }

    .btn.btn-whatsapp {
        padding: 8px !important;
        gap: 5px !important;
    }

    .image_thumb {
        width: 100% !important;
        height: 100% !important;
    }

    .countdown-value-detail-days,
    .countdown-value-detail-hours,
    .countdown-value-detail-minutes,
    .countdown-value-detail-seconds {
        font-size: 16px !important;
        font-weight: 500 !important;
    }


    .category-item a {
        gap: 5px;
    }

    .section-product-price {
        gap: 2px;
        flex-wrap: wrap;
    }


    .Buy_now {
        flex-direction: column;
    }

    .category-item h3 {
        font-size: 16px !important;
    }

    .products-tab-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .blog-title a {
        font-size: 16px;
    }

    .faq-question {
        padding: 10px;
        font-size: 15px;
    }

    .faq-answer-content {
        padding: 12px 15px;
        font-size: 13px;
    }

    .products-tab-link {
        padding: 10px 12px;
        font-size: 13px;
    }

    .products-tab-link .tab-icon {
        font-size: 16px;
    }

    .products-grid-2-cols,
    .products-grid-3-cols,
    .products-grid-4-cols,
    .products-grid-5-cols {
        grid-template-columns: 1fr;
    }

    .image-title {
        font-size: 17px;
    }

    .image-text {
        font-size: 13px;
    }

    .image-label {
        font-size: 11px;
        padding: 5px 10px;
    }

    .slider-button {
        width: 35px;
        height: 35px;
    }

    .slider-button svg {
        width: 16px;
        height: 16px;
    }

    .left_content .main_titel {
        font-size: 22px;
    }

    .why_small_img img {
        width: 40px;
        height: 40px;
    }

    .why_choose_titels .p_details {
        font-size: 14px;
        font-weight: 500;
    }

    .why_choose_titels h2 {
        font-size: 16px;
    }

    .p_styles {
        font-size: 15px;
    }

    .imges_titels {
        position: absolute;
        gap: 3px;
        padding: 10px;
    }

    .imges_titels h2 {
        font-size: 17px;
    }

    .num_span,
    .imges_details {
        font-size: 14px;
    }

    .cllection_content_titels h3 {
        font-size: 17px;
    }

    .cllection_content_titels {
        width: 95%;
        padding: 8px;
    }

    .slick-dots li button:before {
        display: none !important;
        content: none !important;
    }

    .collection__item-title {
        font-size: 15px;
    }


    .sub-title {
        font-size: 14px !important;
    }

    .slide-width {
        padding: 5px;
        justify-content: space-between;
        grid-template-columns: 73% 25%;
    }

    .collection__content {
        right: 7%;
    }




    .maroof-icon * {
        font-size: 15px;
    }


    .ltr .collection__content {
        left: 7%;
        right: unset;
    }

    .brands-section-modern-2026 {
        padding: 10px 0;
    }

    .mrg {
        margin-top: 20px;
        margin-bottom: 20px;
    }



    .home-collection {
        gap: 10px;
        grid-template-columns: 1fr;
    }


    .tit-False.spaced {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }



    .cart-product-total-price .riyal-svg {
        width: 15px !important;
        height: 15px !important;
    }

    .search-down-div {
        display: flex;
        padding: 0px;
        flex-wrap: wrap;
    }

    .keywords-section {
        height: 100%;
        width: 100%;
    }

    .categories-section {
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }

    .catego-grid {
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: space-between;
    }

    .catego-card {
        width: 100%;
        min-width: 50%;
        gap: 10px;
    }

    .categories-row {
        grid-template-columns: 1fr !important;
    }



    .cart-product-row {
        grid-template-columns: 70px 67% auto !important;

    }


    .Livraison-content {

        gap: 10px;
    }



    .footer-theme-bg-primary {
        padding: 35px;
    }

    .cart-product-delete .icon-delete {
        border: unset !important;
    }


    .cart-product-row-wrapper.cart-totals-row-wrapper:has(.flex_grow, .flex_shrink) {
        font-size: 14px;
    }

  

    .Total_summary .control_send .btn-primary {
        padding: 10px !important;
        font-size: 14px;
        line-height: 50%;
    }

    .Total_summary .section-title { 
        font-size: 16px;
        padding-bottom: 10px;
    }

    .breadcrumb {
        padding: 10px 0px !important;
    }

    .tickers.clone {
        right: 360%;
    }

    .search-header-bar .header-cart {
        width: 60% !important;
    }

    .blog-content {
        padding: 10px;
    }

}

@media (max-width:450px) {

    .slick-dots {
        padding: 4px 10px !important;
        gap: 5px !important;
    }

    .star_icon {
        flex-direction: column;
        gap: 6px;
    }
    .Buy-now-container {
        gap: 5px;
    }
    body[data-template="product_details"]{
        .breadcrumb-item.active {
            display: -webkit-box;
            -webkit-line-clamp: 1;
            overflow: hidden;
            -webkit-box-orient: vertical;
            max-width: 60%;
        }
    }

    .category-with-products-section .products-slider.row {
        grid-template-columns: 1fr !important;
    }
    .sliding-menu-links-3-container{
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .review-card {
        margin: 0 2px;
    }
    .promotional-banner-product-card {
        max-width: 160px;
        padding: 0px;
    }

    .promotional-banner-section .promotional-banner-main-title {
        max-width: 98%;
    }

    .sale-countdown-timer-detail {
        flex-direction: column !important;
        width: 100% !important;
    }

    .whatsapp-inquiry-button {
        max-width: 100%;
        margin: unset;
    }


    .product-price-modern .offer_price {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }


    .footer-store-section-bars {
        justify-content: center !important;
    }


    .category-item h3 {
        font-size: 15px;
    }

    .search-header-bar .logo-header {
        height: 45px;
    }



    .products-tab-grid {
        grid-template-columns: repeat(2, 49.5%);
    }

    .grid_collection_imges {
        grid-template-columns: repeat(1, 1fr);
    }

    .cllection_content {
        min-width: 70%;
    }

    .collection-product {
        grid-template-columns: 59% 41%;
        padding: 7px;
    }




    .totals_details .nav-tabs {
        gap: 0px !important;
    }



    .product-qty {
        font-size: 21px !important;
    }

    .content_info .product-features {
        flex-direction: column !important;
        justify-content: flex-start;
        align-items: start;
    }

    .breadcrumb-item,
    .breadcrumb-item a {
        font-size: 12px !important;
    }

    .cart-product-delete .icon-delete {
        padding: 0 !important;
    }

    .filtered {
        font-size: 12px;
    }




    .Livraison-content {
        gap: 5px;
    }

    .Livraison-content img {
        width: 40px;
        height: 40px;
    }

    .Buy_now {
        gap: 10px;
    }

    .product-quantity-indicator {
        width: 100% !important;
    }

    .col-product-info {
        padding-top: 20px !important;
    }

    .icon-share {
        top: -20px;
    }

    .footer-theme-bg-primary {
        padding: 16px;
    }


    .image_mained .d-flflex {
        height: 140px;
    }



    .cart-product-row {
        grid-template-columns: 70px 57% auto !important;
        gap: 5px;
        padding: 10px 0px !important;
        justify-content: space-between;
    }

    .tickers.clone {
        right: 540%;
    }

}