/* فرض الخط والالوان لمتجر Miss.Lily */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap');

* { 
    font-family: 'Cairo', sans-serif !important; 
}

/* الهيدر والقائمة العلوية (مظهر سرداب) */
header, .main-header, .header-wrapper {
    background-color: #ffffff !important;
    border-bottom: 1px solid #fff1f1 !important;
    box-shadow: 0 2px 15px rgba(0,0,0,0.02) !important;
}

.logo img, .header-wrapper .logo img {
    max-width: 140px !important;
    margin: 0 auto !important;
    display: block !important;
}

/* شريط الاعلانات العلوي */
.top-header, .announcement-bar, [data-v-00e960da] .top-header {
    background-color: #fff1f1 !important;
    color: #a67c7c !important;
    text-align: center !important;
    font-size: 14px !important;
}

/* تنسيق بطاقات المنتجات */
.product-item, .product-card, .s-product-card {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    transition: 0.4s !important;
}

.product-item img, .product-card img, .s-product-card img {
    border-radius: 15px !important;
    transition: transform 0.5s ease !important;
}

.product-item:hover img, .product-card:hover img {
    transform: scale(1.03) !important;
}

/* عناوين الاقسام */
.section-title, .main-title, .section-header h2 {
    text-align: center !important;
    color: #4a4a4a !important;
    font-weight: 700 !important;
    margin-bottom: 30px !important;
}

/* تنسيق الاسعار */
.product-price, .s-product-card-price {
    color: #a67c7c !important;
    font-weight: 700 !important;
}

/* الازرار باللون الوردي الخاص بك */
.btn, .btn-primary, .s-button-primary, .add-to-cart-btn {
    background-color: #dcb0b0 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 10px 25px !important;
    font-weight: bold !important;
}

.btn:hover, .btn-primary:hover {
    background-color: #c99696 !important;
}

/* الفوتر */
footer, .main-footer {
    background-color: #fff1f1 !important;
    border-top: 1px solid #eee;
}