/** Shopify CDN: Minification failed

Line 229:10 Expected identifier but found whitespace
Line 229:11 Unexpected "16px"

**/
.color-transparent {
  position: absolute;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: 99999;
}
.logo-align-left {
  order: 0;
}
.logo-align-center {
  order: 1;
}
.header-3 .header-icon {
  order: 2;
}
.header-align-center {
  order: 1;
}
.header-align-left {
  order: 0;
}
.head-logo {
  align-self: center;
}
.header-menubar {
  align-self: center;
}
.header-icon i {
  font-size: 16px;
  font-weight: bolder;
}
.header-3 .header > .container > .row {
  min-height: 145px;
}
.title-call {
  font-size: 13px;
  color: var(--color-header-2);
  font-weight: 700;
  line-height: 20px;
}
.des-call {
  font-size: 18px;
  line-height: 18ppx;
  color: var(--primary);
  font-family: "gilroy-extra-bold";
}
p.address {
  display: inline;
  color: #000;
}
.header-cart i.fas.fa-shopping-basket {
  margin-right: 8px;
}
.header-3.header-sticky.active .header > .container >.row {
    min-height: 80px;
}
@media (min-width: 1300px) {
  .head-logo {
    width: 12%;
  }
  .header-menubar {
    width: 48.915%;
  }
  .header-icon {
    width: 38.749%;
  }
}
@media (max-width: 1299px) and (min-width: 992px) {
  .head-logo {
    width: 50%;
    order: 0;
  }
  .header-menubar {
    width: 100%;
    order: 2;
  }
  .header-3 .header-icon {
    width: 50%;
    order: 1;
  }
  ul.site-nav {
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .header-call,
  .header-order {
    display: none;
  }
  .head-logo {
    width: 33.333%;
    order: 1;
    text-align: center;
  }
  .header-menubar {
    width: 33.333%;
    order: 0;
  }
  .header-icon {
    width: 33.333%;
  }
}
@media (max-width: 991px) {
  .header-3 > .container > .row {
    min-height: 90px;
  }
}
.language-switcher {
  display: flex;
  gap: 10px;
  margin-inline-start: 15px;
  align-items: center;
  font-size: 14px;
}

.language-switcher a {
  text-decoration: none;
  opacity: 0.6;
}

.language-switcher a.active {
  font-weight: 600;
  opacity: 1;
}
/* Language dropdown */
.language-dropdown {
  position: relative;
  margin-inline-start: 16px;
}

.lang-toggle {
  background: none;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.lang-menu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  background: #fff;
  border: 1px solid #eee;
  list-style: none;
  padding: 6px 0;
  margin: 6px 0 0;
  display: none;
  min-width: 90px;
  z-index: 999;
}

.lang-menu li a {
  display: block;
  padding: 6px 12px;
  text-decoration: none;
  font-size: 14px;
}

.lang-menu li a:hover,
.lang-menu li a.active {
  background: #f5f5f5;
  font-weight: 600;
}

/* Hover open */
.language-dropdown:hover .lang-menu {
  display: block;
}
.header-language-switch {
  display: inline-flex;
  gap: 10px;
  margin-inline-end: 12px;
  font-size: 14px;
}

.header-language-switch a {
  color: #000;
  text-decoration: none;
  opacity: 0.6;
}

.header-language-switch a.active {
  font-weight: 600;
  opacity: 1;
}

html[dir="rtl"] .header-language-switch {
  margin-inline-end: 0;
  margin-inline-start: 12px;
}
/* Space between phone number and search icon */
.header-icon {
  gap: 12px;
}
.header-icon {
  gap: 12px;
}
/* Dropdown menu font size */
.header-3 .menu-dropdown a,
.header-3 .submenu a {
  font-size: 15px;   /* try 15px or 16px */
  line-height: 1.6;
}
.header-3 .menu-dropdown a,
.header-3 .submenu a {
  font-weight: 500;
}
/* Ensure pointer cursor on dropdown items */
.header-3 .menu-dropdown a,
.header-3 .submenu a,
.header-3 .menu-item,
.header-3 .menu-item > a {
  cursor: pointer;
}
/* Improve dropdown click area */
.header-3 .menu-dropdown a,
.header-3 .submenu a {
  padding: 10px 16px;
  display: block;
}
font-size: 16px;
font-weight: 500;
padding: 10px 16px;
/* ================================
   DROPDOWN MENU – EN + AR FIX
   ================================ */

/* Font size – English + Arabic */
.header-3 .menu-dropdown a,
.header-3 .submenu a,
.header-3 .menu-dropdown span,
.header-3 .submenu span {
  font-size: 16px !important;
  line-height: 1.7;
  font-weight: 500;
}

/* RTL (Arabic) specific */
html[lang="ar"] .header-3 .menu-dropdown a,
html[lang="ar"] .header-3 .submenu a,
html[lang="ar"] .header-3 .menu-dropdown span,
html[lang="ar"] .header-3 .submenu span {
  font-size: 17px !important; /* Arabic needs slightly bigger */
}

/* Cursor FIX – force pointer */
.header-3 .menu-dropdown *,
.header-3 .submenu *,
.header-3 .menu-item,
.header-3 .menu-item > a {
  cursor: pointer !important;
  pointer-events: auto !important;
}

/* Hover visual feedback */
.header-3 .menu-dropdown a:hover,
.header-3 .submenu a:hover {
  color: #F4B400; /* Ezbetna yellow */
  text-decoration: none;
}
/* ================================
   ARABIC FONT IMPROVEMENT
   ================================ */

/* Arabic language only */
html[lang="ar"] {
  --arabic-font: 'Cairo', sans-serif;
}

/* Header & dropdown menus (Arabic) */
html[lang="ar"] .header-3,
html[lang="ar"] .header-3 a,
html[lang="ar"] .header-3 span,
html[lang="ar"] .menu-dropdown a,
html[lang="ar"] .submenu a {
  font-family: var(--arabic-font) !important;
  font-size: 14px !important;
  font-weight: 500;
  letter-spacing: 0;
}

/* Main menu items slightly bolder */
html[lang="ar"] .header-3 .menu-item > a {
  font-size: 14px !important;
  font-weight: 500;
}
/* FORCE pointer cursor on all dropdown links */
.header-3 .menu-dropdown a,
.header-3 .submenu a,
.header-3 .menu-item > a {
  cursor: pointer !important;
}
.header-language-switcher a {
  font-weight: 500;
  opacity: 0.6;
  cursor: pointer;
}

.header-language-switcher a.active {
  font-weight: 700;
  opacity: 1;
  text-decoration: underline;
}
.header-language-switcher {
  display: flex;
  gap: 8px;
}

.header-language-switcher button {
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  cursor: pointer;
  opacity: 0.6;
}

.header-language-switcher button.active {
  font-weight: 700;
  opacity: 1;
  text-decoration: underline;
}
.header-language-switch {
  display: flex;
  gap: 10px;
}

.header-language-switch button {
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  padding: 4px 6px;
  color: #333;
}

.header-language-switch button.active {
  font-weight: 600;
  text-decoration: underline;
}
.header-cta-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.header-language-top button {
  background: none;
  border: 0;
  font-size: 13px;
  cursor: pointer;
  padding: 0 6px;
}

.header-language-top button.active {
  font-weight: 600;
  text-decoration: underline;
}
.header-language-switch {
  display: flex;
  gap: 10px;
  margin-bottom: 6px;
  justify-content: flex-end;
}

.header-language-switch .lang-btn {
  background: none;
  border: none;
  font-size: 14px;
  cursor: pointer;
  opacity: 0.6;
}

.header-language-switch .lang-btn.active {
  font-weight: bold;
  opacity: 1;
  text-decoration: underline;
}
.header-language-switch {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
}

.header-language-switch a {
  text-decoration: none;
  color: #222;
  position: relative;
  transition: all 0.3s ease;
}

.header-language-switch a:hover {
  color: #c59d5f; /* your gold accent */
}

.header-language-switch a.active {
  font-weight: 700;
}

.header-language-switch a.active::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #c59d5f;
}
/* ===== Language Switcher (Header) ===== */

.header-cta-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

/* RTL support */
html[dir="rtl"] .header-cta-wrapper {
  align-items: flex-start;
}

.header-language-switch {
  display: flex;
  gap: 12px;
  font-size: 14px; /* matches menu */
  font-weight: 500;
  line-height: 1;
}

/* Links */
.header-language-switch a {
  position: relative;
  text-decoration: none;
  color: #222;
  transition: color 0.25s ease;
}

/* Hover */
.header-language-switch a:hover {
  color: #c59d5f;
}

/* Active language */
.header-language-switch a.active {
  font-weight: 700;
  color: #222;
}

/* Animated underline */
.header-language-switch a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #c59d5f;
  transition: width 0.25s ease;
}

.header-language-switch a.active::after,
.header-language-switch a:hover::after {
  width: 100%;
}
/* ===============================
   HEADER LANGUAGE SWITCH (FINAL)
================================ */

/* Wrapper positioning (above Shop Now) */
.header-cta-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

/* RTL support */
html[dir="rtl"] .header-cta-wrapper {
  align-items: flex-start;
}

/* Switch container */
.header-language-switch {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  opacity: 0;
  animation: fadeInLang 0.4s ease forwards;
}

/* Fade animation */
@keyframes fadeInLang {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 🌍 Globe icon */
.header-language-switch::before {
  content: "🌍";
  font-size: 14px;
  margin-right: 4px;
}

/* RTL globe spacing */
html[dir="rtl"] .header-language-switch::before {
  margin-right: 0;
  margin-left: 4px;
}

/* Links */
.header-language-switch a {
  position: relative;
  text-decoration: none;
  color: #222;
  transition: color 0.25s ease;
}

/* Hover */
.header-language-switch a:hover {
  color: #c59d5f;
}

/* Active language */
.header-language-switch a.active {
  font-weight: 700;
}

/* Underline animation */
.header-language-switch a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #c59d5f;
  transition: width 0.25s ease;
}

.header-language-switch a.active::after,
.header-language-switch a:hover::after {
  width: 100%;
}

/* ===============================
   MOBILE DROPDOWN
================================ */

@media (max-width: 991px) {
  .header-language-switch {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    background: #fff;
    padding: 8px 10px;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  }

  .header-language-switch::before {
    display: none;
  }
}
.header-announcement_bar_left a {
  color: #2e7d32; /* premium green */
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.header-announcement_bar_left a:hover {
  color: #1b5e20; /* darker green on hover */
}
/* Force phone number color */
.header-announcement_bar_left a[href^="tel"] {
  color: #2e7d32 !important; /* green */
  font-weight: 600;
}

.header-announcement_bar_left a[href^="tel"]:hover {
  color: #1b5e20 !important;
}