@font-face {
  font-family: "Alexandria";
  src: url("../fonts/Alexandria-Variable.ttf") format("truetype-variations");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --paper: #f7f4ec;
  --ink: #132b2a;
  --ink-soft: #3f5552;
  --lime: #dfff61;
  --mint: #9ee7d3;
  --cream: #fffdf7;
  --line: rgba(19, 43, 42, 0.14);
  --orange: #ff744f;
  --blue: #7d93ff;
  --rose: #ffb4c2;
  --violet: #b6a3ff;
}

/* Loqta account orders, tracking and delivery address. */
.loqta-account-section { width: 100%; color: var(--ink); }
.loqta-account-section__heading { margin-bottom: 24px; display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; }
.loqta-account-section__heading .eyebrow { margin: 0 0 4px; color: var(--orange); font-weight: 800; }
.loqta-account-section__heading h2 { margin: 0; font-size: clamp(30px, 4vw, 48px); line-height: 1.2; }
.loqta-orders-count { flex: 0 0 auto; padding: 8px 14px; border: 1px solid var(--ink); border-radius: 999px; background: var(--lime); font-weight: 800; }
.loqta-orders-grid { display: grid; gap: 16px; }
.loqta-order-card { padding: 22px; border: 1px solid var(--line); border-radius: 26px 26px 13px 26px; background: var(--paper); }
.loqta-order-card__top { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.loqta-order-card__top strong { display: block; margin-top: 3px; font-size: 22px; }
.loqta-order-card__label { color: var(--ink-soft); font-size: 10px; }
.loqta-order-status { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 7px 13px; border: 1px solid var(--ink); border-radius: 999px; background: #e7f3ee; font-size: 10px; font-weight: 800; text-align: center; }
.loqta-order-status.status-completed { background: var(--lime); }
.loqta-order-status.status-cancelled,
.loqta-order-status.status-refunded,
.loqta-order-status.status-failed { background: #ffe8e0; color: var(--orange); }
.loqta-order-card__meta { margin: 18px 0; padding: 14px 0; border-block: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.loqta-order-card__meta div { min-width: 0; }
.loqta-order-card__meta dt { color: var(--ink-soft); font-size: 9px; }
.loqta-order-card__meta dd { margin: 3px 0 0; font-weight: 700; overflow-wrap: anywhere; }
.loqta-order-card__button,
.loqta-save-address { min-height: 48px; padding: 10px 20px; border: 1px solid var(--ink); border-radius: 999px; background: var(--lime); color: var(--ink); display: inline-flex; align-items: center; justify-content: center; font-weight: 800; text-align: center; text-decoration: none; }
.loqta-orders-pagination { margin-top: 20px; display: flex; align-items: center; justify-content: center; gap: 16px; }
.loqta-orders-pagination a { color: var(--orange); font-weight: 800; }
.loqta-empty-orders { min-height: 300px; padding: 36px 20px; border: 1px dashed var(--line); border-radius: 28px 28px 14px 28px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.loqta-empty-orders__icon { width: 70px; height: 70px; margin-bottom: 15px; border-radius: 50%; background: var(--mint); display: grid; place-items: center; font-size: 30px; }
.loqta-empty-orders h3 { margin: 0; font-size: 26px; }
.loqta-empty-orders p { max-width: 560px; margin: 7px auto 20px; color: var(--ink-soft); }
.loqta-account-back { display: inline-block; margin-bottom: 16px; color: var(--orange); font-weight: 800; }
.loqta-order-view__heading { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.loqta-order-view__heading .eyebrow { margin: 0; color: var(--orange); font-weight: 800; }
.loqta-order-view__heading h2 { margin: 2px 0 4px; font-size: clamp(30px, 4vw, 46px); }
.loqta-order-view__heading p:last-child { margin: 0; color: var(--ink-soft); }
.loqta-order-exception { margin: 22px 0; padding: 18px; border: 1px solid var(--orange); border-radius: 18px; background: #ffe8e0; font-weight: 700; }
.loqta-order-timeline { margin: 24px 0; padding: 24px; border: 1px solid var(--ink); border-radius: 24px 24px 12px 24px; background: #e7f3ee; }
.loqta-order-timeline__heading { margin-bottom: 18px; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; }
.loqta-order-timeline h3 { margin: 0; font-size: 23px; }
.loqta-order-timeline__heading small { color: var(--ink-soft); }
.loqta-order-timeline ol { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.loqta-order-timeline li { min-width: 0; display: grid; grid-template-columns: 28px minmax(0, 1fr); align-items: start; gap: 10px; opacity: .45; }
.loqta-order-timeline li::before { content: ""; width: 24px; height: 24px; border: 1px solid var(--ink); border-radius: 50%; background: var(--paper); box-sizing: border-box; }
.loqta-order-timeline li.done { opacity: 1; }
.loqta-order-timeline li.done::before { content: "✓"; background: var(--lime); display: grid; place-items: center; font-size: 10px; font-weight: 900; }
.loqta-order-timeline li span { min-width: 0; display: grid; gap: 3px; }
.loqta-order-timeline li small { color: var(--ink-soft); line-height: 1.65; }
.loqta-order-products { margin-top: 26px; }
.loqta-order-products h3,
.loqta-order-summary h3,
.loqta-order-address h3 { margin: 0 0 16px; font-size: 24px; }
.loqta-order-products__list { display: grid; gap: 12px; }
.loqta-order-product { padding: 14px; border: 1px solid var(--line); border-radius: 22px 22px 11px 22px; background: var(--paper); display: grid; grid-template-columns: 90px minmax(0, 1fr) auto; align-items: center; gap: 16px; }
.loqta-order-product__image { width: 90px; aspect-ratio: 1; border-radius: 18px 18px 9px 18px; background: #e7f3ee; overflow: hidden; }
.loqta-order-product__image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.loqta-order-product__info { min-width: 0; display: grid; gap: 4px; }
.loqta-order-product__info h4 { margin: 0; font-size: 16px; line-height: 1.5; }
.loqta-order-product__info p,
.loqta-order-product__info span { margin: 0; color: var(--ink-soft); font-size: 10px; }
.loqta-order-product__total { color: var(--orange); white-space: nowrap; }
.loqta-order-view__bottom { margin-top: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.loqta-order-view__bottom > .loqta-order-summary { margin-top: 0; }
.loqta-order-summary,
.loqta-order-address { padding: 22px; border: 1px solid var(--line); border-radius: 24px 24px 12px 24px; background: var(--paper); }
.loqta-order-summary > div { padding: 9px 0; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.loqta-order-summary > div:last-child { border-bottom: 0; font-size: 17px; }
.loqta-order-address address { margin: 0; font-style: normal; line-height: 1.9; }
.loqta-order-address p { margin: 8px 0 0; font-weight: 700; }
.loqta-address-card { padding: 24px; border: 1px solid var(--line); border-radius: 26px 26px 13px 26px; background: var(--paper); display: grid; grid-template-columns: 64px minmax(0, 1fr) auto; align-items: center; gap: 18px; }
.loqta-address-card__icon { width: 64px; height: 64px; border: 1px solid var(--ink); border-radius: 50%; background: var(--mint); display: grid; place-items: center; font-size: 28px; }
.loqta-address-card__content { min-width: 0; }
.loqta-address-card__content h3 { margin: 0 0 5px; font-size: 22px; }
.loqta-address-card__content address { margin: 0; font-style: normal; line-height: 1.8; }
.loqta-address-card__content p { margin: 5px 0 0; color: var(--ink-soft); }
.loqta-account-address-form { padding: 24px; border: 1px solid var(--ink); border-radius: 28px 28px 14px 28px; background: var(--paper); }
.loqta-account-address-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 14px; }
.loqta-account-address-fields .form-row-wide,
.loqta-account-address-fields #billing_phone_field,
.loqta-account-address-fields #billing_phone_alt_field,
.loqta-account-address-fields #billing_state_field,
.loqta-account-address-fields #billing_city_field,
.loqta-account-address-fields #billing_postcode_field,
.loqta-account-address-fields #billing_address_1_field,
.loqta-account-address-fields #billing_country_field { grid-column: 1 / -1; }
.loqta-account-address-fields .select2-container { width: 100% !important; }
.loqta-save-address { width: 100%; margin-top: 10px; }

@media (max-width: 640px) {
  .loqta-account-section__heading,
  .loqta-order-view__heading { align-items: flex-start; flex-direction: column; }
  .loqta-account-section__heading h2,
  .loqta-order-view__heading h2 { font-size: 30px; }
  .loqta-order-card { padding: 16px 13px; }
  .loqta-order-card__top { align-items: flex-start; }
  .loqta-order-card__meta { grid-template-columns: 1fr 1fr; }
  .loqta-order-card__meta div:last-child { grid-column: 1 / -1; }
  .loqta-order-card__button { width: 100%; }
  .loqta-order-timeline { padding: 18px 14px; }
  .loqta-order-timeline__heading { align-items: flex-start; flex-direction: column; }
  .loqta-order-timeline ol { grid-template-columns: 1fr; }
  .loqta-order-product { grid-template-columns: 74px minmax(0, 1fr); align-items: start; gap: 12px; }
  .loqta-order-product__image { width: 74px; }
  .loqta-order-product__total { grid-column: 2; }
  .loqta-order-view__bottom { grid-template-columns: 1fr; }
  .loqta-order-summary,
  .loqta-order-address { padding: 18px 14px; }
  .loqta-address-card { padding: 18px 14px; grid-template-columns: 52px minmax(0, 1fr); align-items: start; }
  .loqta-address-card__icon { width: 52px; height: 52px; }
  .loqta-address-card .loqta-order-card__button { grid-column: 1 / -1; }
  .loqta-account-address-form { padding: 18px 12px; }
  .loqta-account-address-fields { grid-template-columns: 1fr; }
  .loqta-account-address-fields .form-row { grid-column: 1; }
}

/* Mobile storefront navigation — v0.4.02. */
.loqta-mobile-nav {
  display: none;
}

.main-card {
  height: 430px;
  justify-content: flex-start;
  gap: 12px;
}

.main-card .stage-card-copy {
  margin-top: auto;
}

@media (max-width: 640px) {
  html {
    scroll-padding-bottom: calc(116px + env(safe-area-inset-bottom));
  }

  body {
    padding-bottom: calc(112px + env(safe-area-inset-bottom));
  }

  .header-actions .header-account-link,
  .header-actions .header-cart-link {
    display: none !important;
  }

  .header-actions {
    max-width: calc(100% - 116px);
  }

  .main-card {
    height: 430px;
    gap: 12px;
  }

  .loqta-mobile-nav {
    position: fixed;
    z-index: 900;
    right: 0;
    bottom: 0;
    left: 0;
    height: calc(86px + env(safe-area-inset-bottom));
    padding: 12px max(8px, env(safe-area-inset-left)) max(0px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-right));
    border-radius: 22px 22px 0 0;
    background: var(--ink);
    box-shadow: 0 -3px 20px rgba(0, 0, 0, .18);
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: start;
    direction: rtl;
    overflow: visible;
  }

  .loqta-mobile-nav__item {
    min-width: 0;
    min-height: 62px;
    padding: 0 2px;
    color: rgba(255, 255, 255, .76);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: color .18s ease, transform .18s ease, background-color .18s ease;
  }

  .loqta-mobile-nav__item:active {
    transform: scale(.95);
  }

  .loqta-mobile-nav__item.is-active {
    color: var(--lime);
    font-weight: 800;
  }

  .loqta-mobile-nav__icon {
    position: relative;
    width: 25px;
    height: 25px;
    display: grid;
    place-items: center;
  }

  .loqta-mobile-nav__icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .loqta-mobile-nav__label {
    white-space: nowrap;
  }

  .loqta-mobile-nav__item--home {
    transform: translateY(-26px);
    color: rgba(255, 255, 255, .82);
  }

  .loqta-mobile-nav__item--home:active {
    transform: translateY(-26px) scale(.95);
  }

  .loqta-mobile-nav__item--home .loqta-mobile-nav__icon {
    width: 62px;
    height: 62px;
    margin-bottom: -1px;
    border: 4px solid var(--cream);
    border-radius: 50%;
    background: var(--lime);
    color: var(--ink);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
  }

  .loqta-mobile-nav__item--home .loqta-mobile-nav__icon svg {
    width: 25px;
    height: 25px;
    stroke-width: 1.9;
  }

  .loqta-mobile-nav__item--home.is-active {
    color: var(--lime);
  }

  .loqta-mobile-nav__item--home.is-active .loqta-mobile-nav__icon {
    background: var(--lime);
  }

  .loqta-mobile-nav__count {
    position: absolute;
    top: -5px;
    left: -7px;
    min-width: 18px;
    height: 18px;
    padding-inline: 4px;
    border: 2px solid var(--ink);
    border-radius: 999px;
    background: var(--orange);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 8px;
    font-weight: 800;
    line-height: 1;
  }

  .loqta-contact-modal {
    z-index: 1200;
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Alexandria", "Noto Kufi Arabic", Tahoma, Arial, sans-serif;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section-space { padding-block: 110px; }

.announcement {
  min-height: 40px;
  padding: 9px 24px;
  background: var(--ink);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 12px;
}
.announcement span { color: var(--lime); font-weight: 700; }
.announcement strong { font-weight: 500; opacity: .86; }

.site-header { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 30px; font-weight: 800; letter-spacing: 0; }
.brand-mark { width: 32px; height: 32px; border-radius: 50% 50% 8px 50%; background: var(--lime); position: relative; display: inline-block; transform: rotate(-10deg); }
.brand-mark i { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--ink); left: 6px; top: 7px; }
.desktop-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 600; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; inset-inline: 0; bottom: -9px; height: 2px; background: var(--ink); transform: scaleX(0); transition: transform .2s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-cart-link { min-height: 38px; padding: 0 16px; border: 1px solid var(--ink); border-radius: 999px; background: var(--lime); display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-size: 10px; font-weight: 700; white-space: nowrap; transition: transform .2s ease, box-shadow .2s ease; }
.header-cart-link:hover { transform: translateY(-2px); box-shadow: 0 4px 0 var(--ink); }
.header-actions { display: flex; align-items: center; gap: 9px; }
.header-wishlist-link { width: 36px; height: 36px; border: 0; display: grid; place-items: center; color: #e83f52; line-height: 1; text-decoration: none; transition: color .18s ease, transform .18s ease; }
.header-wishlist-link:hover { transform: scale(1.08); }
.header-wishlist-link.has-items { color: #e83f52; }
.header-wishlist-link .loqta-heart-icon { fill: currentColor; }
.header-wishlist-link .loqta-heart-icon { width: 27px; height: 27px; }
.header-welcome { max-width: 240px; color: var(--ink-soft); font-size: 13px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.header-welcome strong { color: var(--ink); font-weight: 800; }
.header-account-link { min-height: 38px; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; color: var(--ink); font-size: 10px; font-weight: 700; white-space: nowrap; transition: border-color .2s ease, transform .2s ease; }
.header-account-link:hover { border-color: var(--ink); transform: translateY(-2px); }
.primary-button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; background: var(--lime); border: 1px solid var(--ink); border-radius: 999px; font-size: 13px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 6px 0 var(--ink); }

.hero { min-height: 660px; display: grid; grid-template-columns: 1fr .95fr; align-items: center; gap: 70px; padding-block: 62px 84px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.eyebrow span { width: 28px; height: 2px; background: var(--orange); }
.hero h1 { margin: 24px 0 20px; font-size: clamp(56px, 7vw, 92px); line-height: 1.3; letter-spacing: 0; font-weight: 800; }
.hero h1 .hero-title-line { color: var(--ink); }
.hero h1 em, .why-copy h2 em { color: var(--orange); font-style: normal; position: relative; }
.hero h1 em::after { content: ""; position: absolute; height: 13px; border-radius: 50%; background: var(--lime); inset-inline: -6px; bottom: 2px; z-index: -1; transform: rotate(-2deg); }
.hero-copy > p { max-width: 590px; margin: 0; color: var(--ink-soft); line-height: 2; font-size: 16px; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 26px; }
.primary-button { min-height: 56px; padding: 0 28px; }
.text-button { display: inline-flex; gap: 8px; font-size: 13px; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.trust-row { display: flex; gap: 36px; margin-top: 42px; padding-top: 28px; border-top: 1px solid var(--line); }
.trust-row > div { display: flex; gap: 11px; align-items: center; }
.trust-row b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--lime); font-size: 13px; }
.trust-row span { display: flex; flex-direction: column; gap: 2px; }
.trust-row strong { font-size: 12px; }
.trust-row small { font-size: 10px; color: var(--ink-soft); }

.hero-stage { min-height: 520px; position: relative; display: grid; place-items: center; }
.hero-stage::before { content: ""; position: absolute; width: 410px; height: 410px; border-radius: 50%; background: var(--mint); top: 45px; left: 55px; }
.hero-stage::after { content: ""; position: absolute; width: 210px; height: 260px; border-radius: 110px 110px 28px 28px; background: var(--lime); bottom: 0; right: 0; transform: rotate(15deg); }
.stage-orbit { position: absolute; border: 1px solid rgba(19,43,42,.22); border-radius: 50%; z-index: 1; }
.orbit-one { width: 510px; height: 270px; transform: rotate(-18deg); }
.orbit-two { width: 430px; height: 210px; transform: rotate(24deg); border-style: dashed; }
.stage-card { z-index: 2; position: relative; }
.main-card { width: 330px; height: 405px; padding: 26px; border-radius: 40px 40px 18px 40px; background: var(--cream); border: 1px solid var(--ink); box-shadow: 14px 14px 0 rgba(19,43,42,.12); transform: rotate(-3deg); display: flex; flex-direction: column; justify-content: space-between; }
.card-badge { align-self: flex-end; padding: 8px 13px; border-radius: 999px; background: var(--orange); color: #fff; font-size: 10px; font-weight: 700; }
.hero-product { width: 250px; height: 250px; object-fit: contain; margin-inline: auto; filter: drop-shadow(0 16px 18px rgba(19,43,42,.16)); }
.stage-card-copy { display: flex; flex-direction: column; gap: 5px; }
.stage-card-copy small { color: var(--ink-soft); font-size: 10px; }
.stage-card-copy strong { font-size: 21px; letter-spacing: 0; line-height: 1.55; }
.floating-note { position: absolute; z-index: 3; background: var(--ink); color: #fff; border-radius: 18px; padding: 15px 18px; display: flex; flex-direction: column; min-width: 126px; box-shadow: 8px 8px 0 var(--orange); }
.floating-note span, .floating-note b { color: var(--lime); font-size: 23px; }
.floating-note small { font-size: 9px; opacity: .82; }
.note-top { top: 55px; right: 5px; transform: rotate(5deg); }
.note-bottom { bottom: 45px; left: 0; transform: rotate(-6deg); }
.note-bottom b { font-size: 14px; }
.spark { position: absolute; z-index: 3; font-size: 30px; color: var(--orange); }.spark-one { top: 14px; left: 80px; }.spark-two { bottom: 42px; right: 44px; color: var(--blue); }

.section-heading { margin-bottom: 42px; }
.section-kicker { color: var(--orange); margin-bottom: 13px; }
.section-heading h2, .help-intro h2 { font-size: clamp(36px, 5vw, 58px); line-height: 1.4; letter-spacing: 0; margin: 0; }
.split-heading { display: flex; justify-content: space-between; align-items: end; gap: 48px; }
.split-heading > p { max-width: 470px; margin: 0; color: var(--ink-soft); line-height: 1.9; font-size: 13px; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.category-card { min-height: 230px; border: 1px solid var(--ink); border-radius: 28px 28px 12px 28px; padding: 20px; position: relative; display: flex; flex-direction: column; align-items: flex-start; transition: transform .2s ease, box-shadow .2s ease; }
.category-card:hover { transform: translateY(-6px); box-shadow: 7px 7px 0 var(--ink); }
.category-card.mint { background: #bcebdc; }.category-card.blue { background: #c7d1ff; }.category-card.rose { background: #ffd0d8; }.category-card.amber { background: #ffca82; }.category-card.violet { background: #d8ceff; }
.category-icon { width: 54px; height: 54px; display: grid; place-items: center; background: var(--cream); border: 1px solid var(--ink); border-radius: 50%; font-size: 24px; margin-bottom: auto; }
.category-card strong { font-size: 20px; margin-bottom: 5px; }.category-card small { font-size: 10px; opacity: .65; }.category-card > i { position: absolute; left: 20px; bottom: 21px; font-style: normal; font-size: 20px; }

.picks-section { background: var(--cream); border-block: 1px solid var(--line); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.product-card { background: var(--paper); border: 1px solid var(--line); border-radius: 28px 28px 16px 28px; overflow: hidden; transition: transform .2s ease; display: flex; flex-direction: column; }
.product-card:hover { transform: translateY(-5px); }
.product-visual { height: 260px; margin: 10px; border-radius: 21px 21px 10px 21px; position: relative; display: grid; place-items: center; overflow: hidden; background: transparent; }
.product-visual::before, .product-visual::after { content: none; }
.product-visual::before { width: 230px; height: 120px; transform: rotate(-18deg); }.product-visual::after { width: 180px; height: 90px; transform: rotate(27deg); border-style: dashed; }
.product-number { position: absolute; right: 16px; top: 14px; z-index: 3; font-size: 11px; font-weight: 700; }
.product-visual img { position: absolute; inset: 0; display: block; width: 100% !important; height: 100% !important; min-width: 100%; min-height: 100%; max-width: none !important; max-height: none !important; padding: 0; object-fit: cover; object-position: center; border-radius: inherit; z-index: 1; transition: transform .25s ease; filter: none; }
.product-card:hover .product-visual img { transform: scale(1.035) rotate(-1deg); }
.candidate-chip { position: absolute; bottom: 14px; left: 14px; z-index: 3; background: var(--ink); color: var(--lime); border-radius: 999px; padding: 7px 11px; font-size: 9px; font-weight: 700; white-space: nowrap; }
.product-body { padding: 16px 20px 22px; display: flex; flex-direction: column; flex: 1; }.product-body > small { color: var(--orange); font-weight: 700; font-size: 10px; }.product-copy-link { display: flex; flex-direction: column; flex: 1; }.product-body h3 { font-size: 18px; margin: 8px 0; letter-spacing: 0; line-height: 1.6; }.product-body p { min-height: 48px; margin: 0; color: var(--ink-soft); font-size: 11px; line-height: 1.8; flex: 1; }.product-details-link { align-self: flex-start; margin-top: 10px; color: var(--ink); border-bottom: 1px solid currentColor; padding-bottom: 3px; font-size: 9px; font-weight: 700; }.product-action { width: 100%; margin-top: 18px; min-height: 48px; border: 1px solid var(--ink); border-radius: 999px; background: var(--lime); color: var(--ink); font-size: 11px; display: flex; align-items: center; justify-content: space-between; padding-inline: 17px; transition: transform .2s ease, box-shadow .2s ease; }.product-action:hover { transform: translateY(-2px); box-shadow: 0 4px 0 var(--ink); }.product-action strong { font-size: 14px; }
.product-action.is-unavailable { background: #ecebe5; color: var(--ink-soft); cursor: not-allowed; opacity: .72; }
.product-action.is-unavailable:hover { transform: none; box-shadow: none; }

.why-card { min-height: 500px; border-radius: 48px 48px 18px 48px; background: var(--ink); color: #fff; padding: 68px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; position: relative; overflow: hidden; }
.why-card::after { content: ""; position: absolute; width: 340px; height: 340px; border-radius: 50%; border: 1px dashed rgba(223,255,97,.25); left: -90px; bottom: -190px; }
.section-kicker.light { color: var(--lime); }.why-copy h2 { font-size: clamp(42px, 5.6vw, 68px); line-height: 1.42; letter-spacing: 0; margin: 12px 0 24px; }.why-copy p { color: rgba(255,255,255,.66); line-height: 2; font-size: 13px; max-width: 520px; }.why-copy > a { display: inline-flex; gap: 16px; margin-top: 24px; padding-bottom: 6px; border-bottom: 1px solid var(--lime); color: var(--lime); font-weight: 700; font-size: 12px; }
.why-steps { display: flex; flex-direction: column; justify-content: center; }.why-steps > div { display: grid; grid-template-columns: 52px 90px 1fr; align-items: center; gap: 18px; padding-block: 25px; border-bottom: 1px solid rgba(255,255,255,.15); }.why-steps > div:first-child { border-top: 1px solid rgba(255,255,255,.15); }.why-steps span { width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; display: grid; place-items: center; color: var(--lime); font-size: 13px; }.why-steps strong { font-size: 17px; }.why-steps p { margin: 0; color: rgba(255,255,255,.6); line-height: 1.7; font-size: 11px; }

.help-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }.help-intro > p { color: var(--ink-soft); font-size: 12px; line-height: 1.9; margin: 24px 0 30px; }.help-pill { position: relative; display: inline-flex; width: fit-content; max-width: 100%; min-height: 64px; box-sizing: border-box; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 13px 68px; align-items: center; justify-content: center; text-align: center; }.help-pill > span { position: absolute; inset-inline-start: 18px; width: 36px; height: 36px; background: var(--lime); border-radius: 50%; display: grid; place-items: center; font-weight: 800; }.help-pill strong { font-size: 11px; text-align: center; }.help-pill small { color: var(--ink-soft); font-size: 9px; }.faq-list details { border-top: 1px solid var(--line); }.faq-list details:last-child { border-bottom: 1px solid var(--line); }.faq-list summary { list-style: none; cursor: pointer; padding: 25px 4px; font-weight: 700; font-size: 15px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { font-size: 21px; font-weight: 400; transition: transform .2s ease; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { color: var(--ink-soft); font-size: 12px; line-height: 2; margin: -5px 0 24px; padding-left: 50px; }

footer { background: var(--ink); color: #fff; padding-block: 54px; }.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }.brand-light .brand-mark { background: var(--lime); }.footer-brand p { margin: 14px 0 0; color: rgba(255,255,255,.6); font-size: 11px; }.footer-links { display: flex; flex-wrap: wrap; gap: 18px; font-size: 11px; color: rgba(255,255,255,.78); }.footer-links a,.footer-contact-trigger { border: 0; border-bottom: 1px solid rgba(255,255,255,.28); padding: 0 0 4px; background: transparent; color: inherit; font: inherit; cursor: pointer; }.footer-links a:hover,.footer-contact-trigger:hover { color: var(--lime); }.footer-meta { grid-column: 1 / -1; margin-top: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; gap: 22px; color: rgba(255,255,255,.5); font-size: 9px; }.footer-meta-copy { display: flex; align-items: center; gap: 22px; }.footer-socials { margin-right: auto; margin-left: 0; display: flex; direction: ltr; align-items: center; gap: 10px; }.footer-socials a { width: 38px; height: 38px; display: grid; place-items: center; color: rgba(255,255,255,.76); background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.18); border-radius: 50%; transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease; }.footer-socials a:hover,.footer-socials a:focus-visible { color: #fff; background: rgba(255,255,255,.11); border-color: rgba(255,255,255,.42); transform: translateY(-2px); }.footer-socials svg { width: 19px; height: 19px; display: block; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }.footer-socials svg .is-filled { fill: currentColor; stroke: none; }

/* Contact dialog: the current Egypt store keeps one in-page contact surface. */
body.loqta-contact-open { overflow: hidden; }
.loqta-contact-modal[hidden] { display: none !important; }
.loqta-contact-modal { position: fixed; inset: 0; z-index: 100050; display: grid; place-items: center; padding: 22px; opacity: 0; transition: opacity .18s ease; }
.loqta-contact-modal.is-open { opacity: 1; }
.loqta-contact-backdrop { position: absolute; inset: 0; background: rgba(7,25,24,.72); backdrop-filter: blur(7px); }
.loqta-contact-dialog { position: relative; z-index: 1; width: min(100%, 590px); max-width: 100%; max-height: calc(100dvh - 44px); box-sizing: border-box; overflow-x: hidden; overflow-y: auto; padding: 38px; border: 1px solid var(--ink); border-radius: 34px 34px 17px 34px; background: var(--cream); color: var(--ink); box-shadow: 18px 18px 0 rgba(223,255,97,.24); transform: translateY(12px) scale(.985); transition: transform .18s ease; }
.loqta-contact-modal.is-open .loqta-contact-dialog { transform: translateY(0) scale(1); }
.loqta-contact-close { position: absolute; top: 18px; left: 18px; width: 42px; height: 42px; padding: 0; border: 1px solid var(--ink); border-radius: 50%; background: var(--paper); color: var(--ink); display: grid; place-items: center; font: 500 27px/1 Alexandria,sans-serif; cursor: pointer; }
.loqta-contact-heading { padding-left: 46px; }
.loqta-contact-heading h2 { margin: 5px 0 8px; font-size: clamp(34px,5vw,52px); line-height: 1.2; }
.loqta-contact-heading p { margin: 0 0 24px; color: var(--ink-soft); font-size: 12px; line-height: 1.8; }
.loqta-contact-form { display: grid; gap: 9px; }
.loqta-contact-form label { margin-top: 5px; font-size: 11px; font-weight: 800; }
.loqta-contact-form input,.loqta-contact-form textarea { width: 100%; box-sizing: border-box; border: 1px solid rgba(19,43,42,.22); border-radius: 18px 18px 9px 18px; background: var(--paper); color: var(--ink); padding: 14px 16px; font: 600 14px/1.7 Alexandria,sans-serif; outline: 0; transition: border-color .16s ease,box-shadow .16s ease,background .16s ease; }
.loqta-contact-form textarea { min-height: 134px; resize: vertical; }
.loqta-contact-form input:focus,.loqta-contact-form textarea:focus { border-color: var(--ink); background: #fff; box-shadow: 0 0 0 4px rgba(158,231,211,.38); }
.loqta-contact-submit { min-height: 55px; margin-top: 12px; padding: 12px 24px; border: 1px solid var(--ink); border-radius: 999px; background: var(--lime); color: var(--ink); display: inline-flex; align-items: center; justify-content: center; gap: 10px; font: 800 15px/1 Alexandria,sans-serif; cursor: pointer; }
.loqta-contact-submit span { font-size: 20px; }
.loqta-contact-submit:disabled { opacity: .68; cursor: wait; }
.loqta-contact-status { min-height: 20px; margin: 2px 0 0; color: var(--ink-soft); font-size: 11px; text-align: center; }
.loqta-contact-status.is-error { color: #c73c2c; font-weight: 700; }
.loqta-contact-trap { position: absolute !important; inset: 0 auto auto 0 !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; opacity: 0 !important; pointer-events: none !important; }
.loqta-contact-form[hidden],.loqta-contact-success[hidden] { display: none !important; }
.loqta-contact-success { padding: 34px 0 16px; text-align: center; }
.loqta-contact-success > span { width: 76px; height: 76px; margin: 0 auto 18px; border: 1px solid var(--ink); border-radius: 50%; background: var(--lime); display: grid; place-items: center; font-size: 34px; font-weight: 900; }
.loqta-contact-success h3 { margin: 0 0 10px; font-size: 27px; }
.loqta-contact-success p { margin: 0 auto 24px; color: var(--ink-soft); line-height: 1.8; }
.loqta-contact-success button { min-width: 150px; min-height: 48px; border: 1px solid var(--ink); border-radius: 999px; background: var(--paper); color: var(--ink); font: 800 13px Alexandria,sans-serif; cursor: pointer; }

@media (max-width: 620px) {
  .loqta-contact-modal { padding: 12px; align-items: end; }
  .loqta-contact-dialog { width: 100%; max-height: calc(100dvh - 24px); padding: 30px 20px 22px; border-radius: 30px 30px 14px 30px; box-shadow: 8px 8px 0 rgba(223,255,97,.24); }
  .loqta-contact-close { top: 14px; left: 14px; width: 38px; height: 38px; }
  .loqta-contact-heading { padding-left: 42px; }
  .loqta-contact-heading h2 { font-size: 36px; }
}

.policy-page { min-height: 100vh; background: var(--paper); }.policy-header { border-bottom: 1px solid var(--line); }.policy-back { font-size: 12px; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 4px; }.policy-hero { padding-block: 90px 55px; }.policy-hero h1 { margin: 12px 0 18px; font-size: clamp(45px, 7vw, 78px); line-height: 1.35; letter-spacing: 0; }.policy-hero p { max-width: 650px; color: var(--ink-soft); line-height: 2; font-size: 13px; }.policy-list { display: grid; gap: 18px; padding-bottom: 100px; }.policy-card { scroll-margin-top: 28px; background: var(--cream); border: 1px solid var(--line); border-radius: 28px 28px 14px 28px; padding: 34px; }.policy-card h2 { margin: 0 0 14px; font-size: 25px; line-height: 1.5; }.policy-card p, .policy-card li { color: var(--ink-soft); font-size: 12px; line-height: 2; }.policy-card ul { margin: 0; padding-inline-start: 22px; }

.lab-announcement { background: var(--ink); }
.lab-country { display: inline-flex; align-items: center; min-height: 38px; padding: 0 15px; border: 1px solid var(--ink); border-radius: 999px; background: var(--lime); font-size: 10px; font-weight: 700; white-space: nowrap; }
.lab-stage-card { cursor: default; }
.lab-shirt { width: 100%; min-height: 210px; display: grid; place-items: center; font-size: 138px; line-height: 1; filter: drop-shadow(0 16px 16px rgba(19,43,42,.16)); }
.lab-shirt.small { min-height: 0; font-size: 104px; z-index: 1; }
.lab-product-grid { grid-template-columns: minmax(280px, 390px); justify-content: center; }
.lab-product-visual { cursor: default; }
.product-action:is(button) { cursor: pointer; }
.product-action:is(button):disabled { cursor: not-allowed; opacity: .55; transform: none; box-shadow: none; }
.lab-checkout-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.lab-cart-summary h2 { margin: 10px 0 24px; font-size: clamp(34px, 4.5vw, 54px); line-height: 1.45; }
.lab-cart-summary > p { color: var(--ink-soft); font-size: 12px; line-height: 1.9; }
.lab-cart-line { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px; background: var(--cream); border: 1px solid var(--line); border-radius: 22px 22px 10px 22px; }
.lab-cart-line > div { display: flex; flex-direction: column; gap: 7px; }
.lab-cart-line strong { font-size: 13px; line-height: 1.6; }
.lab-cart-line small { color: var(--ink-soft); font-size: 9px; }
.lab-cart-line > b { color: var(--orange); font-size: 17px; white-space: nowrap; }
.lab-cart-summary .lab-cart-line + .lab-cart-line { margin-top: 10px; }
.lab-cart-total { margin-top: 14px; padding-top: 16px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 12px; }
.lab-cart-total b { color: var(--orange); font-size: 18px; white-space: nowrap; }
.store-loading { color: var(--ink-soft); text-align: center; line-height: 2; }
.lab-message { margin-top: 18px; padding: 17px 19px; border: 1px solid var(--ink); border-radius: 18px 18px 8px 18px; display: flex; flex-direction: column; gap: 7px; font-size: 11px; line-height: 1.7; }
.lab-message.error { background: #ffd0d8; }
.lab-message.success { background: var(--lime); }
.lab-message span { color: var(--ink-soft); }
.lab-checkout-form { padding: 30px; background: var(--cream); border: 1px solid var(--ink); border-radius: 30px 30px 14px 30px; box-shadow: 10px 10px 0 rgba(19,43,42,.1); display: grid; gap: 17px; }
.lab-field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lab-checkout-form label { display: grid; gap: 8px; color: var(--ink-soft); font-size: 10px; font-weight: 700; }
.lab-checkout-form input { width: 100%; min-height: 49px; padding: 0 15px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 15px; outline: none; }
.lab-checkout-form select { width: 100%; min-height: 49px; padding: 0 15px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 15px; outline: none; cursor: pointer; }
.lab-checkout-form input:focus, .lab-checkout-form select:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(223,255,97,.65); }
.lab-submit { width: 100%; margin-top: 3px; cursor: pointer; }
.lab-submit:disabled { cursor: not-allowed; opacity: .55; transform: none; box-shadow: none; }
.lab-disclaimer { color: var(--ink-soft); font-size: 8px; line-height: 1.8; text-align: center; }
.storefront-error { margin-bottom: 70px; }

.cart-page { min-height: 100vh; }
.cart-hero { padding-block: 82px 46px; }
.cart-hero h1 { margin: 10px 0 14px; font-size: clamp(48px, 7vw, 78px); line-height: 1.35; }
.cart-hero p { max-width: 680px; margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 2; }
.cart-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: start; padding-bottom: 110px; }
.cart-items-panel, .cart-checkout-panel { min-width: 0; }
.cart-panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.cart-panel-heading h2 { margin: 0; font-size: 25px; }
.cart-panel-heading small { color: var(--ink-soft); font-size: 10px; }
.cart-item { display: grid; grid-template-columns: 110px minmax(0, 1fr) auto auto; align-items: center; gap: 18px; padding: 14px; background: var(--cream); border: 1px solid var(--line); border-radius: 24px 24px 12px 24px; }
.cart-item + .cart-item { margin-top: 12px; }
.cart-item-image { width: 110px; height: 110px; border-radius: 18px 18px 8px 18px; background: #e7f3ee; overflow: hidden; display: grid; place-items: center; }
.cart-item-image img { width: 100%; height: 100%; object-fit: contain; }
.cart-item-image > span { font-size: 32px; }
.cart-item-copy { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.cart-item-copy h3 { margin: 0; font-size: 13px; line-height: 1.65; }
.cart-item-copy small { color: var(--ink-soft); font-size: 9px; }
.cart-remove { padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--orange); font-size: 9px; font-weight: 700; cursor: pointer; }
.cart-remove:disabled { opacity: .5; cursor: wait; }
.quantity-control { display: flex; align-items: center; gap: 8px; padding: 5px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); }
.quantity-control button { width: 28px; height: 28px; border: 0; border-radius: 50%; background: var(--cream); color: var(--ink); cursor: pointer; }
.quantity-control button:disabled { opacity: .35; cursor: not-allowed; }
.quantity-control strong { min-width: 18px; text-align: center; font-size: 11px; }
.cart-item-total { color: var(--orange); font-size: 13px; white-space: nowrap; }
.empty-cart { min-height: 320px; border: 1px dashed var(--line); border-radius: 28px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 32px; }
.empty-cart > span { width: 62px; height: 62px; border-radius: 50%; background: var(--mint); display: grid; place-items: center; font-size: 25px; }
.empty-cart h3 { margin: 18px 0 4px; font-size: 21px; }
.empty-cart p { margin: 0 0 22px; color: var(--ink-soft); font-size: 11px; }
.empty-cart .primary-button { min-height: 48px; }
.shipping-summary { display: grid; gap: 12px; margin-top: 4px; padding: 18px; background: var(--paper); border: 1px solid var(--line); border-radius: 18px 18px 8px 18px; }
.shipping-summary > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--ink-soft); font-size: 10px; }
.shipping-summary b { color: var(--ink); white-space: nowrap; }
.shipping-summary .shipping-total { padding-top: 13px; border-top: 1px solid var(--line); color: var(--ink); font-size: 12px; font-weight: 700; }
.shipping-summary .shipping-total b { color: var(--orange); font-size: 16px; }
.shipping-warning { padding: 14px; border: 1px solid var(--orange); border-radius: 15px; background: #fff2ec; color: var(--ink-soft); font-size: 9px; line-height: 1.8; }
.shipping-warning a { color: var(--ink); font-weight: 700; border-bottom: 1px solid currentColor; }
.checkout-access-card { padding: 32px; background: var(--cream); border: 1px solid var(--ink); border-radius: 30px 30px 14px 30px; box-shadow: 10px 10px 0 rgba(19,43,42,.1); display: grid; gap: 16px; }
.checkout-access-card h2 { margin: 4px 0 0; font-size: 25px; line-height: 1.55; }
.checkout-access-card p { margin: 0 0 4px; color: var(--ink-soft); font-size: 10px; line-height: 1.9; }
.checkout-access-card .primary-button { min-height: 52px; }
.guest-checkout-button { min-height: 50px; border: 1px solid var(--ink); border-radius: 999px; background: transparent; color: var(--ink); font-size: 11px; font-weight: 700; cursor: pointer; }
.checkout-form-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.checkout-form-heading button { padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--ink-soft); font-size: 8px; cursor: pointer; }
.cart-success-card { min-height: 440px; margin-bottom: 110px; border: 1px solid var(--ink); border-radius: 36px 36px 16px 36px; background: var(--cream); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 42px; }
.cart-success-card > span { width: 70px; height: 70px; border-radius: 50%; background: var(--lime); display: grid; place-items: center; font-size: 30px; font-weight: 800; }
.cart-success-card h2 { margin: 22px 0 8px; font-size: 30px; }
.cart-success-card p { margin: 0 0 24px; color: var(--ink-soft); font-size: 11px; }

.category-page { min-height: 100vh; }
.category-hero { min-height: 310px; margin-top: 58px; padding: 52px 58px; border: 1px solid var(--ink); border-radius: 42px 42px 18px 42px; display: flex; align-items: center; justify-content: space-between; gap: 42px; position: relative; overflow: hidden; }
.category-hero::after { content: ""; position: absolute; width: 310px; height: 150px; border: 1px dashed rgba(19,43,42,.24); border-radius: 50%; left: 80px; transform: rotate(-18deg); }
.category-hero.mint { background: #bcebdc; }.category-hero.blue { background: #c7d1ff; }.category-hero.rose { background: #ffd0d8; }.category-hero.amber { background: #ffca82; }
.category-hero h1 { margin: 8px 0 6px; font-size: clamp(48px, 7vw, 78px); line-height: 1.3; }
.category-hero p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 2; }
.category-hero-icon { width: 120px; height: 120px; flex: 0 0 auto; border: 1px solid var(--ink); border-radius: 50%; background: var(--cream); display: grid; place-items: center; font-size: 54px; position: relative; z-index: 1; box-shadow: 8px 8px 0 rgba(19,43,42,.12); }
.category-toolbar { margin-bottom: 38px; display: flex; align-items: end; justify-content: space-between; gap: 36px; }
.category-toolbar h2 { margin: 4px 0 0; font-size: clamp(34px, 5vw, 52px); line-height: 1.45; }
.audience-filters { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; }
.audience-filters button { min-height: 42px; padding: 0 18px; border: 1px solid var(--ink); border-radius: 999px; background: transparent; color: var(--ink); font-size: 10px; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.audience-filters button:hover { transform: translateY(-2px); }
.audience-filters button.active { background: var(--ink); color: var(--lime); }
.category-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.category-loading { min-height: 280px; display: grid; place-items: center; }
.category-empty { min-height: 360px; padding: 42px; border: 1px dashed var(--line); border-radius: 30px 30px 14px 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.category-empty > span { width: 68px; height: 68px; border-radius: 50%; background: var(--mint); display: grid; place-items: center; font-size: 28px; }
.category-empty h3 { margin: 20px 0 5px; font-size: 22px; }
.category-empty p { margin: 0; color: var(--ink-soft); font-size: 11px; line-height: 1.9; }
.category-empty > div { margin-top: 22px; display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
.category-empty a { color: var(--orange); font-size: 11px; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 3px; }

.product-page { min-height: 100vh; }
.product-breadcrumbs { padding-top: 28px; display: flex; align-items: center; flex-wrap: wrap; gap: 9px; color: var(--ink-soft); font-size: 9px; }
.product-breadcrumbs a { border-bottom: 1px solid var(--line); padding-bottom: 3px; }
.product-breadcrumbs b { color: var(--ink); }
.product-detail-layout { padding-block: 34px 105px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: 68px; align-items: start; }
.product-gallery { min-width: 0; }
.product-main-image { height: 590px; position: relative; display: grid; place-items: center; overflow: hidden; background: #e7f3ee; border: 1px solid var(--ink); border-radius: 42px 42px 18px 42px; }
.product-main-image::before, .product-main-image::after { content: ""; position: absolute; border: 1px solid rgba(19,43,42,.19); border-radius: 50%; pointer-events: none; }
.product-main-image::before { width: 470px; height: 250px; transform: rotate(-17deg); }
.product-main-image::after { width: 380px; height: 190px; transform: rotate(24deg); border-style: dashed; }
.product-main-image > img { width: 100%; height: 100%; object-fit: contain; padding: 42px; position: relative; z-index: 1; filter: drop-shadow(0 18px 26px rgba(19,43,42,.14)); }
.product-main-image > small { position: absolute; left: 20px; bottom: 18px; z-index: 2; min-width: 55px; min-height: 29px; padding: 0 11px; border-radius: 999px; background: var(--cream); border: 1px solid var(--ink); display: grid; place-items: center; direction: ltr; font-size: 9px; font-weight: 700; }
.product-gallery-badge { position: absolute; top: 20px; right: 20px; z-index: 2; padding: 8px 14px; border-radius: 999px; background: var(--ink); color: var(--lime); font-size: 9px; font-weight: 700; }
.product-image-placeholder { position: relative; z-index: 1; font-size: 130px; }
.product-thumbnails { margin-top: 14px; display: flex; gap: 10px; overflow-x: auto; padding: 2px 2px 8px; scrollbar-width: thin; }
.product-thumbnails button { width: 82px; height: 82px; flex: 0 0 82px; padding: 4px; border: 1px solid var(--line); border-radius: 16px 16px 7px 16px; background: var(--cream); cursor: pointer; transition: border-color .2s ease, transform .2s ease; }
.product-thumbnails button:hover { transform: translateY(-2px); }
.product-thumbnails button.active { border: 2px solid var(--ink); box-shadow: 3px 3px 0 var(--lime); }
.product-thumbnails img { width: 100%; height: 100%; object-fit: contain; border-radius: 10px; }
.product-detail-copy { padding-top: 22px; position: sticky; top: 18px; }
.product-detail-copy h1 { margin: 7px 0 18px; font-size: clamp(35px, 4.2vw, 56px); line-height: 1.45; letter-spacing: 0; }
.product-price { padding-block: 20px; border-block: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.product-price strong { color: var(--orange); font-size: 30px; }
.product-price small { min-height: 34px; padding-inline: 13px; border: 1px solid var(--ink); border-radius: 999px; display: inline-flex; align-items: center; font-size: 9px; font-weight: 700; }
.product-summary { margin: 22px 0 26px; color: var(--ink-soft); font-size: 12px; line-height: 2; }
.product-options { margin: 0; padding: 20px 0; border: 0; border-top: 1px solid var(--line); }
.product-options legend { width: 100%; padding: 0 0 12px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 12px; font-weight: 700; }
.product-options legend em { padding: 5px 9px; border-radius: 999px; background: #fff2ec; color: var(--orange); font-size: 8px; font-style: normal; }
.product-options > div { display: flex; flex-wrap: wrap; gap: 8px; }
.product-options button { min-width: 48px; min-height: 40px; padding: 0 14px; border: 1px solid var(--ink); border-radius: 999px; background: transparent; color: var(--ink); font-size: 10px; font-weight: 700; cursor: pointer; }
.product-options button.active { background: var(--ink); color: var(--lime); box-shadow: 3px 3px 0 var(--orange); }
.product-purchase-row { padding-top: 22px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 125px 1fr; gap: 12px; align-items: end; }
.product-quantity { display: grid; gap: 8px; }
.product-quantity > span { color: var(--ink-soft); font-size: 9px; font-weight: 700; }
.product-quantity > div { min-height: 55px; padding: 0 8px; border: 1px solid var(--ink); border-radius: 999px; display: flex; align-items: center; justify-content: space-between; background: var(--cream); }
.product-quantity button { width: 32px; height: 32px; border: 0; border-radius: 50%; background: var(--paper); color: var(--ink); cursor: pointer; }
.product-quantity button:disabled { opacity: .35; cursor: not-allowed; }
.product-quantity strong { min-width: 22px; text-align: center; font-size: 13px; }
.product-add-button { width: 100%; min-height: 55px; cursor: pointer; }
.product-add-button:disabled { cursor: not-allowed; opacity: .5; transform: none; box-shadow: none; }
.product-cart-notice { margin-top: 12px; min-height: 46px; padding: 0 15px; border: 1px solid var(--ink); border-radius: 15px 15px 7px 15px; background: var(--lime); display: flex; align-items: center; justify-content: center; text-align: center; font-size: 9px; font-weight: 700; }
.product-trust-strip { margin-top: 24px; padding-top: 21px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 14px 20px; color: var(--ink-soft); font-size: 9px; }
.product-trust-strip span { display: inline-flex; align-items: center; gap: 6px; }
.product-trust-strip b { width: 20px; height: 20px; border-radius: 50%; background: var(--ink); color: var(--lime); display: grid; place-items: center; font-size: 8px; }
.product-description-section { margin-bottom: 110px; padding: 48px; border: 1px solid var(--ink); border-radius: 36px 36px 16px 36px; background: var(--cream); display: grid; grid-template-columns: 280px 1fr; gap: 52px; }
.product-description-section h2 { margin: 4px 0 0; font-size: 34px; }
.product-description-section p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 2.2; white-space: pre-line; }
.product-loading { min-height: 620px; display: grid; place-items: center; color: var(--ink-soft); font-size: 12px; }
.product-not-found { min-height: 650px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.product-not-found > span { width: 70px; height: 70px; border-radius: 50%; display: grid; place-items: center; background: var(--mint); font-size: 28px; }
.product-not-found h1 { margin: 20px 0 7px; font-size: 38px; }
.product-not-found p { margin: 0 0 24px; color: var(--ink-soft); font-size: 11px; }

.account-page { min-height: 100vh; }
.account-shell { min-height: 680px; padding-block: 70px 100px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; }
.account-intro h1 { margin: 14px 0 18px; font-size: clamp(46px, 6vw, 75px); line-height: 1.35; }
.account-intro p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 2; }
.account-card { padding: 34px; background: var(--cream); border: 1px solid var(--ink); border-radius: 34px 34px 16px 34px; box-shadow: 12px 12px 0 rgba(19,43,42,.1); display: grid; gap: 14px; }
.account-card h2 { margin: 0 0 3px; font-size: 25px; }
.account-card > p { margin: 0 0 8px; color: var(--ink-soft); font-size: 10px; line-height: 1.9; }
.account-option { min-height: 54px; padding: 0 18px; border: 1px solid var(--ink); border-radius: 999px; background: var(--paper); color: var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 11px; font-weight: 700; }
.account-option.primary { background: var(--lime); }
.account-option[aria-disabled="true"] { opacity: .5; cursor: not-allowed; }
.account-separator { display: flex; align-items: center; gap: 12px; color: var(--ink-soft); font-size: 8px; }
.account-separator::before, .account-separator::after { content: ""; height: 1px; background: var(--line); flex: 1; }
.account-guest-link { color: var(--orange); text-align: center; font-size: 10px; font-weight: 700; margin-top: 3px; }
.account-profile { padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); display: grid; gap: 5px; }
.account-profile strong { font-size: 13px; }.account-profile small { color: var(--ink-soft); }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 80px; }
  .hero-copy { text-align: center; }.eyebrow, .hero-actions, .trust-row { justify-content: center; }.hero-copy > p { margin-inline: auto; }
  .hero-stage { min-height: 500px; max-width: 570px; width: 100%; margin-inline: auto; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .why-card { grid-template-columns: 1fr; gap: 42px; }
  .help-section { grid-template-columns: 1fr; gap: 50px; }
  .lab-checkout-section { grid-template-columns: 1fr; gap: 42px; }
  .cart-layout { grid-template-columns: 1fr; gap: 42px; }
  .category-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-detail-layout { grid-template-columns: 1fr; gap: 38px; }
  .product-main-image { height: 600px; }
  .product-detail-copy { position: static; padding-top: 0; }
  .product-description-section { grid-template-columns: 1fr; gap: 20px; }
  .account-shell { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 24px, 1180px); }.section-space { padding-block: 74px; }
  .announcement { gap: 8px; flex-direction: column; padding-block: 8px; text-align: center; }.announcement strong { font-size: 9px; }
  .site-header { min-height: 72px; justify-content: flex-start; position: relative; }.brand { position: absolute; right: 0; font-size: 25px; }.brand-mark { width: 27px; height: 27px; }.lab-country { min-height: 34px; padding-inline: 11px; font-size: 8px; position: absolute; left: 0; }.header-actions { position: absolute; left: 0; gap: 3px; max-width: calc(100% - 116px); }.header-welcome { max-width: 76px; font-size: 11px; line-height: 1.45; }.header-actions .header-cart-link, .header-actions .header-account-link { position: static; min-height: 34px; padding-inline: 7px; font-size: 8px; }.header-actions .header-cart-link { gap: 5px; }.header-actions .policy-back { font-size: 8px; }
  .cart-site-header .brand { position: absolute; right: 0; }
  .hero { padding-block: 60px 70px; gap: 32px; }.hero h1 { font-size: 48px; line-height: 1.38; }.hero-copy > p { font-size: 13px; }.hero-actions { flex-direction: column; gap: 18px; }.primary-button { width: 100%; }.trust-row { gap: 16px; }.trust-row strong { font-size: 10px; }
  .hero-stage { min-height: 480px; transform: none; margin-block: 0; overflow: hidden; }.hero-stage::before { width: 330px; height: 330px; left: 50%; top: 64px; transform: translateX(-50%); }.hero-stage::after { width: 165px; height: 210px; right: 5px; bottom: 14px; }.main-card { width: min(300px, 84vw); height: 430px; padding: 22px 22px 28px; border-radius: 34px 34px 16px 34px; }.hero-product { width: 224px; height: 235px; }.stage-card-copy { min-height: 54px; }.stage-card-copy strong { font-size: 14px; line-height: 1.45; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }.stage-card-copy small { font-size: 8px; }.orbit-one { width: 380px; }.orbit-two { width: 320px; }.note-top { top: 48px; right: 3px; }.note-bottom { display: none; }.floating-note { min-width: 110px; padding: 12px 14px; }.floating-note span { font-size: 19px; }.card-badge { font-size: 9px; }
  .split-heading { display: block; }.split-heading > p { margin-top: 18px; }.section-heading h2, .help-intro h2 { font-size: 36px; line-height: 1.5; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }.category-card { min-height: 190px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.product-card { min-width: 0; border-radius: 19px 19px 10px 19px; }.product-visual { height: 150px; margin: 6px; border-radius: 15px 15px 7px 15px; }.product-visual::before { width: 140px; height: 72px; }.product-visual::after { width: 108px; height: 54px; }.product-visual img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; min-width: 100%; min-height: 100%; max-width: none; max-height: none; padding: 0; object-fit: cover; object-position: center; border-radius: inherit; filter: none; }.product-card:hover .product-visual img { transform: none; }.product-number { right: 9px; top: 8px; font-size: 8px; }.candidate-chip { left: 8px; bottom: 8px; max-width: calc(100% - 16px); padding: 5px 7px; overflow: hidden; text-overflow: ellipsis; font-size: 7px; }.product-body { min-width: 0; padding: 9px 10px 12px; }.product-body > small { min-height: 22px; font-size: 7px; line-height: 1.55; }.product-body h3 { min-height: 38px; margin: 5px 0; font-size: 11px; line-height: 1.7; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }.product-body p { min-height: 34px; font-size: 8px; line-height: 1.65; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }.product-details-link { margin-top: 6px; font-size: 7px; }.product-action { min-height: 38px; margin-top: 10px; padding-inline: 8px; gap: 5px; font-size: 7px; }.product-action strong { min-width: 0; font-size: 10px; white-space: nowrap; }.product-action > span { font-size: 7px; line-height: 1.4; }
  .why-card { padding: 42px 24px; border-radius: 34px 34px 14px 34px; }.why-copy h2 { font-size: 38px; line-height: 1.52; }.why-steps > div { grid-template-columns: 44px 70px 1fr; gap: 10px; }.why-steps span { width: 38px; height: 38px; }.why-steps strong { font-size: 14px; }
  .help-pill { display: flex; width: fit-content; max-width: calc(100% - 24px); min-height: 60px; margin-inline: 0 auto; padding: 12px 62px; }.help-pill > span { inset-inline-start: 14px; width: 34px; height: 34px; }.faq-list summary { font-size: 13px; }
  .footer-inner { grid-template-columns: 1fr; }.footer-links { line-height: 2; }.footer-meta { grid-column: 1; flex-direction: row; align-items: center; gap: 10px; }.footer-meta-copy { flex: 1 1 auto; min-width: 0; flex-wrap: nowrap; gap: 8px; white-space: nowrap; font-size: 8px; }.footer-socials { width: auto; flex: 0 0 auto; margin: 0; padding-top: 0; gap: 8px; justify-content: flex-start; }.footer-socials a { width: 34px; height: 34px; }.footer-socials svg { width: 17px; height: 17px; }
  .policy-hero { padding-block: 62px 38px; }.policy-card { padding: 26px 20px; }
  .lab-field-pair { grid-template-columns: 1fr; }.lab-checkout-form { padding: 22px 16px; border-radius: 24px 24px 12px 24px; }.lab-cart-line { align-items: flex-start; flex-direction: column; }.lab-shirt { font-size: 112px; }.lab-shirt.small { font-size: 92px; }
  .cart-hero { padding-block: 58px 34px; }.cart-hero h1 { font-size: 45px; }.cart-layout { padding-bottom: 76px; }.cart-item { grid-template-columns: 82px minmax(0, 1fr) auto; gap: 12px; }.cart-item-image { width: 82px; height: 82px; }.cart-item-copy h3 { font-size: 11px; }.quantity-control { grid-column: 2; justify-self: start; }.cart-item-total { grid-column: 3; grid-row: 1 / 3; }.cart-success-card { margin-bottom: 76px; padding: 32px 20px; }
  .checkout-access-card { padding: 24px 18px; }.checkout-access-card h2 { font-size: 22px; }
  .category-hero { min-height: 250px; margin-top: 28px; padding: 32px 24px; border-radius: 30px 30px 14px 30px; }.category-hero h1 { font-size: 47px; }.category-hero p { max-width: 220px; font-size: 10px; }.category-hero-icon { width: 78px; height: 78px; font-size: 34px; box-shadow: 5px 5px 0 rgba(19,43,42,.12); }.category-hero::after { width: 210px; left: -70px; }.category-toolbar { display: block; }.category-toolbar h2 { font-size: 34px; }.audience-filters { margin-top: 20px; }.audience-filters button { flex: 1; min-width: 68px; padding-inline: 10px; }.category-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.category-empty { min-height: 320px; padding: 30px 20px; }
  .product-breadcrumbs { padding-top: 20px; }
  .product-detail-layout { padding-block: 24px 72px; gap: 30px; }
  .product-main-image { height: 390px; border-radius: 30px 30px 14px 30px; }
  .product-main-image::before { width: 300px; height: 160px; }.product-main-image::after { width: 250px; height: 125px; }
  .product-main-image > img { padding: 18px; }
  .product-gallery-badge { top: 14px; right: 14px; }
  .product-main-image > small { left: 14px; bottom: 14px; }
  .account-shell { min-height: 600px; padding-block: 52px 78px; }.account-intro { text-align: center; }.account-intro h1 { font-size: 44px; }.account-card { padding: 24px 18px; }.account-option { font-size: 9px; }
  .product-thumbnails button { width: 70px; height: 70px; flex-basis: 70px; }
  .product-detail-copy h1 { font-size: 34px; line-height: 1.55; }
  .product-price { align-items: flex-start; flex-direction: column; gap: 10px; }.product-price strong { font-size: 27px; }
  .product-purchase-row { grid-template-columns: 1fr; }.product-quantity { max-width: 150px; }
  .product-description-section { margin-bottom: 76px; padding: 30px 20px; border-radius: 28px 28px 12px 28px; }.product-description-section h2 { font-size: 30px; }
  .product-trust-strip { gap: 10px 14px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* WooCommerce application layer — uses the original Loqta design tokens. */
body.loqta-site { direction: rtl; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); white-space: nowrap; }
.screen-reader-text:focus { width: auto; height: auto; clip: auto; clip-path: none; top: 8px; right: 8px; z-index: 100000; padding: 12px 18px; border: 1px solid var(--ink); border-radius: 999px; background: var(--lime); color: var(--ink); }
.loqta-cart-count { width: 20px; min-width: 20px; height: 20px; padding: 1px 0 0; border-radius: 50%; background: var(--ink); color: var(--lime); display: inline-flex; align-items: center; justify-content: center; direction: ltr; font-size: 8px; font-weight: 800; font-variant-numeric: tabular-nums; line-height: 1; text-align: center; flex: 0 0 20px; }
.loqta-placeholder { display: grid; place-items: center; font-size: 105px; }
.picks-section { background: var(--cream); }
.picks-heading { margin-bottom: 40px; }
.candidate-chip { position: absolute; z-index: 3; left: 12px; bottom: 12px; padding: 7px 12px; border-radius: 999px; background: var(--ink); color: var(--lime); font-size: 9px; font-weight: 700; }
.product-action { text-decoration: none; }
.product-action .amount { font-size: inherit; }
.product-action.is-loading { opacity: .55; pointer-events: none; }
.audience-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.audience-filters a { min-height: 40px; min-width: 78px; padding-inline: 16px; border: 1px solid var(--ink); border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; }
.audience-filters a.active { background: var(--ink); color: var(--lime); box-shadow: 3px 3px 0 var(--orange); }
.woocommerce-pagination { margin-top: 36px; }
.woocommerce-pagination ul { padding: 0; margin: 0; list-style: none; display: flex; gap: 8px; justify-content: center; }
.woocommerce-pagination a, .woocommerce-pagination span { width: 40px; height: 40px; border: 1px solid var(--ink); border-radius: 50%; display: grid; place-items: center; font-size: 10px; font-weight: 700; }
.woocommerce-pagination .current { background: var(--ink); color: var(--lime); }

.woocommerce-product-gallery { min-width: 0; }
.woocommerce-product-gallery__wrapper { margin: 0; }
.woocommerce-product-gallery__image:first-child { height: 590px; position: relative; display: grid; place-items: center; overflow: hidden; background: #e7f3ee; border: 1px solid var(--ink); border-radius: 42px 42px 18px 42px; }
.woocommerce-product-gallery__image:first-child::before,
.woocommerce-product-gallery__image:first-child::after { content: ""; position: absolute; border: 1px solid rgba(19,43,42,.19); border-radius: 50%; pointer-events: none; }
.woocommerce-product-gallery__image:first-child::before { width: 470px; height: 250px; transform: rotate(-17deg); }
.woocommerce-product-gallery__image:first-child::after { width: 380px; height: 190px; transform: rotate(24deg); border-style: dashed; }
.woocommerce-product-gallery__image:first-child img { width: 100%; height: 100%; object-fit: contain; padding: 42px; position: relative; z-index: 1; filter: drop-shadow(0 18px 26px rgba(19,43,42,.14)); }
.woocommerce-product-gallery .flex-control-thumbs { margin: 14px 0 0; padding: 2px 2px 8px; list-style: none; display: flex; gap: 10px; overflow-x: auto; }
.woocommerce-product-gallery .flex-control-thumbs li { width: 82px; height: 82px; flex: 0 0 82px; padding: 4px; border: 1px solid var(--line); border-radius: 16px 16px 7px 16px; background: var(--cream); }
.woocommerce-product-gallery .flex-control-thumbs img { width: 100%; height: 100%; object-fit: contain; cursor: pointer; }
.woocommerce-product-gallery__trigger { position: absolute; z-index: 5; top: 18px; left: 18px; width: 42px; height: 42px; border: 1px solid var(--ink); border-radius: 50%; display: grid; place-items: center; overflow: hidden; text-indent: -999px; background: var(--cream); }
.woocommerce-product-gallery__trigger::after { content: "＋"; text-indent: 0; font-size: 18px; }
.loqta-add-to-cart form.cart { margin: 0; padding-top: 22px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 12px; align-items: end; }
.loqta-add-to-cart .quantity { min-height: 55px; min-width: 108px; border: 1px solid var(--ink); border-radius: 999px; background: var(--cream); display: grid; place-items: center; }
.loqta-add-to-cart .qty { width: 72px; border: 0; background: transparent; color: var(--ink); text-align: center; outline: none; }
.loqta-add-to-cart .single_add_to_cart_button { min-height: 55px; flex: 1; padding: 0 28px; border: 1px solid var(--ink); border-radius: 999px; background: var(--lime); color: var(--ink); font-size: 12px; font-weight: 800; cursor: pointer; }
.loqta-add-to-cart .single_add_to_cart_button:hover { transform: translateY(-2px); box-shadow: 0 5px 0 var(--ink); }
.loqta-add-to-cart .variations { width: 100%; border-collapse: collapse; }
.loqta-add-to-cart .variations th, .loqta-add-to-cart .variations td { padding: 9px 0; text-align: right; font-size: 11px; }
.loqta-add-to-cart .variations select { width: 100%; min-height: 46px; padding-inline: 14px; border: 1px solid var(--ink); border-radius: 999px; background: var(--cream); color: var(--ink); }
.loqta-add-to-cart .reset_variations { color: var(--orange); font-size: 9px; font-weight: 700; }
.loqta-add-to-cart .woocommerce-variation-price { margin-bottom: 12px; color: var(--orange); font-weight: 800; }

.woocommerce-shell { min-height: 65vh; }
.woocommerce-shell > h1, .woocommerce-shell .woocommerce-products-header__title { margin: 0 0 38px; font-size: clamp(42px, 6vw, 70px); }
.woocommerce-notices-wrapper:empty { display: none; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { margin: 0 0 22px; padding: 16px 20px; border: 1px solid var(--ink); border-radius: 18px 18px 8px 18px; list-style: none; font-size: 11px; line-height: 1.8; }
.woocommerce-message { background: var(--lime); }
.woocommerce-info { background: #e7f3ee; }
.woocommerce-error { background: #ffd0d8; }
.woocommerce-message .button, .woocommerce-info .button { float: left; font-weight: 700; border-bottom: 1px solid currentColor; }

.woocommerce table.shop_table { width: 100%; border-collapse: separate; border-spacing: 0 12px; }
.woocommerce table.shop_table th { padding: 0 12px 8px; text-align: right; color: var(--ink-soft); font-size: 10px; }
.woocommerce table.shop_table td { padding: 16px 12px; background: var(--cream); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 11px; }
.woocommerce table.shop_table td:first-child { border-right: 1px solid var(--line); border-radius: 0 20px 20px 0; }
.woocommerce table.shop_table td:last-child { border-left: 1px solid var(--line); border-radius: 20px 0 0 20px; }
.woocommerce-cart-form .product-thumbnail img { width: 88px; height: 88px; object-fit: contain; border-radius: 14px; background: #e7f3ee; }
.woocommerce-cart-form .product-name a { font-weight: 700; line-height: 1.7; }
.woocommerce-cart-form .remove { width: 28px; height: 28px; border: 1px solid var(--orange); border-radius: 50%; color: var(--orange); display: grid; place-items: center; font-size: 17px; }
.woocommerce .quantity .qty { min-height: 42px; width: 72px; padding-inline: 8px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); text-align: center; }
.woocommerce .button, .woocommerce button.button, .woocommerce input.button { min-height: 48px; padding: 0 22px; border: 1px solid var(--ink); border-radius: 999px; background: var(--lime); color: var(--ink); font-weight: 800; cursor: pointer; }
.woocommerce .button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { box-shadow: 0 4px 0 var(--ink); transform: translateY(-2px); }
.woocommerce-cart-form .coupon { display: flex; gap: 8px; }
.woocommerce-cart-form .coupon input { min-height: 48px; padding-inline: 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); }
.cart-collaterals { margin-top: 34px; display: flex; justify-content: flex-end; }
.cart_totals { width: min(100%, 500px); padding: 28px; border: 1px solid var(--ink); border-radius: 28px 28px 14px 28px; background: var(--cream); box-shadow: 8px 8px 0 rgba(19,43,42,.1); }
.cart_totals h2 { margin-top: 0; }
.wc-proceed-to-checkout .checkout-button { width: 100%; display: flex; align-items: center; justify-content: center; }

.woocommerce form .form-row { margin: 0 0 14px; }
.woocommerce form .form-row label { display: block; margin-bottom: 7px; color: var(--ink-soft); font-size: 10px; font-weight: 700; }
.woocommerce form .input-text, .woocommerce form select, .woocommerce form textarea { width: 100%; min-height: 49px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 15px; background: var(--paper); color: var(--ink); outline: none; }
.woocommerce form .input-text:focus, .woocommerce form select:focus, .woocommerce form textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(223,255,97,.65); }
.woocommerce form .password-input { position: relative; display: block; width: 100%; }
.woocommerce form .password-input .input-text { padding-inline-end: 78px; }
.woocommerce form .show-password-input,
.woocommerce form .loqta-password-toggle {
  position: absolute !important;
  inset-inline-end: 8px !important;
  inset-inline-start: auto !important;
  top: 50% !important;
  bottom: auto !important;
  width: 64px !important;
  min-width: 64px !important;
  height: 34px !important;
  margin: 0 !important;
  padding: 0 8px !important;
  border: 1px solid var(--ink) !important;
  border-radius: 999px !important;
  background: var(--cream) !important;
  color: var(--ink) !important;
  display: grid !important;
  place-items: center !important;
  transform: translateY(-50%) !important;
  cursor: pointer;
  font-size: 8px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-indent: 0 !important;
  opacity: 1 !important;
  overflow: hidden !important;
  z-index: 2;
}
.woocommerce form .show-password-input::before { content: "إظهار" !important; font: inherit !important; line-height: 1 !important; }
.woocommerce form .show-password-input.display-password,
.woocommerce form .loqta-password-toggle.display-password { background: var(--lime) !important; box-shadow: 0 0 0 3px rgba(223,255,97,.5) !important; }
.woocommerce form .show-password-input.display-password::before { content: "✓ ظاهر" !important; font: inherit !important; }
.loqta-registration-names { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.loqta-registration-names .form-row { min-width: 0; }
form.woocommerce-checkout { display: grid; grid-template-columns: 1fr .9fr; gap: 44px; align-items: start; }
.woocommerce-checkout #customer_details { display: grid; gap: 18px; }
.woocommerce-checkout .col-1, .woocommerce-checkout .col-2, .woocommerce-checkout-review-order { padding: 28px; border: 1px solid var(--line); border-radius: 28px 28px 14px 28px; background: var(--cream); }
.woocommerce-checkout #order_review_heading { grid-column: 2; margin: 0; }
.woocommerce-checkout #order_review { grid-column: 2; }
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 0 12px; }
.woocommerce-checkout .form-row-wide { grid-column: 1 / -1; }
.woocommerce-checkout-payment { margin-top: 20px; }
.wc_payment_methods { margin: 0 0 18px; padding: 0; list-style: none; }
.wc_payment_method { padding: 14px; border: 1px solid var(--line); border-radius: 14px; }
.place-order .button { width: 100%; }

.woocommerce-account .content-page { width: min(100% - 40px, 1240px); }
.woocommerce-account .content-card { min-height: 0; padding: clamp(26px, 4vw, 48px); overflow: hidden; }
.woocommerce-account .content-card > h1 { margin-bottom: clamp(24px, 4vw, 42px); font-size: clamp(38px, 5vw, 64px); line-height: 1.25; }
.woocommerce-account .woocommerce { width: 100%; display: grid; grid-template-columns: minmax(190px, 240px) minmax(0, 1fr); gap: clamp(20px, 3vw, 34px); align-items: start; }
.woocommerce-MyAccount-navigation ul { margin: 0; padding: 14px; list-style: none; border: 1px solid var(--ink); border-radius: 24px 24px 12px 24px; background: var(--cream); }
.woocommerce-MyAccount-navigation li a { display: block; padding: 13px 15px; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 700; }
.woocommerce-MyAccount-navigation li:last-child a { border-bottom: 0; }
.woocommerce-MyAccount-navigation .is-active a { border-radius: 999px; background: var(--lime); }
.woocommerce-MyAccount-content { width: 100%; min-width: 0; padding: clamp(20px, 3vw, 32px); border: 1px solid var(--line); border-radius: 28px 28px 14px 28px; background: var(--cream); line-height: 1.9; font-size: 12px; overflow-wrap: anywhere; }
.woocommerce-MyAccount-content > :first-child { margin-top: 0; }
.woocommerce-MyAccount-content > :last-child { margin-bottom: 0; }
.woocommerce-MyAccount-content .woocommerce-info {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.woocommerce-MyAccount-content .woocommerce-info .button {
  float: none;
  flex: 0 0 auto;
  min-height: 46px;
  padding-inline: 20px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--lime);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}
.woocommerce-MyAccount-content form,
.woocommerce-MyAccount-content fieldset,
.woocommerce-MyAccount-content table { max-width: 100%; }
.woocommerce form.login, .woocommerce form.register { padding: 26px; border: 1px solid var(--ink); border-radius: 28px 28px 14px 28px; background: var(--cream); }
.woocommerce .col2-set { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 { width: auto; }
.woocommerce-account:not(.logged-in) .woocommerce { display: block; }
.woocommerce-account:not(.logged-in) .woocommerce .col2-set { width: min(100%, 960px); margin-inline: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; }
.woocommerce-account:not(.logged-in) .woocommerce .col2-set > div { min-width: 0; }
.woocommerce-account:not(.logged-in) .woocommerce form.login,
.woocommerce-account:not(.logged-in) .woocommerce form.register { width: 100%; min-width: 0; }
.woocommerce-order-details, .woocommerce-customer-details { margin-top: 34px; }
.loqta-order-timeline { margin: 26px 0; padding: 24px; border: 1px solid var(--ink); border-radius: 24px 24px 12px 24px; background: #e7f3ee; }
.loqta-order-timeline h3 { margin-top: 0; }
.loqta-order-timeline ol { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.loqta-order-timeline li { display: grid; grid-template-columns: 24px 1fr; align-items: center; gap: 10px; opacity: .45; }
.loqta-order-timeline li::before { content: ""; width: 20px; height: 20px; border: 1px solid var(--ink); border-radius: 50%; background: var(--paper); }
.loqta-order-timeline li.done { opacity: 1; font-weight: 700; }
.loqta-order-timeline li.done::before { content: "✓"; display: grid; place-items: center; background: var(--lime); font-size: 10px; }

.content-card { min-height: 420px; padding: 42px; border: 1px solid var(--line); border-radius: 32px 32px 16px 32px; background: var(--cream); line-height: 2; }
.content-card h1 { margin-top: 0; font-size: clamp(38px, 6vw, 64px); }

.oauth-purpose { padding-bottom: clamp(46px, 7vw, 88px); }
.oauth-purpose-card { display: grid; grid-template-columns: minmax(210px, .72fr) minmax(0, 1.28fr); align-items: center; gap: clamp(24px, 5vw, 72px); padding: clamp(24px, 4vw, 42px); border: 1px solid var(--line); border-radius: 30px 30px 14px 30px; background: var(--cream); }
.oauth-purpose-card h2 { margin: 8px 0 0; color: var(--ink); font-size: clamp(30px, 4vw, 48px); }
.oauth-purpose-card p { margin: 0; color: var(--ink-soft); line-height: 1.9; }
.oauth-purpose-card nav { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 14px; }
.oauth-purpose-card nav a { color: var(--ink); font-weight: 700; border-bottom: 1px solid currentColor; }

@media (max-width: 980px) {
  form.woocommerce-checkout { grid-template-columns: 1fr; }
  .woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review { grid-column: 1; }
  .woocommerce-account .woocommerce { grid-template-columns: 1fr; }
  .woocommerce-MyAccount-navigation ul { display: grid; grid-template-columns: repeat(auto-fit, minmax(135px, 1fr)); gap: 8px; padding: 10px; }
  .woocommerce-MyAccount-navigation li a { min-height: 46px; padding: 10px 12px; border: 0; border-radius: 999px; display: grid; place-items: center; text-align: center; }
}

@media (max-width: 640px) {
  .woocommerce-product-gallery__image:first-child { height: 390px; border-radius: 30px 30px 14px 30px; }
  .woocommerce-product-gallery__image:first-child::before { width: 300px; height: 160px; }
  .woocommerce-product-gallery__image:first-child::after { width: 250px; height: 125px; }
  .woocommerce-product-gallery__image:first-child img { padding: 18px; }
  .woocommerce table.shop_table thead { display: none; }
  .woocommerce table.shop_table, .woocommerce table.shop_table tbody, .woocommerce table.shop_table tr, .woocommerce table.shop_table td { display: block; width: 100%; }
  .woocommerce table.shop_table tr { margin-bottom: 14px; padding: 14px; border: 1px solid var(--line); border-radius: 22px 22px 10px 22px; background: var(--cream); }
  .woocommerce table.shop_table td, .woocommerce table.shop_table td:first-child, .woocommerce table.shop_table td:last-child { padding: 9px 0; border: 0; border-radius: 0; background: transparent; }
  .woocommerce-cart-form .product-thumbnail { text-align: center; }
  .woocommerce-cart-form .product-thumbnail img { width: 116px; height: 116px; }
  .woocommerce-cart-form .actions { display: grid; gap: 10px; }
  .woocommerce-cart-form .coupon { display: grid; }
  .cart_totals { padding: 22px 16px; }
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper { grid-template-columns: 1fr; }
  .woocommerce-checkout .form-row-wide { grid-column: 1; }
  .woocommerce-checkout .col-1, .woocommerce-checkout .col-2, .woocommerce-checkout-review-order { padding: 21px 15px; }
  .woocommerce-account .content-page { width: min(100% - 16px, 1240px); padding-block: 36px 54px; }
  .woocommerce-account .content-card { padding: 20px 10px; border-radius: 24px 24px 12px 24px; }
  .woocommerce-account .content-card > h1 { margin-bottom: 20px; font-size: 34px; line-height: 1.3; }
  .woocommerce-account .woocommerce { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .woocommerce-account:not(.logged-in) .woocommerce .col2-set { grid-template-columns: 1fr; }
  .woocommerce-MyAccount-navigation ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; overflow: visible; padding: 8px; border-radius: 20px 20px 10px 20px; }
  .woocommerce-MyAccount-navigation li { min-width: 0; }
  .woocommerce-MyAccount-navigation li a { min-height: 46px; padding: 8px 7px; white-space: normal; overflow-wrap: normal; word-break: normal; font-size: 10px; line-height: 1.45; }
  .woocommerce-MyAccount-content { padding: 18px 10px; border-radius: 22px 22px 10px 22px; font-size: 11px; overflow: hidden; }
  .woocommerce-MyAccount-content .woocommerce-info {
    min-height: 0;
    padding: 16px 12px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    text-align: center;
    line-height: 1.8;
  }
  .woocommerce-MyAccount-content .woocommerce-info .button {
    order: 2;
    width: 100%;
    max-width: none;
    min-height: 48px;
    margin: 0;
    padding: 8px 12px;
    white-space: normal;
    line-height: 1.5;
  }
  .woocommerce-account:not(.logged-in) .woocommerce form.login,
  .woocommerce-account:not(.logged-in) .woocommerce form.register { padding: 22px 14px; border-radius: 22px 22px 10px 22px; }
  .loqta-registration-names { grid-template-columns: 1fr; gap: 0; }
  .woocommerce-account:not(.logged-in) .woocommerce h2 { font-size: 24px; }
  .woocommerce .col2-set { grid-template-columns: 1fr; }
  .content-card { padding: 28px 18px; }
  .oauth-purpose-card { grid-template-columns: 1fr; border-radius: 24px 24px 12px 24px; }
}

/* Branded WooCommerce catalogue, cart and checkout. */
.woocommerce-shop .woocommerce-shell,
.tax-product_cat .woocommerce-shell { display: none; }
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering { display: none; }
.woocommerce nav.woocommerce-pagination { margin-top: 34px; }
.woocommerce nav.woocommerce-pagination ul { margin: 0; padding: 0; border: 0; display: flex; justify-content: center; gap: 8px; list-style: none; }
.woocommerce nav.woocommerce-pagination li { border: 0; }
.woocommerce nav.woocommerce-pagination a,
.woocommerce nav.woocommerce-pagination span { width: 42px; height: 42px; border: 1px solid var(--ink); border-radius: 50%; display: grid; place-items: center; font-size: 10px; font-weight: 800; }
.woocommerce nav.woocommerce-pagination .current { background: var(--ink); color: var(--lime); }

.woocommerce-cart .content-page,
.woocommerce-checkout .content-page { width: 100%; max-width: none; padding: 0; }
.woocommerce-cart .content-card,
.woocommerce-checkout .content-card { padding: 0; border: 0; border-radius: 0; background: transparent; overflow: visible; }
.woocommerce-cart .content-card > h1,
.woocommerce-checkout .content-card > h1 { display: none; }
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce { width: 100%; }
.woocommerce-cart .woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce-notices-wrapper { width: min(1180px, calc(100% - 40px)); margin: 22px auto 0; }
.woocommerce-error,
.woocommerce-info,
.woocommerce-message { margin: 0 0 18px; padding: 16px 18px; border: 1px solid var(--ink); border-radius: 18px 18px 8px 18px; background: var(--cream); color: var(--ink); font-size: 10px; line-height: 1.8; list-style: none; }
.woocommerce-error { background: #ffd0d8; }
.woocommerce-message { background: #e7f3ee; }

.cart-site-header { justify-content: space-between; }
.cart-site-header .header-actions { margin-inline-start: auto; }
.cart-site-header .policy-back { margin-inline-start: 6px; }
.loqta-cart-form,
.loqta-cart-items { display: grid; gap: 12px; }
.loqta-cart-form .cart-item { margin: 0; }
.loqta-cart-form .cart-item-image { display: grid; }
.loqta-cart-form .cart-item-image img { width: 100%; height: 100%; padding: 7px; object-fit: contain; }
.loqta-cart-form .variation,
.loqta-checkout-product .variation { margin: 0; display: flex; flex-wrap: wrap; gap: 4px 10px; color: var(--ink-soft); font-size: 8px; }
.loqta-cart-form .variation dt,
.loqta-cart-form .variation dd,
.loqta-checkout-product .variation dt,
.loqta-checkout-product .variation dd { margin: 0; }
.loqta-cart-form .variation dt,
.loqta-checkout-product .variation dt { font-weight: 700; }
.loqta-cart-form .quantity { margin: 0; }
.loqta-cart-form .quantity .qty {
  width: 22px;
  min-width: 22px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  -moz-appearance: textfield;
}
.loqta-cart-form .quantity .qty::-webkit-outer-spin-button,
.loqta-cart-form .quantity .qty::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }
.loqta-update-cart { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; border: 0 !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; }
.loqta-empty-cart-wrap { padding-bottom: 110px; }
.loqta-empty-cart-wrap .empty-cart { min-height: 430px; background: var(--cream); }
.loqta-empty-cart-wrap .empty-cart h2 { margin: 18px 0 4px; font-size: 28px; }
.loqta-empty-cart-wrap .empty-cart .primary-button { padding-inline: 26px; }

.loqta-checkout-layout {
  display: grid !important;
  grid-template-columns: 1.15fr .85fr !important;
  gap: 56px !important;
  align-items: start;
  padding-bottom: 110px;
}
.loqta-checkout-layout .cart-items-panel { grid-column: 1; }
.loqta-checkout-layout .cart-checkout-panel { grid-column: 2; }
.loqta-checkout-product-list { display: grid; gap: 12px; }
.loqta-checkout-product { grid-template-columns: 96px minmax(0, 1fr) auto; }
.loqta-checkout-product .cart-item-image { width: 96px; height: 96px; }
.loqta-checkout-product .cart-item-image img { width: 100%; height: 100%; padding: 6px; object-fit: contain; }
.loqta-checkout-fields { position: sticky; top: 20px; }
.loqta-checkout-fields .checkout-form-heading { margin-bottom: 2px; }
.loqta-checkout-fields .checkout-form-heading .section-kicker { margin: 0; }
.loqta-checkout-fields .checkout-form-heading a { padding-bottom: 3px; border-bottom: 1px solid currentColor; color: var(--ink-soft); font-size: 8px; font-weight: 700; }
.loqta-checkout-fields #customer_details,
.loqta-checkout-fields .woocommerce-billing-fields,
.loqta-checkout-fields .woocommerce-billing-fields__field-wrapper { display: grid; gap: 12px; }
.loqta-checkout-fields .woocommerce-billing-fields > h3,
.loqta-checkout-fields .woocommerce-additional-fields > h3,
.loqta-checkout-fields .woocommerce-shipping-fields { display: none; }
.loqta-checkout-fields .woocommerce-billing-fields__field-wrapper { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.loqta-checkout-fields .form-row { width: 100%; margin: 0; padding: 0; float: none; min-width: 0; }
.loqta-checkout-fields .form-row-wide,
.loqta-checkout-fields #billing_state_field,
.loqta-checkout-fields #billing_address_1_field { grid-column: 1 / -1; }
.loqta-checkout-fields #billing_country_field { display: none; }
.loqta-checkout-fields label { margin: 0 0 7px; color: var(--ink-soft); font-size: 9px; font-weight: 700; }
.loqta-checkout-fields .woocommerce-input-wrapper { display: block; width: 100%; }
.loqta-checkout-fields input.input-text,
.loqta-checkout-fields select,
.loqta-checkout-fields .select2-container .select2-selection--single {
  width: 100%;
  min-height: 49px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--paper);
  color: var(--ink);
  outline: none;
}
.loqta-checkout-fields .select2-container .select2-selection--single { display: flex; align-items: center; }
.loqta-checkout-fields .select2-container--default .select2-selection--single .select2-selection__rendered { width: 100%; padding: 0; color: var(--ink); line-height: 47px; }
.loqta-checkout-fields .select2-container--default .select2-selection--single .select2-selection__arrow { top: 10px; left: 10px; right: auto; }
.loqta-checkout-fields input.input-text:focus,
.loqta-checkout-fields select:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(223,255,97,.65); }
.loqta-checkout-fields .optional { color: var(--ink-soft); font-size: 7px; font-weight: 500; }
.loqta-order-review { margin-top: 24px; padding: 24px; border: 1px solid var(--line); border-radius: 24px 24px 12px 24px; background: var(--cream); }
.loqta-order-review > h3 { margin: 0 0 14px; font-size: 18px; }
.loqta-order-review table.shop_table { margin: 0; border-spacing: 0 7px; }
.loqta-order-review table.shop_table th,
.loqta-order-review table.shop_table td { padding: 11px 10px; font-size: 9px; }
.loqta-order-review table.shop_table tfoot .order-total th,
.loqta-order-review table.shop_table tfoot .order-total td { color: var(--orange); font-size: 13px; }
.loqta-payment-panel { margin-top: 4px; }
.loqta-payment-panel .woocommerce-checkout-payment { margin: 0; padding: 18px; border: 1px solid var(--line); border-radius: 18px 18px 8px 18px; background: var(--paper); }
.loqta-payment-panel ul.payment_methods { margin: 0 0 14px; padding: 0; list-style: none; }
.loqta-payment-panel .wc_payment_method { padding: 12px; background: var(--cream); }
.loqta-payment-panel .payment_box { margin-top: 8px; color: var(--ink-soft); font-size: 9px; line-height: 1.8; }
.loqta-payment-panel .place-order { margin: 0; padding: 0; }
.loqta-payment-panel .woocommerce-terms-and-conditions-wrapper { color: var(--ink-soft); font-size: 8px; line-height: 1.8; }
.loqta-payment-panel #place_order {
  width: 100%;
  min-height: 54px;
  margin-top: 14px;
  padding: 0 20px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}
.loqta-payment-panel #place_order:hover { transform: translateY(-2px); box-shadow: 0 5px 0 var(--ink); }
.woocommerce-checkout .blockUI.blockOverlay { border-radius: inherit; }
.cart-site-header .header-welcome { display: none; }

@media (max-width: 980px) {
  .loqta-checkout-layout { grid-template-columns: 1fr !important; gap: 32px !important; }
  .loqta-checkout-layout .cart-items-panel,
  .loqta-checkout-layout .cart-checkout-panel { grid-column: 1; }
  .loqta-checkout-fields { position: static; }
}

@media (max-width: 640px) {
  .woocommerce-cart .woocommerce-notices-wrapper,
  .woocommerce-checkout .woocommerce-notices-wrapper { width: min(100% - 24px, 1180px); }
  .cart-site-header .header-actions { max-width: calc(100% - 112px); }
  .cart-site-header .header-welcome { display: none; }
  .cart-site-header .policy-back { font-size: 8px; white-space: nowrap; }
  .cart-hero { padding-block: 54px 30px; }
  .cart-hero h1 { font-size: 44px; }
  .cart-hero p { font-size: 11px; }
  .cart-layout,
  .loqta-checkout-layout { gap: 26px !important; padding-bottom: 74px; }
  .cart-panel-heading h2 { font-size: 22px; }
  .loqta-cart-form .cart-item,
  .loqta-checkout-product {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
  }
  .loqta-cart-form .cart-item-image,
  .loqta-checkout-product .cart-item-image { width: 82px; height: 82px; }
  .loqta-cart-form .cart-item-copy h3,
  .loqta-checkout-product .cart-item-copy h3 { font-size: 11px; }
  .loqta-cart-form .quantity-control { grid-column: 1; justify-self: center; }
  .loqta-cart-form .cart-item-total,
  .loqta-checkout-product .cart-item-total { grid-column: 2; justify-self: end; font-size: 12px; }
  .checkout-access-card { padding: 24px 18px; }
  .loqta-empty-cart-wrap { padding-bottom: 74px; }
  .loqta-empty-cart-wrap .empty-cart { min-height: 340px; padding: 24px 18px; }
  .loqta-empty-cart-wrap .empty-cart h2 { font-size: 23px; }
  .loqta-checkout-fields { padding: 22px 16px; border-radius: 24px 24px 12px 24px; }
  .loqta-checkout-fields .woocommerce-billing-fields__field-wrapper { grid-template-columns: 1fr; }
  .loqta-checkout-fields .form-row,
  .loqta-checkout-fields .form-row-wide,
  .loqta-checkout-fields #billing_state_field,
  .loqta-checkout-fields #billing_address_1_field { grid-column: 1; }
  .loqta-order-review { padding: 18px 12px; }
  .loqta-order-review table.shop_table thead { display: table-header-group; }
  .loqta-order-review table.shop_table,
  .loqta-order-review table.shop_table tbody,
  .loqta-order-review table.shop_table tfoot { display: table; width: 100%; }
  .loqta-order-review table.shop_table tr { display: table-row; margin: 0; padding: 0; border: 0; background: transparent; }
  .loqta-order-review table.shop_table th,
  .loqta-order-review table.shop_table td,
  .loqta-order-review table.shop_table td:first-child,
  .loqta-order-review table.shop_table td:last-child { display: table-cell; width: auto; padding: 9px 6px; border: 0; border-radius: 0; background: transparent; }
}

/* Product and cart parity with the original Loqta storefront — v0.3.3. */
.woocommerce-product-gallery {
  width: 100% !important;
  max-width: 100%;
  overflow: hidden;
}
.woocommerce-product-gallery .flex-viewport {
  height: 590px !important;
  overflow: hidden !important;
  background: #e7f3ee;
  border: 1px solid var(--ink);
  border-radius: 42px 42px 18px 42px;
}
.woocommerce-product-gallery__wrapper {
  height: 100%;
}
.woocommerce-product-gallery.loqta-instant-gallery-swap .woocommerce-product-gallery__wrapper {
  transition: none !important;
  transition-duration: 0s !important;
}
.woocommerce-product-gallery__image,
.woocommerce-product-gallery__image:first-child {
  width: 100%;
  height: 590px !important;
  max-height: 590px;
  position: relative;
  display: grid !important;
  place-items: center;
  overflow: hidden;
  background: #e7f3ee;
  border: 1px solid var(--ink);
  border-radius: 42px 42px 18px 42px;
}
.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
  border: 0;
  border-radius: 0;
}
.woocommerce-product-gallery__image > a {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.woocommerce-product-gallery__image img,
.woocommerce-product-gallery__image:first-child img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 42px;
  object-fit: contain !important;
  object-position: center;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1;
  filter: drop-shadow(0 18px 26px rgba(19,43,42,.14));
}
.woocommerce-product-gallery .flex-control-thumbs img.flex-active {
  outline: 2px solid var(--ink);
  outline-offset: 2px;
  border-radius: 10px;
}

.loqta-add-to-cart form.cart {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.loqta-add-to-cart form.variations_form:not(.loqta-variations-ready) {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.loqta-add-to-cart form.variations_form.loqta-variations-ready {
  visibility: visible;
  opacity: 1;
}
.loqta-add-to-cart .single_variation_wrap {
  width: 100%;
}
.loqta-add-to-cart .woocommerce-variation-add-to-cart {
  width: 100%;
  display: grid !important;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: end;
  gap: 12px;
}
.loqta-add-to-cart .loqta-native-variations {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}
.loqta-add-to-cart .loqta-variation-pills {
  width: 100%;
}
.loqta-add-to-cart .loqta-variation-pills legend {
  font-size: 12px;
}
.loqta-add-to-cart .loqta-variation-pills button {
  min-width: 58px;
  min-height: 42px;
  position: relative;
  overflow: hidden;
}
.loqta-add-to-cart .loqta-variation-pills button:disabled {
  opacity: .52;
  cursor: not-allowed;
}
.loqta-add-to-cart .loqta-variation-pills button:disabled::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  left: -8px;
  height: 2px;
  border-radius: 999px;
  background: var(--orange);
  box-shadow: 0 0 0 1px var(--cream);
  transform: rotate(-14deg);
  transform-origin: center;
  pointer-events: none;
}
.loqta-add-to-cart .loqta-product-quantity {
  width: 150px;
  min-width: 150px;
  min-height: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  display: grid;
  gap: 8px;
  place-items: stretch;
}
.loqta-product-quantity-label {
  color: var(--ink-soft);
  font-size: 9px;
  font-weight: 700;
}
.loqta-product-quantity-control {
  min-height: 55px;
  padding: 0 8px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--cream);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.loqta-product-quantity-control button {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--paper);
  color: var(--ink);
  display: grid;
  place-items: center;
  cursor: pointer;
}
.loqta-product-quantity-control button:disabled {
  opacity: .35;
  cursor: not-allowed;
}
.loqta-add-to-cart .loqta-product-quantity-control .qty {
  width: 38px;
  min-width: 38px;
  height: 40px;
  min-height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  -moz-appearance: textfield;
}
.loqta-add-to-cart .loqta-product-quantity-control .qty::-webkit-outer-spin-button,
.loqta-add-to-cart .loqta-product-quantity-control .qty::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.loqta-add-to-cart .single_add_to_cart_button.loqta-added {
  background: var(--lime);
}
.loqta-add-to-cart.loqta-added-state form.cart > .quantity,
.loqta-add-to-cart.loqta-added-state .loqta-product-quantity {
  display: none !important;
}
.loqta-add-to-cart.loqta-added-state .woocommerce-variation-add-to-cart {
  grid-template-columns: 1fr;
}
.loqta-add-to-cart.loqta-added-state .single_add_to_cart_button.loqta-added {
  width: 100%;
  height: 55px !important;
  min-height: 55px !important;
  max-height: 55px !important;
  padding: 0 28px;
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  line-height: normal;
  transform: none;
  box-shadow: none;
}
.loqta-add-to-cart.loqta-added-state .single_add_to_cart_button.loqta-added:hover {
  transform: none;
  box-shadow: none;
}
body.loqta-site .stock.in-stock {
  display: none !important;
}
.loqta-add-to-cart > .product-cart-notice {
  width: 100%;
  min-height: 55px;
  margin-top: 12px;
  padding: 10px 18px;
  border-radius: 18px 18px 8px 18px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.6;
}
.single-product .woocommerce-notices-wrapper:empty {
  display: none;
}
.single-product .woocommerce-message:has(.product-cart-notice) {
  display: none;
}
.single-product .loqta-add-to-cart > .product-cart-notice {
  display: flex;
}

.checkout-access-actions {
  display: grid;
  gap: 12px;
}
.checkout-access-actions .primary-button,
.checkout-access-actions .guest-checkout-button {
  width: 100%;
  min-height: 52px;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.55;
}
.checkout-access-separator {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink-soft);
  font-size: 8px;
  text-align: center;
}
.checkout-access-separator::before,
.checkout-access-separator::after {
  content: "";
  height: 1px;
  background: var(--line);
  flex: 1;
}
.loqta-cart-delivery-form {
  display: grid;
  gap: 12px;
}
.loqta-cart-delivery-form label {
  min-width: 0;
  display: grid;
  gap: 7px;
  color: var(--ink-soft);
  font-size: 9px;
  font-weight: 700;
}
.loqta-cart-delivery-form label small {
  color: var(--ink-soft);
  font-size: 7px;
  font-weight: 500;
}
.loqta-cart-delivery-form input,
.loqta-cart-delivery-form select {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--paper);
  color: var(--ink);
  outline: none;
}
.loqta-cart-delivery-form input:focus,
.loqta-cart-delivery-form select:focus {
  border-color: var(--ink);
  box-shadow: 0 0 0 3px rgba(223,255,97,.65);
}
.loqta-delivery-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.loqta-cart-delivery-form .loqta-delivery-submit {
  width: 100%;
  min-height: 54px;
  margin-top: 4px;
  cursor: pointer;
}

.loqta-cart-form .cart-item {
  min-height: 160px;
  grid-template-columns: 128px minmax(0, 1fr) 146px 86px;
  gap: 18px;
  padding: 18px;
}
.loqta-cart-form .cart-item-image {
  width: 128px;
  height: 128px;
  border-radius: 19px 19px 8px 19px;
}
.loqta-cart-form .cart-item-copy {
  justify-content: center;
}
.loqta-cart-form .cart-item-copy h3 {
  font-size: 13px;
  line-height: 1.7;
}
.loqta-cart-form .quantity-control {
  min-width: 142px;
  min-height: 54px;
  padding: 7px;
  justify-content: space-between;
}
.loqta-cart-form .quantity-control button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  font-size: 16px;
}
.loqta-cart-form .quantity .qty {
  width: 28px;
  min-width: 28px;
  font-size: 13px;
}
.loqta-cart-form .cart-item-total {
  justify-self: start;
  font-size: 15px;
}

@media (max-width: 980px) {
  .woocommerce-product-gallery .flex-viewport,
  .woocommerce-product-gallery__image,
  .woocommerce-product-gallery__image:first-child {
    height: 520px !important;
    max-height: 520px;
  }
  .loqta-cart-form .cart-item {
    grid-template-columns: 112px minmax(0, 1fr) 140px;
  }
  .loqta-cart-form .cart-item-image {
    width: 112px;
    height: 112px;
  }
  .loqta-cart-form .cart-item-total {
    grid-column: 3;
    grid-row: 2;
  }
}

/* Section two — category, cart badge, imagery and checkout direction. */
.category-card.amber,
.category-hero.amber {
  background: #ffca82;
}

.loqta-cart-count {
  padding: 0 !important;
  background: var(--orange) !important;
  color: #fff !important;
  line-height: 20px !important;
  text-indent: 0 !important;
}

.loqta-cart-form .cart-item-image,
.loqta-checkout-product .cart-item-image {
  padding: 0 !important;
  background: transparent !important;
}

.loqta-cart-form .cart-item-image img,
.loqta-checkout-product .cart-item-image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center;
  border-radius: inherit;
}

@media (min-width: 981px) {
  .loqta-checkout-layout {
    grid-template-columns: minmax(330px, .85fr) minmax(0, 1.15fr) !important;
  }

  .loqta-checkout-layout .cart-checkout-panel {
    grid-column: 1 !important;
    grid-row: 1;
  }

  .loqta-checkout-layout .loqta-checkout-products {
    grid-column: 2 !important;
    grid-row: 1;
  }
}

.loqta-checkout-products .loqta-order-summary {
  margin-top: 22px;
}

/* Product page layout and unified quantity controls — v0.3.19. */
.product-detail-layout {
  grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr);
  padding-bottom: 105px;
}

.product-title-mobile {
  display: none;
}

.product-media-column {
  min-width: 0;
  display: grid;
  gap: 24px;
}

.product-detail-copy h1 {
  font-size: clamp(32px, 3.2vw, 47px);
}

.product-price {
  justify-content: flex-start;
}

.product-media-column .product-description-section {
  width: 100%;
  margin: 0;
  padding: 28px;
  grid-template-columns: 1fr;
  gap: 14px;
  border-radius: 30px 30px 14px 30px;
}

.product-media-column .product-description-section h2 {
  font-size: 27px;
}

.loqta-product-quantity-control,
.loqta-add-to-cart .single_add_to_cart_button,
.loqta-cart-form .quantity-control,
.quantity-control {
  box-sizing: border-box;
  height: 55px !important;
  min-height: 55px !important;
  max-height: 55px !important;
}

@media (max-width: 980px) {
  .product-detail-layout {
    grid-template-columns: 1fr;
  }

  .product-title-mobile {
    display: block;
    order: 2;
    margin: 0;
    font-size: 38px;
    line-height: 1.45;
  }

  .product-media-column {
    display: contents;
  }

  .product-media-column .product-gallery {
    order: 1;
  }

  .product-media-column .product-description-section {
    order: 3;
  }

  .product-detail-copy {
    order: 4;
  }

  .product-title-desktop {
    display: none;
  }
}

@media (max-width: 640px) {
  .product-title-mobile {
    font-size: 31px;
  }

  .product-media-column .product-description-section {
    padding: 24px 18px;
    border-radius: 28px 28px 12px 28px;
  }

  .product-media-column .product-description-section h2 {
    font-size: 26px;
  }
}

/* Conditional account details — v0.3.16. */
body.woocommerce-checkout form.checkout .woocommerce-account-fields > div.create-account {
  padding-top: 12px;
}

body.woocommerce-checkout form.checkout .woocommerce-account-fields > div.create-account .form-row + .form-row {
  margin-top: 12px;
}

body.woocommerce-checkout form.checkout .woocommerce-account-fields .loqta-account-email-field label {
  color: var(--ink-soft);
  font-size: 9px;
  font-weight: 700;
}

@media (max-width: 640px) {
  .woocommerce-product-gallery .flex-viewport,
  .woocommerce-product-gallery__image,
  .woocommerce-product-gallery__image:first-child {
    height: 390px !important;
    max-height: 390px;
    border-radius: 30px 30px 14px 30px;
  }
  .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
    border-radius: 0;
  }
  .woocommerce-product-gallery__image img,
  .woocommerce-product-gallery__image:first-child img {
    padding: 18px;
  }
  .loqta-add-to-cart .loqta-variation-pills {
    padding-block: 17px;
  }
  .loqta-add-to-cart .loqta-variation-pills legend {
    font-size: 12px;
  }
  .loqta-add-to-cart .loqta-variation-pills button {
    min-width: 54px;
    min-height: 41px;
    padding-inline: 12px;
    font-size: 9px;
  }
  .loqta-add-to-cart .woocommerce-variation-add-to-cart {
    grid-template-columns: 1fr;
  }
  .loqta-add-to-cart .loqta-product-quantity {
    width: 148px;
    min-width: 148px;
  }
  .loqta-add-to-cart .single_add_to_cart_button {
    width: 100%;
  }
  .loqta-delivery-pair {
    grid-template-columns: 1fr;
  }
  .loqta-cart-form .cart-item {
    min-height: 0;
    grid-template-columns: 94px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 12px;
    padding: 13px;
  }
  .loqta-cart-form .cart-item-image {
    width: 94px;
    height: 94px;
    grid-column: 1;
    grid-row: 1;
  }
  .loqta-cart-form .cart-item-copy {
    grid-column: 2;
    grid-row: 1;
  }
  .loqta-cart-form .cart-item-copy h3 {
    font-size: 10px;
    line-height: 1.65;
  }
  .loqta-cart-form .quantity-control {
    min-width: 140px;
    min-height: 50px;
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
  }
  .loqta-cart-form .cart-item-total {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
    align-self: center;
    font-size: 12px;
  }
  .checkout-access-card {
    padding: 24px 18px;
  }
}

/* Cart and checkout flow parity — v0.3.8. */
.primary-button,
.primary-button:link,
.primary-button:visited,
.cart-checkout-button,
.cart-checkout-button:link,
.cart-checkout-button:visited,
.loqta-payment-panel #place_order {
  color: var(--ink) !important;
}

.cart-layout-products-only {
  display: block;
  width: min(980px, calc(100% - 40px));
  padding-bottom: 110px;
}

.cart-layout-products-only .cart-items-panel {
  width: 100%;
}

.cart-checkout-button {
  width: 100%;
  min-height: 58px;
  margin-top: 22px;
  padding-inline: 24px;
  font-size: 13px;
}

.loqta-cart-form .cart-item {
  min-height: 136px;
  grid-template-columns: 110px minmax(0, 1fr) 124px 84px;
  gap: 16px;
  padding: 14px;
}

.loqta-cart-form .cart-item-image {
  width: 110px;
  height: 110px;
}

.loqta-cart-form .quantity-control {
  width: 124px;
  min-width: 124px;
  min-height: 46px;
  padding: 5px;
}

.loqta-cart-form .quantity-control button {
  width: 32px;
  height: 32px;
  font-size: 14px;
}

.loqta-cart-form .quantity .qty {
  width: 24px;
  min-width: 24px;
  font-size: 12px;
}

.loqta-cart-form .cart-item-total {
  font-size: 13px;
}

.loqta-checkout-products .cart-panel-heading {
  margin-bottom: 16px;
}

.loqta-checkout-product {
  min-height: 124px;
  grid-template-columns: 96px minmax(0, 1fr) auto;
  gap: 15px;
  padding: 13px;
}

.loqta-checkout-product .cart-item-image {
  width: 96px;
  height: 96px;
}

.loqta-checkout-product .cart-item-copy {
  justify-content: center;
}

.loqta-checkout-product .cart-item-copy h3 {
  font-size: 12px;
  line-height: 1.65;
}

.loqta-checkout-product-quantity {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  padding-inline: 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink) !important;
  font-weight: 700;
}

.loqta-order-summary {
  display: block;
  width: 100% !important;
  max-width: none;
  margin-top: 22px;
  float: none !important;
  clear: both;
}

.loqta-checkout-totals {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 0;
  width: 100%;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 24px 24px 12px 24px;
  background: var(--paper);
}

.loqta-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 auto !important;
  gap: 18px;
  width: 100%;
  min-height: 42px;
  color: var(--ink-soft);
  font-size: 11px;
}

body.woocommerce-checkout form.checkout .loqta-order-summary > .loqta-checkout-totals.woocommerce-checkout-review-order-table {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  width: min(100%, 720px) !important;
  max-width: 720px !important;
  margin-inline: auto !important;
  padding: 18px 28px !important;
  grid-template-columns: minmax(0, 1fr) !important;
  box-sizing: border-box !important;
  overflow: hidden;
}

body.woocommerce-checkout form.checkout .loqta-checkout-totals > .loqta-total-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
}

body.woocommerce-checkout form.checkout #order_review.loqta-order-summary {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body.woocommerce-checkout form.checkout .loqta-checkout-totals > .loqta-total-row > strong {
  flex: 0 0 auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  direction: ltr;
  unicode-bidi: isolate;
  text-align: left;
}

.loqta-total-row strong {
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.loqta-total-row strong small {
  color: var(--ink-soft);
  font-size: 8px;
  font-weight: 600;
  white-space: normal;
}

.loqta-grand-total {
  min-height: 62px;
  margin-top: 5px;
  padding-top: 13px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
}

.loqta-grand-total strong,
.loqta-grand-total .woocommerce-Price-amount {
  color: var(--orange);
  font-size: 18px;
}

.loqta-payment-panel {
  display: block;
  width: 100%;
  margin-top: 12px;
  float: none !important;
  clear: both;
}

.loqta-payment-panel .woocommerce-checkout-payment.loqta-payment-clean {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.loqta-payment-panel .loqta-payment-clean .place-order {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  float: none !important;
}

.loqta-payment-panel #place_order {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  max-width: none;
  min-height: 58px;
  margin-top: 10px;
  padding-inline: 24px;
  text-align: center;
  white-space: normal;
  float: none !important;
  font-size: 13px;
}

.loqta-payment-panel .woocommerce-privacy-policy-text {
  margin: 14px 0 0;
  text-align: center;
}

@media (max-width: 980px) {
  .cart-layout-products-only {
    width: min(860px, calc(100% - 40px));
  }

  .loqta-cart-form .cart-item {
    grid-template-columns: 100px minmax(0, 1fr) 120px 80px;
  }

  .loqta-cart-form .cart-item-image {
    width: 100px;
    height: 100px;
  }

  .loqta-checkout-layout {
    width: min(760px, calc(100% - 40px));
  }
}

@media (max-width: 640px) {
  body.woocommerce-checkout form.checkout .loqta-order-summary > .loqta-checkout-totals.woocommerce-checkout-review-order-table {
    width: 100% !important;
    padding: 14px 17px !important;
  }

  .cart-layout-products-only,
  .loqta-checkout-layout {
    width: calc(100% - 24px);
    padding-bottom: 74px;
  }

  .cart-panel-heading {
    margin-bottom: 14px;
  }

  .cart-checkout-button {
    min-height: 54px;
    margin-top: 16px;
    font-size: 11px;
  }

  .loqta-cart-form .cart-item {
    min-height: 0;
    grid-template-columns: 80px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 10px 12px;
    padding: 11px;
  }

  .loqta-cart-form .cart-item-image {
    width: 80px;
    height: 80px;
    grid-column: 1;
    grid-row: 1;
    border-radius: 16px 16px 7px 16px;
  }

  .loqta-cart-form .cart-item-image img {
    padding: 4px;
  }

  .loqta-cart-form .cart-item-copy {
    grid-column: 2;
    grid-row: 1;
  }

  .loqta-cart-form .cart-item-copy h3 {
    font-size: 9px;
    line-height: 1.6;
  }

  .loqta-cart-form .quantity-control {
    width: 116px;
    min-width: 116px;
    min-height: 42px;
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    padding: 4px;
  }

  .loqta-cart-form .quantity-control button {
    width: 29px;
    height: 29px;
    font-size: 13px;
  }

  .loqta-cart-form .quantity .qty {
    width: 20px;
    min-width: 20px;
    font-size: 10px;
  }

  .loqta-cart-form .cart-item-total {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
    align-self: center;
    font-size: 11px;
  }

  .loqta-checkout-product {
    min-height: 0;
    grid-template-columns: 78px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 9px 11px;
    padding: 11px;
  }

  .loqta-checkout-product .cart-item-image {
    width: 78px;
    height: 78px;
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: start;
    border-radius: 16px 16px 7px 16px;
  }

  .loqta-checkout-product .cart-item-image img {
    padding: 4px;
  }

  .loqta-checkout-product .cart-item-copy {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
  }

  .loqta-checkout-product .cart-item-copy h3 {
    font-size: 9px;
    line-height: 1.55;
  }

  .loqta-checkout-product .variation {
    font-size: 7px;
  }

  .loqta-checkout-product-quantity {
    min-height: 26px;
    padding-inline: 9px;
    font-size: 8px !important;
  }

  .loqta-checkout-product .cart-item-total {
    grid-column: 2;
    grid-row: 2;
    justify-self: start;
    align-self: end;
    font-size: 10px;
  }

  .loqta-checkout-fields {
    padding: 20px 14px;
  }

  .loqta-order-summary {
    margin-top: 18px;
  }

  .loqta-checkout-totals {
    padding: 14px 15px;
    border-radius: 20px 20px 10px 20px;
  }

  .loqta-total-row {
    min-height: 38px;
    font-size: 10px;
  }

  .loqta-total-row strong {
    font-size: 10px;
  }

  .loqta-total-row strong small {
    font-size: 7px;
  }

  .loqta-grand-total {
    min-height: 55px;
    font-size: 14px;
  }

  .loqta-grand-total strong,
  .loqta-grand-total .woocommerce-Price-amount {
    font-size: 16px;
  }

  .loqta-payment-panel #place_order {
    min-height: 54px;
    font-size: 11px;
  }
}

/* WooCommerce cached-fragment compatibility — v0.3.9. */
.loqta-order-summary table.shop_table.woocommerce-checkout-review-order-table {
  display: block;
  width: 100% !important;
  max-width: none;
  margin: 0;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 24px 24px 12px 24px;
  background: var(--paper);
  border-collapse: separate;
  box-sizing: border-box;
  float: none !important;
}

.loqta-order-summary table.shop_table.woocommerce-checkout-review-order-table thead,
.loqta-order-summary table.shop_table.woocommerce-checkout-review-order-table tbody {
  display: none;
}

.loqta-order-summary table.shop_table.woocommerce-checkout-review-order-table tfoot {
  display: grid;
  width: 100%;
}

.loqta-order-summary table.shop_table.woocommerce-checkout-review-order-table tfoot tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  min-height: 42px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.loqta-order-summary table.shop_table.woocommerce-checkout-review-order-table tfoot th,
.loqta-order-summary table.shop_table.woocommerce-checkout-review-order-table tfoot td {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 500;
  text-align: start;
}

.loqta-order-summary table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal th {
  font-size: 0;
}

.loqta-order-summary table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal th::after {
  content: "قيمة المنتجات";
  font-size: 11px;
}

.loqta-order-summary table.shop_table.woocommerce-checkout-review-order-table tfoot td,
.loqta-order-summary table.shop_table.woocommerce-checkout-review-order-table tfoot td .amount {
  color: var(--ink);
  font-weight: 800;
  white-space: nowrap;
}

.loqta-order-summary table.shop_table.woocommerce-checkout-review-order-table .order-total {
  min-height: 62px;
  margin-top: 5px;
  padding-top: 13px;
  border-top: 1px solid var(--line);
}

.loqta-order-summary table.shop_table.woocommerce-checkout-review-order-table .order-total th {
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
}

.loqta-order-summary table.shop_table.woocommerce-checkout-review-order-table .order-total td,
.loqta-order-summary table.shop_table.woocommerce-checkout-review-order-table .order-total .amount {
  color: var(--orange);
  font-size: 18px;
  font-weight: 800;
}

.loqta-payment-panel .woocommerce-checkout-payment {
  display: block;
  width: 100% !important;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  float: none !important;
}

.loqta-payment-panel ul.payment_methods {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.loqta-payment-panel .payment_box {
  display: none !important;
}

/* Keep WooCommerce's refreshed checkout fragments inside Loqta's layout. */
body.woocommerce-checkout form.checkout #order_review,
body.woocommerce-checkout form.checkout .woocommerce-checkout-review-order,
body.woocommerce-checkout form.checkout .loqta-payment-panel,
body.woocommerce-checkout form.checkout #payment,
body.woocommerce-checkout form.checkout .form-row.place-order {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  clear: both !important;
  box-sizing: border-box;
}

body.woocommerce-checkout form.checkout table.woocommerce-checkout-review-order-table {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  box-sizing: border-box;
}

body.woocommerce-checkout form.checkout #place_order {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  max-width: none !important;
  min-height: 58px;
  padding: 14px 24px !important;
  color: var(--ink) !important;
  text-align: center;
  white-space: normal;
  float: none !important;
}

@media (max-width: 640px) {
  .loqta-order-summary table.shop_table.woocommerce-checkout-review-order-table {
    padding: 14px 15px;
    border-radius: 20px 20px 10px 20px;
  }

  .loqta-order-summary table.shop_table.woocommerce-checkout-review-order-table tfoot tr {
    min-height: 38px;
  }

  .loqta-order-summary table.shop_table.woocommerce-checkout-review-order-table tfoot th,
  .loqta-order-summary table.shop_table.woocommerce-checkout-review-order-table tfoot td,
  .loqta-order-summary table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal th::after {
    font-size: 10px;
  }

  .loqta-order-summary table.shop_table.woocommerce-checkout-review-order-table .order-total {
    min-height: 55px;
  }

  .loqta-order-summary table.shop_table.woocommerce-checkout-review-order-table .order-total th {
    font-size: 14px;
  }

  .loqta-order-summary table.shop_table.woocommerce-checkout-review-order-table .order-total td,
  .loqta-order-summary table.shop_table.woocommerce-checkout-review-order-table .order-total .amount {
    font-size: 16px;
  }

  body.woocommerce-checkout form.checkout #place_order {
    min-height: 54px;
    padding-inline: 16px !important;
    font-size: 11px;
  }
}

/* Checkout vertical-flow safeguard — v0.3.13.
 * WooCommerce and cached fragments may reintroduce grid/float rules. Keep every
 * delivery, total and confirmation block in one full-width vertical flow. */
body.woocommerce-checkout form.checkout .loqta-checkout-fields {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: none !important;
  grid-template-columns: minmax(0, 1fr) !important;
  box-sizing: border-box;
}

body.woocommerce-checkout form.checkout .loqta-checkout-fields > * {
  flex: 0 0 auto !important;
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  float: none !important;
  clear: both !important;
  box-sizing: border-box;
}

body.woocommerce-checkout form.checkout .loqta-checkout-fields .checkout-form-heading {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  margin: 0 0 6px !important;
}

body.woocommerce-checkout form.checkout .loqta-checkout-fields .checkout-form-heading .section-kicker {
  flex: 0 1 auto;
  margin: 0 !important;
  white-space: nowrap;
}

body.woocommerce-checkout form.checkout .loqta-checkout-fields .checkout-form-heading a {
  flex: 0 0 auto;
  max-width: none !important;
  white-space: nowrap;
}

body.woocommerce-checkout form.checkout .loqta-checkout-fields #customer_details,
body.woocommerce-checkout form.checkout .loqta-checkout-fields .woocommerce-billing-fields,
body.woocommerce-checkout form.checkout .loqta-checkout-fields .woocommerce-billing-fields__field-wrapper {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  float: none !important;
  clear: both !important;
  box-sizing: border-box;
}

body.woocommerce-checkout form.checkout .loqta-payment-panel .woocommerce-checkout-payment,
body.woocommerce-checkout form.checkout .loqta-payment-panel .form-row.place-order {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  float: none !important;
  clear: both !important;
  box-sizing: border-box;
}

body.woocommerce-checkout form.checkout .loqta-payment-panel .woocommerce-terms-and-conditions-wrapper,
body.woocommerce-checkout form.checkout .loqta-payment-panel .woocommerce-privacy-policy-text {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 12px 0 0 !important;
  text-align: center !important;
  box-sizing: border-box;
}

body.woocommerce-checkout form.checkout .loqta-payment-panel #place_order {
  flex: 0 0 auto !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  height: auto !important;
  aspect-ratio: auto !important;
  margin: 12px 0 0 !important;
  border-radius: 999px !important;
}

@media (max-width: 640px) {
  body.woocommerce-checkout form.checkout .loqta-checkout-fields {
    gap: 14px !important;
  }

  body.woocommerce-checkout form.checkout .loqta-checkout-fields .checkout-form-heading {
    flex-wrap: wrap !important;
    row-gap: 8px !important;
  }

  body.woocommerce-checkout form.checkout .loqta-checkout-fields .checkout-form-heading .section-kicker {
    font-size: 12px;
  }

  body.woocommerce-checkout form.checkout .loqta-checkout-fields .checkout-form-heading a {
    font-size: 9px;
  }

  body.woocommerce-checkout form.checkout .loqta-payment-panel .woocommerce-privacy-policy-text {
    font-size: 9px !important;
    line-height: 1.9 !important;
  }
}

/* Shared mobile footer safeguard — v0.3.14.
 * The compact header positions its logo absolutely; the footer logo must
 * remain in normal document flow on every storefront page. */
@media (max-width: 640px) {
  footer .footer-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
  }

  footer .footer-brand .brand {
    position: static !important;
    inset: auto !important;
    width: fit-content;
    max-width: 100%;
    margin: 0;
  }

  footer .footer-brand p {
    width: 100%;
    max-width: 100%;
    margin: 14px 0 0;
    line-height: 1.9;
    overflow-wrap: anywhere;
  }
}

/* Checkout account choice and totals polish — v0.3.15. */
body.woocommerce-checkout form.checkout .woocommerce-account-fields {
  display: block;
  width: 100%;
  margin: 4px 0 0;
}

body.woocommerce-checkout form.checkout .woocommerce-account-fields .form-row.create-account {
  display: block;
  width: 100%;
  margin: 0;
}

body.woocommerce-checkout form.checkout .woocommerce-account-fields .woocommerce-form__label-for-checkbox {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start;
  gap: 10px;
  width: auto !important;
  max-width: 100%;
  margin: 0 !important;
  color: var(--ink) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1.7 !important;
  cursor: pointer;
}

body.woocommerce-checkout form.checkout .woocommerce-account-fields input.input-checkbox,
body.woocommerce-checkout form.checkout .woocommerce-account-fields input[type="checkbox"] {
  flex: 0 0 19px !important;
  align-self: center !important;
  width: 19px !important;
  min-width: 19px !important;
  max-width: 19px !important;
  height: 19px !important;
  min-height: 19px !important;
  max-height: 19px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 5px;
  accent-color: var(--lime);
  vertical-align: middle !important;
}

/* Section one — branded authentication, password recovery and price direction. */
.woocommerce-account:not(.logged-in) .content-card {
  padding: clamp(24px, 4vw, 48px);
}
.woocommerce-account:not(.logged-in) .content-card > h1 {
  display: none;
}
.woocommerce-account:not(.logged-in) .woocommerce {
  display: block;
}
.loqta-auth-shell,
.loqta-password-shell {
  width: min(100%, 560px);
  margin: 0 auto;
  padding: clamp(10px, 2vw, 22px) 0;
  direction: rtl;
}
.loqta-auth-card,
.loqta-password-card {
  width: 100%;
  padding: clamp(26px, 5vw, 46px);
  border: 1px solid var(--ink);
  border-radius: 34px 34px 16px 34px;
  background: var(--cream);
  box-shadow: 12px 12px 0 rgba(19, 43, 42, .09);
}
.loqta-auth-heading {
  margin-bottom: 26px;
  text-align: center;
}
.loqta-auth-heading h2,
.loqta-password-card h2 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: clamp(29px, 4vw, 42px);
  line-height: 1.45;
}
.loqta-auth-heading p,
.loqta-password-card > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.9;
  text-align: center;
}
.loqta-google-login {
  width: 100%;
  margin: 0 0 22px;
}
.loqta-google-login > div,
.loqta-google-login .nsl-container,
.loqta-google-login .nsl-container-buttons,
.loqta-google-login a,
.loqta-google-login .nsl-button {
  width: 100% !important;
  max-width: none !important;
}
.loqta-google-login .nsl-container-buttons {
  display: block !important;
}
.loqta-google-login .nsl-button {
  min-height: 56px !important;
  margin: 0 !important;
  padding: 0 22px !important;
  border: 1px solid var(--ink) !important;
  border-radius: 999px !important;
  background: #fff !important;
  box-shadow: none !important;
  color: #111 !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  direction: ltr !important;
  font-family: "Alexandria", "Noto Kufi Arabic", Tahoma, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}
.loqta-google-login .nsl-button-svg-container {
  flex: 0 0 auto !important;
  padding: 0 !important;
}
.loqta-google-login .nsl-button-label-container {
  flex: 0 1 auto !important;
  margin: 0 !important;
  padding: 0 !important;
  direction: rtl !important;
  text-align: center !important;
  font-family: "Alexandria", "Noto Kufi Arabic", Tahoma, Arial, sans-serif !important;
  font-size: 0 !important;
}
.loqta-google-login .nsl-button-label-container::after {
  content: "المتابعة باستخدام Google";
  font-family: "Alexandria", "Noto Kufi Arabic", Tahoma, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.5 !important;
}
.loqta-auth-divider {
  margin: 0 0 22px;
  color: var(--ink-soft);
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 11px;
  text-align: center;
}
.loqta-auth-divider::before,
.loqta-auth-divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: var(--line);
}
.loqta-login-form,
.loqta-register-form,
.loqta-password-card form {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}
.loqta-auth-card .form-row,
.loqta-password-card .form-row {
  width: 100% !important;
  margin: 0 0 18px !important;
  float: none !important;
}
.loqta-auth-card label,
.loqta-password-card label {
  display: block;
  margin: 0 0 9px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
}
.loqta-auth-card input.input-text,
.loqta-password-card input.input-text {
  width: 100% !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 11px 18px !important;
  border: 1px solid var(--line) !important;
  border-radius: 18px 18px 8px 18px !important;
  background: var(--paper) !important;
  color: var(--ink) !important;
  box-shadow: none !important;
  direction: rtl;
}
.loqta-auth-card .form-row.has-error label {
  color: #b72d24 !important;
}
.loqta-auth-card .form-row.has-error input.input-text,
.loqta-auth-card input.input-text[aria-invalid="true"] {
  border-color: #d94b3d !important;
  background: #fff4f1 !important;
  box-shadow: 0 0 0 3px rgba(217, 75, 61, .12) !important;
}
.loqta-inline-error {
  display: block;
  width: 100%;
  margin: 8px 2px 0;
  color: #b72d24;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.8;
}
.loqta-registration-errors {
  margin: 0 0 22px !important;
  padding: 14px 40px 14px 18px !important;
  border: 1px solid #d94b3d !important;
  border-radius: 18px 18px 8px 18px !important;
  background: #fff1ed !important;
  color: #8f251f !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1.9 !important;
}
.loqta-google-register-card #registerform {
  width: 100%;
  margin: 0;
}
.loqta-google-register-shell,
.loqta-google-register-shell * {
  font-family: "Alexandria", "Noto Kufi Arabic", Tahoma, Arial, sans-serif !important;
}
.loqta-google-register-fields {
  display: grid;
  gap: 0;
}
.loqta-google-register-card #registerform input[type="text"] {
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.6 !important;
}
.loqta-google-register-card #registerform .submit {
  margin: 4px 0 0;
  padding: 0;
}
.loqta-google-register-card #wp-submit {
  width: 100%;
  min-height: 56px;
  margin: 0;
  padding: 10px 24px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  box-shadow: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
}
.loqta-google-register-card .nsl-messages .error {
  margin: 0 0 18px !important;
  padding: 14px 16px !important;
  border: 1px solid #d85743 !important;
  border-radius: 16px 16px 7px 16px !important;
  background: #fff1ed !important;
  color: var(--ink) !important;
  font-size: 11px !important;
  line-height: 1.8 !important;
}
.loqta-auth-card .password-input,
.loqta-password-card .password-input {
  display: block;
  position: relative;
}
.woocommerce .loqta-auth-card form .loqta-password-toggle,
.woocommerce .loqta-password-card form .loqta-password-toggle {
  top: 10px !important;
  right: auto !important;
  left: 10px !important;
  transform: none !important;
}
.woocommerce .loqta-auth-card form .show-password-input,
.woocommerce .loqta-password-card form .show-password-input {
  display: none !important;
}
.loqta-lost-password {
  margin: -2px 0 18px !important;
  font-size: 11px;
  font-weight: 600;
}
.loqta-lost-password a {
  border-bottom: 1px solid currentColor;
}
.loqta-auth-submit,
.loqta-auth-card button.button,
.loqta-password-card button.button {
  width: 100% !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 10px 24px !important;
  border: 1px solid var(--ink) !important;
  border-radius: 999px !important;
  background: var(--lime) !important;
  color: var(--ink) !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.5 !important;
  text-align: center;
}
.loqta-auth-switch {
  margin: 22px 0 0;
  color: var(--ink-soft);
  font-size: 11px;
  text-align: center;
}
.loqta-auth-switch a {
  color: var(--orange);
  font-weight: 800;
  border-bottom: 1px solid currentColor;
}
.loqta-password-logo {
  margin: 0 0 18px;
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 34px;
  font-weight: 800;
}
.loqta-password-logo span {
  width: 31px;
  height: 31px;
  border-radius: 50% 50% 8px 50%;
  background: var(--lime);
  position: relative;
  transform: rotate(-10deg);
}
.loqta-password-logo span::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--ink);
  top: 7px;
  left: 6px;
}
.loqta-password-card > p {
  margin-bottom: 24px;
}
.loqta-password-note {
  margin-top: 22px;
  padding: 17px 18px;
  border-radius: 18px 18px 8px 18px;
  background: #e7f3ee;
  display: grid;
  gap: 5px;
  color: var(--ink-soft);
  font-size: 10px;
  line-height: 1.8;
}
.loqta-password-note strong {
  color: var(--ink);
  font-size: 12px;
}
.woocommerce-Price-amount bdi {
  direction: ltr !important;
  unicode-bidi: isolate !important;
  display: inline-flex !important;
  align-items: baseline;
  gap: .22em;
  white-space: nowrap;
}
.single-product .loqta-add-to-cart .woocommerce-notices-wrapper {
  width: 100%;
  grid-column: 1 / -1;
}

@media (max-width: 640px) {
  .woocommerce-account:not(.logged-in) .content-page {
    width: min(100% - 18px, 560px);
    padding-block: 30px 54px;
  }
  .woocommerce-account:not(.logged-in) .content-card {
    padding: 0;
    border: 0;
    background: transparent;
    overflow: visible;
  }
  .loqta-auth-card,
  .loqta-password-card {
    padding: 26px 18px;
    border-radius: 26px 26px 12px 26px;
    box-shadow: 7px 7px 0 rgba(19, 43, 42, .08);
  }
  .loqta-auth-heading h2,
  .loqta-password-card h2 {
    font-size: 29px;
  }
  .loqta-auth-heading p,
  .loqta-password-card > p {
    font-size: 10px;
  }
  .loqta-google-login .nsl-button,
  .loqta-auth-submit,
  .loqta-auth-card button.button,
  .loqta-password-card button.button {
    min-height: 52px !important;
    font-size: 12px !important;
  }
  .loqta-google-login .nsl-button-label-container::after {
    font-size: 12px !important;
  }
  .loqta-auth-card input.input-text,
  .loqta-password-card input.input-text {
    min-height: 52px !important;
  }
}

.loqta-checkout-totals .loqta-total-row > span,
.loqta-order-summary table.shop_table.woocommerce-checkout-review-order-table tfoot th {
  flex: 0 1 auto;
  min-width: 0;
  padding-inline: 3px !important;
  line-height: 1.75 !important;
  overflow: visible !important;
}

.loqta-order-summary table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal th::after {
  display: inline-block;
  padding-block: 2px;
  line-height: 1.75 !important;
}

@media (max-width: 640px) {
  body.woocommerce-checkout form.checkout .woocommerce-account-fields .woocommerce-form__label-for-checkbox {
    gap: 9px;
    font-size: 10px !important;
  }

  body.woocommerce-checkout form.checkout .woocommerce-account-fields input.input-checkbox,
  body.woocommerce-checkout form.checkout .woocommerce-account-fields input[type="checkbox"] {
    flex-basis: 18px !important;
    width: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    height: 18px !important;
    min-height: 18px !important;
    max-height: 18px !important;
  }
}

/* Section two final cascade safeguards — v0.3.25. */
.category-card.amber,
.category-hero.amber { background: #ffca82; }

.loqta-cart-count {
  padding: 0 !important;
  background: var(--orange) !important;
  color: #fff !important;
  line-height: 20px !important;
  text-indent: 0 !important;
}

.loqta-cart-form .cart-item-image,
.loqta-checkout-product .cart-item-image {
  padding: 0 !important;
  background: transparent !important;
}

.loqta-cart-form .cart-item-image img,
.loqta-checkout-product .cart-item-image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center;
  border-radius: inherit;
}

.loqta-checkout-products .loqta-order-summary { margin-top: 22px; }

/* Product discovery additions — v0.3.70 (final cascade). */
.product-card { position: relative; }
.loqta-wishlist-button {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  display: grid;
  place-items: center;
  padding: 0;
  line-height: 1;
  transition: transform .18s ease, color .18s ease;
  -webkit-tap-highlight-color: transparent;
}
.loqta-heart-icon {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: transparent;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: fill .18s ease, color .18s ease, transform .18s ease;
}
.product-card-actions { width: 100%; margin-top: 18px; display: flex; align-items: stretch; gap: 8px; }
.product-card-actions .product-action { flex: 1; min-width: 0; margin-top: 0; }
.product-card-actions .loqta-wishlist-button {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border: 1px solid var(--ink);
  border-radius: 18px 18px 8px 18px;
  background: var(--lime);
  box-shadow: 3px 3px 0 rgba(19,43,42,.1);
}
.product-card-actions .loqta-wishlist-button .loqta-heart-icon { width: 23px; height: 23px; }
.loqta-wishlist-button:hover { transform: scale(1.1); }
.loqta-wishlist-button.is-active { color: #e83f52; }
.loqta-wishlist-button.is-active .loqta-heart-icon { fill: currentColor; }
.loqta-wishlist-button.just-toggled .loqta-heart-icon { animation: loqta-heart-pop .34s ease; }
@keyframes loqta-heart-pop { 0% { transform: scale(.72); } 55% { transform: scale(1.22); } 100% { transform: scale(1); } }
.product-detail-copy > .loqta-wishlist-button {
  margin-top: 14px;
  width: 34px;
  height: 34px;
}
.loqta-related-products { margin-top: 76px; padding-top: 58px; border-top: 1px solid var(--line); }
.loqta-related-products .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.loqta-product-facts { margin: 18px 0; padding: 0 22px 0 0; display: grid; gap: 8px; }
.loqta-wishlist-page { padding-block: 64px 110px; }
.loqta-wishlist-page .empty-state { margin-top: 30px; padding: 52px 24px; border: 1px solid var(--line); border-radius: 28px; text-align: center; background: rgba(255,253,250,.72); }
.loqta-wishlist-page .empty-state p { margin: 10px auto 24px; max-width: 520px; color: var(--muted); }

@media (max-width: 640px) {
  .header-wishlist-link { width: 30px; height: 34px; }
  .header-wishlist-link .loqta-heart-icon { width: 23px; height: 23px; }
  .product-card-actions { margin-top: 10px; gap: 5px; }
  .product-card-actions .loqta-wishlist-button { flex-basis: 38px; width: 38px; height: 38px; border-radius: 13px 13px 6px 13px; }
  .product-card-actions .loqta-wishlist-button .loqta-heart-icon { width: 18px; height: 18px; }
  .loqta-related-products { margin-top: 42px; padding-top: 36px; }
  .loqta-related-products .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 981px) {
  .loqta-checkout-layout {
    grid-template-columns: minmax(330px, .85fr) minmax(0, 1.15fr) !important;
  }

  .loqta-checkout-layout .cart-checkout-panel {
    grid-column: 1 !important;
    grid-row: 1;
  }

  .loqta-checkout-layout .loqta-checkout-products {
    grid-column: 2 !important;
    grid-row: 1;
  }
}

/* Hero product photography fills its own frame and is rounded on the image itself. */
.main-card > img.hero-product {
  display: block;
  width: 100%;
  height: 250px;
  flex: 0 0 250px;
  margin-inline: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 40px 40px 18px 40px;
  clip-path: inset(0 round 40px 40px 18px 40px);
  overflow: hidden;
}
.woocommerce-product-gallery__image img,
.woocommerce-product-gallery__image:first-child img {
  width: auto !important;
  height: auto !important;
  max-width: calc(100% - 84px) !important;
  max-height: calc(100% - 84px) !important;
  padding: 0 !important;
  position: relative !important;
  inset: auto !important;
  border-radius: 32px 32px 14px 32px;
}

@media (max-width: 640px) {
  .main-card > img.hero-product {
    width: 100%;
    height: 235px;
    flex-basis: 235px;
    object-fit: cover;
    border-radius: 32px 32px 14px 32px;
    clip-path: inset(0 round 32px 32px 14px 32px);
  }
  .woocommerce-product-gallery__image img,
  .woocommerce-product-gallery__image:first-child img {
    max-width: calc(100% - 36px) !important;
    max-height: calc(100% - 36px) !important;
    border-radius: 24px 24px 11px 24px;
  }
}

/* Keep the hero badge comfortably separated from the filled image. */
.main-card {
  height: 430px;
  justify-content: flex-start;
  gap: 12px;
}

.main-card .stage-card-copy {
  margin-top: auto;
}

@media (max-width: 640px) {
  .main-card {
    height: 430px;
    justify-content: flex-start;
    gap: 12px;
  }
}

/* Mobile account hub and endpoint navigation — v0.4.03. */
.loqta-mobile-account-back {
  display: none;
}

@media (max-width: 640px) {
  body.woocommerce-account.logged-in:not(.loqta-account-hub) .woocommerce-MyAccount-navigation {
    display: none;
  }

  .loqta-mobile-account-back {
    width: max-content;
    max-width: 100%;
    min-height: 44px;
    margin: 0 0 18px;
    padding: 9px 14px;
    border: 1px solid var(--ink);
    border-radius: 999px;
    background: var(--cream);
    color: var(--ink);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    text-decoration: none;
    box-shadow: 0 4px 0 rgba(19, 43, 42, .1);
    -webkit-tap-highlight-color: transparent;
  }

  .loqta-mobile-account-back:active {
    transform: translateY(2px);
    box-shadow: 0 2px 0 rgba(19, 43, 42, .1);
  }

  .loqta-mobile-account-back > span:first-child {
    font-size: 16px;
    line-height: 1;
  }

  body.loqta-account-hub .content-page {
    width: min(100% - 24px, 520px);
    padding-block: 42px 36px;
  }

  body.loqta-account-hub .content-card {
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    overflow: visible;
  }

  body.loqta-account-hub .content-card > h1,
  body.loqta-account-hub .woocommerce-MyAccount-content {
    display: none;
  }

  body.loqta-account-hub .woocommerce {
    display: block;
  }

  body.loqta-account-hub .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  body.loqta-account-hub .woocommerce-MyAccount-navigation li {
    min-width: 0;
  }

  body.loqta-account-hub .woocommerce-MyAccount-navigation li a,
  body.loqta-account-hub .woocommerce-MyAccount-navigation .is-active a {
    min-height: 126px;
    padding: 17px 10px 15px;
    border: 1px solid var(--ink);
    border-radius: 25px 25px 12px 25px;
    background: var(--cream);
    color: var(--ink);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
    box-shadow: 0 7px 0 rgba(19, 43, 42, .09);
    -webkit-tap-highlight-color: transparent;
  }

  body.loqta-account-hub .woocommerce-MyAccount-navigation li a::before {
    content: "";
    width: 46px;
    height: 46px;
    border: 1px solid var(--ink);
    border-radius: 50%;
    background: var(--mint);
    color: var(--ink);
    display: grid;
    place-items: center;
    font-size: 21px;
    font-weight: 800;
    line-height: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
  }

  body.loqta-account-hub .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders a::before {
    background-color: var(--lime);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23132b2a' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 3h10v18l-2-1.5L13.5 21 12 19.5 10.5 21 9 19.5 7 21V3Z'/%3E%3Cpath d='M9.5 8h5M9.5 12h5M9.5 16h3.5'/%3E%3C/svg%3E");
  }

  body.loqta-account-hub .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-address a::before {
    background-color: var(--mint);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23132b2a' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10.5c0 5.6-8 10.5-8 10.5s-8-4.9-8-10.5a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10.5' r='2.6'/%3E%3C/svg%3E");
  }

  body.loqta-account-hub .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account a::before {
    background-color: #e8e3ff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23132b2a' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='3.3'/%3E%3Cpath d='M5.5 20c.4-4.2 2.6-6.3 6.5-6.3s6.1 2.1 6.5 6.3'/%3E%3C/svg%3E");
  }

  body.loqta-account-hub .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    background-color: #ffe7df;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff744f' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 5H5v14h5M14 8l4 4-4 4M18 12H9'/%3E%3C/svg%3E");
  }

  body.loqta-account-hub .woocommerce-MyAccount-navigation li a:active {
    transform: translateY(3px);
    box-shadow: 0 4px 0 rgba(19, 43, 42, .09);
  }
}

.product-body .loqta-limited-label{display:inline-block;align-self:flex-start;color:var(--ink,#153d3e);background:#fff0e6;border-radius:7px;padding:3px 7px;font-weight:700;}
