/** Shopify CDN: Minification failed

Line 865:0 All "@import" rules must come first
Line 866:2 All "@import" rules must come first
Line 1529:0 All "@import" rules must come first
Line 1530:2 All "@import" rules must come first
Line 2780:0 All "@import" rules must come first
Line 2781:2 All "@import" rules must come first
Line 3706:0 All "@import" rules must come first
Line 3707:2 All "@import" rules must come first
Line 4195:0 All "@import" rules must come first
Line 5527:0 All "@import" rules must come first
... and 18 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* 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__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%;
    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__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: 3 / 4;
    position: relative;
    overflow: hidden;
    background: var(--gk-bg-secondary);
    transition: background 0.3s ease;
  }

  .gk-categories__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    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: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .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:hover .gk-categories__image--primary {
    opacity: 0;
    transform: scale(1.05);
  }

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

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

  .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.35rem;
    flex-grow: 1;
  }

  .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__meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .gk-categories__count {
    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;
  }

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

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

  [dir='rtl'] .gk-categories__count {
    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;
    }
  }

  @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: repeat(2, 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: repeat(2, 1fr);
      gap: 1rem;
    }

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

    .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;
    }
  }

  @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: repeat(2, 1fr);
      gap: 0.875rem;
    }

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

    .gk-categories__content {
      padding: 0.75rem;
    }

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

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

  @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;
    }
  }

  /* 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__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__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;
  }

  /* 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: var(--gk-bg-secondary);
    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.05);
  }

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

  /* 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.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__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 {
    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__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 {
    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__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;
    }
  }
/* 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;
  }

  [data-lang='ar'] .gk-contact__title {
    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;
  }

  [data-lang='ar'] .gk-contact__subtitle {
    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;
  }

  [data-lang='ar'] .gk-contact__info-card h3 {
    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;
  }

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

  /* 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;
    }
  }

  /* 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__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;
    }
  }

  /* 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;
    }
  }
/* 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;
  }

  /* 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: 3 / 4;
    position: relative;
    overflow: hidden;
    background: var(--gk-bg-secondary);
    transition: background 0.3s ease;
  }

  .gk-featured__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    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: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .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.05);
  }

  .gk-featured__product-card:hover .gk-featured__image--secondary {
    opacity: 1;
    transform: scale(1.05);
  }

  /* 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.05);
  }

  .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;
  }

  /* 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__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: 3 / 4;
    }

    .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: 3 / 4;
    }

    .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 – sections aligned along the width, no extra space after Follow Us */
  .gk-footer__main {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    gap: 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;
  }

  .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;
  }

  /* Social Links */
  .gk-footer__social {
    display: flex;
    gap: 1.5rem;
  }

  .gk-footer__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gk-text-tertiary);
    transition: all 0.3s ease;
    text-decoration: none;
  }

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

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

  /* 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 1.5rem 0;
    transition: color 0.3s ease;
  }

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

  .gk-footer__nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  .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);
  }

  /* Arabic link styling */
  [dir='rtl'] .gk-footer__nav-link,
  .gk-footer__nav-link[data-lang='ar'] {
    font-family: 'Cairo', sans-serif;
    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;
  }

  /* 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: 2rem;
  }

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

  .gk-footer__payment-icon {
    height: 24px;
    opacity: 0.6;
    transition: opacity 0.3s ease;
  }

  .gk-footer__payment-icon:hover {
    opacity: 1;
  }

  .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: 1.5fr 1fr 1fr 1fr 1fr;
      gap: 2.5rem;
    }

    .gk-footer__brand {
      grid-column: 1 / -1;
      max-width: 100%;
    }

    .gk-footer__nav {
      grid-column: 1 / -1;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
  }

  @media (max-width: 1200px) {
    .gk-footer__main {
      grid-template-columns: 1fr 1fr 1fr;
      gap: 3rem;
    }

    .gk-footer__brand {
      grid-column: 1 / -1;
      max-width: 100%;
    }

    .gk-footer__nav {
      grid-column: 1 / -1;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
  }

  @media (max-width: 1024px) {
    .gk-footer__main {
      grid-template-columns: 1fr;
      gap: 3rem;
    }

    .gk-footer__brand {
      max-width: 100%;
    }

    .gk-footer__nav {
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
  }

  @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__nav {
      grid-template-columns: 1fr;
      gap: 2rem;
    }

    .gk-footer__bottom-content {
      flex-direction: column;
      text-align: center;
      gap: 1.5rem;
    }

    .gk-footer__legal {
      flex-direction: column;
      gap: 1.5rem;
    }

    .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:ground-kingz-hero (INDEX:16) */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300&display=swap');

  .gk-hero {
    position: relative;
    height: 100vh;
    min-height: 100vh;
    background: var(--gk-bg-primary, #000);
    color: var(--gk-text-primary, #fff);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .gk-hero__container {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0 clamp(1.5rem, 5vw, 4rem) clamp(2rem, 4vw, 3.5rem);
  }

  .gk-hero__wordmark {
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: clamp(1rem, 2.5vw, 1.75rem);
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--gk-text-primary, #fff);
    margin: 0;
    text-align: left;
    position: relative;
    z-index: 2;
  }

  /* 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 {% 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: 100svh;
    }
    .gk-hero__wordmark {
      font-size: clamp(0.85rem, 3.5vw, 1.1rem);
      letter-spacing: 0.25em;
    }
  }
/* END_SECTION:ground-kingz-hero */

/* START_SECTION:header (INDEX:17) */
@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: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    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);
  }

  .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: 2rem;
    justify-content: center;
  }

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

  .gk-nav__menu-desktop {
    display: flex;
    gap: 1.5rem;
  }

  .gk-nav__menu-desktop > *:first-child {
    margin-inline-start: 3.5rem;
  }

  .gk-nav__menu-desktop > *:last-child {
    margin-inline-end: 3.5rem;
  }

  .gk-nav__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;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 0;
  }

  .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-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;
  }

  [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);
  }

  [dir='rtl'] .gk-nav__dropdown:hover .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;
  }

  .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);
  }

  /* 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.75rem;
    flex-shrink: 0;
  }

  /* Theme Toggle Button */
  .gk-nav__theme-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__theme-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__theme-toggle:active {
    transform: rotate(15deg) scale(0.95);
  }

  .gk-nav__theme-icon {
    width: 20px;
    height: 20px;
    stroke-width: 2;
    position: absolute;
    transition: all 0.4s ease;
    color: var(--gk-text-primary);
  }

  .gk-nav__theme-icon--sun {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }

  .gk-nav__theme-icon--moon {
    opacity: 0;
    transform: rotate(-90deg) scale(0.5);
  }

  body[data-theme='light'] .gk-nav__theme-icon--sun {
    opacity: 0;
    transform: rotate(90deg) scale(0.5);
  }

  body[data-theme='light'] .gk-nav__theme-icon--moon {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }

  /* 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: 1rem;
    min-width: 200px;
    box-shadow: 0 8px 32px var(--gk-shadow-lg);
    transition: left 0.3s ease, right 0.3s ease;
  }

  [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: 1rem;
  }

  .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.5rem;
    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;
  }

  .gk-nav__mobile-link--nested {
    padding-left: 2rem;
    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: 2rem;
  }

  /* 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;
  }

  /* 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__theme-toggle {
      width: 36px;
      height: 36px;
    }

    .gk-nav__theme-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: 280px;
      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__theme-toggle {
      width: 32px;
      height: 32px;
    }

    .gk-nav__theme-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__theme-toggle,
    .gk-nav__lang-toggle,
    .gk-nav__signin-toggle,
    .gk-nav__cart-toggle {
      width: 30px;
      height: 30px;
    }

    .gk-nav__theme-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.02em;
  }

  [dir='rtl'] .gk-nav__mobile-link {
    text-align: right;
  }
/* END_SECTION:header */

/* START_SECTION:hello-world (INDEX:18) */
.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:product (INDEX:21) */
@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: sticky;
    top: 6.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.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 {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .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;
  }

  /* 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"] #GkProduct-{{ section.id }} .gk-product__benefit-text,
  html[dir="rtl"] #GkProduct-{{ section.id }} .gk-product__benefit-title,
  html[dir="rtl"] #GkProduct-{{ section.id }} .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__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;
  }

  /* 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 {
    padding: 0.65rem 1.35rem;
    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-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);
  }

  /* 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__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;
  }

  .shopify-payment-button__button {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500 !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: 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;
  }

  /* 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__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__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 {
      padding: 0.7rem 1.35rem;
      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__option-btn {
      padding: 0.65rem 1.25rem;
      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__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 {
      padding: 0.6rem 1.15rem;
      font-size: 0.7rem;
      border-radius: 6px;
    }

    .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__option-btn {
      padding: 0.55rem 1rem;
      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:22) */
.search-results {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  .search-results .prev,
  .search-results .page,
  .search-results .next {
    grid-column: 1 / -1;
  }
/* END_SECTION:search */

/* CSS from block stylesheet tags */
/* START_BLOCK:group (INDEX:23) */
.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:24) */
.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:26) */
.image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
  }

  .image > img {
    width: 100%;
    height: auto;
  }
/* END_SNIPPET:image */