.vb-product-content {
  margin-top: 28px;
  color: #ff89af;
}

.vb-section {
  margin-bottom: 18px;
}

.vb-accordion-group {
  border-top: 0px solid rgba(0,0,0,.08);
}

.vb-accordion {
  border-bottom: 0px solid rgba(0,0,0,.08);
}

.vb-accordion-header,
.vb-tab-acc-header {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 18px;
  letter-spacing: .08em;
  color: #e05985;
  font-weight: bold;
}

.vb-accordion-icon {
  width: 18px;
  height: 18px;
  position: relative;
  flex: 0 0 18px;
}

.vb-accordion-icon::before,
.vb-accordion-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #e05985;
  transform: translate(-50%, -50%);
  transition: .25s ease;
}

.vb-accordion-icon::before {
  width: 12px;
  height: 1.5px;
}

.vb-accordion-icon::after {
  width: 1.5px;
  height: 12px;
}

.vb-accordion.active .vb-accordion-icon::after,
.vb-tab-acc-item.active .vb-accordion-icon::after {
  opacity: 0;
}

.vb-accordion-body,
.vb-tab-acc-body {
  display: none;
  padding: 0 0 18px;
  font-size: 13px;
  line-height: 2;
  color: #ff89af;
}

.vb-accordion.active .vb-accordion-body,
.vb-tab-acc-item.active .vb-tab-acc-body {
  display: block;
}

.vb-tabs {
  margin-top: 28px;
}

.vb-tabs-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  border-bottom: 2px solid #e05985;
  margin-bottom: 24px;
}

.vb-tab-btn {
  background: transparent;
  border: 0;
  padding: 0 0 14px;
  cursor: pointer;
  font-size: 18px;
  letter-spacing: .08em;
font-weight: bold;
  color: #e05985;
}

.vb-tab-btn.active {
  color: #e05985;
  font-weight: 700;
}

.vb-tab-pane {
  display: none;
}

.vb-tab-pane.active {
  display: block;
}

.vb-tab-grid {
  display: grid;
  grid-template-columns: minmax(280px,1fr) minmax(280px,1fr);
  gap: 48px;
  align-items: start;
}

.vb-tab-image img {
  width: 100%;
  display: block;
  height: auto;
}

.vb-tab-intro,
.vb-ingredients-list {
  font-size: 16px;
  line-height: 2;
  color: #e05985;
  margin-bottom: 22px;
}

.vb-tab-acc {
  border-top: 0px solid rgba(0,0,0,.08);
}

.vb-tab-acc-item {
  border-bottom: 0px solid rgba(0,0,0,.08);
}

@media (max-width: 768px) {
  .vb-tabs-nav {
    overflow-x: auto;
    white-space: nowrap;
    gap: 18px;
  }

  .vb-tab-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .vb-tab-image {
    order: -1;
  }

  .vb-accordion-header,
  .vb-tab-acc-header,
  .vb-tab-btn,
  .vb-accordion-body,
  .vb-tab-acc-body,
  .vb-tab-intro,
  .vb-ingredients-list {
    font-size: 16px;
  }
  
}
.content-ul-tab {
	display: none;
}
.more-info-tabs__content.tab-content {
	direction: ltr;
	width: 80%;
	margin: 0 auto;
}

/* إخفاء أي خطوط + - مرسومة بالـ pseudo */
.vb-accordion-icon::before,
.vb-accordion-icon::after {
  display: none !important;
}

/* الأيقونة الأساسية */
.vb-accordion-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: inline-block;
  background-image: url("https://cdn.files.salla.network/homepage/791280924/a6836b06-5288-448e-8b50-be868fd9626d.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* عند الفتح */
.vb-accordion.active .vb-accordion-icon,
.vb-tab-acc-item.active .vb-accordion-icon {
  background-image: url("https://cdn.files.salla.network/homepage/791280924/066a14b4-695a-4d54-845d-b3b8309d7278.webp");
}
.more-info-tabs__nav-link.mobile.active {
	display: none;
}


/*Acc-Tabs-End */
.promotion-banner {
	background: url(https://cdn.files.salla.network/homepage/791280924/14445821-d39a-487d-af0a-9be7afefb364.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFF8DB !important;
}
.promotion-banner li a {
	color: #e05985 !important;
    font-size: 13px;
	font-weight:500 ;
}
#mainnav {
	background-image: url(https://cdn.files.salla.network/homepage/791280924/2737c135-3dac-4933-89cb-cefa1f45968f.webp);
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	z-index: 999;
	position: relative;
    min-height:130px;
    direction: ltr;
}
.header-btn__icon.icon.sicon-search {
	display: none;
}
.lang-text {
	font-size: 22px;
	color: #e05985;
}
.rtl #mainnav {
    direction: rtl;
}
salla-cart-summary {
	margin-left: 20px !important;
}
.mine-sl {
	margin-top: -14px;
}
.main-menu a {
	color: #e05985 !important;
	font-size: 20px !important;
	font-weight:500 !important ;
}
.sicon-search::before{
content:"";
display:inline-block;
width:35px;
height:35px;
background:url("https://cdn.files.salla.network/homepage/791280924/d310257d-42f1-43c9-9f44-1b4cba5414d5.webp") center/contain no-repeat;
}
.sicon-cart::before{
content:"";
display:inline-block;
  width:30px;
height:30px;
background:url("https://cdn.files.salla.network/homepage/791280924/6e24bafb-d821-462e-857e-0b84e75f307e.webp") center/contain no-repeat;
}
.sicon-user::before{
content:"";
display:inline-block;
width:35px;
height:35px;
background:url("https://cdn.files.salla.network/homepage/791280924/23e1dd75-9a71-4103-8fc2-c1b279f9dc26.webp") center/contain no-repeat;
}
.mine-sl::after {
	content: "";
	display: block;
	width: 100%;
	height: 30px;
	background: url("https://cdn.files.salla.network/homepage/791280924/b7fbeaf2-e1e8-404e-bc2f-991a346ef7cd.webp") center/contain no-repeat;
	margin-top: -10px;
	z-index: 9999;
	position: relative;
}
.my-2.mx-auto.w-28.h-0.border-2.border-primary {
	display: none;
}
.s-block--custom-products.container.s-block h2 {
	font-size: 60px;
	margin-bottom: 10px;
  font-weight: normal;
}
.product-card__content {
	background: transparent;
}

.product-card__image{
    position: relative;
}

.product-card__image::after{
    content: "";
    position: absolute;
    inset: 0;
    background: url("https://cdn.files.salla.network/homepage/791280924/334f550b-24a9-4810-b138-d58d2c613924.webp") center/contain no-repeat;
    z-index: 2;
    pointer-events: none;
}

.product-card__image img{
    position: relative;
    z-index: 1;
    padding: 10px;
}
custom-salla-product-card{
  position: relative;
  z-index: 1;
}

custom-salla-product-card::before {
	content: "";
	/* position: absolute; */
	top: 0;
	left: 50%;
	transform: translate(-85%, 17%);
	width: 120px;
	height: 70px;
	background: url("https://cdn.files.salla.network/homepage/791280924/778a2cfe-7b07-47d8-946a-812a38f35281.webp") center/contain no-repeat;
	z-index: 9999;
	pointer-events: none;
}
custom-salla-product-card {
	background: #fff8db !important;
}
.product-card__title a {
	font-size: 16px;
}
.total-price {
	color: #e05985;
	font-size: 20px;
	margin-top: 10px;
}


.s-products-list-wrapper custom-salla-product-card:nth-child(1){
  transform: rotate(-6deg) translateY(8px);
  background: transparent !important;
}

.s-products-list-wrapper custom-salla-product-card:nth-child(2){
  transform: rotate(4deg) translateY(0);
  background: transparent !important;
}

.s-products-list-wrapper custom-salla-product-card:nth-child(3){
  transform: rotate(-5deg) translateY(10px);
  background: transparent !important;
}

.s-products-list-wrapper custom-salla-product-card:nth-child(4){
  transform: rotate(6deg) translateY(14px);
  background: transparent !important;
}

.product-card__buttons {
	display: none;
}
.frr{
  position: relative;
}
.frr h2 {
	padding-top: 10px;
}
.frr::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    url("https://cdn.files.salla.network/homepage/791280924/d6732fcf-ee23-47b2-b105-4b5d4d8df24d.webp") right top no-repeat,
    url("https://cdn.files.salla.network/homepage/791280924/3ed3fcae-8cbf-4203-bc6a-08f1d007cdcd.webp") right bottom -20px no-repeat;
  background-size: 120px;
  pointer-events: none;
}

/* اليسار تحت */
.frr::after{
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://cdn.files.salla.network/homepage/791280924/db5be75b-51e6-4355-9bfa-28fee59bff31.webp") left bottom no-repeat;
  background-size: 30px;
  pointer-events: none;
}

.sec-sl::before {
	content: "";
	display: block;
	width: 100%;
	height: 30px;
	background: url("https://cdn.files.salla.network/homepage/791280924/b7fbeaf2-e1e8-404e-bc2f-991a346ef7cd.webp") center/contain no-repeat;
	margin-top: -6px;
    margin-bottom:-5px;
	z-index: 9999;
	position: relative;
}
.frs-abo {
	background: url(https://cdn.files.salla.network/homepage/791280924/5609e0b4-77e2-454c-ac92-205e4f9a43af.webp);
	background-position: top;
	margin: 0;
	margin-top: -200px;
	position: relative;
	padding-top: 300px;
	background-size: cover;
}
.frs-abo h2 {
	text-align: left;
	color: #fff8db;
	font-size: 50px;
  margin-top:50px;
}
.rtl .frs-abo h2
{
  	text-align: right;
	color: #fff8db;
	font-size: 50px;
  margin-top:50px;
}
.frs-abo p {
	text-align: left;
	font-size: 15px;
	color: #b5d7e5;
	font-weight: normal;
	width: 80%;
	float: left;
	line-height: 35px;
}
.rtl .frs-abo p {
	text-align: right;
	font-size: 15px;
	color: #b5d7e5;
	font-weight: normal;
	width: 80%;
	float: right;
	line-height: 35px;
}
.rtl .frs-abo p::after {
	direction: rtl;
}
.rtl .frs-abo .btn {
	float: right;
	direction: rtl;
}
.rtl .abo2 p {
	font-size: 16px;
	text-align: justify;
}
.rtl .abo2 h2 {
	direction: rtl;
	text-align: right;
	margin-right: 32px;
}
.rtl .frs-abo .w-full.md\:w-7\/12 p
{
  font-size:16px;
  text-align: justify;
}
.rtl .abo2 {
	height: 80vh;
}
.frs-abo p::after {
	display: block;
	content: "599 SAR";
	direction: ltr;
	font-size: 30px;
	font-weight: 900;
	margin-top: 30px;
	text-transform: uppercase;
    color:#fff8db ;
}
.frs-abo .btn {
	float: left;
	direction: ltr;
	background: url(https://cdn.files.salla.network/homepage/791280924/4081f691-84c1-4caa-9d24-6b7263382116.webp);
	background-size: contain;
	background-repeat: no-repeat;
  clear: both;
}
.frs-abo .btn .sicon-keyboard_arrow_left::before {

	display: none;
}
.frs-abo .btn span {
	color: #e05985 !important;
	font-size: 13.5px;
}
.abo2 {
	background: url(https://cdn.files.salla.network/homepage/791280924/c1a7e550-bf59-4b6c-86b0-0caefe78c5e0.webp);
	background-size: cover;
	height: 110vh;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.abo2 h2 {
	color: #fff8db;
	font-size: 50px;
    direction:ltr;
}
.abo2 p {
	width: 80%;
	margin: 0 auto;
	color: #b5d7e5;
	font-size: 15px;
	line-height: 35px;
	font-weight: normal;
}
.circ1 {
	height: 100vh;
	background: url(https://cdn.files.salla.network/homepage/791280924/50526790-16ad-4b11-9dc0-7fff244f141e.webp);
	margin: 0;
	background-size: cover;
	background-position: bottom;
}
/*
.circ1 .mx-auto.max-w-7xl.px-6.lg\:px-8::before {
	content: "";
	height: 400px;
	background: url(https://cdn.files.salla.network/homepage/791280924/f699fc87-435f-4b60-984f-653a7a579aaa.webp);
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
  margin-top: -200px;
  margin-bottom: -100px;
}*/
.circ1 .gap-x-5 {
	column-gap: 0;
}
.circ1 h3 {
	color: #f8d873;
	font-size: 50px;
}
.circ1 p {
	color: #ffd9d9;
	font-size: 14px;
	margin-top: 20px;
	width: 70%;
	margin: 20px auto 0;
  font-weight: bold;
}
.lst-im img {
	margin-right: 40px !important;
}
.lst-im 
{
  z-index: 9999;
  position: relative;
}
.footer-bottom {
	background: url(https://cdn.files.salla.network/homepage/791280924/d2c861c2-a0e6-4b10-913d-83ed87634d25.webp);
	border: 0 !important;
}
.store-footer__inner {
	display: none;
}
.footer-rights p {
	color: #fff;
}
/* إخفاء أيقونة سلة الأصلية */
a[aria-label="Open-menu"] .sicon-menu::before {
  content: "" !important;
}

a[aria-label="Open-menu"] .sicon-menu {
	display: inline-block;
	width: 32px;
	height: 25px;
	background-image: url("https://cdn.files.salla.network/homepage/791280924/12863874-16ec-4851-93ba-cc9fe799bd44.webp");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0 !important;
	line-height: 0 !important;
	margin-right: 20px;
}


@media (max-width: 768px)
{
.navbar-brand img {
	width: 80px !important;
}
  #mainnav {
	min-height: 90px;
}
  .mine-sl img {
	height: auto;
}
  .mine-sl {
	margin-top: -3px;
	height: 25vh;
  --sliderHeight: 25vh !important;
  --mobileSliderHeight: 25vh !important;
}
.frr h2 {
	font-size: 40px !important;
	font-weight: 500 !important;
	letter-spacing: 0px;
	position: relative;
  margin-top:20px;
}
  .mine-sl::after {
	margin-top: -9px;
	background-size: 200%;
}
  .product-card__addToCart.mobile {
	display: none;
}
  custom-salla-product-card::before {
	transform: translate(-70%, 17%);
	width: 80px;
	height: 55px;
}
  .sec-sl::before {
	margin-bottom: -8px;
	background-size: 200%;
}
  .sec-sl img {
	height: auto;
}
.sec-sl {
	height: 38vh;
	--sliderHeight: 38vh !important;
	--mobileSliderHeight: 38vh !important;
}



  .frs-abo {
    position: relative;
    overflow: hidden;
    margin: 0;
    margin-top: -150px;
    padding-top: 100px;
    background-image: url("https://cdn.files.salla.network/homepage/791280924/5609e0b4-77e2-454c-ac92-205e4f9a43af.webp");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
  }

  .frs-abo::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 220px;
    bottom: 0;
    background-image: url("https://cdn.files.salla.network/homepage/791280924/d2c861c2-a0e6-4b10-913d-83ed87634d25.webp");
    background-position: top center;
    background-size: 100% auto;
    background-repeat: repeat-y;
    z-index: 0;
  }

  .frs-abo > * {
    position: relative;
    z-index: 1;
  }
  .frs-abo .w-full.md\:w-7\/12 {
	width: 80%;
}
  .frs-abo .w-full.md\:w-7\/12 p {
	width: 100%;
    font-size:18px;
}
    .abo2 {
    position: relative;
    overflow: hidden;
    background-image: url("https://cdn.files.salla.network/homepage/791280924/c1a7e550-bf59-4b6c-86b0-0caefe78c5e0.webp");
    background-position: top center;
    background-size: 120%;
    background-repeat: no-repeat;
    height: 110vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }

  .abo2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 220px;
    bottom: 0;
    background-image: url("https://cdn.files.salla.network/homepage/791280924/d2c861c2-a0e6-4b10-913d-83ed87634d25.webp");
    background-position: top center;
    background-size: 100% auto;
    background-repeat: repeat-y;
    z-index: 0;
  }

  .abo2 > * {
    position: relative;
    z-index: 1;
  }
  .abo2 h2 {
	color: #fff8db;
	font-size: 40px;
	direction: ltr;
	margin-top: -300px;
}
  .abo2 p {
	width: 80%;
	font-size: 24px;
	text-align: left;
}



  .circ1 {
  position: relative;
  overflow: hidden;
  height: 50vh;
  margin: 0;
  background-image: url("https://cdn.files.salla.network/homepage/791280924/50526790-16ad-4b11-9dc0-7fff244f141e.webp");
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: 1;
    margin-top:-35vh;
    
}

.circ1::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 200px; /* عدّل الرقم حسب ارتفاع الصورة السفلية */
  background-image: url("https://cdn.files.salla.network/homepage/791280924/d2c861c2-a0e6-4b10-913d-83ed87634d25.webp");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: repeat-y;
  z-index: 0;
}

.circ1 > * {
  position: relative;
  z-index: 1;
}
.rtl .custom-contact-left::before {
	transform: translateX(0%);
}


   .auto-fit-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
  }

  .auto-fit-grid > li {
    min-width: 0;
  }

  .auto-fit-grid > li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .auto-fit-grid > li > a > div {
    width: fit-content;
    margin-inline: auto;
    overflow: hidden;
    border-radius: 9999px;
  }

  .auto-fit-grid > li img {
    width: 88px !important;
    height: 88px !important;
    object-fit: cover !important;
    border-radius: 9999px !important;
    display: block;
    margin-inline: auto;
  }

  .auto-fit-grid > li h3 {
    margin-top: 10px !important;
    font-size: 22px !important;
    line-height: 1.3 !important;
  }

.auto-fit-grid > li p {
	margin-top: 6px !important;
	font-size: 15px !important;
	line-height: 1.4 !important;
	max-width: 100% !important;
	width: 90%;
}
  .lst-im
  {
    	height: 47vh;
	--sliderHeight: 47vh !important;
	--mobileSliderHeight: 47vh !important;
  }
  .lst-im img {
	margin-top: -35px;
	margin-right: 1px !important;
}
  .custom-contact-decor.top-right {
	display: none;
}
  .custom-contact-info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 14px 10px;
    width:100%;
  }

  .custom-contact-info .custom-contact-item:nth-child(1),
  .custom-contact-info .custom-contact-item:nth-child(2) {
    width: calc(50% - 5px);
    margin: 0;
  }

  .custom-contact-info .custom-contact-item:nth-child(3) {
    display: none !important;
  }

  .custom-follow-row {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 16px !important;
    width: 100%;
  }

    .custom-contact-right {
    display: block !important;
      height:55vh;
  }

  .custom-follow-row {
    visibility: visible !important;
    opacity: 1 !important;
    gap:30px;
  }
  .custom-contact-item span, .custom-contact-item p {
	font-size: 15px;
	font-weight: bold;
}
  
  .custom-follow-text {
	padding-right: 50px;
}
  .breadcrumbs.w-full.py-5 {
	display: none;
}
  .product-single .flex.items-center.justify-between.mb-5 {
	display: none;
}
  .bg-storeBG.p-5.rounded-md.rounded-b-none.flex.sm\:pb-0.product-price.product-price-bottom {
	direction: ltr;
}
  .bg-storeBG.p-5.rounded-md.rounded-b-none.flex.sm\:pb-0.product-price.product-price-bottom b {
	font-size: 30px !important;
}
  .product-more-info.vertical {
	border-top: 1px solid #e05985 !important;
}
  .custom-contact-form-box {

	padding: 64px 72px 48px;
}
}


/* الشكل الأساسي */
.s-product-options-option-content .s-product-options-grid-mode label .s-product-options-grid-mode-span {
  background: url("https://cdn.files.salla.network/homepage/791280924/d8765f92-f72e-4085-8dbe-9c30a7b14532.webp") center / 100% 100% no-repeat !important;
  border: 0 !important;
  font-size: 15px !important;
  transition: all 0.25s ease !important;
}

/* إخفاء ستايل التحديد القديم */
.s-product-options-option-content .s-product-options-grid-mode label input:checked + .s-product-options-grid-mode-span,
.s-product-options-option-content .s-product-options-grid-mode label.is-active .s-product-options-grid-mode-span,
.s-product-options-option-content .s-product-options-grid-mode label.s-product-options-selected .s-product-options-grid-mode-span {
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

/* عند الاختيار: غيّر الخلفية */
.s-product-options-option-content .s-product-options-grid-mode label:has(input:checked) .s-product-options-grid-mode-span {
  background: url("https://cdn.files.salla.network/homepage/791280924/626adbe7-0aca-4535-91c4-d6a5f6cc8b98.webp") center / 100% 100% no-repeat !important;
  color: #111 !important;
  transform: scale(0.98) !important;
}


/* lang */