/* Add custom CSS styles below */ 
@import url('https://site-assets.fontawesome.com/releases/v6.6.0/css/all.css');
:root {
    --main-color: #fe79b6;
    --white-color: white;
    --black-color:black;
}

/********************* body ************************/

body{
    background-color:var(--white-color)
}
/********************* header ************************/
.top-navbar {
    background: var(--main-color);
}
.top-navbar .s-search-input {
    background-color: var(--white-color) !important;
}
@media (min-width: 1024px) {
    ul.main-menu,
    .main-menu li.root-level>a {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}
.main-menu li.root-level>a {
    position: relative;
}
.main-menu li.root-level>a::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 2px;
    bottom: 0;
    background: var(--main-color);
    transition: 0.3s;
}
.main-menu li.root-level>a:hover {
    transform: translateY(-3px);
    background-color: #eeeeee;
     color: var(--main-color);
}
.main-menu li.root-level>a:hover::before {
    width: 100%;
}
i.header-btn__icon.sicon-user-circle,
i.header-btn__icon.icon.sicon-shopping-bag,
i.sicon-menu {
    background: var(--main-color) !important;
    color: var(--white-color) !important;
    border: 0px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: 0.3s;
}
i.sicon-menu{
    padding: 8px;
    border-radius: 50%;
}
i.header-btn__icon.sicon-user-circle:hover,
i.header-btn__icon.icon.sicon-shopping-bag:hover {
    background: var(--white-color) !important;
    color: var(--main-color) !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transform: translateY(-3px);
    transition: 0.3s;
}
@media (max-width: 480px) {
    div#mainnav {
        padding-top: 0.8rem !important;
    }
    .main-nav-container.fixed-header .inner {
    transform: none;
    top: 0;
    padding-block: 5.8px;
}
}
b.s-cart-summary-total {
    color:#fe79b6
}
/************  slider **************/
section.s-block.s-block--photos-slider {
    margin-top: 0 !important;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide{
    padding:0 !important;
    margin-top:0px !important;
    width:100% !important;
    border-radius:0 !important;
}
[dir=rtl] section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper{
    padding:0 !important;
}

img.w-full{
    border-radius: 0px;
}

button.s-slider-next.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock , button.s-slider-prev.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock {
    display:none;
}

/************ banner **************/
section.s-block.s-block--fixed-banner.wide-placeholder > .container {
    padding: 0 !important;
    margin: 0px!important;
    max-width: 100%;
}

.s-products-slider-card.swiper-slide {
  margin-top:10px;
    margin-bottom:10px;    
}
.banner--fixed img {
    border-radius:0px;
    background-color: transparent;
}
/************  Section 1 **************/
.s-block--banners.s-block--banners .grid {
     display:grid!important;
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 10px;
      grid-row-gap: 0px;
}
  section.s-block.s-block--banners.container  .banner-entry {
    height: 310px!important;
}

section.s-block.s-block--banners.container a.banner-entry.square-photos {
    background-color: transparent;
}
@media (max-width: 767px){
   .s-block--banners.s-block--banners .grid {
    display:grid!important;
      grid-template-columns: repeat(2, 1fr);
      /* grid-template-rows: repeat(2, 1fr); */
      grid-column-gap: 10px;
      grid-row-gap: 10px;
       /* grid-auto-flow:column; */
}
  section.s-block.s-block--banners.container  .banner-entry {
    height: 99px!important;
} 
}

@media(min-width:800px) ,(min-width:1200px){
     section.s-block.s-block--banners.container:nth-of-type(2)  .banner-entry {
    height: 195px!important;
} 
}
/************  products **************/
body.index salla-products-slider.s-products-slider-wrapper.hydrated .swiper.s-slider-container {
    padding:30px 0 !important;

}
.product-index salla-products-list.flex-1,
 .product-index-offers  salla-products-list.flex-1
 {
    padding-top: 30px !important;
    padding-inline: 15px !important;
}
.s-button-primary-outline{
        background-color:  var(--main-color);
    border:none;
    color:var(--white-color);

}

.s-button-primary-outline i.text-base.sicon-shopping-bag {
    display:none;
}
.s-button-primary-outline:hover{
     background-color: var(--main-color);

}
.s-product-card-entry {
   transform: translate(0px, 0px);
  transition: all .5s ease-in-out;
    border:1px solid var(--main-color);
      box-shadow: 1px 1px 3px 2px #ddd !important;

}

.s-product-card-entry:hover{
  transform: translate(0px, -10px);
       box-shadow: 3px 3px 5px 4px #ddd !important;
    
}

.s-product-card-content *{
    justify-content:center;
    text-align:center;
}

h4.s-product-card-price {
    color:red;
}

img.s-product-card-image-contain.lazy.loaded {
    background-color:var(--white-color);
}

button.s-slider-next.s-slider-nav-arrow:hover , button.s-slider-prev.s-slider-nav-arrow:hover{
    background-color:var(--main-color);
    border:none;
    transform: translateX(-3px)
}
button.s-slider-prev.s-slider-nav-arrow:hover{
transform: translateX(3px)
}

button.s-slider-next.s-slider-nav-arrow:hover , button.s-slider-prev.s-slider-nav-arrow:hover{
    background-color:var(--main-color);
    border:none;
    transform: translateX(-3px);
    
}
button.s-slider-prev.s-slider-nav-arrow:hover{
transform: translateX(3px)
}
a.s-slider-block__display-all {
    color:var(--main-color);
}
/************  Section 2 **************/
.s-block--banners.s-block--banners .grid {
     display:grid!important;
      grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
      grid-column-gap: 10px;
      grid-row-gap: 0px;
}
  section.s-block.s-block--banners.container  .lazy__bg.loaded {
    height: 249px!important;
}

section.s-block.s-block--banners.container a.banner-entry.square-photos {
    background-color: transparent;
    height: 260px!important;
}
#main-content > section.s-block.s-block--banners.container > div > a:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2 ;
} 
#main-content > section.s-block.s-block--banners.container > div > a:nth-child(4) {
    grid-area: 1 / 2 / 2 / 3 ;
}
#main-content > section.s-block.s-block--banners.container > div > a:nth-child(5){
    grid-area: 2 / 1 / 3 / 2 ;
}
#main-content > section.s-block.s-block--banners.container > div > a:nth-child(3){
    grid-area: 2 / 2 / 3 / 3 ;
}
#main-content > section.s-block.s-block--banners.container > div > a:nth-child(2) {
    right:50% 
}
@media (max-width: 767px){
   .s-block--banners.s-block--banners .grid {
    display:grid!important;
      grid-template-columns: repeat(2, 1fr);
      /* grid-template-rows: repeat(2, 1fr); */
      grid-column-gap: 10px;
      grid-row-gap: 10px;
       /* grid-auto-flow:column; */
}
   section.s-block.s-block--banners.container  .lazy__bg.loaded {
    height: 127px!important;
}

section.s-block.s-block--banners.container a.banner-entry.square-photos {
    background-color: transparent;
    height: 137px!important;
}
}

/********************* Features ***********************/
.s-block--features__item p{
    display:none;
}
.s-block--features__item h2{
    font-size:20px;
    color:var(--white-color);
}

.s-block--features__item {
    background:var(--main-color);
}
.s-block--features__item .feature-icon {
    background-color:transparent !important;
    width: 10rem;
    height: 7rem;
 
}

.s-block--features__item .feature-icon i.sicon-store2 {
    content:url("https://i.postimg.cc/kXGsN9Zy/gfgfgf.png");
    width:7rem;
}



.s-block--features__item .feature-icon i.sicon-shipping-fast {
   content:url("https://i.postimg.cc/44Bwhn8d/dfsf.png");
    width:7rem;
}

.s-block--features__item .feature-icon i.sicon-fire {
    content:url("https://i.postimg.cc/GpFx3p8b/fhgfh.png");
    width:7rem;
}

.s-block--features__item {
    padding-block:10px!important;
    border-radius:2rem;
}
/************ footer **************/
.store-footer__inner *{
    justify-content:center;
    
}
.footer-is-light .store-footer {
    background-color:var(--main-color);
  
    box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
    
}
.footer-is-light .store-footer .store-footer__inner{
        background-color:#051249 ;
 
    border:none;
    color:var(--white-color);
}
.store-footer__inner{
    justify-content:center;
    align-items:center;
}

@media (max-width: 768px){
    .footer-is-light .store-footer {
    border-top-left-radius:5pc;
    border-top-right-radius:5pc;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
    
}
.footer-is-light .store-footer .store-footer__inner{
    border-top-left-radius:5pc;
    border-top-right-radius:5pc;
    border:none;
    color:var(--white-color);
}
.store-footer__inner{
    justify-content:center;
    align-items:center;
    text-align:center
}
}
footer a[href*=instagram] {
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
border:none
}
footer a[href*=tiktok] {
   background: black;
    color:white;
border:none
}
footer a[href*=snapchat] {
    background:yellow;
border:none
}


















.section--title,
.s-slider-block__title h2,
.s-block__title h2,
body.product-index .main-content>div>h1 {
    text-transform: uppercase;
    padding-top: 10px;
    background-image: linear-gradient(-225deg, #051249 0%, #fe79b6 25%, #ff9a8b 50%, #051249 75%, #fe79b6 100%);
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 4s linear infinite;
    display: inline-block;
    font-weight: 800;
    font-size: 1.4rem !important;
    position: relative;
}

section.s-block.container h2::before,
body.product-index .main-content>div>h1::before {
    content: "";
    position: absolute;
    bottom: -6px;
    width: 39px;
    height: 39px;
    background: #05124926; /* أزرق شفاف */
    z-index: -1;
    border-radius: 30px;
    right: -6px;
    padding-top: 10px !important;
    transition: .3s;
}

section.s-block.container h2:hover::before,
body.product-index .main-content>div>h1:hover::before {
    width: 110%;
}

@keyframes textclip {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 200% center;
    }
}













body.index .s-button-element:not(:disabled):not([dir=rtl] .s-product-card-vertical .s-product-card-wishlist-btn):not([loading]):after {
    background-image: url(https://i.ibb.co/KKnLCbq/wired-lineal-20-love-heart.gif);
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    background-size: contain;
    display: inline-block;
    margin-left: 10px
}
#slider-with-bg-3 h2,
#slider-with-bg-5 h2 ,#slider-with-bg-7 h2 {
    /* display:none; !important */
}


button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
  --color: #fe79b6;
  font-family: inherit;

  overflow: hidden;
  border: 2px solid var(--color);
  transition: color 0.5s;
  z-index: 1;
  font-size: 17px;
  /* border-radius: 6px; */
  font-weight: 500;
  color: var(--color);
  background: transparent;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--color);
  height: 150px;
  width: 350px;
  border-radius: 50%;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:hover {
  color: #fff;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:before {
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:hover:before {
  top: -30px;
  left: -35px;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:active:before {
  background: #051249;
  transition: background 0s;
}

salla-add-product-button[width=wide] .s-button-outline {
    border-radius: 0 25px 0 25px !important
}














ul#default_payment_method {
    display:none !important;
}
#payment_step > div.mt-4 > div:nth-child(1) > div:nth-child(2) {
    display:block !important;
}



/* إضافة نص رقم التسجيل تحت ف اناناس V - ANANAS */
#product-433057068 > div.main-content.md\:sticky.md\:overflow-hidden.top-24.w-full.md\:w-2\/4.md\:pb-16 > h1::after {
  content: "رقم تسجيل المنتج في هيئة الغذاء والدواء السعودية\A P-3-N-170724-141213";
  display: block;
  white-space: pre-line;
  margin-top: 15px;
  padding: 12px 15px;
  background: linear-gradient(135deg, #fff5fa 0%, #ffe6f2 100%);
  border: 2px solid #fe79b6;
  border-radius: 8px;
  font-size: 14px;
  font-weight: normal;
  color: #051249;
  line-height: 1.6;
  text-align: center;
  box-shadow: 0 2px 4px rgba(254, 121, 182, 0.2);
}

/* تنسيق السطر الأول (العنوان) */
#product-433057068 > div.main-content.md\:sticky.md\:overflow-hidden.top-24.w-full.md\:w-2\/4.md\:pb-16 > h1::after {
  font-weight: 600;
}

/* للموبايل */
@media (max-width: 768px) {
  #product-433057068 > div.main-content.md\:sticky.md\:overflow-hidden.top-24.w-full.md\:w-2\/4.md\:pb-16 > h1::after {
    font-size: 12px;
    padding: 10px 12px;
    margin-top: 10px;
  }
}
/* نهاية نص رقم التسجيل تحت ف اناناس V - ANANAS */

/* إضافة نص رقم التسجيل تحت قهوه (MCT OIL C8) */
#product-115916879 > div.main-content.md\:sticky.md\:overflow-hidden.top-24.w-full.md\:w-2\/4.md\:pb-16 > h1::after {
  content: "رقم تسجيل المنتج في هيئة الغذاء والدواء السعودية\A 2025-657947";
  display: block;
  white-space: pre-line;
  margin-top: 15px;
  padding: 12px 15px;
  background: linear-gradient(135deg, #fff5fa 0%, #ffe6f2 100%);
  border: 2px solid #fe79b6;
  border-radius: 8px;
  font-size: 14px;
  font-weight: normal;
  color: #051249;
  line-height: 1.6;
  text-align: center;
  box-shadow: 0 2px 4px rgba(254, 121, 182, 0.2);
}

/* تنسيق السطر الأول (العنوان) */
#product-115916879 > div.main-content.md\:sticky.md\:overflow-hidden.top-24.w-full.md\:w-2\/4.md\:pb-16 > h1::after {
  font-weight: 600;
}

/* للموبايل */
@media (max-width: 768px) {
  #product-115916879 > div.main-content.md\:sticky.md\:overflow-hidden.top-24.w-full.md\:w-2\/4.md\:pb-16 > h1::after {
    font-size: 12px;
    padding: 10px 12px;
    margin-top: 10px;
  }
}
/*نهاية نص رقم التسجيل تحت قهوه (MCT OIL C8) */

/* إضافة نص رقم التسجيل تحت شاي التفاح الأخضر*/
#product-262091165 > div.main-content.md\:sticky.md\:overflow-hidden.top-24.w-full.md\:w-2\/4.md\:pb-16 > h1::after {
  content: "رقم تسجيل المنتج في هيئة الغذاء والدواء السعودية\A P-3-N-010124-429";
  display: block;
  white-space: pre-line;
  margin-top: 15px;
  padding: 12px 15px;
  background: linear-gradient(135deg, #fff5fa 0%, #ffe6f2 100%);
  border: 2px solid #fe79b6;
  border-radius: 8px;
  font-size: 14px;
  font-weight: normal;
  color: #051249;
  line-height: 1.6;
  text-align: center;
  box-shadow: 0 2px 4px rgba(254, 121, 182, 0.2);
}

/* تنسيق السطر الأول (العنوان) */
#product-262091165 > div.main-content.md\:sticky.md\:overflow-hidden.top-24.w-full.md\:w-2\/4.md\:pb-16 > h1::after {
  font-weight: 600;
}

/* للموبايل */
@media (max-width: 768px) {
  #product-262091165 > div.main-content.md\:sticky.md\:overflow-hidden.top-24.w-full.md\:w-2\/4.md\:pb-16 > h1::after {
    font-size: 12px;
    padding: 10px 12px;
    margin-top: 10px;
  }
}
/*نهاية نص رقم التسجيل تحت  تحت شاي التفاح الأخض */

/* إضافة نص رقم التسجيل تحت قهوة بيرفكت مع الاعشاب */
#product-381794528 > div.main-content.md\:sticky.md\:overflow-hidden.top-24.w-full.md\:w-2\/4.md\:pb-16 > h1::after {
  content: "رقم تسجيل المنتج في هيئة الغذاء والدواء السعودية\A P-3-N-220824-165685";
  display: block;
  white-space: pre-line;
  margin-top: 15px;
  padding: 12px 15px;
  background: linear-gradient(135deg, #fff5fa 0%, #ffe6f2 100%);
  border: 2px solid #fe79b6;
  border-radius: 8px;
  font-size: 14px;
  font-weight: normal;
  color: #051249;
  line-height: 1.6;
  text-align: center;
  box-shadow: 0 2px 4px rgba(254, 121, 182, 0.2);
}

/* تنسيق السطر الأول (العنوان) */
#product-381794528 > div.main-content.md\:sticky.md\:overflow-hidden.top-24.w-full.md\:w-2\/4.md\:pb-16 > h1::after {
  font-weight: 600;
}

/* للموبايل */
@media (max-width: 768px) {
  #product-381794528 > div.main-content.md\:sticky.md\:overflow-hidden.top-24.w-full.md\:w-2\/4.md\:pb-16 > h1::after {
    font-size: 12px;
    padding: 10px 12px;
    margin-top: 10px;
  }
}
/*نهاية نص رقم التسجيل تحت قهوة بيرفكت مع الاعشاب */