:root {
  --silona-bg: #f7f3ee;
  --silona-surface: #ffffff;
  --silona-surface-soft: #fbf8f4;
  --silona-ink: #171412;
  --silona-text: #5f5852;
  --silona-muted: #8d857d;
  --silona-line: #e6ddd4;
  --silona-taupe: #ada397;
  --silona-beige: #d8c9b7;
  --silona-cream: #ebdccb;
  --silona-accent: #b8a48d;
  --silona-shadow-sm: 0 8px 24px rgba(35, 27, 20, 0.05);
  --silona-shadow-md: 0 18px 45px rgba(35, 27, 20, 0.08);
  --silona-radius-sm: 10px;
  --silona-radius-md: 18px;
  --silona-radius-lg: 28px;
  --silona-transition: 0.28s ease;
}

html {
  scroll-behavior: smooth;
  background: var(--silona-bg);
}

body {
  background: var(--silona-bg) !important;
  color: var(--silona-ink) !important;
  font-family: "Noto Kufi Arabic", "Tajawal", Arial, sans-serif !important;
  line-height: 1.75;
  overflow-x: hidden;
}

body,
button,
input,
textarea,
select {
  font-family: "Noto Kufi Arabic", "Tajawal", Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.home-block-title,
.section-title,
.s-block__title {
  color: var(--silona-ink) !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
}

p,
.text-gray-500,
.text-gray-600,
.text-gray-700 {
  color: var(--silona-text) !important;
}

a {
  transition: color var(--silona-transition), opacity var(--silona-transition), background-color var(--silona-transition), border-color var(--silona-transition), transform var(--silona-transition);
}

img {
  max-width: 100%;
}

::selection {
  background: var(--silona-beige);
  color: var(--silona-ink);
}

.top-navbar,
.topnav,
.top-nav,
.announcement-bar,
.top-bar,
header .top-bar {
  background: var(--silona-ink) !important;
  color: #fff !important;
  border: 0 !important;
  min-height: 34px !important;
}

.top-navbar *,
.topnav *,
.top-nav *,
.announcement-bar *,
.top-bar * {
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 400 !important;
}

.store-header,
header.store-header,
.site-header,
.main-header {
  background: rgba(255, 255, 255, 0.97) !important;
  border-bottom: 1px solid var(--silona-line) !important;
  box-shadow: 0 5px 20px rgba(25, 20, 15, 0.035) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.store-header a,
.store-header button,
.site-header a,
.site-header button,
.main-header a,
.main-header button {
  color: var(--silona-ink) !important;
}

.store-header a:hover,
.store-header button:hover,
.site-header a:hover,
.site-header button:hover,
.main-header a:hover,
.main-header button:hover {
  color: var(--silona-accent) !important;
}

.navbar-brand img,
.store-header .logo img,
.header-logo img,
.site-header .logo img {
  max-width: 190px !important;
  max-height: 72px !important;
  width: auto !important;
  object-fit: contain !important;
  filter: none !important;
  box-shadow: none !important;
}

.main-menu,
.main-nav-container,
.navbar-menu,
.s-navigation-menu {
  background: #fff !important;
  border: 0 !important;
}

.main-menu a,
.main-nav-container a,
.navbar-menu a,
.s-navigation-menu a {
  color: var(--silona-ink) !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}

.main-menu a:hover,
.main-nav-container a:hover,
.navbar-menu a:hover,
.s-navigation-menu a:hover {
  color: var(--silona-accent) !important;
}

.s-search-input,
.search-input,
.store-header input[type="search"],
.store-header input[type="text"],
.site-header input[type="search"],
.site-header input[type="text"] {
  background: #fff !important;
  color: var(--silona-ink) !important;
  border: 1px solid var(--silona-line) !important;
  border-radius: 999px !important;
  min-height: 42px !important;
  box-shadow: none !important;
}

.s-search-input:focus,
.search-input:focus,
.store-header input[type="search"]:focus,
.store-header input[type="text"]:focus,
.site-header input[type="search"]:focus,
.site-header input[type="text"]:focus {
  border-color: var(--silona-accent) !important;
  box-shadow: 0 0 0 3px rgba(184, 164, 141, 0.15) !important;
  outline: none !important;
}

main,
#app,
.app-inner,
.page-wrapper {
  background: var(--silona-bg) !important;
}

.home-block,
.s-block,
section {
  position: relative;
}

.home-block,
.s-block {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}

.home-block > .container,
.s-block > .container,
section > .container {
  position: relative;
}

.home-block-title,
.section-title,
.s-block__title {
  text-align: center !important;
  font-size: clamp(24px, 2.4vw, 36px) !important;
  margin-bottom: 12px !important;
}

.home-block-title::after,
.section-title::after,
.s-block__title::after {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  margin: 14px auto 0;
  background: var(--silona-accent);
}

.home-block-title + p,
.section-title + p,
.s-block__title + p {
  text-align: center !important;
  max-width: 680px;
  margin-inline: auto !important;
  color: var(--silona-muted) !important;
}

.s-slider-block,
.s-slider-container,
.hero-slider,
.swiper,
.banner,
.banners {
  overflow: hidden !important;
}

.s-slider-block,
.hero-slider,
.banner,
.banners {
  border-radius: var(--silona-radius-md) !important;
}

.s-slider-block img,
.hero-slider img,
.banner img,
.banners img,
.swiper-slide img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
}

.swiper-button-next,
.swiper-button-prev {
  width: 42px !important;
  height: 42px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  color: var(--silona-ink) !important;
  border: 1px solid var(--silona-line) !important;
  border-radius: 50% !important;
  box-shadow: var(--silona-shadow-sm) !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 14px !important;
}

.swiper-pagination-bullet {
  width: 7px !important;
  height: 7px !important;
  background: var(--silona-muted) !important;
  opacity: 0.38 !important;
}

.swiper-pagination-bullet-active {
  background: var(--silona-ink) !important;
  opacity: 1 !important;
}

.s-button-primary,
.btn-primary,
a.btn-primary,
button.s-button-primary {
  background: var(--silona-ink) !important;
  color: #fff !important;
  border: 1px solid var(--silona-ink) !important;
  border-radius: var(--silona-radius-sm) !important;
  box-shadow: none !important;
  font-weight: 500 !important;
  min-height: 44px !important;
  padding-inline: 24px !important;
  transition: background-color var(--silona-transition), color var(--silona-transition), border-color var(--silona-transition), transform var(--silona-transition), box-shadow var(--silona-transition) !important;
}

.s-button-primary:hover,
.btn-primary:hover,
a.btn-primary:hover,
button.s-button-primary:hover {
  background: var(--silona-accent) !important;
  color: var(--silona-ink) !important;
  border-color: var(--silona-accent) !important;
  box-shadow: var(--silona-shadow-sm) !important;
  transform: translateY(-1px);
}

.s-button-outline,
.s-button-outline-primary,
.btn-outline,
.btn-outline-primary {
  background: transparent !important;
  color: var(--silona-ink) !important;
  border: 1px solid var(--silona-accent) !important;
  border-radius: var(--silona-radius-sm) !important;
  box-shadow: none !important;
}

.s-button-outline:hover,
.s-button-outline-primary:hover,
.btn-outline:hover,
.btn-outline-primary:hover {
  background: var(--silona-ink) !important;
  color: #fff !important;
  border-color: var(--silona-ink) !important;
}

.s-product-card-entry,
.product-card,
.product-entry {
  background: #fff !important;
  border: 1px solid var(--silona-line) !important;
  border-radius: var(--silona-radius-md) !important;
  box-shadow: none !important;
  overflow: hidden !important;
  transition: transform var(--silona-transition), box-shadow var(--silona-transition), border-color var(--silona-transition) !important;
}

.s-product-card-entry:hover,
.product-card:hover,
.product-entry:hover {
  transform: translateY(-5px);
  border-color: #d9cec3 !important;
  box-shadow: var(--silona-shadow-md) !important;
}

.s-product-card-image,
.s-product-card-entry img,
.product-card img,
.product-entry img {
  background: var(--silona-surface-soft) !important;
  object-fit: contain !important;
}

.s-product-card-entry h3,
.s-product-card-entry .s-product-card-content-title,
.product-card h3,
.product-entry h3 {
  color: var(--silona-ink) !important;
  font-weight: 600 !important;
  line-height: 1.8 !important;
}

.s-product-card-price,
.s-product-card-entry .price,
.product-card .price,
.product-entry .price {
  color: var(--silona-ink) !important;
  font-weight: 700 !important;
}

.s-product-card-sale-price,
.sale-price,
.old-price {
  color: var(--silona-muted) !important;
}

.s-product-card-promotion-title,
.badge,
.product-badge {
  background: var(--silona-ink) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  padding: 5px 10px !important;
}

.category-entry,
.category-card,
.s-category-card {
  background: #fff !important;
  border: 1px solid var(--silona-line) !important;
  border-radius: 999px 999px var(--silona-radius-md) var(--silona-radius-md) !important;
  overflow: hidden !important;
  box-shadow: none !important;
  transition: transform var(--silona-transition), box-shadow var(--silona-transition), border-color var(--silona-transition) !important;
}

.category-entry:hover,
.category-card:hover,
.s-category-card:hover {
  transform: translateY(-4px);
  border-color: #d8ccbf !important;
  box-shadow: var(--silona-shadow-sm) !important;
}

.category-entry img,
.category-card img,
.s-category-card img {
  object-fit: cover !important;
}

.category-entry h3,
.category-card h3,
.s-category-card h3 {
  color: var(--silona-ink) !important;
  font-weight: 500 !important;
}

.rounded-links img,
.circular-links img,
.circle-link img {
  border: 1px solid var(--silona-line) !important;
  box-shadow: none !important;
  transition: transform var(--silona-transition), box-shadow var(--silona-transition), border-color var(--silona-transition) !important;
}

.rounded-links a:hover img,
.circular-links a:hover img,
.circle-link a:hover img {
  transform: translateY(-4px);
  border-color: var(--silona-accent) !important;
  box-shadow: var(--silona-shadow-sm) !important;
}

.store-features,
.features-section,
.s-features-list {
  background: rgba(255, 255, 255, 0.75) !important;
  border: 1px solid var(--silona-line) !important;
  border-radius: var(--silona-radius-md) !important;
  box-shadow: none !important;
}

.store-features svg,
.features-section svg,
.s-features-list svg {
  color: var(--silona-accent) !important;
}

.testimonial,
.testimonial-card,
.review-card {
  background: #fff !important;
  border: 1px solid var(--silona-line) !important;
  border-radius: var(--silona-radius-md) !important;
  box-shadow: none !important;
}

.product-single .main-image,
.product-details .main-image,
.product-page .main-image,
.product-gallery {
  background: #fff !important;
  border: 1px solid var(--silona-line) !important;
  border-radius: var(--silona-radius-lg) !important;
  overflow: hidden !important;
}

.product-single h1,
.product-details h1,
.product-page h1 {
  color: var(--silona-ink) !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
}

.product-single .price,
.product-details .price,
.product-page .price {
  color: var(--silona-ink) !important;
  font-weight: 700 !important;
}

input,
textarea,
select {
  background: #fff !important;
  color: var(--silona-ink) !important;
  border: 1px solid var(--silona-line) !important;
  border-radius: var(--silona-radius-sm) !important;
  box-shadow: none !important;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--silona-accent) !important;
  box-shadow: 0 0 0 3px rgba(184, 164, 141, 0.14) !important;
  outline: none !important;
}

.dropdown-menu,
.s-modal-wrapper,
.modal-content,
.s-drawer-container {
  background: #fff !important;
  border: 1px solid var(--silona-line) !important;
  border-radius: var(--silona-radius-md) !important;
  box-shadow: var(--silona-shadow-md) !important;
}

.breadcrumb,
.s-breadcrumb,
nav[aria-label="breadcrumb"] {
  color: var(--silona-muted) !important;
}

.store-footer,
footer.store-footer,
.site-footer {
  background: var(--silona-ink) !important;
  color: #fff !important;
  border-top: 0 !important;
}

.store-footer h3,
.store-footer h4,
.store-footer h5,
.site-footer h3,
.site-footer h4,
.site-footer h5 {
  color: #fff !important;
  font-weight: 500 !important;
}

.store-footer p,
.store-footer span,
.site-footer p,
.site-footer span {
  color: rgba(255, 255, 255, 0.74) !important;
}

.store-footer a,
.site-footer a {
  color: rgba(255, 255, 255, 0.82) !important;
}

.store-footer a:hover,
.site-footer a:hover {
  color: var(--silona-beige) !important;
}

.store-footer img,
.site-footer img {
  filter: none !important;
}

@media (min-width: 768px) {
  ::-webkit-scrollbar {
    width: 9px;
    height: 9px;
  }

  ::-webkit-scrollbar-track {
    background: var(--silona-bg);
  }

  ::-webkit-scrollbar-thumb {
    background: #c6b8aa;
    border-radius: 999px;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: var(--silona-accent);
  }
}

@media (max-width: 991px) {
  .navbar-brand img,
  .store-header .logo img,
  .header-logo img,
  .site-header .logo img {
    max-width: 155px !important;
    max-height: 60px !important;
  }

  .home-block,
  .s-block {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}

@media (max-width: 767px) {
  body {
    line-height: 1.7;
  }

  .navbar-brand img,
  .store-header .logo img,
  .header-logo img,
  .site-header .logo img {
    max-width: 135px !important;
    max-height: 52px !important;
  }

  .home-block,
  .s-block {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .home-block-title,
  .section-title,
  .s-block__title {
    font-size: 23px !important;
  }

  .s-product-card-entry,
  .product-card,
  .product-entry {
    border-radius: 12px !important;
  }

  .s-product-card-entry:hover,
  .product-card:hover,
  .product-entry:hover,
  .category-entry:hover,
  .category-card:hover,
  .s-category-card:hover {
    transform: none;
  }

  .s-slider-block,
  .hero-slider,
  .banner,
  .banners {
    border-radius: 14px !important;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

body {
  font-size: 16px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

p,
span,
a,
button,
input,
textarea,
select,
label {
  font-weight: 500;
}

.home-block-title,
.section-title,
.s-block__title {
  font-weight: 700 !important;
}

.s-product-card-entry h3,
.s-product-card-entry .s-product-card-content-title,
.product-card h3,
.product-entry h3 {
  font-size: 15px !important;
  font-weight: 600 !important;
}

.s-product-card-price,
.s-product-card-entry .price,
.product-card .price,
.product-entry .price {
  font-size: 16px !important;
  font-weight: 700 !important;
}

.store-header a,
.main-menu a,
.main-nav-container a,
.navbar-menu a,
.s-navigation-menu a {
  font-weight: 600 !important;
}

@media (max-width: 767px) {
  body {
    font-size: 15px !important;
  }

  .home-block-title,
  .section-title,
  .s-block__title {
    font-size: 24px !important;
    font-weight: 700 !important;
  }

  .s-product-card-entry h3,
  .s-product-card-entry .s-product-card-content-title,
  .product-card h3,
  .product-entry h3 {
    font-size: 14px !important;
  }
}