/* تعريف الخط */
@font-face {
    font-family: 'Ahmed';
    src: url('font/tssoApxBaigK_hnnS-agtnqWo572.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* البودي */
body {
    margin: 0;
    font-family: 'Ahmed', sans-serif;
    padding: 0;
    box-sizing: border-box;
}

/* إعادة تعيين الهوامش والحشوات */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* تنسيق الهيدر العلوي */
.header-40 {
    background: #fff;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

/* تنسيق قسم التنقل في الدسكتوب */
.desktop-nav-41 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

/* تنسيق الجانب الأيمن من الهيدر */
.right-section-42 {
    display: flex;
    align-items: center;
}

/* تنسيق صورة اللوجو */
.logo-43 img {
    height: 39px;
    margin-left: 20px;
}

/* تنسيق القائمة الرئيسية */
.nav-menu-44 {
    display: flex;
    list-style: none;
}

/* تنسيق عناصر القائمة */
.nav-item-45, .nav-item-46, .nav-item-47, .nav-item-56, .nav-item-61, .nav-item-62, .nav-item-63 {
    position: relative;
    margin-left: 25px;
}

/* تنسيق الروابط داخل القائمة */
.nav-menu-44 a {
    text-decoration: none;
    color: #474747;
    padding: 10px;
    display: block;
    white-space: nowrap;
    transition: color 0.3s, background-color 0.3s;
    font-size: 14px;
}

/* تنسيق الروابط عند المرور فوقهم */
.nav-menu-44 a:hover {
    background-color: #825C8D;
    color: #ffffff;
    font-weight: bold;
}

/* تنسيق القوائم المنسدلة */
.dropdown-48, .dropdown-57 {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    display: none;
    list-style: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    min-width: 200px;
    border-radius: 5px;
    padding: 0;
}

/* إظهار القائمة المنسدلة عند المرور على العنصر الأب */
.nav-item-47:hover .dropdown-48,
.nav-item-56:hover .dropdown-57 {
    display: block;
}

/* تنسيق عناصر القائمة المنسدلة */
.dropdown-48 li,
.dropdown-57 li {
    position: relative;
}

/* إضافة خط فاصل بين عناصر القائمة المنسدلة ما عدا الأخير */
.dropdown-48 li:not(:last-child)::after,
.dropdown-57 li:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #eee;
}

/* تنسيق الروابط داخل القوائم المنسدلة */
.dropdown-48 a,
.dropdown-57 a {
    display: block;
    padding: 12px 20px;
    white-space: nowrap;
    transition: background 0.3s, color 0.3s;
}

/* تنسيق الروابط عند المرور فوقهم في القوائم المنسدلة */
.dropdown-48 a:hover,
.dropdown-57 a:hover {
    background: #825C8D;
    color: #ffffff;
}

/* تنسيق الجانب الأيسر من الهيدر */
.left-section-64 {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* تنسيق الروابط في الجانب الأيسر */
.left-section-64 a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s, background-color 0.3s;
    white-space: nowrap;
}

/* تنسيق الروابط عند المرور فوقهم */
.left-section-64 a:hover {
    background-color: #825C8D;
    color: #ffffff;
}

/* تنسيق حاوية تسجيل الدخول */
.login-wrapper-123 {
    position: relative;
    display: flex;
    align-items: center;
}

/* تنسيق أيقونة تسجيل الدخول */
.login-icon-122 img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 5px;
}

/* تنسيق رابط تسجيل الدخول */
.login-link-124 {
    padding: 10px;
}

/* تنسيق القائمة المنسدلة لتسجيل الدخول */
.login-dropdown-125 {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border: 2px solid #825C8D;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    width: 300px;
    padding: 20px;
    z-index: 1001;
}

/* إظهار القائمة المنسدلة عند المرور على الحاوية */
.login-wrapper-123:hover .login-dropdown-125 {
    display: block;
}

/* تنسيق رأس القائمة المنسدلة */
.login-header-126 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

/* تنسيق عنوان تسجيل الدخول */
.login-title-127 {
    font-size: 16px;
    color: #333;
}

/* تنسيق رابط تسجيل مستخدم */
.register-link-128 {
    font-size: 14px;
    color: #825C8D;
    text-decoration: none;
    transition: color 0.3s;
}

/* تغيير لون الرابط عند المرور فوقه */
.register-link-128:hover {
    color: #e91e63;
}

/* تنسيق الخط الفاصل */
.divider-129 {
    width: 100%;
    height: 1px;
    background: #825C8D;
    margin: 10px 0;
    border: none;
}

/* تنسيق تسميات النموذج */
.login-form-130 label {
    display: block;
    margin: 10px 0 5px;
    color: #333;
    font-size: 14px;
}

/* تنسيق حاوية رقم الجوال */
.phone-wrapper-147 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

/* تنسيق القائمة المنسدلة لرموز الدول */
.country-code-select-149 {
    width: 80px;
    padding: 10px;
    border: 1px solid #825C8D;
    border-radius: 5px 0 0 5px;
    background: #fff;
    outline: none;
    font-size: 14px;
}

/* تنسيق حقل إدخال رقم الجوال */
.input-field-132 {
    flex-grow: 1;
    padding: 10px;
    border: 1px solid #825C8D;
    border-radius: 0 5px 5px 0;
    outline: none;
    font-size: 14px;
}

/* تنسيق خيارات النموذج */
.login-options-137 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    font-size: 14px;
}

/* تنسيق خيار تذكرني */
.remember-me-138 {
    display: flex;
    align-items: center;
}

/* تنسيق مربع الاختيار */
.remember-me-138 input {
    margin-left: 5px;
}

/* تنسيق حاوية أزرار الإرسال */
.login-buttons-150 {
    display: flex;
    gap: 10px;
}

/* تنسيق أزرار النموذج */
.login-button-136 {
    width: 100%;
    padding: 12px;
    background: #825C8D;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s;
    font-family: 'Ahmed';
}

/* تنسيق الأزرار عند المرور فوقهم */
.login-button-136:hover {
    background: #e91e63;
}

/* ضمان أن كل زر يأخذ نصف العرض */
.sms-button-151, .whatsapp-button-152 {
    flex: 1;
}

/* تنسيق أيقونات الجانب الأيسر */
.icon-65, .icon-67, .icon-70 {
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    transition: filter 0.3s;
    margin-right: 10px;
}

/* تأثير الهوفر على الأيقونات */
.icon-65:hover, .icon-67:hover, .icon-70:hover {
    filter: brightness(0) saturate(100%) hue-rotate(330deg);
}

/* تنسيق إجمالي السلة */
.cart-total-69, .cart-total-79 {
    margin-right: 10px;
    white-space: nowrap;
}

/* تنسيق قسم التنقل في الجوال (مخفي افتراضيًا) */
.mobile-nav-72 {
    display: none;
}

/* تنسيق الجوال عند عرض أقل من 768 بكسل */
@media (max-width: 768px) {
    .desktop-nav-41 {
        display: none;
    }

    .mobile-nav-72 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .hamburger-73 {
        cursor: pointer;
        margin-right: 15px;
    }

    .hamburger-73 img {
        width: 50px;
        height: 50px;
        transition: opacity 0.3s;
    }

    .hamburger-73:hover img {
        opacity: 0.7;
    }

    .logo-77 {
        flex-grow: 1;
        text-align: center;
    }

    .logo-77 img {
        height: 40px;
    }

    .cart-78 {
        margin-left: 15px;
    }

    .mobile-menu-82 {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background: #fff;
        transition: right 0.3s ease-in-out;
        padding: 0;
        overflow-y: auto;
        z-index: 1000;
        visibility: hidden;
    }

    .mobile-menu-82.active-90 {
        right: 0;
        visibility: visible;
    }

    .close-btn-83 {
        font-size: 30px;
        cursor: pointer;
        text-align: right;
        padding: 15px;
        transition: color 0.3s;
    }

    .close-btn-83:hover {
        color: #e91e63;
    }

    .mobile-search-118 {
        margin: 0 15px 20px 15px;
        width: calc(100% - 30px);
        display: flex;
        align-items: center;
        position: relative;
    }

    .search-icon-121 {
        width: 30px;
        height: 30px;
        display: inline-block;
        cursor: pointer;
        margin-left: 10px;
        transition: filter 0.3s;
    }

    .search-icon-121:hover {
        filter: brightness(0) saturate(100%) hue-rotate(330deg);
    }

    .mobile-search-118 input {
        width: 90%;
        padding: 15px;
        border: 1px solid #825C8D;
        border-radius: 5px;
        outline: none;
        box-sizing: border-box;
    }

    .tabs-84 {
        display: flex;
        width: 100%;
        margin-bottom: 20px;
    }

    .tab-85, .tab-87 {
        cursor: pointer;
        padding: 10px 0;
        background: #e7c2f1;
        color: #fff;
        flex: 1;
        text-align: center;
        transition: background 0.3s;
    }

    .tab-85.active-tab-119, .tab-87.active-tab-119 {
        background: #825C8D;
        color: #ffffff;
        font-weight: bold;
    }

    .tab-85:hover, .tab-87:hover {
        background: #825C8D;
    }

    .tab-content-89, .tab-content-113 {
        display: none;
        padding: 0 15px;
    }

    .tab-content-89.active-90, .tab-content-113.active-90 {
        display: block;
    }

    .mobile-menu-list-91, .mobile-menu-list-114 {
        list-style: none;
    }

    .mobile-item-92, .mobile-item-94,
    .mobile-item-110, .mobile-item-62, .mobile-item-63, .mobile-item-115,
    .mobile-item-116, .mobile-item-117, .mobile-item-login-141 {
        margin: 0;
        position: relative;
    }

    .mobile-menu-list-91 li:not(:last-child)::after,
    .mobile-menu-list-114 li:not(:last-child)::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 1px;
        background: #eee;
    }

    .mobile-menu-list-91 a,
    .mobile-menu-list-114 a {
        display: block;
        padding: 15px 10px;
        text-decoration: none;
        color: #4b4b4b;
        transition: background 0.3s, color 0.3s;
        font-size: 14px;
    }

    .mobile-menu-list-91 a:hover,
    .mobile-menu-list-114 a:hover {
        background: #825C8D;
        color: #ffffff;
    }

    .mobile-login-link-142 {
        cursor: pointer;
    }

    .mobile-login-form-143 {
        display: none;
        padding: 15px;
        background: #fff;
        border: 2px solid #825C8D;
        border-radius: 10px;
        margin: 10px 0;
    }

    .mobile-login-form-143.active {
        display: block;
    }

    body.menu-open-120 {
        overflow: hidden;
    }
}

/* استيراد المنتجات */
.products-container {
    max-width: 1300px;
    margin: 100px auto 20px;
    padding-top: 20px;
    text-align: center;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.product-item {
    border: 1px solid #e7a7f8;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    position: relative;
}

.product-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.product-link:hover .product-item {
    background: #f9f9f9;
}

.product-image {
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 769px) {
    .product-image img.default-img {
        transition: opacity 0.3s ease; /* تأثير انتقال سلس */
    }

    .product-link:hover .product-image img.default-img {
        opacity: 0.9; /* اختياري: تأثير شفافية عند التمرير */
    }
}

.product-title {
    font-size: 14px;
    margin: 10px 0;
    color: #31003d;
}

.product-footer {
    display: flex;
    justify-content: space-between; /* توزيع العناصر على الجانبين */
    align-items: center;
    padding: 0 15px 15px 15px; /* حشوة داخلية لضمان المسافة من الحدود */
    width: 100%; /* التأكد من أن العنصر يأخذ العرض الكامل */
}

.product-footer .add-to-cart-icon {
    order: 2; /* الأيقونة في اليسار (ثانيًا في النص العربي) */
}

.product-footer .product-price {
    order: 1; /* السعر في اليمين (أولاً في النص العربي) */
    font-size: 14px;
    color: #825C8D;
    font-weight: bold;
}

.wishlist-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    z-index: 10;
}

.wishlist-icon svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease, fill 0.3s ease;
}

.wishlist-icon:hover svg {
    transform: scale(1.2);
    fill: #e91e63;
}

.wishlist-icon.active svg {
    fill: #e91e63;
}

/* زر تحميل المزيد */
.load-more-container {
    text-align: center;
    margin-top: 20px;
}

#load-more {
    background: #825C8D;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s;
}

#load-more:hover {
    background: #6b4874;
}

@media (min-width: 768px) {
    .products-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 480px) {
    .product-image {
        height: 250px;
    }
}

/* نهاية قسم استيراد المنتجات */

/* أول قسم في الفوتر */
footer {
    background: #fff;
    text-align: center;
    padding: 10px;
    margin: 40px 0;
    font-family: 'Ahmed', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer h2 {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}

.footer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 120px;
    padding-top: 30px;
}

.footer-box {
    background: #fdf7ff;
    border-radius: 15px;
    padding: 15px;
    width: 70px;
    height: 70px;
    text-align: center;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-box:hover {
    transform: translateY(-5px);
}

.footer-box a {
    display: inline-block;
}

.footer-box img {
    width: 25px;
    height: 25px;
    fill: #825C8D;
}

.footer-box span {
    margin-top: 10px;
    font-size: 14px;
    color: #825C8D;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
}

@media (max-width: 480px) {
    .footer-container {
        gap: 10px;
        flex-wrap: nowrap;
        width: 100%;
        max-width: 80%;
    }

    .footer-box {
        width: 100px;
    }
}

/* قسم أيقونات الآيفون والأندرويد */
.container2 {
    max-width: 1200px;
    padding: 0px;
    text-align: center;
    margin-top: 20px;
}

.title2 {
    color: #333;
    font-size: 18px;
    margin-bottom: 0;
}

.images-container2 {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.images-container2 a {
    display: inline-block;
    transition: transform 0.3s ease;
}

.images-container2 a:hover {
    transform: scale(1.05);
}

.app-image2 {
    width: 130px;
    height: 100px;
    border-radius: 10px;
    box-sizing: border-box;
    border-color: black;
    border: 5px;
}

@media (max-width: 768px) {
    .title2 {
        font-size: 20px;
    }

    .app-image2 {
        width: 120px;
    }
}

@media (max-width: 480px) {
    .title2 {
        font-size: 18px;
    }

    .app-image2 {
        width: 100px;
    }
}

/* قسم أيقونات السوشيال */
.social-container {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
}

.social-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #825C8D;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.social-icon:hover {
    transform: scale(1.1);
    background-color: black;
}

.social-icon svg {
    width: 20px;
    height: 20px;
    fill: #f8f8f8;
}

.youtube-icon path:first-child {
    fill: #f8f8f8;
}

.youtube-icon path:last-child {
    fill: #825C8D;
}

.snapchat-icon {
    width: 35px;
    height: 35px;
    background-color: #825C8D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.snapchat-bell {
    width: 30px;
    height: 30px;
    background-color: #825C8D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.snapchat-bell svg {
    width: 20px;
    height: 20px;
    background-color: #825C8D;
}

/* قسم القائمة في الفوتر */
.styled-links103 {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    margin-top: 20px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.styled-links103 a {
    position: relative;
    text-decoration: none;
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 12px;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.styled-links103 a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background-color: #825C8D;
    transition: all 0.3s ease;
}

.styled-links103 a:hover {
    background-color: #825C8D;
    color: white;
}

@media (min-width: 1024px) {
    .styled-links103 a:nth-child(-n+10) {
        width: auto;
    }
    .styled-links103 a:nth-child(n+11) {
        width: auto;
    }
}

@media (max-width: 768px) {
    .styled-links103 {
        flex-direction: row;
        flex-wrap: wrap;
        text-align: center;
    }
    .styled-links103 a:nth-child(-n+5) {
        width: auto;
    }
    .styled-links103 a:nth-child(n+6),
    .styled-links103 a:nth-child(n+7) {
        width: auto;
    }
    .styled-links103 a:nth-child(n+8),
    .styled-links103 a:nth-child(n+9),
    .styled-links103 a:nth-child(n+10) {
        width: auto;
    }
}

/* قسم صورة طرق الدفع */
.payment-section103 {
    text-align: center;
    margin-top: 20px;
}

.payment-section103 h2 {
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
}

.payment-section103 img {
    width: 750px;
    height: 40px;
    max-width: 750px;
}

/* Mobile Layout */
@media (max-width: 768px) {
    .payment-section103 img {
        width: 355px;
        height: 20px;
        max-width: 80%;
    }
}

/* قسم الحقوق */
.footer190 {
    text-align: center;
    font-size: 12px;
    color: #333;
    margin-top: 20px;
    padding: 10px;
    background-color: #f9f9f9;
}

.footer190 a {
    color: #825C8D;
    text-decoration: none;
    font-weight: bold;
}

.footer190 a:hover {
    text-decoration: underline;
}

.footer190 p {
    margin: 5px 0;
}

.attachment-thumbnail .size-thumbnail .searchform  .wd-cat-style-bordered .woodmart-ajax-search .search-info-text .wd-toolbar-home .wd-toolbar-item .wd-tools-element .wd-toolbar-link .wd-tools-element .wd-toolbar-item {
    display: none !important;
}