/* style.css */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: "Jost", sans-serif;
    list-style: none;
    text-decoration: none;
}

.site-main-title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.favorite-btn {
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    font-size: 25px;
    color: #222;
}

.favorite-btn i {
    transition: transform .2s, color .2s;
}

.favorite-btn:hover i {
    transform: scale(1.15);
}

.favorite-btn.active,
.favorite-btn.active i {
    color: #e11d48;
}

.search-page {
    padding: 140px 8% 70px;
    min-height: 70vh;
}

.search-page-header {
    max-width: 850px;
    margin: 0 auto 35px;
    text-align: center;
}

.search-page-header h1 {
    margin-bottom: 20px;
    font-size: 32px;
}

.search-page-form {
    width: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .06);
}

.search-page-form input {
    flex: 1;
    height: 58px;
    border: 0;
    outline: 0;
    padding: 0 20px;
    font-size: 16px;
    background: transparent;
}

.search-page-form button {
    height: 58px;
    border: 0;
    padding: 0 28px;
    cursor: pointer;
    background: #111;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.search-result-text {
    margin-top: 17px;
    color: #666;
}

.empty-products {
    width: 100%;
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    background: #fff;
    border-radius: 16px;
}

.empty-products i {
    font-size: 58px;
    margin-bottom: 15px;
}

.empty-products h2 {
    margin-bottom: 10px;
}

.empty-products p {
    color: #777;
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto 20px;
}

.empty-products a {
    display: inline-block;
    background: #111;
    color: #fff;
    padding: 12px 24px;
    border-radius: 9px;
}

@media(max-width:768px) {
    .search-page {
        padding: 115px 15px 50px;
    }
    .search-page-header h1 {
        font-size: 25px;
    }
    .search-page-form input {
        height: 52px;
        min-width: 0;
        padding: 0 13px;
        font-size: 14px;
    }
    .search-page-form button {
        height: 52px;
        padding: 0 16px;
        font-size: 14px;
    }
}


/* Chrome, Edge, Safari */

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #e5e5e5;
    /* خلفية فاتحة */
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #000;
    /* الجزء المتحرك أسود */
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #222;
}

.iti.otp-mode .iti__country-container,
.iti.otp-mode .iti__flag-container,
.iti.otp-mode .iti__selected-country,
.iti.otp-mode .iti__selected-flag {
    display: none !important;
}

.iti.otp-mode input {
    padding-left: 15px !important;
}


/* Firefox */

* {
    scrollbar-width: thin;
    scrollbar-color: #000 #e5e5e5;
    /* thumb ثم track */
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 90px;
}

main {
    flex: 1;
}

.user-box {
    position: relative;
    display: inline-block;
}

.user-menu {
    position: absolute;
    top: 40px;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    min-width: 160px;
    display: none;
    flex-direction: column;
    z-index: 999;
}

.user-menu a {
    padding: 10px;
    text-decoration: none;
    color: #333;
    display: block;
}

.user-menu a:hover {
    background: #f5f5f5;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10%;
    background: #fff;
    z-index: 1000;
    flex-wrap: wrap;
}

.logo img {
    max-width: 120px;
    height: auto;
}

.navmenu {
    display: flex;
}

.navmenu a {
    color: #2c2c2c;
    font-size: 16px;
    text-transform: capitalize;
    padding: 10px 20px;
    font-weight: 400;
    transition: all .42s ease;
}

.navmenu a:hover {
    color: #EE1C47;
}

.nav-icon {
    display: flex;
    align-items: center;
}

.nav-icon i {
    margin-right: 20px;
    color: #2c2c2c;
    font-size: 25px;
    font-weight: 400;
    transition: all .42s ease;
}

.nav-icon i:hover {
    transform: scale(1.1);
    color: #EE1C47;
}

#menu-icon {
    font-size: 35px;
    color: #2c2c2c;
    z-index: 10001;
    cursor: pointer;
}

section {
    padding: 5% 10%;
}

.main-home {
    padding: 0 !important;
}

.main-home {
    position: relative;
    width: 100%;
    min-height: 680px;
    overflow: hidden;
    background: #f4e4d4;
    direction: rtl;
}

.main-banner-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    display: block;
}

.main-home::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 249, 243, .15) 42%, rgba(255, 249, 243, .92) 72%, rgba(255, 249, 243, .98) 100%);
    pointer-events: none;
}

.main-text {
    position: relative;
    z-index: 2;
    width: min(620px, 48%);
    margin-right: auto;
    margin-left: 52%;
    padding-top: 150px;
    text-align: right;
}

.hero-small-title {
    display: inline-block;
    color: #111;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 10px;
}

.main-text h1 strong {
    color: #d51f32;
    font-weight: 800;
}

.hero-description {
    color: #444;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 28px;
}

.hero-features {
    display: grid;
    grid-template-columns: repeat(4, minmax(90px, 1fr));
    gap: 18px;
    margin: 25px 0 32px;
}

.hero-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #222;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.hero-feature i {
    font-size: 37px;
    color: #111;
}

.main-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 190px;
    padding: 14px 28px;
    border: 0;
    border-radius: 50px;
    background: #d51f32;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    transition: .25s ease;
}

.main-btn:hover {
    background: #111;
    color: #fff;
    transform: translateY(-2px);
}

.main-btn i {
    font-size: 22px;
}

.main-text h5 {
    color: #EE1C47;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}

.main-text h1 {
    color: #000;
    font-size: 65px;
    text-transform: capitalize;
    line-height: 1.1;
    font-weight: 600;
    margin: 6px 0 10px;
}

header.sticky {
    background: #fff;
    padding: 20px 10px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}


/* trending-section-css */

.center-text-h2 {
    color: #111;
    font-size: 28px;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 30px;
}

.center-text span {
    color: #EE1C47;
}

.products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, auto));
    gap: 2rem;
}

.row {
    position: relative;
    transition: all.40s;
}

.row img {
    width: 100%;
    height: auto;
    transition: all .40s;
}

.row img:hover {
    transform: scale(0.9);
}

.products-text h5 {
    position: absolute;
    top: 13px;
    left: 13px;
    color: #fff;
    font-size: 12px;
    font-weight: 500px;
    text-transform: uppercase;
    background-color: #27b737;
}

.heart-icon {
    position: absolute;
    right: 0;
    font-size: 20px;
}

.heart-icon:hover {
    color: #EE1C47;
}

.rating i {
    color: #ff8c00;
    font-size: 18ps;
}

.price h4 {
    color: #111;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
}

.price p {
    color: #151515;
    font-size: 14px;
    font-weight: 600;
}

.client-reviews {
    background-color: #F3F4F6;
}

.reviews {
    text-align: center;
}

.reviews h3 {
    color: #111;
    font-size: 25px;
    text-transform: capitalize;
}

.reviews img {
    width: 100px;
    height: auto;
    border-radius: 50px;
}

.reviews p {
    color: #707070;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 10px;
}

.reviews h2 {
    font-size: 22px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 2px;
}


/* update-section-css */

.up-center-text {
    text-align: center;
    color: #111;
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
}

.cart img {
    width: 380px;
    height: auto;
    border-radius: 5px;
}

.update-cart {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, auto));
    gap: 1rem;
}

.cart h5 {
    color: #636872;
    text-transform: capitalize;
    font-weight: 500;
}

.cart h4 {
    color: #111;
    font-size: 18px;
    font-weight: 600;
}

.cart p {
    color: #707070;
    font-size: 15px;
    max-width: 380px;
    line-height: 25px;
    margin-bottom: 12px;
}

.cart h6 {
    color: #151515;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}


/* contact-setion */

.contact {
    background: #F3F4F6;
}

.footer {
    background: #F3F4F6;
}

.contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, auto));
    gap: 3rem;
}

.first-info img {
    width: 140px;
    height: auto;
}

.contact-info h4 {
    color: #212529;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact-info p {
    color: #565656;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.5;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all.42s;
}

.contact-info p:hover {
    color: #ee1c47;
}

.social-icon {
    color: #565656;
    margin-right: 10px;
    font-size: 20px;
    transition: all .42s;
}

.social-icon i:hover {
    transform: scale(1.3);
}

.end-text {
    background-color: #edfff1;
    text-align: center;
    padding: 20px;
}

.end-text p {
    color: #111;
    text-transform: capitalize;
}


/* Login Modal */

.login-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

.login-modal-content {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    width: 90%;
    max-width: 400px;
    position: relative;
}

.close-modal {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

.tabs {
    position: relative;
    display: flex;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
}

.tab-item {
    flex: 1;
    text-align: center;
    padding: 12px 0;
    cursor: pointer;
    font-weight: 500;
    color: #555;
    transition: 0.3s;
    position: relative;
}

.tab-item.active {
    color: #EE1C47;
}

.tab-indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 3px;
    background-color: #EE1C47;
    transition: 0.3s ease;
}

.tab-button.active {
    background-color: #EE1C47;
    color: #fff;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.login-modal-content form {
    display: flex;
    flex-direction: column;
}

.login-modal-content label {
    margin: 10px 0 5px;
    font-size: 14px;
    color: #111;
}

.login-modal-content input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.login-modal-content button {
    margin-top: 15px;
    padding: 10px;
    background-color: #EE1C47;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.login-modal-content button:hover {
    background-color: #c91c3c;
}


/* تنسيق الـ input نفسه */

.iti input[type="tel"] {
    width: 100%;
    padding: 10px 50px 10px 16px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
    transition: 0.3s;
}


/* لما يكون الفوكس على الحقل */

.iti input[type="tel"]:focus {
    border-color: #EE1C47;
    box-shadow: 0 0 0 2px rgba(238, 28, 71, 0.2);
}


/* تنسيق Dropdown */

.iti__country-list {
    z-index: 9999 !important;
    max-height: 200px;
    overflow-y: auto;
    font-size: 14px;
}


/* تنسيق العلم */

.iti__flag {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}


/* مكان الكود */

.iti__selected-dial-code {
    margin-left: 6px;
    font-weight: 500;
}

.btn-loader {
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    display: inline-block;
    animation: spin 0.8s linear infinite;
    vertical-align: middle;
    margin-right: 5px;
}

.nav-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.search-input {
    width: 0;
    opacity: 0;
    transition: all 0.3s ease;
    border: 1.5px solid #ccc;
    /* حدود خفيفة */
    border-radius: 8px;
    /* زوايا مدورة */
    background: white;
    padding: 6px 10px;
    color: #333;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
}


/* PRODUCT CARD */

.row {
    position: relative;
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    transition: .4s;
    padding: 15px;
}

.row:hover {
    transform: translateY(-8px);
}

.product-img {
    overflow: hidden;
    border-radius: 20px;
}

.product-img img {
    width: 100%;
    transition: .5s;
}

.row:hover img {
    transform: scale(1.08);
}


/* ADD BUTTON */

.add-cart {
    width: 100%;
    margin-top: 15px;
    padding: 14px;
    border: none;
    background: #111;
    color: #fff;
    border-radius: 14px;
    font-size: 16px;
    cursor: pointer;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.add-cart:hover {
    background: #444;
}


/* FLOATING CART */

.floating-cart {
    position: fixed;
    right: 30px;
    top: 30px;
    width: 60px;
    height: 60px;
    background: #111;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
}

.floating-cart i {
    color: #fff;
    font-size: 28px;
}

.floating-cart span {
    position: absolute;
    top: -5px;
    right: -5px;
    background: crimson;
    color: #fff;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* TOAST */

.cart-toast {
    position: fixed;
    bottom: 30px;
    right: -400px;
    background: #111;
    color: #fff;
    padding: 18px 25px;
    border-radius: 14px;
    transition: .5s;
    z-index: 9999;
}

.cart-toast.show {
    right: 30px;
}


/* FLY IMAGE */

.fly-product {
    position: fixed;
    width: 80px;
    height: 80px;
    object-fit: cover;
    z-index: 99999;
    pointer-events: none;
    transition: 1s cubic-bezier(.65, -0.2, .25, 1.5);
    border-radius: 15px;
}


/* لما يظهر الـ input */

.search-input.active {
    width: 150px;
    opacity: 1;
}


/* أخفي أيقونة البحث لما الـ input ظاهر */

.search-input.active+#searchToggle {
    display: none;
}


/* خفف حجم أيقونة البحث لو ظهرت */

#searchToggle i {
    font-size: 20px;
    /* الحجم الافتراضي */
    transition: font-size 0.3s ease;
}

.search-input.active+#searchToggle i {
    font-size: 16px;
    /* أصغر لما يظهر الـ input */
}

.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 44px;
    margin-bottom: 44px;
}

.order-card {
    background: #fff;
    border-radius: 16px;
    padding: 18px;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
}

.order-card:hover {
    transform: translateY(-2px);
}


/* TOP ROW */

.order-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.order-id {
    font-size: 16px;
    font-weight: bold;
}


/* STATUS */

.status {
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    color: #fff;
}

.status.pending {
    background: #f59e0b;
}

.status.completed {
    background: #22c55e;
}

.status.cancelled {
    background: #ef4444;
}


/* DETAILS */

.order-details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 10px;
}

.box {
    background: #f8fafc;
    padding: 10px;
    border-radius: 10px;
    font-size: 13px;
}


/* BUTTON */

.view-btn {
    display: inline-block;
    padding: 8px 12px;
    background: #111;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 13px;
}

.empty {
    text-align: center;
    padding: 50px;
    background: #fff;
    border-radius: 16px;
}

.variant-box {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    margin: 10px 0;
    padding-bottom: 5px;
    scrollbar-width: thin;
    scrollbar-color: #999 transparent;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.variant-box::-webkit-scrollbar {
    display: none;
}

.variant-btn {
    flex: 0 0 auto;
}

.variant-box::-webkit-scrollbar-track {
    background: transparent;
}

.variant-btn {
    flex: 0 0 auto;
    padding: 6px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    transition: .3s;
    font-size: 13px;
}

.variant-btn.active {
    background: #111;
    color: #fff;
    border-color: #111;
}

@media(max-width:768px) {
    .order-details {
        grid-template-columns: 1fr;
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


/* Responsive-css */

@media(max-width:890px) {
    header {
        padding: 20px 3%;
        transition: .4s;
    }
}

@media(max-width:630px) {
    .main-text h1 {
        font-size: 50px;
        transition: .4s;
    }
    .main-text p {
        font-size: 18px;
        transition: .4s;
    }
    .main-btn {
        padding: 10px 20px;
        transition: .4s;
    }
}

@media(max-width:750px) {
    .navmenu {
        position: absolute;
        top: 100%;
        right: -100%;
        width: 300px;
        height: 130vh;
        background: #edfff1;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 120px 30px;
        transition: all.42s;
    }
    .navmenu a {
        display: block;
        margin: 18px 0;
    }
    .navmenu.open {
        right: 0;
    }
}

.cart-icon {
    position: relative;
}

.cart-count {
    position: absolute;
    top: -10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: crimson;
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.footer {
    background: #f3f4f6;
    padding: 55px 10% 25px;
    direction: rtl;
}

.footer .contact-info {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr) 1.4fr;
    gap: 35px;
    align-items: start;
}

.footer h4 {
    color: #111;
    font-size: 17px;
    margin-bottom: 16px;
}

.footer p,
.footer a {
    color: #565656;
    font-size: 14px;
    line-height: 1.8;
}

.footer a {
    display: block;
    margin-bottom: 8px;
    transition: 0.25s;
}

.footer a:hover {
    color: #ee1c47;
}

.footer-logo img {
    width: 140px;
    height: auto;
    margin-bottom: 15px;
}

.first-info p a {
    display: inline;
}

.social-icon {
    display: flex;
    gap: 12px;
    margin-top: 15px;
}

.social-icon a {
    margin: 0;
}

.social-icon i {
    font-size: 22px;
}

.newsletter-form {
    display: flex;
    gap: 8px;
    margin-top: 15px;
}

.newsletter-form input {
    width: 100%;
    min-width: 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 11px;
    outline: none;
}

.newsletter-form input:focus {
    border-color: #ee1c47;
}

.newsletter-form button {
    border: 0;
    border-radius: 8px;
    background: #111;
    color: #fff;
    padding: 11px 18px;
    cursor: pointer;
}

.newsletter-note {
    margin-top: 10px;
    font-size: 12px !important;
}

.footer-bottom {
    border-top: 1px solid #ddd;
    text-align: center;
    margin-top: 35px;
    padding-top: 20px;
}

.footer-bottom p {
    margin: 0;
}

@media (max-width: 1000px) {
    .footer .contact-info {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .footer {
        padding: 40px 20px 20px;
    }
    .footer .contact-info {
        grid-template-columns: 1fr;
    }
    .newsletter-form {
        flex-direction: column;
    }
    .newsletter-form button {
        width: 100%;
    }
}

@media(max-width:900px) {
    .main-home {
        min-height: 780px;
    }
    .main-banner-image {
        object-position: 25% center;
    }
    .main-home::after {
        background: linear-gradient( 180deg, rgba(255, 255, 255, .05) 0%, rgba(255, 248, 241, .45) 40%, rgba(255, 248, 241, .98) 65%, rgba(255, 248, 241, 1) 100%);
    }
    .main-text {
        position: absolute;
        right: 20px;
        left: 20px;
        bottom: 65px;
        width: auto;
        margin: 0;
        padding: 24px;
        border-radius: 20px;
        background: rgba(255, 255, 255, .88);
        backdrop-filter: blur(8px);
        text-align: center;
    }
    .hero-small-title {
        font-size: 20px;
    }
    .main-text h1 {
        font-size: 38px;
    }
    .hero-description {
        font-size: 16px;
    }
    .hero-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .hero-feature i {
        font-size: 30px;
    }
}

@media(max-width:480px) {
    .main-home {
        min-height: 720px;
    }
    .main-text {
        right: 12px;
        left: 12px;
        bottom: 45px;
        padding: 18px 12px;
    }
    .main-text h1 {
        font-size: 30px;
    }
    .hero-features {
        margin: 18px 0;
    }
    .hero-feature {
        font-size: 12px;
    }
    .main-btn {
        width: 100%;
    }
}

.client-reviews {
    padding: 70px 0;
    overflow: hidden;
    background: #f8f8f8;
}

.reviews-slider {
    display: flex;
    gap: 25px;
    width: max-content;
    animation: slider 35s linear infinite;
}

.reviews-slider:hover {
    animation-play-state: paused;
}

.review-card {
    width: 350px;
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.review-card img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.stars {
    color: #ffb400;
    margin: 12px 0;
}

.review-card p {
    color: #666;
    line-height: 1.8;
}

.review-avatar {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
}

.review-avatar i {
    font-size: 35px;
    color: #ee1c47;
}

.review-date {
    display: block;
    margin-top: 12px;
    font-size: 12px;
    color: #999;
}

.empty-review-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff0f3;
}

.empty-review-icon i {
    font-size: 55px;
    color: #ee1c47;
}

.empty-stars {
    margin-top: 20px;
}

.empty-stars i {
    font-size: 28px;
    color: #f5b301;
}

.rating-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    direction: ltr;
    margin-top: 10px;
}

.rating {
    display: flex;
    gap: 3px;
    direction: ltr;
    margin-top: 10px;
    margin-bottom: 5px;
}

.rating i {
    color: #ff8c00;
    font-size: 18px;
}

.heart-icon {
    margin: 0;
    font-size: 24px;
    color: #111;
    margin-top: 10px;
}

.rating-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    direction: ltr;
    margin-top: 10px;
}

.rating {
    display: flex;
    align-items: center;
    gap: 3px;
    direction: ltr;
}

.rating i {
    color: #ff9f00;
    font-size: 18px;
}

.rating-value {
    margin-left: 5px;
    font-size: 13px;
    font-weight: 700;
    color: #222;
}

.review-count {
    font-size: 12px;
    color: #777;
}

.heart-icon {
    position: static;
    font-size: 24px;
    cursor: pointer;
    color: #111;
    margin-top: 10px;
}

.heart-icon:hover {
    color: #ee1c47;
}

.price {
    direction: rtl;
    text-align: right;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.mobile-search {
    display: none;
}

@media (max-width: 768px) {
    .mobile-header {
        background: #fff;
        width: 100%;
        padding: 18px 16px 20px;
        box-sizing: border-box;
        position: relative;
        z-index: 1000;
    }
    .mobile-header-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
    }
    .mobile-icons {
        display: flex;
        align-items: center;
        gap: 18px;
    }
    .header-icon {
        position: relative;
        border: 0;
        background: transparent;
        padding: 0;
        color: #111;
        text-decoration: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-icon i {
        font-size: 32px;
    }
    .cart-count {
        position: absolute;
        top: -11px;
        right: 8px;
        width: 23px;
        height: 23px;
        border-radius: 50%;
        background: #e21f3d;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .search-input {
        display: none;
    }
    .mobile-logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile-logo img {
        display: block;
        width: 145px;
        height: auto;
        object-fit: contain;
    }
    .mobile-search {
        margin-top: 2px;
        width: 100%;
        height: 64px;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        border: 1px solid #d9dde4;
        border-radius: 28px;
        background: #f9fafc;
        overflow: hidden;
        box-sizing: border-box;
    }
    .mobile-search input {
        flex: 1;
        height: 100%;
        border: 0;
        outline: 0;
        background: transparent;
        padding: 0 22px;
        font-size: 19px;
        font-family: inherit;
        color: #111;
        text-align: right;
        direction: rtl;
        min-width: 0;
    }
    .mobile-search input::placeholder {
        color: #8d9098;
    }
    .mobile-search button {
        width: 68px;
        height: 100%;
        flex-shrink: 0;
        border: 0;
        background: transparent;
        color: #292d35;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile-search button i {
        font-size: 35px;
    }
    /* لأن البحث أصبح ظاهرًا تحت الأيقونات */
    #searchToggle i {
        display: none;
    }
    header {
        height: 130px;
    }
    #cart {
        margin-top: 55px;
    }
    .checkout-page {
        margin-top: 23px;
    }
}