/* * ============================================= * أكواد CSS النظيفة والمحسّنة - متجر عزّان * ============================================= * تم تنظيف الأكواد وحذف التكرار والأسطر الفارغة * الشكل والوظائف تبقى كما هي 100% * ============================================= */ .parallax-content.grid{display:flex !important;justify-content:center !important;align-items:flex-start !important;gap:0 !important}.parallax-content.grid > div{width:100% !important;max-width:550px !important;margin-left:auto !important;margin-right:auto !important}.product-card{box-shadow:none !important;border:none !important;border-radius:15px !important}.product-card .product-images{border-radius:15px 15px 0 0 !important}.product-card .add-to-cart-warpper{display:block !important;width:100% !important;margin-top:15px !important}.product-card .add-to-cart-warpper add-to-cart{display:block !important;width:100% !important}.product-card .add-to-cart-warpper add-to-cart aui-button{width:100% !important;height:auto !important;padding:12px 20px !important;font-size:16px !important;font-weight:bold !important;text-align:center !important;color:var(--color-white, #fff) !important;background-color:var(--color-primary, #000) !important;border-radius:var(--border-radius-lg, 8px) !important;display:flex !important;justify-content:center !important;align-items:center !important}.div-product-sku,
.product-sku{display:none !important}.wisheslist-btn,
aui-wishlist-button{display:none !important}aui-social-share,
.share-container,
.mt-4.flex.flex-col.overflow-hidden.justify-start.gap-3{display:none !important}.header-icon.wishlistIcon,
button.wishlistIcon{display:none !important}#header-search-icon,
.header-icon.searchIcon,
.header-search-icon{display:none !important}.gallery-thumbs .swiper-slide{border:1px solid #d0d0d0 !important;border-radius:8px !important}.gallery-thumbs .swiper-slide-thumb-active{border:2px solid #000 !important}















/* Azzan FAQ */
.az-faq-wrap{max-width:820px;margin:24px auto;direction:rtl}
.az-faq-title{font-size:22px;font-weight:800;margin:0 0 14px}
.az-faq{border:2px solid #111;border-radius:18px;overflow:hidden;background:#fff}
.az-faq-item{border-top:1px solid rgba(0,0,0,.12)}
.az-faq-item:first-child{border-top:0}
.az-faq-q{
  width:100%;
  background:transparent;
  border:0;
  padding:16px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:16px;
  font-weight:800;
  cursor:pointer;
}
.az-faq-ico{
  width:28px;height:28px;
  border:2px solid #111;border-radius:10px;
  display:inline-flex;align-items:center;justify-content:center;
  font-weight:900;line-height:1;
}
.az-faq-a{
  padding:0 18px 16px;
  color:#222;
  font-size:14.5px;
  line-height:1.8;
  display:none;
}
.az-faq-item.is-open .az-faq-a{display:block}
.az-faq-item.is-open .az-faq-ico{background:#111;color:#fff}















.az-overlay {
    display: none; 
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.85); z-index: 999999;
    align-items: center; justify-content: center; direction: rtl; font-family: sans-serif;
}
.az-modal {
    background: #fff; width: 90%; max-width: 380px; border-radius: 20px;
    position: relative; overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}
.az-close {
    position: absolute; top: 12px; left: 12px; background: rgba(0,0,0,0.4);
    color: #fff; border: none; width: 28px; height: 28px; border-radius: 50%;
    cursor: pointer; font-size: 18px; z-index: 10; display: flex; align-items: center; justify-content: center;
}
.az-image-wrap { width: 100%; height: 320px; background: #f0f0f0; overflow: hidden; }
.az-image-wrap img { 
    width: 100%; height: 100%; 
    object-fit: cover;
    object-position: center; 
}
.az-content { padding: 25px 20px; text-align: center; }
.az-content h2 { font-size: 24px; font-weight: 900; margin: 0 0 5px; color: #000; }
.az-content p { font-size: 16px; color: #444; margin-bottom: 20px; }
.az-btn {
    display: block; background: #000; color: #fff !important; padding: 15px;
    text-decoration: none !important; border-radius: 10px; font-weight: 700;
    transition: 0.3s; margin-bottom: 15px;
}
.az-note { font-size: 10px; color: #888; display: block; line-height: 1.4; }














/* ===== عزان - دليل المقاسات الذكي ===== */
.azs-size-guide-wrap {
    margin: 16px 0; width: 100%;
}

/* الزر الرئيسي - تصميم محسّن */
.azs-btn {
    display: flex; align-items: center; justify-content: center; gap: 10px;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: #fff; border: none;
    padding: 15px 24px; border-radius: 14px; font-size: 15px;
    font-weight: 700; cursor: pointer; font-family: inherit;
    width: 100%; direction: rtl;
    box-shadow: 0 4px 15px rgba(0,0,0,0.18);
    transition: all 0.25s ease;
    letter-spacing: 0.3px;
    position: relative; overflow: hidden;
}
.azs-btn::before {
    content: '';
    position: absolute; top: 0; left: -100%;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.08), transparent);
    transition: left 0.5s ease;
}
.azs-btn:hover::before { left: 100%; }
.azs-btn:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(0,0,0,0.25); }
.azs-btn:active { transform: translateY(0); }
.azs-btn-icon {
    width: 22px; height: 22px; flex-shrink: 0;
    background: rgba(255,255,255,0.12);
    border-radius: 6px; display: flex; align-items: center; justify-content: center;
}
.azs-btn-icon svg { width: 14px; height: 14px; }
.azs-btn-text { display: flex; flex-direction: column; align-items: flex-start; }
.azs-btn-main { font-size: 14px; font-weight: 800; }
.azs-btn-hint { font-size: 11px; opacity: 0.65; font-weight: 400; margin-top: 1px; }

/* الأوفرلاي والمودال */
.azs-overlay {
    display: none; position: fixed; top: 0; left: 0;
    width: 100%; height: 100%; background: rgba(0,0,0,0.7);
    z-index: 999999; align-items: flex-end; justify-content: center;
    direction: rtl; font-family: inherit;
    backdrop-filter: blur(4px);
}
.azs-modal {
    background: #fff; width: 100%; max-width: 480px;
    border-radius: 24px 24px 0 0; padding: 28px 22px 36px;
    position: relative; box-shadow: 0 -10px 40px rgba(0,0,0,0.2);
    max-height: 92vh; overflow-y: auto;
    animation: azs-slide-up 0.3s ease;
}
@keyframes azs-slide-up {
    from { transform: translateY(100%); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}
.azs-handle {
    width: 40px; height: 4px; background: #e0e0e0;
    border-radius: 2px; margin: 0 auto 20px;
}
.azs-close {
    position: absolute; top: 18px; left: 18px;
    background: #f5f5f5; border: none; width: 32px; height: 32px;
    border-radius: 50%; cursor: pointer; font-size: 18px;
    display: flex; align-items: center; justify-content: center;
    color: #666; transition: 0.2s;
}
.azs-close:hover { background: #eee; color: #000; }
.azs-title { font-size: 20px; font-weight: 900; margin: 0 0 4px; text-align: center; }
.azs-sub { font-size: 13px; color: #999; text-align: center; margin-bottom: 24px; }
.azs-label { font-size: 13px; font-weight: 700; margin-bottom: 8px; display: block; color: #333; }
.azs-input {
    width: 100%; padding: 13px 16px; border: 1.5px solid #e8e8e8;
    border-radius: 12px; font-size: 18px; margin-bottom: 18px;
    box-sizing: border-box; text-align: center; direction: ltr;
    font-family: inherit; background: #fafafa; transition: 0.2s;
    -webkit-appearance: none;
}
.azs-input:focus { outline: none; border-color: #000; background: #fff; }
.azs-body-label { font-size: 13px; font-weight: 700; margin-bottom: 10px; display: block; color: #333; }
.azs-body-options { display: flex; gap: 8px; margin-bottom: 22px; }
.azs-body-opt {
    flex: 1; padding: 11px 4px; border: 1.5px solid #e8e8e8;
    border-radius: 12px; background: #fafafa; cursor: pointer;
    font-size: 12px; font-weight: 600; text-align: center;
    font-family: inherit; transition: all 0.2s; color: #555;
    line-height: 1.4;
}
.azs-body-opt:hover { border-color: #bbb; }
.azs-body-opt.active { border-color: #000; background: #000; color: #fff; }
.azs-calc-btn {
    width: 100%; padding: 15px; background: #000; color: #fff;
    border: none; border-radius: 14px; font-size: 16px; font-weight: 800;
    cursor: pointer; font-family: inherit; transition: 0.2s;
    letter-spacing: 0.3px;
}
.azs-calc-btn:hover { background: #1a1a1a; }
.azs-calc-btn:active { transform: scale(0.99); }
.azs-result {
    display: none; margin-top: 20px; background: #f8f8f8;
    border-radius: 16px; padding: 22px; text-align: center;
    border: 1px solid #eee;
}
.azs-result-label { font-size: 12px; color: #999; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 1px; }
.azs-result-size {
    font-size: 42px; font-weight: 900; letter-spacing: 4px;
    margin-bottom: 12px; color: #000;
}
.azs-result-chips { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-bottom: 10px; }
.azs-chip {
    background: #000; color: #fff; padding: 5px 14px;
    border-radius: 20px; font-size: 12px; font-weight: 600;
}
.azs-result-note { font-size: 11px; color: #aaa; margin-top: 10px; line-height: 1.6; }
.azs-error {
    color: #c00; font-size: 13px; text-align: center;
    margin-top: 10px; display: none; padding: 10px;
    background: #fff5f5; border-radius: 8px;
}
.azs-result-bmi {
    font-size: 11px; color: #999; margin-top: 6px;
}
.azs-result-bmi {
    font-size: 11px; color: #999; margin-top: 6px;
}
.azs-result-lennote {
    font-size: 12px; color: #c07000; margin-top: 8px;
    background: #fff8ee; padding: 8px 12px; border-radius: 8px;
    display: none;
}
.azs-result-bmi {
    font-size: 11px; color: #999; margin-top: 6px;
}
.azs-result-lennote {
    font-size: 12px; color: #c07000; margin-top: 8px;
    background: #fff8ee; padding: 8px 12px; border-radius: 8px;
    display: none;
}
.azs-coming-soon-box {
    background: #f0f7ff; border-radius: 10px;
    padding: 12px 14px; margin-top: 10px; text-align: right;
}
.azs-coming-text {
    font-size: 12px; color: #0066cc; margin: 0 0 4px; line-height: 1.6;
}
.azs-alt-size {
    font-size: 16px; font-weight: 800; color: #000;
}















/* Azzan Luxury WhatsApp Button */
.az-whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #000; /* لون أسود فاخر */
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.3);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.az-whatsapp-float:hover {
    transform: scale(1.1);
    background-color: #222;
}

.az-whatsapp-icon {
    width: 32px;
    height: 32px;
    fill: white;
}

/* إخفاء الزر في الشاشات الصغيرة جداً إذا كان يغطي نص مهم (اختياري) */
@media screen and (max-width: 767px) {
    .az-whatsapp-float {
        bottom: 20px;
        right: 20px;
        width: 55px;
        height: 55px;
    }
}















/* استيراد خط ميرزا */
@import url('https://fonts.googleapis.com/css2?family=Mirza:wght@400;700&display=swap');

.azzan-comparison-wrapper {
  direction: rtl;
  font-family: 'Mirza', serif;
  max-width: 100%;
  margin: 15px 0;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  background: #fff;
}

.azzan-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.azzan-table th, .azzan-table td {
  padding: 8px 4px;
  text-align: center;
  border-bottom: 1px solid #f5f5f5;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.2;
}

.azzan-table th:first-child, .azzan-table td:first-child {
  text-align: right;
  width: 38%;
  font-weight: 700;
  color: #1a1a1a;
  background-color: #f9f9f9;
  padding-right: 12px;
}

.azzan-column-highlight {
  background-color: #1a1a1a !important;
  color: #ffffff !important;
  width: 31%;
  font-weight: 700;
}

.azzan-table td.azzan-column-highlight {
  border-bottom: 1px solid #333;
}

.azzan-table td:last-child {
  width: 31%;
  color: #777;
  font-size: 16px;
}

.icon-svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.price-note {
  font-size: 12px;
  display: block;
  margin-top: 2px;
  color: #bbb;
}

.azzan-table small {
  display: block;
  font-size: 11px;
  color: #999;
  margin-top: 2px;
  line-height: 1.1;
}

@media (max-width: 480px) {
  .azzan-table th, .azzan-table td { padding: 6px 3px; font-size: 16px; }
  .azzan-table th:first-child, .azzan-table td:first-child { padding-right: 8px; }
}