/* ================================================================
   TIMELESS FASHION — تيملس فاشن
   Design Direction: الحضور — Botanical Editorial
   Theme: Growth (نمو) v3.46.0 — Zid Platform
   ----------------------------------------------------------------
   01. Font Import
   02. Design Tokens (Root Override)
   03. Global Base
   04. Header & Navigation
   05. Botanical Section Dividers
   06. Homepage Sections
   07. Product Grid & Cards
   08. Buttons & CTAs
   09. Footer + Hide Zid Branding
   10. Popups, Overlays & Search
   11. Mobile Responsive
   12. RTL Refinements
   13. Motion & Polish
   14. Carousel / Hero Section Styling
   15. Section-Hero (البانر الرئيسي)
   ================================================================ */


/* ================================================================
   01. FONT IMPORT
   Cormorant Garamond — English editorial headlines & product names
   Amiri              — Arabic display headings
   Cairo              — All Arabic body & UI text
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=Amiri:ital,wght@0,400;0,700;1,400&family=Cairo:wght@300;400;500;600&display=swap');


/* ================================================================
   02. DESIGN TOKENS — Override Zid Growth theme defaults
   ================================================================ */

:root {
  --background:         #eeece7;
  --foreground:         #1a1916;
  --primary:            #1a1916;
  --primary-foreground: #eeece7;
  --secondary:          #e5e3dd;
  --muted:              #6b6760;
  --accent:             #b0aba0;
  --border:             #d0cdc6;
  --border-light:       #d8d5cf;
  --input:              #6b6760;
  --ring:               #1a1916;
  --font-family:        'Cairo', 'IBM Plex Sans Arabic', sans-serif;
  --font-display-en:    'Cormorant Garamond', Georgia, serif;
  --font-display-ar:    'Amiri', 'Cairo', serif;
  --radius:             2px;
  --cols-mobile:        2;
  --cols-desktop:       3;
}


/* ================================================================
   03. GLOBAL BASE
   ================================================================ */

html {
  background-color: #eeece7;
  scroll-behavior: smooth;
}

body {
  background-color: var(--background);
  color: var(--foreground);
  font-family: var(--font-family);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  background-color: var(--foreground);
  color: var(--background);
}

::-webkit-scrollbar       { width: 3px; }
::-webkit-scrollbar-track { background: var(--background); }
::-webkit-scrollbar-thumb { background: var(--accent); border-radius: 2px; }

*:focus-visible {
  outline: 1px solid var(--foreground);
  outline-offset: 3px;
}


/* ================================================================
   04. HEADER & NAVIGATION
   ================================================================ */

header {
  background-color: var(--background) !important;
  border-bottom: 1px solid var(--border) !important;
  padding-top: 1.125rem !important;
  padding-bottom: 1.125rem !important;
}

header nav.theme-container {
  max-width: 1440px;
  margin-inline: auto;
}

/* Do NOT add display:block — Zid renders two logo imgs.
   display:block overrides .hidden and shows both = duplication. */
header img[alt] {
  max-height: 44px;
  width: auto;
}

header nav a {
  font-family: var(--font-family);
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--foreground);
  text-decoration: none;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}

header nav a:hover {
  opacity: 0.5;
}

header .btn-icon {
  color: var(--foreground) !important;
  background: transparent !important;
}

header .btn-icon:hover {
  background: rgba(26, 25, 22, 0.06) !important;
  border-radius: 50% !important;
}

/* Cart counter badge in header ONLY */
header .badge,
header .badge-filled {
  background-color: var(--foreground) !important;
  color: var(--background) !important;
  font-family: var(--font-family) !important;
  font-size: 0.625rem !important;
  font-weight: 500 !important;
  border-radius: 50% !important;
}

[class*="announcement-bar"],
[data-section="announcement"] {
  background-color: var(--foreground);
  color: var(--background);
  font-family: var(--font-family);
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  text-align: center;
  padding: 0.625rem 1rem;
}


/* ================================================================
   05. BOTANICAL SECTION DIVIDERS
   ================================================================ */

main section + section::before {
  content: '';
  display: block;
  width: 100%;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='48' viewBox='0 0 80 48'%3E%3Cg fill='none' stroke='%231a1916' stroke-width='0.65'%3E%3Cline x1='0' y1='24' x2='26' y2='24'/%3E%3Cpath d='M26,22 L28,24 L26,26 L24,24 Z'/%3E%3Cpath d='M40,22 C38,17 38,13 40,11 C42,13 42,17 40,22Z'/%3E%3Cpath d='M40,26 C38,31 38,35 40,37 C42,35 42,31 40,26Z'/%3E%3Cpath d='M38,24 C34,21 30,21.5 28,24 C30,26.5 34,27 38,24Z'/%3E%3Cpath d='M42,24 C46,21 50,21.5 52,24 C50,26.5 46,27 42,24Z'/%3E%3Ccircle cx='40' cy='24' r='1.3' fill='%231a1916' stroke='none'/%3E%3Cpath d='M54,22 L56,24 L54,26 L52,24 Z'/%3E%3Cline x1='56' y1='24' x2='80' y2='24'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: center center;
  background-size: 80px 48px;
  opacity: 0.12;
  background-color: var(--background);
}

main > section:first-child::before {
  display: none;
}


/* ================================================================
   06. HOMEPAGE SECTIONS
   ================================================================ */

/* Keep transparent — z-index:-10 images need no bg-color above them */
section {
  background-color: transparent;
}

section.section-products {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
  background-color: var(--background);
}

section.section-products > .theme-container > h2,
section.section-products h2.text-foreground {
  font-family: var(--font-display-ar);
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--foreground);
  text-align: center;
  margin-bottom: 2.5rem;
  line-height: 1.3;
}

/* Hidden — re-enable when social links are set up in Zid */
section.section-logo-social {
  display: none !important;
}

/* Transparent — images use z-index:-10, must not be covered */
section.section-carousel,
section.section-hero {
  background-color: transparent !important;
}

.products-embla__progress-bar {
  background-color: var(--accent) !important;
}


/* ================================================================
   07. PRODUCT GRID & CARDS
   ================================================================ */

.section-products .theme-container .grid {
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 1rem 0.875rem !important;
}

@media (min-width: 1024px) {
  .section-products .theme-container .grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 2.5rem 1.75rem !important;
  }
}

[data-product-card] {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  position: relative;
}

[data-product-card] a.relative.block.w-full,
[data-product-card] > a:first-of-type {
  aspect-ratio: 3 / 4 !important;
  border-radius: 0 !important;
  background-color: var(--secondary);
  overflow: hidden;
  display: block;
  width: 100%;
}

[data-product-card] a.relative.block.w-full img,
[data-product-card] > a:first-of-type img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-product-card]:hover a.relative.block.w-full img,
[data-product-card]:hover > a:first-of-type img {
  transform: scale(1.03);
}

[data-product-card] .space-y-2,
[data-product-card] .space-y-3,
[data-product-card] .space-y-4 {
  padding-top: 0.875rem !important;
}

[data-product-card] h3 {
  font-family: var(--font-display-en);
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  color: var(--foreground);
  letter-spacing: 0.01em;
  line-height: 1.35;
  margin-bottom: 0.2rem;
}

[data-product-card] .text-foreground.text-sm:not(h3):not(h2) {
  font-family: var(--font-family);
  font-size: 0.8125rem;
  font-weight: 300;
  color: var(--muted);
  letter-spacing: 0.05em;
}

[data-product-card] .text-muted.text-sm,
[data-product-card] p.text-muted {
  font-family: var(--font-family);
  font-size: 0.6875rem;
  font-weight: 300;
  color: var(--accent);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

[data-product-card] .btn.btn-icon.bg-background\/10 {
  background-color: rgba(238, 236, 231, 0.82) !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 50% !important;
  width: 2rem !important;
  height: 2rem !important;
  min-width: 0 !important;
  color: var(--foreground) !important;
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.2s ease;
}

[data-product-card]:hover .btn.btn-icon.bg-background\/10 {
  opacity: 1;
  transform: scale(1.05);
}

[data-product-card] .btn.btn-outlined.btn-lg {
  font-family: var(--font-family) !important;
  font-size: 0.6875rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.08em !important;
  border: 1px solid var(--border) !important;
  border-radius: var(--radius) !important;
  color: var(--muted) !important;
  background: transparent !important;
  padding: 0.6rem 1rem !important;
  transition: border-color 0.2s ease, color 0.2s ease !important;
  width: 100% !important;
  margin-top: 0.5rem;
}

[data-product-card] .btn.btn-outlined.btn-lg:hover {
  border-color: var(--foreground) !important;
  color: var(--foreground) !important;
}


/* ================================================================
   08. BUTTONS & CTAs
   ================================================================ */

.btn {
  font-family: var(--font-family) !important;
  font-size: 0.8125rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.08em !important;
  border-radius: var(--radius) !important;
  transition: all 0.22s ease !important;
  cursor: pointer;
}

[dir="rtl"] .btn {
  letter-spacing: 0 !important;
}

.btn.btn-filled {
  background-color: var(--foreground) !important;
  color: var(--background) !important;
  border: 1px solid var(--foreground) !important;
}

.btn.btn-filled:hover {
  background-color: transparent !important;
  color: var(--foreground) !important;
}

.btn.btn-outlined:not([data-product-card] *) {
  border: 1px solid var(--foreground) !important;
  background: transparent !important;
  color: var(--foreground) !important;
}

.btn.btn-outlined:not([data-product-card] *):hover {
  background-color: var(--foreground) !important;
  color: var(--background) !important;
}

.btn.btn-lg {
  padding: 0.8rem 1.75rem !important;
  font-size: 0.8125rem !important;
}


/* ================================================================
   09. FOOTER + HIDE ZID BRANDING
   ================================================================ */

#footer {
  background-color: var(--secondary) !important;
  border-top: 1px solid var(--border);
  padding-top: 3rem;
  padding-bottom: 2rem;
}

#footer,
#footer * {
  font-family: var(--font-family);
}

#footer h2,
#footer h3,
#footer strong,
#footer [class*="font-semibold"] {
  font-family: var(--font-display-ar);
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--foreground);
  margin-bottom: 1rem;
}

#footer p,
#footer span:not(.badge) {
  font-size: 0.8125rem;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.7;
}

#footer a:not([href*="store_powered_zid"]) {
  font-size: 0.8125rem;
  font-weight: 300;
  color: var(--muted) !important;
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: color 0.2s ease;
}

#footer a:not([href*="store_powered_zid"]):hover {
  color: var(--foreground) !important;
}

#footer img[class*="size"] {
  filter: grayscale(100%);
  opacity: 0.5;
  transition: opacity 0.2s ease;
}

#footer img[class*="size"]:hover {
  opacity: 0.8;
}

a[href*="store_powered_zid"],
a[href*="store_powered_zid"] * {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}


/* ================================================================
   10. POPUPS, OVERLAYS & SEARCH
   ================================================================ */

[class*="dialog"],
[class*="modal"],
[class*="drawer"],
[class*="sheet"],
[class*="popup"] {
  background-color: var(--background) !important;
  border-color: var(--border) !important;
}

[class*="search-overlay"],
[class*="search-popup"] {
  background-color: var(--background) !important;
}

input[type="search"],
input[type="text"],
input[type="tel"],
input[type="email"] {
  font-family: var(--font-family);
  background-color: var(--background);
  border-color: var(--border) !important;
  color: var(--foreground);
  border-radius: var(--radius) !important;
}

input[type="search"]:focus,
input[type="text"]:focus {
  border-color: var(--foreground) !important;
  box-shadow: none !important;
}

.bg-background.border-border-light.rounded.border.shadow-lg {
  background-color: var(--background) !important;
  border-color: var(--border) !important;
  box-shadow: 0 4px 24px rgba(26, 25, 22, 0.08) !important;
  border-radius: var(--radius) !important;
}

[class*="notify"],
[class*="back-in-stock"] {
  background-color: var(--background) !important;
}


/* ================================================================
   11. MOBILE RESPONSIVE
   ================================================================ */

@media (max-width: 768px) {

  section.section-products {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .section-products .theme-container .grid {
    gap: 0.875rem 0.75rem !important;
  }

  [data-product-card] h3 {
    font-size: 0.875rem;
  }

  [data-product-card] .text-foreground.text-sm:not(h3) {
    font-size: 0.75rem;
  }

  header {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  header img[alt] {
    max-height: 36px;
  }

  [data-product-card] .btn.btn-icon.bg-background\/10 {
    opacity: 1 !important;
  }

  main section + section::before {
    height: 36px;
    background-size: 64px 36px;
    opacity: 0.10;
  }

  #footer {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }

  section.section-logo-social {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}

@media (max-width: 480px) {

  section.section-products {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .section-products .theme-container .grid {
    gap: 0.75rem 0.625rem !important;
  }

  [data-product-card] h3 {
    font-size: 0.8125rem;
  }
}


/* ================================================================
   12. RTL REFINEMENTS
   ================================================================ */

[dir="rtl"] body,
[dir="rtl"] {
  font-family: 'Cairo', sans-serif;
}

[dir="rtl"] h1,
[dir="rtl"] h2,
[dir="rtl"] h3:not([data-product-card] *) {
  font-family: var(--font-display-ar);
  font-weight: 400;
  letter-spacing: 0;
}

[dir="rtl"] .btn {
  letter-spacing: 0 !important;
  font-size: 0.875rem !important;
}

[dir="rtl"] #footer {
  text-align: right;
}

[dir="rtl"] header nav a {
  letter-spacing: 0;
}

[dir="rtl"] [data-product-card] .text-foreground.text-sm {
  direction: rtl;
}


/* ================================================================
   13. MOTION & POLISH
   ================================================================ */

/* Opacity only — NO transform. transform: translateY(0) at
   animation end permanently creates a stacking context on <main>,
   trapping z-index:-10 images behind it invisibly.            */
main {
  animation: timeless-enter 0.5s ease forwards;
}

@keyframes timeless-enter {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  main { animation: none; }
  [data-product-card]:hover a.relative.block.w-full img,
  [data-product-card]:hover > a:first-of-type img { transform: none; }
  * { transition-duration: 0.01ms !important; }
}

[data-product-card] a.relative.block.w-full::after,
[data-product-card] > a:first-of-type::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--secondary) 0%, var(--background) 50%, var(--secondary) 100%);
  background-size: 200% 200%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

[data-product-card] {
  transition: transform 0.3s ease;
}

[data-product-card]:hover {
  transform: translateY(-2px);
}

a, button, input, select {
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}


/* ================================================================
   14. CAROUSEL / HERO SECTION STYLING
   ================================================================ */

.section-carousel .embla__slide {
  min-height: 580px !important;
}

@media (min-width: 1024px) {
  .section-carousel .embla__slide {
    min-height: 680px !important;
  }
}

/* Content wrapper */
.section-carousel .embla__slide > div:not(.absolute) {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-end !important;
  text-align: center !important;
  padding-bottom: 5rem !important;
  padding-top: 3rem !important;
  gap: 0.75rem;
}

/* Fix text overflow */
.section-carousel .embla__slide h1,
.section-carousel .embla__slide h2,
.section-carousel .embla__slide h3,
.section-carousel .embla__slide p,
.section-carousel .embla__slide span {
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
}

/* Lift image from -z-10 to 0 */
.section-carousel .embla__slide > .absolute {
  z-index: 0 !important;
}

/* ── EYEBROW LABEL FIX ──────────────────────────────────────
   Live HTML audit showed the eyebrow is rendered as:
   <span class="text-foreground text-xs uppercase tracking-wide">
   — NOT a .badge element. Targeting by actual Tailwind classes.
   Also covers .badge variants in case Vue renders them.       */

.section-carousel span.uppercase,
.section-carousel span.tracking-wide,
.section-carousel .text-xs.uppercase,
.section-hero span.uppercase,
.section-hero span.tracking-wide,
.section-hero .text-xs.uppercase {
  background-color: transparent !important;
  background: none !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  font-family: var(--font-family) !important;
  font-size: 0.6875rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.22em !important;
  color: var(--foreground) !important;
  opacity: 0.65 !important;
  display: block;
  text-transform: uppercase;
}

/* Badge variant coverage */
.section-carousel .badge,
.section-carousel .badge-filled,
.section-carousel [class*="badge"],
.section-hero .badge,
.section-hero .badge-filled,
.section-hero [class*="badge"] {
  background-color: rgba(238, 236, 231, 0.85) !important;
  color: var(--foreground) !important;
  border-radius: 2px !important;
  border: none !important;
  box-shadow: none !important;
}

/* ── Headline ────────────────────────────────────────────── */
.section-carousel .embla__slide h1,
.section-carousel .embla__slide h2,
.section-carousel .embla__slide h3 {
  font-family: var(--font-display-en) !important;
  font-size: clamp(2.75rem, 6vw, 5.5rem) !important;
  font-weight: 300 !important;
  font-style: italic !important;
  color: var(--foreground) !important;
  letter-spacing: 0.01em !important;
  line-height: 1.05 !important;
  text-align: center !important;
  width: 100% !important;
  max-width: 800px !important;
  margin: 0 auto !important;
}

[dir="rtl"] .section-carousel .embla__slide h1,
[dir="rtl"] .section-carousel .embla__slide h2,
[dir="rtl"] .section-carousel .embla__slide h3 {
  font-family: var(--font-display-ar) !important;
  font-style: normal !important;
  font-size: clamp(2.25rem, 5vw, 4.5rem) !important;
  letter-spacing: 0 !important;
}

/* ── Description text ───────────────────────────────────── */
.section-carousel .embla__slide p {
  font-family: var(--font-family) !important;
  font-size: 0.875rem !important;
  font-weight: 300 !important;
  color: var(--muted) !important;
  letter-spacing: 0.04em !important;
  opacity: 1 !important;
}

/* ── CTA button ─────────────────────────────────────────── */
.section-carousel .embla__slide .btn,
.section-carousel .embla__slide a.btn,
.section-carousel .embla__slide button.btn {
  font-family: var(--font-family) !important;
  font-size: 0.8125rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.1em !important;
  padding: 0.875rem 2.75rem !important;
  background-color: var(--foreground) !important;
  color: var(--background) !important;
  border: 1px solid var(--foreground) !important;
  border-radius: var(--radius) !important;
  margin-top: 0.5rem !important;
  transition: all 0.25s ease !important;
}

[dir="rtl"] .section-carousel .embla__slide .btn {
  letter-spacing: 0 !important;
}

.section-carousel .embla__slide .btn:hover,
.section-carousel .embla__slide a.btn:hover {
  background-color: transparent !important;
  color: var(--foreground) !important;
}

/* ── Carousel dots ───────────────────────────────────────── */
.embla__dots {
  background: rgba(238, 236, 231, 0.15) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  padding: 0.4rem 0.75rem !important;
  border-radius: 999px !important;
  bottom: 2rem !important;
}

[data-carousel-dot] {
  background-color: rgba(26, 25, 22, 0.3) !important;
  border-radius: 999px !important;
  width: 20px !important;
  height: 3px !important;
  transition: all 0.3s ease !important;
  border: none !important;
}

[data-carousel-dot][aria-selected="true"],
[data-carousel-dot].is-selected {
  background-color: var(--foreground) !important;
  width: 32px !important;
}

/* ── Mobile carousel ─────────────────────────────────────── */
@media (max-width: 768px) {
  .section-carousel .embla__slide {
    min-height: 480px !important;
  }

  .section-carousel .embla__slide h1,
  .section-carousel .embla__slide h2,
  .section-carousel .embla__slide h3 {
    font-size: clamp(2rem, 8vw, 3rem) !important;
  }

  .section-carousel .embla__slide > div:not(.absolute) {
    padding-bottom: 4rem !important;
  }
}


/* ================================================================
   15. SECTION-HERO (البانر الرئيسي — Static Hero Banner)
   ================================================================ */

section.section-hero {
  min-height: 600px;
}

@media (min-width: 1024px) {
  section.section-hero {
    min-height: 700px;
  }
}

/* Lift image from -z-10 to 0 */
section.section-hero > .absolute {
  z-index: 0 !important;
}

/* Content above image */
section.section-hero > .theme-container {
  position: relative !important;
  z-index: 1 !important;
}

/* Hero headline */
section.section-hero h1 {
  font-family: var(--font-display-en) !important;
  font-size: clamp(2.5rem, 5vw, 4.5rem) !important;
  font-weight: 300 !important;
  font-style: italic !important;
  color: var(--foreground) !important;
  letter-spacing: 0.01em !important;
  line-height: 1.05 !important;
}

[dir="rtl"] section.section-hero h1 {
  font-family: var(--font-display-ar) !important;
  font-style: normal !important;
  font-size: clamp(2rem, 4.5vw, 4rem) !important;
  letter-spacing: 0 !important;
}

/* Hero description */
section.section-hero p.text-foreground {
  font-family: var(--font-family) !important;
  font-size: 0.875rem !important;
  font-weight: 300 !important;
  color: var(--muted) !important;
  letter-spacing: 0.04em !important;
  max-width: 420px;
}

/* Hero CTA */
section.section-hero .btn.btn-filled {
  background-color: var(--foreground) !important;
  color: var(--background) !important;
  border: 1px solid var(--foreground) !important;
  font-family: var(--font-family) !important;
  font-size: 0.8125rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.08em !important;
  padding: 0.875rem 2.5rem !important;
  border-radius: var(--radius) !important;
  transition: all 0.25s ease !important;
}

section.section-hero .btn.btn-filled:hover {
  background-color: transparent !important;
  color: var(--foreground) !important;
}

[dir="rtl"] section.section-hero .btn {
  letter-spacing: 0 !important;
}
.section-carousel span.tracking-wide,
.section-hero span.tracking-wide {
  color: #ffffff !important;
  opacity: 1 !important;
}