/* === الأساسيات العامة === */
body {
    background-color: #f7f8fa; /* خلفية فاتحة ونظيفة */
    font-family: 'Cairo', 'Titillium Web', sans-serif; /* خط عربي احترافي وواضح */
    color: #2b2f33; /* لون نص داكن واضح */
    font-size: 16.5px;
}

/* شريط علوي للغة */
.top-bar {
    background-color: #131921;
    color: white;
    font-size: 14px;
    padding: 5px 15px;
}

/* شريط التنقل الرئيسي */
.amazon-nav {
    background-color: #232f3e;
    padding: 10px 15px;
}
.amazon-nav .navbar-brand {
    font-weight: bold;
    color: white;
}
.amazon-nav .nav-link,
.amazon-nav .dropdown-toggle {
    color: white !important;
    font-size: 15px;
}
.amazon-nav .dropdown-menu {
    border-radius: 0;
    font-size: 15px;
}
.search-bar {
    max-width: 600px;
    flex-grow: 1;
}
.search-bar input,
.search-bar button {
    border-radius: 0;
}
.dropdown-menu a {
    color: black;
}
.dropdown-menu a:hover {
    background-color: #f0f0f0;
}
.navbar-icons .nav-link {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* الفوتر */
footer {
    background-color: #232f3e;
    color: white;
}

/* أيقونات */
.fa {
    font-size: 16px;
}

/* === المنتجات والحملات === */
/* عدّاد احترافي */
.countdown-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg,#ff4d4f,#ff6f61);
  color: #fff;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: .5px;
  box-shadow: 0 6px 16px rgba(255,77,79,.25);
}
.countdown-badge i {opacity:.95}
.countdown-digits {font-variant-numeric: tabular-nums; font-feature-settings: 'tnum'; font-weight: 800;}
.countdown-badge .hint {opacity:.9; font-weight:600}

/* أسعار */
.price-old {text-decoration: line-through; color:#8f9aa3}
.price-new {color:#0b7; font-weight:800}

/* شارة الحد الأقصى */
.max-per-user {background:#fff3cd; color:#856404; border:1px dashed #ffe58f; border-radius:8px; padding:6px 10px; font-size: .9rem}
/* ===== بطاقات الحملات والمنتجات ===== */
.product-card, .campaign-card {
    background-color: #fff;
    border-radius: 14px;
    overflow: hidden;
    transition: box-shadow 0.25s ease-in-out, transform 0.15s ease-in-out;
    border: 1px solid #eef1f5;
}
.product-card:hover, .campaign-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}
/* صورة المنتج */
.product-image-wrapper {
    background-color: #f7f7f7;
    padding: 8px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-image {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.25s ease-in-out;
}
.product-image-wrapper:hover .product-image {
    transform: scale(1.05);
}
/* تفاصيل المنتج */
.product-details {
    padding: 15px;
}
.product-title {
    font-size: 1rem;
}
/* أزرار */
.btn-warning {
    background-color: #f0c14b;
    border-color: #a88734;
    color: #111;
}
.btn-warning:hover {
    background-color: #ddb347;
    border-color: #9c7e31;
}
/* تنسيق الرقم فوق العربة */
.cart-icon {
    position: relative;
}
/* الرقم في السلة */
.cart-count {
    position: absolute;
    top: -15px;
    right: -19px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 5px 8px;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    min-width: 20px;
    text-align: center;
}
/* صورة المنتج في السلة */
.cart-item-image {
    width: 100% !important;
    height: 100px !important;
    object-fit: contain !important;
    max-width: 150px !important;
}
@media screen and (max-width: 768px) {
  .cart-item-image {
    width: 100% !important;
    height: 150px !important;
    object-fit: contain !important;
    max-width: 150px !important;
  }
}
/* طبقة هوفر شفافة على الصورة */
.product-hover-overlay {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 123, 255, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 2;
}
/* زر العرض السريع */
.view-product-btn {
    border: none;
    background-color: white;
    border-radius: 50%;
    padding: 8px 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    z-index: 3;
}
/* تفعيل الطبقة عند المرور */
.product-image-wrapper:hover .product-hover-overlay {
    opacity: 1;
}
/* نافذة منبثقة */
#productModalBody img {
    max-width: 100%;
    height: 70%;
    border-radius: 8px;
    object-fit: contain;
}
.modal-lg {
  max-width: 70%;
}

/* صور صفحة الحملة (تفاصيل) */
.campaign-hero {
  background:#f7f7f7; border-radius:12px; padding:8px;
}
.campaign-hero img {
  width:100%; height: 320px; object-fit: contain; border-radius:8px;
}
@media (max-width: 992px){
  .campaign-hero img { height: 280px; }
}
@media (max-width: 576px){
  .campaign-hero img { height: 220px; }
}

/* تبويبات التعليقات/التقييمات */
.review-tabs .nav-link { border-radius: 10px 10px 0 0; }
.review-tabs .tab-content { background:#fff; border:1px solid #eef1f5; border-top: none; border-radius: 0 12px 12px 12px; padding: 12px; }

/* وصف المنتج */
.product-description { white-space: pre-line; line-height: 1.8; color:#4a4f55 }


