:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ec3e546 *//* استایل‌های بخش هیرو (سازگار با هدر شناور) */
.hero-section {
    background-color: #fafbfc;
    background-image: radial-gradient(#cbd5e1 1.5px, transparent 1.5px);
    background-size: 30px 30px;
    /* تغییر مهم: پدینگ بالا روی 180 تنظیم شد تا محتوا زیر هدر شناور پنهان نشود */
    padding: 180px 0 80px 0; 
    margin-top: 0;
    position: relative;
    overflow: hidden;
}

.hero-section::before, .hero-section::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
}
.hero-section::before {
    top: -10%; right: -5%;
    width: 400px; height: 400px;
    background: rgba(217, 119, 6, 0.06);
}
.hero-section::after {
    bottom: -10%; left: -5%;
    width: 400px; height: 400px;
    background: rgba(0, 86, 179, 0.05);
}

.hero-container {
    direction: rtl;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 55% 45%;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 1;
}

.hero-content {
    padding-left: 20px;
}

.hero-label {
    color: #d97706;
    border: 1px solid #d97706;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 25px;
}

.hero-title {
    font-size: 2.2rem;
    font-weight: 800;
    background: linear-gradient(135deg, #0056b3, #d97706);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    line-height: 1.5;
}

.hero-description {
    font-size: 1.05rem;
    text-align: justify;
    color: #475569;
    margin-bottom: 35px;
    line-height: 1.8;
}

.hero-buttons {
    display: flex;
    gap: 15px;
}

.hero-btn {
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
}

.hero-btn-primary {
    background: #d97706;
    color: white;
    box-shadow: 0 4px 15px rgba(217, 119, 6, 0.3);
}

.hero-btn-primary:hover {
    background: #b45309;
    transform: translateY(-2px);
}

.hero-btn-secondary {
    background: transparent;
    color: #0056b3;
    border: 2px solid #0056b3;
}

.hero-btn-secondary:hover {
    background: #0056b3;
    color: white;
}

.hero-image-wrapper {
    text-align: left;
}

.hero-image {
    max-width: 95%;
    height: auto;
    border-radius: 40px !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important;
}

/* ریسپانسیو بخش هیرو */
@media (max-width: 992px) {
    .hero-section {
        /* در حالت تبلت و موبایل چون هدر معمولا جمع‌وجورتر است، پدینگ بالا را کمی کمتر کردیم */
        padding: 140px 0 60px 0; 
    }
    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .hero-image-wrapper {
        order: 1; /* در حالت موبایل عکس بالاتر قرار می‌گیرد */
        text-align: center;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .hero-content {
        order: 2; /* نوشته‌ها بعد از عکس قرار می‌گیرند */
        padding-left: 0;
    }
    .hero-image {
        max-width: 100%;
    }
    .hero-description {
        text-align: center;
    }
    .hero-buttons {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .hero-section {
        padding: 120px 0 50px 0; /* تنظیم مجدد فضای بالا برای موبایل‌های کوچک */
    }
    .hero-title {
        white-space: normal;
        font-size: 22px;
    }
    .hero-buttons {
        flex-direction: column;
    }
    .hero-btn {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7078b45 *//* استایل‌های بخش دسته‌بندی محصولات */
.product-categories {
    padding: 100px 0;
    background-color: #ffffff;
    direction: rtl;
}

.product-categories .section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
    padding: 0 20px;
}

.product-categories .section-header .sub-title {
    color: #d97706;
    font-weight: 700;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 10px;
}

.product-categories .section-header h2 {
    font-size: 2rem;
    color: #0f172a;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.product-categories .section-header h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(to right, #0056b3, #d97706);
    border-radius: 2px;
}

.product-categories .section-header p {
    color: #64748b;
    line-height: 1.6;
}

.product-categories .category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.product-categories .category-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 380px;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.product-categories .category-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.product-categories .category-image {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s ease;
}

.product-categories .category-card:hover .category-image {
    transform: scale(1.08);
}

.product-categories .category-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0.4) 50%, transparent 100%);
    z-index: 1;
}

.product-categories .category-info {
    position: absolute;
    bottom: 0; right: 0;
    width: 100%;
    padding: 30px;
    z-index: 2;
    color: #ffffff;
    box-sizing: border-box;
}

.product-categories .category-info h3 {
    font-size: 1.5rem;
    margin: 0 0 10px 0;
    font-weight: 700;
}

.product-categories .category-info p {
    font-size: 0.95rem;
    opacity: 0.85;
    margin-bottom: 20px;
    line-height: 1.6;
}

.product-categories .category-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.product-categories .category-card:hover .category-btn {
    background: #d97706;
    border-color: #d97706;
}

/* ریسپانسیو (تبلت و موبایل) */
@media (max-width: 768px) {
    .product-categories .category-card {
        height: 320px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e392417 *//* استایل‌های کلی سکشن محصولات پرفروش */
.featured-products-section {
  padding: 60px 0;
  background-color: #fcfcfc;
  direction: rtl;
}

.featured-products-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* هدر سکشن */
.featured-products-section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.featured-products-section .section-title {
  font-size: 1.5rem;
  color: #333;
  font-weight: 700;
  margin: 0;
}

.featured-products-section .view-all-btn {
  font-size: 0.95rem;
  color: #007bff;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.featured-products-section .view-all-btn:hover {
  color: #0056b3;
}

.featured-products-section .arrow {
  margin-right: 5px;
  display: inline-block;
  transition: transform 0.3s;
}

.featured-products-section .view-all-btn:hover .arrow {
  transform: translateX(-5px);
}

/* گرید محصولات */
.featured-products-section .product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* کارت محصول */
.featured-products-section .product-card {
  background: #fff;
  border-radius: 15px;
  padding: 15px;
  border: 1px solid #eaeaea;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  text-align: center; /* وسط‌چین کردن متن */
}

.featured-products-section .product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

/* برچسب‌ها (ویژه، جدید) */
.featured-products-section .product-badges {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  z-index: 1;
}

.featured-products-section .badge {
  color: #fff;
  padding: 3px 8px;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: bold;
}

.featured-products-section .badge.discount {
  background-color: #ff4757;
}

.featured-products-section .badge.new {
  background-color: #2ed573;
}

/* تصویر محصول */
.featured-products-section .product-image {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}

.featured-products-section .product-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.featured-products-section .product-card:hover .product-image img {
  transform: scale(1.05);
}

/* اطلاعات محصول */
.featured-products-section .product-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
}

.featured-products-section .product-title {
  font-size: 1rem;
  color: #444;
  margin: 0;
  line-height: 1.5;
  font-weight: 600;
}

/* ریسپانسیو (واکنش‌گرایی) */
@media (max-width: 992px) {
  .featured-products-section .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .featured-products-section .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .featured-products-section .product-grid {
    grid-template-columns: 1fr;
  }
  .featured-products-section .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-703fbed *//* تنظیمات کلی سکشن ویژگی‌ها */
.store-features {
    padding: 70px 20px;
    background-color: #f8fafc; /* یک رنگ پس‌زمینه بسیار ملایم برای تمایز از سکشن قبلی */
    direction: rtl;
}

.store-features .features-container {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* استایل باکس‌های ویژگی */
.store-features .feature-box {
    background-color: #ffffff;
    padding: 40px 25px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* انیمیشن نرم و فنری */
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* افکت هاور باکس */
.store-features .feature-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(37, 99, 235, 0.1);
}

/* استایل آیکون‌ها */
.store-features .feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    color: #2563eb;
    border-radius: 50%;
    transition: all 0.4s ease;
}

/* تغییر رنگ آیکون هنگام هاور باکس */
.store-features .feature-box:hover .feature-icon {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #ffffff;
    transform: scale(1.1) rotate(5deg);
}

/* متون */
.store-features .feature-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
}

.store-features .feature-desc {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* =========================================
   ریسپانسیو (واکنش‌گرا)
========================================= */

/* تبلت */
@media (max-width: 1024px) {
    .store-features .features-container {
        grid-template-columns: repeat(2, 1fr); /* در تبلت ۲ ستونه */
        gap: 20px;
    }
}

/* موبایل */
@media (max-width: 600px) {
    .store-features {
        padding: 40px 15px; /* کاهش فاصله کلی سکشن در موبایل */
    }
    .store-features .features-container {
        grid-template-columns: repeat(2, 1fr); /* در موبایل هم ۲ ستونه شد */
        gap: 10px; /* فاصله بین باکس‌ها کمتر شد تا جا بشوند */
    }
    .store-features .feature-box {
        padding: 20px 10px; /* کاهش پدینگ داخلی باکس */
        border-radius: 15px;
    }
    .store-features .feature-icon {
        width: 50px; /* کوچک‌تر کردن بک‌گراند آیکون */
        height: 50px;
        margin-bottom: 12px;
    }
    .store-features .feature-icon svg {
        width: 20px; /* کوچک‌تر کردن خود آیکون */
        height: 20px;
    }
    .store-features .feature-title {
        font-size: 0.85rem; /* کوچک‌تر کردن تیتر */
        margin-bottom: 8px;
    }
    .store-features .feature-desc {
        font-size: 0.7rem; /* کوچک‌تر کردن توضیحات */
        line-height: 1.4;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-63f7dbe *//* =========================================
   Text-Only Factory Direct Banner Styles
========================================= */

/* تنظیمات کلی بنر */
.factory-direct-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(135deg, #1e293b, #0f172a);
    border-radius: 20px;
    padding: 60px 40px;
    max-width: 1200px;
    margin: 4rem auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    direction: rtl;
    font-family: 'Vazirmatn', sans-serif;
    position: relative;
    overflow: hidden;
}

/* افکت نور ملایم در پس زمینه */
.factory-direct-banner::before {
    content: '';
    position: absolute;
    top: -50px;
    right: 50%;
    transform: translateX(50%);
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(251, 191, 36, 0.08) 0%, transparent 60%);
    border-radius: 50%;
    pointer-events: none;
}

/* بخش محتوای متنی */
.banner-content {
    max-width: 800px;
    color: #ffffff;
    z-index: 1;
}

/* استایل تگ بالای عنوان */
.badge {
    display: inline-block;
    background-color: rgba(251, 191, 36, 0.15);
    color: #fbbf24;
    border: 1px solid rgba(251, 191, 36, 0.3);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
}

/* استایل عنوان اصلی */
.banner-content h2 {
    font-size: 2.2rem;
    margin: 0 0 20px 0;
    font-weight: 800;
    line-height: 1.4;
}

/* استایل پاراگراف */
.banner-content p {
    font-size: 1.1rem;
    color: #cbd5e1;
    line-height: 1.8;
    margin: 0 auto 35px auto;
}

/* بخش دکمه‌ها */
.banner-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* دکمه اصلی (زرد رنگ) */
.btn-primary {
    background-color: #fbbf24;
    color: #0f172a;
    text-decoration: none;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(251, 191, 36, 0.2);
}

.btn-primary:hover {
    background-color: #f59e0b;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(251, 191, 36, 0.3);
}

/* باکس تضمین قیمت */
.guarantee-box {
    border: 1px dashed #475569;
    padding: 11px 20px;
    border-radius: 8px;
    color: #f8fafc;
    font-weight: 600;
    font-size: 0.95rem;
    background-color: rgba(255, 255, 255, 0.05);
    letter-spacing: 0.5px;
}

/* ریسپانسیو برای موبایل */
@media (max-width: 576px) {
    .factory-direct-banner {
        padding: 40px 20px;
    }
    
    .banner-content h2 {
        font-size: 1.6rem;
    }
    
    .banner-actions {
        flex-direction: column;
        width: 100%;
    }
    
    .btn-primary, .guarantee-box {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
}/* End custom CSS */