body {
  background-color: #f4f2ea !important;
  overflow-x: hidden;
  max-width: 100%;
  font-display: swap;
}

.index section,
.app-inner,
.content--single-page {
  background-color: transparent !important;
}

/* ### Header ### */
.index .main-nav-container:not(.fixed-pinned) {
  background-color: #f2e4d0 !important;
  color: #141b34;
}

#mainnav,
.store-header {
  height: auto !important;
  min-height: auto;
}

/* Links */

.main-menu li.root-level > a {
  padding: 8px 6px !important;
  margin-bottom: 10px !important;
  position: relative;
  border: 1px solid transparent !important;
  border-radius: 4px;
  font-size: 12px !important;
}

.main-menu li.root-level > a:hover {
  color: #183c32 !important;
  border: 1px solid #000 !important;
  border: none !important;
}

.main-menu li > a {
  padding: 1rem 1rem !important;
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
  font-size: 1rem !important;
}

.mm-spn.mm-spn--navbar ul:before {
  border-top: 2px solid #183c32;
}

.mm-spn li:after {
  display: none !important;
}

@media (min-width: 1024px) {
  .main-menu {
    padding-top: 0.5rem !important;
  }

  body ul.main-menu li.root-level > a {
    background: transparent;
    padding: 6px !important;
    margin: 0 5px 6px !important;
    border-radius: 4px !important;
    border: none !important;
  }

  .main-menu li.root-level > a:hover {
    color: #183c32 !important;
    border: 1px solid #183c32 !important;
    border: none !important;
  }

  /* two lines */
  .main-menu li > a:before {
    position: absolute;
    opacity: 0;
    width: 0%;
    height: 2px;
    content: "";
    background: #183c32 !important;
    transition: all 0.4s ease-in-out;
  }

  .main-menu li > a:before {
    right: 0px;
    bottom: 0px;
  }

  .main-menu li > a:hover:before {
    opacity: 1;
    width: 100%;
  }
}

body .top-navbar {
  min-height: 35px;
  padding-top: 0;
  padding-bottom: 0;
}

/* الإعلان الترويجي أعلى الصفحة  */

/* cart */
.s-cart-summary-content {
  display: none !important;
}

.s-cart-summary-wrapper .s-cart-summary-count {
  top: 4px !important;
  height: 1rem !important;
  width: 1rem !important;
}

.s-cart-summary-wrapper .s-cart-summary-count {
  right: 0 !important;
  left: auto !important;
}

.s-product-options-wrapper,
.s-quantity-input-input,
.s-quantity-input-button svg {
  background-color: transparent !important;
}

[dir="rtl"] header button[onclick*="search::open"],
[dir="rtl"] header salla-cart-summary {
  margin-right: 4px !important;
  margin-left: unset !important;
}

[dir="ltr"] header button[onclick*="search::open"],
[dir="ltr"] header salla-cart-summary {
  margin-right: unset !important;
  margin-left: 4px !important;
}

/* logo */
.navbar-brand img {
  max-height: 3.4rem !important;
  height: 3.4rem !important;
  width: auto !important;
  transform: scale(1) !important;
  margin-top: 0;
}

.store-header .container div:has(> .navbar-brand) {
  overflow: hidden !important;
}

@media (max-width: 650px) {
  .main-nav-container .navbar-brand img {
    max-height: 2.75rem !important;
  }
}

@media (max-width: 370px) {
  .main-nav-container .navbar-brand img {
    max-height: 2rem !important;
  }
}

/* update header icons */
.header-btn__icon {
  width: auto !important;
  height: auto !important;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 2px;
  margin: 0 1px !important;
}

/* .header-btn__icon:hover {
      border: 1px solid #CA1619;
  } */
.header-btn__icon.sicon-search:before {
  content: "";
  background-image: url("https://cdn.files.salla.network/homepage/744805839/f606cbc0-0923-4ca0-a74e-f61faed74af6.webp");
  width: 24px !important;
  height: 24px !important;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.header-btn__icon.sicon-cart:before {
  content: "";
  background-image: url("https://cdn.files.salla.network/homepage/744805839/05df3bac-a721-4cfa-9bf9-a1321b8eb970.webp");
  width: 24px !important;
  height: 24px !important;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 8px;
}

.header-btn__icon.sicon-user:before {
  content: "";
  background-image: url("https://media.zid.store/399c579a-bc98-4adb-a4d5-b61f34b927f3/90b32bb0-f240-4028-a3e1-27f15aeadcd6.svg");
  width: 24px !important;
  height: 24px !important;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

header .sicon-menu:before {
  content: "";
  background-image: url("https://cdn.files.salla.network/homepage/744805839/d51e5848-79e9-4dff-a088-c273fea2370c.webp");
  width: 28px !important;
  height: 28px !important;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

header .sicon-menu {
  font-size: 24px !important;
  color: #141b34 !important;
}

.menu-label {
  display: none;
}

/* sidebar */

/* .mm-spn.mm-spn--navbar:after {
    visibility: hidden !important;
  } */

.mobile-menu .sicon-cancel:before {
  background-color: transparent !important;
  color: #141b34 !important;
  border: 1px solid #141b34;
  border-radius: 50% !important;
  left: 3rem !important;
  top: 1rem !important;
  z-index: 555;
  font-size: 20px;
}

.mm-spn.mm-spn--navbar.mm-spn--main:after {
  content: "";
  height: 2.7rem !important;
  margin: 1rem;
  display: block;
  width: 100%;
  background-color: transparent;
  background-image: url("https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/mQmRvj/rMFqHg2yV1tMcGh730kL6uq140DjpvAmKTWwgurC.png");

  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
}

[dir="ltr"] .mm-spn.mm-spn--navbar.mm-spn--main:after {
  background-position: center left;
}

.mm-spn ul.mm-spn--open {
  top: 4.5rem !important;
  padding-top: 1rem;
}

/* ### Banners ### */
.s-block--fixed-banner img,
.s-block--about img {
  background-color: transparent !important;
  border-radius: 0 !important;
  padding: 0;
}
.s-block--compare,
.index .s-block--compare {
  background-color: #dae0d5 !important;
  padding: 2rem 0 !important;
}
.index .s-block--compare .container {
  padding: 0 1rem !important;
  max-width: 850px !important;
  margin: auto;
}
.s-block--compare img-comparison-slider.rendered {
  border-radius: 16px !important;
}
.s-block--compare .home-block-title h2 {
  color: #ee8761 !important;
}
.s-block--compare .home-block-title h2:before {
  content: "تجارب حقيقية للعملاء";
  display: block !important;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 8px;
}
.s-block--compare .home-block-title p {
  margin-bottom: 2rem !important;
  font-size: 16px !important;
  font-weight: 400;
  color: #000000;
}

.s-block--compare .after figcaption,
.s-block--compare .before figcaption {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #ee8761;
  line-height: 100%;
  opacity: 0.8;
  padding: 8px 16px;
  position: absolute;
  top: auto !important;
  bottom: 4% !important;
  transform: translateY(0) !important;
}

/* videos  */
.s-block--videos-gallery,
.index .s-block--videos-gallery {
  background-color: #183c32 !important;
  border-radius: 0 24px 24px 0 !important;
  padding: 1.5rem 14px 0 0 !important;
}
.s-block--videos-gallery .home-block-title h2 {
  color: #f4f2ea !important;
  text-align: start;
}
.s-block--videos-gallery .max-w-2xl {
  max-width: 100% !important;
}
.s-block--videos-gallery.unified-height salla-slider .swiper-slide {
  width: 280px !important;
}
.s-block--videos-gallery .home-block-title h2:before {
  content: "";
  background-image: url("https://cdn.files.salla.network/homepage/744805839/a625dbe7-32d5-4a25-b8d7-c52737337771.webp");
  width: 24px !important;
  height: 24px !important;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 0 -4px 6px;
}
.s-block--videos-gallery {
  position: relative !important;
}
.s-block--videos-gallery:before {
  content: "";
  background-image: url("https://cdn.files.salla.network/homepage/744805839/d0128f60-40f3-48c1-bb7e-8fc42b6a4f60.webp");
  width: 74px !important;
  height: 71px !important;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  left: 8px;
  top: 0;
}
.s-block--videos-gallery .home-block-title {
  justify-content: flex-start !important;
  text-align: start !important;
  padding: 0 !important;
}
.s-block--videos-gallery .swiper-pagination {
  display: none !important;
}
.s-block--videos-gallery
  .videos-gallery-container
  salla-slider
  .swiper-wrapper {
  padding-bottom: 1rem !important;
}
/* videos in product page */
.product-single .s-block--videos-gallery {
  background-color: #183c32 !important;
  padding: 1.5rem 4rem 2rem 0 !important;
  width: calc(100% + 60px);
  margin: 1rem -30px 0;
}
.product-single .s-block--videos-gallery .carousel-slider .swiper {
  margin: 0 !important;
  overflow: auto !important;
  touch-action: pan-x !important;
  padding-bottom: 1rem !important;
}
.product-single .s-block--videos-gallery .swiper::-webkit-scrollbar {
  width: 6px;
}
.product-single .s-block--videos-gallery .swiper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px transparent;
  background-color: transparent;
}
.product-single .s-block--videos-gallery .swiper::-webkit-scrollbar-thumb {
  background-color: #ee8761;
  outline: none;
  border-radius: 42px;
}

@media (max-width: 1200px) {
  .product-single .s-block--videos-gallery {
    padding: 1.5rem 0.5rem 2rem 0 !important;
    width: calc(100% + 20px);
    margin: 0 -10px 0;
  }
}

/* about us */
body.index {
  background-color: #dae0d5 !important;
}
.s-block--full-bg,
.index .s-block--full-bg {
  background-color: #f4f2ea !important;
  position: relative;
  margin-top: 0 !important;
  border-radius: 24px !important;
}
.s-block--full-bg:before {
  content: "";
  background-image: url("https://cdn.files.salla.network/homepage/744805839/88b3e801-1076-4a01-aae3-f28658516c47.webp");
  width: 117px !important;
  height: 117px !important;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  right: -6px;
  top: 0;
}
.s-block--full-bg h2 {
  color: #ee8761 !important;
}
.s-block--full-bg h2:before,
.s-block--full-bg h2:after {
  content: "";
  background-image: url("https://cdn.files.salla.network/homepage/744805839/e932221b-fdb1-4bd1-83ac-28232aefe34c.webp");
  width: 24px !important;
  height: 24px !important;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 6px -4px;
  animation: rotate 4s infinite linear;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.s-block--full-bg h3 {
  font-size: 14px !important;
}
.s-block--full-bg p {
  font-size: 16px !important;
}
.s-block--full-bg .btn {
  background-color: transparent !important;
  color: #183c32 !important;
  border: 1px solid #183c32 !important;
  border-radius: 8px !important;
  margin-top: 0 !important;
}
.s-block--full-bg .sicon-keyboard_arrow_left:before {
  content: "";
  background-image: url("https://cdn.files.salla.network/homepage/744805839/85edc0ea-e122-45e8-aa07-0ae4445bc988.webp");
  width: 24px !important;
  height: 24px !important;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 6px -4px;
}

@media (max-width: 1400px) {
  .s-block--videos-gallery.unified-height salla-slider .swiper-slide {
    width: 200px !important;
  }
}
@media (max-width: 767px) {
  .s-block--fixed-banner {
    margin-top: 0;
  }
  .s-block--compare .divider:after {
    width: 1px !important;
  }
  .s-block--videos-gallery.unified-height salla-slider .swiper-slide {
    width: 138px !important;
  }
}

@media (min-width: 640px) {
  .s-block {
    margin-top: 2rem !important;
  }
}

/* custom-reviews */
.index .store-footer {
  margin-top: 0 !important;
}
.s-block--custom-reviews,
.index .s-block--custom-reviews {
  background-color: #d4deec !important;
  position: relative;
  margin-top: 0 !important;
  padding-top: 2rem !important;
  border-radius: 24px !important;
}
.s-block--custom-reviews .sicon-quote {
  opacity: 1 !important;
  right: 2rem !important;
  left: auto !important;
}
.s-block--custom-reviews .sicon-quote:before {
  content: "";
  background-image: url("https://cdn.files.salla.network/homepage/744805839/570a7781-a8a9-4f91-9afb-3086c137c813.webp");
  width: 88px !important;
  height: 16px !important;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.s-block--custom-reviews .home-block-title p.text-3xl {
  color: #ee8761 !important;
  font-size: 1.5rem !important;
  margin: 0 !important;
}

.s-block--custom-reviews .home-block-title p {
  color: #000000 !important;
  text-align: start;
  font-size: 1rem !important;
  margin-top: 0 !important;
}
.s-block--custom-reviews .max-w-2xl,
.s-block--custom-reviews .max-w-7xl {
  max-width: 100% !important;
}
.s-block--custom-reviews .home-block-title {
  justify-content: flex-start !important;
  text-align: start !important;
  padding: 0 !important;
}
.s-block--custom-reviews .border-2 {
  display: none !important;
}

.s-block--custom-reviews .review > div {
  background-color: #f4f2ea !important;
  position: relative !important;
  box-shadow: none !important;
  flex-direction: column-reverse !important;
}
.s-block--custom-reviews .review > div:before {
  content: "";
  background-image: url("https://cdn.files.salla.network/homepage/744805839/6e774f0f-83eb-40ae-9545-57fe426a3beb.webp");
  width: 138px !important;
  height: 138px !important;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  left: 0;
  top: 0;
}

.s-block--custom-reviews .review img {
  border-radius: 0 !important;
  width: 24px !important;
  height: 24px !important;
}
.s-block--custom-reviews .comment__rating {
  display: none !important;
}
.s-block--custom-reviews .swiper {
  padding: 1rem !important;
}
.s-block--custom-reviews .swiper-wrapper {
  transform: none !important;
  display: grid !important;
  gap: 1rem !important;
  grid-template-columns: repeat(auto-fit, minmax(343px, 1fr)) !important;
}
.s-block--custom-reviews .review {
  width: 100% !important;
  max-width: 100% !important;
}

@media (max-width: 768px) {
  .s-block--custom-reviews .swiper-wrapper {
    transform: none !important;
    display: grid !important;
    gap: 1rem !important;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr)) !important;
  }
}
/* lists */

.home-block-title h2 {
  font-size: 1.8rem !important;
  padding: 0 10px !important;
  line-height: 1.5;
  color: #000 !important;
}

.home-block-title p {
  font-size: 1.4rem !important;
  padding: 0 10px !important;
  color: #333 !important;
  margin-bottom: 1rem;
}

div:has(> h2) .border-primary {
  display: none;
}
.fixed-products--1,
.index .fixed-products--1 {
  background-color: #dae0d5 !important;
}

@media (max-width: 767px) {
  .home-block-title h2 {
    font-size: 1.3rem !important;
  }

  .home-block-title p {
    font-size: 1.2rem !important;
  }
}

/* @media (max-width: 460px) {
    .s-products-list-vertical-cards {
      grid-template-columns: repeat(1, minmax(0, 1fr));
      gap: 0;
    }
  } */

/* Dots */
.swiper .swiper-pagination-bullet {
  opacity: 0.3 !important;
  opacity: 1 !important;
  background-color: rgba(255, 255, 255, 0.53) !important;
  background-color: #fff !important;
  width: 13px !important;
  height: 8px !important;
  border-radius: 24px;
}

.swiper .swiper-pagination-bullet-active {
  background-color: #ee8761 !important;
  opacity: 1 !important;
  width: 24px !important;
  height: 8px !important;
  border-radius: 24;
}

.swiper .swiper-horizontal > .swiper-pagination-bullets,
.swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0.25rem;
}
.advanced-slider--0,
.index .advanced-slider--0 {
  background-color: #f2e4d0 !important;
}

.enhanced-title-border {
  display: none !important;
}

/* show more  */
.index .btn--outline-primary {
  border-radius: 4px !important;
  border: 1px solid #183c32 !important;
  color: #183c32 !important;

  padding-left: 1rem !important;
  padding-right: 1rem !important;
  margin: 0 auto 1rem !important;
  font-weight: 400 !important;
}

.index .btn--outline-primary:hover {
  opacity: 1;
  border: 1px solid #183c32 !important;
  color: #fff !important;
  background-color: #183c32 !important;
}

.index .s-block .btn--outline-primary {
  padding: 0.5rem 2.5rem !important;
  height: 36px !important;
}

div:has(> .btn--outline-primary) > span,
.s-block .btn--outline-primary .sicon-keyboard_arrow_left {
  display: none !important;
}

/* ###  Categories ### */

/* ###  Product Card ### */
.product-card {
  border-radius: 16px !important;
  background-color: #f4f2ea !important;
  border: 1px solid #edcb8e !important;
  color: #000 !important;
}

.product-card__image {
  background-color: transparent !important;
  height: auto !important;
  max-height: 20rem !important;
}

.product-card__image img {
  object-fit: contain !important;
  border-radius: 8px !important;
  min-height: 6rem !important;
}

.product-card__title a {
  justify-content: flex-start !important;
  text-align: start !important;
  font-weight: 700 !important;
  color: #183c32 !important;
  font-size: 1rem !important;
  margin-bottom: 5px !important;
}

.product-card__subtitle {
  margin-bottom: 4px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #262626;
}

.product-card__title a,
.product-card__subtitle,
.product-card__price {
  text-align: start !important;
  justify-content: flex-start !important;
}

.product-card__price .total-price {
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #000000 !important;
}

.product-card span.before-price {
  color: #9f9f9f !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
}

.product-card__enhanced-mini-cart button.s-button-element .s-button-text span {
  margin: auto !important;
}
button .s-button-text {
  display: flex !important;
}

.product-card .product-card__promotion {
  top: 8px !important;
  bottom: unset !important;
  left: unset !important;
  right: 8px !important;
}
.product-card .product-card__promotion,
.promotion-title {
  border-radius: 4px;
}
.promotion-title:before,
.product-card .product-card__promotion:before {
  content: "";
  background-image: url("https://cdn.files.salla.network/homepage/744805839/ee7c4684-2e9b-4e1f-bd8f-8971f618a9f1.webp");
  width: 14px !important;
  height: 14px !important;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 2px -3px;
}

[dir="ltr"] .product-card .product-card__promotion {
  right: unset !important;
  left: 8px !important;
}

.product-card.product-card--enhanced-btn:not(.product-card--simplified)
  .product-card__enhanced-mini-cart
  button {
  padding: 12px 12px 11px !important;
}

.product-card .product-card__enhanced-mini-cart button.s-button-element i {
  display: none;
}

.product-card.product-card--enhanced-btn:not(.product-card--simplified)
  .product-card__enhanced-mini-cart
  button,
.product-card__normal-cart .s-button-primary-outline,
.s-button-btn {
  background-color: #183c32;
  color: #f4f2ea;
  border: 1px solid #183c32;
  font-weight: 700;
  border-radius: 8px;
}

.product-card__normal-cart .s-button-primary-outline i {
  display: none;
}

.product-card__normal-cart .s-button-primary-outline:hover {
  transform: scale(1.01);
  background-color: transparent;
  color: #183c32 !important;
  border: 1px solid #183c32 !important;
}

.product-card__buttons > div button {
  width: 2.2rem;
  height: 2.2rem;
}
.product-card--primary-buttons button i,
.product-card--primary-buttons salla-button i {
  display: none !important;
}
.product-card--primary-buttons .s-button-btn {
  padding: 10px 5px 8px !important;
}
.product-card__normal-cart .s-button-primary-outline span.s-button-text:after {
  content: "";
  background-image: url("https://cdn.files.salla.network/homepage/744805839/40645c89-a4f4-4bd3-b96c-97adec44a427.webp");
  width: 18px !important;
  height: 18px !important;
  min-width: 16px !important;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}

.product-card__addToCart.mobile,
.product-card .s-product-card-rating,
.product-card__mini-cart__btn.hydrated {
  display: none !important;
}

.product-card .product-card__normal-cart {
  display: block !important;
  margin-top: 0.5rem !important;
}

.product-card.hover_style_4:not(.product-card--horizontal):not(
    .product-entry--horizontal
  )
  .product-card__content {
  padding: 8px 5px !important;
}

@media (max-width: 991px) {
  .product-card__actions {
    top: 2.75rem;
  }

  .product-card.product-card--enhanced-btn:not(.product-card--simplified)
    .product-card__content {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

/* hide btns fron card */
.product-card .product-card__buttons.normal,
.product-card .product-card__actions .quickview-btn {
  display: none !important;
}

.product-card .wishlist button {
  background-color: transparent !important;
  color: #183c32 !important;
  font-size: 1.2rem !important;
  display: none !important;
}

/* .product-card .out-of-stock,
  .product-card .product-card__buttons,
  .product-card .product-card__enhanced-mini-cart {
    display: none !important;
  } */

/* ###  Category Page ### */
.product-index:has(#product-filter) .container .flex.mt-6 {
  margin-top: 10px !important;
}

.product-index:has(#product-filter) .container.flex-col:has(h1) {
  padding: 0 !important;
}

.product-index h1 {
  padding: 0 10px;
}

.products-index .s-block--fixed-banner {
  margin-top: 0 !important;
}

.products-index .s-block--fixed-banner img {
  max-height: 644px !important;
}

.product-index:has(#product-filter) > .cat-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.page-header {
  background-color: #fff !important;
  color: #000 !important;
  justify-content: flex-start !important;
  padding: 0 5px !important;
  height: auto !important;
}

.page-header .breadcrumbs {
  padding: 1rem 0 0 !important;
}

.breadcrumbs * {
  color: #666 !important;
  font-weight: 400 !important;
}

.product-index .breadcrumbs {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.product-index #product-filter {
  background-color: transparent !important;
  color: #000 !important;
  border-radius: 4px !important;
  border-color: #000 !important;
}

.product-index .home-block-title h2 {
  margin-bottom: 1rem;
}

/* reorder items */

/*  cart & blog*/
.cart .sicon-shopping-bag {
  background-color: transparent !important;
  border: 1px solid #000;
}

.cart .sicon-shopping-bag:before {
  content: "";
  background-image: url("https://cdn.files.salla.network/homepage/744805839/05df3bac-a721-4cfa-9bf9-a1321b8eb970.webp");
  width: 3rem !important;
  height: 3rem !important;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.page-single .s-comments-page {
  display: none !important;
}

/* Blog Page */
.page-single .breadcrumbs {
  padding-top: 10px;
  padding-bottom: 10px;
}

.content--single-page {
  margin-top: 1rem !important;
}

#blog-home-slider {
  display: none !important;
}

.blog-index .post-entry > div > div {
  display: none !important;
}

.blog-index .post-entry {
  background-color: transparent;
  border-bottom: 1px solid rgba(152, 183, 211, 0.16);
  border-radius: 0;
}

.page-single .content-entry + salla-comments {
  display: none !important;
}

.content-entry {
  padding-bottom: 2rem;
  font-size: 1.2rem;
}

.content-entry p:has(img) {
  padding: 0 !important;
}
.s-button-primary:hover {
  color: #fff !important;
  background-color: #000 !important;
}
@media (max-width: 767px) {
  .content-entry {
    font-size: 1rem;
  }
}

/* ###  Product Page ### */
.product-single__info h1,
.product-single__info h2,
.product-single__info h1 ~ div.flex {
  text-align: start !important;
  color: #183c32;
  justify-content: flex-start !important;
  font-weight: 700 !important;
}

.product-single__info small {
  text-align: start !important;
}

.product-single__info {
  padding-top: 0;
  margin-top: 0 !important;
  margin-bottom: 1.5rem !important;
}

salla-rating-stars {
  text-align: start !important;
  display: block;
}

.product-single__slider {
  padding: 0 !important;
}

.product-single__discounted-amount,
.product-form > section.bg-storeBG.p-5.rounded-md.mb-5:first-of-type {
  display: none !important;
}

.s-product-options-wrapper {
  padding: 0 !important;
  border-radius: 0 !important;
}

.product-single button.s-social-share-btn,
.product-single button.btn--wishlist {
  background-color: transparent !important;
  color: #ee8761;
  font-size: 1.25rem !important;
  padding: 0 !important;
  border: none;
}

.s-social-share-btn span svg {
  height: 1.14rem !important;
  width: 1.14rem !important;
}

.share-and-wish {
  top: 1rem;
  left: 1rem;
}

[dir="ltr"] .share-and-wish {
  right: 1rem;
  left: auto;
}

/* update share icon place */
.product-single__info > div:has(.btn--wishlist) {
  padding-top: 5px !important;
  margin-bottom: 1rem !important;
  position: absolute;
  left: 5px;
}

[dir="ltr"] .product-single__info > div:has(.btn--wishlist) {
  left: auto;
  right: 5px;
}

.product-single__info > div:has(.btn--wishlist) .s-button-icon {
  width: 2rem !important;
  height: 2rem !important;
  color: #50504f !important;
}

.product-single__info button.s-social-share-btn span,
.product-single__info button.btn--wishlist {
  font-size: 1.2rem !important;
}

.product-single__info .btn--wishlist {
  margin: 0 !important;
}

.product-single__info {
  margin-top: 0 !important;
}

[dir="rtl"] .product-single__info h1 {
  padding-left: 74px !important;
}

[dir="ltr"] .product-single__info h1 {
  padding-right: 74px !important;
}

/* options */
.s-product-options-wrapper,
salla-product-options .s-form-control,
.product-form > div.bg-storeBG.p-5,
.product-form .s-quantity-input-input,
.product-form .s-quantity-input-button svg {
  background-color: transparent !important;
  color: #262626 !important;
}

.force_text_color #details_table *,
.force_text_color .quickview-description *,
.force_text_color .product-single-top-description * {
  color: #50504f !important;
  font-weight: 400 !important;
  font-size: 1rem;
}

/* s-quantity */
.s-quantity-input-container {
  border: 1px solid #183c32 !important;
}

/* product options */
.s-product-options-option {
  flex-direction: column !important;
  display: flex !important;
}
.product-single__info .s-product-options-option small {
  display: none !important;
}
.s-product-options-grid-mode-span {
  background-color: #fff;
  color: #000;
  border: 1px solid rgba(70, 77, 83, 0.28) !important;
  border-radius: 8px !important;
}
/* images */
.product-single__main-media .details-slider {
  height: auto !important;
}

.product-single__main-media
  salla-slider.details-slider
  .s-slider-container
  .swiper-slide.swiper-slide-active {
  border-radius: 0;
  padding: 0 !important;
}

.product-single__main-media .details-slider a img {
  border-radius: 0;
}

.product-single__main-media .details-slider .s-slider-container {
  background-color: transparent !important;
  margin: 12px !important;
  border-radius: 16px !important;
}

.product-single__main-media .details-slider .s-slider-thumbs .swiper-slide {
  height: 4rem !important;
  width: 4rem !important;
  border-radius: 4px !important;
}
.s-slider-thumbs .s-slider-thumbs-container .swiper-slide,
.product-single__main-media .details-slider .s-slider-thumbs .swiper-slide img {
  background-color: transparent !important;
}

.product-single__main-media .s-slider-thumbs .swiper-slide:after {
  border-radius: 4px !important;
}

.product-single__main-media .s-slider-thumbs .swiper-slide:after {
  border: 1px solid transparent !important;
  box-shadow: none !important;
}

.product-single__main-media .s-slider-thumbs .swiper-slide-thumb-active:after {
  border: 2px solid #183c32 !important;
  box-shadow: none !important;
}

@media (min-width: 768px) {
  .product-single
    .product-single__main-media
    .s-slider-vertical
    .s-slider-thumbs-container {
    transform: none !important;
  }
}

.product-single .breadcrumbs {
  padding: 0.75rem 0 !important;
  display: none;
}

/* btns */
.product-single__inner .s-quantity-input-container {
  border-radius: 4px !important;
  border: 1px solid #183c32;
}

.s-add-product-button-with-quick-buy .s-button-wrap {
  display: flex !important;
  width: auto !important;
}

.s-add-product-button-with-quick-buy,
.s-add-product-button-with-quick-buy .s-add-product-button-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 0.5rem;
}

.product-single .s-add-product-button-with-quick-buy .s-button-btn {
  background-color: #f4f2ea !important;
  border-color: #183c32;
  width: auto !important;
  color: #183c32 !important;
  border-radius: 8px !important;
  padding: 10px 1rem 10px 0.8rem !important;
  font-size: 14px !important;
}

.product-single
  .sticky-product-bar
  salla-add-product-button
  salla-button
  .s-button-btn {
  max-height: 46px !important;
  border-radius: 8px !important;
}
.product-single
  .sticky-product-bar
  salla-add-product-button
  salla-button
  .s-button-btn
  .s-button-text:after {
  content: "";
  background-image: url("https://cdn.files.salla.network/homepage/744805839/40645c89-a4f4-4bd3-b96c-97adec44a427.webp");
  width: 18px !important;
  height: 18px !important;
  min-width: 16px !important;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 8px;
  display: none;
}

.s-mini-checkout {
  background-color: #183c32 !important;
  border-color: #183c32 !important;
  color: #f4f2ea !important;
  border-radius: 8px !important;
  min-width: 0 !important;
  padding: 0 !important;
  height: auto !important;
}

.s-mini-checkout .s-add-product-button-mini-checkout-content {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: #183c32 !important;
  border-color: #183c32 !important;
  color: #f4f2ea !important;
  border-radius: 8px !important;
  padding: 0 5px !important;
  height: 40px !important;
  font-size: 14px !important;
  max-width: 100% !important;
  white-space: nowrap;
}

.s-mini-checkout .s-add-product-button-mini-checkout-content svg {
  fill: currentcolor !important;
  margin: 0 4px !important;
  width: 1.4rem !important;
  display: none !important;
}

/* زر الإضافة للسلة */
.product-single
  .s-add-product-button-with-quick-buy
  .s-button-btn
  .s-button-text {
  font-size: 15px !important;
}

.product-single
  .s-add-product-button-with-quick-buy
  .s-button-btn
  .sicon-shopping,
.product-single
  .s-add-product-button-with-quick-buy
  .s-button-btn
  .s-button-text:before {
  display: none !important;
}

.product-single
  .s-add-product-button-with-quick-buy
  .s-button-btn
  .s-button-text
  span:after {
  content: "";
  background-image: url("https://cdn.files.salla.network/homepage/111037715/79813c11-2a43-477d-bc2b-87db12e4bcd1.webp");
  width: 20px !important;
  height: 20px !important;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: -2px 1px 0;
  display: none !important;
}

.product-single
  .s-add-product-button-with-quick-buy
  .s-button-btn
  .s-button-text {
  display: flex !important;
  align-items: center !important;
}

.product-single label,
.product-single label b {
  color: #333 !important;
  font-weight: 600 !important;
  font-size: 15px !important;
}

/* btns in one line */

.product-single .sticky-product-bar,
.product-form > div.bg-storeBG.p-5 {
  padding: 10px 5px !important;
}

@media (max-width: 460px) {
  .product-single
    .s-add-product-button-with-quick-buy
    .s-button-btn
    .s-button-text {
    font-size: 13px !important;
  }

  .fit-slider-products .s-slider-swiper-wrapper .swiper-slide {
    max-width: 190px;
  }
}

/* images to dots */
salla-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 5px !important;
  z-index: 99;
}

.product-single .swiper-pagination {
  text-align: center !important;
}

/* article  */
article * {
  color: #262626 !important;
}

/* related */
.product-single .fit-slider-products {
  margin-bottom: 2rem;
}

.product-single .s-slider-block__title,
.cart .s-slider-block__title {
  justify-content: center !important;
  margin: 2rem auto 1rem !important;
  border: none !important;
  text-align: center;
}

.product-single .s-slider-block__title h2,
.cart .s-slider-block__title h2 {
  font-weight: 600 !important;
  padding: 0 !important;
}
.product-single .s-slider-block__title-right {
  padding: 0 !important;
}
.product-single .s-slider-block__title-left {
  display: none !important;
}
.product-single .s-slider-block__title > div,
.cart .s-slider-block__title > div {
  border-bottom: none !important;
}

/*  Recommended Products  */
.product-single .simplified-products {
  background-color: transparent;
}
.product-single .simplified-products .s-slider-block__title {
  justify-content: center !important;
  justify-content: center !important;
  margin: 1rem auto 0.5rem !important;
  border: none !important;
  text-align: center;
}
.product-single .simplified-products .s-slider-block__title-right {
  padding: 0 !important;
  text-align: center;
}
.product-single .simplified-products .s-slider-block__title-left {
  display: none !important;
}
.product-single .simplified-products h2 {
  font-size: 0 !important;
  padding: 0 !important;
  text-align: center;
}
.product-single .simplified-products h2:after {
  content: " منتجات مختارة ";
  display: block;
  font-size: 1.2rem !important;
  color: #183c32;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 1rem;
  text-align: center;
}
/* to grid  */
.fit-slider-products .swiper {
  justify-content: center !important;
  padding: 0 !important;
}
.fit-slider-products .s-slider-swiper-wrapper {
  display: grid !important;
  transform: none !important;
  display: grid !important;
  gap: 1rem !important;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
}
.fit-slider-products .s-slider-swiper-wrapper > div {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

/* cart */
.cart .container > .sticky {
  width: 100% !important;
  max-width: 750px;
  margin: 0 auto !important;
}

.cart .container > .sticky .shadow-default {
  border: 1px solid #eee;
  border-radius: 8px;
  margin-top: 2rem;
}

.cart .container .main-content {
  width: 100% !important;
}

/* tags */

/* comments */
.s-comments-product .s-comments-container {
  padding: 0 !important;
}

.s-comments-item {
  text-align: start;
  border-radius: 8px;
  border-bottom: 1px solid #efefef !important;
  padding-top: 10px;
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
  background-color: #efefef;
}

.s-comments-item-user-wrapper {
  justify-content: flex-start;
}

.s-comments-item .s-comments-flex,
.s-comments-item-avatar {
  display: none !important;
}

.s-comments-item-stars {
  margin: 0.25rem auto;
}

.s-comments-item-stars .s-rating-stars-selected {
  fill: #ffc700;
}

.s-comments-item-content {
  padding-bottom: 2.2rem;
  font-weight: 500;
  color: #000;
}

.s-comments-item-timestamp {
  position: absolute;
  left: 12px;
  top: 10px;
}

[dir="ltr"] .s-comments-item-timestamp {
  right: 12px;
  left: auto;
}

.s-comments-item salla-rating-stars {
  text-align: start !important;
}

.s-comments-item .s-rating-stars-mini svg {
  height: 1.1rem;
  width: 1.1rem;
}

#comments-filter {
  background-color: transparent;
  border-color: #000;
}

.s-comments-product textarea {
  background-color: transparent;
}

#reviews .s-infinite-scroll-wrapper .s-button-primary {
  background-color: #16006d !important;
  color: #fff !important;
  border: none;
  font-size: 0.9rem;
  border-radius: 8px !important;
  min-width: 180px;
  padding: 10px !important;
  margin-top: 0.5rem;
}

#reviews .s-infinite-scroll-wrapper .s-button-primary .s-button-text:after {
  display: none;
}

/* ###  Testimonials ### */
.s-block--testimonials {
  background-color: transparent !important;
  --faq-bg: none !important;
}

.s-block--testimonials .s-slider-block__title,
.s-block--testimonials .s-slider-block__title * {
  justify-content: center;
  padding: 0 !important;
}

.s-block--testimonials .swiper-slide > div {
  background-color: rgba(238, 243, 248, 0.32) !important;

  background-color: #efefef !important;
  color: #000 !important;
  border-radius: 8px;
  padding: 1rem 1.4rem 0 !important;
  position: relative;
  box-shadow: none;
  border: 1px solid #efefef !important;
  display: flex;
  flex-direction: column;
}

.s-block--testimonials .testimonials-item::after,
.s-block--testimonials .sicon-quote-open,
.s-block--testimonials header img {
  display: none;
}

.s-block--testimonials p {
  background: transparent;
  padding: 0 !important;
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
}

.s-block--testimonials .mb-4.inline-block {
  position: absolute !important;
  left: 1rem !important;
  top: 1rem !important;
}

.s-block--testimonials .mt-auto,
.s-block--testimonials header {
  margin-top: 0 !important;
}

.s-block--testimonials header h4 {
  margin: 5px 0 !important;
  padding: 0 !important;
}

.testimonials-slider .testimonial__inner {
  gap: 0.5rem !important;
}

.s-rating-stars-selected {
  fill: #ffc700;
}

.s-block--testimonials img.object-cover,
.s-block--testimonials header {
  display: none !important;
}

/* ###  footer ### */
.store-footer,
.store-footer .store-footer__inner,
.store-footer .store-footer__contacts-row,
.store-footer .footer-bottom {
  background-color: transparent !important;
  color: #f4f2ea !important;
  border: none !important;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0 !important;
}

footer.store-footer {
  background-color: #ee8761 !important;
  border-radius: 24px 24px 0 0 !important;
}
.footer-description,
.footer-description p,
.footer-description + p,
.footer-is-custom .store-footer .store-footer__curve {
  display: none !important;
}

.store-footer .store-footer__inner {
  padding-bottom: 0;
  padding-top: 2.5rem !important;
}

.store-footer .grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr !important;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
}

.store-footer a img.img-fluid {
  margin: 0 !important;
  height: 6.75rem !important;
  width: auto !important;
}

.store-footer a.footer-logo ~ p,
.store-footer a.footer-logo ~ div {
  max-width: 100% !important;
  text-align: start !important;
  justify-content: flex-start !important;
  margin: 4px 0 8px !important;
  padding-left: 0;
  padding-right: 0;
}

.store-footer h3 {
  border: none !important;
}

.store-footer div.enhanced_rounded_contacts {
  flex-direction: row !important;
}

.store-footer .enhanced_rounded_contacts a {
  border: 1px solid transparent;
  color: #f4f2ea !important;
  padding: 8px;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  margin-bottom: 0;
}

.store-footer .enhanced_rounded_contacts a:hover {
  background-color: transparent;
  border: 1px solid #f4f2ea;
}

.store-footer .enhanced_rounded_contacts a i {
  font-size: 1.25rem !important;
  margin: 0 !important;
}
.store-footer .unicode {
  display: none;
}

.store-footer .s-social-link a {
  border: 1px solid transparent !important;
  color: #f4f2ea !important;
  opacity: 1 !important;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
}

.store-footer div.enhanced_rounded_contacts,
.store-footer ul.rounded_contacts {
  gap: 8px !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  text-align: start !important;
}
.store-footer ul.rounded_contacts {
  gap: 4px !important;
}
.store-footer ul.rounded_contacts > li {
  margin: 0 !important;
}

.store-footer .s-social-link:hover {
  border-color: #f4f2ea !important;
  opacity: 0.75 !important;
}

.store-footer .s-social-link a {
  height: 2.5rem !important;
  width: 2.5rem !important;
}

.store-footer .s-social-link svg {
  font-size: 1.5rem;
  height: 1.2rem;
  width: 1.2rem;
}

.store-footer .footer-bottom {
  background-color: transparent !important;
  color: #f4f2ea !important;
  padding-top: 10px;
  margin: 12px 12px 0;
  border-top: 1px solid #efb79c !important;
}

.footer-bottom .container > div > div:has(ul.rounded_contacts) {
  margin-bottom: 1rem;
}

.payment-methods li.itme-method {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;

  width: 2.5rem !important;
  margin: 4px 5px 6px !important;
}

.payment-methods .itme-maroof img,
.payment-methods .itme-method img {
  max-height: 1.5rem !important;
}

.store-footer .footer-rights p {
  color: #f4f2ea !important;
  opacity: 0.9 !important;
}

.footer-list a,
.footer-user-menu .s-user-menu-dropdown-item a {
  font-size: 16px !important;
  text-align: start;
  line-height: 1.2 !important;
  margin-bottom: 2px !important;
}

.store-footer .footer-list a:hover,
.store-footer .footer-rights a:hover {
  opacity: 1 !important;
  color: #f4f2ea;
  text-decoration: underline;
}

.store-footer h3,
.store-footer h3:after {
  font-size: 1.15rem !important;
}
/* .store-footer .footer-badges,
.store-footer .s-payments-list-wrap {
  display: none !important;
} */

/* body .top-navbar {
  display: none !important;
} */

/* @media (max-width: 1024px) { */
body .top-navbar {
  display: block !important;
  padding: 7px 0 5px !important;
}
/* } */

@media (max-width: 1023px) {
  .store-footer a img.img-fluid {
    height: 4rem !important;
  }

  .store-footer div.enhanced_rounded_contacts,
  .store-footer ul.rounded_contacts,
  .store-footer > div,
  .footer-list a,
  .footer-user-menu li,
  .footer-user-menu a {
    justify-content: flex-start !important;
    text-align: start !important;
  }

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

  .store-footer a.footer-logo + p {
    text-align: start !important;
    justify-content: flex-start !important;
  }
}

@media (max-width: 767px) {
  .store-footer .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .store-footer .footer-bottom .container {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 0;
  }

  .store-footer a img.img-fluid {
    height: 3.7rem !important;
  }

  .store-footer .grid-cols-2 {
    grid-template-columns: 1fr !important;
  }

  .store-footer .grid-cols-2 > div {
    grid-column: 1;
    text-align: start;
    justify-content: flex-start;
    margin-bottom: 0 !important;
  }

  .store-footer div.enhanced_rounded_contacts,
  .store-footer ul.rounded_contacts,
  .store-footer > div {
    justify-content: flex-start !important;
    text-align: start;
  }

  .store-footer h3 {
    text-align: start;
    margin-bottom: 4px !important;
  }

  .store-footer .gap-4 {
    gap: 0.5rem;
  }

  .store-footer .store-footer__inner {
    padding-bottom: 0;
    padding-top: 2rem !important;
  }

  .product-card__title a {
    font-size: 16px !important;
  }

  .footer-list a,
  .footer-user-menu .s-user-menu-dropdown-item a {
    font-size: 16px !important;
    text-align: center;
    line-height: 1;
  }

  .product-single .s-slider-block__title {
    padding: 0 !important;
    justify-content: center !important;
  }

  .product-single .s-slider-block__title h2 {
    padding: 0 !important;
    text-align: center !important;
  }
  ul.footer-list {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: wrap;
    column-gap: 12px;
  }
}

/* localization */
html:has(.s-modal-body) .mm-ocd {
  z-index: 99;
}

.mm-ocd__backdrop {
  z-index: 999;
}

.store-footer .grid > div div:has(salla-localization-modal) {
  display: none !important;
}

/*  صورة المستخدم */
.s-user-menu-trigger-avatar {
  height: 2rem !important;
  width: 2rem !important;
}

salla-user-menu .s-user-menu-trigger {
  padding: 4px !important;
  margin-bottom: 2px !important;
}

@media (max-width: 1023px) {
  .centered_logo .s-user-menu-trigger .s-user-menu-avatar-wrap {
    width: 1.75rem !important;
    height: 1.75rem !important;
    margin-top: -3px !important;
  }
}

/* salla-rating-stars */
.rating-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem !important;
}

.product-single__info .s-rating-stars-reviews {
  margin: 0 6px;
  font-weight: 400 !important;
}

.product-single__info .s-rating-stars-btn-star svg {
  height: 1rem;
  width: 1rem;
}

.inventory-content {
  display: none !important;
}

/* ### Installment Style (tabby&tamara) ### */
salla-installment.hydrated {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: stretch !important;
  margin-top: 1rem !important;
  flex-wrap: nowrap !important;
  gap: 6px;
  display: none !important;
}

salla-installment.hydrated > * {
  width: 49% !important;
  max-width: 49% !important;
  min-width: 49% !important;
  background-color: transparent !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  min-height: 80px !important;
  max-height: unset !important;
  height: max-content;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}

/* new installment */
body .product-single__info div.installment-div {
  margin: 1rem auto;
  border: 1px solid #eee;
  border-radius: 8px;
  display: flex;
  justify-content: space-between !important;
  align-items: center;
  padding: 0.5rem 1rem;
}

.installment-div span {
  display: flex;
  font-weight: 400;
  color: #000;
  font-size: 0.85rem;
  flex-wrap: wrap;
}

.installment-div span.flex img {
  max-height: 30px !important;
  width: auto !important;
}

@media (max-width: 767px) {
  .installment-div span.flex {
    display: flex;
    font-weight: 400;
    color: #000;
    font-size: 0.85rem;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .installment-div span.flex img {
    max-height: 20px !important;
    width: auto !important;
  }
}
/* accordion */
button.accordion {
  padding-left: 2rem !important;
  margin-bottom: 0;
  width: 100%;
  background: transparent;
  color: #000;
  border: none;
  outline: none;
  border-bottom: 1px solid #edcb8e;
  text-align: start;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s linear;
  position: relative;
  margin-top: 5px;
  border-radius: 0;
}
html[lang="en"] button.accordion {
  padding-left: 1rem !important;
  padding-right: 2rem !important;
  border-right: none;
}

button.accordion:after {
  /* + */
  content: url('data:image/svg+xml, %3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3e%3cpath fill="%23EE8761" d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 144L48 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l144 0 0 144c0 17.7 14.3 32 32 32s32-14.3 32-32l0-144 144 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-144 0 0-144z"/%3e%3c/svg%3e') !important;
  width: 1em;
  position: absolute;
  left: 1rem;
  top: 0.9rem;
  font-size: 1rem;
}
html[lang="en"] button.accordion {
  text-align: left;
}
html[lang="en"] button.accordion:after {
  left: auto;
  right: 10px;
}
button.accordion.active:after {
  /* - */
  content: url('data:image/svg+xml, %3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3e%3cpath fill="%23EE8761" d="M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"/%3e%3c/svg%3e') !important;
}

button.accordion.active {
  background: #f4f2ea;
  color: #000;
  border-radius: 0;
  border-bottom: 1px solid transparent !important;
}

.product-single article .panel {
  padding: 0 10px;
  display: none;
  overflow: hidden;
  border: none;
  border: 1px solid transparent;
  font-weight: 300;
}
.product-single article button.accordion.active + .panel {
  border-bottom: 1px solid #edcb8e;
}
.product-single article a {
  color: #183c32;
  text-decoration: underline;
}

/* FOMO */
button.accordion.fomo-accordion {
  border: none;
  border-top: 1px solid #ddd;
  padding: 8px 5px;
  font-size: 14px;
  font-weight: 500;
}
button.accordion.fomo-accordion:after {
  /* up */
  content: url('data:image/svg+xml, %3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3e%3cpath d="M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z"/%3e%3c/svg%3e') !important;
  left: 0.6rem;
  top: 0.6rem;
  font-size: 11px;
}
button.accordion.fomo-accordion.active:after {
  /* down */
  content: url('data:image/svg+xml, %3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3e%3cpath d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/%3e%3c/svg%3e') !important;
}

button.accordion.fomo-accordion + .panel {
  text-align: start;
  padding: 0 6px;
  font-size: 12px;
}

button.accordion.fomo-accordion.active + .panel {
  padding: 0 6px 8px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .faqs-div {
    margin: 1.5rem auto;
    width: 100%;
    padding: 2.5rem 0.5rem;
  }

  .faqs-div h3 {
    font-size: 1.3rem;
    margin-bottom: 0px;
  }
  .faqs-div h5 {
    font-size: 13px;
    margin-bottom: 10px;
  }
  button.accordion {
    padding: 10px 15px;
    font-size: 14px;
  }
  .accordion-content,
  .panel {
    font-size: 14px;
  }
  button.accordion:after {
    font-size: 14px;
    top: 0.9rem;
  }
  button.accordion.fomo-accordion {
    padding: 8px 2px;
    font-size: 13px;
  }
}

/* ## Customer need to see USPs faster ## */
.features-usps {
  display: flex !important;
  justify-content: space-around;
  align-items: flex-start;
  text-align: center;
  flex-wrap: nowrap;
  gap: 0;
  border-radius: 0;
  margin: 12px auto;
  padding: 24px 0 3rem;
}
.features-usps > div {
  width: 33%;
  padding: 0 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.features-usps > div:not(:last-child) {
  border-left: 1px solid #edcb8e;
}
.features-usps .usps-icon {
  width: 50px !important;
  height: 50px !important;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features-usps p {
  font-size: 16px;
  color: #141b34;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .features-usps {
    gap: 0;
    padding: 16px 0 2rem;
  }
  .features-usps > div {
    padding: 0 8px;
  }
  .features-usps .usps-icon {
    width: 40px !important;
    height: 40px !important;
    margin-bottom: 8px;
  }
  .features-usps p {
    font-size: 13px;
  }
}

/* ### Countdown timer ### */
/* .promotion-banner {
  display: none !important;
} */
#discount-timer {
  text-align: center;
  margin: 0 auto;
  padding: 0.7rem 6px;
  background-color: #ee8761;
  color: #ffffff;
  border-radius: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 1rem !important;
  font-weight: bold;
  width: fit-content;
  visibility: visible !important;
  /*   position: fixed; */
  /*   top: 0; */
  z-index: 999999;
  width: 100%;
}
#discount-timer p {
  color: #ffffff !important;
  margin-bottom: 0;
}
#countdown {
  display: flex;
  align-items: center;
}
.timer-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  min-width: 20px;
}
.timer-block #hours,
.timer-block #minutes,
.timer-block #seconds {
  font-size: 1.2rem;
  font-weight: bold;
}
.timer-block .label {
  font-size: 0.6rem;
  font-weight: normal;
  margin-top: 4px;
  text-transform: uppercase;
}
.separator {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 4px;
  padding-bottom: 12px;
}

@media (max-width: 992px) {
  #discount-timer {
    font-size: 14px !important;
  }
  .timer-block #hours,
  .timer-block #minutes,
  .timer-block #seconds {
    font-size: 1rem;
  }
  .separator {
    font-size: 1rem;
  }
}
/* ### Product Packages Section ### */
.product-packages-section {
  display: block !important;
  margin: 1rem auto;
}

h3.product-packages-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 4px;
  text-align: right;
  color: #000;
}

.packages-grid {
  background-color: #f9ead9;
  padding: 10px 8px;
  border-radius: 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.package-item {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0.8rem 2px;
  border: 1px solid #c8c8c8;
  border-radius: 8px;
  position: relative;
  text-decoration: none !important;
  transition: all 0.3s ease;
  cursor: pointer;
  min-height: 160px;
  margin-top: 1rem;
}

.package-item:hover {
  border-color: #ee8761;
}

.package-item.active {
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid #ee8761;
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.5);
}

.package-radio {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #ccc;
  margin-bottom: 0.25rem;
  position: relative;
}

.package-item.active .package-radio {
  border-color: #ee8761;
}

.package-item.active .package-radio:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-color: #ee8761;
  border-radius: 50%;
}

.package-name {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #000;
}

.package-price {
  font-weight: bold;
  font-size: 14px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.package-price:after {
  content: "";
  background-image: url("https://cdn.files.salla.network/homepage/744805839/2f29173e-fe0e-4246-bfa9-0e5a78a1b4a6.webp");
  width: 14px !important;
  height: 14px !important;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 2px -1px;
}

.package-old-price {
  text-decoration: line-through;
  color: #999;
  font-size: 13px;
  font-weight: normal;
}
.package-unit-price {
  font-size: 12px;
  color: #777;
  text-align: center;
}

.package-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.package-discount {
  color: #da3434;
  font-size: 12px;
}
.package-discount.bold {
  font-weight: bold;
}
.package-delivery {
  color: #da3434;
  font-size: 12px;
}
.package-discount,
.package-delivery {
  display: inline-block;
  margin-bottom: -6px;
}

.package-badge {
  position: absolute;
  top: -16px;
  left: -5px;
  background-color: #ee8761;
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  transform: rotate(-16deg);
  z-index: 2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.package-badge:before {
  content: "";
  background-image: url("https://cdn.files.salla.network/homepage/744805839/ee7c4684-2e9b-4e1f-bd8f-8971f618a9f1.webp");
  width: 12px !important;
  height: 12px !important;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 2px -1px;
}

@media (max-width: 768px) {
  .packages-grid {
    grid-template-columns: repeat(auto-fit, minmax(75px, 1fr)) !important;
  }

  .packages-grid {
    padding: 10px 6px;
  }

  .package-item {
    padding: 10px 1px;
  }

  .package-name,
  .package-price {
    font-size: 12px;
    margin-bottom: 0;
  }

  .package-unit-price {
    font-size: 9px;
  }
  .package-discount,
  .package-delivery {
    font-size: 11px;
  }

  .package-badge {
    padding: 0 6px;
    font-size: 11px;
    top: -15px;
    left: -15px;
  }
  .package-badge:before {
    width: 10px !important;
    height: 10px !important;
  }
}

/* ### Custom Reviews Section ### */
.custom-reviews-section {
  background-color: #d4deec;
  padding: 2rem 4rem;
  width: calc(100% + 60px);
  margin: 0 -30px;
  display: block !important;
}

.reviews-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.reviews-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ee8761;
}

.reviews-rating-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.header-stars {
  width: 100px;
  height: auto;
  margin-bottom: 5px;
}

.reviews-rating-text {
  font-size: 14px;
  color: #262626;
}

.reviews-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.review-card {
  background-color: #f4f2ea;
  border-radius: 12px;
  padding: 15px;
}

.review-card-header {
  margin-bottom: 10px;
}

.review-user-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.review-user-info .card-stars {
  width: 80px;
  height: auto;
}

.review-user-info .user-details {
  display: flex;
  align-items: center;
  gap: 8px;
}

.review-user-info .user-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.review-user-info .user-name {
  font-weight: 400;
  color: #183c32;
  font-size: 1rem;
}

.review-content p {
  font-size: 1rem;
  line-height: 1.5;
  color: #242424;
  font-weight: 400;
}

.review-footer {
  margin-top: 10px;
  color: #909090;
  font-size: 15px;
}

.reviews-footer-action {
  margin-top: 20px;
  text-align: center;
  display: none;
}

.btn-show-more-reviews {
  background-color: transparent;
  border: 1px solid #183c32;
  color: #183c32;
  padding: 6px 17px;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease;
}

.btn-show-more-reviews:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

@media (max-width: 1200px) {
  .custom-reviews-section {
    padding: 2rem 1rem;
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
}