/** Shopify CDN: Minification failed

Line 35:0 All "@import" rules must come first
Line 76:49 Expected identifier but found "!"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:middle-east-page (INDEX:47) */
/* ============================================================
   VALOMBREUSE MIDDLE EAST — Section Styles
   Prefixed with .vme- to avoid conflicts with your theme CSS
   ============================================================ */

/* ── TOKENS ── */
.vme-page {
  --vme-cream:      #F9F5EE;
  --vme-warm:       #FDFAF5;
  --vme-sand:       #E8DFD0;
  --vme-gold:       #B8924A;
  --vme-gold-lt:    #D4AC6A;
  --vme-deep:       #1C1812;
  --vme-charcoal:   #3A342C;
  --vme-muted:      #7A6E60;
  --vme-pad:        clamp(48px, 6vw, 80px) clamp(20px, 5vw, 64px);
  font-family: 'Jost', 'Helvetica Neue', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  color: var(--vme-deep);
}

/* ── FONTS ── */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Jost:wght@300;400;500&display=swap');

/* ── UTILITIES ── */
.vme-page img { display: block; width: 100%; height: 100%; object-fit: cover; }
.vme-page a { text-decoration: none; color: inherit; }

.vme-gold-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--vme-gold), transparent);
  opacity: 0.3;
}

/* ── ANNOUNCEMENT ── */
.vme-announcement {
  background: var(--vme-deep);
  color: rgba(255,255,255,0.6);
  text-align: center;
  padding: 10px 20px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.vme-announcement__highlight { color: var(--vme-gold-lt); }

/* ── BUTTONS ── */
.vme-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.22s ease;
  font-family: 'Jost', sans-serif;
  white-space: nowrap;
  border: 1.5px solid transparent;
}
.vme-btn--dark    { background: var(--vme-gold); !important; color: #ffffff !important; border-color: var(--vme-deep); }
.vme-btn--dark:hover { background: var(--vme-charcoal); } 
.vme-btn--outline { background: transparent; color: var(--vme-deep); border-color: var(--vme-deep); }
.vme-btn--outline:hover { background: var(--vme-cream); }
.vme-btn--gold    { background: var(--vme-gold); color: #fff; border-color: var(--vme-gold); }
.vme-btn--gold:hover { background: #a6803e; border-color: #a6803e; }
.vme-btn--whatsapp { background: #25D366; color: #fff; border-color: #25D366; }
.vme-btn--whatsapp:hover { background: #1fb558; }

.vme-text-link {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--vme-gold);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  transition: gap 0.2s;
}
.vme-text-link:hover { gap: 10px; }

/* ── SECTION HEADER ── */
.vme-section-header { margin-bottom: 40px; }
.vme-section-header h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 300;
  color: var(--vme-deep);
  margin-bottom: 8px;
  line-height: 1.25;
}
.vme-section-header p { font-size: 12px; color: var(--vme-muted); letter-spacing: 0.08em; }

/* ── PLACEHOLDERS ── */
.vme-placeholder {
  background: var(--vme-sand);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.vme-placeholder--hero { min-height: 500px; }
.vme-placeholder--media { min-height: 360px; }
.vme-placeholder__svg { width: 60px; height: 60px; opacity: 0.3; }

/* ── HERO ── */
.vme-hero {
  background: var(--vme-warm);
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
}
.vme-hero__content {
  padding: var(--vme-pad);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.vme-hero__eyebrow {
  font-size: 10px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--vme-gold);
  font-weight: 400;
}
.vme-hero__h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 300;
  line-height: 1.18;
  color: var(--vme-deep);
}
.vme-hero__h1 em { font-style: italic; color: var(--vme-gold); }
.vme-hero__subheading {
  font-size: 13px;
  line-height: 1.8;
  color: var(--vme-muted);
  max-width: 380px;
}
.vme-hero__body {
  font-size: 13px;
  line-height: 1.85;
  color: var(--vme-charcoal);
  max-width: 400px;
}
.vme-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}
.vme-hero__image {
  position: relative;
  overflow: hidden;
  background: var(--vme-sand);
}
.vme-hero__image img { transition: transform 0.6s ease; }
.vme-hero__image:hover img { transform: scale(1.03); }

@media (max-width: 800px) {
  .vme-hero { grid-template-columns: 1fr; }
  .vme-hero__image { min-height: 320px; order: -1; }
}

/* ── SHIPPING ── */
.vme-shipping {
  background: var(--vme-deep);
  padding: 32px clamp(20px, 5vw, 64px);
}
.vme-shipping__label {
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--vme-gold-lt);
  margin-bottom: 20px;
}
.vme-shipping__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 4px;
  overflow: hidden;
}
.vme-country {
  padding: 18px 10px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  transition: background 0.2s;
}
.vme-country:last-child { border-right: none; }
.vme-country:hover { background: rgba(255,255,255,0.04); }
.vme-country__flag  { font-size: 24px; line-height: 1; }
.vme-country__name  { font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.5); }
.vme-country__time  { font-size: 9px; color: var(--vme-gold-lt); }
.vme-shipping__free {
  text-align: center;
  margin-top: 16px;
  font-size: 11px;
  color: rgba(255,255,255,0.35);
  letter-spacing: 0.08em;
}
.vme-shipping__free span { color: var(--vme-gold-lt); font-weight: 500; }

@media (max-width: 700px) { .vme-shipping__grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 400px) { .vme-shipping__grid { grid-template-columns: repeat(2, 1fr); } }

/* ── COLLECTIONS ── */
.vme-collections {
  background: white;
  padding: var(--vme-pad);
}
.vme-collection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.vme-collection-card { display: flex; flex-direction: column; }
.vme-collection-card__img {
  height: 280px;
  overflow: hidden;
  background: var(--vme-sand);
  border-radius: 2px;
}
.vme-collection-card__img img { transition: transform 0.55s ease; }
.vme-collection-card:hover .vme-collection-card__img img { transform: scale(1.04); }
.vme-collection-card__body { padding: 20px 0 0; display: flex; flex-direction: column; gap: 8px; }
.vme-collection-card__body h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--vme-deep);
}
.vme-collection-card__body p { font-size: 12px; line-height: 1.75; color: var(--vme-muted); }

@media (max-width: 800px) { .vme-collection-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .vme-collection-grid { grid-template-columns: 1fr; } }

/* ── GIFTING ── */
.vme-gifting {
  background: var(--vme-cream);
  padding: var(--vme-pad);
}
.vme-occasion-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.vme-occasion-card {
  background: white;
  border: 1px solid var(--vme-sand);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s ease;
}
.vme-occasion-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.08); }
.vme-occasion-card__img { height: 180px; overflow: hidden; background: var(--vme-sand); flex-shrink: 0; }
.vme-occasion-card__img img { transition: transform 0.55s ease; }
.vme-occasion-card:hover .vme-occasion-card__img img { transform: scale(1.04); }
.vme-occasion-card__body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.vme-occasion-card__body h3 { font-family: 'Cormorant Garamond', serif; font-size: 17px; font-weight: 400; color: var(--vme-deep); }
.vme-occasion-card__body p { font-size: 12px; line-height: 1.75; color: var(--vme-muted); flex: 1; }

@media (max-width: 600px) { .vme-occasion-grid { grid-template-columns: 1fr; } }

/* ── PROVENANCE ── */
.vme-provenance {
  background: white;
  padding: var(--vme-pad);
}
.vme-provenance__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.vme-provenance__content { display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }
.vme-provenance__address {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--vme-gold);
  border-left: 2px solid var(--vme-gold);
  padding-left: 14px;
}
.vme-provenance__content h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(24px, 3vw, 34px); font-weight: 300; color: var(--vme-deep); line-height: 1.3; }
.vme-provenance__content p { font-size: 13px; line-height: 1.9; color: var(--vme-charcoal); }
.vme-provenance__media {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  background: var(--vme-sand);
  min-height: 360px;
}
.vme-video-wrap { position: relative; padding-bottom: 56.25%; height: 0; }
.vme-video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; }

@media (max-width: 700px) {
  .vme-provenance__inner { grid-template-columns: 1fr; }
  .vme-provenance__media { min-height: 260px; }
}

/* ── BESPOKE ── */
.vme-bespoke {
  background: var(--vme-deep);
  padding: var(--vme-pad);
}
.vme-bespoke .vme-section-header h2 { color: var(--vme-cream); }
.vme-bespoke .vme-section-header p  { color: rgba(255,255,255,0.4); }
.vme-bespoke__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
.vme-bespoke__content { display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
.vme-bespoke__highlight {
  background: rgba(184,146,74,0.15);
  border: 1px solid rgba(184,146,74,0.28);
  border-radius: 3px;
  padding: 12px 16px;
  font-size: 12px;
  color: var(--vme-gold-lt);
  letter-spacing: 0.04em;
  line-height: 1.65;
}
.vme-bespoke__content p { font-size: 13px; line-height: 1.9; color: rgba(255,255,255,0.65); }
.vme-bespoke__meta { font-size: 9px; color: rgba(255,255,255,0.3); letter-spacing: 0.14em; text-transform: uppercase; }
.vme-bespoke__img { border-radius: 3px; overflow: hidden; background: var(--vme-charcoal); min-height: 320px; }

@media (max-width: 700px) {
  .vme-bespoke__inner { grid-template-columns: 1fr; }
  .vme-bespoke__img { min-height: 260px; }
}

/* ── CORPORATE ── */
.vme-corporate {
  background: var(--vme-cream);
  padding: var(--vme-pad);
}
.vme-corporate__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}
.vme-corporate__content { display: flex; flex-direction: column; gap: 18px; }
.vme-corporate__content p { font-size: 13px; line-height: 1.9; color: var(--vme-charcoal); }
.vme-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.vme-tag {
  background: white;
  border: 1px solid var(--vme-sand);
  color: var(--vme-charcoal);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
}
.vme-corporate__ctas { display: flex; flex-direction: column; gap: 12px; min-width: 190px; flex-shrink: 0; }

@media (max-width: 640px) {
  .vme-corporate__inner { grid-template-columns: 1fr; }
}

/* ── TESTIMONIALS ── */
.vme-testimonials {
  background: white;
  padding: var(--vme-pad);
}
.vme-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.vme-testimonial-card {
  background: var(--vme-cream);
  border: 1px solid var(--vme-sand);
  border-radius: 4px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.vme-stars { display: flex; gap: 3px; }
.vme-star {
  width: 13px; height: 13px;
  background: var(--vme-gold);
  clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);
}
.vme-testimonial-card__text {
  font-size: 13px;
  line-height: 1.85;
  color: var(--vme-charcoal);
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  flex: 1;
}
.vme-testimonial-card__attr { font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--vme-muted); }

@media (max-width: 800px) { .vme-testimonial-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px)  { .vme-testimonial-grid { grid-template-columns: 1fr; } }

/* ── FAQ ── */
.vme-faq {
  background: var(--vme-cream);
  padding: var(--vme-pad);
}
.vme-faq__list { border-top: 1px solid var(--vme-sand); }
.vme-faq__item { border-bottom: 1px solid var(--vme-sand); }
.vme-faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  gap: 16px;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
}
.vme-faq__q-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--vme-deep);
  line-height: 1.4;
}
.vme-faq__toggle {
  width: 28px; height: 28px;
  border: 1px solid var(--vme-sand);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
  color: var(--vme-muted);
  transition: transform 0.25s, background 0.2s, color 0.2s;
  line-height: 1;
}
.vme-faq__item--open .vme-faq__toggle {
  transform: rotate(45deg);
  background: var(--vme-deep);
  color: white;
  border-color: var(--vme-deep);
}
.vme-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.vme-faq__item--open .vme-faq__answer { max-height: 400px; padding-bottom: 20px; }
.vme-faq__answer p { font-size: 13px; line-height: 1.9; color: var(--vme-charcoal); padding-right: 44px; }

/* ── FADE-UP ANIMATIONS ── */
@media (prefers-reduced-motion: no-preference) {
  .vme-fade-up {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.65s ease, transform 0.65s ease;
  }
  .vme-fade-up.vme-visible { opacity: 1; transform: translateY(0); }
  .vme-fade-up:nth-child(2) { transition-delay: 0.1s; }
  .vme-fade-up:nth-child(3) { transition-delay: 0.2s; }
  .vme-fade-up:nth-child(4) { transition-delay: 0.3s; }
}
/* END_SECTION:middle-east-page */