:root {
  --btn-primary-gold: #c49a6c;
  --tab-active-brown: #845a3e;

  --text-gold-accent: #c49a6c;
}

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

.s-cart-summary-count {
  background-color: var(--btn-primary-gold) !important;
}

@media (max-width: 768px) {
  .main-nav-container .container > div > div:last-child {
    margin-bottom: 2px;
  }

  .s-cart-summary-count {
    font-size: 10px !important;
    width: 16px !important;
    height: 16px !important;
  }
}

.main-nav-container {
  position: relative !important;
  z-index: 9999 !important;
}

li.has-children .sub-menu {
  position: absolute !important;
  z-index: 99999 !important;

  background-color: var(--bg-main, #fbfaf7) !important;
  box-shadow: 0 10px 30px rgba(52, 38, 31, 0.08) !important;
  border: 1px solid var(--color-border-main, #e8e1d8) !important;
  border-radius: 8px !important;
  padding: 0 !important;
  overflow: hidden;
}

li.has-children .sub-menu a {
  color: var(--text-secondary, #665349) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  padding: 10px 20px !important;
  transition: all 0.3s ease !important;
}

li.has-children .sub-menu a:hover {
  background-color: var(--bg-hover, #f1e8de) !important;
  color: var(--color-accent-primary, #9a6c4e) !important;
  padding-right: 25px !important;
}

@media only screen and (min-width: 1024px) {
  .main-menu .has-children.root-level > a:after {
    content: none !important;
  }
}

/* ================= Header ================= */
#mainnav {
  background-color: rgba(251, 250, 247, 0.95) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border-bottom: 1px solid rgba(238, 233, 226, 0.9) !important;
  height: 76px !important;
  box-shadow: none !important;
}

#mainnav .inner > .container > div.relative {
  align-items: center !important;
  height: 76px !important;
}

a[data-testid="store-header-logo"] {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  z-index: 50 !important;
}

.navbar-brand img {
  max-height: 5rem;
  max-width: 35vw;
  width: auto;
  margin-right: -10px !important;
}

a[data-testid="store-header-logo"] img {
  padding: 6px;
}

@media (min-width: 480px) {
  .navbar-brand img {
    max-width: 190px;
    margin-right: 0 !important;
  }
}

/* ================= Icons (Right) ================= */
custom-main-menu {
  margin-right: 10px !important;
}

#mobile-menu a {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--text-secondary, #665349) !important;
}

#mobile-menu a:hover {
  color: var(--color-accent-primary, #9a6c4e) !important;
}

/* ================= Icons (Left) ================= */
#mainnav .justify-end {
  align-items: center !important;
}

salla-user-menu,
salla-cart-summary {
  color: var(--color-primary-dark, #34261f) !important;
}

.s-user-menu-login-btn {
  transition: all 0.3s ease !important;
  color: #34261f !important;
}

.s-user-menu-login-btn:hover {
  border-color: #8a5a3a !important;
  color: #8a5a3a !important;
  background-color: rgba(138, 90, 58, 0.03) !important;
}

.s-user-menu-login-btn svg {
  transition: all 0.3s ease !important;
}

.s-user-menu-login-btn:hover svg {
  fill: #8a5a3a !important;
  transform: scale(1.05) !important;
}

.s-cart-summary-wrapper .header-btn__icon {
  transition: all 0.3s ease !important;
  color: #34261f !important;
}

.s-cart-summary-wrapper .header-btn__icon:hover {
  border-color: #8a5a3a !important;
  color: #8a5a3a !important;
  background-color: rgba(138, 90, 58, 0.03) !important;
}

.s-cart-summary-wrapper .header-btn__icon::before {
  transition: all 0.3s ease !important;
}

.s-cart-summary-wrapper .header-btn__icon:hover::before {
  transform: scale(1.05) !important;
}

@media (max-width: 768px) {
  .s-user-menu-login-btn {
    margin-left: -10px !important;
    width: 30px !important;
    height: 30px !important;
    margin-top: -9px !important;
  }

  #mainnav .flex.items-center.justify-end i {
    font-size: 12px !important;
    width: 30px !important;
    height: 30px !important;
  }

  .s-user-menu-login-btn svg {
    height: 13px !important;
  }

  .s-cart-summary-wrapper .s-cart-summary-content {
    margin-bottom: -3px !important;
  }

  .s-cart-summary-wrapper .s-cart-summary-content {
    font-size: 12px !important;
  }
}

@media (max-width: 768px) {
  #mainnav .container {
    overflow: hidden !important;
  }

  #mainnav .container > div > div:last-child {
    margin-left: -15px !important;
  }
}

.custom-navbar-search-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 40px !important;
  height: 40px !important;

  border-radius: 50% !important;
  border: 1px solid #e0e0e0 !important;

  background-color: transparent !important;
  color: #34261f !important;

  cursor: pointer !important;
  margin-inline-end: 12px !important;

  transition: all 0.3s ease !important;

  z-index: 100;
}

.custom-navbar-search-btn svg {
  width: 20px !important;
  height: 20px !important;
  stroke-width: 1.6 !important;
  transition: transform 0.3s ease !important;
}

@media (max-width: 768px) {
  .custom-navbar-search-btn {
    width: 30px !important;
    height: 30px !important;
    margin-inline-end: 5px !important;
    margin-top: -9px !important;
  }
  .custom-navbar-search-btn svg {
    width: 14px !important;
    height: 14px !important;
  }
}

.custom-navbar-search-btn:hover {
  border-color: #8a5a3a !important;
  color: #8a5a3a !important;
  background-color: rgba(138, 90, 58, 0.03) !important;
}

.custom-navbar-search-btn:hover svg {
  transform: scale(1.05) !important;
}

salla-modal.s-search-modal {
  z-index: 2147483647 !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
}

.s-search-modal .s-modal-container {
  z-index: 2147483647 !important;
}

#mobile-custom-search {
  margin-top: -2px !important;
}

/* إخفاء زر الجوال في شاشات الكمبيوتر وإظهار زر اليسار */
@media (min-width: 1024px) {
  #mobile-custom-search {
    display: none !important;
  }
  #desktop-custom-search {
    display: flex !important;
  }
}

/* إخفاء زر الكمبيوتر في شاشات الجوال وإظهار زر اليمين */
@media (max-width: 1023px) {
  #desktop-custom-search {
    display: none !important;
  }
  #mobile-custom-search {
    display: flex !important;
  }
}

/* ================= Search Results Modal ================= */

salla-search,
.s-search-modal .s-modal-container,
.s-search-modal .s-modal-body,
.s-search-modal form {
  overflow: visible !important;
}

salla-search .s-search-results,
.s-search-suggestions {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-height: 60vh !important;
  overflow-y: auto !important;
  background: #ffffff !important;
  z-index: 2147483647 !important;
  border-radius: 8px !important;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15) !important;
  margin-top: 5px !important;
}

salla-search .s-search-results .s-search-result-item,
.s-search-suggestions li,
.s-search-suggestions a {
  height: auto !important;
  min-height: 60px !important;
  overflow: visible !important;
}

/* ================= Hero Slider ================= */

.s-block--full-bg:first-of-type {
  overflow: hidden;
}

.s-block#best-offers-2-slider {
  overflow: hidden;
}

.s-block--hero-slider .swiper-slide {
  min-height: 85vh !important;
}

.swiper-slide .overlay-bg::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;

  background: linear-gradient(
    to left,
    rgba(36, 22, 16, 0.6) 0%,
    rgba(36, 22, 16, 0.2) 60%,
    rgba(36, 22, 16, 0) 100%
  ) !important;

  z-index: 1 !important;
}

.swiper-slide .flex-center.container,
.home-slider__content {
  position: relative !important;
  z-index: 2 !important;
}

.home-slider__content {
  padding: 0 30px !important;
}

@media (min-width: 768px) {
  .home-slider__content {
    padding: 0 !important;
  }
}

.home-slider__content > div.text-center {
  width: 100% !important;
  max-width: 800px !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;

  height: 100% !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  gap: 32px !important;
}

.home-slider__content h2 {
  font-family: "Cairo", "Tajawal", "Almarai", sans-serif !important;
  color: #fdf6e7 !important;
  font-size: 55px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  white-space: normal !important;

  width: min-content !important;
  white-space: normal !important;
  text-align: start;
}

.home-slider__content p.description {
  font-family: "Cairo", "Tajawal", sans-serif !important;
  color: #d7b27e !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 2 !important;
  text-align: start;
  -webkit-line-clamp: unset !important;
  display: block !important;
}

@media (min-width: 768px) {
  .home-slider__content p.description {
    font-size: 22px !important;
    max-width: 60% !important;
  }
  .home-slider__content h2 {
    font-size: 85px !important;
  }
}

.home-slider__content h2 .sukkara-highlight {
  color: #d7b27e !important;
  display: inline-block !important;
}

.sukkara-subtitle {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
  color: #d7b27e !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  font-family: "Cairo", "Tajawal", sans-serif !important;
}

.sukkara-line {
  display: inline-block !important;
  width: 45px !important;
  height: 2px !important;
  background-color: #d7b27e !important;
}

.sukkara-hero-btn {
  background: transparent !important;
  border: none !important;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  border-bottom: 2px solid #d7b27e !important;
  padding-bottom: 8px !important;

  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  width: fit-content !important;
  transition: all 0.3s ease !important;
}

.sukkara-hero-btn::after {
  content: "" !important;
  display: inline-block !important;
  width: 22px !important;
  height: 20px !important;

  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 18l-6-6 6-6'/%3E%3Cpath d='M4 12h14'/%3E%3C/svg%3E") !important;

  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  transition: all 0.3s ease !important;
}

.sukkara-hero-btn:hover::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d7b27e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 18l-6-6 6-6'/%3E%3Cpath d='M4 12h14'/%3E%3C/svg%3E") !important;
  transform: translateX(-3px) !important;
}

.sukkara-hero-btn:hover {
  transform: translateX(-5px) !important;
}

.sukkara-hero-btn:hover {
  color: var(--btn-primary-gold) !important;
  border-bottom: 2px solid var(--btn-primary-gold) !important;
}

.sukkara-subtitle,
.home-slider__content h2,
.home-slider__content p.description,
.sukkara-hero-btn {
  margin: 0 !important;
}

/* ================= Main Banner ================= */

.sukkara-subtitle {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 15px !important;
  color: #d7b27e !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  margin-bottom: 12px !important;
}

.sukkara-line {
  display: inline-block !important;
  width: 45px !important;
  height: 2px !important;
  background-color: #d7b27e !important;
}

/* ================= Section Title ================= */

.sukkara-section-title,
.s-reviews-header-wrapper {
  text-align: center !important;
  padding-top: 24px !important;
  padding-bottom: 8px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  background-color: transparent !important;
}

.sukkara-section-title h2,
h1.s-reviews-header {
  font-family: "Cairo", "Tajawal", sans-serif !important;
  font-size: 26px !important;
  font-weight: 800 !important;
  color: #34261f !important;
  margin-bottom: 0 !important;
  line-height: 1.4 !important;
}

h1.s-reviews-header {
  margin-bottom: 50px !important;
}

@media (min-width: 768px) {
  h1.s-reviews-header {
    margin-bottom: 70px !important;
  }
}

.sukkara-section-title h2::after,
h1.s-reviews-header::after {
  content: "" !important;
  display: block !important;

  width: 70px !important;
  height: 3px !important;
  background-color: #d7b27e !important;
  border-radius: 4px !important;

  margin-top: 12px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (min-width: 768px) {
  .sukkara-section-title,
  .s-reviews-header-wrapper {
    padding: 0 !important;
    margin-bottom: -20px !important;
  }

  .sukkara-section-title h2,
  h1.s-reviews-header {
    font-size: 32px !important;
  }
}

/* ================= Text Selection ================= */
::selection {
  background-color: var(--btn-primary-gold) !important;
  color: #ffffff !important;
}

::-moz-selection {
  background-color: var(--btn-primary-gold) !important;
  color: #ffffff !important;
}

/* ================= Scrollbar ================= */

::-webkit-scrollbar {
  width: 10px !important;
  height: 10px !important;
}

::-webkit-scrollbar-track {
  background-color: var(--bg-main) !important;
  border-radius: 8px !important;
}

::-webkit-scrollbar-thumb {
  background-color: var(--btn-primary-gold) !important;
  border-radius: 10px !important;
  border: 2px solid var(--bg-main) !important;
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--tab-active-brown) !important;
}

input,
textarea {
  caret-color: #8a5a3a !important;
}

/* ================= Square Banners ================= */

section[data-testid="store-home-square-banners"] .grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  grid-template-rows: auto !important;
  gap: 16px !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
}

section[data-testid="store-home-square-banners"] .banner-entry {
  grid-row: auto !important;
  grid-column: auto !important;
  height: auto !important;
  aspect-ratio: 1 / 1.08 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  padding: 0 !important;
  background-size: 110% !important;
  transition: background-size 0.7s ease !important;
}

section[data-testid="store-home-square-banners"] .banner-entry:hover {
  background-size: 120% !important;
}

section[data-testid="store-home-square-banners"] .banner-entry::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(
    to top,
    rgba(52, 38, 31, 0.9) 0%,
    rgba(52, 38, 31, 0.2) 50%,
    transparent 100%
  ) !important;
  opacity: 1 !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

section[data-testid="store-home-square-banners"] .banner-entry__text {
  position: absolute !important;
  bottom: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: auto !important;
  padding: 24px 32px !important;
  z-index: 2 !important;
  text-align: right !important;
  border: none !important;
  background: transparent !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
}

section[data-testid="store-home-square-banners"] .banner__title {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: var(--color-accent, #c9a96e) !important;
  margin-bottom: 6px !important;
  line-height: 1.2 !important;
}

section[data-testid="store-home-square-banners"] .banner__description {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  margin: 0 !important;
}

@media (max-width: 768px) {
  section[data-testid="store-home-square-banners"] .grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }

  section[data-testid="store-home-square-banners"] .banner-entry__text {
    padding: 16px !important;
  }

  section[data-testid="store-home-square-banners"] .banner__title {
    font-size: 18px !important;
  }
}

/* ================= Footer ================= */

footer.store-footer,
footer.store-footer > div {
  background-color: #fbfaf7 !important;
  padding-top: 64px !important;
  padding-bottom: 32px !important;
  border-top: 1px solid #e9e2da !important;
}

footer.store-footer > .store-footer__inner {
  padding-bottom: 0 !important;
  margin-top: 50px !important;
}

footer.store-footer {
  border-top: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

@media (min-width: 1024px) {
  footer.store-footer .store-footer__inner > .container.grid {
    display: grid !important;
    grid-template-columns: 1.4fr 1fr 1fr !important;
    gap: 48px !important;
  }
  footer.store-footer .store-footer__inner > .container.grid > div {
    grid-column: span 1 !important;
  }
}

footer.store-footer h3 {
  color: #34261f !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
}

footer.store-footer p,
footer.store-footer a,
footer.store-footer li,
footer.store-footer span,
.s-contacts a {
  color: #806f63 !important;
  font-size: 14px !important;
  line-height: 2.2 !important;
  text-decoration: none !important;
  transition: color 0.3s ease !important;
}

footer.store-footer li:hover {
  color: var(--text-gold-accent) !important;
}

.footer.store-footer a {
  display: none !important;
}

footer.store-footer a:hover {
  color: var(--text-gold-accent) !important;
}

.s-contacts-item div a:hover svg {
  fill: var(--text-gold-accent) !important;
}

.s-contacts-item div a:hover .s-contacts-icon {
  color: var(--text-gold-accent) !important;
}

footer.store-footer > div:last-child {
  border-top: 1px solid #e9e2da !important;
  padding-top: 32px !important;
  padding-bottom: 0 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  background-color: transparent !important;
}

.store-footer-bottom p,
.store-footer-bottom span,
footer.store-footer > div:last-child p {
  color: var(--text-gold-accent) !important;
  font-weight: 500;
  font-size: 13px !important;
}

@media (max-width: 768px) {
  .store-footer-bottom,
  footer.store-footer > div:last-child {
    flex-direction: column !important;
    gap: 16px !important;
    text-align: center !important;
  }
}

.store-footer > div > div a img {
  max-width: 50% !important;
  margin-bottom: 20px !important;
  margin-top: -10px !important;
}

.s-trust-badges-content {
  color: var(--text-gold-accent);
}

/* ================= Product Card ================= */

custom-salla-product-card,
.s-product-card-vertical,
.s-product-card-entry {
  border: 1px solid #e8e1d8 !important;
  border-radius: 16px !important;
  background-color: transparent !important;
  transition: all 0.3s ease !important;
  height: auto !important;
}

.s-product-card-entry .s-product-card-image {
  border-radius: 16px 16px 0 0 !important;
}

.s-product-card-entry .s-product-card-content {
  padding-top: 10px !important;
  padding-bottom: 20px !important;
}

.s-product-card-entry .s-product-card-content * {
  text-align: center !important;
}

.s-product-card-entry .s-product-card-content .s-product-card-content-main {
  padding: 0 20px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;

  white-space: normal !important;

  width: 100% !important;
  max-width: 100% !important;
  line-height: 1.6 !important;
}

.s-product-card-entry .s-product-card-content .s-product-card-content-sub {
  margin-bottom: 0 !important;
}

.s-product-card-entry
  .s-product-card-content
  .s-product-card-content-sub
  .s-product-card-price {
  transform: translate(-20px, 20px);
}

.s-product-card-entry
  .s-product-card-content
  .s-product-card-content-footer
  .s-button-wrap,
.s-product-card-entry
  .s-product-card-content
  .s-product-card-content-footer
  .s-button-wrap
  button {
  margin-top: 0 !important;
  margin-left: 20px !important;
}

.s-slider-swiper-wrapper .s-products-slider-card {
  min-height: auto !important;
}

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

@media (min-width: 768px) {
  .s-slider-block__title {
    padding: 0 70px !important;
  }
}

/* ================= Slider ================= */

section.overflow-hidden,
section.s-block--best-offers,
salla-products-slider,
salla-slider {
  position: relative !important;
  overflow: hidden !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.s-slider-container,
.swiper-container {
  overflow: hidden !important;
  position: relative !important;

  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;

  max-width: 1170px !important;
  width: 100% !important;
}

body,
main#main-content {
  overflow-x: hidden !important;
}

custom-salla-product-card:hover,
.s-product-card-vertical:hover,
.s-product-card-entry:hover {
  border-color: #c4b09c !important;
  box-shadow: 0 8px 24px rgba(52, 38, 31, 0.04) !important;
  transform: translateY(-3px) !important;
}

.s-product-card-image {
  aspect-ratio: 0.94 / 1 !important;
  background-color: #e8ddd0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  position: relative !important;
  margin-bottom: 16px !important;
  border: none !important;
}

.s-product-card-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  mix-blend-mode: multiply !important;
  transition: transform 0.7s ease !important;
}

custom-salla-product-card:hover .s-product-card-image img {
  transform: scale(1.05) !important;
}

salla-button.s-product-card-wishlist-btn {
  background-color: transparent !important;
}

salla-button.s-product-card-wishlist-btn button {
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
}

.s-product-card-wishlist-btn:hover {
  color: #e65c5c !important;
}

.s-product-card-content {
  padding: 0 !important;
  text-align: right !important;
  border: none !important;
}

.s-product-card-content-title,
.s-product-card-content h3 {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #34261f !important;
  margin-bottom: 4px !important;
  text-align: right !important;
}

.s-product-card-price {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: var(--text-gold-accent) !important;
  text-align: right !important;
}

.s-product-card-content hr,
.s-product-card-content .divider {
  display: none !important;
}

.s-product-card-content .s-button-wrap button,
.s-product-card-content .s-button-element {
  background-color: transparent !important;
  border: none !important;
  color: #34261f !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  padding: 0 !important;
  margin-top: 12px !important;
  box-shadow: none !important;
  justify-content: flex-start !important;
  transition: color 0.3s ease !important;
  width: auto !important;
}

.s-product-card-content .s-button-wrap button:hover,
.s-product-card-content .s-button-element:hover {
  color: #9a6c4e !important;
  background-color: transparent !important;
}

.s-product-card-image {
  border-radius: 16px !important;
  overflow: hidden !important;
  position: relative !important;
}

.s-product-card-content-price,
.s-product-card-content-price span,
.s-product-card-content .price {
  color: var(--text-gold-accent) !important;
  font-weight: 700 !important;
  font-size: 15px !important;
}

.s-product-card-content .s-button-wrap {
  margin-top: 16px !important;
  display: flex !important;
  justify-content: flex-start !important;
}

.s-product-card-content .s-button-wrap button,
.s-product-card-content .s-button-element {
  color: var(--btn-primary-gold) !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 0 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
  width: auto !important;
}

.s-product-card-content .s-button-wrap button i,
.s-product-card-content .s-button-element i {
  font-size: 16px !important;
}

.s-product-card-content .s-button-wrap button:hover,
.s-product-card-content .s-button-element:hover {
  opacity: 0.8 !important;
  transform: translateX(-4px) !important;
}

/* ================= Select Dropdown ================= */

select#product-filter {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;

  background-color: transparent !important;
  border: 1px solid #e8e1d8 !important;
  border-radius: 8px !important;
  color: #665349 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  outline: none !important;

  padding: 8px 16px 8px 36px !important;

  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%239a6c4e%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: left 12px center !important;
  background-size: 10px auto !important;

  transition: all 0.3s ease !important;
}

select#product-filter:focus {
  border-color: #9a6c4e !important;
  box-shadow: 0 0 0 3px rgba(154, 108, 78, 0.1) !important;
}

label[for="product-filter"] {
  color: #806f63 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  margin-left: 8px !important;
}

/* ================= Reviews ================= */

.s-reviews-testimonial {
  padding: 0 !important;
}

.s-reviews-testimonial__inner {
  background-color: #ffffff !important;
  border: 1px solid #e8e1d8 !important;
  border-radius: 16px !important;
  padding: 32px 24px !important;
  box-shadow: 0 4px 12px rgba(52, 38, 31, 0.02) !important;
  align-items: center !important;
  gap: 20px !important;
  transition: all 0.3s ease !important;
}

.s-reviews-testimonial__inner:hover {
  border-color: #c4b09c !important;
  box-shadow: 0 8px 24px rgba(52, 38, 31, 0.05) !important;
}

.s-reviews-testimonial__avatar {
  width: 64px !important;
  height: 64px !important;
  flex-shrink: 0 !important;
  border-radius: 50% !important;
  border: 2px solid #f2e9dd !important;
  padding: 3px !important;
  background-color: #fbfaf7 !important;
}

.s-reviews-testimonial__avatar img {
  border-radius: 50% !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.s-reviews-testimonial__inner > div:not(.s-reviews-testimonial__avatar) {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}

.s-reviews-testimonial__icon {
  color: #e8ddd0 !important;
  opacity: 0.7 !important;
  margin-bottom: 4px !important;
}

.s-reviews-testimonial__icon svg {
  width: 28px !important;
  height: 28px !important;
}

.s-reviews-testimonial__text {
  color: #665349 !important;
  font-size: 14px !important;
  line-height: 1.9 !important;
  font-weight: 500 !important;
}

.s-reviews-testimonial__text p {
  text-align: center !important;
}

.s-reviews-testimonial__text .s-reviews-testimonial__rating {
  margin-left: 0 !important;
}

/* ================= Features ================= */

.s-block--features > div {
  display: block !important;
}

.s-block--features > div > div {
  margin-top: 13px !important;
  border: 1px solid #e8e1d8 !important;
  border-radius: 16px !important;
  transition: all 0.3s ease !important;
}

.s-block--features > div > div:hover {
  border-color: #c4b09c !important;
  box-shadow: 0 8px 24px rgba(52, 38, 31, 0.05) !important;
}

@media (min-width: 768px) {
  .s-block--features > div {
    display: grid !important;
  }

  .s-block--features > div > div {
    margin-top: 0 !important;
  }
}

/* ================= Pages ================= */

.content--single-page {
  max-width: 900px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-bottom: 0 !important;
  font-family: "Cairo", "Tajawal", sans-serif !important;
}

.content--single-page > h1 {
  color: #34261f !important;
  font-weight: 800 !important;
  font-size: 32px !important;
  margin-bottom: 0 !important;
  line-height: 1.4 !important;
}

.content--single-page > h1::after {
  content: "" !important;
  display: block !important;
  width: 70px !important;
  height: 3px !important;
  background-color: #d7b27e !important;
  border-radius: 4px !important;

  margin-top: 16px !important;
  margin-bottom: 32px !important;
}

.content-entry p,
.content-entry span {
  color: #4a4a4a !important;
  font-size: 18px !important;
  line-height: 2 !important;
  margin-bottom: 16px !important;
}

@media (max-width: 768px) {
  .content--single-page > h1 {
    font-size: 26px !important;
  }

  .content-entry p,
  .content-entry span {
    font-size: 16px !important;
    line-height: 1.8 !important;
  }
}

.content-entry p:has(> br:only-child):not(:last-of-type) {
  border-bottom: 1px solid #e8e1d8 !important;
  width: 250px !important;

  margin-top: 32px !important;
  margin-bottom: 32px !important;
  margin-left: auto !important;
  margin-right: auto !important;

  height: 0 !important;
  padding: 0 !important;
}

.content-entry p:has(> br:only-child) br {
  display: none !important;
}

.content .content-entry ul {
  list-style: none !important;
  margin: 16px 0 !important;
  padding-right: 0 !important;
}

.content-entry ul li {
  position: relative !important;
  padding-right: 24px !important;
  margin-bottom: 12px !important;
}

.content-entry ul li::before {
  content: "" !important;
  position: absolute !important;
  right: -18px !important;
  top: 14px !important;

  width: 7px !important;
  height: 7px !important;
  background-color: #d7b27e !important;
  border-radius: 50% !important;
}

.s-comments-page {
  padding-top: 0 !important;
}

/* ================= Tabs ================= */

.sukkara-dynamic-tabs-section {
  max-width: 1100px !important;
  margin: 40px auto !important;
  padding: 0 16px !important;
  font-family: "Cairo", "Tajawal", sans-serif !important;
  direction: rtl !important;
}

.tabs-buttons {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  background-color: #f4ece3 !important;
  margin-bottom: 24px !important;
  border-radius: 16px !important;
  overflow: hidden !important;
}

.tab-btn {
  background-color: transparent !important;
  color: #8a5a3a !important;
  border: none !important;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 20px 10px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  border-radius: 16px !important;
  transition: background-color 0.3s ease;
}

.tab-btn:not(.active):hover {
  background-color: rgba(138, 90, 58, 0.08) !important;
}

.tab-btn.active {
  background-color: #8a5a3a !important;
  color: #ffffff !important;
}

.tab-btn.active::after {
  content: "\2713" !important;
  font-size: 14px !important;
  font-weight: bold !important;
}

.tab-content {
  display: none !important;
  animation: fadeIn 0.5s ease forwards !important;
}

.tab-content.active {
  display: flex !important;
  flex-direction: column !important;
  background-color: #f4ece3 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
}

.tab-image {
  width: 100% !important;
  height: 300px !important;
  object-fit: cover !important;
  margin: 0 !important;
}

.tab-text-box {
  padding: 32px 20px !important;
  text-align: right !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.tab-subtitle {
  color: #8a5a3a !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  margin-bottom: 12px !important;
}

.tab-title {
  color: #34261f !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  margin-bottom: 16px !important;
}

.tab-desc {
  color: #8a7a6f !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
  margin-bottom: 24px !important;
}

.tab-tags {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-bottom: 32px !important;
}

.tab-tags span {
  border: 1px solid #c9b19c !important;
  color: #8a5a3a !important;
  padding: 6px 14px !important;
  font-size: 12px !important;
  border-radius: 4px !important;
}

.tab-link-btn {
  display: inline-flex !important;
  color: #34261f !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  border-bottom: 2px solid #8a5a3a !important;
  padding-bottom: 4px !important;
  width: fit-content !important;
  transition: all 0.3s ease !important;
}

.tab-link-btn:hover {
  color: #8a5a3a !important;
}

.tab-link-btn::after {
  content: "" !important;
  display: inline-block !important;
  width: 17px !important; /* حجم الأيقونة الكلي */
  height: 27px !important;
  color: #34261f !important;

  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2334261f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 18l-6-6 6-6'/%3E%3Cpath d='M4 12h14'/%3E%3C/svg%3E") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  transition: all 0.3s ease !important;
  margin-right: 3px !important;
}

.tab-link-btn:hover::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238a5a3a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 18l-6-6 6-6'/%3E%3Cpath d='M4 12h14'/%3E%3C/svg%3E") !important;
  transform: translateX(-3px) !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 768px) {
  .tabs-buttons {
    grid-template-columns: repeat(4, 1fr) !important;
  }

  .tab-btn {
    font-size: 18px !important;
    padding: 24px 10px !important;
  }

  .tab-content.active {
    flex-direction: row-reverse !important;
    align-items: stretch !important;
  }

  .tab-image {
    width: 50% !important;
    height: auto !important;
    min-height: 450px !important;
  }

  .tab-text-box {
    width: 50% !important;
    padding: 60px 50px !important;
  }

  .tab-title {
    font-size: 44px !important;
  }
}

/* ================= Sections Header ================= */

.sukkara-tabs-header {
  display: flex !important;
  flex-direction: column !important;
  margin-bottom: 24px !important;
}

.header-titles {
  text-align: right !important;
  margin-bottom: 16px !important;
}

.suggest-text {
  color: #a48165 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  display: block !important;
  margin-bottom: 8px !important;
}

.main-question {
  color: #4a3424 !important;
  font-size: 32px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  margin: 0 !important;
}

.sukkara-tabs-header .main-question .highlight-line {
  color: #a48165 !important;
}

.header-desc {
  text-align: right !important;
}

.header-desc p {
  color: #8a7a6f !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
  margin: 0 !important;
}

@media (min-width: 768px) {
  .sukkara-tabs-header {
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 40px !important;
  }

  .header-titles {
    margin-bottom: 0 !important;
  }

  .main-question {
    font-size: 48px !important;
  }

  .header-desc {
    text-align: left !important;
    padding-bottom: 8px !important;
  }

  .header-desc p {
    font-size: 16px !important;
  }
}

/* -----------Floating Icons---------- */

#whatsapp-float-btn {
  position: fixed;
  left: 24px;
  bottom: 30px;
  z-index: 99999;
  background: transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s;
  cursor: pointer;
  border: none;
  padding: 0;
}
#whatsapp-float-btn:hover {
  transform: scale(1.08);
}
#whatsapp-float-btn svg {
  width: 60px;
  height: 60px;
  display: block;
}
@media (max-width: 700px) {
  #whatsapp-float-btn {
    width: 57px;
    height: 57px;
    left: 24px;
    bottom: 24px;
  }
  #whatsapp-float-btn svg {
    width: 57px;
    height: 57px;
  }
}