/* 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 ========== */
/*global*/
button.s-slider-prev,
button.s-slider-next {
  background: #fff !important;
  border-color: #000;
}
.s-slider-nav-arrow svg {
  fill: #000;
}
.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: #FFFFFF;
font-family: 'Almarai', sans-serif;
}
.s-menu-topnav-list:where([dir=rtl],[dir=rtl] *) {
    color: #fff;
}
/* End of Global */
/*nav*/
 .top-nav {
    background: linear-gradient(300deg, #47427F, #9992BB) !important; 
}
.s-contacts-topnav-link:last-child{
    color: #fff;
}
.top-navbar .s-search-input {
    border-style: none;
    background-color: #963737;
}
  .main-menu li.root-level a ,.s-cart-summary-total,.header-btn__icon,.top-navbar .s-search-input::placeholder{
      color: #333;
  }
.header-btn__icon {
    border-color: #000;
}
.s-search-icon svg {
    fill: #000;
}
.header-btn__icon {
  border-color: #000;
  background-color: #000;
  color: #fff;
  box-shadow: 1px 1px 10px -1px #000;
  }
.header-btn__icon:hover {
  background-color: #fff;
  color: #000;
  border-color: #000;
}
.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*/
/* Products Section */
.s-slider-block__title h2 {
    color: #000;
}
.s-product-card-fit-height.s-product-card-vertical .s-product-card-image,
.s-product-card-content {
  background-color: #FFFFFF;
}
.s-products-list-vertical-cards {
  padding: 0.3rem !important;
}
.s-product-card-vertical {
  padding: 0.1rem;
  overflow: hidden;
  box-shadow: 0px 0px 5px 1px #4c48798c;
}
.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: linear-gradient(300deg, #47427F, #9992BB);  
  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);
}

/* End of Products Section */
.grid.grid-cols-2.md\:grid-cols-4.gap-2\.5.md\:gap-4.lg\:gap-5.has-3-photos {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.s-block--banners .banner-entry:nth-child(5n+1), .has-2-photos .banner-entry:nth-child(n), .has-4-photos .banner-entry:nth-child(n), .has-5-photos .banner-entry:nth-child(n+4)

 {
    grid-column: span 1 / span 2;
}
.banner-entry {
    background: transparent;
}
.header-icon-button .icon:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0.75rem;
    background: linear-gradient(300deg, #47427F, #9992BB);
    padding: 10px;
    border-radius: 50px;
    color: #fff;
}
/* Footer */
.store-footer__top {
  border: none !important;
}

.store-footer__top{
   background: linear-gradient(300deg, #47427F, #9992BB);
  color: #fff !important;
  
}
.site-info-bar

 {
    background-color: #fff !important;
}

.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;
}

p.text-gray-400.mb-2\.5.md\:mb-0 {
    color: #333;
}

.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;
}
salla-social.block.mb-6.hydrated {
    place-self: center !important;
}
.site-info-bar

 {
    background-color: #fff !important;
}
/* End of Footer */
@media (min-width: 1024px) {
    .lg\:grid-cols-6 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}