/* lionx by jahmi.sa aali theme  */

body.switch1_on .store-header .navbar-brand {
	transform: scale(1.12);
}

body .mobile-nav-outer .mobile-nav--item {
	padding-top: calc(0.5rem + (var(--custom-slider1) * 0.1));
	padding-bottom: calc(0.5rem + (var(--custom-slider1) * 0.1));
}
body.switch2_on.product-single .product-category-name {
	display: none;
}

body.switch3_on.product-single salla-slider.details-slider .s-slider-container {
	border-width: 0;
}
body.switch3_on.product-single salla-slider.details-slider .swiper-slide {
	box-shadow: none;
}
@media only screen and (max-width: 767px) {
	.hdi-btn-right {
		display: none;
	}
	[dir="rtl"] .header-btn__icon.icon {
		margin-left: -2px;
	}
	[dir="rtl"] salla-cart-summary.rtl\:mr-4 {
		margin-right: 2px;
	}
}

body.switch5_on .product-brand-wrapper h4 {
	display: none;
}


.mob-srch--right-icon-only .hdr-srch-right i {
	vertical-align: sub;
}
body.switch9_on .salla-advertisement .ad-close {
	pointer-events: none;
	display: none;
}


#upsell-product-modal .upsell-modal-header {
  text-align: center;
  padding: 8px 16px 12px;
}

#upsell-product-modal .upsell-modal-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  color: #1e293b;
  margin: 0;
}

#upsell-product-modal .upsell-modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  min-height: 200px;
}

#upsell-product-modal .upsell-modal-content custom-salla-product-card {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}

#upsell-product-modal .upsell-modal-footer {
  display: flex;
  justify-content: center;
  padding: 12px 0 4px;
  width: 100%;
}

#upsell-product-modal .upsell-close-button {
  padding: 10px 32px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: black;
  color: white;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

#upsell-product-modal .upsell-close-button:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
}