/** Shopify CDN: Minification failed

Line 157:0 All "@import" rules must come first

**/
/**
 * Areej brand overrides — blue/gold/cream palette (IG assets Jun 2026).
 * Loaded after Horizon color-schemes so merchants still see Path 1 settings in editor.
 */

/* Brand tokens */
:root {
  --areej-blue: #335360;
  --areej-blue-dark: #243942;
  --areej-gold: #cca564;
  --areej-gold-dark: #b18342;
  --areej-cream: #f5e6d3;
  --areej-white: #ffffff;
  --areej-brand-gradient: linear-gradient(180deg, #335360 0%, #243942 48%, #b18342 100%);
}

/* Page body — cream */
:root,
.color-scheme-1,
.color-scheme-2,
.color-scheme-3,
.color-scheme-4,
.color-scheme-5 {
  --color-background: rgb(245 230 211 / 1);
  --color-background-rgb: 245 230 211;
  --color-foreground: rgb(36 57 66 / 1);
  --color-foreground-rgb: 36 57 66;
  --color-foreground-heading: rgb(36 57 66 / 1);
  --color-foreground-heading-rgb: 36 57 66;
  --color-primary: rgb(36 57 66 / 1);
  --color-primary-rgb: 36 57 66;
  --color-primary-hover: rgb(51 83 96 / 1);
  --color-border: rgb(51 83 96 / 0.35);
  --color-primary-button-background: rgb(204 165 100 / 1);
  --color-primary-button-text: rgb(36 57 66 / 1);
  --color-primary-button-border: rgb(177 131 66 / 1);
  --color-primary-button-hover-background: rgb(177 131 66 / 1);
  --color-primary-button-hover-text: rgb(36 57 66 / 1);
  --color-secondary-button-text: rgb(255 255 255 / 1);
  --color-secondary-button-background: rgb(51 83 96 / 1);
  --color-secondary-button-border: rgb(51 83 96 / 1);
  --color-secondary-button-hover-background: rgb(36 57 66 / 1);
  --color-secondary-button-hover-text: rgb(255 255 255 / 1);
  --color-input-background: rgb(255 255 255 / 1);
  --color-input-text: rgb(36 57 66 / 1);
  --color-input-border: rgb(51 83 96 / 0.4);
}

/* ── HEADER: brand blue bar (matches Next.js Header.tsx) ── */
/* Horizon sets --color-scheme-top-row inline on #header-component — must override here */
#header-group,
#header-component,
.header-section,
.shopify-section-group-header-group {
  --color-scheme-top-row: rgb(51 83 96 / 0.97) !important;
  --color-scheme-bottom-row: rgb(51 83 96 / 0.97) !important;
}

.header__underlay-closed,
.header__underlay-open {
  background: linear-gradient(
    rgb(51 83 96 / 0.97) 0 var(--top-row-height),
    rgb(36 57 66 / 0.97) var(--top-row-height) var(--header-height)
  ) !important;
}

#header-group .header__row--top,
#header-group .header__row--bottom,
#header-group .header__navigation-bar-row,
#header-group .announcement-bar,
#header-group .color-scheme-1 {
  --color-background: rgb(51 83 96 / 0.97);
  --color-background-rgb: 51 83 96;
  --color-foreground: rgb(255 255 255 / 1);
  --color-foreground-rgb: 255 255 255;
  --color-foreground-heading: rgb(255 255 255 / 1);
  --color-foreground-heading-rgb: 255 255 255;
  --color-primary: rgb(255 255 255 / 1);
  --color-primary-hover: rgb(204 165 100 / 1);
  --color-border: rgb(255 255 255 / 0.15);
  --color-account-icon: rgb(255 255 255 / 1);
}

/* Category nav: hamburger drawer only — no horizontal pill bar */
#header-group .header__navigation-bar-row {
  display: none !important;
}

#header-component .header__drawer {
  display: flex !important;
  min-height: var(--header-drawer-min-height, 60px);
}

#header-group a,
#header-group .menu-list__link,
#header-group .header-actions__action,
#header-group .localization-form__select,
#header-group .announcement-bar__text {
  color: rgb(255 255 255 / 0.9) !important;
}

#header-group a:hover,
#header-group .menu-list__link:hover {
  color: rgb(204 165 100 / 1) !important;
}

/* Category pills: gold hover bg needs dark text (global header link:hover is gold) */
#header-group .areej-scroll-nav__link:hover,
#header-group .areej-scroll-nav__link.is-active {
  color: var(--areej-blue-dark) !important;
}

#header-group .svg-wrapper svg,
#header-group .icon,
#header-group .header__icon {
  color: rgb(255 255 255 / 1);
}

/* Hero + transparent header on home */
.color-scheme-6 {
  --color-foreground: rgb(255 255 255 / 1);
  --color-foreground-heading: rgb(255 255 255 / 1);
  --color-primary-button-background: rgb(204 165 100 / 1);
  --color-primary-button-text: rgb(36 57 66 / 1);
  --color-primary-button-border: rgb(204 165 100 / 1);
  --color-primary-button-hover-background: rgb(177 131 66 / 1);
  --color-primary-button-hover-text: rgb(36 57 66 / 1);
  --color-secondary-button-text: rgb(255 255 255 / 1);
  --color-secondary-button-border: rgb(255 255 255 / 0.85);
  --color-secondary-button-hover-text: rgb(226 201 138 / 1);
}

/* Footer gradient bar (brand IG promo style) */
.shopify-section-group-footer-group {
  background: linear-gradient(90deg, #335360 0%, #243942 45%, #b18342 100%) !important;
}

.shopify-section-group-footer-group,
.shopify-section-group-footer-group .color-scheme-1,
.shopify-section-group-footer-group .color-scheme-2 {
  --color-background: transparent;
  --color-foreground: rgb(255 255 255 / 1);
  --color-foreground-heading: rgb(255 255 255 / 1);
  --color-primary-button-background: rgb(204 165 100 / 1);
  --color-primary-button-text: rgb(36 57 66 / 1);
}

/* ═══════════════════════════════════════════════════════════
   AREEJ STOREFRONT — unified landing + shop (localhost:3456)
   ═══════════════════════════════════════════════════════════ */

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

.areej-store {
  font-family: 'Noto Sans Arabic', 'DM Sans', system-ui, sans-serif;
  color: var(--areej-blue-dark);
  background: var(--areej-cream);
  max-width: 100%;
}

.areej-store h1,
.areej-store h2,
.areej-store .areej-display {
  font-family: 'Cormorant Garamond', 'Noto Sans Arabic', serif;
}

/* Lang toggle — plain text link, same row as header icons */
#areej-lang-btn,
.areej-lang-link {
  position: relative;
  flex-shrink: 0;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-inline: 0.35rem;
  padding: 0;
  min-height: var(--button-size, 44px);
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  color: inherit;
  font-size: var(--header-actions-font-size, 0.875rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  opacity: var(--opacity-subdued-text, 0.85);
  transition: opacity 0.2s;
}

#areej-lang-btn:hover,
.areej-lang-link:hover {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

/* Custom AR/EN toggle replaces Shopify language dropdown */
#header-group .dropdown-localization,
#header-group .dropdown-localization__button {
  display: none !important;
}

/* Hide Contact nav — WhatsApp FAB is the contact channel */
.menu-list__link[href*='contact'],
.header-drawer__link[href*='contact'],
.header-menu a[href*='contact'] {
  display: none !important;
}

/* Sticky WhatsApp button — site-wide */
.areej-whatsapp-fab {
  position: fixed;
  bottom: 1.25rem;
  inset-inline-end: 1.25rem;
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 4px 16px rgb(0 0 0 / 0.25);
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.areej-whatsapp-fab:hover {
  transform: scale(1.06);
  box-shadow: 0 6px 20px rgb(0 0 0 / 0.3);
  color: #fff;
}
.areej-whatsapp-fab svg {
  width: 1.65rem;
  height: 1.65rem;
  fill: currentColor;
}

/* Areej logo in header — transparent PNG, no wrapper background */
.header-logo__image-container--original {
  background: transparent;
  border-radius: 0;
  line-height: 0;
}
.header-logo__image--areej {
  object-fit: contain;
  height: var(--header-logo-image-height-mobile, 28px);
  width: auto;
  max-width: 130px;
  filter: none;
  display: block;
}
@media screen and (min-width: 750px) {
  .header-logo__image--areej {
    height: var(--header-logo-image-height, 36px);
    max-width: 150px;
  }
}

/* Hero story */
.areej-hero {
  position: relative;
  min-height: 44svh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--areej-blue-dark);
}
.areej-hero__bg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  opacity: 0.35;
  mix-blend-mode: luminosity;
}
.areej-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(26 58 72 / 0.45) 0%, rgb(36 57 66 / 0.88) 100%);
}
.areej-hero__glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 38%, rgb(204 165 100 / 0.22), transparent 58%);
}
.areej-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 36rem;
  margin: 0 auto;
  padding: 2.5rem 1rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.areej-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--areej-gold);
  margin-bottom: 0.5rem;
}
.areej-hero__title {
  font-size: clamp(2.75rem, 12vw, 4.5rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  margin: 0;
  line-height: 1.1;
}
.areej-gold-line {
  width: 4rem;
  height: 2px;
  background: linear-gradient(90deg, var(--areej-gold), transparent);
  margin: 1rem 0;
}
.areej-gold-line--center {
  width: 5rem;
  margin: 0.85rem auto 1rem;
  background: linear-gradient(90deg, transparent, var(--areej-gold), transparent);
}
html[dir='ltr'] .areej-gold-line {
  background: linear-gradient(270deg, var(--areej-gold), transparent);
}
html[dir='ltr'] .areej-gold-line--center {
  background: linear-gradient(90deg, transparent, var(--areej-gold), transparent);
}
.areej-hero__lead {
  max-width: 26rem;
  font-size: 0.98rem;
  line-height: 1.75;
  color: rgb(255 255 255 / 0.75);
}
.areej-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.65rem 1.5rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
.areej-btn:active { transform: scale(0.98); }
.areej-btn--gold {
  background: var(--areej-gold);
  color: var(--areej-blue-dark);
}
.areej-btn--outline {
  background: transparent;
  border: 1px solid rgb(255 255 255 / 0.5);
  color: #fff;
}
.areej-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
  justify-content: center;
}

/* Story walkthrough */
.areej-story {
  background: linear-gradient(90deg, var(--areej-blue) 0%, var(--areej-blue-dark) 50%, var(--areej-gold-dark) 100%);
  padding: 3rem 1.25rem;
  color: #fff;
}
.areej-story__grid {
  max-width: 80rem;
  margin: 0 auto;
  display: grid;
  gap: 2rem;
}
@media (min-width: 640px) {
  .areej-story__grid { grid-template-columns: repeat(3, 1fr); }
}
.areej-story__step {
  text-align: center;
}
@media (min-width: 640px) {
  .areej-story__step { text-align: start; }
}
.areej-story__num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  color: var(--areej-gold);
  line-height: 1;
}
.areej-story__title {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0.5rem 0;
  color: var(--areej-gold);
}
.areej-story__body {
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgb(255 255 255 / 0.8);
  margin: 0;
}

/* About page (story as standalone page) */
.areej-story--page {
  min-height: 80svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 1.5rem;
}
.areej-story__page-inner {
  text-align: center;
  margin-bottom: 2rem;
}
.areej-story__page-title {
  font-family: 'Cormorant Garamond', 'Noto Sans Arabic', serif;
  font-size: clamp(2.5rem, 8vw, 4rem);
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.1;
}
@media (min-width: 640px) {
  .areej-story--page { padding: 5rem 2rem; }
  .areej-story__grid { grid-template-columns: repeat(3, 1fr); }
  .areej-story__step { text-align: start; }
}

/* Trust bar */
.areej-trust {
  background: #fff;
  border-block: 1px solid rgb(51 83 96 / 0.12);
  padding: 1.25rem;
}
.areej-trust__grid {
  max-width: 80rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 640px) {
  .areej-trust__grid { grid-template-columns: repeat(4, 1fr); }
}
.areej-trust__item {
  text-align: center;
  padding: 0.5rem;
}
.areej-trust__icon {
  font-size: 1.5rem;
  margin-bottom: 0.35rem;
}
.areej-trust__label {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--areej-blue-dark);
  line-height: 1.4;
}

/* Shop section — scroll bands (Jarrah-style) */
.areej-scroll-shop {
  background: rgb(245 230 211 / 0.35);
}

.areej-scroll-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  gap: 0.4rem;
  overflow-x: auto;
  padding: 0.65rem 0.75rem;
  background: rgb(255 255 255 / 0.95);
  border-block: 1px solid rgb(51 83 96 / 0.12);
  backdrop-filter: blur(8px);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.areej-scroll-nav::-webkit-scrollbar { display: none; }

/* Header category pills — full-width bar row below logo/actions */
.areej-scroll-nav--bar {
  position: static;
  width: 100%;
  max-width: 100%;
  flex: 1 1 auto;
  min-width: 0;
  padding: 0.5rem clamp(0.75rem, 2vw, 1.25rem);
  background: transparent;
  border: none;
  backdrop-filter: none;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  mask-image: none;
}
.areej-scroll-nav--bar::-webkit-scrollbar { display: none; }

#header-group .header__navigation-bar-row {
  overflow: visible;
}
#header-group .header__navigation-bar-row .header__columns {
  overflow: visible;
  max-width: 100%;
}

.areej-scroll-nav--bar .areej-scroll-nav__link {
  min-height: 34px;
  padding: 0.4rem 0.85rem;
  font-size: clamp(0.72rem, 1.4vw, 0.84rem);
  font-weight: 600;
  background: rgb(255 255 255 / 0.1);
  border-color: rgb(255 255 255 / 0.22);
  color: rgb(255 255 255 / 0.92);
}
.areej-scroll-nav--bar .areej-scroll-nav__link.is-active,
.areej-scroll-nav--bar .areej-scroll-nav__link:hover {
  background: var(--areej-gold);
  border-color: var(--areej-gold);
  color: var(--areej-blue-dark);
}

/* Legacy inline header variant (unused) */
.areej-scroll-nav--header {
  display: none;
}
#header-group .header__column:has(.areej-scroll-nav--header) {
  display: none;
}
.areej-scroll-nav--drawer {
  position: static;
  flex-direction: column;
  align-items: stretch;
  overflow: visible;
  padding: 0.75rem 1rem 1rem;
  background: var(--areej-blue-dark);
  border: none;
}
.areej-scroll-nav--drawer .areej-scroll-nav__link {
  width: 100%;
  text-align: start;
  background: rgb(255 255 255 / 0.08);
  border-color: rgb(255 255 255 / 0.18);
  color: #fff;
}
.areej-scroll-nav--drawer .areej-scroll-nav__link.is-active,
.areej-scroll-nav--drawer .areej-scroll-nav__link:hover {
  background: var(--areej-gold);
  border-color: var(--areej-gold);
  color: var(--areej-blue-dark);
}

/* Catalog page: category nav in drawer only */
.shopify-section.areej-catalog-section {
  padding-block-start: 0;
  margin-block-start: 0;
}

.areej-scroll-nav--catalog {
  position: sticky;
  top: var(--header-group-height, 60px);
  z-index: 35;
  width: 100%;
  margin: 0;
  padding: 0.5rem clamp(0.75rem, 2vw, 1.25rem);
  background: rgb(255 255 255 / 0.98);
  border-block: 1px solid rgb(51 83 96 / 0.12);
  border-top: none;
  backdrop-filter: blur(8px);
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  mask-image: none;
}
.areej-scroll-nav--catalog::-webkit-scrollbar { display: none; }

/* Homepage story teaser — cream band, dark type (matches bestsellers/offers) */
.areej-story--home {
  padding: 3rem 1.25rem 3.5rem;
  background: var(--areej-cream);
  color: var(--areej-blue-dark);
  border-block: 1px solid rgb(51 83 96 / 0.12);
}
.areej-story--home .areej-eyebrow {
  color: var(--areej-blue);
  letter-spacing: 0.12em;
  font-weight: 600;
}
.areej-story--home .areej-story__page-title {
  color: var(--areej-blue-dark);
}
.areej-story--home .areej-gold-line {
  background: linear-gradient(90deg, transparent, var(--areej-gold), transparent);
}
html[dir='ltr'] .areej-story--home .areej-gold-line {
  background: linear-gradient(90deg, transparent, var(--areej-gold), transparent);
}
.areej-story--home .areej-about-lead {
  color: rgb(36 57 66 / 0.78);
}
.areej-story--home .areej-btn--outline {
  border-color: rgb(51 83 96 / 0.35);
  color: var(--areej-blue-dark);
}
.areej-story--home .areej-btn--outline:hover {
  background: var(--areej-blue);
  border-color: var(--areej-blue);
  color: #fff;
}

@media (max-width: 989px) {
  .areej-scroll-nav--bar {
    display: flex;
    padding-inline: 0.5rem;
  }
  #header-group .header__navigation-bar-row .header__columns {
    padding-inline: 0;
  }
}

.areej-scroll-nav__link {
  flex-shrink: 0;
  min-height: 44px;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgb(51 83 96 / 0.2);
  background: #fff;
  color: var(--areej-blue-dark);
  font-size: clamp(0.9rem, 2.5vw, 1.05rem);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  font-family: inherit;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.areej-scroll-nav__link.is-active,
.areej-scroll-nav__link:hover {
  background: var(--areej-blue);
  border-color: var(--areej-blue);
  color: #fff;
}

.areej-band {
  scroll-margin-top: calc(var(--header-group-height, 60px) + 3.25rem);
  padding: 2.5rem 1rem 3rem;
}
.areej-band--warm { background: rgb(245 230 211 / 0.55); }
.areej-band--dark {
  background: linear-gradient(180deg, #1a3a48 0%, #243942 100%);
  color: #faf6f1;
}
.areej-band--dark .areej-band__title,
.areej-band--dark .areej-band__subtitle { color: #faf6f1; }
.areej-band--dark .areej-band__lead { color: rgb(250 246 241 / 0.82); }
.areej-band--dark .areej-band__eyebrow { color: var(--areej-gold-light); }
.areej-band--luxury { background: #fff; }
.areej-band--daily { background: rgb(245 230 211 / 0.45); }
.areej-band--signature { background: rgb(255 255 255 / 0.9); }
.areej-band--country { background: rgb(245 230 211 / 0.35); }

.areej-band__inner { max-width: 80rem; margin: 0 auto; }
.areej-band__header { margin-bottom: 2rem; max-width: 42rem; }
.areej-band__eyebrow {
  font-size: clamp(0.85rem, 2vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--areej-blue);
  margin: 0 0 0.75rem;
}
.areej-band__title {
  font-size: clamp(2rem, 6vw, 3.25rem);
  font-weight: 700;
  line-height: 1.12;
  margin: 0;
  color: var(--areej-blue-dark);
}
.areej-band__lead {
  font-size: clamp(1.125rem, 3vw, 1.45rem);
  line-height: 1.65;
  margin: 1rem 0 0;
  color: rgb(36 57 66 / 0.78);
}
.areej-band__subtitle {
  font-size: clamp(1.35rem, 3.5vw, 1.75rem);
  font-weight: 700;
  margin: 2.5rem 0 1.25rem;
  color: var(--areej-blue-dark);
}

/* Marquee */
.areej-marquee {
  overflow: hidden;
  margin: 0 0 2rem;
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}
.areej-marquee__track {
  display: flex;
  width: max-content;
  gap: 1rem;
  padding-block: 0.25rem;
}
.areej-marquee__track--left {
  animation: areej-marquee-left 55s linear infinite;
}
.areej-marquee__track--right {
  animation: areej-marquee-right 60s linear infinite;
}
@keyframes areej-marquee-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes areej-marquee-right {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}
@media (prefers-reduced-motion: reduce) {
  .areej-marquee__track { animation: none !important; }
}

.areej-marquee__item {
  flex-shrink: 0;
  width: 9rem;
  height: 9rem;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 16px rgb(36 57 66 / 0.12);
}
.areej-marquee__item--bukhor { background: linear-gradient(145deg, #f5e6d3, #faf6f1); }
.areej-marquee__item--oud { background: linear-gradient(145deg, #1a3a48, #243942); }
.areej-marquee__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.65rem;
}
@media (min-width: 640px) {
  .areej-marquee__item { width: 11rem; height: 11rem; }
}

/* Legacy shop header — kept for compat */
.areej-shop {
  padding: 3rem 1.25rem 4rem;
  background: rgb(245 230 211 / 0.5);
}
.areej-shop__inner { max-width: 80rem; margin: 0 auto; }
.areej-shop h2 {
  font-size: clamp(1.75rem, 5vw, 2.25rem);
  margin: 0;
  color: var(--areej-blue-dark);
}

/* Product grid — 2-col mobile, 3-col tablet, 4-col desktop */
.areej-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .areej-grid { grid-template-columns: repeat(3, 1fr); gap: 1rem; }
}
@media (min-width: 1024px) {
  .areej-grid { grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
}
.areej-product-card {
  background: #fff;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 2px 12px rgb(36 57 66 / 0.06);
  transition: transform 0.2s, box-shadow 0.2s;
}
.areej-product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgb(36 57 66 / 0.1);
}
.areej-product-card.is-hidden { display: none; }
.areej-product-card__link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.areej-product-card__img-wrap {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
}
.areej-product-card__img-wrap,
.areej-product-card__img-wrap--oud,
.areej-product-card__img-wrap--bukhor,
.areej-product-card[data-cats*='oud'] .areej-product-card__img-wrap,
.areej-product-card[data-cats*='bukhor'] .areej-product-card__img-wrap {
  background: var(--areej-brand-gradient);
}
.areej-product-card__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.75rem;
  mix-blend-mode: normal;
}
.areej-product-card__body {
  padding: 1rem 1rem 1.15rem;
}
.areej-product-card__title {
  font-size: clamp(1rem, 2.8vw, 1.3rem);
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 0.5rem;
  color: var(--areej-blue-dark);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.areej-product-card__price {
  font-size: clamp(1.05rem, 2.8vw, 1.35rem);
  font-weight: 700;
  color: var(--areej-gold-dark);
}

/* PDP — selected variant pills use footer brand gradient */
.product-information .variant-option__button-label:has(:checked):not(.variant-option__button-label--has-swatch) {
  background: var(--areej-brand-gradient);
  border-color: transparent;
  color: #fff;
}
.product-information .variant-option__button-label:has(:checked):not(.variant-option__button-label--has-swatch)::before {
  border-color: transparent;
}
.product-information .variant-option__button-label:has(:checked):not(.variant-option__button-label--has-swatch) .variant-option__button-label__text {
  color: #fff;
}
.product-information .add-to-cart-button,
.product-information .button.add-to-cart-button {
  background: var(--areej-blue) !important;
  border-color: var(--areej-blue) !important;
  color: #fff !important;
}
.product-information .add-to-cart-button:hover,
.product-information .button.add-to-cart-button:hover {
  background: var(--areej-blue-dark) !important;
  border-color: var(--areej-blue-dark) !important;
  color: #fff !important;
  filter: none;
}

/* Minimal Arabic atmosphere — corner motif */
.areej-motif {
  position: absolute;
  width: 3rem;
  height: 3rem;
  opacity: 0.12;
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath fill='%23CCA564' d='M20 0L40 20 20 40 0 20z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.areej-motif--tl { top: 1rem; inset-inline-start: 1rem; }
.areej-motif--br { bottom: 1rem; inset-inline-end: 1rem; }

/* Account — phone first */
.areej-account-cta {
  max-width: 80rem;
  margin: 0 auto 2rem;
  padding: 1rem 1.25rem;
  background: rgb(51 83 96 / 0.08);
  border-radius: 0.75rem;
  text-align: center;
  font-size: 0.9rem;
}
.areej-account-cta a {
  color: var(--areej-blue);
  font-weight: 700;
}

/* ═══════════════════════════════════════════════
   FAQ ACCORDION
   ═══════════════════════════════════════════════ */
.areej-faq {
  background: linear-gradient(180deg, var(--areej-blue) 0%, var(--areej-blue-dark) 100%);
  padding: 3rem 1.25rem 3.5rem;
}
.areej-faq__inner {
  max-width: 48rem;
  margin: 0 auto;
}
.areej-faq__title {
  font-family: 'Cormorant Garamond', 'Noto Sans Arabic', serif;
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 0 0 2rem;
}
.areej-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.areej-faq__item {
  background: rgb(255 255 255 / 0.08);
  border-radius: 0.65rem;
  overflow: hidden;
  transition: background 0.2s;
}
.areej-faq__item[open] {
  background: rgb(255 255 255 / 0.14);
}
.areej-faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  font-size: clamp(0.95rem, 2.5vw, 1.1rem);
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  list-style: none;
  min-height: 48px;
}
.areej-faq__item summary::-webkit-details-marker { display: none; }
.areej-faq__item summary::after {
  content: '+';
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--areej-gold);
  flex-shrink: 0;
  margin-inline-start: 1rem;
  transition: transform 0.2s;
}
.areej-faq__item[open] summary::after {
  content: '−';
}
.areej-faq__item p {
  padding: 0 1.25rem 1.25rem;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.75;
  color: rgb(255 255 255 / 0.78);
}

/* About page prose + policy pages */
.areej-about-prose,
.areej-policy-page__inner {
  max-width: 42rem;
  margin: 0 auto;
  padding: 0 1.25rem 2rem;
  line-height: 1.85;
  color: var(--areej-blue-dark);
}
.areej-about-prose p,
.areej-policy-page__inner p {
  margin: 0 0 1.25rem;
  font-size: 1rem;
}
.areej-story .areej-about-prose,
.areej-story .areej-about-prose p {
  color: rgb(255 255 255 / 0.85);
  text-align: center;
}
.areej-policy-page {
  padding: 3rem 0 4rem;
  background: var(--areej-cream);
}
.areej-policy-page h1 {
  font-family: 'Cormorant Garamond', 'Noto Sans Arabic', serif;
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  font-weight: 700;
  color: var(--areej-blue-dark);
  margin: 0;
}
.areej-policy-page h2 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 1.75rem 0 0.75rem;
  color: var(--areej-blue-dark);
}
.areej-policy-page ul {
  margin: 0 0 1rem;
  padding-inline-start: 1.25rem;
}
.areej-policy-page li {
  margin-bottom: 0.5rem;
  line-height: 1.7;
}

/* ═══════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════ */
.areej-footer {
  background: linear-gradient(135deg, var(--areej-blue-dark) 0%, #1a2f38 60%, var(--areej-gold-dark) 100%);
  color: #fff;
  padding: 3rem 1.25rem 2rem;
}
.areej-footer__inner {
  max-width: 64rem;
  margin: 0 auto;
}
.areej-footer__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}
.areej-footer__col h3,
.areej-footer__links h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--areej-gold);
  margin: 0 0 1rem;
}
.areej-footer__col ul,
.areej-footer__links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.areej-footer__col li,
.areej-footer__links li {
  margin-bottom: 0.65rem;
}
.areej-footer__col a,
.areej-footer__links a {
  color: rgb(255 255 255 / 0.85);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s;
}
.areej-footer__col a:hover,
.areej-footer__links a:hover {
  color: var(--areej-gold);
}
.areej-footer__links {
  border-top: 1px solid rgb(255 255 255 / 0.12);
  padding-top: 1.5rem;
  margin-bottom: 2rem;
}

.areej-footer__social {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}
.areej-footer__social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgb(255 255 255 / 0.1);
  color: #fff;
  transition: background 0.2s, color 0.2s;
}
.areej-footer__social-icon:hover {
  background: var(--areej-gold);
  color: var(--areej-blue-dark);
}

.areej-footer__payments {
  text-align: center;
  margin-bottom: 1.5rem;
  color: rgb(255 255 255 / 0.7);
}
.areej-footer__payment-icons {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.areej-pay-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0.6rem;
  border-radius: 0.35rem;
  background: rgb(255 255 255 / 0.12);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}
.areej-pay-icon-img {
  height: 28px;
  width: auto;
  max-width: 52px;
  object-fit: contain;
  background: #fff;
  border-radius: 6px;
  padding: 4px 6px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.12);
}
.areej-footer__copy {
  text-align: center;
  font-size: 0.8rem;
  color: rgb(255 255 255 / 0.5);
  margin: 0;
  padding-top: 1rem;
  border-top: 1px solid rgb(255 255 255 / 0.08);
}

@media (min-width: 640px) {
  .areej-footer__cols { grid-template-columns: 1fr 1fr 1fr; }
}

.areej-catalog-fold {
  scroll-margin-top: calc(var(--header-group-height, 60px) + 3.25rem);
  background: rgb(245 230 211 / 0.35);
}
.areej-catalog-header {
  text-align: center;
  padding: 1.25rem 1.25rem 1rem;
  background: var(--areej-cream);
  border-block-end: none;
}
.areej-catalog-header h1,
.areej-catalog-header h2 {
  font-family: 'Cormorant Garamond', 'Noto Sans Arabic', serif;
  font-size: clamp(2rem, 6vw, 3rem);
  font-weight: 700;
  color: var(--areej-blue-dark);
  margin: 0;
}
.areej-catalog-header__lead {
  max-width: 32rem;
  margin: 1rem auto 0;
  color: rgb(36 57 66 / 0.75);
  line-height: 1.7;
}

/* All-products catalog */
.areej-all-products {
  padding-block-end: 2.5rem;
}
.areej-all-products__grid-wrap {
  padding-block: 1.25rem 2rem;
}

/* Sales channels */
.areej-channels {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  max-width: 40rem;
  margin: 2rem auto 0;
  padding: 0 1rem;
}
.areej-channel-btn {
  min-height: 44px;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgb(255 255 255 / 0.35);
  color: #fff;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  transition: background 0.2s, border-color 0.2s;
}
.areej-channel-btn:hover {
  background: rgb(204 165 100 / 0.25);
  border-color: var(--areej-gold);
}

.areej-about-lead {
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
  line-height: 1.85;
  color: rgb(255 255 255 / 0.85);
  font-size: 1.05rem;
  padding: 0 1rem;
}

/* PDP related products */
.areej-pdp-recommendations {
  padding: 3rem 1rem;
  background: rgb(245 230 211 / 0.35);
}
.areej-pdp-recommendations__header {
  text-align: center;
  margin-bottom: 1.75rem;
}
.areej-pdp-recommendations__grid .resource-list__item {
  min-width: 0;
}

/* PDP back button */
/* Horizon product grid uses physical padding-left/right — RTL dir blows the media/details gap */
html[dir='rtl'] .product-information__grid {
  direction: ltr;
}
html[dir='rtl'] .product-details {
  direction: rtl;
  text-align: start;
}
html[dir='rtl'] .product-information__media {
  direction: ltr;
}
#areej-back-btn {
  position: fixed;
  top: calc(var(--header-group-height, 4rem) + 0.5rem);
  z-index: 9998;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgb(204 165 100 / 0.5);
  background: rgb(36 57 66 / 0.9);
  color: #fff;
  font-size: 1.25rem;
  cursor: pointer;
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
}
html[dir='rtl'] #areej-back-btn { right: 1rem; }
html[dir='ltr'] #areej-back-btn { left: 1rem; }

/* Qty total (Keeta-style) */
.areej-qty-total {
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.65rem 1rem;
  border-radius: 0.5rem;
  background: rgb(204 165 100 / 0.15);
  border: 1px solid rgb(204 165 100 / 0.35);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--areej-blue-dark);
  text-align: center;
}

/* Brand watermark on product images */
.areej-watermarked {
  position: relative;
}
.areej-watermarked::after {
  content: 'أريج';
  position: absolute;
  bottom: 8%;
  inset-inline-end: 6%;
  font-family: 'Cormorant Garamond', 'Noto Sans Arabic', serif;
  font-size: clamp(0.85rem, 3vw, 1.1rem);
  font-weight: 700;
  color: rgb(204 165 100 / 0.45);
  pointer-events: none;
  letter-spacing: 0.08em;
}

/* Hide duplicate Horizon footer when Areej footer is present */
.areej-footer-section + .shopify-section-group-footer-group,
.areej-store .areej-footer + .areej-footer {
  display: none;
}

/* Mobile touch targets */
@media (max-width: 639px) {
  .areej-hero {
    min-height: 40svh;
  }
  .areej-hero__inner {
    padding: 2rem 1rem 1.5rem;
  }
  .areej-hero__title {
    font-size: clamp(2.25rem, 14vw, 3.25rem);
  }
  .header__row { min-height: 48px; }
}
@media (min-width: 750px) {
  .areej-hero {
    min-height: 48svh;
  }
}

/* ════════════════════════════════════════════════════════════════════════ */
/* ── AREEJ SHIPPING BAR (top of homepage) ───────────────────────────────── */
/* ════════════════════════════════════════════════════════════════════════ */
.areej-shipping-bar {
  background: var(--areej-blue-dark);
  color: #fff;
  padding: 10px 16px;
  border-bottom: 1px solid var(--areej-gold);
}
.areej-shipping-bar__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  justify-content: center;
  align-items: center;
}
.areej-shipping-bar__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  letter-spacing: 0.01em;
}
.areej-shipping-bar__icon {
  width: 18px;
  height: 18px;
  color: var(--areej-gold);
  display: inline-flex;
  flex-shrink: 0;
}
.areej-shipping-bar__icon svg { width: 100%; height: 100%; }
.areej-shipping-bar__text { white-space: nowrap; }
@media (max-width: 749px) {
  .areej-shipping-bar__pill { font-size: 0.78rem; gap: 6px; }
  .areej-shipping-bar__inner { gap: 6px 14px; }
}

/* ════════════════════════════════════════════════════════════════════════ */
/* ── AREEJ LEAD MODAL (phone capture popup) ─────────────────────────────── */
/* ════════════════════════════════════════════════════════════════════════ */
.areej-lead-modal[hidden] { display: none; }
.areej-lead-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.areej-lead-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgb(36 57 66 / 0.78);
  backdrop-filter: blur(6px);
}
.areej-lead-modal__card {
  position: relative;
  z-index: 1;
  max-width: 460px;
  width: 100%;
  background: var(--areej-cream);
  color: var(--areej-blue-dark);
  border: 1px solid var(--areej-gold);
  border-radius: 14px;
  box-shadow: 0 30px 70px -20px rgb(0 0 0 / 0.6);
  overflow: hidden;
  animation: areej-lead-pop 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes areej-lead-pop {
  from { transform: translateY(20px) scale(0.96); opacity: 0; }
  to   { transform: translateY(0) scale(1); opacity: 1; }
}
.areej-lead-modal__x {
  position: absolute;
  top: 12px;
  inset-inline-end: 12px;
  width: 34px;
  height: 34px;
  border: 0;
  background: rgb(255 255 255 / 0.7);
  color: var(--areej-blue-dark);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.2s;
}
.areej-lead-modal__x:hover { background: #fff; transform: rotate(90deg); }
.areej-lead-modal__x svg { width: 16px; height: 16px; }
.areej-lead-modal__body {
  padding: 40px 28px 28px;
  text-align: center;
}
.areej-lead-modal__title {
  font-family: var(--font-cormorant, serif);
  font-size: 1.7rem;
  font-weight: 500;
  margin: 6px 0 0;
  line-height: 1.2;
}
.areej-lead-modal__lead {
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgb(36 57 66 / 0.85);
  margin: 12px 0 18px;
  max-width: 32rem;
  margin-inline: auto;
}
.areej-lead-modal__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 14px;
}
.areej-lead-modal__field {
  display: flex;
  align-items: stretch;
  border: 1px solid var(--areej-blue);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  max-width: 320px;
  margin-inline: auto;
  width: 100%;
}
.areej-lead-modal__prefix {
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  background: var(--areej-blue);
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  border-inline-end: 1px solid var(--areej-blue);
}
.areej-lead-modal__field input {
  flex: 1;
  border: 0;
  padding: 12px 12px;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  background: transparent;
  color: var(--areej-blue-dark);
  outline: none;
  min-width: 0;
}
.areej-lead-modal__field input::placeholder { color: rgb(36 57 66 / 0.35); }
.areej-lead-modal__error {
  color: #c0392b;
  font-size: 0.85rem;
  margin: 0;
}
.areej-lead-modal__submit { width: 100%; max-width: 320px; margin-inline: auto; }
.areej-lead-modal__fine {
  font-size: 0.78rem;
  color: rgb(36 57 66 / 0.55);
  margin-top: 14px;
}
.areej-lead-modal__success {
  text-align: center;
  padding: 40px 28px;
}
.areej-lead-modal__success h3 {
  font-family: var(--font-cormorant, serif);
  font-size: 1.6rem;
  margin: 0 0 12px;
  color: var(--areej-blue-dark);
}
.areej-lead-modal__success p {
  color: rgb(36 57 66 / 0.8);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

/* ════════════════════════════════════════════════════════════════════════ */
/* ── AREEJ TIMED OFFERS (countdown flash sale) ──────────────────────────── */
/* ════════════════════════════════════════════════════════════════════════ */
.areej-timed {
  position: relative;
  background: linear-gradient(160deg, #1f2f37 0%, #2c4751 60%, #3a3128 100%);
  color: #fff;
  padding: 56px 16px;
  overflow: hidden;
}
.areej-timed__inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.areej-timed__glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 0%, rgb(204 165 100 / 0.18), transparent 55%),
              radial-gradient(circle at 80% 100%, rgb(204 165 100 / 0.12), transparent 50%);
  pointer-events: none;
}
.areej-timed__header {
  text-align: center;
  margin-bottom: 28px;
}
.areej-timed__eyebrow { color: var(--areej-gold) !important; }
.areej-timed__title {
  font-family: var(--font-cormorant, serif);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 500;
  margin: 6px 0 8px;
  color: #fff;
}
.areej-timed__lead {
  color: rgb(255 255 255 / 0.78);
  max-width: 36rem;
  margin: 0 auto 18px;
  line-height: 1.6;
}
.areej-timed__countdown {
  display: inline-flex;
  align-items: stretch;
  gap: 6px;
  margin-top: 14px;
  flex-wrap: wrap;
  justify-content: center;
}
.areej-timed__unit {
  background: rgb(0 0 0 / 0.35);
  border: 1px solid rgb(204 165 100 / 0.35);
  border-radius: 10px;
  padding: 10px 12px;
  min-width: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.areej-timed__unit span {
  font-size: 1.5rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: var(--areej-gold);
  line-height: 1;
}
.areej-timed__unit small {
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgb(255 255 255 / 0.7);
}
.areej-timed__sep {
  display: flex;
  align-items: center;
  color: rgb(204 165 100 / 0.6);
  font-size: 1.4rem;
  font-weight: 600;
}
.areej-timed__ended {
  color: var(--areej-gold);
  font-size: 1.1rem;
  margin-top: 14px;
  letter-spacing: 0.02em;
}
.areej-timed__grid { margin-top: 8px; }
.areej-timed__cta-row { text-align: center; margin-top: 28px; }
.areej-timed[data-ended="true"] .areej-timed__countdown { opacity: 0.4; }
@media (max-width: 749px) {
  .areej-timed { padding: 40px 14px; }
  .areej-timed__unit { min-width: 56px; padding: 8px 10px; }
  .areej-timed__unit span { font-size: 1.2rem; }
  .areej-timed__sep { display: none; }
}

/* ════════════════════════════════════════════════════════════════════════ */
/* ── AREEJ NEW ARRIVALS ─────────────────────────────────────────────────── */
/* ════════════════════════════════════════════════════════════════════════ */
.areej-new { background: linear-gradient(180deg, #f5e6d3 0%, #efe0c8 100%); }

