/** Shopify CDN: Minification failed

Line 194:0 All "@import" rules must come first
Line 195:2 All "@import" rules must come first
Line 1038:0 All "@import" rules must come first
Line 1039:2 All "@import" rules must come first
Line 1702:0 All "@import" rules must come first
Line 1703:2 All "@import" rules must come first
Line 2998:0 All "@import" rules must come first
Line 2999:2 All "@import" rules must come first
Line 3929:0 All "@import" rules must come first
Line 3930:2 All "@import" rules must come first
... and 19 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:404 (INDEX:0) */
.gk-recovery {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 100vh;
    padding: 8rem clamp(1rem, 4vw, 4rem) 5rem;
    background: radial-gradient(circle at top right, rgba(197, 165, 117, 0.16), transparent 34rem), #000;
    color: #fff;
  }

  .gk-recovery__inner {
    width: min(100%, 1240px);
    margin-inline: auto;
  }

  .gk-recovery__hero {
    min-height: 46vh;
    display: grid;
    align-content: end;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .gk-recovery__eyebrow,
  .gk-recovery__number {
    margin: 0 0 1rem;
    font-family: Montserrat, sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.4;
    text-transform: uppercase;
    color: var(--gk-sand, #c5a575);
  }

  .gk-recovery__title {
    max-width: 850px;
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: clamp(2.4rem, 6vw, 5.6rem);
    font-weight: 300;
    letter-spacing: 0;
    line-height: 0.98;
    color: #fff;
  }

  .gk-recovery__lead {
    max-width: 720px;
    margin: 1.35rem 0 0;
    font-family: Montserrat, sans-serif;
    font-size: clamp(1rem, 1.35vw, 1.14rem);
    font-weight: 300;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.72);
  }

  .gk-recovery__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 2rem;
  }

  .gk-recovery__button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.95rem 1.25rem;
    border: 1px solid rgba(197, 165, 117, 0.54);
    font-family: Montserrat, sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
  }

  .gk-recovery__button--primary {
    background: linear-gradient(135deg, var(--gk-sand, #c5a575), #a98752);
    color: #000;
  }

  .gk-recovery__button--secondary {
    background: transparent;
    color: #fff;
  }

  .gk-recovery__button:hover,
  .gk-recovery__card:hover {
    transform: translateY(-2px);
    border-color: var(--gk-sand, #c5a575);
  }

  .gk-recovery__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    padding-top: 3rem;
  }

  .gk-recovery__card {
    min-height: 12rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.035);
    color: #fff;
    text-decoration: none;
    transition: transform 0.25s ease, border-color 0.25s ease;
  }

  .gk-recovery__card strong {
    display: block;
    margin-bottom: 0.65rem;
    font-family: Montserrat, sans-serif;
    font-size: 1.05rem;
    line-height: 1.35;
  }

  .gk-recovery__card small {
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 0.88rem;
    font-weight: 300;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.7);
  }

  [dir='rtl'] .gk-recovery,
  .gk-recovery [data-lang='ar'] {
    font-family: Cairo, sans-serif;
  }

  [dir='rtl'] .gk-recovery {
    direction: rtl;
    text-align: right;
  }

  [dir='rtl'] .gk-recovery__actions {
    direction: rtl;
  }

  @media (max-width: 980px) {
    .gk-recovery__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 640px) {
    .gk-recovery {
      padding: 6.5rem 1rem 4rem;
    }

    .gk-recovery__hero {
      min-height: auto;
      padding-bottom: 2.5rem;
    }

    .gk-recovery__grid {
      grid-template-columns: 1fr;
    }

    .gk-recovery__button {
      width: 100%;
    }
  }
/* END_SECTION:404 */

/* START_SECTION:about-page (INDEX:1) */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700&display=swap');

  .gk-about {
    position: relative;
    min-height: 100vh;
    background: var(--gk-bg-primary);
    color: var(--gk-text-primary);
    padding: 120px 0 80px;
    transition: background 0.5s ease, color 0.3s ease;
    width: 100%;
  }

  .gk-about__bg-grid {
    display: none;
  }

  .gk-about__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 clamp(1.5rem, 5vw, 4rem);
    position: relative;
  }

  /* Hero Section */
  .gk-about__hero {
    text-align: center;
    margin-bottom: 6rem;
  }

  .gk-about__badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }

  .gk-about__badge-line {
    width: 40px;
    height: 1px;
    background: var(--gk-border-color);
    transition: background 0.3s ease;
  }

  .gk-about__badge-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    color: var(--gk-text-tertiary);
    text-transform: uppercase;
    transition: color 0.3s ease;
  }

  .gk-about__title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 300;
    color: var(--gk-text-primary);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    line-height: 1.2;
    transition: color 0.3s ease;
  }

  .gk-about__title[data-lang='ar'] {
    font-family: 'Cairo', sans-serif !important;
    letter-spacing: 0.02em;
  }

  .gk-about__subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.95rem, 1.5vw, 1.1rem);
    color: var(--gk-text-tertiary);
    font-weight: 300;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
    transition: color 0.3s ease;
    text-align: center;
  }

  .gk-about__subtitle[data-lang='ar'] {
    font-family: 'Cairo', sans-serif !important;
    text-align: center;
  }

  /* Story Section */
  .gk-about__story {
    margin-bottom: 8rem;
  }

  .gk-about__story-header {
    text-align: center;
    margin-bottom: 4rem;
  }

  .gk-about__story-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400;
    color: var(--gk-text-primary);
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: color 0.3s ease;
    position: relative;
    display: inline-block;
  }

  .gk-about__story-header h2[data-lang='ar'] {
    font-family: 'Cairo', sans-serif !important;
  }

  /* All h2 elements in headers should be inline-block for centering */
  .gk-about__story-header h2,
  .gk-about__milestones-header h2,
  .gk-about__cta h2 {
    display: inline-block;
  }

  .gk-about__story-header h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: var(--gk-border-color);
  }

  /* Ensure Arabic headings are centered when visible */
  [dir='rtl'] .gk-about__story-header h2[data-lang='ar'],
  [dir='rtl'] .gk-about__milestones-header h2[data-lang='ar'],
  [dir='rtl'] .gk-about__cta h2[data-lang='ar'] {
    display: inline-block !important;
  }

  [dir='rtl'] .gk-about__values-title[data-lang='ar'] {
    display: block !important;
  }

  .gk-about__story-text-wrapper {
    max-width: 800px;
    margin: 0 auto 3rem;
    text-align: center;
  }

  .gk-about__story-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.8;
    color: var(--gk-text-tertiary);
    transition: color 0.3s ease;
  }

  .gk-about__story-text p {
    margin-bottom: 1rem;
  }

  .gk-about__story-text[data-lang='ar'],
  .gk-about__story-text[data-lang='ar'] p {
    font-family: 'Cairo', sans-serif !important;
  }

  .gk-about__story-image {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--gk-border-color);
    transition: border-color 0.3s ease;
    max-width: 800px;
    margin: 0 auto;
  }

  .gk-about__story-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
  }

  .gk-about__story-image:hover img {
    transform: scale(1.05);
  }

  /* Milestones Section */
  .gk-about__milestones {
    margin-bottom: 8rem;
  }

  .gk-about__milestones-header {
    text-align: center;
    margin-bottom: 4rem;
  }

  .gk-about__milestones-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400;
    color: var(--gk-text-primary);
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: color 0.3s ease;
  }

  .gk-about__milestones-header h2[data-lang='ar'] {
    font-family: 'Cairo', sans-serif !important;
  }

  .gk-about__milestones-header p {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.95rem, 1.5vw, 1.1rem);
    font-weight: 300;
    color: var(--gk-text-tertiary);
    transition: color 0.3s ease;
  }

  .gk-about__milestones-header p[data-lang='ar'] {
    font-family: 'Cairo', sans-serif !important;
  }

  .gk-about__milestones-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
    gap: 2rem;
  }

  .gk-about__milestone-card {
    background: transparent;
    border: 1px solid var(--gk-border-color);
    padding: 2.5rem 2rem;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
  }

  .gk-about__milestone-card:hover {
    border-color: var(--gk-text-primary);
  }

  .gk-about__milestone-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: transparent;
    border: 1px solid var(--gk-border-color);
    color: var(--gk-text-primary);
    transition: all 0.3s ease;
  }

  .gk-about__milestone-card:hover .gk-about__milestone-icon {
    border-color: var(--gk-text-primary);
  }

  .gk-about__milestone-year {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--gk-text-primary);
    margin-bottom: 1rem;
    letter-spacing: 0.05em;
    transition: color 0.3s ease;
  }

  .gk-about__milestone-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--gk-text-primary);
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    transition: color 0.3s ease;
  }

  .gk-about__milestone-card h3[data-lang='ar'] {
    font-family: 'Cairo', sans-serif !important;
  }

  .gk-about__milestone-card p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 300;
    color: var(--gk-text-tertiary);
    line-height: 1.6;
    margin: 0;
    transition: color 0.3s ease;
  }

  .gk-about__milestone-card p[data-lang='ar'] {
    font-family: 'Cairo', sans-serif !important;
  }

  /* Mission & Vision Section */
  .gk-about__mission-vision {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-bottom: 8rem;
  }

  .gk-about__mission,
  .gk-about__vision {
    background: transparent;
    border: 1px solid var(--gk-border-color);
    padding: 3rem 2.5rem;
    position: relative;
    transition: all 0.3s ease;
  }

  .gk-about__mission:hover,
  .gk-about__vision:hover {
    border-color: var(--gk-text-primary);
  }

  .gk-about__mv-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: transparent;
    color: var(--gk-text-primary);
    border: 1px solid var(--gk-border-color);
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    margin-bottom: 2rem;
    transition: all 0.3s ease;
  }

  .gk-about__mission h2,
  .gk-about__vision h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 400;
    color: var(--gk-text-primary);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: color 0.3s ease;
  }

  .gk-about__mission h2[data-lang='ar'],
  .gk-about__vision h2[data-lang='ar'] {
    font-family: 'Cairo', sans-serif !important;
  }

  .gk-about__mission p,
  .gk-about__vision p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.8;
    color: var(--gk-text-tertiary);
    margin: 0;
    transition: color 0.3s ease;
  }

  .gk-about__mission p[data-lang='ar'],
  .gk-about__vision p[data-lang='ar'] {
    font-family: 'Cairo', sans-serif !important;
  }

  /* Values Section */
  .gk-about__values {
    margin-bottom: 8rem;
    text-align: center;
  }

  .gk-about__values-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400;
    color: var(--gk-text-primary);
    margin-bottom: 3rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: color 0.3s ease;
    display: block;
  }

  .gk-about__values-title[data-lang='ar'] {
    font-family: 'Cairo', sans-serif !important;
  }

  .gk-about__values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
  }

  .gk-about__value-card {
    background: transparent;
    border: 1px solid var(--gk-border-color);
    padding: 2.5rem 2rem;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
  }

  .gk-about__value-card:hover {
    border-color: var(--gk-text-primary);
  }

  .gk-about__value-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: transparent;
    border: 1px solid var(--gk-border-color);
    color: var(--gk-text-primary);
    transition: all 0.3s ease;
  }

  .gk-about__value-card:hover .gk-about__value-icon {
    border-color: var(--gk-text-primary);
  }

  .gk-about__value-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--gk-text-primary);
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    transition: color 0.3s ease;
  }

  .gk-about__value-card h3[data-lang='ar'] {
    font-family: 'Cairo', sans-serif !important;
  }

  .gk-about__value-card p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 300;
    color: var(--gk-text-tertiary);
    line-height: 1.6;
    margin: 0;
    transition: color 0.3s ease;
  }

  .gk-about__value-card p[data-lang='ar'] {
    font-family: 'Cairo', sans-serif !important;
  }

  /* Stats Section */
  .gk-about__stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    margin-bottom: 6rem;
    padding: 3rem 2rem;
    background: transparent;
    border: 1px solid var(--gk-border-color);
    transition: all 0.3s ease;
  }

  .gk-about__stat {
    text-align: center;
  }

  .gk-about__stat-number {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 300;
    color: var(--gk-text-primary);
    line-height: 1;
    margin-bottom: 0.5rem;
    display: block;
    transition: color 0.3s ease;
  }

  .gk-about__stat-number span {
    font-size: 0.8em;
  }

  .gk-about__stat-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    color: var(--gk-text-tertiary);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    transition: color 0.3s ease;
  }

  .gk-about__stat-label[data-lang='ar'] {
    font-family: 'Cairo', sans-serif !important;
  }

  .gk-about__stat-divider {
    width: 1px;
    height: 60px;
    background: var(--gk-border-color);
    transition: background 0.3s ease;
  }

  /* CTA Section */
  .gk-about__cta {
    text-align: center;
    padding: 4rem 2rem;
    background: transparent;
    border: 1px solid var(--gk-border-color);
    transition: all 0.3s ease;
  }

  .gk-about__cta h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    font-weight: 400;
    color: var(--gk-text-primary);
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: color 0.3s ease;
  }

  .gk-about__cta h2[data-lang='ar'] {
    font-family: 'Cairo', sans-serif !important;
  }

  .gk-about__cta p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    color: var(--gk-text-tertiary);
    margin-bottom: 2rem;
    transition: color 0.3s ease;
  }

  .gk-about__cta p[data-lang='ar'] {
    font-family: 'Cairo', sans-serif !important;
  }

  .gk-about__cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 0.85rem;
    letter-spacing: 0.15em;
    background: transparent;
    color: var(--gk-text-primary);
    border-bottom: 1px solid var(--gk-text-primary);
    text-transform: uppercase;
    transition: all 0.3s ease;
    position: relative;
    padding-bottom: 4px;
  }

  .gk-about__cta-button:hover {
    opacity: 0.7;
  }

  .gk-about__cta-text,
  .gk-about__cta-arrow {
    position: relative;
  }

  .gk-about__cta-arrow {
    transition: transform 0.3s ease;
  }

  .gk-about__cta-button:hover .gk-about__cta-arrow {
    transform: translateX(5px);
  }

  /* Responsive Design */
  @media (max-width: 1024px) {
    .gk-about {
      padding: 100px 0 60px;
    }

    .gk-about__mission-vision {
      grid-template-columns: 1fr;
      gap: 2rem;
    }

    .gk-about__stats {
      gap: 2rem;
    }
  }

  @media (max-width: 768px) {
    .gk-about {
      padding: 80px 0 50px;
    }

    .gk-about__hero {
      margin-bottom: 4rem;
    }

    .gk-about__title {
      font-size: clamp(2rem, 8vw, 3rem);
    }

    .gk-about__subtitle {
      font-size: 1rem;
    }

    .gk-about__story {
      margin-bottom: 6rem;
    }

    .gk-about__story-header {
      margin-bottom: 3rem;
    }

    .gk-about__milestones {
      margin-bottom: 6rem;
    }

    .gk-about__mission-vision {
      margin-bottom: 6rem;
    }

    .gk-about__values {
      margin-bottom: 6rem;
    }

    .gk-about__values-grid {
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }

    .gk-about__stats {
      flex-wrap: wrap;
      gap: 2rem;
      margin-bottom: 4rem;
    }

    .gk-about__stat-divider {
      display: none;
    }

    .gk-about__cta {
      padding: 3rem 1.5rem;
    }
  }

  @media (max-width: 480px) {
    .gk-about {
      padding: 60px 0 40px;
    }

    .gk-about__hero {
      margin-bottom: 3rem;
    }

    .gk-about__title {
      font-size: clamp(1.75rem, 10vw, 2.5rem);
    }

    .gk-about__subtitle {
      font-size: 0.95rem;
    }

    .gk-about__story {
      margin-bottom: 4rem;
    }

    .gk-about__story-header {
      margin-bottom: 2rem;
    }

    .gk-about__story-header h2 {
      font-size: clamp(1.5rem, 8vw, 2rem);
    }

    .gk-about__story-text {
      font-size: 0.9rem;
    }

    .gk-about__milestones {
      margin-bottom: 4rem;
    }

    .gk-about__milestones-header {
      margin-bottom: 3rem;
    }

    .gk-about__milestones-grid {
      gap: 1.5rem;
    }

    .gk-about__milestone-card {
      padding: 2rem 1.5rem;
    }

    .gk-about__mission-vision {
      margin-bottom: 4rem;
    }

    .gk-about__mission,
    .gk-about__vision {
      padding: 2.5rem 2rem;
    }

    .gk-about__values {
      margin-bottom: 4rem;
    }

    .gk-about__values-title {
      font-size: clamp(1.5rem, 8vw, 2rem);
      margin-bottom: 2rem;
    }

    .gk-about__value-card {
      padding: 2rem 1.5rem;
    }

    .gk-about__value-icon {
      width: 60px;
      height: 60px;
      margin-bottom: 1rem;
    }

    .gk-about__value-icon svg {
      width: 30px;
      height: 30px;
    }

    .gk-about__value-card h3 {
      font-size: 1.1rem;
    }

    .gk-about__value-card p {
      font-size: 0.85rem;
    }

    .gk-about__stats {
      padding: 2rem 1rem;
      margin-bottom: 3rem;
    }

    .gk-about__stat-number {
      font-size: clamp(1.5rem, 8vw, 2rem);
    }

    .gk-about__cta {
      padding: 2.5rem 1rem;
    }

    .gk-about__cta h2 {
      font-size: clamp(1.5rem, 7vw, 2rem);
      margin-bottom: 0.75rem;
    }

    .gk-about__cta p {
      font-size: 0.95rem;
      margin-bottom: 1.5rem;
    }
  }

  @media (max-width: 360px) {
    .gk-about__badge-line {
      width: 25px;
    }

    .gk-about__badge-text {
      font-size: 0.65rem;
    }
  }

  /* RTL & Arabic Typography */
  [dir='rtl'] .gk-about {
    direction: rtl;
  }

  [data-lang='ar'],
  [data-lang='ar'] * {
    font-family: 'Cairo', sans-serif !important;
  }

  [dir='rtl'] .gk-about__hero,
  [dir='rtl'] .gk-about__story-header,
  [dir='rtl'] .gk-about__story-text-wrapper,
  [dir='rtl'] .gk-about__milestones-header,
  [dir='rtl'] .gk-about__values,
  [dir='rtl'] .gk-about__cta {
    text-align: center;
  }

  [dir='rtl'] .gk-about__title[data-lang='ar'],
  [dir='rtl'] .gk-about__subtitle[data-lang='ar'] {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  /* Ensure hero Arabic elements are always centered */
  .gk-about__hero .gk-about__title[data-lang='ar'],
  .gk-about__hero .gk-about__subtitle[data-lang='ar'] {
    text-align: center !important;
  }

  [dir='rtl'] .gk-about__story-header h2::after {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  [dir='rtl'] .gk-about__story-text {
    text-align: center;
    direction: rtl;
  }

  [dir='rtl'] .gk-about__mission::after,
  [dir='rtl'] .gk-about__vision::after {
    transform-origin: right;
  }

  [dir='rtl'] .gk-about__cta-arrow {
    transform: scaleX(-1);
  }

  [dir='rtl'] .gk-about__cta-button:hover .gk-about__cta-arrow {
    transform: scaleX(-1) translateX(5px);
  }
/* END_SECTION:about-page */

/* START_SECTION:brand-story (INDEX:4) */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700&display=swap');

  .gk-story {
    position: relative;
    background: var(--gk-bg-primary);
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    transition: background 0.5s ease;
  }

  .gk-story__container {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    min-height: 100vh;
  }

  /* Visual Side */
  .gk-story__visual {
    position: relative;
    overflow: hidden;
    background: var(--gk-bg-secondary);
    transition: background 0.5s ease;
  }

  .gk-story__visual-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .gk-story__visual-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
    pointer-events: none;
    z-index: 1;
  }

  .gk-story__video,
  .gk-story__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .gk-story__video {
    object-position: center;
  }

  .gk-story__placeholder {
    width: 100%;
    height: 100%;
    background: var(--gk-bg-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.5s ease;
  }

  /* Content Side */
  .gk-story__content {
    position: relative;
    display: flex;
    align-items: center;
    padding: 4rem;
    background: var(--gk-bg-primary);
    transition: background 0.5s ease;
  }

  .gk-story__content-wrapper {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }

  .gk-story__badge {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2.5rem;
  }

  .gk-story__badge--arabic {
    direction: rtl;
  }

  .gk-story__badge-line {
    width: 40px;
    height: 1px;
    background: var(--gk-border-color);
    transition: background 0.3s ease;
  }

  .gk-story__badge-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--gk-text-tertiary);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    transition: color 0.3s ease;
  }

  .gk-story__title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 300;
    color: var(--gk-text-primary);
    margin: 0 0 1.5rem 0;
    letter-spacing: 0.1em;
    line-height: 1.1;
    text-transform: uppercase;
    transition: color 0.3s ease;
  }

  .gk-story__title--arabic {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
    letter-spacing: 0.05em;
  }

  .gk-story__title-line {
    display: inline-block;
  }

  .gk-story__subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.2rem, 2.5vw, 1.8rem);
    font-weight: 400;
    color: var(--gk-text-tertiary);
    margin: 0 0 2rem 0;
    letter-spacing: 0.05em;
    transition: color 0.3s ease;
  }

  .gk-story__subtitle--arabic {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
  }

  .gk-story__text {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.1rem);
    font-weight: 300;
    color: var(--gk-text-tertiary);
    line-height: 1.8;
    margin: 0 0 3rem 0;
    transition: color 0.3s ease;
  }

  .gk-story__text--arabic {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
    text-align: right;
  }

  /* Features */
  .gk-story__features {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 3rem;
  }

  .gk-story__features--arabic {
    direction: rtl;
  }

  .gk-story__feature {
    text-align: center;
  }

  .gk-story__feature-number {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 300;
    color: var(--gk-text-primary);
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
  }

  .gk-story__feature-label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 300;
    color: var(--gk-text-tertiary);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    transition: color 0.3s ease;
  }

  .gk-story__feature-divider {
    width: 1px;
    height: 40px;
    background: var(--gk-border-color);
    transition: background 0.3s ease;
  }

  /* CTAs */
  .gk-story__cta {
    display: flex;
    gap: 1.5rem;
    align-items: center;
  }

  .gk-story__cta-primary,
  .gk-story__cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 3rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -webkit-tap-highlight-color: transparent;
  }

  .gk-story__cta-primary {
    background: transparent;
    color: var(--gk-text-primary);
    border: 1px solid var(--gk-text-primary);
  }

  .gk-story__cta-primary:hover {
    background: var(--gk-text-primary);
    color: var(--gk-bg-primary);
  }

  .gk-story__cta-secondary {
    background: transparent;
    color: var(--gk-text-tertiary);
    border: none;
    border-bottom: 1px solid var(--gk-text-tertiary);
    padding: 0;
    padding-bottom: 4px;
  }

  .gk-story__cta-secondary:hover {
    color: var(--gk-text-primary);
    border-bottom-color: transparent;
  }

  .gk-story__cta-icon {
    transition: transform 0.3s ease;
  }

  .gk-story__cta-primary:hover .gk-story__cta-icon {
    transform: translateX(4px);
  }

  /* RTL Support for Arabic */
  [dir='rtl'] .gk-story__badge {
    direction: rtl;
  }

  [dir='rtl'] .gk-story__title,
  [dir='rtl'] .gk-story__subtitle,
  [dir='rtl'] .gk-story__text {
    direction: rtl;
    text-align: right;
  }

  [dir='rtl'] .gk-story__features {
    direction: rtl;
  }

  [dir='rtl'] .gk-story__cta-icon {
    transform: scaleX(-1);
  }

  [dir='rtl'] .gk-story__cta-primary:hover .gk-story__cta-icon {
    transform: scaleX(-1) translateX(-5px);
  }

  /* Touch-friendly improvements */
  .gk-story__cta-primary,
  .gk-story__cta-secondary {
    -webkit-tap-highlight-color: transparent;
  }

  .gk-story__cta-primary:active,
  .gk-story__cta-secondary:active {
    transform: scale(0.98);
  }

  /* Responsive Design */
  @media (max-width: 1200px) {
    .gk-story__content {
      padding: 3.5rem;
    }

    .gk-story__content-wrapper {
      max-width: 550px;
    }
  }

  @media (max-width: 1024px) {
    .gk-story__content {
      padding: 3rem 2.5rem;
    }

    .gk-story__content-wrapper {
      max-width: 500px;
    }

    .gk-story__title {
      font-size: clamp(2rem, 4vw, 3.5rem);
    }

    .gk-story__subtitle {
      font-size: clamp(1.15rem, 2.5vw, 1.6rem);
    }

    .gk-story__features {
      gap: 1.5rem;
    }

    .gk-story__feature-number {
      font-size: 1.75rem;
    }
  }

  @media (max-width: 900px) {
    .gk-story {
      min-height: auto;
    }

    .gk-story__container {
      grid-template-columns: 1fr;
      min-height: auto;
    }

    .gk-story__visual {
      height: 65vh;
      min-height: 450px;
    }

    .gk-story__content {
      padding: 3.5rem 2rem;
    }

    .gk-story__content-wrapper {
      max-width: 100%;
    }
  }

  @media (max-width: 768px) {
    .gk-story__visual {
      height: 60vh;
      min-height: 400px;
    }

    .gk-story__content {
      padding: 3rem 1.75rem;
    }

    .gk-story__badge {
      margin-bottom: 2rem;
    }

    .gk-story__title {
      font-size: clamp(1.75rem, 6vw, 2.75rem);
      margin-bottom: 1.25rem;
    }

    .gk-story__subtitle {
      font-size: clamp(1rem, 4vw, 1.4rem);
      margin-bottom: 1.75rem;
    }

    .gk-story__text {
      font-size: 1rem;
      line-height: 1.7;
      margin-bottom: 2.5rem;
    }

    .gk-story__features {
      justify-content: space-between;
      gap: 1rem;
      margin-bottom: 2.5rem;
    }

    .gk-story__feature-number {
      font-size: 1.6rem;
      margin-bottom: 0.4rem;
    }

    .gk-story__feature-label {
      font-size: 0.7rem;
    }

    .gk-story__feature-divider {
      height: 35px;
    }

    .gk-story__cta {
      flex-direction: column;
      gap: 1rem;
      width: 100%;
    }

    .gk-story__cta-primary,
    .gk-story__cta-secondary {
      width: 100%;
      justify-content: center;
      padding: 1rem 1.75rem;
      font-size: 0.9rem;
    }
  }

  @media (max-width: 640px) {
    .gk-story__visual {
      height: 55vh;
      min-height: 380px;
    }

    .gk-story__content {
      padding: 2.75rem 1.5rem;
    }

    .gk-story__badge {
      gap: 0.85rem;
      margin-bottom: 1.75rem;
    }

    .gk-story__badge-line {
      width: 35px;
    }

    .gk-story__badge-text {
      font-size: 0.7rem;
    }

    .gk-story__title {
      font-size: clamp(1.6rem, 7vw, 2.5rem);
      margin-bottom: 1rem;
    }

    .gk-story__title-line::after {
      width: 80px;
    }

    .gk-story__subtitle {
      font-size: clamp(0.95rem, 4.5vw, 1.3rem);
      margin-bottom: 1.5rem;
    }

    .gk-story__text {
      font-size: 0.95rem;
      margin-bottom: 2rem;
    }

    .gk-story__features {
      gap: 0.85rem;
      margin-bottom: 2rem;
    }

    .gk-story__feature-number {
      font-size: 1.5rem;
    }

    .gk-story__feature-label {
      font-size: 0.65rem;
    }

    .gk-story__feature-divider {
      height: 32px;
    }

    .gk-story__cta {
      gap: 0.85rem;
    }

    .gk-story__cta-primary,
    .gk-story__cta-secondary {
      padding: 0.9rem 1.5rem;
      font-size: 0.85rem;
    }
  }

  @media (max-width: 480px) {
    .gk-story__visual {
      height: 50vh;
      min-height: 350px;
    }

    .gk-story__content {
      padding: 2.5rem 1.25rem;
    }

    .gk-story__badge {
      gap: 0.75rem;
      margin-bottom: 1.5rem;
    }

    .gk-story__badge-line {
      width: 30px;
    }

    .gk-story__badge-text {
      font-size: 0.65rem;
      letter-spacing: 0.12em;
    }

    .gk-story__title {
      font-size: clamp(1.5rem, 8vw, 2rem);
      margin-bottom: 1rem;
    }

    .gk-story__title-line::after {
      width: 70px;
      height: 2px;
    }

    .gk-story__subtitle {
      font-size: clamp(0.9rem, 5vw, 1.2rem);
      margin-bottom: 1.25rem;
      letter-spacing: 0.03em;
    }

    .gk-story__text {
      font-size: 0.9rem;
      line-height: 1.65;
      margin-bottom: 1.75rem;
    }

    .gk-story__features {
      gap: 0.65rem;
      margin-bottom: 1.75rem;
    }

    .gk-story__feature-number {
      font-size: 1.4rem;
      margin-bottom: 0.35rem;
    }

    .gk-story__feature-label {
      font-size: 0.6rem;
      letter-spacing: 0.08em;
    }

    .gk-story__feature-divider {
      height: 30px;
    }

    .gk-story__cta {
      gap: 0.75rem;
    }

    .gk-story__cta-primary,
    .gk-story__cta-secondary {
      padding: 0.85rem 1.35rem;
      font-size: 0.8rem;
      gap: 0.6rem;
    }

    .gk-story__cta-icon {
      width: 16px;
      height: 16px;
    }
  }

  @media (max-width: 360px) {
    .gk-story__visual {
      height: 45vh;
      min-height: 320px;
    }

    .gk-story__content {
      padding: 2rem 1rem;
    }

    .gk-story__badge {
      gap: 0.6rem;
      margin-bottom: 1.25rem;
    }

    .gk-story__badge-line {
      width: 25px;
    }

    .gk-story__title {
      font-size: 1.4rem;
      margin-bottom: 0.85rem;
    }

    .gk-story__title-line::after {
      width: 60px;
    }

    .gk-story__subtitle {
      font-size: 1rem;
      margin-bottom: 1rem;
    }

    .gk-story__text {
      font-size: 0.85rem;
      margin-bottom: 1.5rem;
    }

    .gk-story__features {
      flex-wrap: wrap;
      gap: 1rem;
      margin-bottom: 1.5rem;
    }

    .gk-story__feature {
      flex: 1;
      min-width: 80px;
    }

    .gk-story__feature-number {
      font-size: 1.3rem;
    }

    .gk-story__feature-label {
      font-size: 0.55rem;
    }

    .gk-story__feature-divider {
      display: none;
    }

    .gk-story__cta-primary,
    .gk-story__cta-secondary {
      padding: 0.8rem 1.25rem;
      font-size: 0.75rem;
    }
  }

  /* Touch device optimizations */
  @media (hover: none) and (pointer: coarse) {
    .gk-story__cta-primary:active {
      opacity: 0.9;
      transition: opacity 0.1s ease;
    }

    .gk-story__cta-secondary:active {
      opacity: 0.6;
      transition: opacity 0.1s ease;
    }
  }
/* END_SECTION:brand-story */

/* START_SECTION:cart (INDEX:5) */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700&display=swap');

  .gk-cart {
    position: relative;
    min-height: 100vh;
    background: var(--gk-bg-primary);
    color: var(--gk-text-primary);
    padding: 0;
    margin: 0;
    width: 100%;
    transition: background 0.5s ease, color 0.3s ease;
  }

  .gk-cart__bg-grid {
    display: none;
  }

  .gk-cart__container {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    padding: 120px clamp(1.5rem, 5vw, 4rem) 80px;
  }

  /* Header */
  .gk-cart__header {
    margin-bottom: 3rem;
  }

  .gk-cart__title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--gk-text-primary);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    transition: color 0.3s ease;
  }

  .gk-cart__title-line {
    width: 60px;
    height: 1px;
    background: var(--gk-border-color);
    display: inline-block;
    transition: background 0.3s ease;
  }

  .gk-cart__title--arabic {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
  }

  .gk-cart__count {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-weight: 300;
    color: var(--gk-text-tertiary);
    text-transform: none;
    letter-spacing: normal;
    transition: color 0.3s ease;
  }

  /* Layout */
  .gk-cart__layout {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 3rem;
    align-items: start;
  }

  /* Cart Items */
  .gk-cart__items {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .gk-cart__item {
    display: grid;
    grid-template-columns: 120px 1fr auto auto auto;
    gap: 1.5rem;
    align-items: center;
    background: transparent;
    border: 1px solid var(--gk-border-color);
    padding: 1.5rem;
    transition: all 0.3s ease;
  }

  .gk-cart__item:hover {
    border-color: var(--gk-text-primary);
  }

  .gk-cart__item-image {
    width: 120px;
    height: 120px;
    overflow: hidden;
    background: transparent;
    border: 1px solid var(--gk-border-color);
    transition: all 0.3s ease;
  }

  .gk-cart__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .gk-cart__item-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gk-text-muted);
    transition: color 0.3s ease;
  }

  .gk-cart__item-details {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  .gk-cart__item-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
  }

  .gk-cart__item-title a {
    color: var(--gk-text-primary);
    text-decoration: none;
    transition: color 0.3s ease;
    -webkit-tap-highlight-color: transparent;
  }

  .gk-cart__item-title a:hover {
    opacity: 0.7;
  }

  .gk-cart__item-title a:focus-visible {
    outline: 2px solid var(--gk-accent-primary);
    outline-offset: 2px;
    border-radius: 4px;
  }

  .gk-cart__item-variants {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
  }

  .gk-cart__variant {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    color: var(--gk-text-tertiary);
    transition: color 0.3s ease;
  }

  .gk-cart__variant-label {
    color: var(--gk-text-muted);
    font-weight: 500;
  }

  .gk-cart__item-price-mobile {
    display: none;
  }

  /* Quantity Controls */
  .gk-cart__item-quantity {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .gk-cart__qty-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    color: var(--gk-text-tertiary);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 400;
    transition: color 0.3s ease;
  }

  .gk-cart__qty-label--arabic {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
  }

  .gk-cart__qty-controls {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: transparent;
    border: 1px solid var(--gk-border-color);
    padding: 0.5rem;
    transition: all 0.3s ease;
  }

  .gk-cart__qty-btn {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid var(--gk-border-color);
    color: var(--gk-text-primary);
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .gk-cart__qty-btn:hover:not(:disabled) {
    border-color: var(--gk-text-primary);
  }

  .gk-cart__qty-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
  }

  .gk-cart__qty-input {
    width: 50px;
    background: transparent;
    border: none;
    color: var(--gk-text-primary);
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    transition: color 0.3s ease;
  }

  .gk-cart__qty-input::-webkit-inner-spin-button,
  .gk-cart__qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .gk-cart__qty-display {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    color: var(--gk-text-primary);
    font-family: 'Cairo', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    display: none;
  }

  /* Price */
  .gk-cart__item-price {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--gk-text-primary);
    min-width: 120px;
    text-align: right;
    transition: color 0.3s ease;
  }

  /* Remove Button */
  .gk-cart__item-remove {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid var(--gk-border-color);
    color: var(--gk-text-primary);
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .gk-cart__item-remove:hover {
    border-color: var(--gk-text-primary);
  }

  /* Summary */
  .gk-cart__summary {
    position: sticky;
    top: 7rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .gk-cart__summary-card {
    background: transparent;
    border: 1px solid var(--gk-border-color);
    padding: 2rem;
    transition: all 0.3s ease;
  }

  .gk-cart__summary-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin: 0 0 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--gk-border-color);
    transition: border-color 0.3s ease;
  }

  .gk-cart__summary-icon {
    color: var(--gk-text-primary);
    font-size: 1.5rem;
    transition: color 0.3s ease;
  }

  .gk-cart__summary-title--arabic {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
  }

  .gk-cart__summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: var(--gk-text-tertiary);
    transition: color 0.3s ease;
  }

  .gk-cart__summary-row--note {
    font-size: 0.875rem;
    color: var(--gk-text-tertiary);
    padding: 0.75rem 0;
    border-top: 1px solid var(--gk-border-color);
    transition: all 0.3s ease;
  }

  .gk-cart__summary-row--note span {
    width: 100%;
  }

  .gk-cart__summary-value {
    font-weight: 400;
    color: var(--gk-text-primary);
    transition: color 0.3s ease;
  }

  .gk-cart__bnpl-note {
    display: block;
    padding: 0 0 1.1rem;
  }

  .gk-cart__bnpl-note:empty {
    display: none;
  }

  .gk-cart__tabby-note {
    display: block;
    padding: 0 0 1.1rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.88rem;
    font-weight: 300;
    line-height: 1.5;
    color: var(--gk-text-secondary);
  }

  .gk-cart__tabby-copy {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    min-width: 0;
  }

  .gk-cart__tabby-widget,
  .gk-cart__tabby-widget .gk-tabby-promo {
    width: 100%;
  }

  .gk-cart__tabby-widget .gk-tabby-promo:empty {
    display: none;
  }

  .gk-cart__tabby-widget .gk-tabby-promo > * {
    max-width: 100% !important;
  }

  [dir='rtl'] .gk-cart__tabby-note {
    direction: rtl;
    font-family: 'Cairo', sans-serif;
    text-align: right;
  }

  .gk-cart__summary-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
    margin-top: 1rem;
    border-top: 1px solid var(--gk-border-color);
    font-family: 'Montserrat', sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    transition: border-color 0.3s ease;
  }

  .gk-cart__total-price {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    color: var(--gk-text-primary);
    transition: color 0.3s ease;
  }

  .gk-cart__checkout-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1.25rem 2rem;
    background: var(--gk-text-primary);
    border: none;
    color: var(--gk-bg-primary);
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1.5rem;
  }

  .gk-cart__checkout-btn:hover {
    opacity: 0.85;
    transform: translateY(-2px);
  }

  .gk-cart__checkout-btn svg {
    flex-shrink: 0;
    transition: transform 0.3s ease;
    order: 2;
  }

  .gk-cart__checkout-btn:hover svg {
    transform: translateX(3px);
  }

  [dir='rtl'] .gk-cart__checkout-btn {
    font-family: 'Cairo', sans-serif;
  }

  [dir='rtl'] .gk-cart__checkout-btn svg {
    order: -1;
    transform: scaleX(-1);
  }

  [dir='rtl'] .gk-cart__checkout-btn:hover svg {
    transform: scaleX(-1) translateX(-3px);
  }

  .gk-cart__continue-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem;
    color: var(--gk-text-tertiary);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    margin-top: 0.5rem;
  }

  .gk-cart__continue-link:hover {
    color: var(--gk-text-primary);
  }

  .gk-cart__continue-link svg {
    flex-shrink: 0;
    transition: transform 0.3s ease;
  }

  .gk-cart__continue-link:hover svg {
    transform: translateX(-3px);
  }

  [dir='rtl'] .gk-cart__continue-link {
    font-family: 'Cairo', sans-serif;
  }

  [dir='rtl'] .gk-cart__continue-link svg {
    transform: scaleX(-1);
  }

  [dir='rtl'] .gk-cart__continue-link:hover svg {
    transform: scaleX(-1) translateX(3px);
  }

  /* Trust Badges */
  .gk-cart__trust-badges {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .gk-cart__badge {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: transparent;
    border: 1px solid var(--gk-border-color);
    transition: all 0.3s ease;
  }

  .gk-cart__badge svg {
    flex-shrink: 0;
    color: var(--gk-text-primary);
    transition: color 0.3s ease;
  }

  .gk-cart__badge div {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }

  .gk-cart__badge strong {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--gk-text-primary);
    transition: color 0.3s ease;
  }

  .gk-cart__badge span {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 300;
    color: var(--gk-text-tertiary);
    transition: color 0.3s ease;
  }

  .gk-cart__badge-text--arabic {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
    text-align: right;
  }

  .gk-cart__badge-text--arabic strong {
    font-family: 'Cairo', sans-serif;
  }

  .gk-cart__badge-text--arabic span {
    font-family: 'Cairo', sans-serif;
  }

  /* Empty Cart */
  .gk-cart__empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    text-align: center;
    padding: 3rem;
  }

  .gk-cart__empty-icon {
    margin-bottom: 2rem;
    color: var(--gk-text-primary);
    opacity: 0.3;
    transition: color 0.3s ease;
  }

  .gk-cart__empty-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 1rem;
    color: var(--gk-text-primary);
    transition: color 0.3s ease;
  }

  .gk-cart__empty-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    color: var(--gk-text-tertiary);
    margin: 0 0 2.5rem;
    transition: color 0.3s ease;
  }

  .gk-cart__empty-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    background: transparent;
    border: 2px solid var(--gk-text-primary);
    color: var(--gk-text-primary);
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .gk-cart__empty-btn:hover {
    background: var(--gk-text-primary);
    color: var(--gk-bg-primary);
  }

  .gk-cart__empty-btn svg {
    flex-shrink: 0;
    transition: transform 0.3s ease;
    order: 2;
  }

  .gk-cart__empty-btn:hover svg {
    transform: translateX(3px);
  }

  .gk-cart__empty-title--arabic {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
  }

  .gk-cart__empty-text--arabic {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
  }

  [dir='rtl'] .gk-cart__empty-btn {
    font-family: 'Cairo', sans-serif;
  }

  [dir='rtl'] .gk-cart__empty-btn svg {
    order: -1;
    transform: scaleX(-1);
  }

  [dir='rtl'] .gk-cart__empty-btn:hover svg {
    transform: scaleX(-1) translateX(-3px);
  }

  /* Touch-friendly improvements */
  .gk-cart__qty-btn,
  .gk-cart__item-remove,
  .gk-cart__checkout-btn,
  .gk-cart__continue-link,
  .gk-cart__empty-btn {
    -webkit-tap-highlight-color: transparent;
    user-select: none;
  }

  .gk-cart__qty-btn:focus-visible,
  .gk-cart__item-remove:focus-visible,
  .gk-cart__checkout-btn:focus-visible,
  .gk-cart__continue-link:focus-visible,
  .gk-cart__empty-btn:focus-visible {
    outline: 2px solid var(--gk-accent-primary);
    outline-offset: 2px;
  }

  /* Responsive Design */
  @media (max-width: 1200px) {
    .gk-cart__container {
      padding: 100px clamp(1.5rem, 5vw, 4rem) 80px;
    }

    .gk-cart__layout {
      grid-template-columns: 1fr 380px;
      gap: 2.5rem;
    }
  }

  @media (max-width: 1024px) {
    .gk-cart__container {
      padding: 100px clamp(1.5rem, 5vw, 4rem) 60px;
    }

    .gk-cart__layout {
      grid-template-columns: 1fr;
      gap: 2.5rem;
    }

    .gk-cart__summary {
      position: static;
      order: 2;
    }

    .gk-cart__items {
      order: 1;
    }

    .gk-cart__item {
      grid-template-columns: 110px 1fr auto auto auto;
      gap: 1.25rem;
    }

    .gk-cart__item-image {
      width: 110px;
      height: 110px;
    }

    .gk-cart__item-price {
      font-size: 1.35rem;
      min-width: 110px;
    }
  }

  @media (max-width: 900px) {
    .gk-cart__container {
      padding: 80px clamp(1.5rem, 5vw, 4rem) 50px;
    }

    .gk-cart__item {
      grid-template-columns: 100px 1fr auto auto auto;
      gap: 1.125rem;
      padding: 1.35rem;
    }

    .gk-cart__item-image {
      width: 100px;
      height: 100px;
    }
  }

  @media (max-width: 768px) {
    .gk-cart__container {
      padding: 80px clamp(1.5rem, 5vw, 4rem) 50px;
    }

    .gk-cart__header {
      margin-bottom: 2.5rem;
    }

    .gk-cart__title {
      font-size: clamp(1.75rem, 5vw, 2.5rem);
      gap: 0.75rem;
    }

    .gk-cart__title-line {
      width: 50px;
      height: 1px;
    }

    .gk-cart__count {
      font-size: 1.1rem;
    }

    .gk-cart__layout {
      gap: 2rem;
    }

    .gk-cart__items {
      gap: 1.25rem;
    }

    .gk-cart__item {
      grid-template-columns: 85px 1fr auto;
      gap: 1rem;
      padding: 1.25rem;
    }

    .gk-cart__item-image {
      width: 85px;
      height: 85px;
    }

    .gk-cart__item-title {
      font-size: 1.05rem;
    }

    .gk-cart__variant {
      font-size: 0.8rem;
    }

    .gk-cart__item-quantity,
    .gk-cart__item-price {
      display: none;
    }

    .gk-cart__item-price-mobile {
      display: block;
      font-family: 'Montserrat', sans-serif;
      font-size: 1.15rem;
      font-weight: 400;
      color: var(--gk-text-primary);
      margin-top: 0.65rem;
      transition: color 0.3s ease;
    }

    .gk-cart__item-remove {
      width: 38px;
      height: 38px;
    }

    .gk-cart__item-remove svg {
      width: 18px;
      height: 18px;
    }

    .gk-cart__summary-card {
      padding: 1.75rem;
    }

    .gk-cart__summary-title {
      font-size: 1.35rem;
      margin-bottom: 1.25rem;
      padding-bottom: 1.25rem;
    }

    .gk-cart__summary-row {
      padding: 0.85rem 0;
      font-size: 0.95rem;
    }

    .gk-cart__summary-row--note {
      font-size: 0.8rem;
      padding: 0.65rem 0;
    }

    .gk-cart__summary-total {
      padding: 1.25rem 0;
      font-size: 1.05rem;
    }

    .gk-cart__total-price {
      font-size: 1.75rem;
    }

    .gk-cart__checkout-btn {
      padding: 1.15rem 1.85rem;
      font-size: 1rem;
      margin-top: 1.25rem;
    }

    .gk-cart__continue-link {
      font-size: 0.85rem;
      padding: 0.85rem;
    }

    .gk-cart__badge {
      padding: 0.9rem;
    }

    .gk-cart__badge svg {
      width: 22px;
      height: 22px;
    }

    .gk-cart__badge strong {
      font-size: 0.8rem;
    }

    .gk-cart__badge span {
      font-size: 0.7rem;
    }

    .gk-cart__empty {
      min-height: 55vh;
      padding: 2.5rem;
    }

    .gk-cart__empty-icon {
      margin-bottom: 1.75rem;
    }

    .gk-cart__empty-icon svg {
      width: 100px;
      height: 100px;
    }

    .gk-cart__empty-title {
      font-size: clamp(1.75rem, 5vw, 2.25rem);
    }

    .gk-cart__empty-text {
      font-size: 1.05rem;
      margin-bottom: 2rem;
    }
  }

  @media (max-width: 640px) {
    .gk-cart__container {
      padding: 60px clamp(1.5rem, 5vw, 4rem) 40px;
    }

    .gk-cart__header {
      margin-bottom: 2.25rem;
    }

    .gk-cart__title {
      font-size: clamp(1.6rem, 5.5vw, 2rem);
      gap: 0.65rem;
    }

    .gk-cart__title-line {
      width: 45px;
    }

    .gk-cart__count {
      font-size: 1rem;
    }

    .gk-cart__layout {
      gap: 1.75rem;
    }

    .gk-cart__items {
      gap: 1.125rem;
    }

    .gk-cart__item {
      grid-template-columns: 80px 1fr auto;
      gap: 0.9rem;
      padding: 1.125rem;
    }

    .gk-cart__item-image {
      width: 80px;
      height: 80px;
    }

    .gk-cart__item-details {
      gap: 0.65rem;
    }

    .gk-cart__item-title {
      font-size: 1rem;
    }

    .gk-cart__variant {
      font-size: 0.75rem;
    }

    .gk-cart__item-price-mobile {
      font-size: 1.1rem;
      margin-top: 0.55rem;
    }

    .gk-cart__item-remove {
      width: 36px;
      height: 36px;
    }

    .gk-cart__item-remove svg {
      width: 16px;
      height: 16px;
    }

    .gk-cart__summary-card {
      padding: 1.5rem;
    }

    .gk-cart__summary-title {
      font-size: 1.25rem;
      gap: 0.6rem;
    }

    .gk-cart__checkout-btn {
      padding: 1.1rem 1.75rem;
      font-size: 1rem;
      gap: 0.6rem;
    }

    .gk-cart__checkout-btn svg {
      width: 16px;
      height: 16px;
    }

    .gk-cart__continue-link {
      font-size: 0.8rem;
      gap: 0.4rem;
    }

    .gk-cart__badge {
      gap: 0.85rem;
    }

    .gk-cart__empty {
      min-height: 50vh;
      padding: 2.25rem;
    }

    .gk-cart__empty-icon svg {
      width: 90px;
      height: 90px;
    }
  }

  @media (max-width: 480px) {
    .gk-cart__container {
      padding: 60px clamp(1.5rem, 5vw, 4rem) 40px;
    }

    .gk-cart__header {
      margin-bottom: 2rem;
    }

    .gk-cart__title {
      font-size: clamp(1.4rem, 6vw, 1.85rem);
      gap: 0.5rem;
      flex-direction: column;
      align-items: flex-start;
    }

    .gk-cart__title-line {
      width: 40px;
      height: 1px;
    }

    .gk-cart__count {
      font-size: 0.95rem;
    }

    .gk-cart__layout {
      gap: 1.5rem;
    }

    .gk-cart__items {
      gap: 1rem;
    }

    .gk-cart__item {
      grid-template-columns: 75px 1fr auto;
      gap: 0.85rem;
      padding: 1rem;
    }

    .gk-cart__item:hover {
      transform: none;
    }

    .gk-cart__item-image {
      width: 75px;
      height: 75px;
    }

    .gk-cart__item-details {
      gap: 0.55rem;
    }

    .gk-cart__item-title {
      font-size: 0.95rem;
      line-height: 1.3;
    }

    .gk-cart__item-variants {
      gap: 0.3rem;
    }

    .gk-cart__variant {
      font-size: 0.7rem;
    }

    .gk-cart__item-price-mobile {
      font-size: 1.05rem;
      margin-top: 0.5rem;
    }

    .gk-cart__item-remove {
      width: 34px;
      height: 34px;
    }

    .gk-cart__summary-card {
      padding: 1.35rem;
    }

    .gk-cart__summary-title {
      font-size: 1.15rem;
      margin-bottom: 1.125rem;
      padding-bottom: 1.125rem;
      gap: 0.55rem;
    }

    .gk-cart__summary-icon {
      font-size: 1.25rem;
    }

    .gk-cart__summary-row {
      padding: 0.75rem 0;
      font-size: 0.9rem;
    }

    .gk-cart__summary-row--note {
      font-size: 0.75rem;
      padding: 0.6rem 0;
    }

    .gk-cart__summary-total {
      padding: 1.125rem 0;
      margin-top: 0.85rem;
      font-size: 1rem;
    }

    .gk-cart__total-price {
      font-size: 1.6rem;
    }

    .gk-cart__checkout-btn {
      padding: 1.05rem 1.65rem;
      font-size: 0.95rem;
      gap: 0.55rem;
      margin-top: 1.125rem;
    }

    .gk-cart__continue-link {
      font-size: 0.75rem;
      padding: 0.75rem;
      gap: 0.35rem;
      margin-top: 0.35rem;
    }

    .gk-cart__continue-link svg {
      width: 14px;
      height: 14px;
    }

    .gk-cart__trust-badges {
      gap: 0.85rem;
    }

    .gk-cart__badge {
      padding: 0.85rem;
      gap: 0.75rem;
    }

    .gk-cart__badge svg {
      width: 20px;
      height: 20px;
    }

    .gk-cart__badge strong {
      font-size: 0.75rem;
    }

    .gk-cart__badge span {
      font-size: 0.65rem;
    }

    .gk-cart__empty {
      min-height: 45vh;
      padding: 2rem 1.5rem;
    }

    .gk-cart__empty-icon {
      margin-bottom: 1.5rem;
    }

    .gk-cart__empty-icon svg {
      width: 80px;
      height: 80px;
    }

    .gk-cart__empty-title {
      font-size: clamp(1.5rem, 6vw, 2rem);
      margin-bottom: 0.85rem;
    }

    .gk-cart__empty-text {
      font-size: 1rem;
      margin-bottom: 1.75rem;
    }
  }

  @media (max-width: 360px) {
    .gk-cart__container {
      padding: 60px clamp(1.5rem, 5vw, 4rem) 40px;
    }

    .gk-cart__title {
      font-size: 1.35rem;
    }

    .gk-cart__count {
      font-size: 0.9rem;
    }

    .gk-cart__item {
      grid-template-columns: 70px 1fr auto;
      gap: 0.75rem;
      padding: 0.9rem;
    }

    .gk-cart__item-image {
      width: 70px;
      height: 70px;
    }

    .gk-cart__item-title {
      font-size: 0.9rem;
    }

    .gk-cart__item-price-mobile {
      font-size: 1rem;
    }

    .gk-cart__item-remove {
      width: 32px;
      height: 32px;
    }

    .gk-cart__summary-card {
      padding: 1.25rem;
    }

    .gk-cart__summary-title {
      font-size: 1.1rem;
    }

    .gk-cart__total-price {
      font-size: 1.5rem;
    }

    .gk-cart__checkout-btn {
      padding: 1rem 1.5rem;
      font-size: 0.9rem;
    }

    .gk-cart__empty-icon svg {
      width: 70px;
      height: 70px;
    }

    .gk-cart__empty-title {
      font-size: 1.4rem;
    }

    .gk-cart__empty-text {
      font-size: 0.95rem;
    }
  }

  /* Touch device optimizations */
  @media (hover: none) and (pointer: coarse) {
    .gk-cart__item:hover {
      border-color: var(--gk-border-color);
    }

    .gk-cart__item:active {
      transform: scale(0.99);
    }

    .gk-cart__qty-btn:hover:not(:disabled) {
      border-color: var(--gk-border-color);
    }

    .gk-cart__qty-btn:active:not(:disabled) {
      transform: scale(0.93);
    }

    .gk-cart__item-remove:active {
      transform: scale(0.93);
    }

    .gk-cart__checkout-btn:active {
      transform: scale(0.98);
    }

    .gk-cart__continue-link:hover svg {
      transform: none;
    }
  }
/* END_SECTION:cart */

/* START_SECTION:catalog-page (INDEX:6) */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700&display=swap');

  /* Reset body/page margins for full width */
  body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }

  .gk-catalog {
    background: var(--gk-bg-primary);
    min-height: 100vh;
    padding: 120px 0 80px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    position: relative;
    left: 0;
    right: 0;
    transition: background 0.5s ease;
  }

  .gk-catalog__container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 clamp(1.5rem, 5vw, 4rem);
    box-sizing: border-box;
  }

  /* Header */
  .gk-catalog__header {
    text-align: center;
    margin-bottom: 3rem;
  }

  .gk-catalog__title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 300;
    color: var(--gk-text-primary);
    margin: 0 0 1.5rem 0;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    transition: color 0.3s ease;
  }

  .gk-catalog__title--arabic {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
  }

  .gk-catalog__subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.95rem, 1.5vw, 1.1rem);
    font-weight: 300;
    color: var(--gk-text-tertiary);
    margin: 0;
    transition: color 0.3s ease;
  }

  .gk-catalog__subtitle--arabic {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
  }

  /* Layout */
  .gk-catalog__content {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 2.5rem;
    width: 100%;
  }

  /* Sidebar */
  .gk-catalog__sidebar {
    position: sticky;
    top: 6rem;
    height: fit-content;
    min-width: 280px;
  }

  .gk-catalog__filters {
    background: transparent;
    border: 1px solid var(--gk-border-color);
    padding: 1.5rem;
    transition: all 0.3s ease;
  }

  .gk-catalog__filter-toggle {
    display: none;
  }

  .gk-catalog__filter-header {
    display: none;
  }

  .gk-catalog__filters-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: var(--gk-text-primary);
    margin: 0 0 1.5rem 0;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: color 0.3s ease;
  }

  .gk-catalog__filter-group {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--gk-border-color);
    transition: border-color 0.3s ease;
  }

  .gk-catalog__filter-group:last-of-type {
    border-bottom: none;
  }

  .gk-catalog__filter-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--gk-text-primary);
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    transition: color 0.3s ease;
  }

  .gk-catalog__filter-title--arabic {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
    text-align: right;
  }

  .gk-catalog__filter-options {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  .gk-catalog__filter-option {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    color: var(--gk-text-secondary);
    cursor: pointer;
    transition: color 0.3s ease;
  }

  .gk-catalog__filter-option:hover {
    color: var(--gk-text-primary);
  }

  .gk-catalog__filter-checkbox {
    width: 18px;
    height: 18px;
    accent-color: var(--gk-text-primary);
    cursor: pointer;
  }

  /* Price Filter */
  .gk-catalog__price-filter {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .gk-catalog__price-inputs {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }

  .gk-catalog__price-input-wrapper {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .gk-catalog__price-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--gk-text-tertiary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    order: -1;
    transition: color 0.3s ease;
  }

  .gk-catalog__price-currency {
    position: absolute;
    left: 0.875rem;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 0.95rem;
    height: 0.95rem;
    transform: translateY(-50%);
    margin-top: 0.65rem;
    color: var(--gk-text-muted);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    pointer-events: none;
    transition: color 0.3s ease;
  }

  .gk-catalog__price-input {
    width: 100%;
    padding: 0.75rem 0.875rem 0.75rem 2rem;
    background: transparent;
    border: 1px solid var(--gk-border-color);
    color: var(--gk-text-primary);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    transition: all 0.3s ease;
    box-sizing: border-box;
  }

  .gk-catalog__price-input::placeholder {
    color: var(--gk-text-muted);
  }

  .gk-catalog__price-input:focus {
    outline: none;
    border-color: var(--gk-text-primary);
  }

  .gk-catalog__price-input:hover:not(:focus) {
    border-color: var(--gk-text-primary);
  }

  /* Remove spinner arrows */
  .gk-catalog__price-input::-webkit-outer-spin-button,
  .gk-catalog__price-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .gk-catalog__price-input[type='number'] {
    -moz-appearance: textfield;
    appearance: textfield;
  }

  .gk-catalog__price-separator {
    color: var(--gk-text-muted);
    font-size: 1rem;
    font-weight: 300;
    margin-top: 1.25rem;
    transition: color 0.3s ease;
  }

  .gk-catalog__price-apply {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.875rem 1.25rem;
    background: var(--gk-text-primary);
    border: 1px solid var(--gk-text-primary);
    color: var(--gk-bg-primary);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }

  .gk-catalog__price-apply:hover {
    background: transparent;
    color: var(--gk-text-primary);
  }

  .gk-catalog__price-apply:active {
    transform: scale(0.98);
  }

  .gk-catalog__price-apply svg {
    width: 16px;
    height: 16px;
  }

  .gk-catalog__clear-filters {
    width: 100%;
    padding: 0.75rem;
    background: transparent;
    border: 1px solid var(--gk-border-color);
    color: var(--gk-text-tertiary);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .gk-catalog__clear-filters:hover {
    border-color: var(--gk-text-primary);
    color: var(--gk-text-primary);
  }

  /* Toolbar */
  .gk-catalog__toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--gk-border-color);
    transition: border-color 0.3s ease;
  }

  .gk-catalog__results {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    color: var(--gk-text-secondary);
    transition: color 0.3s ease;
  }

  .gk-catalog__count {
    font-weight: 700;
    color: var(--gk-text-primary);
    margin-right: 0.5rem;
    transition: color 0.3s ease;
  }

  .gk-catalog__sort {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }

  .gk-catalog__sort label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    color: var(--gk-text-secondary);
    transition: color 0.3s ease;
  }

  .gk-catalog__sort-select {
    padding: 0.5rem 1rem;
    background: transparent;
    border: 1px solid var(--gk-border-color);
    color: var(--gk-text-primary);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .gk-catalog__sort-select:focus {
    outline: none;
    border-color: var(--gk-text-primary);
  }

  /* Dropdown options styling */
  .gk-catalog__sort-select option {
    background: var(--gk-bg-primary);
    color: var(--gk-text-primary);
    padding: 0.5rem;
  }

  .gk-catalog__sort-select option:hover,
  .gk-catalog__sort-select option:checked {
    background: var(--gk-text-primary);
    color: var(--gk-bg-primary);
  }

  /* Product Grid */
  .gk-catalog__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(280px, 100%), 1fr));
    gap: 2rem;
    width: 100%;
  }

  .gk-catalog__product {
    background: var(--gk-bg-primary);
    border: 1px solid var(--gk-border-color);
    overflow: hidden;
    transition: all 0.3s ease;
    width: 100%;
  }

  .gk-catalog__product:hover {
    border-color: var(--gk-text-primary);
  }

  .gk-catalog__product-link {
    text-decoration: none;
    color: inherit;
    display: block;
  }

  .gk-catalog__product-image {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    background: var(--gk-bg-secondary);
    transition: background 0.3s ease;
  }

  .gk-catalog__product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  /* Stack images on top of each other */
  .gk-catalog__product-image--primary,
  .gk-catalog__product-image--secondary {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .gk-catalog__product-image--primary {
    opacity: 1;
    z-index: 1;
  }

  .gk-catalog__product-image--secondary {
    opacity: 0;
    z-index: 2;
  }

  /* On hover: fade in secondary image and scale both */
  .gk-catalog__product:hover .gk-catalog__product-image--primary {
    opacity: 0;
    transform: scale(1.05);
  }

  .gk-catalog__product:hover .gk-catalog__product-image--secondary {
    opacity: 1;
    transform: scale(1.05);
  }

  /* Fallback for single image products */
  .gk-catalog__product:hover
    .gk-catalog__product-image
    img:not(.gk-catalog__product-image--primary):not(.gk-catalog__product-image--secondary) {
    transform: scale(1.05);
  }

  .gk-catalog__product-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gk-text-muted);
    font-family: 'Montserrat', sans-serif;
    transition: color 0.3s ease;
  }

  .gk-catalog__badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.5rem 1rem;
    background: var(--gk-text-primary);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: background 0.3s ease;
  }

  .gk-catalog__badge--sold {
    color: var(--gk-bg-primary);
  }

  .gk-catalog__product-info {
    padding: 1.5rem;
  }

  .gk-catalog__product-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: var(--gk-text-primary);
    margin: 0 0 0.75rem 0;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    transition: color 0.3s ease;
  }

  .gk-catalog__product-price {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }

  .gk-catalog__price {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: var(--gk-text-primary);
    transition: color 0.3s ease;
  }

  .gk-catalog__price--compare {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    color: var(--gk-text-muted);
    text-decoration: line-through;
    transition: color 0.3s ease;
  }

  .gk-catalog__price--sale {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: var(--gk-text-primary);
    transition: color 0.3s ease;
  }

  /* No Results */
  .gk-catalog__no-results {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 60vh;
    padding: 4rem 2rem;
    color: var(--gk-text-tertiary);
    transition: color 0.3s ease;
  }

  .gk-catalog__no-results svg {
    display: block;
    margin: 0 auto 1.5rem auto;
    color: var(--gk-text-tertiary);
    transition: color 0.3s ease;
  }

  .gk-catalog__no-results h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--gk-text-primary);
    margin: 0 0 0.5rem 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: color 0.3s ease;
  }

  .gk-catalog__no-results h3[data-lang='ar'] {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
  }

  .gk-catalog__no-results p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    margin: 0;
  }

  .gk-catalog__no-results p[data-lang='ar'] {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
  }

  /* Responsive */
  /* Large Desktop - Extra wide screens */
  @media (min-width: 1920px) {
    .gk-catalog__container {
      padding: 0 4rem;
    }

    .gk-catalog__content {
      grid-template-columns: 320px 1fr;
      gap: 3.5rem;
    }

    .gk-catalog__grid {
      grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
      gap: 2.5rem;
    }
  }

  /* Desktop to Tablet */
  @media (max-width: 1440px) {
    .gk-catalog__container {
      padding: 0 2.5rem;
    }

    .gk-catalog__content {
      gap: 2rem;
    }

    .gk-catalog__grid {
      grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    }
  }

  /* Tablet Landscape */
  @media (max-width: 1200px) {
    .gk-catalog__container {
      padding: 0 2rem;
    }

    .gk-catalog__content {
      grid-template-columns: 260px 1fr;
      gap: 2rem;
    }

    .gk-catalog__sidebar {
      min-width: 260px;
    }

    .gk-catalog__grid {
      grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
      gap: 1.75rem;
    }
  }

  /* Tablet Portrait */
  @media (max-width: 1024px) {
    .gk-catalog {
      padding: 7rem 0 3rem;
    }

    .gk-catalog__container {
      padding: 0 1.75rem;
    }

    .gk-catalog__content {
      grid-template-columns: 1fr;
      gap: 0;
    }

    .gk-catalog__sidebar {
      position: static;
      min-width: auto;
      width: 100%;
    }

    .gk-catalog__filters {
      padding: 0;
      background: transparent;
      border: none;
    }

    .gk-catalog__filter-toggle {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.75rem;
      width: 100%;
      padding: 0.875rem 1.5rem;
      background: transparent;
      border: 1px solid var(--gk-border-color);
      color: var(--gk-text-primary);
      font-family: 'Montserrat', sans-serif;
      font-size: 1rem;
      font-weight: 500;
      cursor: pointer;
      transition: all 0.3s ease;
      margin-bottom: 1.5rem;
    }

    .gk-catalog__filter-toggle:hover {
      border-color: var(--gk-text-primary);
    }

    .gk-catalog__filters-content {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: var(--gk-overlay-dark);
      backdrop-filter: blur(10px);
      z-index: 9999;
      overflow-y: auto;
      padding: 2rem 1.5rem;
      transition: background 0.3s ease;
    }

    .gk-catalog__filters-content.active {
      display: block;
    }

    .gk-catalog__filter-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 2rem;
      padding-bottom: 1rem;
      border-bottom: 1px solid var(--gk-border-color);
      transition: border-color 0.3s ease;
    }

    .gk-catalog__filter-close {
      background: none;
      border: none;
      color: var(--gk-text-primary);
      font-size: 2rem;
      cursor: pointer;
      padding: 0;
      line-height: 1;
      transition: color 0.3s ease;
    }

    .gk-catalog__filter-close:hover {
      color: var(--gk-text-secondary);
    }

    .gk-catalog__grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem;
    }
  }

  /* Mobile Large */
  @media (max-width: 768px) {
    .gk-catalog {
      padding: 6rem 0 2.5rem;
    }

    .gk-catalog__container {
      padding: 0 1.25rem;
    }

    .gk-catalog__header {
      margin-bottom: 2rem;
    }

    .gk-catalog__toolbar {
      flex-direction: column;
      gap: 1rem;
      align-items: stretch;
      padding-bottom: 1rem;
    }

    .gk-catalog__results {
      text-align: center;
      font-size: 0.9rem;
    }

    .gk-catalog__sort {
      width: 100%;
      flex-direction: column;
      gap: 0.5rem;
      align-items: stretch;
    }

    .gk-catalog__sort label {
      text-align: center;
    }

    .gk-catalog__sort-select {
      flex: 1;
      width: 100%;
      text-align: center;
    }

    .gk-catalog__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.25rem;
    }

    .gk-catalog__product-info {
      padding: 1.25rem;
    }

    .gk-catalog__product-title {
      font-size: 0.95rem;
    }

    .gk-catalog__price,
    .gk-catalog__price--sale {
      font-size: 1rem;
    }

    .gk-catalog__filters-content {
      padding: 1.5rem 1rem;
    }

    .gk-catalog__filter-group {
      margin-bottom: 1.5rem;
      padding-bottom: 1.5rem;
    }
  }

  /* Mobile Medium */
  @media (max-width: 640px) {
    .gk-catalog__container {
      padding: 0 1rem;
    }

    .gk-catalog__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
    }

    .gk-catalog__filter-toggle {
      padding: 0.75rem 1.25rem;
      font-size: 0.95rem;
    }

    .gk-catalog__product-info {
      padding: 1rem;
    }

    .gk-catalog__badge {
      padding: 0.4rem 0.75rem;
      font-size: 0.7rem;
    }
  }

  /* Mobile Small */
  @media (max-width: 480px) {
    .gk-catalog {
      padding: 5.5rem 0 2rem;
    }

    .gk-catalog__container {
      padding: 0 0.875rem;
    }

    .gk-catalog__header {
      margin-bottom: 1.5rem;
    }

    .gk-catalog__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 0.875rem;
    }

    .gk-catalog__product-info {
      padding: 0.875rem;
    }

    .gk-catalog__product-title {
      font-size: 0.875rem;
      margin-bottom: 0.5rem;
    }

    .gk-catalog__price,
    .gk-catalog__price--sale {
      font-size: 0.95rem;
    }

    .gk-catalog__price--compare {
      font-size: 0.8rem;
    }

    .gk-catalog__toolbar {
      padding-bottom: 0.875rem;
      margin-bottom: 1.5rem;
    }

    .gk-catalog__filter-toggle {
      padding: 0.65rem 1rem;
      font-size: 0.9rem;
      margin-bottom: 1rem;
    }

    .gk-catalog__filter-toggle svg {
      width: 18px;
      height: 18px;
    }

    .gk-catalog__no-results {
      padding: 3rem 1rem;
    }

    .gk-catalog__no-results svg {
      width: 60px;
      height: 60px;
    }
  }

  /* Mobile Extra Small */
  @media (max-width: 360px) {
    .gk-catalog__container {
      padding: 0 0.75rem;
    }

    .gk-catalog__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 0.75rem;
    }

    .gk-catalog__product-info {
      padding: 0.75rem;
    }

    .gk-catalog__product-title {
      font-size: 0.8rem;
    }

    .gk-catalog__price,
    .gk-catalog__price--sale {
      font-size: 0.875rem;
    }

    .gk-catalog__price--compare {
      font-size: 0.75rem;
    }

    .gk-catalog__filter-toggle {
      padding: 0.6rem 0.875rem;
      font-size: 0.85rem;
    }
  }
/* END_SECTION:catalog-page */

/* START_SECTION:category-grid (INDEX:7) */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700&display=swap');

  .gk-categories {
    position: relative;
    background: var(--gk-bg-primary);
    padding: 120px 0;
    width: 100%;
    transition: background 0.5s ease;
  }

  .gk-categories__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 clamp(1.5rem, 5vw, 4rem);
    width: 100%;
  }

  @media (max-width: 768px) {
    .gk-categories__container {
      padding: 0 clamp(1.25rem, 4vw, 2rem);
    }
  }

  @media (max-width: 480px) {
    .gk-categories__container {
      padding: 0 1rem;
    }
  }

  /* Section Header */
  .gk-categories__header {
    text-align: center;
    margin-bottom: 80px;
  }

  .gk-categories__title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 300;
    margin: 0 0 1.5rem 0;
    letter-spacing: 0.15em;
    color: var(--gk-text-primary);
    text-transform: uppercase;
    transition: color 0.3s ease;
  }

  .gk-categories__title--arabic {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
    letter-spacing: 0.05em;
  }

  .gk-categories__title-word {
    display: inline;
    color: var(--gk-text-primary);
    transition: color 0.3s ease;
  }

  @media (max-width: 640px) {
    .gk-categories__title-word {
      display: inline-block;
    }
  }

  .gk-categories__title-word--accent {
    color: var(--gk-text-primary);
    font-weight: 400;
  }

  .gk-categories__subtitle-wrapper {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 1rem;
  }

  @media (max-width: 768px) {
    .gk-categories__subtitle-wrapper {
      max-width: 500px;
      padding: 0 0.75rem;
    }
  }

  @media (max-width: 480px) {
    .gk-categories__subtitle-wrapper {
      max-width: 100%;
      padding: 0 0.5rem;
    }
  }

  .gk-categories__subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.95rem, 1.5vw, 1.1rem);
    font-weight: 300;
    color: var(--gk-text-tertiary);
    line-height: 1.8;
    margin: 0;
    transition: color 0.3s ease;
  }

  .gk-categories__subtitle--arabic {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
  }

  /* Category Grid – 3 columns */
  .gk-categories__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1.5rem, 3vw, 3rem);
  }

  .gk-categories__secondary {
    margin-top: clamp(2rem, 5vw, 4rem);
    padding: 1.5rem 0 0;
    border-top: 1px solid var(--gk-border-color);
    display: grid;
    grid-template-columns: minmax(96px, 148px) minmax(0, 1fr) auto;
    align-items: center;
    gap: 1.5rem;
  }

  .gk-categories__secondary-media {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border: 1px solid var(--gk-border-color);
    background: radial-gradient(circle at 50% 38%, var(--gk-card-hover) 0%, var(--gk-bg-secondary) 64%);
    text-decoration: none;
  }

  .gk-categories__secondary-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.35s ease;
  }

  .gk-categories__secondary-media:hover .gk-categories__secondary-image {
    transform: scale(1.03);
  }

  .gk-categories__secondary-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--gk-bg-secondary);
  }

  .gk-categories__secondary-kicker {
    margin: 0 0 0.45rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    line-height: 1.35;
    text-transform: uppercase;
    color: var(--gk-text-muted);
  }

  .gk-categories__secondary-title {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1rem, 1.6vw, 1.25rem);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.35;
    color: var(--gk-text-primary);
  }

  .gk-categories__secondary-kicker--arabic,
  .gk-categories__secondary-title--arabic {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
    text-align: right;
  }

  .gk-categories__secondary-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.75rem;
  }

  .gk-categories__secondary-link {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1rem;
    border: 1px solid var(--gk-border-color);
    color: var(--gk-text-primary);
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-transform: uppercase;
    transition: border-color 0.25s ease, color 0.25s ease;
  }

  .gk-categories__secondary-link:hover {
    border-color: var(--gk-text-primary);
  }

  .gk-categories__item {
    position: relative;
  }

  .gk-categories__link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
  }

  .gk-categories__link:focus-visible {
    outline: 2px solid var(--gk-text-primary);
    outline-offset: 4px;
    border-radius: 2px;
  }

  .gk-categories__card {
    position: relative;
    background: var(--gk-bg-primary);
    border: 1px solid var(--gk-border-color);
    overflow: hidden;
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .gk-categories__card:hover {
    border-color: var(--gk-text-primary);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  }

  .gk-categories__image-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 50% 38%, var(--gk-card-hover) 0%, var(--gk-bg-secondary) 64%);
    transition: background 0.3s ease;
  }

  .gk-categories__image {
    width: 86%;
    height: 86%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.6s ease, opacity 0.3s ease;
  }

  /* Stack images on top of each other */
  .gk-categories__image--primary,
  .gk-categories__image--secondary {
    position: absolute;
    top: 7%;
    left: 7%;
    width: 86%;
    height: 86%;
  }

  .gk-categories__image--primary {
    opacity: 1;
    z-index: 1;
  }

  .gk-categories__image--secondary {
    opacity: 0;
    z-index: 2;
  }

  /* On hover: fade in secondary image and scale both */
  .gk-categories__card:has(.gk-categories__image--secondary):hover .gk-categories__image--primary {
    opacity: 0;
    transform: scale(1.03);
  }

  .gk-categories__card:hover .gk-categories__image--secondary {
    opacity: 1;
    transform: scale(1.03);
  }

  /* Fallback for single image */
  .gk-categories__card:hover
    .gk-categories__image:not(.gk-categories__image--primary):not(.gk-categories__image--secondary) {
    transform: scale(1.03);
  }

  .gk-categories__card:not(:has(.gk-categories__image--secondary)):hover .gk-categories__image--primary {
    opacity: 1;
    transform: scale(1.03);
  }

  .gk-categories__placeholder {
    width: 100%;
    height: 100%;
    background: var(--gk-bg-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gk-text-muted);
    transition: background 0.3s ease;
  }

  /* Content */
  .gk-categories__content {
    padding: clamp(1.25rem, 2.5vw, 2rem);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex-grow: 1;
  }

  .gk-categories__badge {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.66rem;
    font-weight: 500;
    color: var(--gk-text-muted);
    letter-spacing: 0.12em;
    line-height: 1.25;
    text-transform: uppercase;
  }

  .gk-categories__badge--arabic {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
    text-align: right;
    letter-spacing: 0;
  }

  .gk-categories__name {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    font-weight: 400;
    color: var(--gk-text-primary);
    margin: 0;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: color 0.3s ease;
  }

  .gk-categories__description {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.82rem;
    font-weight: 300;
    line-height: 1.55;
    color: var(--gk-text-tertiary);
    margin: 0.15rem 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .gk-categories__meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: auto;
    padding-top: 0.75rem;
  }

  .gk-categories__count,
  .gk-categories__shop {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7rem;
    font-weight: 300;
    color: var(--gk-text-tertiary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: color 0.3s ease;
  }

  .gk-categories__shop {
    color: var(--gk-text-primary);
    margin-left: auto;
  }

  /* RTL Support */
  [dir='rtl'] .gk-categories__header {
    direction: rtl;
  }

  [dir='rtl'] .gk-categories__name,
  [dir='rtl'] .gk-categories__description {
    font-family: 'Cairo', sans-serif;
    letter-spacing: 0.02em;
    direction: rtl;
    text-align: right;
  }

  [dir='rtl'] .gk-categories__count,
  [dir='rtl'] .gk-categories__shop {
    font-family: 'Cairo', sans-serif;
  }

  [dir='rtl'] .gk-categories__meta {
    direction: rtl;
  }

  /* Responsive Design */
  @media (max-width: 1024px) {
    .gk-categories {
      padding: 100px 0;
    }

    .gk-categories__header {
      margin-bottom: 60px;
    }

    .gk-categories__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 2rem;
    }

    .gk-categories__secondary {
      align-items: flex-start;
      grid-template-columns: minmax(88px, 128px) minmax(0, 1fr);
    }

    .gk-categories__secondary-links {
      grid-column: 2;
      justify-content: flex-start;
    }
  }

  @media (max-width: 768px) {
    .gk-categories {
      padding: 80px 0;
    }

    .gk-categories__header {
      margin-bottom: 50px;
    }

    .gk-categories__title {
      margin-bottom: 1rem;
      letter-spacing: 0.1em;
    }

    .gk-categories__subtitle {
      font-size: 0.95rem;
    }

    .gk-categories__grid {
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }

    .gk-categories__content {
      padding: 1.5rem;
    }

    .gk-categories__name {
      font-size: 0.9rem;
    }

    .gk-categories__count {
      font-size: 0.7rem;
    }
  }

  @media (max-width: 640px) {
    .gk-categories {
      padding: 60px 0;
    }

    .gk-categories__header {
      margin-bottom: 40px;
    }

    .gk-categories__title {
      margin-bottom: 1rem;
      letter-spacing: 0.08em;
    }

    .gk-categories__subtitle {
      font-size: 0.9rem;
      line-height: 1.65;
    }

    .gk-categories__grid {
      grid-template-columns: 1fr;
      gap: 1rem;
    }

    .gk-categories__image-wrapper {
      aspect-ratio: 1 / 1;
    }

    .gk-categories__content {
      padding: 1rem;
      gap: 0.625rem;
    }

    .gk-categories__name {
      font-size: 0.875rem;
      letter-spacing: 0.06em;
    }

    .gk-categories__count {
      font-size: 0.65rem;
    }

    .gk-categories__description {
      -webkit-line-clamp: 2;
      line-clamp: 2;
    }
  }

  @media (max-width: 480px) {
    .gk-categories {
      padding: 50px 0;
    }

    .gk-categories__header {
      margin-bottom: 30px;
    }

    .gk-categories__title {
      letter-spacing: 0.06em;
    }

    .gk-categories__subtitle {
      font-size: 0.85rem;
      line-height: 1.6;
    }

    .gk-categories__grid {
      grid-template-columns: 1fr;
      gap: 0.875rem;
    }

    .gk-categories__image-wrapper {
      aspect-ratio: 1 / 1;
    }

    .gk-categories__content {
      padding: 0.75rem;
    }

    .gk-categories__name {
      font-size: 0.85rem;
      letter-spacing: 0.05em;
    }

    .gk-categories__count {
      font-size: 0.6rem;
    }

    .gk-categories__description {
      display: none;
    }

    .gk-categories__secondary {
      grid-template-columns: 1fr;
    }

    .gk-categories__secondary-media {
      max-width: 180px;
    }

    .gk-categories__secondary-links {
      grid-column: 1;
    }
  }

  @media (max-width: 360px) {
    .gk-categories {
      padding: 45px 0;
    }

    .gk-categories__header {
      margin-bottom: 30px;
    }

    .gk-categories__subtitle {
      font-size: 0.8rem;
    }

    .gk-categories__grid {
      gap: 0.75rem;
    }

    .gk-categories__content {
      padding: 0.65rem;
    }

    .gk-categories__name {
      font-size: 0.75rem;
    }

    .gk-categories__count {
      font-size: 0.55rem;
    }
  }

  /* Touch device improvements - Disable all hover effects on mobile */
  @media (hover: none) and (pointer: coarse) {
    .gk-categories__card:hover {
      transform: none;
      box-shadow: none;
      border-color: var(--gk-border-color);
    }

    .gk-categories__card:active {
      opacity: 0.9;
      transform: scale(0.98);
      transition: opacity 0.1s ease, transform 0.1s ease;
    }

    .gk-categories__card:hover .gk-categories__image,
    .gk-categories__card:hover .gk-categories__image--primary,
    .gk-categories__card:hover .gk-categories__image--secondary {
      transform: none;
      opacity: 1;
    }

    .gk-categories__card:hover .gk-categories__image--secondary {
      opacity: 0;
    }

    .gk-categories__image--secondary {
      display: none;
    }

    .gk-categories__image--primary {
      opacity: 1;
      z-index: 1;
    }
  }

  /* Disable hover effects on mobile screens */
  @media (max-width: 768px) {
    .gk-categories__card:hover {
      border-color: var(--gk-border-color);
      box-shadow: none;
    }

    .gk-categories__card:hover .gk-categories__image--primary {
      opacity: 1;
      transform: none;
    }

    .gk-categories__card:hover .gk-categories__image--secondary {
      opacity: 0;
      transform: none;
    }

    .gk-categories__image--secondary {
      display: none;
    }

    .gk-categories__image--primary {
      opacity: 1;
      z-index: 1;
    }

    .gk-categories__card:hover
      .gk-categories__image:not(.gk-categories__image--primary):not(.gk-categories__image--secondary) {
      transform: none;
    }
  }

  /* High DPI Displays */
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .gk-categories__image {
      image-rendering: -webkit-optimize-contrast;
      image-rendering: crisp-edges;
    }
  }
/* END_SECTION:category-grid */

/* START_SECTION:collection (INDEX:8) */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');

  .gk-collection {
    position: relative;
    min-height: 100vh;
    background: var(--gk-bg-primary);
    color: var(--gk-text-primary);
    width: 100%;
    margin: 0;
    padding: 0;
    transition: background 0.5s ease, color 0.3s ease;
  }

  .gk-collection__bg-texture {
    display: none;
  }

  .gk-collection__container {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    padding: 120px clamp(1.5rem, 5vw, 4rem) 80px;
  }

  /* Breadcrumb */
  .gk-collection__breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .gk-collection__breadcrumb-link {
    color: var(--gk-text-tertiary);
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .gk-collection__breadcrumb-link:hover {
    color: var(--gk-text-primary);
  }

  .gk-collection__breadcrumb-sep {
    color: var(--gk-text-muted);
  }

  .gk-collection__breadcrumb-current {
    color: var(--gk-text-primary);
  }

  /* Header Section */
  .gk-collection__header {
    text-align: center;
    margin-bottom: 80px;
  }

  .gk-collection__badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }

  .gk-collection__badge-line {
    width: 40px;
    height: 1px;
    background: var(--gk-border-color);
    transition: background 0.3s ease;
  }

  .gk-collection__badge-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    color: var(--gk-text-tertiary);
    text-transform: uppercase;
    transition: color 0.3s ease;
  }

  .gk-collection__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.2;
    margin: 0 0 1.5rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gk-text-primary);
    transition: color 0.3s ease;
  }

  .gk-collection__description {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.95rem, 1.5vw, 1.1rem);
    font-weight: 300;
    color: var(--gk-text-tertiary);
    max-width: 600px;
    margin: 0 auto 2rem;
    line-height: 1.8;
    transition: color 0.3s ease;
  }

  .gk-collection__highlight-media {
    width: min(420px, 78vw);
    aspect-ratio: 4 / 5;
    margin: 0 auto 2rem;
    border: 1px solid var(--gk-border-color);
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
  }

  .gk-collection__highlight-image {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
  }

  .gk-collection__count {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }

  .gk-collection__count-number {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 300;
    color: var(--gk-text-primary);
    transition: color 0.3s ease;
  }

  .gk-collection__count-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 300;
    color: var(--gk-text-tertiary);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    transition: color 0.3s ease;
  }

  [dir='rtl'] .gk-collection [data-lang='ar'],
  [dir='rtl'] .gk-collection .gk-collection__title,
  [dir='rtl'] .gk-collection .gk-collection__title-line,
  [dir='rtl'] .gk-collection .gk-collection__badge-text,
  [dir='rtl'] .gk-collection .gk-collection__count-label {
    font-family: 'Cairo', sans-serif;
    letter-spacing: 0;
    text-transform: none;
  }

  [dir='rtl'] .gk-collection .gk-collection__title {
    font-size: clamp(2rem, 3.4vw, 3rem);
    line-height: 1.32;
  }

  [dir='rtl'] .gk-collection .gk-collection__badge-text {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.5;
  }

  /* Tag label ("Showing for Men") */
  .gk-collection__tag-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    color: var(--gk-text-tertiary);
    margin: -0.5rem 0 1.5rem;
    letter-spacing: 0.04em;
    transition: color 0.3s ease;
  }

  [dir='rtl'] .gk-collection__tag-label {
    font-family: 'Cairo', sans-serif;
  }

  /* Men / Women / Kids tag filter pills */
  .gk-collection__tag-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-top: 2rem;
  }

  .gk-collection__tag-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.25rem;
    background: transparent;
    border: 1px solid var(--gk-border-color);
    border-radius: 24px;
    color: var(--gk-text-tertiary);
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: all 0.25s ease;
    white-space: nowrap;
  }

  .gk-collection__tag-pill:hover {
    border-color: var(--gk-text-primary);
    color: var(--gk-text-primary);
  }

  .gk-collection__tag-pill--active {
    background: var(--gk-text-primary);
    border-color: var(--gk-text-primary);
    color: var(--gk-bg-primary);
  }

  .gk-collection__tag-pill--active:hover {
    opacity: 0.9;
    color: var(--gk-bg-primary);
  }

  [dir='rtl'] .gk-collection__tag-pill {
    font-family: 'Cairo', sans-serif;
  }

  /* Type filter indicator badge */
  .gk-collection__type-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--gk-text-tertiary);
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .gk-collection__type-filter-label {
    color: var(--gk-text-primary);
    font-weight: 600;
    letter-spacing: 0.1em;
  }

  .gk-collection__type-clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border: 1px solid var(--gk-border-color);
    border-radius: 50%;
    color: var(--gk-text-muted);
    text-decoration: none;
    font-size: 0.75rem;
    line-height: 1;
    transition: all 0.2s ease;
  }

  .gk-collection__type-clear:hover {
    border-color: var(--gk-text-primary);
    color: var(--gk-text-primary);
  }

  /* Clickable type section title link */
  .gk-collection__type-filter-link {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.2s ease;
  }

  .gk-collection__type-filter-link:hover {
    opacity: 0.6;
  }

  /* ═══════════════════════════════════════════════════════════════════════
     Filter / Sort Panel  (gk-fsp__)
  ═══════════════════════════════════════════════════════════════════════ */

  /* ── Sticky bar ──────────────────────────────────────────────────────── */
  .gk-fsp__bar {
    position: sticky;
    top: 80px;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background: var(--gk-bg-primary);
    border: 1px solid var(--gk-border-color);
    border-radius: 10px;
    backdrop-filter: blur(20px) saturate(180%);
    transition: background 0.3s ease, border-color 0.3s ease, border-radius 0.25s ease,
                box-shadow 0.3s ease;
  }

  .gk-fsp__bar.is-panel-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-color: transparent;
  }

  .gk-fsp__bar-left {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
  }

  .gk-fsp__bar-right {
    display: flex;
    align-items: center;
    gap: 0.6rem;
  }

  .gk-fsp__count {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7rem;
    font-weight: 500;
    color: var(--gk-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    white-space: nowrap;
    transition: color 0.3s ease;
  }

  .gk-fsp__bar-sep {
    width: 1px;
    height: 18px;
    background: var(--gk-border-color);
    flex-shrink: 0;
  }

  /* Sort pills (desktop) */
  .gk-fsp__sort-pills {
    display: flex;
    align-items: center;
    gap: 0.35rem;
  }

  .gk-fsp__sort-pill {
    padding: 0.3rem 0.8rem;
    background: transparent;
    border: 1px solid var(--gk-border-color);
    border-radius: 20px;
    color: var(--gk-text-muted);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
  }

  .gk-fsp__sort-pill:hover {
    border-color: var(--gk-text-primary);
    color: var(--gk-text-primary);
  }

  .gk-fsp__sort-pill--active {
    background: var(--gk-text-primary);
    border-color: var(--gk-text-primary);
    color: var(--gk-bg-primary);
  }

  .gk-fsp__sort-pill--active:hover {
    opacity: 0.85;
    color: var(--gk-bg-primary);
  }

  /* Filter toggle button */
  .gk-fsp__filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.35rem 0.9rem;
    background: transparent;
    border: 1px solid var(--gk-border-color);
    border-radius: 6px;
    color: var(--gk-text-secondary);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
  }

  .gk-fsp__filter-btn:hover {
    border-color: var(--gk-text-primary);
    color: var(--gk-text-primary);
  }

  .gk-fsp__filter-btn.is-open {
    background: var(--gk-text-primary);
    border-color: var(--gk-text-primary);
    color: var(--gk-bg-primary);
  }

  .gk-fsp__filter-btn.is-open svg {
    color: var(--gk-bg-primary);
  }

  .gk-fsp__filter-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 17px;
    height: 17px;
    padding: 0 3px;
    background: var(--gk-accent-primary);
    color: #fff;
    border-radius: 9px;
    font-size: 0.58rem;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
  }

  /* ── Expandable panel ─────────────────────────────────────────────────── */
  .gk-fsp__panel {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-bottom: 0;
    transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.3s ease,
                margin-bottom 0.3s ease;
  }

  .gk-fsp__panel.is-open {
    max-height: 700px;
    opacity: 1;
    margin-bottom: 2.5rem;
  }

  .gk-fsp__panel-card {
    background: var(--gk-bg-secondary);
    border: 1px solid var(--gk-border-color);
    border-top: none;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    transition: background 0.3s ease, border-color 0.3s ease;
  }

  /* Three-column body */
  .gk-fsp__panel-body {
    display: grid;
    grid-template-columns: 1.4fr 1px 1fr 1px 0.9fr;
    align-items: start;
  }

  .gk-fsp__panel-divider {
    background: var(--gk-border-color);
    align-self: stretch;
    transition: background 0.3s ease;
  }

  /* Individual section */
  .gk-fsp__section {
    padding: 1.75rem 2rem;
  }

  .gk-fsp__section-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.6rem;
    font-weight: 600;
    color: var(--gk-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.22em;
    margin: 0 0 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    transition: color 0.3s ease;
  }

  /* Sort button grid inside panel */
  .gk-fsp__sort-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
  }

  .gk-fsp__sort-opt {
    padding: 0.4rem 0.85rem;
    background: transparent;
    border: 1px solid var(--gk-border-color);
    border-radius: 4px;
    color: var(--gk-text-tertiary);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: all 0.18s ease;
    white-space: nowrap;
  }

  .gk-fsp__sort-opt:hover {
    border-color: var(--gk-text-primary);
    color: var(--gk-text-primary);
    background: var(--gk-overlay-bg);
  }

  .gk-fsp__sort-opt.is-active {
    background: var(--gk-text-primary);
    border-color: var(--gk-text-primary);
    color: var(--gk-bg-primary);
    font-weight: 500;
  }

  /* Price range */
  .gk-fsp__price-row {
    display: flex;
    align-items: flex-end;
    gap: 0.6rem;
  }

  .gk-fsp__price-field {
    flex: 1;
    min-width: 0;
  }

  .gk-fsp__price-label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.58rem;
    font-weight: 600;
    color: var(--gk-text-muted);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 0.45rem;
    transition: color 0.3s ease;
  }

  .gk-fsp__price-input {
    width: 100%;
    padding: 0.65rem 0.75rem;
    background: var(--gk-bg-primary);
    border: 1px solid var(--gk-border-color);
    border-radius: 6px;
    color: var(--gk-text-primary);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 300;
    box-sizing: border-box;
    transition: border-color 0.2s ease, background 0.3s ease;
    -moz-appearance: textfield;
  }

  .gk-fsp__price-input::-webkit-outer-spin-button,
  .gk-fsp__price-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }

  .gk-fsp__price-input::placeholder {
    color: var(--gk-text-muted);
    font-weight: 300;
  }

  .gk-fsp__price-input:focus {
    outline: none;
    border-color: var(--gk-text-primary);
  }

  .gk-fsp__price-dash {
    display: flex;
    align-items: center;
    padding-bottom: 0.85rem;
    color: var(--gk-border-color);
    flex-shrink: 0;
  }

  .gk-fsp__price-hint {
    font-size: 0.6rem;
    font-weight: 400;
    color: var(--gk-accent-primary);
    letter-spacing: 0.04em;
    text-transform: none;
    font-style: italic;
  }

  /* Toggle switch */
  .gk-fsp__toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    user-select: none;
  }

  .gk-fsp__toggle-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }

  .gk-fsp__toggle-track {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
    background: var(--gk-bg-tertiary);
    border: 1px solid var(--gk-border-color);
    border-radius: 12px;
    flex-shrink: 0;
    transition: background 0.3s ease, border-color 0.3s ease;
  }

  .gk-fsp__toggle-thumb {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    background: var(--gk-text-muted);
    border-radius: 50%;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s ease;
  }

  .gk-fsp__toggle-input:checked ~ .gk-fsp__toggle-track {
    background: var(--gk-text-primary);
    border-color: var(--gk-text-primary);
  }

  .gk-fsp__toggle-input:checked ~ .gk-fsp__toggle-track .gk-fsp__toggle-thumb {
    transform: translateX(20px);
    background: var(--gk-bg-primary);
  }

  .gk-fsp__toggle-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    color: var(--gk-text-secondary);
    letter-spacing: 0.03em;
    transition: color 0.3s ease;
  }

  .gk-fsp__avail-note {
    margin: 0.75rem 0 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.65rem;
    font-weight: 400;
    color: var(--gk-accent-primary);
    letter-spacing: 0.05em;
    font-style: italic;
  }

  /* Panel footer: active chips + clear all */
  .gk-fsp__panel-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 0.9rem 2rem 1rem;
    border-top: 1px solid var(--gk-border-color);
    transition: border-color 0.3s ease;
  }

  .gk-fsp__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
  }

  .gk-fsp__chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.25rem 0.65rem;
    background: var(--gk-overlay-bg);
    border: 1px solid var(--gk-border-color);
    border-radius: 20px;
    color: var(--gk-text-secondary);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .gk-fsp__chip:hover {
    border-color: var(--gk-text-primary);
    color: var(--gk-text-primary);
  }

  .gk-fsp__chip svg {
    opacity: 0.6;
    flex-shrink: 0;
  }

  .gk-fsp__chip:hover svg {
    opacity: 1;
  }

  .gk-fsp__clear-all {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0;
    background: transparent;
    border: none;
    color: var(--gk-text-muted);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.65rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: color 0.2s ease;
    border-bottom: 1px solid transparent;
    padding-bottom: 1px;
  }

  .gk-fsp__clear-all:hover {
    color: var(--gk-text-primary);
    border-bottom-color: var(--gk-text-primary);
  }

  /* ── RTL / Arabic typography ─────────────────────────────────────────── */
  [dir='rtl'] .gk-fsp__count,
  [dir='rtl'] .gk-fsp__sort-pill,
  [dir='rtl'] .gk-fsp__filter-btn,
  [dir='rtl'] .gk-fsp__section-label,
  [dir='rtl'] .gk-fsp__sort-opt,
  [dir='rtl'] .gk-fsp__price-label,
  [dir='rtl'] .gk-fsp__toggle-label,
  [dir='rtl'] .gk-fsp__avail-note,
  [dir='rtl'] .gk-fsp__clear-all,
  [dir='rtl'] .gk-fsp__chip {
    font-family: 'Cairo', sans-serif;
  }

  [dir='rtl'] .gk-fsp__price-input {
    font-family: 'Cairo', sans-serif;
    text-align: right;
  }

  /* Flip the price dash direction in RTL so Min stays logically first */
  [dir='rtl'] .gk-fsp__price-row {
    flex-direction: row-reverse;
  }

  /* ── Responsive ──────────────────────────────────────────────────────── */
  @media (max-width: 900px) {
    .gk-fsp__sort-pills {
      display: none;
    }

    .gk-fsp__bar-sep {
      display: none;
    }
  }

  @media (max-width: 768px) {
    .gk-fsp__bar {
      top: 65px;
      padding: 0.6rem 1rem;
    }

    .gk-fsp__panel-body {
      grid-template-columns: 1fr;
    }

    .gk-fsp__panel-divider {
      height: 1px;
      width: auto;
      align-self: auto;
    }

    .gk-fsp__section {
      padding: 1.25rem 1.25rem;
    }
  }

  @media (max-width: 480px) {
    .gk-fsp__bar {
      top: 60px;
    }

    .gk-fsp__panel-footer {
      padding: 0.75rem 1.25rem 0.875rem;
    }
  }

  /* Type sections (when viewing all + tag) */
  .gk-collection__type-section {
    margin-bottom: 4rem;
  }

  .gk-collection__type-section:last-of-type {
    margin-bottom: 0;
  }

  .gk-collection__type-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gk-text-primary);
    margin: 0 0 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--gk-border-color);
    transition: color 0.3s ease, border-color 0.3s ease;
  }

  .gk-collection__type-section .gk-collection__grid {
    margin-bottom: 0;
  }

  /* Products Grid */
  .gk-collection__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: clamp(1.5rem, 3vw, 3rem);
  }

  .gk-collection__product {
    position: relative;
    background: var(--gk-bg-primary);
    border: 1px solid var(--gk-border-color);
    overflow: hidden;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
  }

  .gk-collection__product:hover {
    border-color: var(--gk-text-primary);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  }

  .gk-collection__product-link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
  }

  .gk-collection__image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background: radial-gradient(circle at 50% 38%, var(--gk-card-hover) 0%, var(--gk-bg-secondary) 64%);
    overflow: hidden;
    transition: background 0.3s ease;
  }

  .gk-collection__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none; /* override global img { max-width: 100% } from critical.css */
    object-fit: contain;
    object-position: center;
    transition: transform 0.6s ease, opacity 0.3s ease;
  }

  /* Stack images on top of each other */
  .gk-collection__image--primary,
  .gk-collection__image--secondary {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .gk-collection__image--primary {
    opacity: 1;
    z-index: 1;
  }

  .gk-collection__image--secondary {
    opacity: 0;
    z-index: 2;
  }

  /* On hover: fade in secondary image and scale both */
  .gk-collection__product:hover .gk-collection__image--primary {
    opacity: 0;
    transform: scale(1.03);
  }

  .gk-collection__product:hover .gk-collection__image--secondary {
    opacity: 1;
    transform: scale(1.03);
  }

  /* Fallback for single image products */
  .gk-collection__product:hover
    .gk-collection__image:not(.gk-collection__image--primary):not(.gk-collection__image--secondary) {
    transform: scale(1.03);
  }

  .gk-collection__image-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gk-bg-secondary);
    transition: background 0.3s ease;
  }

  .gk-collection__overlay {
    display: none;
  }

  .gk-collection__shine {
    display: none;
  }

  .gk-collection__sale-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: var(--gk-text-primary);
    color: var(--gk-bg-primary);
    padding: 0.4rem 0.8rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    z-index: 2;
    transition: background 0.3s ease;
  }

  .gk-collection__content {
    position: relative;
    z-index: 3;
    padding: clamp(1.25rem, 2.5vw, 2rem);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex-grow: 1;
  }

  .gk-collection__product-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.95rem, 1.5vw, 1.1rem);
    font-weight: 400;
    color: var(--gk-text-primary);
    margin: 0;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
  }

  .gk-collection__meta,
  .gk-collection__proof {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
  }

  .gk-collection__meta-pill,
  .gk-collection__proof span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0.35rem 0.55rem;
    border: 1px solid var(--gk-border-color);
    color: var(--gk-text-tertiary);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.64rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.2;
    text-transform: uppercase;
    transition: color 0.3s ease, border-color 0.3s ease;
  }

  .gk-collection__meta-pill:not(.gk-collection__meta-pill--muted) {
    color: var(--gk-text-primary);
  }

  .gk-collection__meta-pill--muted {
    opacity: 0.65;
  }

  .gk-collection__proof span {
    background: var(--gk-card-bg);
  }

  [dir='rtl'] .gk-collection__meta,
  [dir='rtl'] .gk-collection__proof {
    justify-content: flex-start;
  }

  [dir='rtl'] .gk-collection__meta-pill,
  [dir='rtl'] .gk-collection__proof span {
    font-family: 'Cairo', sans-serif;
  }

  .gk-collection__price {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    margin-top: auto;
  }

  .gk-collection__price-current {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    font-weight: 400;
    color: var(--gk-text-primary);
    white-space: nowrap;
    transition: color 0.3s ease;
  }

  .gk-collection__price-current--sale {
    color: var(--gk-text-primary);
  }

  .gk-collection__price-compare {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    color: var(--gk-text-muted);
    text-decoration: line-through;
    white-space: nowrap;
    transition: color 0.3s ease;
  }

  .gk-collection__cta {
    position: relative;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0;
    background: transparent;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--gk-text-tertiary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
  }

  .gk-collection__cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
    flex: 0 0 auto;
  }

  [dir='rtl'] .gk-collection__cta {
    font-family: 'Cairo', sans-serif;
  }

  .gk-collection__product:hover .gk-collection__cta {
    color: var(--gk-text-primary);
  }

  .gk-collection__cta-text {
    display: inline;
  }

  .gk-collection__cta-arrow {
    transition: transform 0.3s ease;
  }

  .gk-collection__product:hover .gk-collection__cta-arrow {
    transform: translateX(4px);
  }

  /* RTL: flip arrow for Arabic (عرض المنتج) so it points left */
  [dir='rtl'] .gk-collection__cta-arrow {
    transform: scaleX(-1);
  }

  [dir='rtl'] .gk-collection__product:hover .gk-collection__cta-arrow {
    transform: scaleX(-1) translateX(-4px);
  }

  /* Pagination */
  .gk-collection__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 80px;
    padding-top: 60px;
    border-top: 1px solid var(--gk-border-color);
    transition: border-color 0.3s ease;
  }

  .gk-collection__pagination-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0;
    padding-bottom: 4px;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--gk-text-primary);
    color: var(--gk-text-primary);
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
  }

  .gk-collection__pagination-btn:hover {
    opacity: 0.6;
    border-bottom-color: transparent;
  }

  .gk-collection__pagination-numbers {
    display: flex;
    gap: 0.5rem;
  }

  .gk-collection__pagination-number {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0.5rem;
    background: transparent;
    border: 1px solid var(--gk-border-color);
    color: var(--gk-text-primary);
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    transition: all 0.3s ease;
  }

  .gk-collection__pagination-number:hover {
    border-color: var(--gk-text-primary);
  }

  .gk-collection__pagination-number--current {
    background: var(--gk-text-primary);
    border-color: var(--gk-text-primary);
    color: var(--gk-bg-primary);
  }

  /* RTL: flip pagination arrows for التالي / السابق */
  [dir='rtl'] .gk-collection__pagination-btn svg {
    transform: scaleX(-1);
  }

  /* Touch device improvements - Disable all hover effects on mobile */
  @media (hover: none) and (pointer: coarse) {
    .gk-collection__product:hover {
      transform: none;
      box-shadow: none;
      border-color: var(--gk-border-color);
    }

    .gk-collection__product:active {
      opacity: 0.9;
      transform: scale(0.98);
      transition: opacity 0.1s ease, transform 0.1s ease;
    }

    .gk-collection__product:hover .gk-collection__image,
    .gk-collection__product:hover .gk-collection__image--primary,
    .gk-collection__product:hover .gk-collection__image--secondary {
      transform: none;
      opacity: 1;
    }

    .gk-collection__product:hover .gk-collection__image--secondary {
      opacity: 0;
    }

    .gk-collection__product:hover .gk-collection__cta {
      color: var(--gk-text-tertiary);
    }

    .gk-collection__product:hover .gk-collection__cta-arrow {
      transform: none;
    }

    [dir='rtl'] .gk-collection__cta-arrow {
      transform: scaleX(-1);
    }

    .gk-collection__pagination-btn:hover {
      opacity: 1;
      border-bottom-color: var(--gk-text-primary);
    }

    .gk-collection__pagination-number:hover {
      border-color: var(--gk-border-color);
    }
  }

  /* Disable hover effects on mobile screens */
  @media (max-width: 768px) {
    .gk-collection__product:hover {
      border-color: var(--gk-border-color);
      box-shadow: none;
    }

    .gk-collection__product:hover .gk-collection__image--primary {
      opacity: 1;
      transform: none;
    }

    .gk-collection__product:hover .gk-collection__image--secondary {
      opacity: 0;
      transform: none;
    }

    .gk-collection__product:hover
      .gk-collection__image:not(.gk-collection__image--primary):not(.gk-collection__image--secondary) {
      transform: none;
    }

    .gk-collection__product:hover .gk-collection__cta {
      color: var(--gk-text-tertiary);
    }

    .gk-collection__product:hover .gk-collection__cta-arrow {
      transform: none;
    }

    [dir='rtl'] .gk-collection__cta-arrow {
      transform: scaleX(-1);
    }

    .gk-collection__pagination-btn:hover {
      opacity: 1;
      border-bottom-color: var(--gk-text-primary);
    }

    .gk-collection__pagination-number:hover {
      border-color: var(--gk-border-color);
    }
  }

  /* Responsive Design */
  @media (max-width: 1024px) {
    .gk-collection__container {
      padding: 100px clamp(1.5rem, 5vw, 4rem) 60px;
    }

    .gk-collection__header {
      margin-bottom: 60px;
    }

    .gk-collection__grid {
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
      gap: 2rem;
    }

    .gk-collection__pagination {
      margin-top: 60px;
      padding-top: 50px;
    }
  }

  @media (max-width: 768px) {
    .gk-collection__container {
      padding: 80px clamp(1rem, 3vw, 2rem) 50px;
    }

    .gk-collection__header {
      margin-bottom: 50px;
    }

    .gk-collection__title {
      margin-bottom: 1rem;
      letter-spacing: 0.1em;
    }

    .gk-collection__grid {
      grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
      gap: 1.5rem;
    }

    .gk-collection__content {
      padding: 1.5rem;
    }

    .gk-collection__pagination {
      flex-wrap: wrap;
      gap: 0.75rem;
      margin-top: 50px;
      padding-top: 40px;
    }

    .gk-collection__pagination-btn {
      font-size: 0.8rem;
    }
  }

  @media (max-width: 640px) {
    .gk-collection__container {
      padding: 60px 1rem 40px;
    }

    .gk-collection__header {
      margin-bottom: 40px;
    }

    .gk-collection__tag-pills {
      margin-top: 1.5rem;
      gap: 0.4rem;
    }

    .gk-collection__tag-pill {
      padding: 0.4rem 1rem;
      font-size: 0.7rem;
    }

    .gk-collection__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
    }

    .gk-collection__content {
      padding: 1rem;
    }

    .gk-collection__pagination {
      margin-top: 40px;
      padding-top: 30px;
    }
  }

  @media (max-width: 480px) {
    .gk-collection__container {
      padding: 50px 0.75rem 30px;
    }

    .gk-collection__header {
      margin-bottom: 30px;
    }

    .gk-collection__description {
      font-size: 0.85rem;
    }

    .gk-collection__grid {
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }

    .gk-collection__product-title {
      font-size: 0.9rem;
    }

    .gk-collection__price-current {
      font-size: 1.1rem;
    }

    .gk-collection__cta {
      font-size: 0.7rem;
    }

    .gk-collection__pagination-numbers {
      flex-wrap: wrap;
    }

    .gk-collection__pagination-number {
      min-width: 35px;
      height: 35px;
      font-size: 0.75rem;
    }
  }

  @media (max-width: 360px) {
    .gk-collection__content {
      padding: 0.875rem;
    }

    .gk-collection__product-title {
      font-size: 0.85rem;
    }

    .gk-collection__price-current {
      font-size: 1rem;
    }
  }

  [dir='rtl'] .gk-collection [data-lang='ar'],
  [dir='rtl'] .gk-collection .gk-collection__title,
  [dir='rtl'] .gk-collection .gk-collection__badge-text,
  [dir='rtl'] .gk-collection .gk-collection__count-label {
    letter-spacing: 0;
    text-transform: none;
  }
/* END_SECTION:collection */

/* START_SECTION:collections-showcase (INDEX:9) */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600&display=swap');

  /* ── Section wrapper ──────────────────────────────────────────── */
  .gk-cs {
    position: relative;
    background: var(--gk-bg-primary);
    color: var(--gk-text-primary);
    width: 100%;
    padding: 120px 0;
    transition: background 0.5s ease, color 0.3s ease;
  }

  .gk-cs__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 clamp(1.5rem, 5vw, 4rem);
  }

  /* ── Header ───────────────────────────────────────────────────── */
  .gk-cs__header {
    text-align: center;
    margin-bottom: 80px;
  }

  .gk-cs__badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }

  .gk-cs__badge-line {
    width: 40px;
    height: 1px;
    background: var(--gk-border-color);
    transition: background 0.3s ease;
  }

  .gk-cs__badge-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gk-text-tertiary);
    transition: color 0.3s ease;
  }

  .gk-cs__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: clamp(2rem, 4vw, 3.5rem);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gk-text-primary);
    margin: 0 0 1.25rem;
    line-height: 1.2;
    transition: color 0.3s ease;
  }

  .gk-cs__title--arabic {
    font-family: 'Cairo', sans-serif;
    letter-spacing: 0.05em;
  }

  .gk-cs__subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.9rem, 1.5vw, 1.05rem);
    font-weight: 300;
    color: var(--gk-text-tertiary);
    line-height: 1.8;
    margin: 0 auto;
    max-width: 580px;
    transition: color 0.3s ease;
  }

  .gk-cs__subtitle--arabic {
    font-family: 'Cairo', sans-serif;
  }

  [dir='rtl'] .gk-cs__header {
    direction: rtl;
  }

  /* ── Grid ─────────────────────────────────────────────────────── */
  .gk-cs__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: clamp(1rem, 2.5vw, 2rem);
    margin-bottom: 80px;
  }

  /* Constrain wider grids on large screens */
  .gk-cs__grid--1 { grid-template-columns: minmax(0, 600px); justify-content: center; }
  .gk-cs__grid--2 { grid-template-columns: repeat(2, 1fr); }
  .gk-cs__grid--3 { grid-template-columns: repeat(3, 1fr); }
  .gk-cs__grid--4 { grid-template-columns: repeat(4, 1fr); }

  /* ── Card ─────────────────────────────────────────────────────── */
  .gk-cs__card {
    position: relative;
    background: var(--gk-bg-primary);
    border: 1px solid var(--gk-border-color);
    overflow: hidden;
    transition: border-color 0.35s ease, box-shadow 0.35s ease;
  }

  .gk-cs__card:hover {
    border-color: var(--gk-text-primary);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  }

  .gk-cs__card-link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
  }

  /* ── Image wrapper ────────────────────────────────────────────── */
  .gk-cs__image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--gk-bg-secondary);
    transition: background 0.3s ease;
  }

  .gk-cs__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .gk-cs__card:hover .gk-cs__image {
    transform: scale(1.06);
  }

  .gk-cs__image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gk-bg-secondary);
    transition: background 0.3s ease;
  }

  /* ── Hover overlay ────────────────────────────────────────────── */
  .gk-cs__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.35s ease;
  }

  .gk-cs__card:hover .gk-cs__overlay {
    opacity: 1;
  }

  .gk-cs__overlay-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 3px;
    transform: translateY(8px);
    transition: transform 0.35s ease, border-color 0.3s ease;
  }

  .gk-cs__card:hover .gk-cs__overlay-cta {
    transform: translateY(0);
  }

  .gk-cs__overlay-cta svg {
    transition: transform 0.3s ease;
  }

  .gk-cs__card:hover .gk-cs__overlay-cta svg {
    transform: translateX(4px);
  }

  [dir='rtl'] .gk-cs__overlay-cta svg {
    transform: scaleX(-1);
  }

  [dir='rtl'] .gk-cs__card:hover .gk-cs__overlay-cta svg {
    transform: scaleX(-1) translateX(-4px);
  }

  /* ── Card footer ──────────────────────────────────────────────── */
  .gk-cs__card-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: clamp(1rem, 2vw, 1.5rem) clamp(1rem, 2vw, 1.5rem);
    border-top: 1px solid var(--gk-border-color);
    transition: border-color 0.3s ease;
    flex-shrink: 0;
  }

  .gk-cs__card:hover .gk-cs__card-body {
    border-color: var(--gk-text-primary);
  }

  .gk-cs__card-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }

  .gk-cs__card-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.85rem, 1.5vw, 1rem);
    font-weight: 400;
    color: var(--gk-text-primary);
    margin: 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1.4;
    transition: color 0.3s ease;
  }

  [dir='rtl'] .gk-cs__card-title {
    font-family: 'Cairo', sans-serif;
    letter-spacing: 0;
  }

  .gk-cs__count {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 300;
    color: var(--gk-text-tertiary);
    letter-spacing: 0.05em;
    transition: color 0.3s ease;
  }

  [dir='rtl'] .gk-cs__count {
    font-family: 'Cairo', sans-serif;
  }

  .gk-cs__arrow {
    color: var(--gk-text-tertiary);
    transition: color 0.3s ease, transform 0.3s ease;
    flex-shrink: 0;
  }

  .gk-cs__card:hover .gk-cs__arrow {
    color: var(--gk-text-primary);
    transform: translateX(4px);
  }

  [dir='rtl'] .gk-cs__arrow {
    transform: scaleX(-1);
  }

  [dir='rtl'] .gk-cs__card:hover .gk-cs__arrow {
    transform: scaleX(-1) translateX(-4px);
  }

  /* ── Empty state ──────────────────────────────────────────────── */
  .gk-cs__empty {
    text-align: center;
    padding: 80px 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 300;
    color: var(--gk-text-tertiary);
    transition: color 0.3s ease;
  }

  /* ── Footer / View All ────────────────────────────────────────── */
  .gk-cs__footer {
    display: flex;
    justify-content: center;
    padding-top: 20px;
  }

  .gk-cs__view-all {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--gk-text-primary);
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    border-bottom: 1px solid var(--gk-text-primary);
    padding-bottom: 4px;
    transition: opacity 0.3s ease, border-color 0.3s ease;
  }

  .gk-cs__view-all:hover {
    opacity: 0.6;
    border-bottom-color: transparent;
  }

  .gk-cs__view-all svg {
    transition: transform 0.3s ease;
  }

  .gk-cs__view-all:hover svg {
    transform: translateX(6px);
  }

  [dir='rtl'] .gk-cs__view-all svg {
    transform: scaleX(-1);
  }

  [dir='rtl'] .gk-cs__view-all:hover svg {
    transform: scaleX(-1) translateX(-6px);
  }

  /* ── Touch / mobile hover reset ───────────────────────────────── */
  @media (hover: none) and (pointer: coarse) {
    .gk-cs__card:hover {
      border-color: var(--gk-border-color);
      box-shadow: none;
    }
    .gk-cs__card:hover .gk-cs__image { transform: none; }
    .gk-cs__card:hover .gk-cs__overlay { opacity: 0; }
    .gk-cs__card:hover .gk-cs__arrow { color: var(--gk-text-tertiary); transform: none; }
    .gk-cs__card:hover .gk-cs__card-body { border-color: var(--gk-border-color); }
    .gk-cs__card:active { opacity: 0.9; }
    .gk-cs__view-all:hover { opacity: 1; border-bottom-color: var(--gk-text-primary); }
    .gk-cs__view-all:hover svg { transform: none; }
    [dir='rtl'] .gk-cs__view-all:hover svg { transform: scaleX(-1); }
  }

  /* ── Responsive ───────────────────────────────────────────────── */
  @media (max-width: 1200px) {
    .gk-cs__grid--4 { grid-template-columns: repeat(3, 1fr); }
  }

  @media (max-width: 1024px) {
    .gk-cs { padding: 100px 0; }
    .gk-cs__header { margin-bottom: 60px; }
    .gk-cs__grid { margin-bottom: 60px; }
    .gk-cs__grid--3,
    .gk-cs__grid--4 { grid-template-columns: repeat(2, 1fr); }
  }

  @media (max-width: 768px) {
    .gk-cs { padding: 80px 0; }
    .gk-cs__header { margin-bottom: 50px; }
    .gk-cs__title { letter-spacing: 0.1em; }
    .gk-cs__grid,
    .gk-cs__grid--2,
    .gk-cs__grid--3,
    .gk-cs__grid--4 { grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-bottom: 50px; }
    .gk-cs__grid--1 { grid-template-columns: 1fr; }
    .gk-cs__card-body { padding: 1rem; }
    .gk-cs__view-all { font-size: 0.8rem; }
  }

  @media (max-width: 480px) {
    .gk-cs { padding: 60px 0; }
    .gk-cs__header { margin-bottom: 40px; }
    .gk-cs__grid,
    .gk-cs__grid--2,
    .gk-cs__grid--3,
    .gk-cs__grid--4 { grid-template-columns: repeat(2, 1fr); gap: 0.75rem; margin-bottom: 40px; }
    .gk-cs__card-title { font-size: 0.75rem; }
    .gk-cs__count { display: none; }
    .gk-cs__arrow svg { width: 16px; height: 16px; }
  }

  @media (max-width: 360px) {
    .gk-cs__grid,
    .gk-cs__grid--2,
    .gk-cs__grid--3,
    .gk-cs__grid--4 { grid-template-columns: 1fr; }
  }
/* END_SECTION:collections-showcase */

/* START_SECTION:collections (INDEX:10) */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');

  .gk-collection {
    position: relative;
    min-height: 100vh;
    background: var(--gk-bg-primary);
    color: var(--gk-text-primary);
    width: 100%;
    margin: 0;
    padding: 0;
    transition: background 0.5s ease, color 0.3s ease;
  }

  .gk-collection__bg-texture {
    display: none;
  }

  .gk-collection__container {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    padding: 120px clamp(1.5rem, 5vw, 4rem) 80px;
  }

  .gk-collection__header {
    text-align: center;
    margin-bottom: 80px;
  }

  .gk-collection__badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }

  .gk-collection__badge-line {
    width: 40px;
    height: 1px;
    background: var(--gk-border-color);
    transition: background 0.3s ease;
  }

  .gk-collection__badge-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    color: var(--gk-text-tertiary);
    text-transform: uppercase;
    transition: color 0.3s ease;
  }

  .gk-collection__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.2;
    margin: 0 0 1.5rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gk-text-primary);
    transition: color 0.3s ease;
  }

  .gk-collection__count {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }

  .gk-collection__count-number {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 300;
    color: var(--gk-text-primary);
    transition: color 0.3s ease;
  }

  .gk-collection__count-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 300;
    color: var(--gk-text-tertiary);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    transition: color 0.3s ease;
  }

  [dir='rtl'] .gk-collection__badge-text,
  [dir='rtl'] .gk-collection__title,
  [dir='rtl'] .gk-collection__count-label {
    font-family: 'Cairo', sans-serif;
  }

  .gk-collection__products {
    margin-bottom: 0;
  }

  .gk-collection__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: clamp(1.5rem, 3vw, 3rem);
  }

  .gk-collection__product {
    position: relative;
    background: var(--gk-bg-primary);
    border: 1px solid var(--gk-border-color);
    overflow: hidden;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
  }

  .gk-collection__product:hover {
    border-color: var(--gk-text-primary);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  }

  .gk-collection__product-link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
  }

  .gk-collection__image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background: var(--gk-bg-secondary);
    overflow: hidden;
    transition: background 0.3s ease;
  }

  .gk-collection__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease, opacity 0.3s ease;
  }

  .gk-collection__image--primary {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 1;
  }

  .gk-collection__product-link:hover .gk-collection__image {
    transform: scale(1.05);
  }

  .gk-collection__image-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gk-bg-secondary);
    transition: background 0.3s ease;
  }

  .gk-collection__overlay {
    display: none;
  }

  .gk-collection__shine {
    display: none;
  }

  .gk-collection__content {
    padding: clamp(1.25rem, 2.5vw, 2rem);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex-grow: 1;
  }

  .gk-collection__product-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.95rem, 1.5vw, 1.1rem);
    font-weight: 400;
    color: var(--gk-text-primary);
    margin: 0;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
  }

  .gk-collections-list__desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 300;
    color: var(--gk-text-tertiary);
    margin: 0;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
  }

  .gk-collection__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0;
    background: transparent;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--gk-text-tertiary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    margin-top: auto;
  }

  .gk-collection__product-link:hover .gk-collection__cta {
    color: var(--gk-text-primary);
  }

  .gk-collection__cta-text {
    display: inline;
  }

  .gk-collection__cta-arrow {
    transition: transform 0.3s ease;
  }

  .gk-collection__product-link:hover .gk-collection__cta-arrow {
    transform: translateX(4px);
  }

  [dir='rtl'] .gk-collection__cta-arrow {
    transform: scaleX(-1);
  }

  [dir='rtl'] .gk-collection__product-link:hover .gk-collection__cta-arrow {
    transform: scaleX(-1) translateX(-4px);
  }

  [dir='rtl'] .gk-collection__product-title,
  [dir='rtl'] .gk-collections-list__desc,
  [dir='rtl'] .gk-collection__cta {
    font-family: 'Cairo', sans-serif;
  }

  @media (hover: none) and (pointer: coarse) {
    .gk-collection__product:hover {
      transform: none;
      box-shadow: none;
      border-color: var(--gk-border-color);
    }
    .gk-collection__product-link:active {
      opacity: 0.9;
    }
    .gk-collection__product-link:hover .gk-collection__image {
      transform: none;
    }
    .gk-collection__product-link:hover .gk-collection__cta {
      color: var(--gk-text-tertiary);
    }
    .gk-collection__product-link:hover .gk-collection__cta-arrow {
      transform: none;
    }
    [dir='rtl'] .gk-collection__cta-arrow {
      transform: scaleX(-1);
    }
  }

  @media (max-width: 1024px) {
    .gk-collection__container {
      padding: 100px clamp(1.5rem, 5vw, 4rem) 60px;
    }
    .gk-collection__header {
      margin-bottom: 60px;
    }
    .gk-collection__grid {
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
      gap: 2rem;
    }
  }

  @media (max-width: 768px) {
    .gk-collection__container {
      padding: 80px clamp(1rem, 3vw, 2rem) 50px;
    }
    .gk-collection__header {
      margin-bottom: 50px;
    }
    .gk-collection__title {
      margin-bottom: 1rem;
      letter-spacing: 0.1em;
    }
    .gk-collection__grid {
      grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
      gap: 1.5rem;
    }
    .gk-collection__content {
      padding: 1.5rem;
    }
  }

  @media (max-width: 640px) {
    .gk-collection__container {
      padding: 60px 1rem 40px;
    }
    .gk-collection__header {
      margin-bottom: 40px;
    }
    .gk-collection__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
    }
    .gk-collection__content {
      padding: 1rem;
    }
  }

  @media (max-width: 480px) {
    .gk-collection__container {
      padding: 50px 0.75rem 30px;
    }
    .gk-collection__header {
      margin-bottom: 30px;
    }
    .gk-collection__grid {
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }
    .gk-collection__product-title {
      font-size: 0.9rem;
    }
    .gk-collection__cta {
      font-size: 0.7rem;
    }
  }
/* END_SECTION:collections */

/* START_SECTION:contact-page (INDEX:11) */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700&display=swap');

  .gk-contact {
    position: relative;
    min-height: 100vh;
    background: var(--gk-bg-primary);
    color: var(--gk-text-primary);
    padding: 120px 0 80px;
    transition: background 0.5s ease, color 0.3s ease;
  }

  .gk-contact__bg-grid {
    display: none;
  }

  .gk-contact__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 clamp(1.5rem, 5vw, 4rem);
    position: relative;
  }

  /* Hero Section */
  .gk-contact__hero {
    text-align: center;
    margin-bottom: 4rem;
  }

  .gk-contact__title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 300;
    color: var(--gk-text-primary);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    line-height: 1.2;
    transition: color 0.3s ease;
  }

  .gk-contact__title[data-lang='ar'] {
    font-family: 'Cairo', sans-serif;
    letter-spacing: 0.05em;
  }

  .gk-contact__subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.95rem, 1.5vw, 1.1rem);
    color: var(--gk-text-tertiary);
    font-weight: 300;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.8;
    transition: color 0.3s ease;
  }

  .gk-contact__subtitle[data-lang='ar'] {
    font-family: 'Cairo', sans-serif;
  }

  /* Contact Grid */
  .gk-contact__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
  }

  .gk-contact__info-card {
    background: transparent;
    border: 1px solid var(--gk-border-color);
    padding: 2.5rem 2rem;
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .gk-contact__info-card:hover {
    border-color: var(--gk-text-primary);
  }

  .gk-contact__card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    background: transparent;
    border: 1px solid var(--gk-border-color);
    color: var(--gk-text-primary);
    transition: all 0.3s ease;
  }

  .gk-contact__info-card:hover .gk-contact__card-icon {
    border-color: var(--gk-text-primary);
  }

  .gk-contact__info-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: var(--gk-text-primary);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin: 0;
    transition: color 0.3s ease;
  }

  .gk-contact__emails {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
  }

  .gk-contact__emails .gk-contact__link {
    display: inline-block;
  }

  .gk-contact__card-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    cursor: pointer;
  }

  .gk-contact__card-link:hover .gk-contact__card-icon--whatsapp {
    border-color: #25D366;
    color: #25D366;
  }

  .gk-contact__card-icon--whatsapp {
    color: #25D366;
  }

  .gk-contact__phone-display {
    cursor: pointer;
  }

  .gk-contact__info-card h3[data-lang='ar'] {
    font-family: 'Cairo', sans-serif;
  }

  .gk-contact__link {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: var(--gk-text-primary);
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.02em;
  }

  .gk-contact__detail {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    color: var(--gk-text-tertiary);
    line-height: 1.6;
    margin: 0;
    transition: color 0.3s ease;
  }

  .gk-contact__detail[data-lang='ar'] {
    font-family: 'Cairo', sans-serif;
  }

  .gk-contact__support-paths {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 4rem;
    padding: clamp(1.5rem, 3vw, 2.25rem);
    border: 1px solid rgba(197, 165, 117, 0.24);
    background: rgba(255, 255, 255, 0.035);
  }

  .gk-contact__support-copy {
    min-width: 0;
  }

  .gk-contact__eyebrow {
    margin: 0 0 0.5rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(197, 165, 117, 0.92);
  }

  .gk-contact__eyebrow[data-lang='ar'] {
    font-family: 'Cairo', sans-serif;
    letter-spacing: 0;
  }

  .gk-contact__support-copy h2 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.15rem, 2vw, 1.65rem);
    font-weight: 400;
    line-height: 1.25;
    color: var(--gk-text-primary);
  }

  .gk-contact__support-copy h2[data-lang='ar'] {
    font-family: 'Cairo', sans-serif;
  }

  .gk-contact__support-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    flex-wrap: wrap;
  }

  .gk-contact__support-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.85rem;
    padding: 0.75rem 1rem;
    border: 1px solid var(--gk-border-color);
    color: var(--gk-text-primary);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    transition: border-color 0.25s ease, background 0.25s ease;
  }

  .gk-contact__support-action:hover {
    border-color: rgba(197, 165, 117, 0.7);
    background: rgba(197, 165, 117, 0.1);
  }

  .gk-contact__support-action[data-lang='ar'] {
    font-family: 'Cairo', sans-serif;
    letter-spacing: 0;
    text-transform: none;
  }

  /* Map Section */
  .gk-contact__map {
    overflow: hidden;
    border: 1px solid var(--gk-border-color);
    transition: all 0.3s ease;
  }

  .gk-contact__map iframe {
    display: block;
    filter: grayscale(0.2) contrast(1.1);
  }

  /* Responsive Design */
  /* Large Tablets & Small Desktops */
  @media (max-width: 1024px) {
    .gk-contact {
      padding: 100px 0 60px;
    }

    .gk-contact__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem;
    }

    .gk-contact__support-paths {
      align-items: flex-start;
      flex-direction: column;
    }

    .gk-contact__support-actions {
      justify-content: flex-start;
    }
  }

  /* Tablets */
  @media (max-width: 768px) {
    .gk-contact {
      padding: 80px 0 50px;
    }

    .gk-contact__grid {
      grid-template-columns: 1fr;
      gap: 1.5rem;
      margin-bottom: 3rem;
    }

    .gk-contact__hero {
      margin-bottom: 3rem;
    }

    .gk-contact__title {
      font-size: clamp(2rem, 8vw, 3rem);
      margin-bottom: 0.8rem;
    }

    .gk-contact__subtitle {
      font-size: 0.95rem;
      padding: 0 1rem;
    }

    .gk-contact__info-card {
      padding: 2rem 1.5rem;
    }

    .gk-contact__info-card h3 {
      font-size: 1rem;
    }

    .gk-contact__link {
      font-size: 0.9rem;
      word-break: break-word;
    }

    .gk-contact__detail {
      font-size: 0.85rem;
    }

    .gk-contact__support-paths {
      margin-bottom: 3rem;
    }

    .gk-contact__bg-grid {
      background-size: 40px 40px;
    }

    .gk-contact__map iframe {
      height: 350px;
    }
  }

  /* Mobile Devices */
  @media (max-width: 480px) {
    .gk-contact {
      padding: 60px 0 40px;
    }

    .gk-contact__hero {
      margin-bottom: 2.5rem;
    }

    .gk-contact__title {
      font-size: clamp(1.75rem, 10vw, 2.5rem);
      letter-spacing: 0.03em;
    }

    .gk-contact__subtitle {
      font-size: 0.9rem;
      padding: 0 0.5rem;
      line-height: 1.5;
    }

    .gk-contact__grid {
      gap: 1.25rem;
      margin-bottom: 2.5rem;
    }

    .gk-contact__info-card {
      padding: 1.75rem 1.25rem;
      border-radius: 12px;
      gap: 0.8rem;
    }

    .gk-contact__card-icon {
      width: 52px;
      height: 52px;
      margin-bottom: 0.75rem;
    }

    .gk-contact__card-icon svg {
      width: 28px;
      height: 28px;
    }

    .gk-contact__info-card h3 {
      font-size: 0.95rem;
      letter-spacing: 0.06em;
    }

    .gk-contact__link {
      font-size: 0.85rem;
    }

    .gk-contact__detail {
      font-size: 0.8rem;
    }

    .gk-contact__bg-grid {
      background-size: 30px 30px;
    }

    .gk-contact__map {
      border-radius: 12px;
    }

    .gk-contact__map iframe {
      height: 300px;
    }

    .gk-contact__support-actions {
      width: 100%;
    }

    .gk-contact__support-action {
      flex: 1 1 100%;
      width: 100%;
    }
  }

  /* Extra Small Devices */
  @media (max-width: 360px) {
    .gk-contact {
      padding: 4.5rem 0 2rem;
    }

    .gk-contact__container {
      padding: 0 0.75rem;
    }

    .gk-contact__title {
      font-size: clamp(1.5rem, 12vw, 2rem);
    }

    .gk-contact__subtitle {
      font-size: 0.85rem;
    }

    .gk-contact__info-card {
      padding: 1.5rem 1rem;
    }

    .gk-contact__card-icon {
      width: 48px;
      height: 48px;
    }

    .gk-contact__card-icon svg {
      width: 24px;
      height: 24px;
    }

    .gk-contact__info-card h3 {
      font-size: 0.9rem;
    }

    .gk-contact__link {
      font-size: 0.8rem;
    }

    .gk-contact__detail {
      font-size: 0.75rem;
    }
  }

  /* Landscape orientation for mobile */
  @media (max-height: 600px) and (orientation: landscape) {
    .gk-contact {
      padding: 3rem 0 2rem;
    }

    .gk-contact__hero {
      margin-bottom: 2rem;
    }

    .gk-contact__title {
      font-size: 2rem;
      margin-bottom: 0.5rem;
    }

    .gk-contact__subtitle {
      font-size: 0.9rem;
    }

    .gk-contact__grid {
      grid-template-columns: repeat(2, 1fr);
      margin-bottom: 2rem;
    }

    .gk-contact__info-card {
      padding: 1.5rem 1rem;
    }
  }

  [dir='rtl'] .gk-contact__title[data-lang='ar'] {
    font-size: clamp(2rem, 3.8vw, 3.8rem);
    line-height: 1.24;
    letter-spacing: 0;
    text-transform: none;
  }

  [dir='rtl'] .gk-contact__subtitle[data-lang='ar'] {
    letter-spacing: 0;
  }

  @media (max-width: 780px) {
    [dir='rtl'] .gk-contact__title[data-lang='ar'] {
      font-size: clamp(1.8rem, 8vw, 2.75rem);
      line-height: 1.32;
    }
  }
/* END_SECTION:contact-page */

/* START_SECTION:custom-section (INDEX:12) */
.custom-section {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .custom-section__background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
  }
  .custom-section__background img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .custom-section__content {
    display: grid;
    grid-template-columns: var(--content-grid);
  }
  .custom-section__content > * {
    grid-column: 2;
  }
/* END_SECTION:custom-section */

/* START_SECTION:featured-products (INDEX:13) */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700&display=swap');

  .gk-featured {
    position: relative;
    background: var(--gk-bg-primary);
    padding: 120px 0;
    width: 100%;
    transition: background 0.5s ease;
  }

  .gk-featured__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 clamp(1.5rem, 5vw, 4rem);
    width: 100%;
  }

  /* Section Header */
  .gk-featured__header {
    text-align: center;
    margin-bottom: 80px;
  }

  .gk-featured__title-link {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    transition: opacity 0.3s ease;
  }

  .gk-featured__title-link:hover {
    opacity: 0.7;
  }

  .gk-featured__title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 300;
    margin: 0 0 1.5rem 0;
    letter-spacing: 0.15em;
    color: var(--gk-text-primary);
    text-transform: uppercase;
    transition: color 0.3s ease;
  }

  .gk-featured__title--arabic {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
    letter-spacing: 0.05em;
  }

  .gk-featured__subtitle-wrapper {
    max-width: 600px;
    margin: 0 auto;
  }

  .gk-featured__subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.95rem, 1.5vw, 1.1rem);
    font-weight: 300;
    color: var(--gk-text-tertiary);
    line-height: 1.8;
    margin: 0;
    transition: color 0.3s ease;
  }

  .gk-featured__subtitle--arabic {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
  }

  .gk-featured__proof {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin: 1.5rem auto 0;
    max-width: 760px;
  }

  .gk-featured__proof span {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    padding: 0.35rem 0.65rem;
    border: 1px solid var(--gk-border-color);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.25;
    text-transform: uppercase;
    color: var(--gk-text-tertiary);
  }

  .gk-featured__proof--arabic span {
    font-family: 'Cairo', sans-serif;
    letter-spacing: 0;
    direction: rtl;
  }

  /* RTL Support for Arabic */
  [dir='rtl'] .gk-featured__header {
    direction: rtl;
  }

  [dir='rtl'] .gk-featured__learn-more svg {
    transform: scaleX(-1);
  }

  [dir='rtl'] .gk-featured__product-card:hover .gk-featured__learn-more svg {
    transform: scaleX(-1) translateX(-2px);
  }

  [dir='rtl'] .gk-featured__view-all svg {
    transform: scaleX(-1);
  }

  [dir='rtl'] .gk-featured__view-all:hover svg {
    transform: scaleX(-1) translateX(-8px);
  }

  /* Products Grid */
  .gk-featured__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(1.5rem, 3vw, 3rem);
    margin-bottom: 80px;
  }

  .gk-featured__item {
    position: relative;
  }

  .gk-featured__product-link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
  }

  /* Product Card */
  .gk-featured__product-card {
    position: relative;
    background: var(--gk-bg-primary);
    border: 1px solid var(--gk-border-color);
    overflow: hidden;
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .gk-featured__product-card:hover {
    border-color: var(--gk-text-primary);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  }

  /* Product Image */
  .gk-featured__image-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 50% 38%, var(--gk-card-hover) 0%, var(--gk-bg-secondary) 64%);
    transition: background 0.3s ease;
  }

  .gk-featured__image {
    width: 86%;
    height: 86%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.6s ease, opacity 0.3s ease;
  }

  /* Stack images on top of each other */
  .gk-featured__image--primary,
  .gk-featured__image--secondary {
    position: absolute;
    top: 7%;
    left: 7%;
    width: 86%;
    height: 86%;
  }

  .gk-featured__image--primary {
    opacity: 1;
    z-index: 1;
  }

  .gk-featured__image--secondary {
    opacity: 0;
    z-index: 2;
  }

  /* On hover: fade in secondary image and scale both */
  .gk-featured__product-card:hover .gk-featured__image--primary {
    opacity: 0;
    transform: scale(1.03);
  }

  .gk-featured__product-card:hover .gk-featured__image--secondary {
    opacity: 1;
    transform: scale(1.03);
  }

  /* Fallback for single image products */
  .gk-featured__product-card:hover
    .gk-featured__image:not(.gk-featured__image--primary):not(.gk-featured__image--secondary) {
    transform: scale(1.03);
  }

  .gk-featured__placeholder {
    width: 100%;
    height: 100%;
    background: var(--gk-bg-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gk-text-muted);
    transition: background 0.3s ease;
  }

  /* Product Content */
  .gk-featured__content {
    padding: clamp(1.25rem, 2.5vw, 2rem);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex-grow: 1;
  }

  .gk-featured__product-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.95rem, 1.5vw, 1.1rem);
    font-weight: 400;
    color: var(--gk-text-primary);
    margin: 0;
    letter-spacing: 0.02em;
    line-height: 1.5;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
  }

  /* Product Description */
  .gk-featured__description {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 300;
    color: var(--gk-text-tertiary);
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
  }

  .gk-featured__details {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.68rem;
    font-weight: 400;
    color: var(--gk-text-muted);
    letter-spacing: 0.08em;
    line-height: 1.35;
    text-transform: uppercase;
  }

  [dir='rtl'] .gk-featured__details {
    font-family: 'Cairo', sans-serif;
    letter-spacing: 0;
    direction: rtl;
    text-align: right;
  }

  /* Pricing */
  .gk-featured__price-wrapper {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: auto;
    padding-top: 0.5rem;
  }

  .gk-featured__price {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    font-weight: 400;
    color: var(--gk-text-primary);
    white-space: nowrap;
    transition: color 0.3s ease;
  }

  .gk-featured__price--sale {
    color: var(--gk-text-primary);
  }

  .gk-featured__price--compare {
    font-size: 0.9rem;
    font-weight: 300;
    color: var(--gk-text-muted);
    text-decoration: line-through;
    white-space: nowrap;
    transition: color 0.3s ease;
  }

  /* Learn More Button */
  .gk-featured__learn-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0;
    background: transparent;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--gk-text-tertiary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    margin-left: auto;
  }

  .gk-featured__product-card:hover .gk-featured__learn-more {
    color: var(--gk-text-primary);
  }

  .gk-featured__learn-more svg {
    transition: transform 0.3s ease;
  }

  .gk-featured__product-card:hover .gk-featured__learn-more svg {
    transform: translateX(4px);
  }

  /* Footer - View All */
  .gk-featured__footer {
    text-align: center;
    margin-top: 40px;
  }

  .gk-featured__view-all {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--gk-text-primary);
    color: var(--gk-text-primary);
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    transition: all 0.3s ease;
    padding-bottom: 4px;
  }

  .gk-featured__view-all:hover {
    opacity: 0.6;
    border-bottom-color: transparent;
  }

  .gk-featured__tax-note {
    margin: 1rem auto 0;
    max-width: 560px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.78rem;
    font-weight: 300;
    line-height: 1.6;
    color: var(--gk-text-tertiary);
  }

  [dir='rtl'] .gk-featured__tax-note {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
  }

  .gk-featured__view-all svg {
    transition: transform 0.3s ease;
  }

  .gk-featured__view-all:hover svg {
    transform: translateX(6px);
  }

  /* Touch device improvements - Disable all hover effects on mobile */
  @media (hover: none) and (pointer: coarse) {
    .gk-featured__product-card:hover {
      transform: none;
      box-shadow: none;
      border-color: var(--gk-border-color);
    }

    .gk-featured__product-card:active {
      opacity: 0.9;
      transform: scale(0.98);
      transition: opacity 0.1s ease, transform 0.1s ease;
    }

    .gk-featured__product-card:hover .gk-featured__image,
    .gk-featured__product-card:hover .gk-featured__image--primary,
    .gk-featured__product-card:hover .gk-featured__image--secondary {
      transform: none;
      opacity: 1;
    }

    .gk-featured__product-card:hover .gk-featured__image--secondary {
      opacity: 0;
    }

    .gk-featured__product-card:hover .gk-featured__learn-more {
      color: var(--gk-text-tertiary);
    }

    .gk-featured__product-card:hover .gk-featured__learn-more svg {
      transform: none;
    }

    [dir='rtl'] .gk-featured__product-card:hover .gk-featured__learn-more svg {
      transform: scaleX(-1);
    }

    .gk-featured__view-all:hover {
      opacity: 1;
      border-bottom-color: var(--gk-text-primary);
    }

    .gk-featured__view-all:hover svg {
      transform: none;
    }

    [dir='rtl'] .gk-featured__view-all:hover svg {
      transform: scaleX(-1);
    }

    .gk-featured__view-all:active {
      opacity: 0.6;
    }
  }

  /* Disable hover effects on mobile screens */
  @media (max-width: 768px) {
    .gk-featured__product-card:hover {
      border-color: var(--gk-border-color);
      box-shadow: none;
    }

    .gk-featured__product-card:hover .gk-featured__image--primary {
      opacity: 1;
      transform: none;
    }

    .gk-featured__product-card:hover .gk-featured__image--secondary {
      opacity: 0;
      transform: none;
    }

    .gk-featured__product-card:hover
      .gk-featured__image:not(.gk-featured__image--primary):not(.gk-featured__image--secondary) {
      transform: none;
    }

    .gk-featured__product-card:hover .gk-featured__learn-more {
      color: var(--gk-text-tertiary);
    }

    .gk-featured__product-card:hover .gk-featured__learn-more svg {
      transform: none;
    }

    [dir='rtl'] .gk-featured__product-card:hover .gk-featured__learn-more svg {
      transform: scaleX(-1);
    }

    .gk-featured__view-all:hover {
      opacity: 1;
      border-bottom-color: var(--gk-text-primary);
    }

    .gk-featured__view-all:hover svg {
      transform: none;
    }

    [dir='rtl'] .gk-featured__view-all:hover svg {
      transform: scaleX(-1);
    }
  }

  /* Empty State */
  .gk-featured__empty {
    text-align: center;
    padding: 60px 20px;
    color: var(--gk-text-tertiary);
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    transition: color 0.3s ease;
  }

  /* Responsive Design */
  @media (max-width: 1024px) {
    .gk-featured {
      padding: 100px 0;
    }

    .gk-featured__header {
      margin-bottom: 60px;
    }

    .gk-featured__grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 2rem;
      margin-bottom: 60px;
    }
  }

  @media (max-width: 768px) {
    .gk-featured {
      padding: 80px 0;
    }

    .gk-featured__header {
      margin-bottom: 50px;
    }

    .gk-featured__title {
      margin-bottom: 1rem;
      letter-spacing: 0.1em;
    }

    .gk-featured__subtitle {
      font-size: 0.95rem;
    }

    .gk-featured__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem;
      margin-bottom: 50px;
    }

    .gk-featured__content {
      padding: 1.5rem;
    }

    .gk-featured__view-all {
      font-size: 0.85rem;
    }
  }

  @media (max-width: 640px) {
    .gk-featured {
      padding: 60px 0;
    }

    .gk-featured__header {
      margin-bottom: 40px;
    }

    .gk-featured__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
      margin-bottom: 40px;
    }

    .gk-featured__image-wrapper {
      aspect-ratio: 1 / 1;
    }

    .gk-featured__content {
      padding: 1rem;
      gap: 0.625rem;
    }

    .gk-featured__product-title {
      font-size: 0.875rem;
    }

    .gk-featured__description {
      font-size: 0.8rem;
      -webkit-line-clamp: 2;
      line-clamp: 2;
    }

    .gk-featured__view-all {
      font-size: 0.8rem;
    }
  }

  @media (max-width: 480px) {
    .gk-featured {
      padding: 50px 0;
    }

    .gk-featured__header {
      margin-bottom: 30px;
    }

    .gk-featured__subtitle {
      font-size: 0.85rem;
    }

    .gk-featured__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 0.875rem;
      margin-bottom: 30px;
    }

    .gk-featured__image-wrapper {
      aspect-ratio: 1 / 1;
    }

    .gk-featured__product-title {
      font-size: 0.85rem;
    }

    .gk-featured__description {
      font-size: 0.75rem;
      -webkit-line-clamp: 1;
      line-clamp: 1;
    }

    .gk-featured__price {
      font-size: 1rem;
    }

    .gk-featured__learn-more {
      font-size: 0.65rem;
    }

    .gk-featured__view-all {
      font-size: 0.75rem;
    }

    .gk-featured__view-all svg {
      width: 20px;
      height: 20px;
    }
  }

  @media (max-width: 360px) {
    .gk-featured {
      padding: 40px 0;
    }

    .gk-featured__grid {
      gap: 0.75rem;
    }

    .gk-featured__content {
      padding: 0.875rem;
      gap: 0.5rem;
    }

    .gk-featured__product-title {
      font-size: 0.8rem;
      -webkit-line-clamp: 2;
      line-clamp: 2;
    }

    .gk-featured__description {
      display: none;
    }

    .gk-featured__price {
      font-size: 0.95rem;
    }

    .gk-featured__price--compare {
      font-size: 0.8rem;
    }

    .gk-featured__learn-more {
      font-size: 0.6rem;
    }
  }
/* END_SECTION:featured-products */

/* START_SECTION:footer (INDEX:14) */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700&display=swap');

  .gk-footer {
    position: relative;
    background: var(--gk-bg-primary);
    border-top: 1px solid var(--gk-border-color);
    padding: 4rem 0 0;
    overflow: hidden;
    transition: background 0.5s ease, border-color 0.5s ease;
  }

  .gk-footer__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
  }

  /* Main Footer - shop-first category, support, and compliance layout */
  .gk-footer__main {
    display: grid;
    grid-template-columns: minmax(260px, 1.55fr) minmax(160px, 1fr) minmax(170px, 1fr) minmax(150px, 0.9fr) minmax(170px, 1fr);
    gap: clamp(2rem, 3vw, 3rem);
    padding-bottom: 3rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--gk-border-color);
    transition: border-color 0.5s ease;
    width: 100%;
    align-items: start;
  }

  /* Brand Column */
  .gk-footer__brand {
    min-width: 0;
  }

  .gk-footer__logo {
    margin-bottom: 1.5rem;
  }

  .gk-footer__logo-img {
    max-height: 50px;
    width: auto;
  }

  /* Logo theme switching */
  .gk-footer__logo-img--light {
    display: block;
  }

  .gk-footer__logo-img--dark {
    display: none;
  }

  /* Show dark logo when in dark mode */
  [data-theme='dark'] .gk-footer__logo-img--light,
  body.dark-mode .gk-footer__logo-img--light {
    display: none;
  }

  [data-theme='dark'] .gk-footer__logo-img--dark,
  body.dark-mode .gk-footer__logo-img--dark {
    display: block;
  }

  /* Fallback: Use CSS prefers-color-scheme if no explicit theme is set */
  @media (prefers-color-scheme: dark) {
    :root:not([data-theme='light']) .gk-footer__logo-img--light {
      display: none;
    }

    :root:not([data-theme='light']) .gk-footer__logo-img--dark {
      display: block;
    }
  }

  .gk-footer__logo-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.75rem;
    font-weight: 300;
    color: var(--gk-text-primary);
    margin: 0;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    transition: color 0.3s ease;
  }

  .gk-footer__tagline {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: var(--gk-text-primary);
    margin: 0 0 1rem 0;
    letter-spacing: 0.05em;
    transition: color 0.3s ease;
  }

  .gk-footer__tagline--arabic {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
    letter-spacing: 0;
  }

  .gk-footer__description {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    color: var(--gk-text-tertiary);
    line-height: 1.7;
    margin: 0 0 2rem 0;
    transition: color 0.3s ease;
  }

  .gk-footer__description--arabic {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
    text-align: right;
    letter-spacing: 0;
  }

  .gk-footer__trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    max-width: 25rem;
  }

  .gk-footer__trust-pill {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.45rem 0.65rem;
    border: 1px solid rgba(197, 165, 117, 0.24);
    background: rgba(255, 255, 255, 0.04);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.72rem;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--gk-text-primary);
  }

  .gk-footer__trust-pill span[data-lang='ar'] {
    font-family: 'Cairo', sans-serif;
    letter-spacing: 0;
  }

  /* Navigation */
  .gk-footer__nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
    min-width: 0;
  }

  .gk-footer__nav-column {
    display: flex;
    flex-direction: column;
    min-width: 0;
  }

  .gk-footer__nav-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    color: var(--gk-text-primary);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin: 0 0 1rem 0;
    transition: color 0.3s ease;
  }

  .gk-footer__nav-title--arabic {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
    text-align: right;
    letter-spacing: 0;
    text-transform: none;
  }

  .gk-footer__nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  .gk-footer__nav-note {
    max-width: 13rem;
    min-height: 2.85rem;
    margin: 0 0 1.25rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.78rem;
    font-weight: 300;
    line-height: 1.55;
    color: var(--gk-text-tertiary);
  }

  .gk-footer__nav-note span[data-lang='ar'] {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
    text-align: right;
    letter-spacing: 0;
  }

  .gk-footer__nav-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    color: var(--gk-text-tertiary);
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-block;
  }

  .gk-footer__nav-link:hover {
    color: var(--gk-text-primary);
  }

  .gk-footer__nav-link--featured {
    color: var(--gk-text-primary);
    font-weight: 500;
  }

  .gk-footer__nav-link--featured::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 0.2rem;
    background: rgba(197, 165, 117, 0.62);
    transform-origin: left center;
    transition: transform 0.25s ease;
  }

  [dir='rtl'] .gk-footer__nav-link--featured::after,
  .gk-footer__nav-link--featured[data-lang='ar']::after {
    transform-origin: right center;
  }

  /* Arabic link styling */
  [dir='rtl'] .gk-footer__nav-link,
  .gk-footer__nav-link[data-lang='ar'] {
    font-family: 'Cairo', sans-serif;
    text-align: right;
  }

  [dir='rtl'] .gk-footer__nav-column,
  .gk-footer__nav-column:has([data-lang='ar'][style*='block']) {
    text-align: right;
  }

  /* Social Media Vertical Links */
  .gk-footer__social-vertical {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .gk-footer__social-vertical-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    color: var(--gk-text-tertiary);
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 0.5rem 0;
  }

  .gk-footer__social-vertical-link:hover {
    color: var(--gk-text-primary);
    transform: translateX(3px);
  }

  [dir='rtl'] .gk-footer__social-vertical-link:hover {
    transform: translateX(-3px);
  }

  .gk-footer__social-vertical-link svg {
    flex-shrink: 0;
  }

  .gk-footer__social-vertical-link span[data-lang='ar'] {
    font-family: 'Cairo', sans-serif;
  }

  .gk-footer__phone-number {
    direction: ltr;
    unicode-bidi: isolate;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    white-space: nowrap;
  }

  .gk-footer__brand-inline {
    direction: ltr;
    unicode-bidi: isolate;
    white-space: nowrap;
  }

  [dir='rtl'] .gk-footer__social-vertical-link {
    justify-content: flex-start;
    text-align: right;
  }

  /* Bottom Bar */
  .gk-footer__bottom {
    padding: 2rem 0 0.75rem;
  }

  .gk-footer__bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
  }

  .gk-footer__copyright {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    color: var(--gk-text-tertiary);
    margin: 0;
  }

  .gk-footer__copyright--arabic {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
  }

  .gk-footer__legal {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    flex-wrap: wrap;
  }

  .gk-footer__compliance {
    display: flex;
    align-items: center;
  }

  .gk-footer__trust-mark {
    display: inline-flex;
    min-height: 3.1rem;
    align-items: center;
    gap: 0.65rem;
    padding: 0.45rem 0.65rem;
    border: 1px solid rgba(197, 165, 117, 0.24);
    background: rgba(255, 255, 255, 0.045);
    font-family: 'Montserrat', sans-serif;
    color: var(--gk-text-primary);
    text-decoration: none;
    transition: border-color 0.25s ease, background 0.25s ease;
  }

  .gk-footer__trust-mark:hover {
    border-color: rgba(197, 165, 117, 0.55);
    background: rgba(255, 255, 255, 0.07);
  }

  .gk-footer__trust-mark-image {
    display: block;
    width: auto;
    max-width: 58px;
    height: auto;
    max-height: 24px;
    padding: 0.12rem;
    background: rgba(255, 255, 255, 0.94);
    object-fit: contain;
  }

  .gk-footer__trust-mark-label {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.25;
    text-transform: uppercase;
    color: var(--gk-text-primary);
  }

  .gk-footer__payment-icons {
    display: flex;
    gap: 0.55rem;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .gk-footer__payment-icons li {
    min-height: 3.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.45rem;
    border: 1px solid rgba(197, 165, 117, 0.2);
    background: rgba(255, 255, 255, 0.045);
  }

  .gk-footer__payment-icon {
    display: block;
    width: auto;
    max-width: 56px;
    height: auto;
    max-height: 24px;
    padding: 0.08rem;
    background: rgba(255, 255, 255, 0.94);
    object-fit: contain;
  }

  .gk-footer__payment-icon--tamara {
    max-width: 64px;
  }

  .gk-footer__payment-brand {
    width: 56px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.08rem;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.94);
    color: #111;
    line-height: 1;
  }

  .gk-footer__payment-brand--visa {
    color: #1a1f71;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    font-style: italic;
    text-transform: uppercase;
  }

  .gk-footer__payment-brand--mastercard {
    position: relative;
    gap: 0;
    overflow: hidden;
  }

  .gk-footer__payment-brand-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: block;
  }

  .gk-footer__payment-brand-dot--red {
    background: #eb001b;
    margin-right: -4px;
    z-index: 1;
  }

  .gk-footer__payment-brand-dot--yellow {
    background: #f79e1b;
  }

  .gk-footer__payment-brand-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .gk-footer__payment-brand--tabby {
    background: linear-gradient(90deg, #3bff9d 0%, #3bffc8 100%);
    color: #111;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: lowercase;
  }

  .gk-footer__payment-icon--wide {
    max-width: 74px;
  }

  [dir='rtl'] .gk-footer__trust-mark-label {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
    letter-spacing: 0;
    text-align: right;
  }

  .gk-footer__legal-nav {
    display: flex;
    gap: 1.5rem;
  }

  .gk-footer__legal-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    color: var(--gk-text-tertiary);
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .gk-footer__legal-link:hover {
    color: var(--gk-text-primary);
  }

  /* Responsive Design */
  @media (max-width: 1400px) {
    .gk-footer__main {
      grid-template-columns: minmax(0, 1.25fr) repeat(4, minmax(0, 1fr));
      gap: 2.5rem;
    }

    .gk-footer__brand {
      max-width: 100%;
    }
  }

  @media (max-width: 1200px) {
    .gk-footer__main {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 3rem;
    }

    .gk-footer__brand {
      grid-column: 1 / -1;
      max-width: 100%;
    }
  }

  @media (max-width: 1024px) {
    .gk-footer__main {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 3rem;
    }

    .gk-footer__brand {
      grid-column: 1 / -1;
      max-width: 100%;
    }
  }

  @media (max-width: 768px) {
    .gk-footer {
      padding: 3rem 0 0;
    }

    .gk-footer__container {
      padding: 0 1.5rem;
    }

    .gk-footer__main {
      grid-template-columns: 1fr;
      gap: 2.5rem;
      padding-bottom: 2rem;
    }

    .gk-footer__brand {
      grid-column: 1;
    }

    .gk-footer__trust-list,
    .gk-footer__nav-note {
      max-width: 100%;
    }

    .gk-footer__bottom-content {
      flex-direction: column;
      text-align: center;
      gap: 1.5rem;
    }

    .gk-footer__legal {
      flex-direction: column;
      gap: 1.5rem;
      align-items: center;
    }

    .gk-footer__compliance,
    .gk-footer__payment-icons {
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    .gk-footer__payment-icons {
      width: 100%;
    }

    .gk-footer__legal-nav {
      flex-direction: column;
      gap: 1rem;
    }
  }

  @media (max-width: 480px) {
    .gk-footer {
      padding: 2.5rem 0 0;
    }

    .gk-footer__container {
      padding: 0 1rem;
    }
  }
/* END_SECTION:footer */

/* START_SECTION:gk-athlete-proof (INDEX:15) */
.gk-athlete-proof {
    width: 100%;
    padding: clamp(4rem, 7vw, 6rem) clamp(1rem, 4vw, 3rem);
    background: var(--gk-bg-primary, #000);
    color: var(--gk-text-primary, #fff);
    border-top: 1px solid var(--gk-border-color, rgba(255, 255, 255, 0.14));
  }

  .gk-athlete-proof__container {
    width: min(100%, 1240px);
    margin-inline: auto;
  }

  .gk-athlete-proof__header {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: end;
    margin-bottom: 2rem;
  }

  .gk-athlete-proof__eyebrow {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.35;
    text-transform: uppercase;
    color: var(--gk-sand, #c5a575);
  }

  .gk-athlete-proof__title {
    max-width: 720px;
    margin: 0.85rem 0 0;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2rem, 4.4vw, 4.4rem);
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
  }

  .gk-athlete-proof__copy {
    max-width: 560px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.96rem, 1.3vw, 1.08rem);
    font-weight: 300;
    line-height: 1.75;
    color: var(--gk-text-tertiary, rgba(255, 255, 255, 0.72));
  }

  .gk-athlete-proof__carousel {
    display: grid;
    gap: 1rem;
  }

  .gk-athlete-proof__viewport {
    overflow: hidden;
  }

  .gk-athlete-proof__track {
    --gk-athlete-gap: 1rem;
    display: flex;
    gap: var(--gk-athlete-gap);
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    direction: ltr;
  }

  .gk-athlete-proof__track::-webkit-scrollbar {
    display: none;
  }

  .gk-athlete-proof__card {
    flex: 0 0 calc((100% - (var(--gk-athlete-gap) * 2)) / 3);
    min-width: 0;
    border: 1px solid var(--gk-border-color, rgba(255, 255, 255, 0.14));
    background: rgba(255, 255, 255, 0.035);
    overflow: hidden;
    scroll-snap-align: start;
  }

  .gk-athlete-proof__media {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
  }

  .gk-athlete-proof__image,
  .gk-athlete-proof__image-placeholder {
    width: 100%;
    height: 100%;
  }

  .gk-athlete-proof__image {
    display: block;
    object-fit: cover;
    object-position: center;
  }

  .gk-athlete-proof__image-placeholder {
    display: grid;
    place-items: center;
    border-bottom: 1px solid var(--gk-border-color, rgba(255, 255, 255, 0.14));
  }

  .gk-athlete-proof__image-placeholder span {
    display: grid;
    place-items: center;
    width: 5rem;
    height: 5rem;
    border: 1px solid rgba(197, 165, 117, 0.45);
    color: var(--gk-sand, #c5a575);
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.16em;
  }

  .gk-athlete-proof__content {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.25rem;
  }

  .gk-athlete-proof__name {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.25;
    color: #fff;
  }

  .gk-athlete-proof__role,
  .gk-athlete-proof__quote {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 1.6;
    color: var(--gk-text-tertiary, rgba(255, 255, 255, 0.72));
  }

  .gk-athlete-proof__role {
    font-size: 0.82rem;
    color: var(--gk-text-secondary, rgba(255, 255, 255, 0.84));
  }

  .gk-athlete-proof__quote {
    font-size: 0.9rem;
  }

  .gk-athlete-proof__instagram {
    display: inline-grid;
    place-items: center;
    width: 2.35rem;
    height: 2.35rem;
    margin-top: auto;
    color: var(--gk-sand, #c5a575);
    text-decoration: none;
    border: 1px solid rgba(197, 165, 117, 0.5);
    border-radius: 999px;
  }

  .gk-athlete-proof__instagram-icon {
    width: 1.1rem;
    height: 1.1rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .gk-athlete-proof__instagram:hover,
  .gk-athlete-proof__instagram:focus-visible {
    background: rgba(197, 165, 117, 0.14);
    color: #fff;
    border-color: #fff;
    outline: none;
  }

  .gk-athlete-proof__controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
  }

  .gk-athlete-proof__arrow {
    display: grid;
    place-items: center;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border: 1px solid rgba(197, 165, 117, 0.55);
    border-radius: 999px;
    background: transparent;
    color: var(--gk-sand, #c5a575);
    cursor: pointer;
  }

  .gk-athlete-proof__arrow span {
    display: block;
    transform: translateY(-1px);
    font-family: Georgia, serif;
    font-size: 2rem;
    line-height: 1;
  }

  .gk-athlete-proof__arrow:hover,
  .gk-athlete-proof__arrow:focus-visible {
    background: rgba(197, 165, 117, 0.14);
    color: #fff;
    outline: none;
  }

  .gk-athlete-proof__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-width: 5rem;
  }

  .gk-athlete-proof__dot {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
  }

  .gk-athlete-proof__dot.is-active {
    width: 1.35rem;
    background: var(--gk-sand, #c5a575);
  }

  .gk-athlete-proof [data-lang='ar'] {
    font-family: 'Cairo', sans-serif;
    letter-spacing: 0;
    text-transform: none;
  }

  [dir='rtl'] .gk-athlete-proof {
    direction: rtl;
    text-align: right;
  }

  [dir='rtl'] .gk-athlete-proof__header {
    direction: rtl;
  }

  [dir='rtl'] .gk-athlete-proof__content {
    direction: rtl;
    text-align: right;
  }

  @media (max-width: 990px) {
    .gk-athlete-proof__header {
      grid-template-columns: 1fr;
    }

    .gk-athlete-proof__copy {
      max-width: 720px;
    }

    .gk-athlete-proof__card {
      flex-basis: calc((100% - var(--gk-athlete-gap)) / 2);
      display: grid;
      grid-template-columns: minmax(180px, 0.42fr) minmax(0, 0.58fr);
    }

    .gk-athlete-proof__media {
      aspect-ratio: auto;
      min-height: 260px;
    }
  }

  @media (max-width: 640px) {
    .gk-athlete-proof {
      padding: 3.5rem 1rem;
    }

    .gk-athlete-proof__card {
      flex-basis: 100%;
      grid-template-columns: 1fr;
    }

    .gk-athlete-proof__media {
      aspect-ratio: 4 / 5;
      min-height: 0;
      background: #050505;
    }

    .gk-athlete-proof__image {
      object-fit: contain;
      object-position: center;
    }
  }
/* END_SECTION:gk-athlete-proof */

/* START_SECTION:gk-home-trust-strip (INDEX:16) */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&display=swap');

  .gk-home-trust {
    background: var(--gk-bg-primary);
    color: var(--gk-text-primary);
    border-top: 1px solid var(--gk-border-color);
    border-bottom: 1px solid var(--gk-border-color);
    width: 100%;
  }

  .gk-home-trust__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 3rem 4rem;
    display: grid;
    grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.5fr);
    gap: 3rem;
    align-items: start;
  }

  .gk-home-trust__eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--gk-text-tertiary);
    margin: 0 0 0.85rem;
  }

  .gk-home-trust__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.18;
    margin: 0;
    color: var(--gk-text-primary);
  }

  .gk-home-trust__eyebrow--arabic,
  .gk-home-trust__title--arabic,
  .gk-home-trust__item-title--arabic,
  .gk-home-trust__item-copy--arabic {
    direction: rtl;
    text-align: right;
    font-family: 'Cairo', sans-serif;
  }

  .gk-home-trust__items {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-left: 1px solid var(--gk-border-color);
  }

  .gk-home-trust__item {
    min-height: 190px;
    padding: 0.25rem 1.2rem 0;
    border-right: 1px solid var(--gk-border-color);
  }

  .gk-home-trust__number {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    color: var(--gk-text-muted);
    margin-bottom: 1.1rem;
  }

  .gk-home-trust__item-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.94rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.35;
    margin: 0 0 0.55rem;
    color: var(--gk-text-primary);
  }

  .gk-home-trust__item-copy {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.84rem;
    font-weight: 300;
    line-height: 1.65;
    margin: 0;
    color: var(--gk-text-tertiary);
  }

  @media (max-width: 1100px) {
    .gk-home-trust__container {
      grid-template-columns: 1fr;
      gap: 2rem;
      padding: 3rem 2rem;
    }

    .gk-home-trust__items {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      border-top: 1px solid var(--gk-border-color);
    }

    .gk-home-trust__item {
      min-height: 160px;
      padding-top: 1.4rem;
      border-bottom: 1px solid var(--gk-border-color);
    }
  }

  @media (max-width: 640px) {
    .gk-home-trust__container {
      padding: 2.25rem 1.25rem;
      gap: 1.6rem;
    }

    .gk-home-trust__title {
      font-size: 1.55rem;
    }

    .gk-home-trust__items {
      grid-template-columns: 1fr;
    }

    .gk-home-trust__item {
      min-height: auto;
      padding: 1.15rem 0;
      border-right: 0;
    }
  }
/* END_SECTION:gk-home-trust-strip */

/* START_SECTION:gk-page-suite (INDEX:18) */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&display=swap');

  .gk-page-suite {
    width: 100%;
    min-height: 100vh;
    padding: 8rem clamp(1rem, 4vw, 4rem) 5rem;
    background: var(--gk-bg-primary, #000);
    color: var(--gk-text-primary, #fff);
  }

  .gk-page-suite__hero,
  .gk-page-suite__band,
  .gk-page-suite__split,
  .gk-page-suite__cta {
    width: min(100%, 1240px);
    margin-inline: auto;
  }

  .gk-page-suite__hero {
    min-height: 52vh;
    display: grid;
    align-content: end;
    padding: 3rem 0 4rem;
    border-bottom: 1px solid var(--gk-border-color, rgba(255,255,255,0.14));
  }

  .gk-page-suite__hero--with-media {
    min-height: 66vh;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
    align-items: end;
    gap: clamp(2rem, 5vw, 4rem);
  }

  .gk-page-suite__hero-copy {
    min-width: 0;
  }

  .gk-page-suite__hero-media {
    position: relative;
    min-width: 0;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border: 1px solid rgba(197, 165, 117, 0.24);
    background: rgba(255, 255, 255, 0.04);
  }

  .gk-page-suite__hero-media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.74) 100%);
    pointer-events: none;
  }

  .gk-page-suite__hero-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .gk-page-suite__hero-image--fallback {
    padding: 20%;
    object-fit: contain;
  }

  .gk-page-suite__hero-media-caption {
    position: absolute;
    z-index: 1;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.45;
    text-transform: uppercase;
    color: #fff;
  }

  .gk-page-suite__hero-media-caption span[data-lang='ar'] {
    font-family: 'Cairo', sans-serif;
    letter-spacing: 0;
    text-transform: none;
  }

  .gk-page-suite__eyebrow {
    margin: 0 0 1rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    line-height: 1.4;
    text-transform: uppercase;
    color: var(--gk-sand, #c5a575);
  }

  .gk-page-suite__eyebrow span[data-lang='ar'] {
    letter-spacing: 0;
    text-transform: none;
  }

  .gk-page-suite__title {
    max-width: 900px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2.4rem, 6vw, 5.7rem);
    font-weight: 300;
    letter-spacing: 0;
    line-height: 0.98;
    color: #fff;
  }

  .gk-page-suite__lead,
  .gk-page-suite__body-copy {
    max-width: 720px;
    margin: 1.35rem 0 0;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.98rem, 1.35vw, 1.12rem);
    font-weight: 300;
    line-height: 1.8;
    color: var(--gk-text-tertiary, rgba(255,255,255,0.72));
  }

  .gk-page-suite__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 2rem;
  }

  .gk-page-suite__actions--center {
    justify-content: center;
  }

  .gk-page-suite__button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.95rem 1.25rem;
    border: 1px solid rgba(197, 165, 117, 0.54);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
  }

  .gk-page-suite__button--primary {
    background: linear-gradient(135deg, var(--gk-sand, #c5a575), #a98752);
    color: #000;
  }

  .gk-page-suite__button--secondary {
    background: transparent;
    color: #fff;
  }

  .gk-page-suite__button:hover {
    transform: translateY(-1px);
    border-color: var(--gk-sand, #c5a575);
  }

  .gk-page-suite__button span[data-lang='ar'] {
    letter-spacing: 0;
    text-transform: none;
  }

  .gk-page-suite__band {
    padding: 4.5rem 0;
  }

  .gk-page-suite__section-head {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 2rem;
    align-items: end;
    margin-bottom: 2rem;
  }

  .gk-page-suite__section-head h2,
  .gk-page-suite__split h2,
  .gk-page-suite__cta h2 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.75rem, 3.6vw, 3.25rem);
    font-weight: 300;
    line-height: 1.08;
    letter-spacing: 0;
    color: #fff;
  }

  .gk-page-suite__grid {
    display: grid;
    gap: 1rem;
  }

  .gk-page-suite__grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .gk-page-suite__card,
  .gk-page-suite__fit-box {
    border: 1px solid var(--gk-border-color, rgba(255,255,255,0.14));
    background: rgba(255, 255, 255, 0.035);
    padding: 1.4rem;
  }

  .gk-page-suite__number {
    display: block;
    margin-bottom: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: var(--gk-sand, #c5a575);
  }

  .gk-page-suite__card h3,
  .gk-page-suite__fit-box h3 {
    margin: 0 0 0.75rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
    color: #fff;
  }

  .gk-page-suite__card p,
  .gk-page-suite__fit-box p {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.88rem;
    font-weight: 300;
    line-height: 1.65;
    color: var(--gk-text-tertiary, rgba(255,255,255,0.72));
  }

  .gk-page-suite__split {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: start;
    padding: 4rem 0;
    border-top: 1px solid var(--gk-border-color, rgba(255,255,255,0.14));
  }

  .gk-page-suite__checklist {
    display: grid;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .gk-page-suite__checklist li {
    min-height: 3.25rem;
    display: flex;
    align-items: center;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(197, 165, 117, 0.24);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    color: #fff;
  }

  .gk-page-suite__checklist li::before {
    content: '';
    width: 0.45rem;
    height: 0.45rem;
    flex: 0 0 auto;
    margin-inline-end: 0.75rem;
    background: var(--gk-sand, #c5a575);
  }

  .gk-page-suite__faq-shell {
    width: min(100%, 1240px);
    margin-inline: auto;
    padding: 4.5rem 0 1rem;
    border-top: 1px solid var(--gk-border-color, rgba(255,255,255,0.14));
  }

  .gk-page-suite__faq-group {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    padding: 2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .gk-page-suite__faq-group:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .gk-page-suite__faq-group-head h2 {
    max-width: 420px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.45rem, 2.6vw, 2.35rem);
    font-weight: 300;
    line-height: 1.12;
    letter-spacing: 0;
    color: #fff;
  }

  .gk-page-suite__faq-list {
    display: grid;
    gap: 0.75rem;
  }

  .gk-page-suite__faq-item {
    border: 1px solid var(--gk-border-color, rgba(255,255,255,0.14));
    background: rgba(255, 255, 255, 0.035);
  }

  .gk-page-suite__faq-item summary {
    min-height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.15rem;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.35;
    text-transform: uppercase;
    color: #fff;
  }

  .gk-page-suite__faq-item summary::after {
    content: '+';
    flex: 0 0 auto;
    font-size: 1.15rem;
    line-height: 1;
    color: var(--gk-sand, #c5a575);
  }

  .gk-page-suite__faq-item[open] summary::after {
    content: '-';
  }

  .gk-page-suite__faq-item summary::-webkit-details-marker {
    display: none;
  }

  .gk-page-suite__faq-item p {
    margin: 0;
    padding: 0 1.15rem 1.15rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.92rem;
    font-weight: 300;
    line-height: 1.75;
    color: var(--gk-text-tertiary, rgba(255,255,255,0.72));
  }

  [dir='rtl'] .gk-page-suite__faq-group-head h2,
  [dir='rtl'] .gk-page-suite__faq-item summary,
  [dir='rtl'] .gk-page-suite__faq-item p {
    font-family: 'Cairo', sans-serif;
    letter-spacing: 0;
    text-align: right;
    text-transform: none;
  }

  [dir='rtl'] .gk-page-suite__faq-item summary {
    direction: rtl;
  }

  .gk-page-suite__fit-box {
    background: rgba(197, 165, 117, 0.08);
  }

  .gk-page-suite__band--charts {
    border-top: 1px solid var(--gk-border-color, rgba(255,255,255,0.14));
  }

  .gk-page-suite__size-panels {
    display: grid;
    gap: 0.85rem;
    min-width: 0;
  }

  .gk-page-suite__size-panel {
    border: 1px solid var(--gk-border-color, rgba(255,255,255,0.14));
    background: rgba(255, 255, 255, 0.035);
    min-width: 0;
  }

  .gk-page-suite__size-panel summary {
    min-height: 3.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.2rem;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.3;
    text-transform: uppercase;
    color: #fff;
  }

  .gk-page-suite__size-panel summary::after {
    content: '+';
    flex: 0 0 auto;
    color: var(--gk-sand, #c5a575);
    font-size: 1.15rem;
    line-height: 1;
  }

  .gk-page-suite__size-panel[open] summary::after {
    content: '-';
  }

  .gk-page-suite__size-panel summary::-webkit-details-marker {
    display: none;
  }

  .gk-page-suite__size-panel summary span[data-lang='ar'] {
    font-family: 'Cairo', sans-serif;
    letter-spacing: 0;
    text-transform: none;
  }

  .gk-page-suite__table-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid var(--gk-border-color, rgba(255,255,255,0.14));
    scrollbar-width: thin;
    scrollbar-color: rgba(197, 165, 117, 0.62) rgba(255, 255, 255, 0.08);
  }

  .gk-page-suite__table-wrap::-webkit-scrollbar {
    height: 6px;
  }

  .gk-page-suite__table-wrap::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.08);
  }

  .gk-page-suite__table-wrap::-webkit-scrollbar-thumb {
    background: rgba(197, 165, 117, 0.62);
    border-radius: 999px;
  }

  .gk-page-suite__size-table {
    width: 100%;
    min-width: 640px;
    border-collapse: collapse;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
  }

  .gk-page-suite__size-table th,
  .gk-page-suite__size-table td {
    padding: 0.95rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
    vertical-align: top;
  }

  .gk-page-suite__size-table th {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gk-sand, #c5a575);
  }

  .gk-page-suite__size-table td {
    font-size: 0.86rem;
    font-weight: 300;
    line-height: 1.45;
    color: var(--gk-text-tertiary, rgba(255,255,255,0.72));
  }

  .gk-page-suite__size-table td:first-child {
    font-weight: 700;
    color: #fff;
  }

  .gk-page-suite__size-table [data-lang='ar'] {
    font-family: 'Cairo', sans-serif;
  }

  .gk-page-suite__size-note {
    margin: 1.25rem 0 0;
    padding: 1rem 1.2rem;
    border: 1px solid rgba(197, 165, 117, 0.24);
    background: rgba(197, 165, 117, 0.08);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.92rem;
    font-weight: 300;
    line-height: 1.7;
    color: var(--gk-text-tertiary, rgba(255,255,255,0.72));
  }

  .gk-page-suite__size-note [data-lang='ar'] {
    font-family: 'Cairo', sans-serif;
  }

  [dir='rtl'] .gk-page-suite__size-panel summary {
    direction: rtl;
    font-family: 'Cairo', sans-serif;
    letter-spacing: 0;
    text-transform: none;
  }

  [dir='rtl'] .gk-page-suite__size-table th,
  [dir='rtl'] .gk-page-suite__size-table td {
    text-align: right;
  }

  [dir='rtl'] .gk-page-suite__size-note {
    direction: rtl;
    text-align: right;
  }

  .gk-page-suite__cta {
    padding: 4rem 1rem 0;
    text-align: center;
    border-top: 1px solid var(--gk-border-color, rgba(255,255,255,0.14));
  }

  .gk-page-suite__cta h2 {
    margin-inline: auto;
    max-width: 760px;
  }

  [dir='rtl'] .gk-page-suite,
  .gk-page-suite [data-lang='ar'] {
    font-family: 'Cairo', sans-serif;
  }

  [dir='rtl'] .gk-page-suite__hero,
  [dir='rtl'] .gk-page-suite__section-head,
  [dir='rtl'] .gk-page-suite__split {
    direction: rtl;
    text-align: right;
  }

  [dir='rtl'] .gk-page-suite__hero--with-media {
    direction: rtl;
  }

  [dir='rtl'] .gk-page-suite__hero-media-caption {
    font-family: 'Cairo', sans-serif;
    text-align: right;
  }

  [dir='rtl'] .gk-page-suite__actions {
    direction: rtl;
  }

  [dir='rtl'] .gk-page-suite__title {
    font-size: clamp(2rem, 3.8vw, 3.8rem);
    line-height: 1.24;
    letter-spacing: 0;
    text-transform: none;
  }

  [dir='rtl'] .gk-page-suite__lead,
  [dir='rtl'] .gk-page-suite__body-copy,
  [dir='rtl'] .gk-page-suite__eyebrow {
    letter-spacing: 0;
    text-transform: none;
  }

  [dir='rtl'] .gk-page-suite__checklist li::before {
    margin-inline-start: 0.75rem;
    margin-inline-end: 0;
  }

  @media (max-width: 1080px) {
    .gk-page-suite__hero--with-media {
      grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
    }

    .gk-page-suite__grid--four {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 780px) {
    .gk-page-suite {
      padding: 6.5rem 1rem 4rem;
    }

    .gk-page-suite__hero {
      min-height: auto;
      padding: 2.5rem 0 3rem;
    }

    .gk-page-suite__hero--with-media {
      grid-template-columns: 1fr;
      gap: 2rem;
    }

    .gk-page-suite__hero-media {
      width: min(100%, 420px);
      aspect-ratio: 16 / 13;
    }

    .gk-page-suite__section-head,
    .gk-page-suite__split,
    .gk-page-suite__faq-group {
      grid-template-columns: 1fr;
    }

    .gk-page-suite__grid--four {
      grid-template-columns: 1fr;
    }

    .gk-page-suite__faq-shell {
      padding-top: 3rem;
    }

    .gk-page-suite__faq-group {
      gap: 1.25rem;
      padding: 1.75rem 0;
    }

    .gk-page-suite__faq-item summary {
      padding: 1rem;
      font-size: 0.82rem;
    }

    .gk-page-suite__faq-item p {
      padding: 0 1rem 1rem;
      font-size: 0.88rem;
    }

    .gk-page-suite__button {
      width: 100%;
    }

    .gk-page-suite__size-panel summary {
      padding: 1rem;
      font-size: 0.82rem;
    }

    .gk-page-suite__table-wrap {
      box-shadow: inset -18px 0 18px -20px rgba(197, 165, 117, 0.9);
    }

    [dir='rtl'] .gk-page-suite__table-wrap {
      box-shadow: inset 18px 0 18px -20px rgba(197, 165, 117, 0.9);
    }

    .gk-page-suite__size-table {
      min-width: 580px;
    }

    .gk-page-suite__size-table th,
    .gk-page-suite__size-table td {
      padding: 0.8rem;
    }

    [dir='rtl'] .gk-page-suite__title {
      font-size: clamp(1.8rem, 8vw, 2.75rem);
      line-height: 1.32;
    }
  }
/* END_SECTION:gk-page-suite */

/* START_SECTION:ground-kingz-hero (INDEX:19) */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&display=swap');

  .gk-hero {
    position: relative;
    min-height: 88vh;
    background: var(--gk-bg-primary, #000);
    color: var(--gk-text-primary, #fff);
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .gk-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.56) 45%, rgba(0, 0, 0, 0.18) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.58) 100%);
    pointer-events: none;
  }

  .gk-hero__container {
    position: relative;
    width: 100%;
    min-height: 88vh;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 2.5rem;
    padding: 8rem 4rem 3rem;
  }

  .gk-hero__content {
    width: min(100%, 760px);
  }

  .gk-hero__kicker {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    line-height: 1.4;
    margin: 0 0 1.1rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
  }

  .gk-hero__headline {
    font-family: 'Montserrat', sans-serif;
    font-size: 4.7rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 0.98;
    margin: 0;
    max-width: 11ch;
    color: #fff;
  }

  .gk-hero__copy {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05rem;
    font-weight: 300;
    line-height: 1.75;
    max-width: 610px;
    margin: 1.35rem 0 0;
    color: rgba(255, 255, 255, 0.82);
  }

  .gk-hero__headline--arabic,
  .gk-hero__copy--arabic,
  .gk-hero__kicker--arabic,
  .gk-hero__actions--arabic {
    direction: rtl;
    text-align: right;
  }

  .gk-hero__headline--arabic,
  .gk-hero__copy--arabic,
  .gk-hero__kicker--arabic {
    font-family: 'Cairo', sans-serif;
  }

  .gk-hero__headline--arabic {
    max-width: 12ch;
    font-size: clamp(2.35rem, 4.4vw, 3.55rem);
    line-height: 1.38;
    letter-spacing: 0;
  }

  .gk-hero__kicker--arabic {
    font-size: clamp(0.92rem, 1.2vw, 1.08rem);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.55;
    text-transform: none;
  }

  .gk-hero__copy--arabic {
    letter-spacing: 0;
  }

  .gk-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.85rem;
    margin-top: 2rem;
  }

  .gk-hero__button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.72);
    color: #fff;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-transform: uppercase;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
  }

  [dir='rtl'] .gk-hero__button {
    font-family: 'Cairo', sans-serif;
    letter-spacing: 0;
    text-transform: none;
  }

  .gk-hero__button--primary {
    background: #fff;
    color: #000;
    border-color: #fff;
  }

  .gk-hero__button:hover {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border-color: #fff;
  }

  .gk-hero__button:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 4px;
  }

  .gk-hero__proof {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    max-width: 780px;
  }

  .gk-hero__proof span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.45rem 0.7rem;
    border-left: 1px solid rgba(255, 255, 255, 0.28);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.72rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.3;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.76);
  }

  [dir='rtl'] .gk-hero__proof span {
    font-family: 'Cairo', sans-serif;
    letter-spacing: 0;
    text-transform: none;
  }

  /* Slideshow */
  .gk-hero__slideshow,
  .gk-hero__background {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
  }

  .gk-hero__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.4s ease;
  }

  .gk-hero__slide--active {
    opacity: 1;
  }

  .gk-hero__slide-img,
  .gk-hero__background-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 1;
    display: block;
  }

  /* Arrow and dot styles are in the theme style block above (scoped by section ID)
     so they always render inline and bypass Shopify's bundled stylesheet cache. */

  @media (max-width: 480px) {
    .gk-hero {
      min-height: 82svh;
    }
    .gk-hero::after {
      background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.82) 100%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.28) 100%);
    }
    .gk-hero__container {
      min-height: 82svh;
      gap: 1rem;
      padding: 7rem 1.25rem 1.5rem;
    }
    .gk-hero__kicker {
      font-size: 0.62rem;
      line-height: 1.35;
      margin-bottom: 0.75rem;
    }
    .gk-hero__headline {
      font-size: 2.22rem;
      line-height: 1.04;
      max-width: 10.5ch;
    }
    .gk-hero__headline--arabic {
      font-size: 1.92rem;
      line-height: 1.32;
    }
    .gk-hero__copy {
      max-width: 31ch;
      margin-top: 0.9rem;
      font-size: 0.82rem;
      line-height: 1.48;
    }
    .gk-hero__actions {
      width: min(100%, 14rem);
      display: grid;
      grid-template-columns: 1fr;
      gap: 0.42rem;
      margin-top: 1rem;
    }
    .gk-hero__button {
      flex: none;
      width: 100%;
      min-height: 36px;
      padding: 0.5rem 0.85rem;
      font-size: 0.62rem;
      letter-spacing: 0.07em;
      line-height: 1.2;
      text-align: center;
    }
    .gk-hero__proof {
      gap: 0.35rem;
      max-width: calc(100% - 4.25rem);
    }
    .gk-hero__proof span {
      min-height: 24px;
      padding: 0.25rem 0.45rem;
      font-size: 0.55rem;
      letter-spacing: 0.055em;
    }
  }
/* END_SECTION:ground-kingz-hero */

/* START_SECTION:header (INDEX:20) */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=Montserrat:wght@300;400;500;600&family=Cairo:wght@400;500;600;700&display=swap');

  /* Global Theme Variables */
  body[data-theme='dark'],
  body:not([data-theme]) {
    --gk-bg-primary: #000000;
    --gk-bg-secondary: #0a0a0a;
    --gk-bg-tertiary: #1a1a1a;
    --gk-bg-gradient: linear-gradient(135deg, #000000 0%, #1a1a1a 50%, #b02024 100%);
    --gk-text-primary: #ffffff;
    --gk-text-secondary: rgba(255, 255, 255, 0.8);
    --gk-text-tertiary: rgba(255, 255, 255, 0.6);
    --gk-text-muted: rgba(255, 255, 255, 0.4);
    --gk-accent-primary: #b02024;
    --gk-accent-secondary: #ff4444;
    --gk-accent-gradient: linear-gradient(135deg, #b02024, #ff4444);
    --gk-border-color: rgba(255, 255, 255, 0.1);
    --gk-border-hover: rgba(255, 255, 255, 0.2);
    --gk-overlay-bg: rgba(255, 255, 255, 0.05);
    --gk-overlay-hover: rgba(176, 32, 36, 0.1);
    --gk-card-bg: rgba(255, 255, 255, 0.03);
    --gk-card-hover: rgba(255, 255, 255, 0.08);
    --gk-badge-color: rgba(176, 32, 36, 0.8);
    --gk-badge-gradient: linear-gradient(90deg, transparent, rgba(176, 32, 36, 0.6), transparent);
    --gk-shadow: rgba(176, 32, 36, 0.3);
    --gk-shadow-lg: rgba(0, 0, 0, 0.5);
    --gk-gradient-overlay: linear-gradient(to bottom, transparent, rgba(176, 32, 36, 0.3));
  }

  body[data-theme='light'] {
    --gk-bg-primary: #ffffff;
    --gk-bg-secondary: #f8f8f8;
    --gk-bg-tertiary: #f0f0f0;
    --gk-bg-gradient: linear-gradient(135deg, #ffffff 0%, #f8f8f8 50%, #ffe5e6 100%);
    --gk-text-primary: #1a1a1a;
    --gk-text-secondary: rgba(26, 26, 26, 0.8);
    --gk-text-tertiary: rgba(26, 26, 26, 0.6);
    --gk-text-muted: rgba(26, 26, 26, 0.4);
    --gk-accent-primary: #b02024;
    --gk-accent-secondary: #d02428;
    --gk-accent-gradient: linear-gradient(135deg, #b02024, #d02428);
    --gk-border-color: rgba(26, 26, 26, 0.1);
    --gk-border-hover: rgba(26, 26, 26, 0.2);
    --gk-overlay-bg: rgba(0, 0, 0, 0.03);
    --gk-overlay-hover: rgba(176, 32, 36, 0.05);
    --gk-card-bg: rgba(0, 0, 0, 0.02);
    --gk-card-hover: rgba(0, 0, 0, 0.05);
    --gk-badge-color: #b02024;
    --gk-badge-gradient: linear-gradient(90deg, transparent, rgba(176, 32, 36, 0.3), transparent);
    --gk-shadow: rgba(176, 32, 36, 0.2);
    --gk-shadow-lg: rgba(0, 0, 0, 0.15);
    --gk-gradient-overlay: linear-gradient(to bottom, transparent, rgba(176, 32, 36, 0.1));
  }

  body {
    background: var(--gk-bg-primary);
    color: var(--gk-text-primary);
    transition: background 0.5s ease, color 0.5s ease;
  }

  /* Navigation Header - Glassmorphism Floating Container */
  .gk-nav__header {
    position: fixed;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 4rem);
    max-width: 1280px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    z-index: 1000;
    padding: 0.6rem 2rem;
    background: var(--gk-overlay-bg);
    backdrop-filter: blur(25px) saturate(200%);
    border: 1px solid var(--gk-border-color);
    border-radius: 15px;
    box-shadow: 0 8px 32px var(--gk-shadow-lg), inset 0 1px 0 var(--gk-border-hover);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .gk-nav__header:hover {
    background: var(--gk-card-hover);
    border-color: var(--gk-border-hover);
    box-shadow: 0 12px 40px var(--gk-shadow-lg), inset 0 1px 0 var(--gk-border-hover);
    transform: translateX(-50%) translateY(-2px);
  }

  /* Light theme: fixed bar uses dark text; over the dark hero it must read as light */
  body[data-theme='light'] .gk-nav__header--on-hero {
    --gk-text-primary: #ffffff;
    --gk-text-secondary: rgba(255, 255, 255, 0.88);
    --gk-text-tertiary: rgba(255, 255, 255, 0.65);
    --gk-text-muted: rgba(255, 255, 255, 0.45);
    --gk-border-color: rgba(255, 255, 255, 0.14);
    --gk-border-hover: rgba(255, 255, 255, 0.28);
    --gk-overlay-bg: rgba(255, 255, 255, 0.08);
    --gk-overlay-hover: rgba(255, 255, 255, 0.14);
    --gk-card-hover: rgba(255, 255, 255, 0.12);
    --gk-shadow-lg: rgba(0, 0, 0, 0.45);
  }

  /* Dropdown panels keep normal light-theme copy; only the floating bar inverts */
  body[data-theme='light'] .gk-nav__header--on-hero .gk-nav__dropdown-menu {
    --gk-text-primary: #1a1a1a;
    --gk-text-secondary: rgba(26, 26, 26, 0.8);
    --gk-text-tertiary: rgba(26, 26, 26, 0.6);
    --gk-text-muted: rgba(26, 26, 26, 0.4);
  }

  .gk-nav__logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }

  .gk-nav__logo a {
    display: block;
    line-height: 0;
  }

  .gk-nav__logo-img {
    max-height: 35px;
    width: auto;
    filter: drop-shadow(0 2px 4px var(--gk-shadow-lg));
    transition: all 0.3s ease;
  }

  .gk-nav__logo-img:hover {
    filter: drop-shadow(0 4px 8px var(--gk-shadow-lg));
    transform: scale(1.05);
  }

  .gk-nav__menu {
    display: flex;
    align-items: center;
    gap: 1.35rem;
    justify-content: center;
  }

  [dir='rtl'] .gk-nav__menu {
    direction: rtl;
  }

  .gk-nav__menu-desktop {
    display: flex;
    align-items: center;
    gap: 1.15rem;
  }

  .gk-nav__menu-desktop > *:first-child {
    margin-inline-start: 0;
  }

  .gk-nav__menu-desktop > *:last-child {
    margin-inline-end: 0;
  }

  .gk-nav__link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 0.78rem;
    color: var(--gk-text-secondary);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 0;
  }

  [dir='rtl'] .gk-nav__link {
    font-family: 'Cairo', sans-serif;
    letter-spacing: 0;
    text-transform: none;
  }

  .gk-nav__link--accent {
    color: var(--gk-text-primary);
    font-weight: 700;
  }

  .gk-nav__link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--gk-text-primary);
    border-radius: 25px;
    opacity: 0;
    transition: opacity 0.3s ease;
    transform-origin: left;
  }

  [dir='rtl'] .gk-nav__link::before {
    left: auto;
    right: 0;
    transform-origin: right;
  }

  .gk-nav__link:hover {
    color: var(--gk-text-primary);
  }

  .gk-nav__link:hover::before {
    opacity: 1;
  }

  /* Collections Dropdown */
  .gk-nav__dropdown {
    position: relative;
  }

  .gk-nav__link--dropdown {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    cursor: pointer;
    user-select: none;
  }

  .gk-nav__dropdown-arrow {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    color: var(--gk-text-secondary);
  }

  .gk-nav__dropdown:hover .gk-nav__dropdown-arrow {
    transform: rotate(180deg);
    color: var(--gk-text-primary);
  }

  .gk-nav__dropdown:focus-within .gk-nav__dropdown-arrow,
  .gk-nav__dropdown.is-open .gk-nav__dropdown-arrow {
    transform: rotate(180deg);
    color: var(--gk-text-primary);
  }

  .gk-nav__dropdown-menu {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 50%;
    transform: translateX(-50%) translateY(5px);
    min-width: 200px;
    max-width: 300px;
    background: var(--gk-bg-secondary);
    backdrop-filter: blur(20px);
    border: 1px solid var(--gk-border-color);
    border-radius: 12px;
    padding: 0.75rem 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 32px var(--gk-shadow-lg);
    z-index: 1001;
  }

  .gk-nav__mega-menu {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) minmax(220px, 1.1fr);
    gap: 1rem;
    min-width: 520px;
    max-width: min(680px, calc(100vw - 3rem));
    padding: 1rem;
  }

  .gk-nav__mega-menu--compact {
    grid-template-columns: 1fr;
    min-width: 260px;
    max-width: 340px;
  }

  .gk-nav__mega-group {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
  }

  .gk-nav__mega-title {
    display: block;
    margin: 0 0 0.35rem;
    padding: 0 0.25rem;
    color: var(--gk-text-muted);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.35;
    text-transform: uppercase;
  }

  [dir='rtl'] .gk-nav__mega-title {
    font-family: 'Cairo', sans-serif;
    letter-spacing: 0;
    text-transform: none;
  }

  [dir='rtl'] .gk-nav__dropdown--mega .gk-nav__mega-menu {
    grid-template-columns: minmax(220px, 1fr);
    min-width: 290px;
    max-width: min(360px, calc(100vw - 3rem));
  }

  [dir='rtl'] .gk-nav__dropdown-menu {
    left: auto;
    right: 50%;
    transform: translateX(50%) translateY(5px);
  }

  /* Bridge to prevent gap from breaking hover */
  .gk-nav__dropdown::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 0.5rem;
    z-index: 1002;
  }

  .gk-nav__dropdown:hover .gk-nav__dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateX(-50%) translateY(0);
  }

  .gk-nav__dropdown:focus-within .gk-nav__dropdown-menu,
  .gk-nav__dropdown.is-open .gk-nav__dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateX(-50%) translateY(0);
  }

  [dir='rtl'] .gk-nav__dropdown:hover .gk-nav__dropdown-menu {
    transform: translateX(50%) translateY(0);
  }

  [dir='rtl'] .gk-nav__dropdown:focus-within .gk-nav__dropdown-menu,
  [dir='rtl'] .gk-nav__dropdown.is-open .gk-nav__dropdown-menu {
    transform: translateX(50%) translateY(0);
  }

  /* Keep menu visible when hovering over it */
  .gk-nav__dropdown-menu:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateX(-50%) translateY(0);
  }

  [dir='rtl'] .gk-nav__dropdown-menu:hover {
    transform: translateX(50%) translateY(0);
  }

  .gk-nav__dropdown-item {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 0.85rem;
    color: var(--gk-text-secondary);
    text-decoration: none;
    padding: 0.6rem 1.25rem;
    transition: all 0.3s ease;
    position: relative;
    white-space: nowrap;
  }

  [dir='rtl'] .gk-nav__dropdown-item {
    font-family: 'Cairo', sans-serif;
    letter-spacing: 0;
    text-align: right;
  }

  .gk-nav__dropdown-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--gk-accent-primary);
    transform: scaleY(0);
    transition: transform 0.3s ease;
  }

  [dir='rtl'] .gk-nav__dropdown-item::before {
    left: auto;
    right: 0;
  }

  .gk-nav__dropdown-item:hover {
    color: var(--gk-text-primary);
    background: var(--gk-overlay-hover);
    padding-left: 1.5rem;
  }

  [dir='rtl'] .gk-nav__dropdown-item:hover {
    padding-left: 1.25rem;
    padding-right: 1.5rem;
  }

  .gk-nav__dropdown-item:hover::before {
    transform: scaleY(1);
  }

  .gk-nav__link--active,
  .gk-nav__dropdown--active > .gk-nav__link,
  .gk-nav__dropdown-item--active,
  .gk-nav__mobile-link--active {
    color: var(--gk-text-primary);
  }

  .gk-nav__link--active::before,
  .gk-nav__dropdown--active > .gk-nav__link::before {
    opacity: 1;
  }

  .gk-nav__dropdown-item--active,
  .gk-nav__mobile-link--active {
    background: var(--gk-overlay-hover);
  }

  .gk-nav__dropdown-item--active::before {
    transform: scaleY(1);
  }

  /* Coming-soon / disabled item (desktop) */
  .gk-nav__dropdown-item--disabled {
    cursor: default;
    pointer-events: none;
    color: var(--gk-text-muted);
    font-style: italic;
  }

  .gk-nav__dropdown-item--disabled::before {
    display: none;
  }

  /* Coming-soon / disabled item (mobile) */
  .gk-nav__mobile-link--disabled {
    cursor: default;
    pointer-events: none;
    color: var(--gk-text-muted);
    font-style: italic;
  }

  .gk-nav__mobile-link--disabled:hover {
    background: var(--gk-card-bg);
    color: var(--gk-text-muted);
    transform: none;
    box-shadow: none;
  }

  /* Dropdown loading / empty state */
  .gk-nav__dropdown-loading {
    display: block;
    padding: 0.6rem 1.25rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    color: var(--gk-text-muted);
    font-style: italic;
  }

  [dir='rtl'] .gk-nav__dropdown-loading {
    font-family: 'Cairo', sans-serif;
  }

  /* Language Toggle */
  /* Actions Container */
  .gk-nav__actions {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex-shrink: 0;
  }

  .gk-nav__icon-toggle {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--gk-overlay-bg);
    border: 1px solid var(--gk-border-color);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    overflow: hidden;
    backdrop-filter: blur(10px);
  }

  .gk-nav__icon-toggle {
    text-decoration: none;
    color: var(--gk-text-primary);
  }

  .gk-nav__utility-icon {
    width: 19px;
    height: 19px;
    stroke-width: 2;
    transition: all 0.3s ease;
    color: var(--gk-text-primary);
  }

  .gk-nav__icon-toggle:hover .gk-nav__utility-icon {
    transform: scale(1.08);
  }

  .gk-nav__icon-toggle:focus-visible {
    outline: 2px solid var(--gk-accent-primary);
    outline-offset: 2px;
  }

  /* Language Toggle Button */
  .gk-nav__lang-toggle {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--gk-overlay-bg);
    border: 1px solid var(--gk-border-color);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    overflow: hidden;
    backdrop-filter: blur(10px);
  }

  .gk-nav__lang-toggle:hover {
    background: var(--gk-overlay-hover);
    border-color: var(--gk-border-hover);
    transform: rotate(15deg) scale(1.05);
    box-shadow: 0 4px 15px var(--gk-shadow-lg);
  }

  .gk-nav__lang-toggle:active {
    transform: rotate(15deg) scale(0.95);
  }

  .gk-nav__lang-icon {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    position: absolute;
    transition: all 0.4s ease;
    color: var(--gk-text-primary);
    line-height: 1;
  }

  .gk-nav__lang-icon--en {
    opacity: 0;
    transform: rotate(-90deg) scale(0.5);
  }

  .gk-nav__lang-icon--ar {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }

  [dir='rtl'] .gk-nav__lang-icon--en {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }

  [dir='rtl'] .gk-nav__lang-icon--ar {
    opacity: 0;
    transform: rotate(90deg) scale(0.5);
  }

  /* Cart Icon */
  .gk-nav__cart-toggle {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--gk-overlay-bg);
    border: 1px solid var(--gk-border-color);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    overflow: visible;
    backdrop-filter: blur(10px);
    text-decoration: none;
  }

  .gk-nav__cart-toggle:hover {
    background: var(--gk-overlay-hover);
    border-color: var(--gk-border-hover);
    transform: scale(1.05);
    box-shadow: 0 4px 15px var(--gk-shadow-lg);
  }

  .gk-nav__cart-toggle:active {
    transform: scale(0.95);
  }

  .gk-nav__cart-icon {
    width: 20px;
    height: 20px;
    stroke-width: 2;
    transition: all 0.3s ease;
    color: var(--gk-text-primary);
  }

  .gk-nav__cart-toggle:hover .gk-nav__cart-icon {
    transform: scale(1.1);
  }

  .gk-nav__cart-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    background: var(--gk-accent-primary);
    color: var(--gk-text-primary);
    border-radius: 9px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    box-shadow: 0 2px 8px var(--gk-shadow);
    transition: all 0.3s ease;
    animation: cartBadgePulse 0.3s ease;
  }

  [dir='rtl'] .gk-nav__cart-badge {
    right: auto;
    left: -4px;
  }

  .gk-nav__cart-badge--hidden {
    opacity: 0;
    transform: scale(0);
    pointer-events: none;
  }

  /* Sign In Button */
  .gk-nav__signin-toggle {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--gk-overlay-bg);
    border: 1px solid var(--gk-border-color);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    overflow: hidden;
    backdrop-filter: blur(10px);
    -webkit-tap-highlight-color: transparent;
  }

  .gk-nav__signin-toggle:hover {
    background: var(--gk-overlay-hover);
    border-color: var(--gk-border-hover);
    transform: scale(1.05);
    box-shadow: 0 4px 15px var(--gk-shadow-lg);
  }

  .gk-nav__signin-toggle:active {
    transform: scale(0.95);
  }

  .gk-nav__signin-icon {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
    color: var(--gk-text-primary);
  }

  .gk-nav__signin-toggle:hover .gk-nav__signin-icon {
    color: var(--gk-accent-primary);
  }

  .gk-nav__signin-toggle:focus-visible {
    outline: 2px solid var(--gk-accent-primary);
    outline-offset: 2px;
  }

  /* Sign In Modal */
  .gk-nav__signin-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(6px);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .gk-nav__signin-overlay.is-open {
    opacity: 1;
    visibility: visible;
  }

  .gk-nav__signin-modal {
    position: relative;
    width: 100%;
    max-width: 400px;
    background: var(--gk-bg-secondary);
    border: 1px solid var(--gk-border-color);
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 20px 60px var(--gk-shadow-lg);
    transform: scale(0.95) translateY(10px);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .gk-nav__signin-overlay.is-open .gk-nav__signin-modal {
    transform: scale(1) translateY(0);
  }

  .gk-nav__signin-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid var(--gk-border-color);
    border-radius: 50%;
    color: var(--gk-text-primary);
    cursor: pointer;
    transition: all 0.3s ease;
  }

  [dir='rtl'] .gk-nav__signin-close {
    right: auto;
    left: 1rem;
  }

  .gk-nav__signin-close:hover {
    background: var(--gk-overlay-hover);
    border-color: var(--gk-border-hover);
  }

  .gk-nav__signin-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 0.5rem;
    color: var(--gk-text-primary);
    padding-right: 2.5rem;
  }

  [dir='rtl'] .gk-nav__signin-title {
    font-family: 'Cairo', sans-serif;
    padding-right: 0;
    padding-left: 2.5rem;
  }

  .gk-nav__signin-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    color: var(--gk-text-tertiary);
    margin: 0 0 1.5rem;
    line-height: 1.4;
  }

  [dir='rtl'] .gk-nav__signin-subtitle {
    font-family: 'Cairo', sans-serif;
  }

  .gk-nav__signin-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }

  .gk-nav__signin-label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--gk-text-secondary);
    margin-bottom: 0.35rem;
  }

  [dir='rtl'] .gk-nav__signin-label {
    font-family: 'Cairo', sans-serif;
  }

  .gk-nav__signin-input {
    width: 100%;
    padding: 0.875rem 1rem;
    background: var(--gk-bg-primary);
    border: 1px solid var(--gk-border-color);
    border-radius: 8px;
    color: var(--gk-text-primary);
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-sizing: border-box;
  }

  .gk-nav__signin-input::placeholder {
    color: var(--gk-text-muted);
  }

  .gk-nav__signin-input:focus {
    outline: none;
    border-color: var(--gk-accent-primary);
    box-shadow: 0 0 0 2px rgba(176, 32, 36, 0.2);
  }

  [dir='rtl'] .gk-nav__signin-input {
    font-family: 'Cairo', sans-serif;
  }

  .gk-nav__signin-submit {
    width: 100%;
    padding: 1rem 1.5rem;
    margin-top: 0.5rem;
    background: var(--gk-text-primary);
    border: none;
    border-radius: 8px;
    color: var(--gk-bg-primary);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .gk-nav__signin-submit:hover {
    opacity: 0.9;
    transform: translateY(-1px);
  }

  [dir='rtl'] .gk-nav__signin-submit {
    font-family: 'Cairo', sans-serif;
  }

  .gk-nav__signin-links {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 0.5rem;
    padding-top: 1rem;
    border-top: 1px solid var(--gk-border-color);
  }

  .gk-nav__signin-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    color: var(--gk-text-tertiary);
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .gk-nav__signin-link:hover {
    color: var(--gk-accent-primary);
  }

  [dir='rtl'] .gk-nav__signin-link {
    font-family: 'Cairo', sans-serif;
  }

  /* When signed in, icon is a link - keep same look as button */
  a.gk-nav__signin-toggle {
    text-decoration: none;
    color: inherit;
  }

  @keyframes cartBadgePulse {
    0% {
      transform: scale(0);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }

  /* Mobile Menu Toggle */
  .gk-nav__menu-toggle {
    display: none;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.4rem;
  }

  .gk-nav__menu-toggle span {
    width: 20px;
    height: 2px;
    background: var(--gk-text-primary);
    transition: 0.3s;
  }

  .gk-nav__menu-toggle:hover span {
    background: var(--gk-text-secondary);
  }

  /* Mobile Menu */
  .gk-nav__mobile-menu {
    display: none;
    position: fixed;
    top: 5rem;
    right: 2rem;
    background: var(--gk-bg-secondary);
    backdrop-filter: blur(20px);
    border: 1px solid var(--gk-border-color);
    border-radius: 15px;
    padding: 1rem;
    z-index: 999;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 280px;
    box-shadow: 0 8px 32px var(--gk-shadow-lg);
    transition: left 0.3s ease, right 0.3s ease;
  }

  .gk-nav__mobile-menu {
    max-height: calc(100vh - 6.25rem);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  [dir='rtl'] .gk-nav__mobile-menu {
    right: auto;
    left: 2rem;
  }

  .gk-nav__mobile-menu.active {
    display: flex;
  }

  .gk-nav__mobile-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
    color: var(--gk-text-secondary);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: var(--gk-card-bg);
  }

  .gk-nav__mobile-link:hover {
    background: var(--gk-overlay-hover);
    color: var(--gk-text-primary);
    transform: translateX(5px);
    box-shadow: 0 4px 15px var(--gk-shadow-lg);
  }

  [dir='rtl'] .gk-nav__mobile-link:hover {
    transform: translateX(-5px);
  }

  .gk-nav__mobile-coming-soon {
    margin: 0;
    padding: 0.5rem 1rem 0.75rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    color: var(--gk-text-tertiary);
  }

  [dir='rtl'] .gk-nav__mobile-coming-soon {
    font-family: 'Cairo', sans-serif;
  }

  /* Mobile Menu Sections */
  .gk-nav__mobile-section {
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--gk-border-color);
  }

  .gk-nav__mobile-section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .gk-nav__mobile-section-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--gk-text-primary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.75rem 1rem;
    margin-bottom: 0.35rem;
    border-bottom: 1px solid var(--gk-border-color);
    display: flex;
    align-items: center;
    gap: 0.4rem;
  }

  .gk-nav__mobile-section-arrow {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    color: var(--gk-text-secondary);
  }

  [dir='rtl'] .gk-nav__mobile-section-title {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
    text-align: right;
    letter-spacing: 0;
    text-transform: none;
  }

  .gk-nav__mobile-link--nested {
    padding-left: 1.25rem;
    font-size: 0.85rem;
    margin-top: 0.25rem;
  }

  .gk-nav__mobile-link--view-all {
    font-weight: 600;
    color: var(--gk-accent-primary);
    border-bottom: 1px solid var(--gk-border-color);
    padding-bottom: 0.5rem;
    margin-bottom: 0.25rem;
  }

  [dir='rtl'] .gk-nav__mobile-link--nested {
    padding-left: 1rem;
    padding-right: 1.25rem;
  }

  /* Touch-friendly improvements */
  .gk-nav__mobile-link,
  .gk-nav__mobile-link--nested {
    min-height: 44px;
    display: flex;
    align-items: center;
    -webkit-tap-highlight-color: transparent;
  }

  .gk-nav__mobile-section-title {
    min-height: 44px;
    display: flex;
    align-items: center;
    -webkit-tap-highlight-color: transparent;
  }

  @media (max-width: 1120px) {
    .gk-nav__header {
      width: calc(100% - 2rem);
      padding: 0.55rem 1rem;
      max-width: 100%;
    }

    .gk-nav__menu-desktop {
      display: none;
    }

    .gk-nav__menu {
      padding: 0;
      justify-content: flex-start;
    }

    .gk-nav__menu-toggle {
      display: flex;
    }

    .gk-nav__mobile-menu {
      width: min(380px, calc(100% - 2rem));
      max-height: calc(100vh - 6.25rem);
      overflow-y: auto;
    }
  }

  /* Ensure dropdown only works on large screens */
  @media (max-width: 1024px) {
    .gk-nav__dropdown-menu {
      min-width: 180px;
      max-width: 250px;
    }
  }

  /* Tablet adjustments */
  @media (max-width: 1024px) and (min-width: 769px) {
    .gk-nav__menu-desktop {
      gap: 1.25rem;
    }

    .gk-nav__link {
      font-size: 0.85rem;
    }

    .gk-nav__dropdown-menu {
      min-width: 160px;
      max-width: 220px;
      font-size: 0.8rem;
    }

    .gk-nav__dropdown-item {
      padding: 0.5rem 1rem;
      font-size: 0.8rem;
    }
  }

  /* Hide dropdowns on mobile - use mobile menu instead */
  @media (max-width: 768px) {
    .gk-nav__dropdown {
      display: none;
    }
  }

  /* Responsive Design */
  @media (max-width: 768px) {
    .gk-nav__header {
      width: calc(100% - 2rem);
      padding: 0.5rem 1rem;
      top: 0.75rem;
      max-width: 100%;
    }

    .gk-nav__logo {
      position: static;
    }

    [dir='rtl'] .gk-nav__logo {
      right: auto;
      left: auto;
    }

    .gk-nav__logo-img {
      max-height: 30px;
    }

    .gk-nav__menu-desktop {
      display: none;
    }

    .gk-nav__menu {
      padding: 0;
      justify-content: flex-start;
    }

    .gk-nav__actions {
      gap: 0.5rem;
    }

    .gk-nav__icon-toggle {
      width: 36px;
      height: 36px;
    }

    .gk-nav__utility-icon {
      width: 18px;
      height: 18px;
    }

    .gk-nav__menu-toggle {
      display: flex;
    }

    .gk-nav__lang-toggle {
      width: 36px;
      height: 36px;
    }

    .gk-nav__lang-icon {
      font-size: 0.65rem;
    }

    .gk-nav__signin-toggle {
      width: 36px;
      height: 36px;
    }

    .gk-nav__signin-icon {
      width: 18px;
      height: 18px;
    }

    .gk-nav__cart-toggle {
      width: 36px;
      height: 36px;
    }

    .gk-nav__cart-icon {
      width: 18px;
      height: 18px;
    }

    .gk-nav__cart-badge {
      min-width: 16px;
      height: 16px;
      font-size: 0.6rem;
      top: -3px;
      right: -3px;
    }

    [dir='rtl'] .gk-nav__cart-badge {
      right: auto;
      left: -3px;
    }

    .gk-nav__mobile-menu {
      width: calc(100% - 2rem);
      top: 4.5rem;
      max-width: 360px;
      max-height: calc(100vh - 6rem);
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
    }

    [dir='rtl'] .gk-nav__mobile-menu {
      right: auto;
      left: 1rem;
    }

    .gk-nav__mobile-section {
      margin-bottom: 1.25rem;
    }

    .gk-nav__mobile-section-title {
      font-size: 0.8rem;
      padding: 0.65rem 0.85rem;
      margin-bottom: 0.4rem;
    }

    .gk-nav__mobile-link--nested {
      padding-left: 1.75rem;
      padding-right: 0.85rem;
      font-size: 0.8rem;
      margin-top: 0.2rem;
    }

    [dir='rtl'] .gk-nav__mobile-link--nested {
      padding-left: 0.85rem;
      padding-right: 1.75rem;
    }
  }

  @media (max-width: 480px) {
    .gk-nav__header {
      width: calc(100% - 1rem);
      padding: 0.5rem 0.75rem;
      top: 0.5rem;
      border-radius: 12px;
    }

    .gk-nav__logo-img {
      max-height: 25px;
    }

    .gk-nav__actions {
      gap: 0.4rem;
    }

    .gk-nav__icon-toggle {
      width: 32px;
      height: 32px;
    }

    .gk-nav__utility-icon {
      width: 16px;
      height: 16px;
    }

    .gk-nav__lang-toggle {
      width: 32px;
      height: 32px;
    }

    .gk-nav__lang-icon {
      font-size: 0.6rem;
    }

    .gk-nav__signin-toggle {
      width: 32px;
      height: 32px;
    }

    .gk-nav__signin-icon {
      width: 16px;
      height: 16px;
    }

    .gk-nav__cart-toggle {
      width: 32px;
      height: 32px;
    }

    .gk-nav__cart-icon {
      width: 16px;
      height: 16px;
    }

    .gk-nav__cart-badge {
      min-width: 14px;
      height: 14px;
      font-size: 0.55rem;
      top: -2px;
      right: -2px;
    }

    [dir='rtl'] .gk-nav__cart-badge {
      right: auto;
      left: -2px;
    }

    .gk-nav__mobile-menu {
      width: calc(100% - 1rem);
      top: 4rem;
      padding: 0.75rem;
      max-width: 260px;
      max-height: calc(100vh - 5.5rem);
    }

    [dir='rtl'] .gk-nav__mobile-menu {
      right: auto;
      left: 0.5rem;
    }

    .gk-nav__mobile-section {
      margin-bottom: 1rem;
    }

    .gk-nav__mobile-section-title {
      font-size: 0.75rem;
      padding: 0.6rem 0.75rem;
      margin-bottom: 0.35rem;
    }

    .gk-nav__mobile-link--nested {
      padding-left: 1.5rem;
      padding-right: 0.75rem;
      font-size: 0.75rem;
      margin-top: 0.15rem;
    }

    [dir='rtl'] .gk-nav__mobile-link--nested {
      padding-left: 0.75rem;
      padding-right: 1.5rem;
    }
  }

  /* Mobile landscape orientation */
  @media (max-width: 768px) and (orientation: landscape) {
    .gk-nav__mobile-menu {
      max-height: calc(100vh - 5rem);
    }
  }

  /* Very small screens */
  @media (max-width: 360px) {
    .gk-nav__header {
      width: calc(100% - 0.75rem);
      padding: 0.4rem 0.6rem;
      top: 0.4rem;
    }

    .gk-nav__logo-img {
      max-height: 22px;
    }

    .gk-nav__actions {
      gap: 0.35rem;
    }

    .gk-nav__icon-toggle,
    .gk-nav__lang-toggle,
    .gk-nav__signin-toggle,
    .gk-nav__cart-toggle {
      width: 30px;
      height: 30px;
    }

    .gk-nav__utility-icon,
    .gk-nav__lang-icon,
    .gk-nav__signin-icon,
    .gk-nav__cart-icon {
      width: 14px;
      height: 14px;
    }

    .gk-nav__lang-icon {
      font-size: 0.55rem;
    }

    .gk-nav__cart-badge {
      min-width: 12px;
      height: 12px;
      font-size: 0.5rem;
      top: -1px;
      right: -1px;
    }

    [dir='rtl'] .gk-nav__cart-badge {
      right: auto;
      left: -1px;
    }

    .gk-nav__mobile-menu {
      width: calc(100% - 0.75rem);
      top: 3.75rem;
      padding: 0.65rem;
      max-width: 240px;
      max-height: calc(100vh - 5rem);
    }

    [dir='rtl'] .gk-nav__mobile-menu {
      right: auto;
      left: 0.375rem;
    }

    .gk-nav__mobile-section-title {
      font-size: 0.7rem;
      padding: 0.55rem 0.65rem;
    }

    .gk-nav__mobile-link {
      font-size: 0.75rem;
      padding: 0.65rem 0.85rem;
    }

    .gk-nav__mobile-link--nested {
      padding-left: 1.25rem;
      padding-right: 0.65rem;
      font-size: 0.7rem;
    }

    [dir='rtl'] .gk-nav__mobile-link--nested {
      padding-left: 0.65rem;
      padding-right: 1.25rem;
    }
  }

  /* RTL-specific Typography */
  [dir='rtl'] .gk-nav__link,
  [dir='rtl'] .gk-nav__mobile-link {
    font-family: 'Cairo', sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
  }

  [dir='rtl'] .gk-nav__mobile-link {
    text-align: right;
  }
/* END_SECTION:header */

/* START_SECTION:hello-world (INDEX:21) */
.welcome {
    display: grid;
    grid-template-columns: var(--content-grid);
    background-color: #f6f6f7;
    padding: 72px 0;
  }

  .welcome-content {
    grid-column: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 0 24px;
  }

  .welcome-description {
    max-width: 80ch;
    line-height: 1.4;
    margin-top: 1.5rem;
  }

  .icon {
    width: 300px;
  }

  .highlights {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
  }

  @media (max-width: 1100px) {
    .highlights {
      grid-template-columns: 1fr;
    }
  }

  .highlight {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    border-radius: 8px;
    background-color: #eef3ff;
    color: rgb(92, 95, 98);
    line-height: 1.4;
  }

  .highlight > * + * {
    margin-top: 1rem;
  }

  .highlight h3 {
    font-size: 1rem;
    color: rgb(32, 34, 35);
  }

  .highlight-description {
    flex: 1 1;
  }

  .highlight a {
    display: flex;
    width: fit-content;
    background-color: rgb(250, 251, 251);
    box-shadow: rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset, rgba(255, 255, 255, 0.9) 0px 2px 0px 0px inset;
    border: 1px solid rgb(140, 145, 150);
    border-radius: 4px;
    color: rgb(92, 95, 98);
    padding: 3px 10px 5px;
    text-decoration: none;
  }
/* END_SECTION:hello-world */

/* START_SECTION:page (INDEX:22) */
.gk-basic-page {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 100vh;
    padding: 8rem clamp(1rem, 4vw, 4rem) 5rem;
    background: #000;
    color: #fff;
  }

  .gk-basic-page__inner {
    width: min(100%, 1120px);
    margin-inline: auto;
  }

  .gk-basic-page__hero {
    padding: 3rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .gk-basic-page__eyebrow {
    margin: 0 0 1rem;
    font-family: Montserrat, sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.4;
    text-transform: uppercase;
    color: var(--gk-sand, #c5a575);
  }

  .gk-basic-page__hero h1 {
    max-width: 900px;
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: clamp(2.3rem, 5vw, 4.8rem);
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
  }

  .gk-basic-page__content {
    max-width: 860px;
    padding: 3rem 0;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.76);
  }

  .gk-basic-page__content h2,
  .gk-basic-page__content h3,
  .gk-basic-page__empty h2,
  .gk-basic-page__support h2 {
    margin: 1.75rem 0 0.75rem;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
    color: #fff;
  }

  .gk-basic-page__content h2,
  .gk-basic-page__empty h2,
  .gk-basic-page__support h2 {
    font-size: clamp(1.5rem, 3vw, 2.45rem);
  }

  .gk-basic-page__content h3 {
    font-size: clamp(1.18rem, 2vw, 1.6rem);
  }

  .gk-basic-page__content p,
  .gk-basic-page__content li,
  .gk-basic-page__empty p {
    color: rgba(255, 255, 255, 0.76);
  }

  .gk-basic-page__content a {
    color: var(--gk-sand, #c5a575);
  }

  .gk-basic-page__content table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    overflow-x: auto;
  }

  .gk-basic-page__content th,
  .gk-basic-page__content td {
    border: 1px solid rgba(255, 255, 255, 0.14);
    padding: 0.85rem;
    text-align: start;
  }

  .gk-basic-page__support {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    align-items: center;
    padding: 2rem;
    border: 1px solid rgba(197, 165, 117, 0.24);
    background: rgba(197, 165, 117, 0.08);
  }

  .gk-basic-page__support h2 {
    margin: 0;
  }

  .gk-basic-page__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .gk-basic-page__button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 1.15rem;
    border: 1px solid rgba(197, 165, 117, 0.54);
    font-family: Montserrat, sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
  }

  .gk-basic-page__button--primary {
    background: linear-gradient(135deg, var(--gk-sand, #c5a575), #a98752);
    color: #000;
  }

  .gk-basic-page__button--secondary {
    background: transparent;
    color: #fff;
  }

  [dir='rtl'] .gk-basic-page,
  .gk-basic-page [data-lang='ar'] {
    font-family: Cairo, sans-serif;
  }

  [dir='rtl'] .gk-basic-page {
    direction: rtl;
    text-align: right;
  }

  @media (max-width: 720px) {
    .gk-basic-page {
      padding: 6.5rem 1rem 4rem;
    }

    .gk-basic-page__support {
      display: grid;
      padding: 1.25rem;
    }

    .gk-basic-page__button {
      width: 100%;
    }
  }

  [dir='rtl'] .gk-basic-page__hero h1 {
    font-size: clamp(2rem, 3.8vw, 3.8rem);
    line-height: 1.24;
    letter-spacing: 0;
    text-transform: none;
  }

  [dir='rtl'] .gk-basic-page__eyebrow {
    letter-spacing: 0;
    text-transform: none;
  }

  @media (max-width: 780px) {
    [dir='rtl'] .gk-basic-page__hero h1 {
      font-size: clamp(1.8rem, 8vw, 2.75rem);
      line-height: 1.32;
    }
  }
/* END_SECTION:page */

/* START_SECTION:product (INDEX:24) */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700&display=swap');

  .gk-product {
    position: relative;
    min-height: 100vh;
    background: var(--gk-bg-primary);
    color: var(--gk-text-primary);
    padding: 0;
    margin: 0;
    width: 100%;
    transition: background 0.5s ease, color 0.3s ease;
  }

  .gk-product__bg-grid {
    display: none;
  }

  @media (max-width: 768px) {
    .gk-product__bg-grid {
      background-size: 40px 40px;
      opacity: 0.5;
    }
  }

  @media (max-width: 480px) {
    .gk-product__bg-grid {
      background-size: 30px 30px;
      opacity: 0.3;
    }
  }

  .gk-product__container {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    padding: 100px clamp(1.25rem, 4vw, 3rem) 60px;
  }

  .gk-product__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2.5rem, 5vw, 4.5rem);
    align-items: start;
  }

  /* Gallery Section */
  .gk-product__gallery {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }

  .gk-product__media-content {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin-top: 0.25rem;
  }

  .gk-product__main-image {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background: var(--gk-bg-secondary);
    overflow: hidden;
    border: 1px solid var(--gk-border-color);
    transition: all 0.3s ease;
  }

  .gk-product__main-image:hover {
    border-color: var(--gk-text-primary);
    cursor: pointer;
  }

  /* Fullscreen Icon */
  .gk-product__fullscreen-icon {
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem;
    width: 42px;
    height: 42px;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid var(--gk-border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 2;
  }

  .gk-product__main-image:hover .gk-product__fullscreen-icon {
    opacity: 1;
  }

  /* Navigation Arrows */
  .gk-product__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid var(--gk-border-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 3;
    opacity: 0;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
  }

  .gk-product__main-image:hover .gk-product__arrow {
    opacity: 1;
  }

  .gk-product__arrow--prev {
    left: 1.5rem;
  }

  .gk-product__arrow--next {
    right: 1.5rem;
  }

  .gk-product__arrow:hover {
    background: rgba(0, 0, 0, 0.8);
    border-color: var(--gk-text-primary);
  }

  .gk-product__arrow:active {
    transform: translateY(-50%) scale(0.95);
  }

  .gk-product__arrow svg {
    width: 20px;
    height: 20px;
  }


  .gk-product__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
    object-position: center;
    transition: transform 0.6s ease;
  }

  .gk-product__main-image:hover .gk-product__image {
    transform: scale(1.08);
  }

  .gk-product__image-badge {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    z-index: 2;
  }

  .gk-product__discount-badge {
    display: inline-block;
    padding: 0.4rem 0.85rem;
    background: var(--gk-text-primary);
    color: var(--gk-bg-primary);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: background 0.3s ease;
  }

  .gk-product__thumbnails {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
    gap: 0.85rem;
    max-width: 100%;
  }

  .gk-product__thumb {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background: var(--gk-bg-secondary);
    border: 1px solid var(--gk-border-color);
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
  }

  .gk-product__thumb:hover {
    border-color: var(--gk-text-primary);
  }

  .gk-product__thumb--active {
    border-color: var(--gk-text-primary);
  }

  .gk-product__thumb-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
    object-position: center;
  }

  /* Product Details Section */
  .gk-product__details {
    position: sticky;
    top: 6.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-self: start;
  }

  .gk-product__header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .gk-product__badge-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.85rem;
    background: transparent;
    border: 1px solid var(--gk-border-color);
    color: var(--gk-text-tertiary);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    width: fit-content;
    transition: all 0.3s ease;
  }

  .gk-product__badge-tag svg {
    width: 12px;
    height: 12px;
  }

  .gk-product__name {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.5rem, 3.5vw, 2.4rem);
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    color: var(--gk-text-primary);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transition: color 0.3s ease;
  }

  .gk-product__price-section {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    flex-wrap: wrap;
  }

  .gk-product__price-main {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.75rem, 3.5vw, 2.2rem);
    font-weight: 400;
    color: var(--gk-text-primary);
    line-height: 1;
    transition: color 0.3s ease;
  }

  .gk-product__price-old {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.35rem;
    font-weight: 300;
    color: var(--gk-text-muted);
    text-decoration: line-through;
    transition: color 0.3s ease;
  }

  .gk-product__save-amount {
    padding: 0.35rem 0.7rem;
    background: transparent;
    color: var(--gk-text-tertiary);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    border: 1px solid var(--gk-border-color);
    transition: all 0.3s ease;
  }

  .gk-product__decision-card {
    padding: 1.25rem 1.5rem;
    background: var(--gk-card-bg);
    border: 1px solid var(--gk-border-color);
    transition: background 0.3s ease, border-color 0.3s ease;
  }

  .gk-product__decision-kicker {
    margin: 0 0 0.55rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--gk-accent-primary);
  }

  .gk-product__decision-copy {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 1.65;
    color: var(--gk-text-secondary);
  }

  [dir='rtl'] .gk-product__decision-card {
    text-align: right;
  }

  [dir='rtl'] .gk-product__decision-kicker,
  [dir='rtl'] .gk-product__decision-copy {
    font-family: 'Cairo', sans-serif;
  }

  .gk-product__bnpl-card {
    display: block;
    margin-top: 0.85rem;
    padding: 0.85rem 0 0;
    background: transparent;
    border: 0;
    border-top: 1px solid var(--gk-border-color);
    color: var(--gk-text-primary);
    transition: background 0.3s ease, border-color 0.3s ease;
  }

  .gk-product__bnpl-card:empty {
    display: none;
  }

  [dir='rtl'] .gk-product__bnpl-card {
    direction: rtl;
    text-align: right;
  }

  .gk-product__tabby-card {
    display: block;
    margin-top: 0.85rem;
    padding: 0.85rem 0 0;
    background: transparent;
    border: 0;
    border-top: 1px solid var(--gk-border-color);
    color: var(--gk-text-primary);
    transition: background 0.3s ease, border-color 0.3s ease;
  }

  .gk-product__tabby-copy {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    min-width: 0;
  }

  .gk-product__tabby-kicker {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gk-text-tertiary);
  }

  .gk-product__tabby-line {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.45;
    color: var(--gk-text-secondary);
  }

  .gk-product__tabby-widget {
    width: 100%;
    margin-top: 0.35rem;
  }

  .gk-product__tabby-widget .gk-tabby-promo {
    width: 100%;
  }

  .gk-product__tabby-widget .gk-tabby-promo:empty {
    display: none;
  }

  .gk-product__tabby-widget .gk-tabby-promo > * {
    max-width: 100% !important;
  }

  [dir='rtl'] .gk-product__tabby-card {
    direction: rtl;
    text-align: right;
  }

  [dir='rtl'] .gk-product__tabby-kicker,
  [dir='rtl'] .gk-product__tabby-line {
    font-family: 'Cairo', sans-serif;
    letter-spacing: 0;
  }

  /* Benefits block - clear shipping & quality info */
  .gk-product__benefits {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 1.25rem 1.5rem;
    background: var(--gk-card-bg);
    border: 1px solid var(--gk-border-color);
    transition: all 0.3s ease;
  }

  .gk-product__benefit {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.95rem 0;
    border-bottom: 1px solid var(--gk-border-color);
    transition: border-color 0.3s ease;
  }

  .gk-product__benefit:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .gk-product__benefit:first-child {
    padding-top: 0;
  }

  .gk-product__benefit-icon {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gk-overlay-bg);
    border: 1px solid var(--gk-border-color);
    color: var(--gk-accent-primary);
    transition: all 0.3s ease;
  }

  .gk-product__benefit-text {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
  }

  .gk-product__benefit-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--gk-text-primary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: block;
    transition: color 0.3s ease;
  }

  .gk-product__benefit-title[data-lang='ar'] {
    font-family: 'Cairo', sans-serif;
  }

  .gk-product__benefit-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    color: var(--gk-text-tertiary);
    line-height: 1.4;
    display: block;
    transition: color 0.3s ease;
  }

  .gk-product__benefit-desc[data-lang='ar'] {
    font-family: 'Cairo', sans-serif;
  }

  /* RTL: benefits section – icon right of text, text aligned right when Arabic */
  html[dir="rtl"] .gk-product__benefits,
  [dir="rtl"] .gk-product__benefits {
    direction: rtl;
    text-align: right;
  }

  html[dir="rtl"] .gk-product__benefit,
  [dir="rtl"] .gk-product__benefit {
    flex-direction: row;
    text-align: right;
  }

  html[dir="rtl"] .gk-product__benefit-text,
  [dir="rtl"] .gk-product__benefit-text {
    align-items: flex-end;
    text-align: right;
  }

  html[dir="rtl"] .gk-product__benefits .gk-product__benefit-title,
  html[dir="rtl"] .gk-product__benefits .gk-product__benefit-desc,
  [dir="rtl"] .gk-product__benefits .gk-product__benefit-title,
  [dir="rtl"] .gk-product__benefits .gk-product__benefit-desc {
    text-align: right;
  }

  /* Force right align in this section when RTL (override any inherited center) */
  html[dir="rtl"] .gk-product .gk-product__benefit-text,
  html[dir="rtl"] .gk-product .gk-product__benefit-title,
  html[dir="rtl"] .gk-product .gk-product__benefit-desc {
    text-align: right !important;
  }

  /* Description Box */
  .gk-product__description-box {
    padding: 1.5rem 1.75rem;
    background: transparent;
    border: 1px solid var(--gk-border-color);
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
  }

  .gk-product__accordion {
    padding: 0;
    overflow: hidden;
  }

  .gk-product__accordion-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
    cursor: pointer;
    list-style: none;
  }

  .gk-product__accordion-summary::-webkit-details-marker {
    display: none;
  }

  .gk-product__accordion-summary .gk-product__section-title {
    flex: 1;
    margin: 0;
  }

  .gk-product__accordion-icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    color: var(--gk-text-primary);
  }

  .gk-product__accordion-icon::before,
  .gk-product__accordion-icon::after {
    content: '';
    position: absolute;
    inset-block-start: 50%;
    inset-inline-start: 50%;
    width: 13px;
    height: 1px;
    background: currentColor;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .gk-product__accordion-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .gk-product__accordion[open] .gk-product__accordion-icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg);
  }

  .gk-product__accordion-panel {
    padding: 0 1.25rem 1.25rem;
  }

  [dir='rtl'] .gk-product__accordion-summary {
    direction: rtl;
    text-align: right;
  }

  .gk-product__content-section {
    scroll-margin-top: 7rem;
  }

  .gk-product__section-copy {
    margin: 0 0 1rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.65;
    color: var(--gk-text-tertiary);
  }

  [dir='rtl'] .gk-product__section-copy {
    font-family: 'Cairo', sans-serif;
    text-align: right;
  }

  .gk-product__section-title {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--gk-text-primary);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin: 0 0 1rem;
    transition: color 0.3s ease;
  }

  .gk-product__title-line {
    width: 3px;
    height: 16px;
    background: var(--gk-border-color);
    transition: background 0.3s ease;
  }

  /* Description: same font as features */
  .gk-product__description-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.6;
    color: var(--gk-text-tertiary);
    text-align: left;
    transition: color 0.3s ease;
  }

  /* Features list */
  .gk-product__features-box {
    margin-bottom: 0.5rem;
  }

  .gk-product__features-list {
    margin: 0;
    padding: 0 0 0 1.25rem;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .gk-product__features-list li {
    position: relative;
    padding-left: 0;
  }

  .gk-product__features-item {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.6;
    color: var(--gk-text-tertiary);
    transition: color 0.3s ease;
  }

  .gk-product__features-list li .gk-product__features-item::before {
    content: '';
    position: absolute;
    left: -1rem;
    top: 0.55em;
    width: 4px;
    height: 4px;
    background: var(--gk-accent-primary);
    border-radius: 50%;
  }

  [dir='rtl'] .gk-product__features-list {
    padding: 0 1.25rem 0 0;
  }

  [dir='rtl'] .gk-product__features-list li .gk-product__features-item::before {
    left: auto;
    right: -1rem;
  }

  [dir='rtl'] .gk-product__features-item {
    font-family: 'Cairo', sans-serif;
  }

  .gk-product__detail-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 0.85rem;
  }

  .gk-product__detail-card {
    min-width: 0;
    padding: 1rem;
    background: var(--gk-card-bg);
    border: 1px solid var(--gk-border-color);
    transition: background 0.3s ease, border-color 0.3s ease;
  }

  .gk-product__detail-card strong,
  .gk-product__detail-card span {
    display: block;
  }

  .gk-product__detail-card strong {
    margin-bottom: 0.45rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--gk-text-primary);
  }

  .gk-product__detail-card span {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.82rem;
    font-weight: 300;
    line-height: 1.55;
    color: var(--gk-text-tertiary);
  }

  [dir='rtl'] .gk-product__detail-card {
    text-align: right;
  }

  [dir='rtl'] .gk-product__detail-card strong,
  [dir='rtl'] .gk-product__detail-card span {
    font-family: 'Cairo', sans-serif;
  }

  .gk-product__spec-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .gk-product__spec-grid--single {
    grid-template-columns: 1fr;
  }

  .gk-product__spec-panel {
    padding: 1rem;
    background: var(--gk-card-bg);
    border: 1px solid var(--gk-border-color);
  }

  .gk-product__spec-panel h4 {
    margin: 0 0 0.9rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gk-text-primary);
  }

  .gk-product__spec-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
  }

  .gk-product__spec-list div {
    display: grid;
    grid-template-columns: minmax(90px, 0.7fr) minmax(0, 1.3fr);
    gap: 0.75rem;
    padding: 0.7rem 0;
    border-top: 1px solid var(--gk-border-color);
  }

  .gk-product__spec-list div:first-child {
    border-top: none;
    padding-top: 0;
  }

  .gk-product__spec-list div:last-child {
    padding-bottom: 0;
  }

  .gk-product__spec-list dt,
  .gk-product__spec-list dd {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    line-height: 1.45;
  }

  .gk-product__spec-list dt {
    color: var(--gk-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .gk-product__spec-list dd {
    color: var(--gk-text-secondary);
  }

  [dir='rtl'] .gk-product__spec-panel,
  [dir='rtl'] .gk-product__spec-list {
    text-align: right;
  }

  [dir='rtl'] .gk-product__spec-panel h4,
  [dir='rtl'] .gk-product__spec-list dt,
  [dir='rtl'] .gk-product__spec-list dd {
    font-family: 'Cairo', sans-serif;
  }

  .gk-product__size-table-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    border: 1px solid var(--gk-border-color);
    background: var(--gk-card-bg);
    scrollbar-width: thin;
    scrollbar-color: rgba(197, 165, 117, 0.62) rgba(255, 255, 255, 0.08);
  }

  .gk-product__size-table-wrap::-webkit-scrollbar {
    height: 6px;
  }

  .gk-product__size-table-wrap::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.08);
  }

  .gk-product__size-table-wrap::-webkit-scrollbar-thumb {
    background: rgba(197, 165, 117, 0.62);
    border-radius: 999px;
  }

  .gk-product__size-table {
    width: 100%;
    min-width: 520px;
    border-collapse: collapse;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.78rem;
    color: var(--gk-text-secondary);
  }

  .gk-product__size-table th,
  .gk-product__size-table td {
    padding: 0.75rem 0.85rem;
    border-bottom: 1px solid var(--gk-border-color);
    text-align: left;
    line-height: 1.35;
  }

  .gk-product__size-table th {
    color: var(--gk-text-primary);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: var(--gk-bg-secondary);
  }

  .gk-product__size-table tr:last-child td {
    border-bottom: none;
  }

  [dir='rtl'] .gk-product__size-table th,
  [dir='rtl'] .gk-product__size-table td {
    text-align: right;
  }

  .gk-product__size-note {
    margin: 0.95rem 0 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.84rem;
    font-weight: 300;
    line-height: 1.6;
    color: var(--gk-text-tertiary);
  }

  [dir='rtl'] .gk-product__size-note,
  [dir='rtl'] .gk-product__size-table {
    font-family: 'Cairo', sans-serif;
  }

  .gk-product__whatsapp-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: 1rem;
    padding: 0.7rem 1rem;
    border: 1px solid var(--gk-border-color);
    color: var(--gk-text-primary);
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: border-color 0.2s ease, background 0.2s ease;
  }

  .gk-product__whatsapp-link:hover {
    border-color: var(--gk-text-primary);
    background: var(--gk-card-bg);
  }

  [dir='rtl'] .gk-product__whatsapp-link {
    font-family: 'Cairo', sans-serif;
  }

  .gk-product__faq-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  .gk-product__faq-item {
    border: 1px solid var(--gk-border-color);
    background: var(--gk-card-bg);
  }

  .gk-product__faq-item summary {
    cursor: pointer;
    padding: 0.95rem 1rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--gk-text-primary);
  }

  .gk-product__faq-item p {
    margin: 0;
    padding: 0 1rem 1rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 300;
    line-height: 1.6;
    color: var(--gk-text-tertiary);
  }

  [dir='rtl'] .gk-product__faq-item summary,
  [dir='rtl'] .gk-product__faq-item p {
    font-family: 'Cairo', sans-serif;
    text-align: right;
  }

  /* Perfect for tags */
  .gk-product__perfect-for-box {
    margin-bottom: 0.5rem;
  }

  .gk-product__perfect-for-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .gk-product__perfect-for-tag {
    display: inline-block;
    padding: 0.4rem 0.9rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--gk-text-primary);
    background: var(--gk-card-bg);
    border: 1px solid var(--gk-border-color);
    transition: all 0.3s ease;
  }

  .gk-product__perfect-for-tag:hover {
    border-color: var(--gk-text-primary);
  }

  [dir='rtl'] .gk-product__perfect-for-tag {
    font-family: 'Cairo', sans-serif;
  }

  /* Form Wrapper */
  .gk-product__form-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.5rem 1.75rem;
    background: transparent;
    border: 1px solid var(--gk-border-color);
    transition: all 0.3s ease;
  }

  .gk-product__option-group {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--gk-border-color);
    transition: border-color 0.3s ease;
  }

  .gk-product__option-group:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .gk-product__option-label {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--gk-text-primary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: color 0.3s ease;
  }

  .gk-product__option-label span[data-lang='ar'] {
    font-family: 'Cairo', sans-serif;
  }

  .gk-product__label-icon {
    color: var(--gk-accent-primary);
    font-size: 1.1rem;
    transition: color 0.3s ease;
  }

  /* RTL Alignment for Option Labels – مقاس / اللون / الكمية: same font as description and features */
  [dir='rtl'] .gk-product__option-label {
    font-family: 'Cairo', sans-serif;
    flex-direction: row;
    justify-content: flex-start;
    text-align: right;
  }

  [dir='rtl'] .gk-product__option-group {
    align-items: flex-start;
  }

  [dir='rtl'] .gk-product__option-values {
    justify-content: flex-start;
  }

  /* RTL Alignment for Quantity Label */
  [dir='rtl'] .gk-product__quantity-wrapper {
    align-items: flex-start;
  }

  [dir='rtl'] .gk-product__quantity-wrapper .gk-product__option-label {
    flex-direction: row;
    justify-content: flex-start;
    text-align: right;
  }

  /* Keep bullet on the right (before text) in RTL */
  [dir='rtl'] .gk-product__label-icon {
    order: 2;
  }

  .gk-product__option-values {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
  }

  .gk-product__option-btn {
    order: var(--gk-size-order, 900);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.22rem;
    min-width: 92px;
    min-height: 58px;
    padding: 0.65rem 0.85rem;
    background: transparent;
    border: 1px solid var(--gk-border-color);
    color: var(--gk-text-primary);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
  }

  .gk-product__option-code {
    display: block;
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1.1;
  }

  .gk-product__option-note {
    display: block;
    max-width: 112px;
    color: var(--gk-text-tertiary);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.62rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0;
    text-transform: none;
    white-space: normal;
  }

  .gk-product__option-btn--active .gk-product__option-note {
    color: var(--gk-text-secondary);
  }

  .gk-product__selected-size {
    min-height: 1.4rem;
    margin: -0.15rem 0 0;
    color: var(--gk-text-tertiary);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.78rem;
    line-height: 1.45;
  }

  .gk-product__selected-size strong {
    color: var(--gk-text-primary);
    font-weight: 600;
  }

  [dir='rtl'] .gk-product__option-note,
  [dir='rtl'] .gk-product__selected-size {
    font-family: 'Cairo', sans-serif;
  }

  .gk-product__option-btn:hover {
    border-color: var(--gk-text-primary);
  }

  .gk-product__option-btn--active {
    border-color: var(--gk-text-primary);
    background: transparent;
  }

  .gk-product__option-btn--disabled {
    opacity: 0.3;
    cursor: not-allowed;
    position: relative;
  }

  .gk-product__option-btn--disabled::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 15%;
    right: 15%;
    height: 2px;
    background: var(--gk-accent-primary);
    transform: translateY(-50%) rotate(-12deg);
  }

  .gk-product__size-help {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    padding: 0.95rem 1rem;
    background: var(--gk-card-bg);
    border: 1px solid var(--gk-border-color);
  }

  .gk-product__size-help-copy {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    min-width: 0;
  }

  .gk-product__size-help-copy strong,
  .gk-product__size-help-copy span {
    font-family: 'Montserrat', sans-serif;
  }

  .gk-product__size-help-copy strong {
    color: var(--gk-text-primary);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .gk-product__size-help-copy span {
    color: var(--gk-text-tertiary);
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .gk-product__size-help-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
  }

  .gk-product__size-help-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0.45rem 0.75rem;
    border: 1px solid var(--gk-border-color);
    color: var(--gk-text-primary);
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    transition: border-color 0.2s ease, background 0.2s ease;
  }

  .gk-product__size-help-link:hover {
    border-color: var(--gk-text-primary);
    background: var(--gk-bg-secondary);
  }

  [dir='rtl'] .gk-product__size-help {
    direction: rtl;
    text-align: right;
  }

  [dir='rtl'] .gk-product__size-help-copy strong,
  [dir='rtl'] .gk-product__size-help-copy span,
  [dir='rtl'] .gk-product__size-help-link {
    font-family: 'Cairo', sans-serif;
  }

  [dir='rtl'] .gk-product__size-help-actions {
    justify-content: flex-start;
  }

  /* Quantity Wrapper */
  .gk-product__quantity-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    margin-top: 0.85rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--gk-border-color);
    transition: border-color 0.3s ease;
  }

  .gk-product__quantity-box {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    width: fit-content;
  }

  .gk-product__qty-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: transparent;
    border: 1px solid var(--gk-border-color);
    color: var(--gk-text-primary);
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
  }

  .gk-product__qty-btn:hover {
    border-color: var(--gk-text-primary);
  }

  .gk-product__qty-input-wrapper {
    position: relative;
    display: inline-block;
    width: 62px;
    height: 36px;
  }

  .gk-product__qty-input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: 1px solid var(--gk-border-color);
    color: var(--gk-text-primary);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    text-align: center;
    transition: all 0.3s ease;
    padding: 0;
    box-sizing: border-box;
  }

  .gk-product__qty-display {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    color: var(--gk-text-primary);
    font-family: 'Cairo', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    display: none;
    align-items: center;
    justify-content: center;
  }

  /* Add to Cart Button */
  .gk-product__add-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 1.1rem 1.75rem;
    background: var(--gk-text-primary);
    border: 1px solid var(--gk-text-primary);
    color: var(--gk-bg-primary);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1.25rem;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
  }

  .gk-product__add-btn:hover:not(:disabled) {
    background: transparent;
    color: var(--gk-text-primary);
  }

  .gk-product__add-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }

  .gk-product__add-btn.is-loading {
    opacity: 0.75;
    cursor: wait;
  }

  .gk-product__form-status {
    min-height: 1.3rem;
    margin: 0.85rem 0 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.82rem;
    line-height: 1.55;
    color: var(--gk-text-tertiary);
  }

  .gk-product__form-status.is-success {
    color: var(--gk-text-primary);
  }

  .gk-product__form-status.is-error {
    color: var(--gk-accent-primary);
  }

  [dir='rtl'] .gk-product__form-status {
    font-family: 'Cairo', sans-serif;
    text-align: right;
  }

  .gk-product__btn-icon {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
  }

  .gk-product__add-btn:hover:not(:disabled) .gk-product__btn-icon {
    transform: translateX(4px);
  }

  /* Buy Now */
  .gk-product__buy-now {
    margin-top: 0.5rem;
  }

  .gk-product__buy-now .shopify-payment-button__button {
    min-height: 3.25rem !important;
    border-radius: 0 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 0.88rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.08em !important;
    line-height: 1.25 !important;
    text-transform: uppercase !important;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease !important;
  }

  .gk-product__buy-now .shopify-payment-button__button--unbranded {
    background: linear-gradient(135deg, var(--gk-sand, #c5a575) 0%, #a98752 100%) !important;
    border: 1px solid rgba(197, 165, 117, 0.95) !important;
    color: var(--gk-black, #000000) !important;
    box-shadow: 0 14px 28px rgba(197, 165, 117, 0.18) !important;
  }

  .gk-product__buy-now .shopify-payment-button__button--unbranded:hover:not([disabled]) {
    background: linear-gradient(135deg, #d4b987 0%, var(--gk-sand, #c5a575) 100%) !important;
    border-color: rgba(212, 185, 135, 1) !important;
    color: var(--gk-black, #000000) !important;
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(197, 165, 117, 0.24) !important;
  }

  .gk-product__buy-now .shopify-payment-button__button--unbranded:active:not([disabled]) {
    transform: translateY(0);
    box-shadow: 0 10px 20px rgba(197, 165, 117, 0.18) !important;
  }

  .gk-product__buy-now .shopify-payment-button__button--unbranded[disabled],
  .gk-product__buy-now .shopify-payment-button__button--unbranded[aria-disabled='true'] {
    background: rgba(197, 165, 117, 0.28) !important;
    border-color: rgba(197, 165, 117, 0.28) !important;
    color: rgba(255, 255, 255, 0.55) !important;
    box-shadow: none !important;
    cursor: not-allowed !important;
  }

  .gk-product__buy-now .shopify-payment-button__button--branded {
    overflow: hidden !important;
    border: 1px solid rgba(197, 165, 117, 0.45) !important;
    background: rgba(197, 165, 117, 0.08) !important;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16) !important;
  }

  .gk-product__buy-now .shopify-payment-button__more-options {
    color: var(--gk-text-tertiary) !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 0.78rem !important;
    margin-top: 0.75rem !important;
  }

  /* Info Grid */
  .gk-product__info-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
    padding: 1.5rem 1.75rem;
    background: transparent;
    border: 1px solid var(--gk-border-color);
    transition: all 0.3s ease;
  }

  /* Desktop version - show on desktop, hide on mobile */
  .gk-product__info-grid--desktop {
    display: grid;
  }

  .gk-product__info-grid--mobile {
    display: none;
  }

  .gk-product__info-item {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.85rem;
    background: transparent;
    border-bottom: 1px solid var(--gk-border-color);
    transition: all 0.3s ease;
  }

  .gk-product__info-item:last-child {
    border-bottom: none;
  }

  .gk-product__info-item:hover {
    background: transparent;
  }

  .gk-product__info-icon {
    flex-shrink: 0;
    color: var(--gk-text-primary);
    transition: color 0.3s ease;
  }

  .gk-product__info-text {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    align-items: flex-start;
  }

  .gk-product__info-text strong {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--gk-text-primary);
    transition: color 0.3s ease;
  }

  .gk-product__info-text strong[data-lang='ar'] {
    font-family: 'Cairo', sans-serif;
  }

  .gk-product__info-text span {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7rem;
    color: var(--gk-text-tertiary);
    transition: color 0.3s ease;
  }

  .gk-product__info-text span[data-lang='ar'] {
    font-family: 'Cairo', sans-serif;
  }

  /* Arabic Font Support */
  .gk-product__badge-tag span[data-lang='ar'],
  .gk-product__section-title span[data-lang='ar'],
  .gk-product__option-label span[data-lang='ar'],
  .gk-product__btn-text span[data-lang='ar'],
  .gk-product__save-amount span[data-lang='ar'] {
    font-family: 'Cairo', sans-serif;
  }

  /* RTL Support for Arabic */
  [dir='rtl'] .gk-product__layout {
    direction: rtl;
  }

  [dir='rtl'] .gk-product__info-grid {
    direction: rtl;
    text-align: right;
  }

  [dir='rtl'] .gk-product__info-item {
    flex-direction: row-reverse;
    direction: rtl;
    justify-content: flex-end;
  }

  [dir='rtl'] .gk-product__info-icon {
    order: 2;
    margin-left: 0;
    margin-right: 0;
  }

  [dir='rtl'] .gk-product__info-text {
    order: 1;
    text-align: right;
    align-items: flex-end;
    direction: rtl;
  }

  [dir='rtl'] .gk-product__info-text strong,
  [dir='rtl'] .gk-product__info-text span {
    text-align: right;
    display: block;
    width: 100%;
  }

  [dir='rtl'] .gk-product__header {
    align-items: flex-start;
  }

  [dir='rtl'] .gk-product__price-section {
    justify-content: flex-start;
    flex-direction: row-reverse;
  }

  [dir='rtl'] .gk-product__section-title {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
  }

  [dir='rtl'] .gk-product__description-box {
    align-items: flex-start;
  }

  [dir='rtl'] .gk-product__description-text {
    font-family: 'Cairo', sans-serif;
    text-align: right;
  }

  /* Price in Arabic/LTR markup: same font as description and features */
  [dir='rtl'] .gk-product__price-main,
  [dir='rtl'] .gk-product__price-old,
  [dir='rtl'] .gk-product__save-amount {
    font-family: 'Cairo', sans-serif;
  }

  [dir='rtl'] .gk-product__btn-icon {
    transform: scaleX(-1);
  }

  [dir='rtl'] .gk-product__badge-tag {
    flex-direction: row-reverse;
  }

  /* Touch-friendly improvements */
  .gk-product__option-btn,
  .gk-product__qty-btn,
  .gk-product__add-btn,
  .gk-product__thumb {
    -webkit-tap-highlight-color: transparent;
  }

  .gk-product__option-btn:focus-visible,
  .gk-product__qty-btn:focus-visible,
  .gk-product__add-btn:focus-visible,
  .gk-product__thumb:focus-visible {
    outline: 2px solid var(--gk-accent-primary);
    outline-offset: 2px;
  }

  @media (max-width: 720px) {
    .gk-product__spec-grid,
    .gk-product__size-help {
      grid-template-columns: 1fr;
    }

    .gk-product__size-help-actions {
      justify-content: flex-start;
    }

    .gk-product__whatsapp-link,
    .gk-product__size-help-link {
      width: 100%;
    }
  }

  /* Responsive Design */
  @media (max-width: 1200px) {
    .gk-product__container {
      padding: 6rem 1.75rem 3.5rem;
    }

    .gk-product__layout {
      gap: 4rem;
    }

    .gk-product__gallery {
      top: 5.5rem;
    }
  }

  @media (max-width: 1024px) {
    .gk-product__container {
      padding: 5.5rem 1.5rem 3rem;
    }

    .gk-product__layout {
      grid-template-columns: 1fr;
      gap: 3.25rem;
    }

    .gk-product__gallery {
      position: static;
      max-width: 600px;
      margin: 0 auto;
    }

    .gk-product__details {
      position: static;
      top: auto;
    }

    .gk-product__main-image {
      border-radius: 14px;
    }

    .gk-product__name {
      font-size: clamp(1.45rem, 4vw, 2.25rem);
    }

    .gk-product__price-main {
      font-size: 2rem;
    }

    .gk-product__benefits {
      padding: 1.15rem 1.35rem;
    }

    .gk-product__benefit {
      padding: 0.85rem 0;
    }

    .gk-product__benefit-icon {
      width: 36px;
      height: 36px;
    }

    .gk-product__benefit-icon svg {
      width: 20px;
      height: 20px;
    }

    .gk-product__benefit-title {
      font-size: 0.85rem;
    }

    .gk-product__benefit-desc {
      font-size: 0.8rem;
    }

    .gk-product__description-box,
    .gk-product__form-wrapper,
    .gk-product__info-grid {
      padding: 1.5rem;
    }
  }

  @media (max-width: 900px) {
    .gk-product__container {
      padding: 5.5rem 1rem 3rem;
    }

    .gk-product__layout {
      gap: 3.5rem;
    }

    .gk-product__gallery {
      max-width: 100%;
      width: 100%;
    }

    .gk-product__thumbnails {
      grid-template-columns: repeat(4, 1fr);
      gap: 0.85rem;
    }
  }

  @media (max-width: 768px) {
    .gk-product__container {
      padding: 5rem 1rem 3rem;
    }

    .gk-product__layout {
      gap: 3rem;
    }

    .gk-product__gallery {
      max-width: 100%;
      width: 100%;
    }

    .gk-product__main-image {
      border-radius: 14px;
    }

    .gk-product__arrow {
      width: 42px;
      height: 42px;
    }

    .gk-product__arrow--prev {
      left: 1.25rem;
    }

    .gk-product__arrow--next {
      right: 1.25rem;
    }

    .gk-product__arrow svg {
      width: 20px;
      height: 20px;
    }

    .gk-product__thumbnails {
      gap: 0.75rem;
    }

    .gk-product__thumb {
      border-radius: 10px;
    }

    .gk-product__name {
      font-size: clamp(1.4rem, 5vw, 2rem);
    }

    .gk-product__price-main {
      font-size: 2rem;
    }

    .gk-product__price-old {
      font-size: 1.3rem;
    }

    .gk-product__badge-tag {
      font-size: 0.7rem;
      padding: 0.45rem 0.9rem;
    }

    .gk-product__benefits {
      padding: 1.25rem 1.35rem;
    }

    .gk-product__benefit {
      padding: 0.95rem 0;
      gap: 1rem;
    }

    .gk-product__benefit-icon {
      width: 38px;
      height: 38px;
    }

    .gk-product__benefit-icon svg {
      width: 20px;
      height: 20px;
    }

    .gk-product__benefit-title {
      font-size: 0.9rem;
    }

    .gk-product__benefit-desc {
      font-size: 0.85rem;
    }

    .gk-product__description-box,
    .gk-product__form-wrapper,
    .gk-product__info-grid {
      padding: 1.5rem;
      border-radius: 12px;
    }

    .gk-product__accordion {
      padding: 0;
    }

    .gk-product__section-title {
      font-size: 0.9rem;
    }

    .gk-product__description-text {
      font-size: 0.9rem;
    }

    .gk-product__option-label {
      font-size: 0.8rem;
    }

    .gk-product__option-btn {
      min-width: 104px;
      padding: 0.7rem 0.85rem;
      font-size: 0.8rem;
    }

    .gk-product__add-btn {
      padding: 1.15rem 1.85rem;
      font-size: 0.95rem;
    }

    .gk-product__info-item {
      padding: 0.9rem;
    }
  }

  @media (max-width: 640px) {
    .gk-product__container {
      padding: 4.5rem 0.75rem 2.75rem;
    }

    .gk-product__layout {
      gap: 2.5rem;
    }

    .gk-product__gallery {
      max-width: 100%;
      width: 100%;
      gap: 1.25rem;
    }

    .gk-product__main-image {
      border-radius: 12px;
    }

    .gk-product__discount-badge {
      padding: 0.4rem 0.85rem;
      font-size: 0.8rem;
    }

    .gk-product__name {
      font-size: clamp(1.3rem, 5.5vw, 1.85rem);
    }

    .gk-product__price-main {
      font-size: 1.85rem;
    }

    .gk-product__price-old {
      font-size: 1.2rem;
    }

    .gk-product__save-amount {
      font-size: 0.8rem;
      padding: 0.35rem 0.7rem;
    }

    .gk-product__benefits {
      padding: 1.15rem 1.25rem;
    }

    .gk-product__benefit {
      padding: 0.9rem 0;
      gap: 0.9rem;
    }

    .gk-product__benefit-icon {
      width: 36px;
      height: 36px;
    }

    .gk-product__benefit-icon svg {
      width: 18px;
      height: 18px;
    }

    .gk-product__benefit-title {
      font-size: 0.85rem;
    }

    .gk-product__benefit-desc {
      font-size: 0.8rem;
    }

    .gk-product__description-box,
    .gk-product__form-wrapper,
    .gk-product__info-grid {
      padding: 1.35rem;
    }

    .gk-product__accordion {
      padding: 0;
    }

    .gk-product__size-table-wrap {
      box-shadow: inset -18px 0 18px -20px rgba(197, 165, 117, 0.9);
    }

    [dir='rtl'] .gk-product__size-table-wrap {
      box-shadow: inset 18px 0 18px -20px rgba(197, 165, 117, 0.9);
    }

    .gk-product__option-btn {
      min-width: 100px;
      padding: 0.65rem 0.8rem;
      font-size: 0.75rem;
    }

    .gk-product__qty-btn {
      width: 38px;
      height: 38px;
    }

    .gk-product__qty-input-wrapper {
      width: 65px;
      height: 38px;
    }

    .gk-product__qty-input {
      width: 100%;
      height: 100%;
      font-size: 0.95rem;
    }

    .gk-product__add-btn {
      padding: 1.1rem 1.75rem;
      font-size: 0.9rem;
    }
  }

  @media (max-width: 480px) {
    .gk-product__container {
      padding: 4rem 0.5rem 2.5rem;
    }

    .gk-product__layout {
      gap: 2.25rem;
    }

    .gk-product__gallery {
      max-width: 100%;
      width: 100%;
      gap: 1rem;
    }

    .gk-product__main-image {
      border-radius: 10px;
    }

    .gk-product__arrow {
      width: 38px;
      height: 38px;
    }

    .gk-product__arrow--prev {
      left: 1rem;
    }

    .gk-product__arrow--next {
      right: 1rem;
    }

    .gk-product__arrow svg {
      width: 18px;
      height: 18px;
    }

    .gk-product__image-badge {
      top: 0.85rem;
      right: 0.85rem;
    }

    .gk-product__discount-badge {
      padding: 0.35rem 0.75rem;
      font-size: 0.75rem;
      border-radius: 20px;
    }

    .gk-product__thumbnails {
      grid-template-columns: repeat(4, 1fr);
      gap: 0.6rem;
    }

    .gk-product__thumb {
      border-radius: 8px;
    }

    .gk-product__badge-tag {
      font-size: 0.65rem;
      padding: 0.4rem 0.8rem;
      gap: 0.35rem;
    }

    .gk-product__badge-tag svg {
      width: 12px;
      height: 12px;
    }

    .gk-product__name {
      font-size: clamp(1.2rem, 6vw, 1.7rem);
      letter-spacing: -0.01em;
    }

    .gk-product__price-section {
      gap: 0.75rem;
    }

    .gk-product__price-main {
      font-size: 1.75rem;
    }

    .gk-product__price-old {
      font-size: 1.1rem;
    }

    .gk-product__save-amount {
      font-size: 0.75rem;
      padding: 0.3rem 0.65rem;
    }

    .gk-product__benefits {
      padding: 1rem 1.15rem;
      border-radius: 10px;
    }

    .gk-product__benefit {
      padding: 0.85rem 0;
      gap: 0.85rem;
    }

    .gk-product__benefit-icon {
      width: 34px;
      height: 34px;
    }

    .gk-product__benefit-icon svg {
      width: 17px;
      height: 17px;
    }

    .gk-product__benefit-title {
      font-size: 0.8rem;
    }

    .gk-product__benefit-desc {
      font-size: 0.75rem;
    }

    .gk-product__description-box,
    .gk-product__form-wrapper,
    .gk-product__info-grid {
      padding: 1.25rem;
      border-radius: 10px;
    }

    .gk-product__accordion {
      padding: 0;
    }

    .gk-product__section-title {
      font-size: 0.85rem;
      gap: 0.6rem;
      margin-bottom: 1rem;
    }

    .gk-product__title-line {
      width: 3px;
      height: 18px;
    }

    .gk-product__description-text {
      font-size: 0.85rem;
      line-height: 1.7;
    }

    .gk-product__option-group {
      gap: 0.75rem;
      padding-bottom: 1rem;
      margin-bottom: 1rem;
    }

    .gk-product__option-label {
      font-size: 0.75rem;
    }

    .gk-product__option-values {
      gap: 0.6rem;
    }

    .gk-product__option-btn {
      flex: 1 1 calc(50% - 0.6rem);
      min-width: 0;
      padding: 0.6rem 0.7rem;
      font-size: 0.7rem;
      border-radius: 6px;
    }

    .gk-product__option-note {
      max-width: 100%;
      font-size: 0.6rem;
    }

    .gk-product__quantity-wrapper {
      gap: 0.75rem;
      padding-top: 1.25rem;
      margin-top: 0.75rem;
    }

    .gk-product__quantity-box {
      width: 100%;
      gap: 0.6rem;
    }

    .gk-product__qty-btn {
      width: 36px;
      height: 36px;
      border-radius: 6px;
    }

    .gk-product__qty-input-wrapper {
      flex: 1;
      max-width: 80px;
      height: 36px;
    }

    .gk-product__qty-input {
      width: 100%;
      height: 100%;
      font-size: 0.9rem;
      border-radius: 6px;
    }

    .gk-product__add-btn {
      padding: 1rem 1.6rem;
      font-size: 0.85rem;
      gap: 0.6rem;
      border-radius: 8px;
      margin-top: 1.25rem;
    }

    .gk-product__btn-icon {
      width: 16px;
      height: 16px;
    }

    .gk-product__buy-now {
      margin-top: 0.4rem;
    }

    .shopify-payment-button__button {
      border-radius: 8px !important;
      padding: 1rem 1.5rem !important;
      font-size: 0.85rem !important;
    }

    .gk-product__info-grid {
      gap: 0.85rem;
    }

    .gk-product__info-item {
      padding: 0.85rem;
      gap: 0.85rem;
      border-radius: 8px;
    }

    .gk-product__info-icon {
      width: 18px;
      height: 18px;
    }

    .gk-product__info-text strong {
      font-size: 0.8rem;
    }

    .gk-product__info-text span {
      font-size: 0.7rem;
    }

    /* Simplify hover effects on mobile */
    .gk-product__main-image:hover .gk-product__image {
      transform: scale(1.04);
    }

    .gk-product__thumb:hover {
      transform: translateY(-2px);
    }

    .gk-product__option-btn:hover {
      transform: translateY(-1px);
    }

    .gk-product__info-item:hover {
      transform: translateX(3px);
    }
  }

  @media (max-width: 360px) {
    .gk-product__container {
      padding: 3.5rem 0.5rem 2.25rem;
    }

    .gk-product__layout {
      gap: 2rem;
    }

    .gk-product__gallery {
      max-width: 100%;
      width: 100%;
      gap: 0.85rem;
    }

    .gk-product__thumbnails {
      grid-template-columns: repeat(3, 1fr);
      gap: 0.5rem;
    }

    .gk-product__name {
      font-size: 1.15rem;
    }

    .gk-product__price-main {
      font-size: 1.6rem;
    }

    .gk-product__price-old {
      font-size: 1rem;
    }

    .gk-product__benefits {
      padding: 0.95rem 1rem;
    }

    .gk-product__benefit {
      padding: 0.75rem 0;
      gap: 0.75rem;
    }

    .gk-product__benefit-icon {
      width: 32px;
      height: 32px;
    }

    .gk-product__benefit-icon svg {
      width: 16px;
      height: 16px;
    }

    .gk-product__benefit-title {
      font-size: 0.75rem;
    }

    .gk-product__benefit-desc {
      font-size: 0.7rem;
    }

    .gk-product__description-box,
    .gk-product__form-wrapper,
    .gk-product__info-grid {
      padding: 1.1rem;
    }

    .gk-product__accordion {
      padding: 0;
    }

    .gk-product__option-btn {
      padding: 0.55rem 0.6rem;
      font-size: 0.65rem;
    }

    .gk-product__add-btn {
      padding: 0.95rem 1.5rem;
      font-size: 0.8rem;
    }
  }

  /* Touch device optimizations */
  @media (hover: none) and (pointer: coarse) {
    .gk-product__main-image:hover .gk-product__image {
      transform: scale(1);
    }

    /* Always show arrows on touch devices */
    .gk-product__arrow {
      opacity: 0.8;
    }

    .gk-product__arrow:hover {
      transform: translateY(-50%);
    }

    .gk-product__arrow:active {
      opacity: 1;
      background: var(--gk-accent-primary);
      border-color: var(--gk-accent-primary);
      transform: translateY(-50%) scale(0.95);
    }

    .gk-product__thumb:hover {
      transform: none;
      border-color: var(--gk-border-color);
    }

    .gk-product__thumb:active {
      transform: scale(0.97);
    }

    .gk-product__option-btn:hover {
      transform: none;
      background: var(--gk-overlay-bg);
      border-color: var(--gk-border-color);
    }

    .gk-product__option-btn:active {
      transform: scale(0.97);
    }

    .gk-product__qty-btn:hover {
      background: var(--gk-overlay-bg);
      border-color: var(--gk-border-color);
    }

    .gk-product__qty-btn:active {
      transform: scale(0.93);
    }

    .gk-product__add-btn:hover:not(:disabled) {
      transform: none;
    }

    .gk-product__add-btn:active:not(:disabled) {
      transform: scale(0.98);
    }

    .gk-product__info-item:hover {
      transform: none;
      background: var(--gk-overlay-bg);
    }

    .gk-product__info-item:active {
      background: var(--gk-overlay-hover);
    }

    /* Always show fullscreen icon on touch devices */
    .gk-product__fullscreen-icon {
      opacity: 0.7;
      transform: scale(1);
    }
  }

  /* Fullscreen Modal */
  .gk-product__fullscreen-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    z-index: 10000;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    animation: fadeIn 0.3s ease;
  }

  .gk-product__fullscreen-modal.active {
    display: flex;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  .gk-product__modal-content {
    position: relative;
    max-width: 95vw;
    max-height: 90vh;
    animation: zoomIn 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  @keyframes zoomIn {
    from {
      transform: scale(0.8);
      opacity: 0;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }

  .gk-product__modal-image {
    max-width: 100%;
    max-height: 90vh;
    width: auto;
    height: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
    border: 1px solid var(--gk-border-color);
  }

  .gk-product__modal-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid var(--gk-border-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10001;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
  }

  .gk-product__modal-close:hover {
    background: rgba(0, 0, 0, 0.8);
    border-color: var(--gk-text-primary);
    transform: rotate(90deg);
  }

  .gk-product__modal-close:active {
    transform: rotate(90deg) scale(0.95);
  }

  /* Modal Navigation Arrows */
  .gk-product__modal-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid var(--gk-border-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10002;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
  }

  .gk-product__modal-arrow--prev {
    left: 2rem;
  }

  .gk-product__modal-arrow--next {
    right: 2rem;
  }

  .gk-product__modal-arrow:hover {
    background: rgba(0, 0, 0, 0.8);
    border-color: var(--gk-text-primary);
  }

  .gk-product__modal-arrow:active {
    transform: translateY(-50%) scale(0.95);
  }

  .gk-product__modal-arrow svg {
    width: 28px;
    height: 28px;
  }

  /* Responsive Modal Styles */
  @media (max-width: 768px) {
    .gk-product__fullscreen-modal {
      padding: 1rem;
    }

    .gk-product__modal-content {
      max-width: 98vw;
      max-height: 85vh;
    }

    .gk-product__modal-close {
      top: 1.5rem;
      right: 1.5rem;
      width: 42px;
      height: 42px;
    }

    .gk-product__modal-close svg {
      width: 24px;
      height: 24px;
    }

    .gk-product__modal-image {
      max-height: 80vh;
      border-radius: 10px;
    }

    .gk-product__modal-arrow {
      width: 50px;
      height: 50px;
    }

    .gk-product__modal-arrow--prev {
      left: 1.5rem;
    }

    .gk-product__modal-arrow--next {
      right: 1.5rem;
    }

    .gk-product__modal-arrow svg {
      width: 24px;
      height: 24px;
    }

    .gk-product__fullscreen-icon {
      width: 42px;
      height: 42px;
      bottom: 1.25rem;
      right: 1.25rem;
    }

    .gk-product__fullscreen-icon svg {
      width: 20px;
      height: 20px;
    }
  }

  @media (max-width: 480px) {
    .gk-product__fullscreen-modal {
      padding: 0.75rem;
    }

    .gk-product__modal-content {
      max-width: 100vw;
      max-height: 90vh;
    }

    .gk-product__modal-close {
      top: 1rem;
      right: 1rem;
      width: 38px;
      height: 38px;
    }

    .gk-product__modal-close svg {
      width: 20px;
      height: 20px;
    }

    .gk-product__modal-image {
      max-height: 85vh;
      border-radius: 8px;
      border-width: 1px;
    }

    .gk-product__modal-arrow {
      width: 44px;
      height: 44px;
    }

    .gk-product__modal-arrow--prev {
      left: 1rem;
    }

    .gk-product__modal-arrow--next {
      right: 1rem;
    }

    .gk-product__modal-arrow svg {
      width: 22px;
      height: 22px;
    }

    .gk-product__fullscreen-icon {
      width: 38px;
      height: 38px;
      bottom: 1rem;
      right: 1rem;
    }

    .gk-product__fullscreen-icon svg {
      width: 18px;
      height: 18px;
    }
  }

  @media (max-width: 360px) {
    .gk-product__modal-close {
      width: 36px;
      height: 36px;
    }

    .gk-product__modal-close svg {
      width: 18px;
      height: 18px;
    }

    .gk-product__modal-arrow {
      width: 40px;
      height: 40px;
    }

    .gk-product__modal-arrow--prev {
      left: 0.75rem;
    }

    .gk-product__modal-arrow--next {
      right: 0.75rem;
    }

    .gk-product__modal-arrow svg {
      width: 20px;
      height: 20px;
    }

    .gk-product__fullscreen-icon {
      width: 36px;
      height: 36px;
    }

    .gk-product__fullscreen-icon svg {
      width: 16px;
      height: 16px;
    }
  }
/* END_SECTION:product */

/* START_SECTION:search (INDEX:25) */
.gk-search {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 100vh;
    padding: 8rem clamp(1rem, 4vw, 4rem) 5rem;
    background: #000;
    color: #fff;
  }

  .gk-search__inner {
    width: min(100%, 1240px);
    margin-inline: auto;
  }

  .gk-search__hero {
    padding: 3rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .gk-search__eyebrow,
  .gk-search__type {
    margin: 0 0 0.85rem;
    font-family: Montserrat, sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.4;
    text-transform: uppercase;
    color: var(--gk-sand, #c5a575);
  }

  .gk-search__title {
    max-width: 850px;
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: clamp(2.4rem, 6vw, 5.4rem);
    font-weight: 300;
    letter-spacing: 0;
    line-height: 0.98;
    color: #fff;
  }

  .gk-search__lead {
    max-width: 720px;
    margin: 1.25rem 0 0;
    font-family: Montserrat, sans-serif;
    font-size: clamp(0.98rem, 1.35vw, 1.12rem);
    font-weight: 300;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.72);
  }

  .gk-search__form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
    max-width: 760px;
    margin-top: 2rem;
  }

  .gk-search__input {
    min-height: 54px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    padding: 0 1rem;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
  }

  .gk-search__input::placeholder {
    color: rgba(255, 255, 255, 0.42);
  }

  .gk-search__submit {
    min-height: 54px;
    border: 1px solid rgba(197, 165, 117, 0.54);
    border-radius: 0;
    background: linear-gradient(135deg, var(--gk-sand, #c5a575), #a98752);
    color: #000;
    padding: 0 1.35rem;
    font-family: Montserrat, sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
  }

  .gk-search__summary,
  .gk-search__starter,
  .gk-search__empty {
    padding: 2.5rem 0 1.5rem;
  }

  .gk-search__summary p,
  .gk-search__empty p {
    margin: 0;
    max-width: 720px;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.72);
  }

  .gk-search__starter h2,
  .gk-search__empty h2 {
    max-width: 760px;
    margin: 0 0 1rem;
    font-family: Montserrat, sans-serif;
    font-size: clamp(1.7rem, 3vw, 2.8rem);
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.1;
    color: #fff;
  }

  .gk-search__results {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    padding-top: 1.5rem;
  }

  .gk-search-paths {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
    padding-top: 1.5rem;
  }

  .gk-search-paths__card {
    min-height: 12rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.035);
    color: #fff;
    text-decoration: none;
    transition: transform 0.25s ease, border-color 0.25s ease;
  }

  .gk-search-paths__card--support {
    border-color: rgba(197, 165, 117, 0.3);
    background: rgba(197, 165, 117, 0.08);
  }

  .gk-search-paths__card:hover {
    transform: translateY(-2px);
    border-color: var(--gk-sand, #c5a575);
  }

  .gk-search-paths__number {
    margin-bottom: 1rem;
    font-family: Montserrat, sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.4;
    color: var(--gk-sand, #c5a575);
  }

  .gk-search-paths__card strong {
    display: block;
    margin-bottom: 0.65rem;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    line-height: 1.35;
  }

  .gk-search-paths__card small {
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 0.86rem;
    font-weight: 300;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
  }

  .gk-search__result {
    display: grid;
    grid-template-rows: auto 1fr;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.035);
    overflow: hidden;
  }

  .gk-search__image-link {
    display: block;
    aspect-ratio: 4 / 5;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    text-decoration: none;
  }

  .gk-search__image,
  .gk-search__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .gk-search__image-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    font-family: Montserrat, sans-serif;
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.4);
  }

  .gk-search__result-copy {
    padding: 1.15rem;
  }

  .gk-search__result-copy h2 {
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
  }

  .gk-search__result-copy h2 a {
    color: #fff;
    text-decoration: none;
  }

  .gk-search__price,
  .gk-search__excerpt {
    margin: 0.75rem 0 0;
    font-family: Montserrat, sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.72);
  }

  .gk-search__pagination {
    grid-column: 1 / -1;
    padding-top: 2rem;
    color: #fff;
  }

  .gk-search__pagination a,
  .gk-search__pagination span {
    color: #fff;
    margin-inline-end: 0.75rem;
  }

  [dir='rtl'] .gk-search,
  .gk-search [data-lang='ar'] {
    font-family: Cairo, sans-serif;
  }

  [dir='rtl'] .gk-search {
    direction: rtl;
    text-align: right;
  }

  @media (max-width: 1080px) {
    .gk-search__results,
    .gk-search-paths {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 640px) {
    .gk-search {
      padding: 6.5rem 1rem 4rem;
    }

    .gk-search__form {
      grid-template-columns: 1fr;
    }

    .gk-search__results,
    .gk-search-paths {
      grid-template-columns: 1fr;
    }
  }

  [dir='rtl'] .gk-search__title {
    font-size: clamp(2rem, 3.8vw, 3.8rem);
    line-height: 1.24;
    letter-spacing: 0;
    text-transform: none;
  }

  [dir='rtl'] .gk-search__eyebrow {
    letter-spacing: 0;
    text-transform: none;
  }

  @media (max-width: 780px) {
    [dir='rtl'] .gk-search__title {
      font-size: clamp(1.8rem, 8vw, 2.75rem);
      line-height: 1.32;
    }
  }
/* END_SECTION:search */

/* CSS from block stylesheet tags */
/* START_BLOCK:group (INDEX:26) */
.group {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;
  }

  .group--horizontal {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--padding);
  }

  .group--vertical {
    flex-direction: column;
    align-items: var(--alignment);
    padding: var(--padding) 0;
  }
/* END_BLOCK:group */

/* START_BLOCK:text (INDEX:27) */
.text {
    text-align: var(--text-align);
  }
  .text--title {
    font-size: 2rem;
    font-weight: 700;
  }
  .text--subtitle {
    font-size: 1.5rem;
  }
/* END_BLOCK:text */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:image (INDEX:39) */
.image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
  }

  .image > img {
    width: 100%;
    height: auto;
  }
/* END_SNIPPET:image */