/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* ========== Google Fonts ========== */
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');

/* ========== Font and Color Variables ========== */:root {
    --color-primary: #F17D88;
    --color-primary-reverse: #EA517D;
}
/*global*/
button.s-slider-prev,
button.s-slider-next {
  background: #fff !important;
  border-color: #F17D88 !important;
}

.s-slider-nav-arrow svg {
  fill: #F17D88;
}

.s-slider-block__title-nav {
  display: flex !important;
}

.loader-init {
  display: none;
}

.s-block.s-block--fixed-banner.wide-placeholder .container {
  padding: 0;
}

.banner--fixed img {
  border-radius: 0;
  background-color: transparent;
}

body {
  background-color: #fff;
  font-family: 'Almarai', sans-serif;
}

/* End of Global */
/*nav*/
.top-navbar {
      background: linear-gradient(45deg, #F7C661, #F17D89) !important;
}


div#mainnav {
  background-color: #fff;
}

.s-contacts-topnav-link:last-child {
  color: #fff;
}

.s-menu-topnav-list {
  color: #fff;
}

.top-navbar .s-search-input {
  border-style: none;
  background-color: #fff;
}

.main-menu li.root-level a,
.s-cart-summary-total,
.header-btn__icon,
.top-navbar .s-search-input::placeholder {
  color: #F17D88;
}

.header-btn__icon {
  border-color: #F17D88;
}

.s-search-icon svg {
  fill: #F17D88;
}

.header-btn__icon {
  border-color: #F17D88;
  background-color: #F17D88;
  color: #fff;
  box-shadow: 1px 1px 10px -1px #F17D88;
}

.header-btn__icon:hover {
  background-color: #fff;
  color: #F17D88;
  border-color: #333;
}

.navbar-brand img {
  max-height: 4.2rem;
}

.main-menu li a:hover {
  transform: translateY(-15%);
}

/* end nav*/
/* main section*/
:nth-child(1 of .s-block.s-block--fixed-banner.wide-placeholder) {
  margin-top: 0;
}

:nth-child(1 of .s-block.s-block--fixed-banner.wide-placeholder) .container {
  max-width: 100%;
}

/*end main section*/
/* Features */
.lazy__bg {
  background-size: contain;
  background-repeat: no-repeat;
}
.gap-3 {
  gap: 0.75rem;
}

.s-block--features__item p 
    display: none !important;
}
/* End Features */
/* Products Section */
.s-product-card-content-title a {
  color: #7E7D80;
}

.s-slider-block__title-right h2 {
  color: #7E7D80 !important;
}

.s-product-card-fit-height.s-product-card-vertical .s-product-card-image,
.s-product-card-content {
  background-color: #fff;
}

.s-products-list-vertical-cards {
  padding: 0.3rem !important;
}

.s-product-card-vertical {
  padding: 0.1rem;
  overflow: hidden;
  box-shadow: 0px 0px 9px -1px #da51464d;
}

.swiper-wrapper.s-slider-swiper-wrapper {
  padding-block: 0.4rem;
}

.s-product-card-content-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.s-product-card-content-sub {
  justify-content: center;
}

.s-button-wide {
  background-color: #F17D88 !important;
  color: #ffffff;
  border-radius: 10px !important;
}

.s-product-card-vertical img {
  transition: 0.5s;
}

.s-product-card-image {
  aspect-ratio: 4/4 !important;
}

.s-product-card-vertical:hover img {
  opacity: 0.9;
  transform: translateY(10px);
  transform: scale(1.1);
}

.s-slider-block__title h2 {
  padding-left: 0;
}

.slide--one-fourth.swiper-slide {
  width: 120px !important;
  height: 120px !important;
}

/* End of Products Section */
/* Footer */
.store-footer__inner {
  border: none;
}

.store-footer {
  background-color: transparent !important;
  color: #fff !important;
}

footer div.store-footer__inner {
       background: linear-gradient(45deg, #F7C661, #F17D89) !important;

  margin-inline: 20px;
  border-radius: 40px;
}

.s-social-list.hydrated {
  place-content: center;
}

.store-footer__inner .container.grid div p {
  margin-top: 5px !important;
}

footer.store-footer * {
  text-align: center;
}

.s-social-list.hydrated {
  margin-top: auto;
}

.store-footer__inner .container.grid div:nth-of-type(1) {
  padding-left: 0;
  grid-column: span 1 / span 2;
}

footer div.store-footer__inner div div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 a {
  justify-content: center;
}

footer div.store-footer__inner div div:nth-child(3) {
  justify-items: center;
}

.max-w-sm {
  max-width: none;
}

.copyright-text p {
  color: #F497A0 !important;
}

.s-contacts-list {
  align-items: center !important;
  display: inline-grid;
}

#contact-slot:nth-of-type(1) span.s-contacts-icon {
  background: #33B846 !important;
  border: none;
  color: #FFFFFF;
}

#contact-slot:nth-of-type(2) span.s-contacts-icon {
  background: #FFFFFF !important;
  border: none;
  color: #1A5372;
}

#contact-slot:nth-of-type(3) span.s-contacts-icon {
  background: #980E11 !important;
  border: none;
  color: #FFFFFF;
}

li.s-social-link a[href*="instagram"] {
  background-image: linear-gradient(150deg, #f9ce34, #ee2a7b, #6228d7);
  border: none;
  color: #FFFF;
}

li.s-social-link a[href*="whatsapp"] {
  background: #33B846 !important;
  border: none;
  color: #FFFFFF;
}

li.s-social-link a[href*="tiktok"] {
  background-image: linear-gradient(150deg, #00f2ea, #000, #ff0050);
  border: none;
  color: #FFFFFF;
}

li.s-social-link a[href*="snapchat"] {
  background: #FEFB00 !important;
  border: none;
  color: #333;
}

li.s-social-link a[href*="facebook"] {
  background: #2561AD !important;
  border: none;
  color: #FFFFFF;
}
li.s-social-link a[href*="twitter"] {
  background: #000 !important;
  border: none;
  color: #FFFFFF;
}

/* End of Footer */
@media only screen and (max-width: 600px) {
    .sticky-product-bar__quantity.center-between.mb-5 {
        width:30%
    }
    .fixed-header .inner{
        padding-block : 10px;
     }
    .product-single button.undefined.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center span.s-button-text {
        font-size:0
    }
    section.sticky-product-bar.bg-white.p-5.rounded-md.rounded-b-none,salla-add-product-button.mt-5.w-full.sticky-product-bar__btn.s-add-product-button-with-quick-buy.s-add-product-button-with-sticky-bar.hydrated {
    flex-direction: row-reverse!important
    }
    .s-add-product-button-with-quick-buy salla-quick-buy:where([dir=rtl],[dir=rtl] *) {
    margin-left: .5rem;
    margin-right: 0 ;
    }
    .product-single button.undefined.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center span.s-button-text svg {
        display: none
    }

    .product-single button.undefined.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center span.s-button-text::before {
        content: "إضافة للسلة"!important;
        font-size: 12px
    }

    .product-single button.undefined.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center {
        padding: 6px!important
    }

    .product-single footer {
        padding-bottom: 50px
    }

    .app-inner.flex.flex-col.min-h-full {
        position: relative!important
    }

    section.flex.bg-white.p-5.sm\:pb-0.rounded-md.rounded-b-none {
        position: fixed!important;
        left: 0;
        bottom: 60px;
        width: 100%;
        z-index: 22
    }
    .s-modal-body.s-modal-align-middle.s-modal-xs.s-modal-padding.s-modal-entering {
        z-index: 999999999!important
    }
}

@media (min-width: 1024px) {
  .store-footer__inner {
    padding-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  footer.store-footer .container.grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-items: center;
  }
:nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    height: 200px;
    background: transparent;
}
}

@media (min-width: 768px) {
  :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .s-slider-block__title {
    margin-bottom: 0.7rem;
  } 
  :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    height: 200px;
    background: transparent;
}
}

@media (max-width: 768px) {
  :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    height: 100px;
    background: transparent;
  }
}
@media (min-width: 640px) {
  .store-footer {
    margin-top: 4rem;
  }
}

@media (min-width: 640px) {
  .two-row .banner-entry:first-child {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
.s-block--features__item {
    background: linear-gradient(45deg, #F7C661, #F17D89) !important;
    color:#fff;
}
.s-block--features__item p , .s-block--features__item h2{
    color:#fff;
}
.feature-icon {
    background-color:#FFF !important;
}
.feature-icon i{
    color:#f4a375 !important;
}