/* Add custom CSS styles below */ 
.golden-era-banners {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 22px 20px 28px;
  box-sizing: border-box;
}

/* ==========================
   MAIN BANNER
========================== */

.golden-main-banner {
  width: 100%;
  overflow: hidden;
  border-radius: 18px;
  line-height: 0;
}

.golden-main-banner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* ==========================
   DOTS
========================== */

.golden-slider-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  margin: 10px 0 12px;
}

.golden-slider-dots span {
  width: 6px;
  height: 6px;
  background: #d8c6aa;
  border-radius: 50%;
  transition: 0.3s ease;
}

.golden-slider-dots span.active {
  width: 23px;
  border-radius: 50px;
  background: #c88a25;
}

/* ==========================
   SMALL BANNERS
========================== */

.golden-small-banners {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.golden-small-banner {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 11px;
  line-height: 0;
  text-decoration: none;
}

.golden-small-banner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  transition: transform 0.3s ease;
}

/* Optional subtle hover */
@media (hover: hover) {
  .golden-small-banner:hover img {
    transform: scale(1.015);
  }
}

/* ==========================
   TABLET
========================== */

@media (max-width: 992px) {
  .golden-era-banners {
    padding-left: 16px;
    padding-right: 16px;
  }

  .golden-small-banners {
    gap: 12px;
  }
}

/* ==========================
   MOBILE
========================== */

@media (max-width: 600px) {
  .golden-era-banners {
    padding: 14px 12px 20px;
  }

  .golden-main-banner {
    border-radius: 13px;
  }

  .golden-slider-dots {
    margin: 8px 0 10px;
  }

  .golden-small-banners {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .golden-small-banner {
    border-radius: 10px;
  }
}

.global-animated-ads{
  display: none ;
}
section:has(.first-banner-section){
  margin: 0 !important;
}
.first-banner-section{
  margin: 0;
  padding: 0;
  border-radius: 0;
  width: 100% !important;
  max-width: 100% !important;
}

.first-banner-section img{
  margin: 0;
  padding: 0;
  border-radius: 0 !important;
  width: 100% !important;
}

/* =========================================================
   GOLDEN ERA - CATEGORIES SECTION
   ========================================================= */

.custom-catirgores-section {
  background: #f5f6f7 !important;
  padding: 52px 0 64px !important;
  margin: 0 !important;
  overflow: hidden;
}

/* main container */
.custom-catirgores-section > .container {
  width: 100% !important;
  max-width: 1240px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
}

/* =========================================================
   SECTION TITLE
   ========================================================= */

.custom-catirgores-section .s-slider-block__title {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  margin: 0 0 35px !important;
  padding: 0 !important;
}

.custom-catirgores-section .s-slider-block__title-right {
  width: 100% !important;
  text-align: center !important;
}

.custom-catirgores-section .s-slider-block__title h2 {
  position: relative;
  display: inline-block;
  margin: 0 !important;
  padding: 0 0 15px !important;

  color: #211a16 !important;
  font-size: 30px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
}

/* golden underline */
.custom-catirgores-section .s-slider-block__title h2::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);

  width: 70px;
  height: 3px;

  background: #cf9b43;
  border-radius: 100px;
}

/* subtitle */
.custom-catirgores-section .s-slider-block__title-right::after {
  content: "كل ما تحتاجه لشبكة أقوى في مكان واحد";
  display: block;

  margin-top: 8px;

  color: #88817c;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

/* hide slider arrows */
.custom-catirgores-section .s-slider-block__title-left,
.custom-catirgores-section .s-slider-block__title-nav {
  display: none !important;
}

/* =========================================================
   SWIPER
   ========================================================= */

.custom-catirgores-section .s-slider-container {
  overflow: visible !important;
  padding: 0 !important;
}

.custom-catirgores-section .s-slider-swiper-wrapper {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr) !important;
  gap: 18px !important;

  width: 100% !important;

  transform: none !important;
}

/* =========================================================
   CATEGORY SLIDE
   ========================================================= */

.custom-catirgores-section .swiper-slide {
  width: 100% !important;
  height: auto !important;

  margin: 0 !important;
  padding: 0 !important;

  transform: none !important;
}

/* category card */
.custom-catirgores-section .slide--cat-entry {
  position: relative;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;

  width: 100% !important;
  min-height: 155px !important;

  padding: 23px 10px 15px !important;

  background: #ffffff !important;
  border: 1px solid #e7e1db !important;
  border-radius: 17px !important;

  text-align: center !important;
  text-decoration: none !important;

  box-shadow:
    0 7px 12px rgba(40, 28, 17, 0.04),
    0 14px 30px rgba(40, 28, 17, 0.08) !important;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease !important;
}

/* hover */
.custom-catirgores-section .slide--cat-entry:hover {
  transform: translateY(-4px);

  box-shadow:
    0 9px 18px rgba(40, 28, 17, 0.06),
    0 18px 34px rgba(40, 28, 17, 0.11) !important;
}

/* =========================================================
   CATEGORY ICON
   ========================================================= */

.custom-catirgores-section .slide--cat-entry img {
  width: 47px !important;
  height: 47px !important;

  min-width: 47px !important;
  min-height: 47px !important;

  margin: 0 0 15px !important;
  padding: 9px !important;

  object-fit: contain !important;

  background: #8a4b0f !important;

  border: 0 !important;
  border-radius: 15px !important;

  box-sizing: border-box !important;
}

/* =========================================================
   CATEGORY NAME
   ========================================================= */

.custom-catirgores-section .slide--cat-entry h2 {
  margin: 0 !important;
  padding: 0 !important;

  color: #271d17 !important;

  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.6 !important;
}

/* =========================================================
   "عرض الكل"
   ========================================================= */

.custom-catirgores-section .slide--cat-entry::after {
  content: "عرض الكل  ‹";

  display: block;

  margin-top: 9px;

  color: #8a4b0f !important;

  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {

  .custom-catirgores-section .s-slider-swiper-wrapper {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 16px !important;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

  .custom-catirgores-section {
    padding: 36px 0 45px !important;
  }

  .custom-catirgores-section > .container {
    padding: 0 14px !important;
  }

  .custom-catirgores-section .s-slider-block__title {
    margin-bottom: 25px !important;
  }

  .custom-catirgores-section .s-slider-block__title h2 {
    font-size: 24px !important;
  }

  .custom-catirgores-section .s-slider-block__title-right::after {
    font-size: 12px !important;
  }

  .custom-catirgores-section .s-slider-swiper-wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }

  .custom-catirgores-section .slide--cat-entry {
    min-height: 145px !important;
    padding: 20px 8px 14px !important;
    border-radius: 15px !important;
  }

  .custom-catirgores-section .slide--cat-entry img {
    width: 44px !important;
    height: 44px !important;

    min-width: 44px !important;
    min-height: 44px !important;
  }

  .custom-catirgores-section .slide--cat-entry h2 {
    font-size: 12px !important;
  }

  .custom-catirgores-section .slide--cat-entry::after {
    font-size: 10px !important;
  }
}

/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 370px) {

  .custom-catirgores-section > .container {
    padding: 0 10px !important;
  }

  .custom-catirgores-section .s-slider-swiper-wrapper {
    gap: 9px !important;
  }
}

/* =========================================================
   GOLDEN ERA - FEATURED PRODUCTS
   Figma: node 8-1335
   Section: #best-offers-3-slider
========================================================= */

#best-offers-3-slider {
  position: relative;

  width: 100% !important;
  max-width: 1200px !important;

  margin: 0 auto !important;
  padding: 55px 20px 70px !important;

  overflow: visible !important;

  background: #fff !important;

  direction: rtl;
  box-sizing: border-box;
}


/* =========================================================
   SECTION TITLE
========================================================= */

#best-offers-3-slider .s-slider-block__title {
  position: static !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;

  margin: 0 0 30px !important;
  padding: 0 !important;

  text-align: center !important;
}


#best-offers-3-slider .s-slider-block__title-right {
  width: 100% !important;
  text-align: center !important;
}


#best-offers-3-slider .s-slider-block__title-right h2 {
  margin: 0 !important;
  padding: 0 !important;

  color: #221b17 !important;

  font-size: 25px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;

  text-align: center !important;
}


/* subtitle under title */

#best-offers-3-slider .s-slider-block__title-right::after {
  content: "مجموعة مختارة من الأنتينات والراوترات والمقويات الأكثر طلباً";

  display: block;

  margin-top: 7px;

  color: #89827d;

  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;

  text-align: center;
}


/* =========================================================
   HIDE SLIDER ARROWS
========================================================= */

#best-offers-3-slider .s-slider-block__title-nav {
  display: none !important;
}


/* keep title left parent but don't let it affect layout */

#best-offers-3-slider .s-slider-block__title-left {
  position: static !important;

  width: 0 !important;
  height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;
}


/* =========================================================
   MOVE "عرض الكل" TO BOTTOM
========================================================= */

#best-offers-3-slider .s-slider-block__display-all {
  position: absolute !important;

  right: 50% !important;
  bottom: -50px !important;
  left: auto !important;

  z-index: 5;

  display: block !important;

  width: max-content !important;

  transform: translateX(50%) !important;

  margin: 0 !important;
  padding: 0 0 2px !important;

  color: #8d5416 !important;

  font-size: 12px !important;
  font-weight: 500 !important;

  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}


/* =========================================================
   DISABLE SWIPER LAYOUT
   MAKE PRODUCTS 4 x 2
========================================================= */

#best-offers-3-slider .s-slider-container {
  width: 100% !important;

  overflow: visible !important;

  margin: 0 !important;
  padding: 0 !important;
}


#best-offers-3-slider .s-slider-swiper-wrapper {
  display: grid !important;

  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;

  gap: 20px !important;

  width: 100% !important;
  height: auto !important;

  transform: none !important;
  transition: none !important;
}


/* individual swiper slide */

#best-offers-3-slider .s-products-slider-card {
  width: 100% !important;
  height: auto !important;

  margin: 0 !important;
  padding: 0 !important;

  transform: none !important;
}


/* =========================================================
   PRODUCT CARD
========================================================= */

#best-offers-3-slider custom-salla-product-card {
  position: relative;

  display: flex !important;
  flex-direction: column !important;

  width: 100% !important;
  height: 100% !important;

  overflow: hidden !important;

  background: #fff !important;

  border: 1px solid #e7e1f6 !important;
  border-radius: 17px !important;

  box-shadow:
    0 2px 4px rgba(34, 21, 12, 0.02),
    0 4px 12px rgba(34, 21, 12, 0.04) !important;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease !important;
}


#best-offers-3-slider custom-salla-product-card:hover {
  transform: translateY(-3px) !important;

  box-shadow:
    0 6px 18px rgba(34, 21, 12, 0.08) !important;
}


/* =========================================================
   PRODUCT IMAGE AREA
========================================================= */

#best-offers-3-slider .product-block__thumb {
  position: relative !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  height: 275px !important;

  overflow: hidden !important;

  margin: 0 !important;
  padding: 0 !important;

  background: #f5f5f5 !important;
}


/* product image link */

#best-offers-3-slider .product-block__thumb .thumb-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  height: 100% !important;

  margin: 0 !important;
  padding: 20px !important;
}


/* actual image */

#best-offers-3-slider .product-block__thumb .thumb-wrapper img {
  display: block !important;

  width: 100% !important;
  height: 100% !important;

  max-width: 235px !important;
  max-height: 235px !important;

  margin: auto !important;

  object-fit: contain !important;
  object-position: center !important;

  mix-blend-mode: multiply;
}


/* =========================================================
   BEST SELLER BADGE
========================================================= */

#best-offers-3-slider .product-block__thumb .badge {
  position: absolute !important;

  top: 16px !important;
  right: 16px !important;
  left: auto !important;

  z-index: 10;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: auto !important;
  height: 25px !important;

  margin: 0 !important;
  padding: 0 12px !important;

  overflow: hidden !important;

  background: #9a6b2d !important;

  border: 0 !important;
  border-radius: 100px !important;

  color: transparent !important;

  font-size: 0 !important;
  font-weight: 500 !important;

  box-shadow: none !important;
}


/* replace existing badge texts */
#best-offers-3-slider .product-block__thumb .badge::after {
  content: "الأكثر طلباً";

  color: #fff !important;

  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 1 !important;

  white-space: nowrap;
}


/* products without a badge still get one */

#best-offers-3-slider .product-block__thumb:not(:has(.badge))::before {
  content: "الأكثر طلباً";

  position: absolute;

  top: 16px;
  right: 16px;

  z-index: 10;

  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 25px;

  padding: 0 12px;

  background: #9a6b2d;

  border-radius: 100px;

  color: #fff;

  font-size: 10px;
  font-weight: 500;
}


/* =========================================================
   HEART / WISHLIST VISUAL
========================================================= */

#best-offers-3-slider .product-block__thumb::after {
  content: "\2661";

  position: absolute;

  top: 15px;
  left: 15px;

  z-index: 10;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 31px;
  height: 31px;

  background: #fff;

  border: 1px solid #dedede;
  border-radius: 50%;

  color: #201b18;

  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;

  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.06);
}


/* =========================================================
   HIDE QUICK VIEW
========================================================= */

#best-offers-3-slider .showPreviewBtn {
  display: none !important;
}


/* =========================================================
   PRODUCT INFORMATION
========================================================= */

#best-offers-3-slider .product-block-outer {
  display: flex !important;
  flex: 1 !important;
  flex-direction: column !important;

  width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  background: #fff !important;
}


#best-offers-3-slider .product-block__info {
  display: flex !important;
  flex: 1 !important;
  flex-direction: column !important;

  width: 100% !important;
  height: 100% !important;

  margin: 0 !important;
  padding: 18px 17px 14px !important;
}


/* remove unused empty values */

#best-offers-3-slider .product-category-name:empty,
#best-offers-3-slider .product-subtitle:empty {
  display: none !important;
}


/* =========================================================
   PRODUCT TITLE
========================================================= */

#best-offers-3-slider .product-title {
  display: block !important;

  width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  text-decoration: none !important;
}


#best-offers-3-slider .product-title h3 {
  display: -webkit-box !important;

  min-height: 42px !important;
  max-height: 42px !important;

  overflow: hidden !important;

  margin: 0 0 8px !important;
  padding: 0 !important;

  color: #201a17 !important;

  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.7 !important;

  text-align: right !important;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


/* non-empty subtitle */

#best-offers-3-slider .product-subtitle:not(:empty) {
  display: -webkit-box !important;

  margin: 0 0 5px !important;

  overflow: hidden;

  color: #888 !important;

  font-size: 10px !important;

  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}


/* =========================================================
   PRICE
========================================================= */

#best-offers-3-slider .price-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;

  width: 100% !important;

  margin: auto 0 13px !important;
  padding: 0 !important;

  text-align: right !important;
}


#best-offers-3-slider .price-wrapper > span {
  color: #a6691d !important;

  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}


#best-offers-3-slider .price-wrapper .sicon-sar {
  color: #a6691d !important;

  font-size: 16px !important;
}


/* =========================================================
   ADD TO CART AREA
========================================================= */

#best-offers-3-slider .btn--add-to-cart {
  position: static !important;

  display: block !important;

  width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  transform: none !important;
}


#best-offers-3-slider salla-add-product-button,
#best-offers-3-slider salla-add-product-button > div,
#best-offers-3-slider salla-add-product-button salla-button,
#best-offers-3-slider salla-add-product-button .s-button-wrap {
  display: block !important;

  width: 100% !important;
}


/* button */

#best-offers-3-slider .btn--add-to-cart .s-button-element {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  min-width: 100% !important;
  height: 43px !important;

  margin: 0 !important;
  padding: 0 15px !important;

  background: #9d5f15 !important;

  border: 0 !important;
  border-radius: 11px !important;

  color: #fff !important;

  box-shadow: none !important;

  transition:
    background 0.2s ease,
    transform 0.2s ease !important;
}


#best-offers-3-slider .btn--add-to-cart .s-button-element:hover {
  background: #86500f !important;
}


/* button text */

#best-offers-3-slider .btn--add-to-cart .s-button-text {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;

  color: #fff !important;

  font-size: 0 !important;
  font-weight: 500 !important;
}


#best-offers-3-slider .btn--add-to-cart .s-button-text::before {
  content: "أضف إلى السلة";

  color: #fff;

  font-size: 12px;
  font-weight: 500;
}


/* bag icon */

#best-offers-3-slider .btn--add-to-cart .s-button-text::after {
  content: "";

  display: inline-block;

  width: 12px;
  height: 13px;

  border: 1.4px solid #fff;
  border-radius: 2px;

  background:
    linear-gradient(#fff, #fff) center 3px / 6px 1px no-repeat;

  box-sizing: border-box;

  clip-path: polygon(
    0 23%,
    22% 23%,
    22% 10%,
    30% 2%,
    70% 2%,
    78% 10%,
    78% 23%,
    100% 23%,
    100% 100%,
    0 100%
  );
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

  #best-offers-3-slider {
    padding: 45px 16px 65px !important;
  }

  #best-offers-3-slider .s-slider-swiper-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

    gap: 16px !important;
  }

  #best-offers-3-slider .product-block__thumb {
    height: 260px !important;
  }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

  #best-offers-3-slider {
    padding: 38px 12px 62px !important;
  }


  #best-offers-3-slider .s-slider-block__title {
    margin-bottom: 23px !important;
  }


  #best-offers-3-slider .s-slider-block__title-right h2 {
    font-size: 22px !important;
  }


  #best-offers-3-slider .s-slider-block__title-right::after {
    margin-top: 5px;

    padding: 0 20px;

    font-size: 11px;
  }


  #best-offers-3-slider .s-slider-swiper-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

    gap: 10px !important;
  }


  #best-offers-3-slider .product-block__thumb {
    height: 185px !important;
  }


  #best-offers-3-slider .product-block__thumb .thumb-wrapper {
    padding: 12px !important;
  }


  #best-offers-3-slider .product-block__thumb .thumb-wrapper img {
    max-width: 160px !important;
    max-height: 160px !important;
  }


  #best-offers-3-slider .product-block__thumb .badge,
  #best-offers-3-slider .product-block__thumb:not(:has(.badge))::before {
    top: 10px !important;
    right: 9px !important;

    height: 21px !important;
    min-height: 21px !important;

    padding: 0 8px !important;
  }


  #best-offers-3-slider .product-block__thumb .badge::after,
  #best-offers-3-slider .product-block__thumb:not(:has(.badge))::before {
    font-size: 8px !important;
  }


  #best-offers-3-slider .product-block__thumb::after {
    top: 9px;
    left: 9px;

    width: 27px;
    height: 27px;

    font-size: 17px;
  }


  #best-offers-3-slider .product-block__info {
    padding: 12px 10px 10px !important;
  }


  #best-offers-3-slider .product-title h3 {
    min-height: 39px !important;
    max-height: 39px !important;

    margin-bottom: 6px !important;

    font-size: 11px !important;
    line-height: 1.8 !important;
  }


  #best-offers-3-slider .price-wrapper {
    margin-bottom: 9px !important;
  }


  #best-offers-3-slider .price-wrapper > span {
    font-size: 15px !important;
  }


  #best-offers-3-slider .price-wrapper .sicon-sar {
    font-size: 13px !important;
  }


  #best-offers-3-slider .btn--add-to-cart .s-button-element {
    height: 38px !important;

    padding: 0 5px !important;

    border-radius: 9px !important;
  }


  #best-offers-3-slider .btn--add-to-cart .s-button-text::before {
    font-size: 10px !important;
  }


  #best-offers-3-slider .btn--add-to-cart .s-button-text {
    gap: 5px !important;
  }
}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 370px) {

  #best-offers-3-slider {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }


  #best-offers-3-slider .s-slider-swiper-wrapper {
    gap: 7px !important;
  }


  #best-offers-3-slider .product-block__thumb {
    height: 160px !important;
  }


  #best-offers-3-slider .product-block__info {
    padding: 10px 8px 8px !important;
  }
}
/* =========================================================
   GOLDEN ERA - FAQ SECTION
   Figma node: 8-1628
========================================================= */

.faqs-section {
  width: 100% !important;
  margin: 0 !important;
  padding: 52px 0 60px !important;

  background: #fff !important;

  direction: rtl;
}


/* =========================================================
   CONTAINER
========================================================= */

.faqs-section > .container {
  width: 100% !important;
  max-width: 760px !important;

  margin: 0 auto !important;
  padding: 0 20px !important;

  box-sizing: border-box;
}


/* =========================================================
   TITLE
========================================================= */

.faqs-section .faqs-title {
  width: 100% !important;

  margin: 0 0 28px !important;
  padding: 0 !important;

  text-align: center !important;
}


.faqs-section .faqs-title h3 {
  margin: 0 !important;
  padding: 0 !important;

  color: #2b211c !important;

  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;

  text-align: center !important;
}


/* add subtitle like Figma */

.faqs-section .faqs-title p::before {
  content: "إليك إجابات على أكثر الأسئلة شيوعاً. لم تجد ما تبحث عنه؟";

  display: block;

  margin-top: 5px;

  color: #8b847f !important;

  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
}


.faqs-section .faqs-title p {
  margin: 0 !important;
  padding: 0 !important;

  opacity: 1 !important;
}


/* =========================================================
   FAQ GRID
========================================================= */

.faqs-section .faq-container {
  display: grid !important;

  grid-template-columns: 1fr !important;

  gap: 15px !important;

  width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;
}


/* =========================================================
   FAQ ITEM
========================================================= */

.faqs-section .faq-item {
  width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  overflow: hidden !important;

  background: #fbfbfb !important;

  border: 0 !important;
  border-radius: 14px !important;

  box-shadow:
    0 4px 12px rgba(36, 25, 18, 0.025),
    0 8px 20px rgba(36, 25, 18, 0.03) !important;

  transition:
    background 0.25s ease,
    box-shadow 0.25s ease !important;
}


/* opened item */

.faqs-section .faq-item:has(input:checked) {
  background: #f7f7f7 !important;

  box-shadow:
    0 6px 16px rgba(36, 25, 18, 0.035),
    0 10px 24px rgba(36, 25, 18, 0.04) !important;
}


/* =========================================================
   INNER
========================================================= */

.faqs-section .faq-inner {
  width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  background: transparent !important;

  border-radius: 14px !important;
}


/* =========================================================
   QUESTION
========================================================= */

.faqs-section .question-outer {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;

  width: 100% !important;
  min-height: 72px !important;

  margin: 0 !important;
  padding: 18px 22px !important;

  background: transparent !important;

  box-sizing: border-box;

  cursor: pointer;
}


.faqs-section .question {
  margin: 0 !important;
  padding: 0 !important;

  color: #1f1814 !important;

  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.7 !important;

  text-align: right !important;
}


/* =========================================================
   ICON
========================================================= */

.faqs-section .faq-icon {
  position: relative !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 28px !important;
  height: 28px !important;

  min-width: 28px !important;
  min-height: 28px !important;

  margin: 0 0 0 4px !important;
  padding: 0 !important;

  background: transparent !important;

  border: 0 !important;
  border-radius: 0 !important;

  color: transparent !important;

  font-size: 0 !important;

  box-shadow: none !important;

  transition: transform 0.25s ease !important;
}


/* custom chevron */

.faqs-section .faq-icon::before {
  content: "";

  display: block;

  width: 10px;
  height: 10px;

  border-right: 2px solid #6f3e16;
  border-bottom: 2px solid #6f3e16;

  transform: rotate(135deg);

  transition: transform 0.25s ease;
}


/* opened chevron */

.faqs-section .faq-item:has(input:checked) .faq-icon::before {
  transform: rotate(45deg);
}


/* =========================================================
   ANSWER
========================================================= */

.faqs-section .answer-outer {
  width: 100% !important;

  margin: 0 !important;
  padding: 0 22px 0 !important;

  box-sizing: border-box;
}


.faqs-section .answer {
  margin: 0 !important;
  padding: 0 0 20px !important;
}


.faqs-section .answer p {
  margin: 0 !important;
  padding: 0 !important;

  color: #69625d !important;

  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 2 !important;

  text-align: right !important;
}


/* =========================================================
   CLOSED ANSWER
========================================================= */

.faqs-section .faq-item input:not(:checked)
  ~ .faq-inner
  .answer-outer {
  max-height: 0 !important;

  overflow: hidden !important;

  opacity: 0 !important;

  padding-top: 0 !important;
  padding-bottom: 0 !important;
}


/* =========================================================
   OPEN ANSWER
========================================================= */

.faqs-section .faq-item input:checked
  ~ .faq-inner
  .answer-outer {
  max-height: 300px !important;

  opacity: 1 !important;

  transition:
    max-height 0.3s ease,
    opacity 0.25s ease !important;
}


/* =========================================================
   REMOVE UNUSED BUTTON AREA
========================================================= */

.faqs-section .faq-btn {
  display: none !important;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

  .faqs-section {
    padding: 38px 0 45px !important;
  }

  .faqs-section > .container {
    padding: 0 12px !important;
  }

  .faqs-section .faqs-title {
    margin-bottom: 22px !important;
  }

  .faqs-section .faqs-title h3 {
    font-size: 23px !important;
  }

  .faqs-section .faqs-title p::before {
    padding: 0 15px;

    font-size: 11px !important;
  }

  .faqs-section .faq-container {
    gap: 10px !important;
  }

  .faqs-section .faq-item {
    border-radius: 12px !important;
  }

  .faqs-section .question-outer {
    min-height: 62px !important;

    padding: 14px 16px !important;
  }

  .faqs-section .question {
    font-size: 12px !important;
  }

  .faqs-section .faq-icon {
    width: 24px !important;
    height: 24px !important;

    min-width: 24px !important;
    min-height: 24px !important;
  }

  .faqs-section .faq-icon::before {
    width: 8px;
    height: 8px;
  }

  .faqs-section .answer-outer {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .faqs-section .answer {
    padding-bottom: 16px !important;
  }

  .faqs-section .answer p {
    font-size: 10.5px !important;
    line-height: 1.9 !important;
  }
}
/* =========================================================
   GOLDEN ERA - TESTIMONIALS
   Figma node: 8-1655
   Section: #s-block-8
========================================================= */

#s-block-8 {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 75px 0 80px !important;

  background: #f2f2ed !important;

  overflow: hidden !important;
  direction: rtl;
}


/* =========================================================
   SECTION TITLE
========================================================= */

#s-block-8 > .block__title {
  display: flex !important;
  justify-content: center !important;

  width: 100% !important;

  margin: 0 0 48px !important;
  padding: 0 !important;

  text-align: center !important;
}


#s-block-8 .block__title-right {
  width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  text-align: center !important;
}


/* hide original "قالو عنا" visually */

#s-block-8 .block__title-right h2 {
  margin: 0 !important;
  padding: 0 !important;

  font-size: 0 !important;
  line-height: 1 !important;

  text-align: center !important;
}


/* Figma title */

#s-block-8 .block__title-right h2::after {
  content: "آراء عملائنا";

  display: block;

  color: #211a16 !important;

  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}


/* remove empty subtitle */

#s-block-8 .block__title-right p {
  display: none !important;
}


/* =========================================================
   SLIDER OUTER
========================================================= */

#s-block-8 .special-testimonials-slider {
  display: block !important;

  width: 100% !important;
  max-width: 1160px !important;

  margin: 0 auto !important;
  padding: 0 22px !important;

  box-sizing: border-box;
}


/* remove default Salla title area */

#s-block-8 .special-testimonials-slider > .s-slider-block__title {
  display: none !important;
}


/* =========================================================
   SWIPER
========================================================= */

#s-block-8 .s-slider-container {
  width: 100% !important;

  padding: 0 !important;

  overflow: visible !important;
}


/* swiper spacing */

#s-block-8 .s-slider-swiper-wrapper {
  align-items: stretch !important;
}


/* =========================================================
   DESKTOP - 3 CARDS
========================================================= */

#s-block-8 .swiper-slide {
  width: calc((100% - 36px) / 3) !important;
  height: auto !important;

  margin-left: 18px !important;

  box-sizing: border-box;
}


#s-block-8 .swiper-slide:last-child {
  margin-left: 0 !important;
}


/* =========================================================
   TESTIMONIAL CARD
========================================================= */

#s-block-8 .special-testimonial {
  position: relative !important;

  display: block !important;

  width: 100% !important;
  height: 100% !important;
  min-height: 185px !important;

  margin: 0 !important;
  padding: 0 !important;

  overflow: hidden !important;

  background: #ffffff !important;

  border: 1px solid #e9e7e3 !important;
  border-radius: 16px !important;

  box-shadow:
    0 5px 15px rgba(50, 36, 25, 0.035),
    0 10px 28px rgba(50, 36, 25, 0.035) !important;

  animation: none !important;

  box-sizing: border-box;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease !important;
}


#s-block-8 .special-testimonial:hover {
  transform: translateY(-3px) !important;

  box-shadow:
    0 8px 18px rgba(50, 36, 25, 0.05),
    0 14px 32px rgba(50, 36, 25, 0.06) !important;
}


/* =========================================================
   CARD INNER
========================================================= */

#s-block-8 .special-testimonial__inner {
  position: relative !important;

  display: block !important;

  width: 100% !important;
  min-height: 185px !important;

  margin: 0 !important;
  padding: 55px 22px 18px !important;

  box-sizing: border-box;
}


/* =========================================================
   QUOTE MARK
========================================================= */

#s-block-8 .special-testimonial::before {
  content: "“";

  position: absolute;

  top: 17px;
  right: 21px;

  z-index: 5;

  color: #7d4319;

  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;

  transform: rotate(180deg);
}


/* =========================================================
   EMPTY AVATAR -> BROWN CIRCLE
========================================================= */

#s-block-8 .special-testimonial_avatar {
  position: absolute !important;

  right: 22px !important;
  bottom: 18px !important;
  left: auto !important;

  z-index: 5;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 39px !important;
  height: 39px !important;

  min-width: 39px !important;
  min-height: 39px !important;

  margin: 0 !important;
  padding: 0 !important;

  background: #754213 !important;

  border-radius: 50% !important;

  overflow: hidden !important;
}


/* default letter inside avatar */

#s-block-8 .special-testimonial_avatar::after {
  content: "ن";

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 100%;

  color: #fff;

  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}


/* =========================================================
   TEXT AREA
========================================================= */

#s-block-8 .special-testimonial__text {
  display: flex !important;
  flex-direction: column !important;

  width: 100% !important;
  height: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  text-align: right !important;
}


/* =========================================================
   REVIEW TEXT
========================================================= */

#s-block-8 .special-testimonial__text_down {
  display: -webkit-box !important;

  width: 100% !important;
  min-height: 45px !important;

  margin: 0 0 24px !important;
  padding: 0 !important;

  overflow: hidden !important;

  color: #38322e !important;

  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1.9 !important;

  text-align: right !important;

  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


/* =========================================================
   CUSTOMER INFO
========================================================= */

#s-block-8 .special-testimonial__text_up {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;

  width: 100% !important;

  margin-top: auto !important;
  padding-right: 50px !important;

  box-sizing: border-box;
}


/* name */

#s-block-8 .special-testimonial__info {
  display: flex !important;
  align-items: center !important;

  width: 100% !important;

  margin: 0 !important;
}


#s-block-8 .special-testimonial__info p {
  margin: 0 !important;
  padding: 0 !important;

  color: #211a16 !important;

  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;

  text-align: right !important;
}


/* location under name */

#s-block-8 .special-testimonial__info::after {
  content: "الرياض";

  display: block;

  position: absolute;

  right: 72px;
  bottom: 16px;

  color: #928b85;

  font-size: 9px;
  font-weight: 400;
}


/* =========================================================
   STARS
========================================================= */

#s-block-8 .special-testimonial__rating {
  position: absolute !important;

  left: 22px !important;
  bottom: 21px !important;
  right: auto !important;

  margin: 0 !important;
  padding: 0 !important;
}


/* star wrapper */

#s-block-8 .s-rating-stars-wrapper {
  display: flex !important;
  align-items: center !important;

  gap: 1px !important;
}


/* star size */

#s-block-8 .s-rating-stars-btn-star {
  width: 12px !important;
  height: 12px !important;

  margin: 0 !important;
  padding: 0 !important;
}


#s-block-8 .s-rating-stars-btn-star svg {
  display: block !important;

  width: 11px !important;
  height: 11px !important;
}


/* default empty stars */

#s-block-8 .s-rating-stars-btn-star svg path {
  fill: #ece6d9 !important;
}


/* selected stars */

#s-block-8 .s-rating-stars-btn-star.s-rating-stars-selected svg path {
  fill: #ead8a7 !important;
}


/* =========================================================
   HIDE NAVIGATION
========================================================= */

#s-block-8 .s-slider-block__title-nav,
#s-block-8 .s-slider-nav-arrow {
  display: none !important;
}


/* =========================================================
   PAGINATION
========================================================= */

#s-block-8 .swiper-pagination {
  display: none !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

  #s-block-8 {
    padding: 55px 0 60px !important;
  }


  #s-block-8 .special-testimonials-slider {
    padding: 0 18px !important;
  }


  #s-block-8 .swiper-slide {
    width: calc((100% - 16px) / 2) !important;

    margin-left: 16px !important;
  }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

  #s-block-8 {
    padding: 42px 0 48px !important;
  }


  #s-block-8 > .block__title {
    margin-bottom: 28px !important;
  }


  #s-block-8 .block__title-right h2::after {
    font-size: 21px !important;
  }


  #s-block-8 .special-testimonials-slider {
    padding: 0 14px !important;
  }


  #s-block-8 .swiper-slide {
    width: 86% !important;

    margin-left: 12px !important;
  }


  #s-block-8 .special-testimonial,
  #s-block-8 .special-testimonial__inner {
    min-height: 175px !important;
  }


  #s-block-8 .special-testimonial__inner {
    padding:
      51px
      17px
      16px !important;
  }


  #s-block-8 .special-testimonial::before {
    top: 15px;
    right: 17px;

    font-size: 31px;
  }


  #s-block-8 .special-testimonial_avatar {
    right: 17px !important;
    bottom: 16px !important;

    width: 36px !important;
    height: 36px !important;

    min-width: 36px !important;
    min-height: 36px !important;
  }


  #s-block-8 .special-testimonial__text_down {
    margin-bottom: 22px !important;

    font-size: 10.5px !important;
  }


  #s-block-8 .special-testimonial__text_up {
    padding-right: 46px !important;
  }


  #s-block-8 .special-testimonial__info::after {
    right: 63px;
    bottom: 15px;
  }


  #s-block-8 .special-testimonial__rating {
    left: 17px !important;
    bottom: 19px !important;
  }
}
.store-footer{
  margin: 0 !important;
}