/* =========================
   🎯 الأيقونات (الحساب + السلة)
   ========================= */
.header-icon-button i,
.s-cart-summary-icon,
.s-cart-summary-wrapper i {
  color: #111 !important;   /* أسود */
  fill: #111 !important;
}

/* عداد السلة */
.s-cart-summary-count {
  background: #C9A56A !important;  /* ذهبي */
  color: #fff !important;
  font-weight: bold;
  border-radius: 50%;
  font-size: 12px;
  padding: 2px 6px;
  position: absolute !important;
  top: -8px;
  right: -10px;
  min-width: 18px;
  text-align: center;
  line-height: 1.2;
}

/* =========================
   🔍 مربع البحث
   ========================= */
.search-bar {
  flex: 1;
  max-width: 450px;
  margin: 0 20px;
}

.search-bar .s-search-input {
  border: 1.5px solid #C9A56A !important; /* إطار ذهبي */
  border-radius: 8px !important;
  padding: 10px 40px 10px 14px !important; /* مساحة يمين للعدسة */
  font-size: 15px !important;
  color: #555 !important; /* النص رمادي غامق */
}

.search-bar .s-search-input::placeholder {
  color: #888 !important; /* Placeholder أفتح */
  font-size: 14px;
}

/* أيقونة العدسة */
.search-bar .s-search-icon-wrap {
  position: absolute !important;
  right: 12px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  pointer-events: none;
}

.search-bar .s-search-icon svg path {
  fill: #C9A56A !important;  /* ذهبي */
  stroke: #C9A56A !important;
}

/* =========================
   📂 القائمة الرئيسية (Desktop)
   ========================= */
.main-store-menu .main-menu > li > a span {
  font-size: 16px;
  font-weight: 500;
  color: #111;
  transition: color 0.3s ease;
}

.main-store-menu .main-menu > li > a:hover span {
  color: #C9A56A; /* ذهبي عند التمرير */
}

/* القوائم المنسدلة */
.main-store-menu .sub-menu {
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.08);
  border-radius: 6px;
  padding: 10px 0;
}

.main-store-menu .sub-menu a span {
  font-size: 14px;
  color: #333;
  transition: color 0.3s ease;
}

.main-store-menu .sub-menu a:hover span {
  color: #C9A56A; /* ذهبي عند التمرير */
}

/* أيقونة "جميع الفئات" */
#cats-dropdown-trigger {
  font-weight: 600;
  color: #111;
}
#cats-dropdown-trigger:hover {
  color: #C9A56A;
}

/* =========================
   📱 تحسينات للجوال (Mobile)
   ========================= */
@media (max-width: 768px) {
  /* حجم النصوص أصغر */
  .main-store-menu .main-menu > li > a span {
    font-size: 14px;
  }

  /* البحث يغطي العرض */
  .search-bar {
    max-width: 100% !important;
    margin: 10px 0;
  }
}

/* ================================
   📂 القوائم المنسدلة - Desktop
   ================================ */
.main-menu .sub-menu {
  background: #fff; /* خلفية بيضاء */
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 12px 0;
  min-width: 220px; /* عرض مناسب */
}

/* العناصر داخل القائمة */
.main-menu .sub-menu li a {
  display: block;
  padding: 10px 18px;
  color: #333; /* نص غامق */
  font-size: 15px;
  transition: all 0.3s ease;
  border-bottom: 1px solid #f5f5f5; /* خط خفيف بين العناصر */
}

/* إلغاء الخط عن آخر عنصر */
.main-menu .sub-menu li:last-child a {
  border-bottom: none;
}

/* عند المرور */
.main-menu .sub-menu li a:hover {
  background: #fdfaf5;   /* خلفية فاتحة */
  color: #c9a56a;        /* ذهبي */
  padding-right: 25px;   /* حركة خفيفة */
}

/* القائمة الرئيسية نفسها */
.main-store-menu .main-menu > li > a span {
  font-size: 16px;
  font-weight: 500;
  color: #111;
  transition: color 0.3s ease;
}

.main-store-menu .main-menu > li > a:hover span {
  color: #c9a56a; /* ذهبي عند الهوفر */
}

/* ================================
   📱 القوائم المنسدلة - Mobile
   ================================ */
@media (max-width: 768px) {
  .main-menu .sub-menu {
    background: #fafafa;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
  }

  .main-menu .sub-menu li a {
    padding: 14px 18px;
    font-size: 15px;
    border-bottom: 1px solid #eee;
    color: #333;
  }

  .main-menu .sub-menu li a:hover {
    background: #f9f4ef;
    color: #c9a56a;
    padding-right: 22px;
  }
}

/* الهوية العامة */
:root{
  --brand:#111;      /* أسود */
  --accent:#C9A56A;  /* ذهبي */
  --muted:#F7F5F1;   /* خلفية فاتحة للأقسام */
  --radius:14px;
}

@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;600;700&display=swap');
body{ font-family:'Tajawal',system-ui,Arial; color:#1c1c1c; }

/* عناوين أقسام الصفحة الرئيسية */
.home h2, .section-title, [class*="section"] h2{
  font-weight:700; font-size:1.4rem; margin:10px 0 16px;
}
.home h2::after, .section-title::after{
  content:""; display:block; width:64px; height:3px;
  background:var(--accent); border-radius:999px; margin-top:8px;
}

/* 1) البانر/السلايدر العلوي */
.home .hero, .home [class*="banner"], .home [class*="slider"]{
  border-radius:var(--radius); overflow:hidden; background:#fff;
  box-shadow:0 10px 24px rgba(0,0,0,.06);
}
.home [class*="banner"] .btn, .home [class*="slider"] .btn{
  background:var(--brand)!important; color:#fff!important; border-radius:12px;
  padding:10px 18px; font-weight:700; transition:.25s ease;
}
.home [class*="banner"] .btn:hover{ background:var(--accent)!important; color:#111!important; }

/* 2) كروت التصنيفات (شبكة 4) */
.home [class*="categories"], .home [class*="grid-cats"], .home [class*="collection-categories"]{
  margin-top:18px;
}
.home [class*="categories"] img{
  border-radius:var(--radius);
  box-shadow:0 6px 18px rgba(0,0,0,.07);
}
.home [class*="categories"] a span, .home [class*="categories"] h3{
  display:block; text-align:center; margin-top:10px; font-weight:600;
}

/* 3) شبكة المنتجات (الأكثر مبيعاً / وصل حديثاً) */
.home [class*="products"], .products-grid, .home [class*="collection"]{
  gap:18px;
}
.home [class*="product-card"], .home .product, .home .product-item{
  background:#fff; border-radius:var(--radius);
  box-shadow:0 8px 24px rgba(0,0,0,.06); overflow:hidden;
}
.home .product img{ width:100%; display:block; }
.home .product .title, .home .product-title{ font-weight:700; }
.home .price, .home [class*="price"]{ color:var(--accent)!important; font-weight:800; }
.home .add-to-cart, .home .product button, .home .product .btn{
  background:var(--brand)!important; color:#fff!important; border-radius:12px; padding:10px 14px; font-weight:700;
}
.home .add-to-cart:hover, .home .product .btn:hover{ background:var(--accent)!important; color:#111!important; }

/* 4) بانر العرض الخاص الوسط */
.home .promo-strip, .home [class*="promo"], .home [class*="offer-banner"]{
  background:var(--muted); border-radius:var(--radius); padding:22px; margin:12px 0 20px;
  display:flex; align-items:center; justify-content:space-between; gap:16px;
}
.home .promo-strip .btn{ background:var(--brand)!important; color:#fff!important; }
.home .promo-strip .btn:hover{ background:var(--accent)!important; color:#111!important; }

/* 5) الاشتراك البريدي */
.home [class*="newsletter"], .home [class*="subscribe"]{
  background:#fff; border-radius:var(--radius);
  box-shadow:0 8px 24px rgba(0,0,0,.06); padding:18px;
}
.home [class*="newsletter"] input[type="email"]{
  border:1.5px solid var(--accent); border-radius:10px; padding:10px 12px; width:100%;
}
.home [class*="newsletter"] button{
  background:var(--brand)!important; color:#fff!important; border-radius:10px; padding:10px 16px; font-weight:700;
}
.home [class*="newsletter"] button:hover{ background:var(--accent)!important; color:#111!important; }

/* فواصل لطيفة بين الأقسام */
.home section{ margin-bottom:26px; }

/* تحسين موبايل */
@media (max-width: 768px){
  .home [class*="banner"] .btn{ padding:10px 14px; }
  .home [class*="categories"] a span{ font-size:14px; }
  .home .product .title{ font-size:14px; }
  .home .promo-strip{ flex-direction:column; align-items:stretch; text-align:center; }
}

<a href="https://kara-store.com/%D8%B4%D9%86%D8%B7/c1958747705" class="main-banner" aria-label="تسوق الشنط">
  <img src="https://cdn.salla.sa/form-builder/4EqTI2Q4ClLSFT9E4t7ckF4wPS9aU5VfTHgIxyCk.png" alt="تسوق الشنط">
</a>

.main-banner {
  display: block;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  border-radius: 12px; /* زوايا ناعمة */
  margin-bottom: 20px;
}

.main-banner img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease, filter 0.3s ease;
}

.main-banner:hover img {
  transform: scale(1.05); /* تكبير خفيف */
  filter: brightness(0.9); /* تعتيم خفيف */
}

/* ستايل البانر العلوي */
.banner--fixed {
    border-radius: 10px;           /* زوايا ناعمة */
    overflow: hidden;             /* عشان ما يطلع شيء خارج الإطار */
    margin-bottom: 15px;          /* تقليل المسافة تحت البانر */
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* تأثير عند المرور على الكمبيوتر */
.banner--fixed:hover {
    transform: scale(1.02);       /* تكبير بسيط */
    box-shadow: 0 4px 15px rgba(0,0,0,0.1); /* ظل ناعم */
}

/* الصورة داخل البانر */
.banner--fixed img {
    width: 100%;
    height: auto;
    display: block;
}

/* الكروت الرئيسية للأقسام */
.info-block {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 15px;
}

/* تأثير hover */
.info-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* محتوى الكرت */
.info-block__content-inner h2 {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.info-block__content-inner p {
    font-size: 0.95rem;
    line-height: 1.6;
}

/* زر "اكتشف المزيد" */
.s-block__display-all .display-all-url {
    border: 2px solid #fff;
    padding: 8px 15px;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.s-block__display-all .display-all-url:hover {
    background: #fff;
    color: #859985 !important;
}

/* 🎨 تحسين النصوص داخل البلوكات */
.info-block__content-inner {
    padding: 20px; /* مساحة داخلية أكبر */
    line-height: 1.8; /* زيادة التباعد بين الأسطر */
}

/* ✨ تنسيق العناوين */
.info-block__content-inner h2 {
    font-size: 22px; 
    font-weight: bold;
    margin-bottom: 10px;
}

/* 📌 توحيد الصور داخل الأقسام */
.info-block__bg {
    border-radius: 12px;  /* زوايا ناعمة */
    overflow: hidden;
}

/* 🌟 تحسين زر "اكتشف المزيد" */
.s-block__display-all .display-all-url {
    background-color: #ffffff;   /* خلفية بيضاء */
    color: #859985 !important;   /* لون النص أخضر من الهوية */
    border: 2px solid #ffffff;
    padding: 8px 16px;
    border-radius: 25px;         /* شكل دائري أنيق */
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.s-block__display-all .display-all-url:hover {
    background-color: #859985;   /* عند المرور: خلفية خضراء */
    color: #ffffff !important;   /* نص أبيض */
    border-color: #859985;
}

/* 📱 تحسين عرض القسم في الجوال */
@media (max-width: 768px) {
    .info-block {
        position: relative !important;
        margin-bottom: 20px !important;
        border-radius: 12px !important;
        overflow: hidden !important;
    }

    .info-block__bg {
        width: 100% !important;
        height: 250px !important;
        background-size: cover !important;
        background-position: center !important;
        display: block !important;
    }

    /* طبقة شفافه فوق الصورة */
    .info-block::after {
        content: "" !important;
        position: absolute !important;
        inset: 0 !important;
        background: rgba(0, 0, 0, 0.4) !important; /* ظل شفاف */
    }

    .info-block__content {
        position: absolute !important;
        bottom: 15px !important;
        right: 15px !important;
        left: 15px !important;
        z-index: 2 !important;
        color: #fff !important;
        text-align: center !important;
    }

    .info-block__content-inner h2 {
        font-size: 18px !important;
        margin-bottom: 6px !important;
        color: #fff !important;
    }

    .info-block__content-inner p {
        font-size: 14px !important;
        margin-bottom: 12px !important;
        line-height: 1.5 !important;
        color: #eee !important;
    }

    .s-block__display-all .display-all-url {
        display: inline-block !important;
        padding: 8px 18px !important;
        font-size: 13px !important;
        border-radius: 30px !important;
        border: 1px solid #fff !important;
        color: #fff !important;
        background: rgba(0, 0, 0, 0.3) !important;
    }
}

/* 🔹 الكارد (منتجات مختارة وأحدث المنتجات) */
.s-product-card-image {
  width: 100%;
  aspect-ratio: 1 / 1;  /* مربع */
  overflow: hidden;
  border-radius: 10px;
}

/* 🔹 الصور داخل الكارد */
.s-product-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* يخلي الصورة تغطي كامل المربع */
  object-position: center; /* يوسّط الصورة */
  display: block;
}


/* قسم النصوص */
.s-product-card-content {
  flex: 1;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* العنوان */
.s-product-card-content-title a {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  text-align: center;
  display: block;
  margin: 4px 0;
}

/* توسيط السعر في الكرت */
.s-product-card-price {
  text-align: center !important;
  display: block;
  width: 100%;
  font-weight: bold;
  margin: 10px 0;
}
/* توسيط السعرين مع بعض */
.s-product-card-content-sub {
  text-align: center !important;
}


/* السعر المخفض */
.s-product-card-price.sale {
  color: #e63946;           /* أحمر */
}

/* السعر الأصلي (قبل الخصم) */
.s-product-card-price.old {
  text-decoration: line-through;
  color: #888;              /* رمادي */
  font-size: 0.9rem;
  margin-left: 6px;
}

/* 🔹 أزرار الإضافة والمفضلة */
.s-product-card-content-footer {
  display: flex;
  justify-content: center;  /* نخلي الأزرار بالنص */
  gap: 12px;                /* مسافة بين زر القلب + السلة */
  margin-top: 10px;
}

.s-product-card-content-footer .s-button-element {
  border-radius: 50%;       /* أزرار دائرية */
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}

/* زر الإضافة للسلة */
.s-product-card-content-footer .s-button-primary {
  background-color: #001f3f; /* أزرق غامق */
  color: #fff;
  border: none;
}

/* زر المفضلة */
.s-product-card-content-footer .s-button-light-outline {
  border: 2px solid #ddd;
  color: #444;
}

/* ====== الفوتر ====== */
.store-footer__inner {
  background-color: #f8f9fa; /* خلفية فاتحة أنيقة */
  padding: 40px 20px;
  font-family: 'Tajawal', sans-serif;
  color: #333;
}

/* توزيع الأعمدة */
.footer-items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: right;
  gap: 40px;
}

/* اللوجو والنص */
.footer-item.main-footer-widgets {
  flex: 1 1 250px;
}

.footer-item.main-footer-widgets img {
  max-height: 80px;
  margin-bottom: 15px;
}

.footer-item.main-footer-widgets p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}

/* العناوين */
.footer-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #111;
  position: relative;
}

.footer-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #000;
  margin-top: 5px;
}

/* الروابط */
.s-menu-footer-item {
  display: block;
  color: #444;
  font-size: 14px;
  margin-bottom: 8px;
  transition: color 0.3s;
}

.s-menu-footer-item:hover {
  color: #000;
  font-weight: 500;
}

/* تواصل معنا */
.s-contacts-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  color: #444;
  transition: color 0.3s;
}

.s-contacts-item:hover {
  color: #000;
}

.s-contacts-icon {
  margin-left: 8px;
  display: flex;
  align-items: center;
}

/* أيقونات السوشيال */
.s-social-list {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.s-social-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ddd;
  color: #333;
  transition: all 0.3s ease;
}

.s-social-link a:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

/* أسفل الفوتر */
.store-footer__inner .footer-bottom {
  text-align: center;
  font-size: 13px;
  margin-top: 30px;
  color: #666;
}

/* للموبايل */
@media (max-width: 768px) {
  .footer-items-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
  .s-social-list {
    justify-content: center;
  }
}

/* 🔹 أيقونة الحذف */
.cart-item .btn--delete button {
    background: #f44336 !important;
    color: #fff !important;
    border-radius: 50% !important;
    width: 35px !important;
    height: 35px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/* 🔹 النصوص داخل السلة */
#cart-summary__items .cart-item h1 a {
    font-size: 15px !important;
    font-weight: bold !important;
    color: #222 !important;
}

#cart-summary__items .item-price {
    font-size: 14px !important;
    color: #444 !important;
    font-weight: 600 !important;
}

#cart-summary__items .item-total {
    font-size: 14px !important;
    font-weight: bold !important;
    color: #111 !important;
}

/* 🔹 إجمالي السلة */
.cart-subtotal strong.total-value {
    font-size: 22px !important;
    font-weight: bold !important;
    color: #0d1b3e !important; /* نفس لون الأزرار */
}

/* 🔹 زر الذهاب لعربة التسوق */
.cart-submit-btn .s-button-element {
    font-size: 17px !important;
    font-weight: bold !important;
    padding: 14px !important;
    border-radius: 10px !important;
    background: #0d1b3e !important;
}

/* 🔹 تصميم كرت لكل منتج */
#cart-summary__items .cart-item {
    border: 1px solid #eee !important;
    border-radius: 12px !important;
    padding: 15px !important;
    margin-bottom: 15px !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08) !important;
    transition: transform 0.2s ease-in-out !important;
}

/* 🔹 تأثير عند المرور */
#cart-summary__items .cart-item:hover {
    transform: scale(1.02) !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.12) !important;
}

/* صندوق كل منتج */
.cart-item {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* صورة المنتج */
.cart-item img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  border-radius: 8px;
}

/* عنوان المنتج */
.cart-item h1 a {
  font-size: 15px;
  font-weight: 600;
  color: #222;
}

/* السعر */
.cart-item .item-price,
.cart-item .item-total {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

/* الكمية */
.s-quantity-input-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  border-radius: 30px;
  padding: 4px 8px;
}

.s-quantity-input-button {
  border: none;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
}

/* أيقونة الحذف */
.btn--delete {
  background: #ff4d4f !important;
  border-radius: 50% !important;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ملخص الطلب */
.side-panel__bottom,
.cart-summary-box {
  background: #fafafa;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* زر اتمام الطلب */
.cart-submit-btn button {
  background: #0a1a3f !important; /* لون الكحلي */
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  padding: 14px;
}

/* 📌 شكل عام للكارد */
.cart-summary-wrapper, 
.section--payment {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  padding: 20px;
  margin-bottom: 20px;
}

/* 📌 العناوين */
.title--step h3,
.cart-summary h4 {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

/* 📌 الأزرار */
.btn {
  border-radius: 8px;
  font-weight: 600;
}

.btn--primary {
  background: #0a1230; /* الأزرق الداكن المستخدم */
  color: #fff;
  border: none;
}

.btn--primary:hover {
  background: #0d1540;
}

/* زر الكوبون */
.btn--coupon {
  color: #c00; /* أحمر للتنبيه */
  font-size: 14px;
}

/* 📌 حقول الإدخال */
.form-control {
  border: 1px solid #ddd;
  border-radius: 6px;
  height: 45px;
  font-size: 14px;
}

.form-control:focus {
  border-color: #0a1230;
  box-shadow: 0 0 3px rgba(10,18,48,0.3);
}

/* 📌 ملخص الطلب */
.cart-summary--total .currency b {
  font-size: 18px;
  color: #0a1230;
}

/* 📌 تحسين عرض الموبايل */
@media (max-width: 768px) {
  .cart-summary-wrapper, 
  .section--payment {
    padding: 15px;
  }
  
  .form-control {
    font-size: 13px;
  }

  .btn--primary {
    font-size: 14px;
    padding: 12px;
  }

  .cart-summary h4 {
    font-size: 14px;
  }
}

/* للديسكتوب */
@media (min-width: 992px) {
  .checkout-container, 
  .cart-summary-wrapper, 
  .section--payment {
    max-width: 900px; /* العرض في الديسكتوب */
    margin: auto; /* توسيط المحتوى */
  }
}

/* للموبايل */
@media (max-width: 991px) {
  .checkout-container, 
  .cart-summary-wrapper, 
  .section--payment {
    max-width: 100%; /* ياخذ عرض الشاشة بالكامل */
    padding: 0 10px; /* مسافة بسيطة من الجوانب */
  }
}

/* ضبط عرض الكونتينر الرئيسي */
#payment_step, 
.sections-wrapper, 
.section--payment {
    max-width: 900px; /* تحكم بالعرض العام */
    margin: 0 auto;   /* توسيط المحتوى */
}

/* تحسين المسافات داخل الفورم */
form.form--payment {
    padding: 15px;
}

/* محاذاة قسم الدفع وتوسيعه */
#payment_step {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

/* مدخلات الدفع */
#payment_step .form-control {
    max-width: 300px;
    width: 100%;
    text-align: center;
}

/* زر تأكيد الدفع */
#submit_form_btn {
    display: block;
    margin: 20px auto 0;
    text-align: center;
    width: 80%;
    max-width: 350px;
}