@import url("https://kit-pro.fontawesome.com/releases/latest/css/pro.min.css");
@import url("https://kit-free.fontawesome.com/releases/latest/css/free.min.css");
/* @import url("https://fonts.googleapis.com/css2?family=Almarai:wght@400;500;700;900&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@400;500;700;900&display=swap");

/*======[root]======*/
:root {
  --font-main: 'Almarai';
  --color-primary: #e4b5c2;
  --color-primary-dark: #be8f9c;
  --color-primary-light: #ffdbe8;
  --color-primary-lighter: #fff1f6;
  --color-primary-reverse: #653643;
  /*blue*/
  --color-secondary: #3455a0;
  --color-secondary-dark: #0e2f7a;
  --color-secondary-light: #5a7bc6;
  --color-secondary-reverse: #ffffff;
  /*custom colors*/
  --color-bg: #f3f7ff;
  --color-box-bg: #eff4ff;
  --color-box-bg-dark: #d9e5ff;
}

/*======[END root:]======*/

body,
*:not(i) {
  /* font-family: "Almarai", sans-serif !important; */
  font-family: "IBM Plex Sans Arabic", sans-serif !important;
}

body {
  background-color: var(--color-bg) !important;
}

header .sicon-menu,
.main-menu li.root-level>a,
.topnav-link-item,
.header-btn__icon {
  color: #000;
}

.product-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

.home-video.video-mobile {
  margin-top: -70px;
}

.home-video.video-desktop {
  margin-top: -140px;
}

/* lap vidoe link */
/* https://media.zid.store/d7bdfafb-52fe-44d3-80c8-c05d92b3aac1/31fafd57-0837-4295-95c4-e9918ddf5e98.mp4 */
/*  */

footer .store-footer__inner .container div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20:before {
  content: "";
  background: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/GYaqaY/wLtPEhCDVGFDr3AxgCzIDZJKdzELnx9L65wO9IZX.png) center/contain no-repeat;
  display: block;
  max-width: 120px;
  height: 60px;
}

.store-footer a h3:nth-of-type(1) {
  display: none
}

.classic-content {
  /* display: flex;
  gap: 2px;
  align-items: center;
  justify-content: space-between; */
}

.classic-content div {
  background-color: var(--color-box-bg-dark);
  border-radius: 5px;
}

.s-product-card-content-footer .s-button-primary-outline:before {
  content: url(https://media.zid.store/eeebe6f0-dc0e-46e7-a4fb-56c7c4f3196f/ef74c11e-2ef9-4ef1-a83a-23e797c2e347.svg);
  display: block;
  margin-top: 3px;
  margin: 3px 3px 0;
}

.anim-txt-bar {
  overflow: hidden;
}

.page-content-section {
  max-width: 1000px !important;
  margin: 0 auto;
}

.anim-txt-bar>img {
  display: inline-block;
  max-width: 500px;
  width: max-content;
}

.top-navbar {
  background: #fff;
}

.navbar-brand img {
  height: 100px !important;
  width: 100% !important;
  max-width: 100% !important;
}

.anim-txt-bar>img {
  animation: slide 16s linear infinite;
  display: inline-block;
  max-width: 500px;
  width: max-content;
}

.w-full.s-block.f_animated-text-bar.page-content-section {
  max-width: 1000px !important;
  margin: 1rem auto 0;
  overflow: hidden;
  padding: 1rem 0;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}

/* .top-navbar .s-search-input {
  background: #fff !important;
} */
.s-product-card-price {
  margin-top: 10px;
}

.index .main-nav-container {
  background-color: #ffffff66 !important;

  z-index: 50;
  position: relative;
}

.main-nav-container.fixed-pinned,
.main-nav-container {
  background-color: rgb(245, 242, 224) !important;

}

.main-nav-container.fixed-pinned,
.main-nav-container {
  background-color: transparent !important;
}

.s-product-card-vertical .s-product-card-wishlist-btn button {
  display: none
}

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

.top-navbar .s-search-input {
  color: #000;
}

header .sicon-shopping-bag {
  font-size: 0;
  margin-left: 0;
}

.header-btn__icon {
  border-color: transparent !important;
}

.s-cart-summary-content {
  display: none;
}

header .sicon-shopping-bag:after {
  content: url(https://media.zid.store/eeebe6f0-dc0e-46e7-a4fb-56c7c4f3196f/20b2f382-e9ec-4868-a53e-61dedd26c79c.svg) !important;
}

header salla-cart-summary {
  margin-right: 0 !important;
}

/* titles */
.s-slider-block__title h2,
.s-block__title h2 {
  font-size: 1.7rem;
}

.s-block.s-block--banners .s-block__title {
  justify-content: center !important;
}

.s-block.s-block--banners .s-block__title .right-side {
  padding: 0 !important;
}

@media (max-width: 1024px) {

  .s-slider-block__title h2,
  .s-block__title h2 {
    font-size: 1.2rem;
  }

  .s-slider-block__title {
    justify-content: center;
  }

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

/* ##### Banners ##### */

.banner--fixed img {
  background-color: transparent !important;
}

@media (max-width: 1024px) {
  .s-block--photos-slider:first-of-type {
    margin-top: 0 !important;
  }

  .two-row .banner-entry:first-child {
    padding: 0.5rem;
  }

  .two-row .banner-entry:first-child h3,
  .banner-entry.square-photos h3 {
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 1rem !important;
  }
}

/* ##### Categories ##### */

.s-block.s-block--banners>.grid {
  grid-template-columns: 1fr 1fr;
  max-width: 1000px;
  margin: auto;
}

.s-block.s-block--banners>.grid .banner-entry {
  padding-top: 94%;
  background-color: transparent;
}

.s-block.s-block--banners>.grid .banner-entry div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1024px) {
  .s-block.s-block--banners>.grid .banner-entry {
    height: auto;
  }
}

/* ##### Custom Features ##### */
.s-block--categories {
  background-color: rgba(255, 183, 62, 0.19) !important;
}

.s-block--categories .swiper-slide {
  width: 33% !important;
}

.s-block--categories .swiper-slide .slide--cat-entry {
  background-color: transparent !important;
  flex-direction: row;
  height: 4rem;
  justify-content: center !important;
  align-items: center !important;
  padding: 0.5rem !important;
  pointer-events: none;
}

.s-block--categories .swiper-slide .slide--cat-entry i {
  margin-bottom: 0 !important;
}

.s-block--categories .swiper-slide .sicon-coffee-togo:before {
  content: url("https://media.zid.store/1517d051-2b19-4285-8512-05a0006890c6/0af05f34-51ad-420b-b43b-b7f7797cf77f.svg") !important;
  margin-left: 5px;
}

.s-block--categories .swiper-slide .slide--cat-entry {
  animation: scroll 8s linear infinite;
}

@keyframes scroll {
  100% {
    transform: translateX(200%);
  }
}

@media (max-width: 460px) {
  .s-block--categories .swiper-slide {
    width: 75% !important;
  }
}

/* ##### Product ##### */
/* the shape */
.s-product-card-entry {
  background: transparent;
}

.s-product-card-content {
  /* background: linear-gradient(180deg, #ececde 0%, #d3d1bb 100%); */
  border-radius: 8px;
  padding-top: 6.5rem !important;
  /*background: linear-gradient(to right, rgba(236, 236, 222, 1), rgba(211, 209, 187, 1));*/

  background-color: var(--color-box-bg) !important;
}

.s-user-menu-trigger {
  background-color: transparent;
}

.s-product-card-image {
  background-color: transparent !important;
  margin-bottom: -6rem;
  z-index: 10;
  padding-left: 6px;
  padding-right: 6px;
}

.s-product-card-image-cover {
  object-fit: contain !important;
}

/*---------------------------------------*/
.s-products-slider-card .s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
  width: 90%;
  max-width: 350px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

/*---------------------------------*/
.s-product-card-fit-height .s-product-card-image {
  height: auto;
  max-height: auto;
}

.s-product-card-vertical .s-product-card-image {
  aspect-ratio: 1 / 1 !important;
  width: 100% !important;
  height: auto !important;
  max-heigth: auto !important;
}

.s-product-card-vertical .s-product-card-image img {
  object-fit: conver;
  height: 100%;
}

.s-product-card-content-sub {
  min-height: 30px !important;
}

@media (min-width: 768px) {
  .s-products-slider-card {
    width: 50%;
    max-width: 330px;
  }
}

/* texts */
.s-product-card-content-title a {
  font-size: 1.1rem;
}

.s-product-card-content-footer .s-button-btn {
  background-color: #000 !important;
  color: #fff !important;
  fill: #fff !important;
  line-height: 1.6rem !important;
  border-radius: 16px !important;
}

.s-product-card-content-footer .sicon-shopping-bag {
  display: none;
}

.s-product-card-content-subtitle {
  color: #000 !important;
}

/* #### Product Details #### */
.product-single .main-content h1 {
  font-size: 1.4rem;
  margin-bottom: 10px !important;
}

.s-button-primary {
  color: #fff !important;
}

.s-add-product-button-mini-checkout-content {
  display: inherit;
}

.s-add-product-button-with-quick-buy [type="submit"] {
  margin-bottom: 5px;
}

.s-form-control {
  background-color: rgba(241, 241, 230, 0.51);
  border-color: rgba(241, 241, 230, 0.51);
  color: #000;
  font-size: 1rem;
  font-weight: 500;
}

.s-product-options-option-label small {
  display: none;
}

.s-quantity-input,
.s-quantity-input-button {
  color: #000 !important;
  fill: #000 !important;
  border-color: #e5e7eb !important;
}

.s-quantity-input .s-quantity-input-container {
  border-color: #000 !important;
  border-radius: 8px;
}

.comment img,
.nested-comment img {
  object-fit: contain !important;
}

/* delete image border */
salla-slider.details-slider .swiper-slide,
salla-slider.details-slider .s-slider-container {
  box-shadow: none !important;
  border: none !important;
  --tw-ring-color: none !important;
  --tw-ring-shadow: none !important;
  --tw-ring-offset-shadow: none !important;
}

@media (max-width: 767px) {

  .product-single .main-content h1,
  .product-single .main-content h2,
  .product-single .main-content .product__description {
    text-align: center !important;
  }

  .product-single .main-content .whitespace-nowrap {
    justify-content: center !important;
  }

  .s-add-product-button-with-quick-buy [type="submit"] {
    content: "";
    background-image: url("https://media.zid.store/1517d051-2b19-4285-8512-05a0006890c6/1e557151-d4f5-483b-90cb-6c1741b32a54.svg");
    /*         width: 40px; */
    height: 40px !important;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .s-add-product-button-with-quick-buy .s-button-primary svg {
    display: none;
  }

  .s-add-product-button-with-quick-buy .s-button-primary {
    font-size: 0 !important;
  }
}

/* ##### Features ##### */

html[lang="en"] .s-block--features:before {
  content: "What us ?";
}

html[lang="ar"] .s-block--features:before {
  /* content: "Ù„Ù…Ø§Ø°Ø§ Ù†Ø­Ù†"; */
}

.s-block--features:before {
  text-align: center;
  display: block;
  color: black;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.s-block--features__item:first-child {
  grid-column: 1;
}

.s-block--features .grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px;
}

.s-block--features__item {
  padding: 10px 5px !important;
  min-height: 140px !important;
  justify-content: start !important;
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 1rem;
}

.s-block--features__item .feature-icon {
  background-color: transparent !important;
  color: #000 !important;
  height: 6rem;
  width: 6rem;
}

.s-block--features__item .feature-icon i {
  opacity: 1 !important;
  color: #000 !important;
  font-size: 3.4rem;
}

.s-block--features__item h2 {
  font-size: 1.2rem;
}

.s-block--features__item p {
  font-size: 1rem;
}

@media (max-width: 1024px) {
  .s-block--features__item .feature-icon {
    height: 4rem;
    width: 4rem;
  }

  .s-block--features__item .feature-icon i {
    font-size: 2.5rem;
  }

  .s-block--features__item h2 {
    font-size: 1rem;
  }

  .s-block--features__item p {
    font-size: 0.9rem;
  }

  .s-block--features:before {
    font-size: 1.5rem;
  }

  .s-block--features__item {
    min-height: 180px !important;
  }
}

/* ##### Clients ##### */

/* ##### Footer ##### */
.store-footer {
  background-color: var(--color-box-bg-dark) !important;
  color: #000 !important;
  text-align: center;
  max-width: 96% !important;
  margin: 2rem auto 0;
  border-radius: 24px 24px 0 0;
}

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

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

.store-footer a:hover {
  color: var(--color-primary-dark);
}

.s-social-link a {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.footer-is-light .store-footer .social-link {
  font-size: 1.5rem !important;
  height: 2.7rem;
  width: 2.7rem;
  border-color: transparent !important;
}

.footer-is-light .store-footer .social-link:hover {
  background-color: #ecaf00;
  color: #fff !important;
}

.s-social-link a:hover {
  color: #fff;
}

@media (max-width: 1024px) {

  footer.store-footer,
  .store-footer .store-footer__inner * {
    text-align: center;
    justify-content: center;
  }

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

/* ##### New Sections ##### */
/* about us */
.s-block--hero-slider.s-block--full-bg {
  margin-top: 0 !important;
}

.s-block--hero-slider.s-block--full-bg .bg-cover {
  display: none !important;
}

.s-block--hero-slider.s-block--full-bg .swiper-slide {
  background-color: transparent !important;
  height: auto !important;
  min-height: 200px;
}

.s-block--hero-slider.s-block--full-bg .line-clamp-2 {
  display: block !important;
}

.s-block--hero-slider.s-block--full-bg .text-white {
  color: #000 !important;
  width: 50% !important;
}

.story-btn {
  background-color: #000;
  color: #fff;
  padding: 10px 24px;
  border-radius: 16px;
  font-size: 1rem !important;
}

.s-block--hero-slider.s-block--full-bg .text-white p {
  margin-bottom: 1rem;
}

@media (max-width: 1024px) {
  .s-block--hero-slider.s-block--full-bg .text-white {
    width: 90% !important;
  }

  .s-block--hero-slider.s-block--full-bg .text-white p {
    text-align: start;
  }
}

@media (max-width: 768px) {
  /* center logo */


  .anim-txt-bar>img {
    max-width: 230px;
  }

  .main-nav-container .inner .container .flex.items-stretch.justify-between.relative div.flex.items-center:first-of-type {
    width: 100%;
  }

  .navbar-brand {
    margin: .5rem auto !important;
    padding-left: 45px;
  }

  /* Home Video */
  .s-block--default-home-slider:first-of-type {
    margin-top: 0px !important;
  }

  .home-video {
    /* margin-top: -132px !important; */
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 561px) {
  .home-video.video-mobile {
    display: none;
  }
}

@media (max-width: 560px) {
  .home-video.video-desktop {
    display: none;
  }

  /* .home-video {
    margin-top: -120px !important;
  } */
}

.home-video.video-desktop {
  height: 100vh;
}

.home-video.video-desktop video {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

/* ====== Home FAQs ====== */
.faqs-div {
  margin: 40px auto;
  width: 70%;
}

.faqs-div h3 {
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 20px;
}

/* accordion */
button.accordion {
  padding-left: 2rem !important;
  margin-bottom: 0;
  width: 100%;
  background-color: #f6f2df;
  color: #000;
  border: none;
  outline: none;
  text-align: start;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s linear;
  position: relative;
  margin-top: 15px;
  border-radius: 12px;
}

button.accordion:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f078" !important;
  font-size: 14px;
  float: left;
  position: absolute;
  left: 1rem;
  top: 0.8rem;
  color: #777;
}

html[lang="en"] button.accordion {
  text-align: left;
}

html[lang="en"] button.accordion:after {
  float: right;
  left: auto;
  right: 1rem;
}

button.accordion.is-open:after {
  content: "\f077" !important;
}

button.accordion.is-open {
  background-color: #f6f2df;
  color: #000;
  border-radius: 12px 12px 0px 0px;
}

button.accordion.is-open strong {
  color: #fff !important;
}

.accordion-content {
  background-color: #f6f2df;
  border: 0px solid #d9dadc;
  border-top: none;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
  border-radius: 0px 0px 12px 12px;
  font-size: 14px;
  line-height: 2.5;
  text-align: start;
}

/* ====== Custom New Sections  Meadia Queries ======= */
@media (max-width: 767px) {

  .main-nav-container .inner .container .flex.items-stretch.justify-between.relative,
  .main-nav-container .inner .container .flex.items-stretch.justify-between.relative div.flex.items-center:first-of-type {
    flex-direction: row-reverse;
  }

  #best-offers-7-slider .s-products-slider-card {
    width: 100%;
    margin: auto;
  }

  .carousel-slider .swiper:where([dir="rtl"]) {
    padding-left: 0;
  }


  footer .store-footer__inner .container div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20:before {
    height: 70px;
    margin: 0 auto 10px auto;
  }

  /* Home FAQs */
  .faqs-div {
    margin: 20px auto;
    width: 96%;
    padding: 0px 5px;
  }

  .faqs-div h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  button.accordion {
    padding: 10px 15px;
    font-size: 12px;
  }

  .accordion-content {
    font-size: 13px;
  }

  button.accordion:after {
    font-size: 13px;
    top: 0.7rem;
  }
}

/*============== START reviews*/
.s-reviews-container .s-reviews-testimonial {
  position: relative;
  display: flex;
  height: 100%;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: var(--color-box-bg) !important;
  opacity: 0.6;
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  padding: 1.5rem;
}


/*============== END reviews*/