/** Shopify CDN: Minification failed

Line 68:24 Unexpected "{"

**/
/* --- Arabic Font Faces (GE SS Two) --- */
@font-face {
  font-family: "GE SS Two";
  src: url("{{ 'GE_SS_Two-Light.woff2' | asset_url }}") format("woff2"),
       url("{{ 'GE_SS_Two-Light.woff' | asset_url }}") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GE SS Two";
  src: url("{{ 'GE_SS_Two-Medium.woff2' | asset_url }}") format("woff2"),
       url("{{ 'GE_SS_Two-Medium.woff' | asset_url }}") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GE SS Two";
  src: url("{{ 'GE_SS_Two-Bold.woff2' | asset_url }}") format("woff2"),
       url("{{ 'GE_SS_Two-Bold.woff' | asset_url }}") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


/* Ensure RTL on Arabic pages */
html[lang="ar"] {
/*  direction: rtl;
  text-align: right; */
}

/* BODY TEXT — GE SS Two Light | 10pt */
html[lang="ar"] body {
  font-family: "GE SS Two", Tahoma, Arial, sans-serif !important;
  font-weight: 300;
  font-size: 13.33px; /* 10pt */
  line-height: 1.8;
  letter-spacing: 0 !important;
}

/* TITLES — GE SS Two Bold | 25pt */
html[lang="ar"] h1,
html[lang="ar"] .h1 {
  font-family: "GE SS Two", Tahoma, Arial, sans-serif !important;
  font-weight: 700;
  font-size: 33.33px; /* 25pt */
  letter-spacing: 0 !important;
  text-transform: none !important;
}

/* SUBTITLES — GE SS Two Medium | 15pt */
html[lang="ar"] h2,
html[lang="ar"] .h2,
html[lang="ar"] h3,
html[lang="ar"] .h3,
html[lang="ar"] a,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] select, {
  font-family: "GE SS Two", Tahoma, Arial, sans-serif !important;
  font-weight: 500;
  font-size: 20px; /* 15pt */
  letter-spacing: 0 !important;
  text-transform: none !important;
}

/* Navigation / buttons / form controls */
html[lang="ar"] textarea,
html[lang="ar"] p {
  font-family: "GE SS Two", Tahoma, Arial, sans-serif !important;
   font-weight: 300;
  font-size: 13.33px; /* 10pt */
  letter-spacing: 0 !important;
}