/* Add custom CSS styles below */ 
.topnav-is-dark .top-navbar {
  display: none;
}
custom-salla-product-card {
    border: 2px solid #1a3d70;
}
body.slider_has_overlay .advanced-slider salla-slider[static-when-single]:before {
    background: linear-gradient(180deg, rgb(255 255 255 / 0%), #ffffff00) !important;
}
button.s-button-element.s-button-btn.s-button-outline.s-button-sm.s-button-wide.s-button-primary-outline.s-button-loader-center {
     border-radius: 0 18px 0 0 !important;
background: #d9d5d4;
    border: none;
    padding: 14px;
}
.fit-slider-products .s-slider-swiper-wrapper .swiper-slide custom-salla-product-card
{
    border-radius: 0 18px 0 0 !important;
}
.product-card__image {
   border-radius: 0 14px 0 0 !important;
}
.product-card.hover_style_4:not(.product-card--horizontal):not(.product-entry--horizontal) .product-card__content {
    padding: 12px 0 0 !important;
}
button.btn-tab-primary.product-tab.active,
button.btn-tab-primary.product-tab{
    border-radius: 0 18px 0 0 !important;
}
.s-block-trust-store-features__grid {
  grid-template-columns: repeat(4, 1fr) !important;
}
.single-faq.w-full.rounded-lg.border.border-store-text-secondary.bg-store-bg-secondary.py-3.px-5.anime-item {
    border-radius: 0 18px 0 0 !important;
    border: 1px solid #134375;
}
.flex.flex-col.justify-between.h-full.w-full.p-\[1\.4rem\].bg-store-bg-secondary.rounded-md.shadow-\[rgba\(50\,_50\,_105\,_0\.15\)_0px_2px_5px_0px\,_rgba\(0\,_0\,_0\,_0\.05\)_0px_1px_1px_0px\] {
      border-radius: 0 41px 0 0 !important;
    border: 1px solid #134375;
    background: #adaeb11a;
}
.store-footer__curve {
    color: rgb(26 61 112) !important;
}
.store-footer__inner,
.store-footer__contacts-row{
  background-color: rgb(26 61 112) !important;
}

/* form */
.content--single-page {
  direction: rtl;
  text-align: right;
}

/* العنوان */
.content--single-page h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #114477;
}

/* الفورم الرئيسي */
#wholesale-form {
  margin-top: 20px;
}

/* الفورم */
#whatsappForm {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* كل حقل */
#whatsappForm .mb-3 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* الليبل */
#whatsappForm label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

/* الحقول */
#whatsappForm .form-control {
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
  transition: 0.3s;
}

/* عند التركيز */
#whatsappForm .form-control:focus {
  border-color: #114477;
  box-shadow: 0 0 0 3px rgba(17, 68, 119, 0.15);
}

/* زر الإرسال */
#whatsappForm .btn--primary {
  background: #114477;
  color: #fff;
  padding: 12px 18px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  transition: 0.3s;
}

/* hover للزر */
#whatsappForm .btn--primary:hover {
  background: #0d3559;
  transform: translateY(-2px);
}

/* تحسين الكونتينر */
.content--single-page {
  background: #fff;
}

/* موبايل ريسبونسف */
@media (max-width: 768px) {
  .content--single-page {
    padding: 15px;
  }

  #whatsappForm .btn--primary {
    width: 100%;
  }
}
section.s-block.s-block--bundle-html-content {
  margin: auto;
    text-align: center;
}
.swiper-slide.slide--one-sixth.text-center.group.anime-item.swiper-slide .rounded-full {
    border-radius: 82px 0 7px 0 !important;
}