/*
 Theme Name:   Divi Child
 Theme URI:    https://yourwebsite.com
 Description:  Divi Child Theme
 Author:       Mostafa Abdelazeem
 Author URI:   https://yourwebsite.com
 Template:     Divi
 Version:      1.0.0
*/

/* Start Custom CSS */
/* ===== Stores Section صفحة جميع المتاجر===== */
/* ===== Stores Section ===== */

.stores-section-wrapper {
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
    direction: rtl;
    font-family: 'Cairo', sans-serif;
}

.stores-section-wrapper * {
    box-sizing: border-box;
}

/* Header */
.stores-section-header {
    text-align: right;
    margin-bottom: 25px;
}

.stores-total-count {
    font-size: 14px;
    color: #555;
    font-weight: 600;
}

/* Grid Layout */
.stores-grid {
    display: grid;
    gap: 22px;
}

/* Card */
.store-card {
    background: #fff;
    border-radius: 18px;
    padding: 28px 18px 22px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    position: relative;
    transition: all 0.25s cubic-bezier(.4,0,.2,1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.store-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}

/* Discount Badge */
.store-discount-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: #e74c3c;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 50px;
    direction: ltr;
}

/* Logo */
.store-logo-wrapper {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 18px auto;
    background: #f7f7f7;
    border-radius: 14px;
    overflow: hidden;
}

.store-logo-img {
    max-width: 90px;
    max-height: 90px;
    object-fit: contain;
}

.store-logo-placeholder {
    width: 100%;
    height: 100%;
    background: #27ae60;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
}

/* Store Info */
.store-name {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin: 10px 0 6px;
}

.store-coupon-count {
    font-size: 13px;
    color: #27ae60;
    font-weight: 600;
    margin: 0 0 18px;
}

/* CTA Button */
.store-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #27ae60;
    color: #fff !important;
    text-decoration: none !important;
    padding: 12px 0;
    width: 100%;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    transition: background 0.2s ease;
    margin-top: auto;
}

.store-cta-btn:hover {
    background: #219a52;
}

/* Responsive */
@media (max-width: 768px) {
    .stores-grid {
        gap: 16px;
    }
}

@media (max-width: 480px) {
    .stores-grid {
    }
}
/* ===== Stores Section صفحة جميع المتاجر===== */
/* ===== start Stores page details ===== */
.couponji-store-card {
    background: #f3f4f6;
    padding: 35px;
    border-radius: 22px;
}

.store-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    direction: rtl;
}

/* الجزء الأوسط */
.store-content {
    display: flex;
    align-items: center;
    gap: 30px;
}

.store-info h2 {
    font-size: 30px;
    margin-bottom: 10px;
}

.store-meta {
    display: flex;
    gap: 15px;
    align-items: center;
}

/* اللوجو */
.store-logo img {
    width: 90px;
    height: 90px;
    border-radius: 18px;
    object-fit: cover;
    background: #fff;
    padding: 10px;
}

/* البادج الأحمر */
.discount-badge {
    background: #ef4444;
    color: #fff;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 14px;
}

/* عدد الكوبونات */
.coupon-count {
    color: #16a34a;
    font-weight: 600;
}

/* الأزرار */
.store-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.shop-btn {
    background: #fbbf24;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    color: #000;
    transition: 0.3s;
}

.shop-btn:hover {
    transform: translateY(-3px);
}

.visit-link {
    color: #555;
    text-decoration: none;
}

/* ===== end Stores page details ===== */



/* End Custom CSS */
