/* WhatsApp floating button ? always viewport-fixed (mounted on body) */
.whatsapp-float {
  position: fixed !important;
  bottom: 1.35rem;
  right: 1.1rem;
  left: auto;
  top: auto !important;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
  margin: 0;
}

.whatsapp-float:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.5);
}

/* Free plan: shown only in dashboard design canvas (?editor_demo=1) */
.whatsapp-float--editor-demo {
  pointer-events: auto;
  position: relative;
}
.whatsapp-float-pro-badge {
  position: absolute;
  top: -0.35rem;
  inset-inline-end: -0.35rem;
  margin: 0;
  pointer-events: none;
  font-size: 0.55rem;
  padding: 1px 5px;
}
.footer-social__item--pro {
  position: relative;
}
.footer-social__link--pro {
  position: relative;
}
.footer-social-pro-badge {
  position: absolute;
  top: -0.3rem;
  inset-inline-end: -0.35rem;
  margin: 0;
  font-size: 0.5rem;
  padding: 1px 4px;
  pointer-events: none;
}

/* Design canvas: WA on the right; scroll buttons stay on the left */
body.is-editor-demo .whatsapp-float,
.whatsapp-float--editor-side {
  right: 1.25rem !important;
  left: auto !important;
  bottom: 5.75rem !important;
}

body.is-editor-demo .page-scroll-nav {
  inset-inline-end: auto;
  left: 1.25rem;
  bottom: 1.25rem;
}

/* Floating top / footer scroll ? far left of social icons (RTL: inline-end) */
.page-scroll-nav {
  position: fixed;
  bottom: 1.5rem;
  inset-inline-end: 0.65rem;
  z-index: 10040;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.page-scroll-btn {
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid rgba(55, 71, 79, 0.22);
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
  color: rgba(55, 71, 79, 0.55);
  background: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-shadow: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease,
    background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.page-scroll-btn:hover,
.page-scroll-btn:focus-visible {
  transform: translateY(-1px);
  color: #fff;
  background: rgba(230, 81, 0, 0.88);
  border-color: transparent;
  box-shadow: 0 4px 14px rgba(230, 81, 0, 0.28);
  outline: none;
}
.page-scroll-btn:active {
  transform: scale(0.96);
}
.page-scroll-nav.is-near-top .page-scroll-btn--up,
.page-scroll-nav.is-near-bottom .page-scroll-btn--down {
  opacity: 0.35;
}

@media (max-width: 560px) {
  .page-scroll-nav {
    bottom: 1rem;
    inset-inline-end: 0.75rem;
    gap: 0.4rem;
  }
  .page-scroll-btn {
    width: 2.35rem;
    height: 2.35rem;
  }
}

.branch-card h3 {
  color: var(--color-primary);
  margin: 0 0 0.5rem;
}

.branch-wa a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #128c7e;
  text-decoration: none;
  font-weight: 600;
}

.branch-wa a:hover {
  color: #075e54;
  text-decoration: underline;
}

.branch-wa .wa-icon {
  flex-shrink: 0;
  vertical-align: middle;
}

.branch-hours {
  color: var(--color-text-muted, #666);
  margin: 0.35rem 0 0;
}

.branches-section {
  margin-top: 2rem;
}

/* Collapsible branches (when many) */
.branches-accordion {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  max-width: 720px;
  margin-inline: auto;
}
.branch-acc {
  border: 1px solid var(--color-border, #e0e0e0);
  border-radius: var(--radius, 8px);
  background: var(--color-surface, #fff);
  overflow: hidden;
}
.branch-acc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  padding: 0.9rem 1.1rem;
  border: none;
  background: transparent;
  font: inherit;
  font-weight: 700;
  color: var(--color-primary);
  cursor: pointer;
  text-align: start;
}
.branch-acc-head:hover { background: var(--color-surface-alt, #f6f6f6); }
.branch-acc-chev {
  transition: transform 0.2s ease;
  color: var(--color-text-muted, #666);
  flex-shrink: 0;
}
.branch-acc.is-open .branch-acc-chev { transform: rotate(180deg); }
.branch-acc-body {
  display: none;
  padding: 0 1.1rem 1.1rem;
}
.branch-acc.is-open .branch-acc-body { display: block; }

/* ??? Careers page ??? */
.careers-section { margin: 2.5rem 0; }
.careers-hero {
  border-radius: var(--radius, 8px);
  background: var(--color-primary, #1b5e20);
  color: #fff;
  padding: 3.5rem 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
  background-size: cover;
  background-position: center;
}
.careers-hero-inner { max-width: 720px; margin: 0 auto; }
.careers-hero h1 { color: #fff; margin: 0 0 0.75rem; font-size: clamp(1.6rem, 4vw, 2.4rem); }
.careers-hero p { color: rgba(255,255,255,.92); margin: 0 auto 1.5rem; max-width: 620px; }
.careers-hero-cta { font-size: 1.05rem; }
.careers-hero.has-image { padding-bottom: 2.5rem; }
.careers-hero-cta-out { text-align: center; margin: 1.25rem 0 2rem; }
.careers-hero-cta-out .btn { font-size: 1.05rem; }

.job-filters {
  display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 1.25rem;
}
.job-filter { display: flex; flex-direction: column; gap: 0.25rem; font-size: 0.85rem; flex: 1; min-width: 150px; }
.job-filter select {
  padding: 0.5rem 0.65rem; border: 1px solid var(--color-border, #e0e0e0);
  border-radius: var(--radius, 8px); font: inherit; background: #fff;
}
.jobs-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 52rem;
  margin-inline: auto;
}
@media (min-width: 900px) {
  .jobs-grid {
    grid-template-columns: repeat(auto-fill, minmax(28rem, 1fr));
    max-width: none;
  }
}
.job-card {
  display: flex;
  flex-direction: column;
}
.job-card--pro {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 1px solid color-mix(in srgb, var(--color-primary, #1b5e20) 18%, #dbe3ec);
  border-radius: 20px;
  background: #fff;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.7) inset,
    0 12px 36px rgba(15, 39, 68, 0.09);
  min-height: 22rem;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.job-card--pro:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(15, 39, 68, 0.14);
}
.job-card-banner {
  height: 4.25rem;
  background:
    radial-gradient(120% 180% at 100% 0%, rgba(255, 255, 255, 0.22) 0%, transparent 55%),
    linear-gradient(135deg, var(--color-primary, #1b5e20) 0%, color-mix(in srgb, var(--color-primary, #1b5e20) 72%, #0b3d14) 100%);
}
.job-card-head {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  padding: 0 1.35rem 0;
  margin-top: -2.15rem;
  margin-bottom: 1.1rem;
}
.job-card-logo-wrap {
  flex-shrink: 0;
  width: 4.75rem;
  height: 4.75rem;
  border-radius: 16px;
  background: #fff;
  border: 3px solid #fff;
  box-shadow: 0 8px 20px rgba(15, 39, 68, 0.16);
  display: grid;
  place-items: center;
  overflow: hidden;
}
.job-card-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.35rem;
  background: #fff;
}
.job-card-brand {
  min-width: 0;
  flex: 1;
  padding-bottom: 0.15rem;
}
.job-card-badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.35rem;
  padding: 0.18rem 0.65rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--color-primary, #1b5e20);
  background: color-mix(in srgb, var(--color-primary, #1b5e20) 14%, #fff);
  border: 1px solid color-mix(in srgb, var(--color-primary, #1b5e20) 22%, transparent);
}
.job-card-pharmacy {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: #64748b;
  margin-bottom: 0.15rem;
}
.job-card-title {
  color: #0f2744;
  margin: 0;
  font-size: clamp(1.2rem, 2.2vw, 1.45rem);
  line-height: 1.3;
  font-weight: 800;
}
.job-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  margin: 0 1.35rem 1rem;
  padding: 0.85rem;
  border-radius: 14px;
  background: #f4f7f5;
  border: 1px solid #e6eef0;
}
@media (max-width: 520px) {
  .job-facts { grid-template-columns: 1fr; }
}
.job-fact {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  min-width: 0;
}
.job-fact-ico {
  display: grid;
  place-items: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 10px;
  background: #fff;
  color: var(--color-primary, #1b5e20);
  border: 1px solid #e2ebe6;
  flex-shrink: 0;
}
.job-fact-svg { display: block; }
.job-fact-text {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}
.job-fact-text small {
  font-size: 0.72rem;
  color: #64748b;
  font-weight: 600;
}
.job-fact-text strong {
  font-size: 0.92rem;
  color: #1e293b;
  font-weight: 700;
  line-height: 1.35;
  word-break: break-word;
}
.job-card h3 { color: var(--color-primary); margin: 0 0 0.6rem; }
.job-meta { margin: 0.2rem 0; color: var(--color-text-muted, #555); font-size: 0.92rem; }
.job-desc {
  margin: 0 1.35rem 0.95rem;
  font-size: 0.95rem;
  color: #334155;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.job-reqs {
  margin: 0 1.35rem 1rem;
}
.job-reqs-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  color: #64748b;
  margin-bottom: 0.45rem;
  text-transform: none;
}
.job-req-chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.job-req-chips li {
  padding: 0.32rem 0.7rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #1e3a2a;
  background: color-mix(in srgb, var(--color-primary, #1b5e20) 10%, #fff);
  border: 1px solid color-mix(in srgb, var(--color-primary, #1b5e20) 20%, #e5e7eb);
}
.job-card-foot {
  margin-top: auto;
  padding: 1rem 1.35rem 1.25rem;
  border-top: 1px solid #eef2f6;
  background: linear-gradient(180deg, #fbfcfd 0%, #f5f8f6 100%);
}
.job-apply-btn {
  width: 100%;
  justify-content: center;
  min-height: 2.9rem;
  font-weight: 800;
  font-size: 1.02rem;
  border-radius: 12px;
}
.careers-empty { color: var(--color-text-muted, #666); }

.apply-form { max-width: 760px; margin: 0 auto; }
.apply-subtitle { margin: 1.25rem 0 0.75rem; color: var(--color-primary); font-size: 1.05rem; }
.apply-yn { margin-bottom: 0.75rem; }
.apply-yn-q { display: block; margin-bottom: 0.35rem; font-weight: 600; }
.apply-radios { display: flex; gap: 1.25rem; }
.apply-radio { display: inline-flex; align-items: center; gap: 0.35rem; font-weight: 400; }
.apply-privacy { display: flex; align-items: flex-start; gap: 0.5rem; margin: 1rem 0; font-size: 0.92rem; }
.apply-submit { margin-top: 0.5rem; }

.why-grid {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 0.75rem;
}
.why-item {
  display: flex; align-items: center; gap: 0.6rem;
  background: var(--color-surface, #fff); border: 1px solid var(--color-border, #e6e6e6);
  border-radius: var(--radius, 8px); padding: 0.85rem 1rem;
}
.why-check { color: var(--color-primary); font-weight: 700; }
.why-icon { color: inherit; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; width: 2.65rem; height: 2.65rem; }
.why-icon .feature-icon,
.why-icon .feature-why-icon,
.why-icon svg { width: 100%; height: 100%; }
.why-icon img.feature-icon { object-fit: contain; width: 1.7rem; height: 1.7rem; }

/* Careers employment-contact section */
.careers-contact-links { display: flex; flex-wrap: wrap; gap: 0.6rem; justify-content: center; }
.careers-contact-link {
  display: inline-flex; align-items: center; gap: 0.45rem;
  padding: 0.6rem 1rem; border: 1px solid var(--color-border, #e6e6e6);
  border-radius: 999px; background: var(--color-surface, #fff);
  color: var(--color-primary); text-decoration: none; font-weight: 600;
}
.careers-contact-link:hover { border-color: var(--color-primary); }

.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 0.6rem; }
.faq-item { border: 1px solid var(--color-border, #e0e0e0); border-radius: var(--radius, 8px); overflow: hidden; background: #fff; }
.faq-item summary {
  padding: 0.9rem 1.1rem; cursor: pointer; font-weight: 700; color: var(--color-primary);
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '?'; float: inline-end; transition: transform .2s; color: var(--color-text-muted, #666); }
.faq-item[open] summary::after { transform: rotate(180deg); }
.faq-answer { padding: 0 1.1rem 1rem; }

.powered-by {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  opacity: 0.6;
  text-decoration: none;
  color: inherit;
}

.powered-by:hover {
  opacity: 1;
}

/* Social icons bar ? below header, above hero */
.social-bar {
  background: linear-gradient(180deg, var(--color-surface, #fff) 0%, var(--color-bg, #fafafa) 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 0.25rem 0;
}

.social-bar:not(.hidden) + .site-main {
  padding-top: var(--space-sm);
}

.social-bar.hidden {
  display: none;
}

.social-bar__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}

.social-bar__link {
  --social-glow: rgba(27, 94, 32, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: var(--color-surface, #fff);
  color: var(--color-primary, #1b5e20);
  border: 1px solid rgba(0, 0, 0, 0.08);
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.35s ease, color 0.25s ease, border-color 0.25s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.social-bar__link svg {
  width: 1.35rem;
  height: 1.35rem;
}

.social-bar__link:hover,
.social-bar__link:focus-visible {
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 0 14px var(--social-glow), 0 0 28px color-mix(in srgb, var(--social-glow) 50%, transparent);
  border-color: transparent;
  outline: none;
}

.social-bar__link[data-platform="facebook"] { --social-glow: rgba(24, 119, 242, 0.55); color: #1877f2; }
.social-bar__link[data-platform="instagram"] { --social-glow: rgba(225, 48, 108, 0.55); color: #e1306c; }
.social-bar__link[data-platform="tiktok"] { --social-glow: rgba(254, 44, 85, 0.55); color: #fe2c55; }
.social-bar__link[data-platform="youtube"] { --social-glow: rgba(255, 0, 0, 0.55); color: #ff0000; }
.social-bar__link[data-platform="snapchat"] { --social-glow: rgba(255, 252, 0, 0.7); color: #f5c400; }
.social-bar__link[data-platform="linkedin"] { --social-glow: rgba(10, 102, 194, 0.55); color: #0a66c2; }
.social-bar__link[data-platform="x"] { --social-glow: rgba(0, 0, 0, 0.45); color: #14171a; }
.social-bar__link[data-platform="website"] { --social-glow: rgba(27, 94, 32, 0.55); }
.social-bar__link[data-platform="email"] { --social-glow: rgba(234, 67, 53, 0.55); color: #ea4335; }

@media (max-width: 768px) {
  .social-bar { padding: 0.2rem 0; }
  .social-bar__list { gap: 0.4rem; }
  .social-bar__link {
    width: 2.45rem;
    height: 2.45rem;
  }
  .social-bar__link svg {
    width: 1.2rem;
    height: 1.2rem;
  }
}

@media (max-width: 480px) {
  .social-bar__list {
    gap: 0.35rem;
    justify-content: flex-start;
  }
  .social-bar__link {
    width: 2.25rem;
    height: 2.25rem;
  }
}

/* Hero banner slider ? 1920?480 (4:1), full width, no crop */
.hero--banner {
  position: relative;
  padding: 0 !important;
  width: min(100%, 1920px);
  margin-inline: auto;
  aspect-ratio: 1920 / 480;
  height: auto;
  max-height: none;
  background: #1a1a1a;
  border-radius: var(--radius);
  overflow: hidden;
}

.hero--banner::before {
  display: none;
}

.hero-slider {
  position: absolute;
  inset: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111;
}

.hero-slide.is-active {
  opacity: 1;
  z-index: 1;
}

.hero-slide img,
.hero-slide-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  will-change: transform;
}

/* Free design canvas: lock badge on slides 2 & 3 (still visible for design) */
.hero-slide-lock {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  background: rgba(0, 0, 0, 0.42);
  color: #fff;
  font-size: 1.75rem;
  pointer-events: none;
}
.hero-slide-lock .pro-tag {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #e65100, #ff8f00);
}

/* Pro hero live FX ? reuse the same CSS/SVG engine as the store promo slider */
.hero-slide {
  overflow: hidden;
}
.hero-slide .store-promo-visual,
.hero-slide .store-promo-bubbles,
.hero-slide .store-promo-waves,
.hero-slide .store-promo-sparkles,
.hero-slide .store-promo-shine,
.hero-slide .store-promo-glow,
.hero-slide .store-promo-neon,
.hero-slide .store-promo-leak,
.hero-slide .store-promo-aurora,
.hero-slide .store-promo-prism,
.hero-slide .store-promo-particles,
.hero-slide .store-promo-grain,
.hero-slide .store-promo-vignette,
.hero-slide .store-promo-mist,
.hero-slide .store-promo-ripple {
  z-index: 2;
}
.hero-slide.hero-fx--kenburns.is-active .hero-slide-img {
  animation: promo-kenburns 14s ease-in-out infinite alternate;
}
.hero-slide.hero-fx--panRight.is-active .hero-slide-img {
  transform: scale(1.22);
  animation: promo-pan 16s ease-in-out infinite alternate;
}
.hero-slide.hero-fx--velvetPan.is-active .hero-slide-img {
  animation: promo-velvet 20s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate;
}
.hero-slide.hero-fx--cinematicZoom.is-active .hero-slide-img {
  animation: promo-cine-zoom 16s cubic-bezier(0.22, 1, 0.36, 1) infinite alternate;
}
.hero-slide.hero-fx--zoomPulse.is-active .hero-slide-img {
  animation: promo-zoom-pulse 8s ease-in-out infinite;
}
.hero-slide.hero-fx--tiltDrift.is-active .hero-slide-img {
  animation: promo-tilt 10s ease-in-out infinite alternate;
  transform-origin: center center;
}

/* Overlay-primary FX: keep the IMAGE nearly still so the layer is the readable signal */
.store-promo-slide.store-promo-fx--orbs.is-active .store-promo-img,
.hero-slide.hero-fx--orbs.is-active .hero-slide-img,
.store-promo-slide.store-promo-fx--bubbles.is-active .store-promo-img,
.hero-slide.hero-fx--bubbles.is-active .hero-slide-img,
.store-promo-slide.store-promo-fx--sparkle.is-active .store-promo-img,
.hero-slide.hero-fx--sparkle.is-active .hero-slide-img,
.store-promo-slide.store-promo-fx--waves.is-active .store-promo-img,
.hero-slide.hero-fx--waves.is-active .hero-slide-img,
.store-promo-slide.store-promo-fx--particleRain.is-active .store-promo-img,
.hero-slide.hero-fx--particleRain.is-active .hero-slide-img {
  animation: none;
  transform: scale(1.04);
}
.store-promo-slide.store-promo-fx--glowPulse.is-active .store-promo-img,
.hero-slide.hero-fx--glowPulse.is-active .hero-slide-img {
  animation: promo-zoom-pulse 6.5s ease-in-out infinite;
}
.store-promo-slide.store-promo-fx--filmGrain.is-active .store-promo-img,
.hero-slide.hero-fx--filmGrain.is-active .hero-slide-img {
  animation: promo-kenburns 18s ease-in-out infinite alternate;
}
.store-promo-slide.store-promo-fx--floatMist.is-active .store-promo-img,
.hero-slide.hero-fx--floatMist.is-active .hero-slide-img {
  animation: promo-pan 22s ease-in-out infinite alternate;
}
.store-promo-slide.store-promo-fx--rippleFocus.is-active .store-promo-img,
.hero-slide.hero-fx--rippleFocus.is-active .hero-slide-img {
  animation: promo-cine-zoom 12s ease-in-out infinite alternate;
}
.store-promo-slide.store-promo-fx--neonRim.is-active .store-promo-img,
.hero-slide.hero-fx--neonRim.is-active .hero-slide-img {
  animation: none;
  transform: scale(1.06);
}
.store-promo-slide.store-promo-fx--aurora.is-active .store-promo-img,
.hero-slide.hero-fx--aurora.is-active .hero-slide-img,
.store-promo-slide.store-promo-fx--prismShift.is-active .store-promo-img,
.hero-slide.hero-fx--prismShift.is-active .hero-slide-img {
  animation: none;
  transform: scale(1.05);
}
.store-promo-slide.store-promo-fx--lightLeak.is-active .store-promo-img,
.hero-slide.hero-fx--lightLeak.is-active .hero-slide-img {
  animation: promo-cine-zoom 14s ease-in-out infinite alternate;
}
.store-promo-slide.store-promo-fx--shine.is-active .store-promo-img,
.hero-slide.hero-fx--shine.is-active .hero-slide-img {
  animation: none;
  transform: scale(1.04);
}
.hero-slide.is-active .store-promo-shine {
  animation: promo-shine 4.5s ease-in-out 0.5s infinite;
}
.hero-slide.is-active .store-promo-glow {
  animation: promo-glow 5s ease-in-out infinite;
}
.hero-slide.is-active .store-promo-neon {
  animation: promo-neon 3.6s ease-in-out infinite;
}
.hero-slide.is-active .store-promo-leak {
  animation: promo-leak 7s ease-in-out infinite alternate;
}
.hero-slide.is-active .store-promo-aurora {
  animation: promo-aurora 10s linear infinite;
}
.hero-slide.is-active .store-promo-prism {
  animation: promo-prism 8s ease-in-out infinite alternate;
}
.hero-slide.is-active .store-promo-particle {
  animation: promo-particle var(--p-dur, 7s) linear var(--p-delay, 0s) infinite;
}
.hero-slide.is-active .store-promo-grain {
  animation: promo-grain 0.35s steps(2) infinite;
}
.hero-slide.is-active .store-promo-vignette {
  animation: promo-vignette 6s ease-in-out infinite alternate;
}
.hero-slide.is-active .store-promo-mist-cloud {
  animation: promo-mist 14s ease-in-out infinite alternate;
}
.hero-slide.is-active .store-promo-mist-cloud--2 { animation-duration: 18s; animation-delay: -4s; }
.hero-slide.is-active .store-promo-mist-cloud--3 { animation-duration: 11s; animation-delay: -2s; }
.hero-slide.is-active .store-promo-ripple {
  animation: promo-ripple 5.5s ease-out infinite;
}
.hero-slide.is-active .store-promo-orb {
  animation: promo-float 7s ease-in-out infinite;
}
.hero-slide.is-active .store-promo-orb--2 { animation-duration: 9s; animation-delay: 0.6s; }
.hero-slide.is-active .store-promo-orb--3 { animation-duration: 5.5s; animation-delay: 1.2s; }
.hero-slide.is-active .store-promo-bubble {
  animation: promo-bubble var(--b-dur, 8s) linear var(--b-delay, 0s) infinite;
}
.hero-slide.is-active .store-promo-wave {
  animation: promo-wave 9s ease-in-out infinite alternate;
  transform-origin: center bottom;
}
.hero-slide.is-active .store-promo-wave--mid { animation-duration: 12s; animation-delay: -3s; }
.hero-slide.is-active .store-promo-wave--front { animation-duration: 7s; animation-delay: -1.5s; }
.hero-slide.is-active .store-promo-spark {
  animation: promo-spark var(--s-dur, 3s) ease-in-out var(--s-delay, 0s) infinite;
}
@media (prefers-reduced-motion: reduce) {
  .hero-slide-img,
  .hero-slide .store-promo-shine,
  .hero-slide .store-promo-glow,
  .hero-slide .store-promo-orb,
  .hero-slide .store-promo-bubble,
  .hero-slide .store-promo-wave,
  .hero-slide .store-promo-spark,
  .hero-slide .store-promo-neon,
  .hero-slide .store-promo-leak,
  .hero-slide .store-promo-aurora,
  .hero-slide .store-promo-prism,
  .hero-slide .store-promo-particle,
  .hero-slide .store-promo-grain,
  .hero-slide .store-promo-vignette,
  .hero-slide .store-promo-mist-cloud,
  .hero-slide .store-promo-ripple {
    animation: none !important;
    transform: none !important;
  }
}

.hero-dots {
  position: absolute;
  bottom: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 0.5rem;
}

.hero-dot {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  border: 2px solid #fff;
  background: transparent;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
}

.hero-dot.is-active {
  background: #fff;
  opacity: 1;
}

/* Pro demo slides ? dashboard editor preview only (?editor_demo=1) */
.hero-slide--pro-demo {
  background: #111;
}

.hero-slide--empty {
  background: #eceff1;
}

.hero-empty-slot {
  width: 100%;
  height: 100%;
  min-height: 12rem;
  display: grid;
  place-items: center;
  color: #607d8b;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  padding: 1rem;
  border: 2px dashed #b0bec5;
  box-sizing: border-box;
}

.hero-pro-demo {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-pro-demo-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #1b5e20 0%, #2e7d32 45%, #388e3c 100%);
  opacity: 0.9;
}

.hero-pro-demo--free .hero-pro-demo-bg {
  background: linear-gradient(135deg, #2e7d32 0%, #43a047 50%, #66bb6a 100%);
}

.hero-pro-demo--pro .hero-pro-demo-bg {
  background: linear-gradient(135deg, #37474f 0%, #546e7a 45%, #78909c 100%);
}

.hero-pro-demo--pro .hero-pro-demo-cta {
  background: #455a64;
}

.hero-pro-demo--unlocked .hero-pro-demo-bg {
  background: linear-gradient(135deg, #1b5e20 0%, #2e7d32 45%, #43a047 100%);
  opacity: 0.95;
}

.hero-pro-demo--unlocked .hero-pro-demo-cta {
  background: #e65100;
}

.hero-pro-demo-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
  color: #fff;
  padding: 1rem;
}

.hero-pro-demo-brand {
  font-size: clamp(1rem, 3vw, 1.75rem);
  font-weight: 700;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.hero-pro-demo-lock {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.4));
}

.hero-pro-demo-cta {
  background: #e65100;
  color: #fff;
  font-size: clamp(0.75rem, 2vw, 1rem);
  font-weight: 700;
  padding: 0.35rem 1rem;
  border-radius: 999px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.35);
}

@media (max-width: 768px) {
  .hero--banner {
    width: 100%;
    max-height: none;
  }
}

/* ??? Store announcement marquee ??? */
.store-ann-bar {
  overflow: hidden;
  background: var(--store-ann-bg, var(--color-primary, #1b5e20));
  color: var(--store-ann-fg, #fff);
  margin: 0;
  padding: 0.45rem 0;
  border-radius: 0;
  direction: ltr;
  /* Full-bleed under the site header (escape .container) */
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
}
.store-ann-track {
  display: flex;
  width: max-content;
  animation: store-ann-scroll 28s linear infinite;
}
.store-ann-bar:hover .store-ann-track {
  animation-play-state: paused;
}
.store-ann-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 1.25rem;
  padding-inline: 1.25rem;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.95rem;
}
.store-ann-item {
  display: inline-block;
}
.store-ann-sep {
  opacity: 0.55;
  font-size: 0.85em;
}
@keyframes store-ann-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .store-ann-track { animation: none; }
}

/* Store page: pull content up under the header ? no big empty gap */
body.is-store-page .site-main {
  padding-top: 0;
  padding-bottom: var(--space-lg, 1.5rem);
}
/* ???? ?????? ????? ?????? ? ??? ???? ???? */
body.is-store-page .site-main:has(.store-svc-bar) {
  padding-bottom: 0;
}
body.is-store-page .social-bar:not(.hidden) + .site-main {
  padding-top: 0;
}
/* Kill horizontal scroll from full-bleed store sections */
body.is-store-page {
  overflow-x: clip;
}

/* ??? Store page toolbar (under announcements) ??? */
.store-page { margin: 0; padding: 0; }
.store-toolbar {
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  padding: 0.55rem 0;
}
.store-toolbar-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}
.store-search {
  flex: 1 1 260px;
  display: flex;
  align-items: stretch;
  min-width: 200px;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  overflow: hidden;
  background: #fafafa;
}
.store-map-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #c8e6c9;
  border-radius: 10px;
  background: linear-gradient(165deg, #ffffff 0%, #e8f5e9 100%);
  cursor: pointer;
  box-shadow: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.store-map-btn:hover {
  transform: translateY(-1px);
  border-color: #66bb6a;
  box-shadow: 0 3px 10px rgba(27, 94, 32, 0.18);
}
.store-map-btn:focus-visible {
  outline: 2px solid #1b5e20;
  outline-offset: 2px;
}
.store-map-btn-icon {
  display: block;
  width: 26px;
  height: 32px;
}

/* ????? ????? ????? ??????? ? ???? ????? ?? ???? ???? ????? ???? ???? */
.store-service-map-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483000 !important;
  display: flex !important;
  align-items: flex-start;
  justify-content: center;
  padding: 0.4rem 0.6rem;
  margin: 0 !important;
  overflow: hidden !important;
  box-sizing: border-box;
}
.store-service-map-modal[hidden] { display: none !important; }
.store-service-map-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 20, 0.55);
  backdrop-filter: blur(2px);
}
.store-service-map-dialog {
  position: relative;
  z-index: 1;
  width: min(920px, calc(100vw - 1.2rem));
  max-height: calc(100vh - 0.8rem);
  max-height: calc(100dvh - 0.8rem);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.28);
  padding: 0.75rem 0.9rem 0.85rem;
  margin: 0 auto;
  flex: 0 1 auto;
}
.store-service-map-modal.is-anchored {
  align-items: flex-start;
  justify-content: center;
  padding: 0.4rem 0.6rem;
}
.store-service-map-modal.is-anchored .store-service-map-dialog {
  position: relative;
  left: auto !important;
  top: auto !important;
  margin: 0 auto;
  transform: none !important;
}
.store-service-map-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.4rem;
  flex: 0 0 auto;
}
.store-service-map-title {
  margin: 0;
  font-size: 1.1rem;
  color: #1b5e20;
}
.store-service-map-hint {
  margin: 0.2rem 0 0;
  font-size: 0.8rem;
  color: #6b7280;
}
.store-service-map-close {
  border: none;
  background: #f3f4f6;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  color: #374151;
}
.store-service-map-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.store-service-map-wrap {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  overflow: hidden;
  flex: 1 1 auto;
  min-height: 220px;
  background: #f4f7f5;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.store-service-map-wrap #omanMapHost {
  width: 100%;
}
.store-service-map-wrap #omanSvg,
.store-service-map-wrap .oman-gov-map {
  width: 100%;
  height: auto;
  max-height: min(52vh, 460px);
  max-height: min(52dvh, 460px);
  display: block;
  overflow: visible;
}
.store-service-map-modal.is-eg-country .store-service-map-wrap {
  min-height: 280px;
  overflow: visible;
}
.store-service-map-modal.is-eg-country .store-service-map-wrap #omanSvg,
.store-service-map-modal.is-eg-country .store-service-map-wrap .oman-gov-map {
  max-height: min(68vh, 560px);
  max-height: min(68dvh, 560px);
}
.store-service-map-wrap .gov-shape { cursor: pointer; transition: opacity 0.2s ease; }
.store-service-map-wrap .oman-gov-map.is-zooming .gov-shape:not(.is-hover-zoom),
.store-service-map-wrap #omanSvg.is-zooming .gov-shape:not(.is-hover-zoom) {
  opacity: 0.35;
}
.store-service-map-wrap .gov-shape.is-hover-zoom {
  opacity: 1 !important;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.28));
}
.store-service-map-wrap .gov-label {
  font-size: 9px;
  font-weight: 700;
  pointer-events: none;
  paint-order: stroke;
  stroke: #ffffffcc;
  stroke-width: 2px;
}
.store-service-map-wrap .pin .pin-body { filter: drop-shadow(0 1px 1.5px rgba(0,0,0,0.35)); }
.store-service-map-wrap #mapTooltip {
  display: none;
  position: absolute;
  z-index: 30;
  pointer-events: none;
  background: #1b5e20;
  color: #fff;
  border-radius: 8px;
  padding: 7px 11px;
  font-size: 12px;
  white-space: nowrap;
  box-shadow: 0 6px 16px -6px rgba(0,0,0,0.4);
}
.store-service-map-wrap #mapTooltip .tt-name { font-weight: 700; }
.store-service-map-wrap #mapTooltip .tt-price {
  direction: ltr;
  unicode-bidi: isolate;
  margin-inline-start: 6px;
}
.store-service-map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  justify-content: center;
  margin-top: 0.65rem;
  font-size: 11px;
  color: #6b7280;
}
.store-service-map-legend span { display: inline-flex; align-items: center; gap: 4px; }
.store-service-map-legend i {
  width: 9px;
  height: 9px;
  border-radius: 2px;
  display: inline-block;
}
.store-service-map-empty {
  text-align: center;
  color: #9ca3af;
  font-size: 0.9rem;
  margin: 0.75rem 0 0;
}
body.store-service-map-open,
html.store-service-map-open {
  overflow: hidden !important;
  overscroll-behavior: none;
}
.store-search input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 0.55rem 0.85rem;
  font: inherit;
  min-width: 0;
  outline: none;
}
.store-search-btn {
  border: none;
  background: var(--color-primary, #1b5e20);
  color: #fff;
  padding: 0 0.9rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.store-toolbar-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: nowrap;
}
.store-toolbar-icons {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}
.store-tool-btn {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  background: #fff;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s, background 0.15s;
}
.store-tool-btn:hover {
  border-color: var(--color-primary, #1b5e20);
  color: var(--color-primary, #1b5e20);
}
.store-tool-badge {
  position: absolute;
  top: -4px;
  inset-inline-end: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--color-cta, #e65100);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* Favorites heart ? soft filled medical accent */
.store-icon-heart {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linejoin: round;
  transition: fill 0.15s, stroke 0.15s;
}
.store-tool-btn--fav:hover .store-icon-heart,
.store-tool-btn--fav.is-active .store-icon-heart {
  fill: #e53935;
  stroke: #e53935;
  color: #e53935;
}
.store-tool-btn--fav:hover {
  color: #e53935;
  border-color: #ef9a9a;
  background: #fff5f5;
}

/* Pharmacy Rx bag (not supermarket cart) */
.store-tool-btn--cart:hover {
  border-color: var(--color-primary, #1b5e20);
  background: color-mix(in srgb, var(--color-primary, #1b5e20) 8%, #fff);
}

/* Account dropdown */
.store-account {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  flex-shrink: 0;
}
.store-account-menu {
  position: absolute;
  top: calc(100% + 6px);
  inset-inline-end: 0;
  min-width: 11.5rem;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  padding: 0.35rem;
  z-index: 40;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.store-account-menu[hidden] { display: none !important; }
.store-account-hello {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--color-primary, #1b5e20);
  white-space: nowrap;
  line-height: 1.2;
  max-width: 9.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 1;
}
.store-account-hello[hidden] { display: none !important; }
.store-tool-btn.store-tool-btn--account {
  width: 42px;
  min-width: 42px;
  height: 42px;
  padding: 0;
  overflow: visible;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.store-tool-btn.store-tool-btn--account.is-logged-in {
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  padding: 0 !important;
}
.store-account-icon {
  display: block !important;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.store-account-initial {
  display: none !important;
}
.store-account-initial[hidden],
.store-account-avatar[hidden] { display: none !important; }
.store-account-icon[hidden] { display: block !important; }
.store-account.is-open .store-tool-btn--account {
  border-color: var(--color-primary, #1b5e20);
}
@media (max-width: 560px) {
  .store-account-hello { max-width: 4.8rem; font-size: 0.78rem; }
}
.store-account-item {
  display: block;
  width: 100%;
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  text-decoration: none;
  color: #222;
  font-size: 0.88rem;
  font-weight: 600;
  white-space: nowrap;
  background: transparent;
  border: 0;
  font-family: inherit;
  text-align: inherit;
  cursor: pointer;
  box-sizing: border-box;
}
.store-account-item:hover {
  background: color-mix(in srgb, var(--color-primary, #1b5e20) 10%, #fff);
  color: var(--color-primary, #1b5e20);
}
.store-account-item--muted {
  color: #777;
  font-weight: 500;
  border-top: 1px solid #eee;
  margin-top: 0.15rem;
  border-radius: 0 0 8px 8px;
}
.store-account-item[hidden] { display: none !important; }

.store-catalog { margin: 0 0 2rem; padding: 0.75rem 0 1rem; }
.store-catalog-head {
  padding: 0.75rem 1rem 0.35rem;
  text-align: center;
}
.store-catalog-intro {
  max-width: 40rem;
  margin: 0.35rem auto 0;
  color: #555;
  font-size: 0.95rem;
}

@media (max-width: 640px) {
  .store-toolbar-inner {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .store-toolbar-actions { justify-content: flex-end; flex-shrink: 0; }
}

@media (max-width: 400px) {
  .store-toolbar-inner {
    padding-inline: 0.5rem;
    gap: 0.45rem;
  }
  .store-toolbar-icons {
    gap: 0.25rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
  }
  .store-tool-btn {
    width: 2.35rem;
    height: 2.35rem;
    flex: 0 0 auto;
  }
  .store-mega-list-top {
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: visible;
    gap: 0.35rem 0.45rem;
    padding-bottom: 0.15rem;
  }
  .store-mega-trigger {
    white-space: normal;
    font-size: 0.78rem;
    padding: 0.4rem 0.55rem;
    line-height: 1.25;
  }
  .store-bs-row,
  .store-fo-row,
  .store-vit-row {
    overflow-x: auto;
  }
}

/* ??? Store mega category nav ??? */
.store-mega-nav {
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  z-index: 30;
}
.store-mega-nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0.5rem;
}
.store-mega-list-top {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.15rem;
}
.store-mega-item {
  position: static;
}
.store-mega-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: none;
  background: transparent;
  color: #1f2a24;
  font: inherit;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.7rem 0.75rem;
  cursor: pointer;
  border-radius: 8px;
  white-space: nowrap;
}
.store-mega-trigger:hover,
.store-mega-item.is-open > .store-mega-trigger {
  color: var(--color-cta, #e65100);
  background: color-mix(in srgb, var(--color-cta, #e65100) 8%, #fff);
}
.store-mega-chev {
  opacity: 0.7;
  transition: transform 0.15s;
}
.store-mega-item.is-open .store-mega-chev {
  transform: rotate(180deg);
}
.store-mega-panel {
  position: absolute;
  inset-inline: 0;
  top: 100%;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  padding: 1rem 0 1.25rem;
}
.store-mega-panel[hidden] { display: none !important; }
.store-mega-panel-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
}
.store-mega-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.35rem 0 0.85rem;
}
.store-mega-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 9.5rem;
  padding: 0.55rem 1.35rem;
  border-radius: 10px;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.store-mega-btn--primary {
  background: var(--color-primary, #1b5e20);
}
.store-mega-btn--primary:hover {
  filter: brightness(1.05);
}
.store-mega-btn--offers {
  background: var(--color-cta, #e65100);
}
.store-mega-btn--offers:hover {
  filter: brightness(1.05);
}

/* ??? Store promo slider ? near full viewport like Alain (small side gutters) ??? */
.store-promo {
  /* Escape .container (max 72rem) ? almost full screen */
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  margin-block: 0.5rem 0.35rem;
  padding-inline: 1.25rem; /* ~20px gutters like reference */
  box-sizing: border-box;
}
.store-promo-frame {
  position: relative;
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
  background: #e8eef5;
  aspect-ratio: 3 / 1;
  min-height: 180px;
  box-sizing: border-box;
}
.store-promo-track {
  position: absolute;
  inset: 0;
}
.store-promo-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  padding: 1.25rem clamp(1.25rem, 5vw, 3.5rem);
  overflow: hidden;
}
.store-promo-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}
.store-promo-slide-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
/* Uploaded image slides: photo fills the frame, gradient stays as fallback */
.store-promo-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  will-change: transform;
}
.store-promo-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to inline-start,
    rgba(0, 0, 0, calc(var(--promo-scrim, 0) * 1.15)) 0%,
    rgba(0, 0, 0, calc(var(--promo-scrim, 0) * 0.7)) 55%,
    rgba(0, 0, 0, calc(var(--promo-scrim, 0) * 0.25)) 100%
  );
  pointer-events: none;
}
/* Image-only slides show the full artwork without the text column */
.store-promo-slide.is-image-only {
  grid-template-columns: 1fr;
  padding: 0;
}
/* Full-slide clickable hit area (under arrows, above image) */
.store-promo-hit {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.store-promo-slide--blue .store-promo-slide-bg {
  background: linear-gradient(120deg, #1565c0 0%, #42a5f5 55%, #90caf9 100%);
}
.store-promo-slide--mint .store-promo-slide-bg {
  background: linear-gradient(120deg, #00695c 0%, #26a69a 55%, #80cbc4 100%);
}
.store-promo-slide--rose .store-promo-slide-bg {
  background: linear-gradient(120deg, #ad1457 0%, #ec407a 55%, #f8bbd0 100%);
}
.store-promo-slide--amber .store-promo-slide-bg {
  background: linear-gradient(120deg, #e65100 0%, #fb8c00 55%, #ffe082 100%);
}
.store-promo-slide--slate .store-promo-slide-bg {
  background: linear-gradient(120deg, #37474f 0%, #607d8b 55%, #b0bec5 100%);
}
.store-promo-slide--green .store-promo-slide-bg {
  background: linear-gradient(120deg, #1b5e20 0%, #43a047 55%, #a5d6a7 100%);
}
.store-promo-slide.is-demo-slide {
  display: flex;
  align-items: center;
  padding: 1.25rem 1.75rem;
}
.store-promo-slide.is-demo-slide .store-promo-slide-content {
  position: relative;
  z-index: 3;
  max-width: min(28rem, 90%);
  pointer-events: none;
}
.store-promo-slide.is-demo-slide .store-promo-cta {
  display: inline-flex;
  margin-top: 0.75rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #0f172a;
  font-weight: 800;
  font-size: 0.85rem;
}
.store-promo-slide-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 28rem;
}
.store-promo-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.85;
}
.store-promo-title {
  margin: 0 0 0.4rem;
  font-size: clamp(1.15rem, 2.6vw, 1.85rem);
  font-weight: 800;
  line-height: 1.25;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
}
.store-promo-sub {
  margin: 0 0 0.85rem;
  font-size: clamp(0.85rem, 1.6vw, 1rem);
  opacity: 0.95;
  line-height: 1.4;
}
.store-promo-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 1.15rem;
  border-radius: 8px;
  background: #fff;
  color: #1a1a1a;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}
.store-promo-cta:hover {
  transform: translateY(-1px);
}
/* ??? Promo slider live animations ? Level B (Pro Plus) ??? */

.store-promo--level-b .store-promo-frame {
  isolation: isolate;
}
.store-promo-parallax,
.store-promo-parallax-inner {
  position: absolute;
  inset: 0;
}
.store-promo-parallax-inner {
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}
.store-promo-depth {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 20% 80%, rgba(0, 0, 0, 0.18), transparent 55%),
    radial-gradient(ellipse at 85% 15%, rgba(255, 255, 255, 0.12), transparent 45%);
  z-index: 1;
}
.store-promo-vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: radial-gradient(ellipse at center, transparent 48%, rgba(0, 0, 0, 0.28) 100%);
}

/* Base slide state for Level B transitions (clip/filter/transform) */
.store-promo--level-b .store-promo-slide {
  opacity: 1;
  pointer-events: none;
  visibility: hidden;
  z-index: 0;
  transition: none;
}
.store-promo--level-b .store-promo-slide.is-active,
.store-promo--level-b .store-promo-slide.is-leaving,
.store-promo--level-b .store-promo-slide.is-entering {
  visibility: visible;
  pointer-events: auto;
}
.store-promo--level-b .store-promo-slide.is-active { z-index: 2; }
.store-promo--level-b .store-promo-slide.is-leaving { z-index: 1; }

/* Wipe ? clip-path reveal */
.store-promo-slide.is-entering.promo-tr-wipe {
  clip-path: inset(0 100% 0 0);
  animation: promo-tr-wipe-in 0.78s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.store-promo-slide.is-leaving.promo-tr-wipe {
  animation: promo-tr-wipe-out 0.78s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes promo-tr-wipe-in {
  from { clip-path: inset(0 100% 0 0); }
  to { clip-path: inset(0 0 0 0); }
}
@keyframes promo-tr-wipe-out {
  from { clip-path: inset(0 0 0 0); opacity: 1; }
  to { clip-path: inset(0 0 0 35%); opacity: 0.55; }
}
[dir="rtl"] .store-promo-slide.is-entering.promo-tr-wipe {
  animation-name: promo-tr-wipe-in-rtl;
}
[dir="rtl"] .store-promo-slide.is-leaving.promo-tr-wipe {
  animation-name: promo-tr-wipe-out-rtl;
}
@keyframes promo-tr-wipe-in-rtl {
  from { clip-path: inset(0 0 0 100%); }
  to { clip-path: inset(0 0 0 0); }
}
@keyframes promo-tr-wipe-out-rtl {
  from { clip-path: inset(0 0 0 0); opacity: 1; }
  to { clip-path: inset(0 35% 0 0); opacity: 0.55; }
}

/* Blur dissolve */
.store-promo-slide.is-entering.promo-tr-blur {
  opacity: 0;
  filter: blur(14px);
  transform: scale(1.04);
  animation: promo-tr-blur-in 0.78s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
.store-promo-slide.is-leaving.promo-tr-blur {
  animation: promo-tr-blur-out 0.78s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
@keyframes promo-tr-blur-in {
  to { opacity: 1; filter: blur(0); transform: scale(1); }
}
@keyframes promo-tr-blur-out {
  to { opacity: 0; filter: blur(12px); transform: scale(0.97); }
}

/* Zoom crossfade */
.store-promo-slide.is-entering.promo-tr-zoom {
  opacity: 0;
  transform: scale(1.12);
  animation: promo-tr-zoom-in 0.78s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.store-promo-slide.is-leaving.promo-tr-zoom {
  animation: promo-tr-zoom-out 0.78s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes promo-tr-zoom-in {
  to { opacity: 1; transform: scale(1); }
}
@keyframes promo-tr-zoom-out {
  to { opacity: 0; transform: scale(0.92); }
}

/* Directional slide */
.store-promo-slide.is-entering.promo-tr-slide {
  transform: translate3d(8%, 0, 0);
  opacity: 0;
  animation: promo-tr-slide-in 0.78s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
.store-promo-slide.is-leaving.promo-tr-slide {
  animation: promo-tr-slide-out 0.78s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
@keyframes promo-tr-slide-in {
  to { transform: none; opacity: 1; }
}
@keyframes promo-tr-slide-out {
  to { transform: translate3d(-6%, 0, 0); opacity: 0; }
}
[dir="rtl"] .store-promo-slide.is-entering.promo-tr-slide {
  transform: translate3d(-8%, 0, 0);
}
[dir="rtl"] .store-promo-slide.is-leaving.promo-tr-slide {
  animation-name: promo-tr-slide-out-rtl;
}
@keyframes promo-tr-slide-out-rtl {
  to { transform: translate3d(6%, 0, 0); opacity: 0; }
}

/* Classic fade fallback */
.store-promo-slide.is-entering.promo-tr-fade {
  opacity: 0;
  animation: promo-tr-fade-in 0.6s ease forwards;
}
.store-promo-slide.is-leaving.promo-tr-fade {
  animation: promo-tr-fade-out 0.6s ease forwards;
}
@keyframes promo-tr-fade-in { to { opacity: 1; } }
@keyframes promo-tr-fade-out { to { opacity: 0; } }

/* Ken Burns ? cinematic ease curve */
.store-promo-slide.store-promo-fx--kenburns.is-active .store-promo-img {
  animation: promo-kenburns 16s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate;
}
@keyframes promo-kenburns {
  from { transform: scale(1) translate3d(0, 0, 0); }
  to { transform: scale(1.22) translate3d(-3.5%, -2.5%, 0); }
}

/* Slow horizontal pan */
.store-promo-slide.store-promo-fx--panRight.is-active .store-promo-img {
  transform: scale(1.22);
  animation: promo-pan 16s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate;
}
@keyframes promo-pan {
  from { transform: scale(1.22) translate3d(-8%, 0, 0); }
  to { transform: scale(1.22) translate3d(8%, 0, 0); }
}

/* Light sweep */
.store-promo-shine {
  position: absolute;
  top: -20%;
  inset-inline-start: -35%;
  width: 32%;
  height: 140%;
  background: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.18) 35%,
    rgba(255, 255, 255, 0.55) 50%,
    rgba(255, 255, 255, 0.18) 65%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-16deg);
  pointer-events: none;
  opacity: 0;
  z-index: 2;
}
.store-promo-slide.is-active .store-promo-shine {
  animation: promo-shine 5.2s cubic-bezier(0.4, 0, 0.2, 1) 0.4s infinite;
}
@keyframes promo-shine {
  0% { inset-inline-start: -40%; opacity: 0; }
  10% { opacity: 1; }
  55% { opacity: 0.85; }
  72%, 100% { inset-inline-start: 120%; opacity: 0; }
}

/* Soft glow pulse */
.store-promo-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    radial-gradient(circle at 72% 38%, rgba(255, 255, 255, 0.55), transparent 52%),
    radial-gradient(circle at 18% 70%, rgba(255, 220, 160, 0.28), transparent 45%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.18), transparent 70%);
  opacity: 0.7;
  mix-blend-mode: soft-light;
}
.store-promo-slide.is-active .store-promo-glow {
  animation: promo-glow 5.5s ease-in-out infinite;
}
@keyframes promo-glow {
  0%, 100% { opacity: 0.35; transform: scale(1); filter: brightness(1); }
  50% { opacity: 1; transform: scale(1.22); filter: brightness(1.25); }
}

/* ??? Advanced cinematic FX (Pro / Pro+) ??? */
@keyframes promo-velvet {
  from { transform: scale(1.12) translate3d(-4%, 2%, 0); }
  to { transform: scale(1.2) translate3d(3%, -3%, 0); }
}
@keyframes promo-cine-zoom {
  from { transform: scale(1.05) translate3d(0, 1%, 0); }
  to { transform: scale(1.22) translate3d(-1.5%, -2%, 0); }
}
@keyframes promo-zoom-pulse {
  0%, 100% { transform: scale(1.08); }
  50% { transform: scale(1.2); }
}
@keyframes promo-tilt {
  from { transform: scale(1.16) perspective(700px) rotateY(-8deg) rotateX(3deg) translate3d(-2%, 0, 0); }
  to { transform: scale(1.2) perspective(700px) rotateY(8deg) rotateX(-3deg) translate3d(2%, -1%, 0); }
}
@keyframes promo-neon {
  0%, 100% { opacity: 0.35; filter: blur(10px); }
  50% { opacity: 0.9; filter: blur(16px); }
}
@keyframes promo-leak {
  from { opacity: 0.15; transform: translate3d(-8%, -4%, 0) scale(1); }
  to { opacity: 0.7; transform: translate3d(6%, 3%, 0) scale(1.15); }
}
@keyframes promo-aurora {
  from { transform: translate3d(-12%, 0, 0) rotate(0deg); }
  to { transform: translate3d(12%, 0, 0) rotate(8deg); }
}
@keyframes promo-prism {
  from { opacity: 0.25; filter: hue-rotate(0deg); }
  to { opacity: 0.7; filter: hue-rotate(50deg); }
}
@keyframes promo-particle {
  0% { transform: translate3d(0, -10%, 0); opacity: 0; }
  12% { opacity: var(--p-op, 0.6); }
  100% { transform: translate3d(12px, 110%, 0); opacity: 0; }
}
@keyframes promo-grain {
  0% { transform: translate3d(0, 0, 0); opacity: 0.35; }
  50% { transform: translate3d(-4%, 2%, 0); opacity: 0.55; }
  100% { transform: translate3d(3%, -2%, 0); opacity: 0.4; }
}
@keyframes promo-vignette {
  from { opacity: 0.55; }
  to { opacity: 1; }
}
@keyframes promo-mist {
  from { transform: translate3d(-12%, 6%, 0) scale(1); opacity: 0.35; }
  to { transform: translate3d(14%, -8%, 0) scale(1.35); opacity: 0.9; }
}
@keyframes promo-ripple {
  0% { transform: scale(0.25); opacity: 0.85; }
  55% { opacity: 0.35; }
  100% { transform: scale(2.1); opacity: 0; }
}

.store-promo-slide.store-promo-fx--velvetPan.is-active .store-promo-img,
.hero-slide.hero-fx--velvetPan.is-active .hero-slide-img {
  animation: promo-velvet 20s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate;
}
.store-promo-slide.store-promo-fx--cinematicZoom.is-active .store-promo-img {
  animation: promo-cine-zoom 16s cubic-bezier(0.22, 1, 0.36, 1) infinite alternate;
}
.store-promo-slide.store-promo-fx--zoomPulse.is-active .store-promo-img {
  animation: promo-zoom-pulse 8s ease-in-out infinite;
}
.store-promo-slide.store-promo-fx--tiltDrift.is-active .store-promo-img {
  animation: promo-tilt 14s ease-in-out infinite alternate;
}

.store-promo-neon,
.store-promo-leak,
.store-promo-aurora,
.store-promo-prism,
.store-promo-grain,
.store-promo-vignette,
.store-promo-mist,
.store-promo-ripple,
.store-promo-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
.store-promo-neon {
  box-shadow: inset 0 0 60px rgba(56, 189, 248, 0.55), inset 0 0 120px rgba(244, 114, 182, 0.35);
  border: 2px solid rgba(125, 211, 252, 0.35);
}
.store-promo-slide.is-active .store-promo-neon { animation: promo-neon 3.6s ease-in-out infinite; }
.store-promo-leak {
  background: radial-gradient(ellipse at 12% 18%, rgba(255, 196, 120, 0.55), transparent 42%),
    radial-gradient(ellipse at 88% 78%, rgba(255, 120, 80, 0.28), transparent 40%);
  mix-blend-mode: screen;
}
.store-promo-slide.is-active .store-promo-leak { animation: promo-leak 7s ease-in-out infinite alternate; }
.store-promo-aurora {
  background: linear-gradient(115deg,
    rgba(34, 211, 238, 0.0) 0%,
    rgba(52, 211, 153, 0.35) 28%,
    rgba(167, 139, 250, 0.4) 55%,
    rgba(244, 114, 182, 0.25) 78%,
    transparent 100%);
  mix-blend-mode: soft-light;
  opacity: 0.55;
}
.store-promo-slide.is-active .store-promo-aurora { animation: promo-aurora 10s linear infinite; }
.store-promo-prism {
  background: conic-gradient(from 40deg,
    rgba(255,0,128,0.18), rgba(0,200,255,0.2), rgba(255,220,0,0.16), rgba(120,255,180,0.18), rgba(255,0,128,0.18));
  mix-blend-mode: overlay;
}
.store-promo-slide.is-active .store-promo-prism { animation: promo-prism 8s ease-in-out infinite alternate; }
.store-promo-particle {
  position: absolute;
  top: -5%;
  left: var(--p-left, 50%);
  width: var(--p-size, 3px);
  height: var(--p-size, 3px);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.5);
}
.store-promo-slide.is-active .store-promo-particle {
  animation: promo-particle var(--p-dur, 7s) linear var(--p-delay, 0s) infinite;
}
.store-promo-grain {
  opacity: 0.42;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.75'/%3E%3C/svg%3E");
  background-size: 140px 140px;
  mix-blend-mode: overlay;
}
.store-promo-slide.is-active .store-promo-grain,
.hero-slide.is-active .store-promo-grain { animation: promo-grain 0.28s steps(2) infinite; }
.store-promo-vignette {
  background: radial-gradient(ellipse at center, transparent 32%, rgba(0,0,0,0.72) 100%);
}
.store-promo-slide.is-active .store-promo-vignette { animation: promo-vignette 5s ease-in-out infinite alternate; }
.store-promo-mist-cloud {
  position: absolute;
  width: 55%;
  height: 45%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.55), transparent 68%);
  filter: blur(16px);
  top: 20%;
  inset-inline-start: 10%;
}
.store-promo-mist-cloud--2 { top: 45%; inset-inline-start: 40%; width: 60%; }
.store-promo-mist-cloud--3 { top: 10%; inset-inline-start: 55%; width: 40%; }
.store-promo-slide.is-active .store-promo-mist-cloud { animation: promo-mist 14s ease-in-out infinite alternate; }
.store-promo-ripple {
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.45);
  width: 40%;
  aspect-ratio: 1;
  margin: auto;
  top: 0; bottom: 0; left: 0; right: 0;
}
.store-promo-slide.is-active .store-promo-ripple { animation: promo-ripple 5.5s ease-out infinite; }

/* Floating orbs */
.store-promo-visual {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.store-promo-orb {
  position: absolute;
  width: 30%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
  top: 18%;
  inset-inline-end: 12%;
  filter: blur(0.5px);
  box-shadow: 0 0 50px rgba(255, 255, 255, 0.35), 0 0 90px rgba(125, 211, 252, 0.25);
}
.store-promo-orb--2 {
  width: 20%;
  top: 48%;
  inset-inline-end: 28%;
  background: rgba(255, 255, 255, 0.24);
}
.store-promo-orb--3 {
  width: 14%;
  top: 24%;
  inset-inline-end: 38%;
  background: rgba(186, 230, 253, 0.4);
}
.store-promo-orb--4 {
  width: 11%;
  top: 62%;
  inset-inline-end: 8%;
  background: rgba(255, 255, 255, 0.3);
}
.store-promo-slide.is-active .store-promo-orb,
.hero-slide.is-active .store-promo-orb {
  animation: promo-float 6s ease-in-out infinite;
}
.store-promo-slide.is-active .store-promo-orb--2,
.hero-slide.is-active .store-promo-orb--2 { animation-duration: 7.5s; animation-delay: 0.4s; }
.store-promo-slide.is-active .store-promo-orb--3,
.hero-slide.is-active .store-promo-orb--3 { animation-duration: 4.8s; animation-delay: 0.9s; }
.store-promo-slide.is-active .store-promo-orb--4,
.hero-slide.is-active .store-promo-orb--4 { animation-duration: 6.8s; animation-delay: 0.2s; }
@keyframes promo-float {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); opacity: 0.75; }
  50% { transform: translate3d(-12%, -22%, 0) scale(1.28); opacity: 1; }
}

/* Rising bubbles */
.store-promo-bubbles {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.store-promo-bubble {
  position: absolute;
  bottom: -14%;
  inset-inline-start: var(--b-left, 50%);
  width: var(--b-size, 18px);
  height: var(--b-size, 18px);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.4), 0 0 10px rgba(255,255,255,0.25);
  opacity: 0;
}
.store-promo-slide.is-active .store-promo-spark,
.hero-slide.is-active .store-promo-spark {
  animation: promo-spark var(--s-dur, 3s) ease-in-out var(--s-delay, 0s) infinite;
}
.store-promo-slide.is-active .store-promo-bubble,
.hero-slide.is-active .store-promo-bubble {
  animation: promo-bubble var(--b-dur, 8s) linear var(--b-delay, 0s) infinite;
}
@keyframes promo-bubble {
  0% { transform: translate3d(0, 0, 0) scale(0.7); opacity: 0; }
  12% { opacity: 0.92; }
  80% { opacity: 0.5; }
  100% { transform: translate3d(var(--b-drift, 14px), -140%, 0) scale(1.2); opacity: 0; }
}

/* Layered SVG waves */
.store-promo-waves {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  width: 100%;
  height: 46%;
  min-height: 70px;
  z-index: 1;
  pointer-events: none;
}
.store-promo-wave { fill: rgba(255, 255, 255, 0.28); }
.store-promo-wave--mid { fill: rgba(255, 255, 255, 0.22); }
.store-promo-wave--front { fill: rgba(255, 255, 255, 0.38); }
.store-promo-slide.is-active .store-promo-wave,
.hero-slide.is-active .store-promo-wave {
  animation: promo-wave 7s ease-in-out infinite alternate;
  transform-origin: center bottom;
}
.store-promo-slide.is-active .store-promo-wave--mid,
.hero-slide.is-active .store-promo-wave--mid { animation-duration: 9s; animation-delay: -2s; }
.store-promo-slide.is-active .store-promo-wave--front,
.hero-slide.is-active .store-promo-wave--front { animation-duration: 5.5s; animation-delay: -1s; }
@keyframes promo-wave {
  from { transform: translateX(-12%) scaleY(0.82); }
  to { transform: translateX(12%) scaleY(1.22); }
}

/* Twinkling SVG sparkles */
.store-promo-sparkles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.store-promo-spark { fill: rgba(255, 255, 255, 0.98); opacity: 0; filter: drop-shadow(0 0 3px rgba(255,255,255,0.85)); }
.store-promo-slide.is-active .store-promo-spark,
.hero-slide.is-active .store-promo-spark {
  animation: promo-spark var(--s-dur, 2.6s) ease-in-out var(--s-delay, 0s) infinite;
}
@keyframes promo-spark {
  0%, 100% { opacity: 0; transform: scale(0.55); }
  45% { opacity: 1; transform: scale(1.3); }
}

/* Text entrance ? springier Level B choreography */
.store-promo-slide.is-active .store-promo-text--fadeUp > * {
  animation: promo-text-fade-up 0.78s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.store-promo-slide.is-active .store-promo-text--slideIn > * {
  animation: promo-text-slide-in 0.72s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.store-promo-slide.is-active .store-promo-text--zoomIn > * {
  animation: promo-text-zoom-in 0.72s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.store-promo-slide.is-active [class*="store-promo-text--"] > *:nth-child(1) { animation-delay: 0.08s; }
.store-promo-slide.is-active [class*="store-promo-text--"] > *:nth-child(2) { animation-delay: 0.2s; }
.store-promo-slide.is-active [class*="store-promo-text--"] > *:nth-child(3) { animation-delay: 0.34s; }
.store-promo-slide.is-active [class*="store-promo-text--"] > *:nth-child(4) { animation-delay: 0.48s; }
@keyframes promo-text-fade-up {
  from { opacity: 0; transform: translate3d(0, 28px, 0); }
  to { opacity: 1; transform: none; }
}
@keyframes promo-text-slide-in {
  from { opacity: 0; transform: translate3d(-40px, 0, 0); filter: blur(4px); }
  to { opacity: 1; transform: none; filter: none; }
}
@keyframes promo-text-zoom-in {
  from { opacity: 0; transform: scale(0.82); filter: blur(3px); }
  to { opacity: 1; transform: none; filter: none; }
}
.store-promo-slide.is-active .store-promo-text--typewriter .store-promo-title {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  border-inline-end: 2px solid currentColor;
  animation: promo-type 2.4s steps(32, end) both, promo-caret 0.8s step-end infinite;
  max-width: 100%;
}
@keyframes promo-type {
  from { width: 0; }
  to { width: 100%; }
}
@keyframes promo-caret {
  0%, 100% { border-color: currentColor; }
  50% { border-color: transparent; }
}

/* Prev / next arrows */
.store-promo-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #263238;
  font-size: 1.5rem;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  backdrop-filter: blur(6px);
}
.store-promo-arrow:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
}
.store-promo-arrow--prev { inset-inline-start: 0.75rem; }
.store-promo-arrow--next { inset-inline-end: 0.75rem; }

@media (prefers-reduced-motion: reduce) {
  .store-promo--level-b .store-promo-slide {
    opacity: 0;
    visibility: visible;
    transition: opacity 0.35s ease;
  }
  .store-promo--level-b .store-promo-slide.is-active {
    opacity: 1;
  }
  .store-promo-img,
  .store-promo-shine,
  .store-promo-glow,
  .store-promo-orb,
  .store-promo-bubble,
  .store-promo-wave,
  .store-promo-spark,
  .store-promo-parallax-inner,
  .store-promo-slide [class*="store-promo-text--"] > *,
  .store-promo-slide.is-entering,
  .store-promo-slide.is-leaving {
    animation: none !important;
    transform: none !important;
    filter: none !important;
    clip-path: none !important;
    opacity: 1;
  }
  .store-promo-spark { opacity: 0.7; }
}
.store-promo-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.65rem;
  margin-bottom: 0.25rem;
  padding: 0 1rem;
}
.store-promo-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: #c5cdd6;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.store-promo-dot.is-active {
  background: var(--color-cta, #e65100);
  transform: scale(1.15);
}
.store-promo-dot:hover {
  background: #8a96a3;
}

@media (max-width: 720px) {
  .store-promo-frame {
    aspect-ratio: 16 / 9;
    min-height: 200px;
  }
  .store-promo-slide {
    grid-template-columns: 1fr;
    padding: 1.1rem 1.15rem 1.25rem;
  }
  .store-promo-visual { display: none; }
}

/* ??? Store circle shortcuts (under promo slider) ??? */
.store-circle-nav {
  /* Same horizontal span as .store-promo */
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  margin-block: 1.35rem 2.85rem;
  padding-inline: 1.25rem;
  padding-block: 0.35rem 0.25rem;
  box-sizing: border-box;
}
.store-circle-nav-inner {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem 1.25rem;
  align-items: start;
  justify-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
.store-circle-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: #37474f;
  width: 100%;
  max-width: none;
  transition: transform 0.2s ease;
}
.store-circle-item:hover {
  transform: translateY(-3px);
}
.store-circle-disc {
  /* Grow with column so 6 circles fill slider width */
  width: min(100%, clamp(100px, 14vw, 168px));
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 35% 30%, #ffffff 0%, #e3f2fd 48%, #bbdefb 100%);
  box-shadow:
    inset 0 -6px 14px rgba(21, 101, 192, 0.08),
    0 4px 14px rgba(21, 101, 192, 0.1);
  overflow: visible;
}
.store-circle-icon {
  width: 72%;
  height: 72%;
  display: grid;
  place-items: center;
}
.store-circle-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}
.store-circle-label {
  font-size: clamp(0.85rem, 1.6vw, 1.05rem);
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  color: #455a64;
}

@media (max-width: 720px) {
  .store-circle-nav-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.1rem 1rem;
  }
  .store-circle-disc {
    width: min(100%, clamp(96px, 28vw, 140px));
  }
}

@media (max-width: 420px) {
  .store-circle-nav-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ??? Top Categories (Alain-style colored cards) ??? */
.store-topcats {
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  margin-block: 1.75rem 2.85rem;
  padding-inline: 0.5rem;
  box-sizing: border-box;
}
.store-topcats-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.25rem;
  margin: 0 auto 1.55rem;
  max-width: 980px;
  padding-inline: 1rem;
  text-align: center;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 700;
  color: #546e7a;
  letter-spacing: 0.01em;
}
.store-topcats-title::before,
.store-topcats-title::after {
  content: "";
  flex: 1 1 0;
  height: 1px;
  max-width: 200px;
  background: #cfd8dc;
}
.store-topcats-title::before { margin-inline-end: 0.35rem; }
.store-topcats-title::after { margin-inline-start: 0.35rem; }
.store-topcats-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.35rem;
}
.store-topcats-arrow {
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  color: #37474f;
  cursor: pointer;
  display: grid;
  place-items: center;
  border-radius: 50%;
  flex-shrink: 0;
}
.store-topcats-arrow:hover {
  background: rgba(0, 0, 0, 0.05);
  color: var(--color-cta, #e65100);
}
.store-topcat-viewport {
  overflow: hidden;
  min-width: 0;
  width: 100%;
  min-height: 230px;
  /* Force LTR frame so carousel transform stays on-screen under page dir=rtl */
  direction: ltr;
  text-align: start;
}
.store-topcat-track {
  --topcat-gap: 16px;
  --topcat-card-w: 200px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: var(--topcat-gap);
  width: max-content;
  max-width: none;
  margin: 0;
  padding: 0.35rem 0 0.85rem;
  direction: ltr;
  position: relative;
  left: 0;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.store-topcat-card {
  flex: 0 0 var(--topcat-card-w);
  width: var(--topcat-card-w);
  max-width: none;
  min-width: var(--topcat-card-w);
  box-sizing: border-box;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  perspective: 800px;
}
html[dir="rtl"] .store-topcat-card {
  direction: rtl;
}
html[dir="ltr"] .store-topcat-card {
  direction: ltr;
}
.store-topcat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}
.store-topcat-visual {
  height: auto;
  aspect-ratio: 1 / 1;
  width: 100%;
  display: grid;
  place-items: end center;
  padding: 0.5rem 0.35rem 0;
  background: linear-gradient(180deg, #f7fafc 0%, #eef3f7 100%);
  position: relative;
  overflow: hidden;
}
.store-topcat-visual.has-photo {
  place-items: stretch;
  padding: 0;
  background: #f1f5f9;
}
.store-topcat-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background-color: #f8fafc;
  transform-origin: center center;
  transform-style: preserve-3d;
  will-change: transform;
  animation: store-topcat-tilt-3d 5.5s ease-in-out infinite;
}
@keyframes store-topcat-tilt-3d {
  0%, 100% {
    transform: perspective(640px) rotateY(-7deg) rotateX(3deg) scale(1.06);
  }
  50% {
    transform: perspective(640px) rotateY(7deg) rotateX(-3deg) scale(1.1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .store-topcat-photo { animation: none; }
}
.store-topcat-visual svg {
  width: 72%;
  height: auto;
  max-height: 70%;
  display: block;
  margin-bottom: 8%;
}
/* Name sits on its own solid strip ? never over category photo or settings image */
.store-topcat-label {
  min-height: 48px;
  display: grid;
  place-items: center;
  padding: 0.45rem 0.65rem;
  text-align: center;
  background: #fff;
  border-block: 1px solid #eceff1;
}
.store-topcat-label span {
  color: #37474f;
  font-weight: 700;
  font-size: clamp(0.78rem, 1.35vw, 0.95rem);
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.store-topcat-band {
  min-height: 56px;
  display: block;
  padding: 0;
}
.store-topcat-band--lime { background: #9ccc65; }
.store-topcat-band--teal { background: #26c6da; }
.store-topcat-band--gold { background: #f0c14a; }
.store-topcat-band--pink { background: #f48fb1; }
.store-topcat-band--peach { background: #ffab76; }
.store-topcat-band--violet { background: #ab47bc; }
.store-topcat-band--mint { background: #26a69a; }
.store-topcat-band--amber { background: #ffa726; }
.store-topcat-band--red { background: #ef5350; }
.store-topcat-band--sky { background: #42a5f5; }
.store-topcat-band--custom-color {
  background: var(--card-bg, #26c6da);
}
.store-topcat-band--custom-image {
  background-color: #eceff1;
  background-image: var(--card-bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.store-topcats-foot {
  margin-top: 0.35rem;
  text-align: center;
}
.store-topcats-viewall {
  color: #c62828;
  font-weight: 600;
  font-size: 0.98rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.store-topcats-viewall:hover {
  color: var(--color-cta, #e65100);
}

@media (max-width: 720px) {
  .store-topcat-visual { aspect-ratio: 1 / 1; height: auto; }
  .store-topcat-label { min-height: 44px; }
  .store-topcat-band { min-height: 48px; }
  .store-topcats-arrow { width: 32px; height: 32px; }
}

/* ??? Amazing Deals (6 cards / 2?3) ??? */
/* Align card edges with Top Categories viewport (pad 0.5rem + arrow 40px + row gap 0.35rem) */
.store-deals {
  --store-deals-side: calc(0.5rem + 40px + 0.35rem);
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  margin-block: 2.35rem 2.5rem;
  padding-inline: var(--store-deals-side);
  box-sizing: border-box;
}
.store-deals-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.25rem;
  margin: 0 auto 1.55rem;
  max-width: none;
  padding-inline: 0.5rem;
  text-align: center;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 700;
  color: #546e7a;
  letter-spacing: 0.01em;
}
.store-deals-title::before,
.store-deals-title::after {
  content: "";
  flex: 1 1 0;
  height: 1px;
  max-width: 200px;
  background: #cfd8dc;
}
.store-deals-title::before { margin-inline-end: 0.35rem; }
.store-deals-title::after { margin-inline-start: 0.35rem; }

.store-deals-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.65rem 1.55rem;
  width: 100%;
  max-width: none;
  margin: 0;
}
/* Packed ready-only ad cards — match site density without empty holes */
.ad-showcase .store-deals-grid.ad-showcase-grid--1 {
  grid-template-columns: minmax(0, 1fr);
  max-width: 420px;
  margin-inline: auto;
}
.ad-showcase .store-deals-grid.ad-showcase-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 880px;
  margin-inline: auto;
}
.ad-showcase .store-deals-grid.ad-showcase-grid--4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ad-showcase .store-deals-grid.ad-showcase-grid--5 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.store-deal-card {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  min-height: 148px;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media (max-width: 720px) {
  .store-deal-card,
  .store-deal-card--ad,
  .store-deal-card--ad-static {
    max-width: 100%;
  }
}
.store-deal-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* Free ads / Pro سلايدر دعائي — same 16:9 grid as amazing deals */
.store-deal-card--ad {
  cursor: default;
  background: #eceff1;
}
.store-deal-card--ad[href] {
  cursor: pointer;
}
.store-deal-card--ad-static {
  pointer-events: none;
}
.ad-showcase-track {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
}
.ad-showcase-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.55s ease;
  z-index: 0;
}
.ad-showcase-slide.is-active {
  opacity: 1;
  z-index: 1;
}
.ad-showcase-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  transform: none;
  animation: none;
}
.ad-showcase-img--empty {
  background:
    radial-gradient(circle at 20% 15%, rgba(255, 255, 255, 0.55) 0%, transparent 35%),
    linear-gradient(145deg, #90a4ae 0%, #78909c 45%, #607d8b 100%);
  animation: none;
}
@media (prefers-reduced-motion: reduce) {
  .ad-showcase-slide {
    transition: none;
  }
}

.store-deal-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 200, 0.85) 0%, transparent 28%),
    linear-gradient(180deg,
      #4fc3f7 0%,
      #29b6f6 28%,
      #26c6da 48%,
      #4db6ac 62%,
      #ffe0b2 78%,
      #ffcc80 100%);
}
.store-deal-bg--color {
  background: var(--deal-bg, #26c6da);
}
.store-deal-bg--image {
  background-color: #263238;
  background-image: var(--deal-bg-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.store-deal-bg--color::after,
.store-deal-bg--image::after {
  display: none;
}
.store-deal-bg::after {
  content: "";
  position: absolute;
  right: 6%;
  bottom: 18%;
  width: 34px;
  height: 70px;
  background:
    linear-gradient(180deg, #2e7d32 0%, #66bb6a 55%, #8d6e63 55%, #8d6e63 100%);
  border-radius: 40% 40% 8% 8%;
  opacity: 0.85;
  clip-path: polygon(40% 0, 70% 8%, 85% 35%, 60% 100%, 40% 100%, 25% 40%);
}
.store-deal-products {
  position: absolute;
  left: 4%;
  bottom: 4%;
  width: 42%;
  max-width: 140px;
  z-index: 2;
  display: block;
}
.store-deal-bottles {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.18));
}
/* Real product image inside a deal card */
.store-deal-card--product .store-deal-products {
  width: 40%;
  max-width: 150px;
  aspect-ratio: 1 / 1;
  bottom: 8%;
  border-radius: 14px;
  background: #fff;
  padding: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}
.store-deal-card--product .store-deal-products > img,
.store-deal-card--product .store-deal-media-slide {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.store-deal-media-slider {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.store-deal-media-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.12);
  filter: blur(1px);
  transition: opacity 0.35s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
}
.store-deal-media-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
  z-index: 1;
}
/* Default FX: depthPull (سحب عمق) */
.store-deal-media-slider.store-deal-media-fx--depthPull.is-playing .store-deal-media-slide.is-active {
  animation: deal-media-depth-pull 0.95s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes deal-media-depth-pull {
  0% { transform: scale(1.22) translateZ(0); filter: blur(2px); opacity: 0.35; }
  55% { transform: scale(0.98) translateZ(0); filter: blur(0); opacity: 1; }
  100% { transform: scale(1) translateZ(0); filter: none; opacity: 1; }
}
.store-deal-card--product:hover .store-deal-products > img {
  transform: scale(1.08);
  transition: transform 0.25s ease;
}
.store-deal-card--product .store-deal-bg::after {
  display: none;
}
.store-deal-off {
  position: absolute;
  top: 10%;
  right: 8%;
  z-index: 2;
  color: #fff;
  text-align: center;
  line-height: 1;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.store-deal-off-num {
  display: block;
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  font-weight: 800;
  font-style: italic;
  letter-spacing: -0.02em;
}
.store-deal-off-word {
  display: block;
  margin-top: 0.15rem;
  font-size: clamp(0.85rem, 1.5vw, 1.05rem);
  font-weight: 600;
  opacity: 0.95;
}
.store-deal-brand {
  position: absolute;
  right: 8%;
  bottom: 10%;
  z-index: 2;
  color: #fff;
  font-size: clamp(0.72rem, 1.3vw, 0.92rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
  max-width: 48%;
  text-align: end;
}

.store-deals-foot {
  margin-top: 1.15rem;
  text-align: center;
}
.store-deals-viewall {
  color: #c62828;
  font-weight: 600;
  font-size: 0.98rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.store-deals-viewall:hover {
  color: var(--color-cta, #e65100);
}

@media (max-width: 900px) {
  .store-deals {
    --store-deals-side: calc(0.5rem + 32px + 0.25rem);
  }
  .store-deals-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem 1.2rem;
  }
  .ad-showcase .store-deals-grid.ad-showcase-grid--1 {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 560px) {
  .store-deals {
    --store-deals-side: 1rem;
  }
  .store-deals-grid {
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }
  .store-deal-card {
    aspect-ratio: 16 / 9;
    min-height: 140px;
  }
  .ad-showcase .store-deals-grid.ad-showcase-grid--1,
  .ad-showcase .store-deals-grid.ad-showcase-grid--2,
  .ad-showcase .store-deals-grid.ad-showcase-grid--4 {
    max-width: none;
  }
}

/* ??? Best Sellers (banner + product carousel) ??? */
.store-bs {
  --store-bs-side: calc(0.5rem + 40px + 0.35rem);
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
  margin-block: 2.35rem 2.5rem;
  padding-inline: var(--store-bs-side);
  box-sizing: border-box;
}
.store-bs-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.25rem;
  margin: 0 auto 1.55rem;
  padding-inline: 0.5rem;
  text-align: center;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 700;
  color: #546e7a;
}
.store-bs-title::before,
.store-bs-title::after {
  content: "";
  flex: 1 1 0;
  height: 1px;
  max-width: 200px;
  background: #cfd8dc;
}
.store-bs-title::before { margin-inline-end: 0.35rem; }
.store-bs-title::after { margin-inline-start: 0.35rem; }

/* بانر القسم — صورة كاملة بدون قص؛ الحركة مرة واحدة عند المرور ثم تثبيت */
.store-section-banner--photo {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  grid-template-columns: none !important;
  gap: 0 !important;
  padding: 0 !important;
  min-height: 96px;
  aspect-ratio: 20 / 3; /* Height <= 1/3 of 1600x540 slider banner */
  max-height: 180px;
  overflow: hidden;
  border-radius: 16px;
  background: #f3f4f6 !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}
.store-section-banner--photo::before,
.store-section-banner--photo::after {
  display: none !important;
  content: none !important;
}
.store-section-banner-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  transform: none;
  transform-origin: 50% 50%;
  will-change: transform, filter;
  animation: none;
}
.store-section-banner--photo > .store-promo-visual,
.store-section-banner--photo > .store-promo-bubbles,
.store-section-banner--photo > .store-promo-waves,
.store-section-banner--photo > .store-promo-sparkles,
.store-section-banner--photo > .store-promo-shine,
.store-section-banner--photo > .store-promo-glow,
.store-section-banner--photo > .store-promo-neon,
.store-section-banner--photo > .store-promo-leak,
.store-section-banner--photo > .store-promo-aurora,
.store-section-banner--photo > .store-promo-prism,
.store-section-banner--photo > .store-promo-particles,
.store-section-banner--photo > .store-promo-grain,
.store-section-banner--photo > .store-promo-vignette,
.store-section-banner--photo > .store-promo-mist,
.store-section-banner--photo > .store-promo-ripple,
.store-section-banner--photo > .store-promo-liquid,
.store-section-banner--photo > .store-promo-spotlight,
.store-section-banner--photo > .store-promo-split,
.store-section-banner--photo > .store-promo-bloom,
.store-section-banner--photo > .store-promo-glitch,
.store-section-banner--photo > .store-promo-depth {
  z-index: 2;
  opacity: 0;
  animation: none !important;
  pointer-events: none;
}
.store-section-banner--photo.is-settled .store-section-banner-img,
.store-section-banner--photo.store-banner-fx--none .store-section-banner-img {
  animation: none !important;
  transform: none !important;
  filter: none !important;
}
.store-section-banner--photo.is-settled > .store-promo-visual,
.store-section-banner--photo.is-settled > .store-promo-bubbles,
.store-section-banner--photo.is-settled > .store-promo-waves,
.store-section-banner--photo.is-settled > .store-promo-sparkles,
.store-section-banner--photo.is-settled > .store-promo-shine,
.store-section-banner--photo.is-settled > .store-promo-glow,
.store-section-banner--photo.is-settled > .store-promo-neon,
.store-section-banner--photo.is-settled > .store-promo-leak,
.store-section-banner--photo.is-settled > .store-promo-aurora,
.store-section-banner--photo.is-settled > .store-promo-prism,
.store-section-banner--photo.is-settled > .store-promo-particles,
.store-section-banner--photo.is-settled > .store-promo-grain,
.store-section-banner--photo.is-settled > .store-promo-vignette,
.store-section-banner--photo.is-settled > .store-promo-mist,
.store-section-banner--photo.is-settled > .store-promo-ripple,
.store-section-banner--photo.is-settled > .store-promo-liquid,
.store-section-banner--photo.is-settled > .store-promo-spotlight,
.store-section-banner--photo.is-settled > .store-promo-split,
.store-section-banner--photo.is-settled > .store-promo-bloom,
.store-section-banner--photo.is-settled > .store-promo-glitch,
.store-section-banner--photo.is-settled > .store-promo-depth {
  opacity: 0 !important;
  animation: none !important;
}

/* One-shot image motions — تنتهي على scale(1) لصورة كاملة بدون قص */
@keyframes ss-banner-cine {
  0% { transform: scale(1); }
  40% { transform: scale(1.16) translate3d(-1%, -1.5%, 0); }
  100% { transform: scale(1); }
}
@keyframes ss-banner-ken {
  0% { transform: scale(1) translate3d(0, 0, 0); }
  45% { transform: scale(1.18) translate3d(-2.5%, -2%, 0); }
  100% { transform: scale(1) translate3d(0, 0, 0); }
}
@keyframes ss-banner-pan {
  0% { transform: scale(1.12) translate3d(-6%, 0, 0); }
  50% { transform: scale(1.12) translate3d(6%, 0, 0); }
  100% { transform: scale(1) translate3d(0, 0, 0); }
}
@keyframes ss-banner-velvet {
  0% { transform: scale(1) translate3d(0, 0, 0); }
  45% { transform: scale(1.14) translate3d(3%, -2%, 0); }
  100% { transform: scale(1) translate3d(0, 0, 0); }
}
@keyframes ss-banner-pulse {
  0%, 100% { transform: scale(1); }
  35% { transform: scale(1.12); }
  65% { transform: scale(1.04); }
}
@keyframes ss-banner-tilt {
  0% { transform: scale(1) perspective(700px) rotateY(0deg) rotateX(0deg); }
  40% { transform: scale(1.1) perspective(700px) rotateY(7deg) rotateX(-2deg); }
  100% { transform: scale(1) perspective(700px) rotateY(0deg) rotateX(0deg); }
}
@keyframes ss-banner-depth {
  0% { transform: scale(1.18); filter: blur(2px); }
  55% { transform: scale(1.04); filter: blur(0); }
  100% { transform: scale(1); filter: none; }
}
@keyframes ss-banner-glitch-img {
  0%, 100% { transform: translate3d(0, 0, 0); filter: none; }
  12% { transform: translate3d(-3%, 1%, 0); filter: hue-rotate(-20deg) contrast(1.2); }
  24% { transform: translate3d(3%, -1%, 0); filter: hue-rotate(25deg) saturate(1.4); }
  36% { transform: translate3d(-1%, 0, 0) skewX(-2deg); filter: contrast(1.35); }
  50% { transform: translate3d(1%, 1%, 0); filter: none; }
  70% { transform: scale(1.02); }
}
@keyframes ss-banner-bloom-img {
  0%, 100% { transform: scale(1); filter: saturate(1) brightness(1); }
  40% { transform: scale(1.06); filter: saturate(1.35) brightness(1.08); }
}
@keyframes ss-banner-liquid {
  0%, 100% { transform: scale(1); filter: none; }
  35% { transform: scale(1.1) translate3d(1%, -1%, 0); filter: contrast(1.08); }
}
@keyframes ss-banner-layer-in {
  0% { opacity: 0; }
  15% { opacity: 1; }
  75% { opacity: 1; }
  100% { opacity: 0; }
}

.store-section-banner--photo.is-playing.store-banner-fx--cinematicZoom .store-section-banner-img,
.store-section-banner--photo.is-playing.store-banner-fx--rippleFocus .store-section-banner-img,
.store-section-banner--photo.is-playing.store-banner-fx--lightLeak .store-section-banner-img,
.store-section-banner--photo.is-playing.store-banner-fx--splitDiagonal .store-section-banner-img {
  animation: ss-banner-cine 1.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.store-section-banner--photo.is-playing.store-banner-fx--kenburns .store-section-banner-img,
.store-section-banner--photo.is-playing.store-banner-fx--filmGrain .store-section-banner-img {
  animation: ss-banner-ken 1.8s cubic-bezier(0.37, 0, 0.63, 1) forwards;
}
.store-section-banner--photo.is-playing.store-banner-fx--panRight .store-section-banner-img,
.store-section-banner--photo.is-playing.store-banner-fx--floatMist .store-section-banner-img {
  animation: ss-banner-pan 1.8s cubic-bezier(0.37, 0, 0.63, 1) forwards;
}
.store-section-banner--photo.is-playing.store-banner-fx--velvetPan .store-section-banner-img {
  animation: ss-banner-velvet 1.8s cubic-bezier(0.37, 0, 0.63, 1) forwards;
}
.store-section-banner--photo.is-playing.store-banner-fx--zoomPulse .store-section-banner-img,
.store-section-banner--photo.is-playing.store-banner-fx--glowPulse .store-section-banner-img {
  animation: ss-banner-pulse 1.2s ease-in-out forwards;
}
.store-section-banner--photo.is-playing.store-banner-fx--tiltDrift .store-section-banner-img {
  animation: ss-banner-tilt 1.5s ease-in-out forwards;
}
.store-section-banner--photo.is-playing.store-banner-fx--depthPull .store-section-banner-img,
.store-section-banner--photo.is-playing.store-banner-fx--spotlightSweep .store-section-banner-img {
  animation: ss-banner-depth 1.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.store-section-banner--photo.is-playing.store-banner-fx--glitchFlash .store-section-banner-img {
  animation: ss-banner-glitch-img 0.9s steps(2) forwards;
}
.store-section-banner--photo.is-playing.store-banner-fx--colorBloom .store-section-banner-img {
  animation: ss-banner-bloom-img 1.4s ease-in-out forwards;
}
.store-section-banner--photo.is-playing.store-banner-fx--liquidReveal .store-section-banner-img {
  animation: ss-banner-liquid 1.6s cubic-bezier(0.36, 0.07, 0.19, 0.97) forwards;
}
.store-section-banner--photo.is-playing.store-banner-fx--orbs .store-section-banner-img,
.store-section-banner--photo.is-playing.store-banner-fx--bubbles .store-section-banner-img,
.store-section-banner--photo.is-playing.store-banner-fx--waves .store-section-banner-img,
.store-section-banner--photo.is-playing.store-banner-fx--sparkle .store-section-banner-img,
.store-section-banner--photo.is-playing.store-banner-fx--shine .store-section-banner-img,
.store-section-banner--photo.is-playing.store-banner-fx--neonRim .store-section-banner-img,
.store-section-banner--photo.is-playing.store-banner-fx--aurora .store-section-banner-img,
.store-section-banner--photo.is-playing.store-banner-fx--prismShift .store-section-banner-img,
.store-section-banner--photo.is-playing.store-banner-fx--particleRain .store-section-banner-img {
  animation: none;
  transform: none;
}

/* Overlay layers — تظهر مرة واحدة أثناء التشغيل فقط */
.store-section-banner--photo.is-playing > .store-promo-shine,
.store-section-banner--photo.is-playing > .store-promo-glow,
.store-section-banner--photo.is-playing > .store-promo-neon,
.store-section-banner--photo.is-playing > .store-promo-leak,
.store-section-banner--photo.is-playing > .store-promo-aurora,
.store-section-banner--photo.is-playing > .store-promo-prism,
.store-section-banner--photo.is-playing > .store-promo-grain,
.store-section-banner--photo.is-playing > .store-promo-vignette,
.store-section-banner--photo.is-playing > .store-promo-ripple,
.store-section-banner--photo.is-playing > .store-promo-liquid,
.store-section-banner--photo.is-playing > .store-promo-spotlight,
.store-section-banner--photo.is-playing > .store-promo-split,
.store-section-banner--photo.is-playing > .store-promo-bloom,
.store-section-banner--photo.is-playing > .store-promo-glitch,
.store-section-banner--photo.is-playing > .store-promo-depth,
.store-section-banner--photo.is-playing > .store-promo-visual,
.store-section-banner--photo.is-playing > .store-promo-bubbles,
.store-section-banner--photo.is-playing > .store-promo-waves,
.store-section-banner--photo.is-playing > .store-promo-sparkles,
.store-section-banner--photo.is-playing > .store-promo-particles,
.store-section-banner--photo.is-playing > .store-promo-mist {
  opacity: 1;
  animation: ss-banner-layer-in var(--ss-banner-fx-ms, 1.4s) ease forwards !important;
}
.store-section-banner--photo.is-playing.store-banner-fx--shine > .store-promo-shine {
  animation: promo-shine 1.4s cubic-bezier(0.4, 0, 0.2, 1) forwards !important;
  opacity: 1;
}
.store-section-banner--photo.is-playing.store-banner-fx--glowPulse > .store-promo-glow {
  animation: promo-glow 1.2s ease-in-out forwards !important;
  opacity: 1;
}
.store-section-banner--photo.is-playing.store-banner-fx--neonRim > .store-promo-neon {
  animation: promo-neon 1.2s ease-in-out forwards !important;
  opacity: 1;
}
.store-section-banner--photo.is-playing.store-banner-fx--lightLeak > .store-promo-leak {
  animation: promo-leak 1.5s ease-in-out forwards !important;
  opacity: 1;
}
.store-section-banner--photo.is-playing.store-banner-fx--aurora > .store-promo-aurora {
  animation: promo-aurora 1.6s linear forwards !important;
  opacity: 1;
}
.store-section-banner--photo.is-playing.store-banner-fx--prismShift > .store-promo-prism {
  animation: promo-prism 1.5s ease-in-out forwards !important;
  opacity: 1;
}
.store-section-banner--photo.is-playing.store-banner-fx--glitchFlash > .store-promo-glitch {
  animation: promo-glitch 0.9s steps(2) forwards !important;
  opacity: 1;
}
.store-section-banner--photo.is-playing.store-banner-fx--rippleFocus > .store-promo-ripple {
  animation: promo-ripple 1.4s ease-out forwards !important;
  opacity: 1;
}
.store-section-banner--photo.is-playing .store-promo-orb {
  animation: promo-float 1.6s ease-in-out forwards !important;
  opacity: 1;
}
.store-section-banner--photo.is-playing .store-promo-bubble {
  animation: promo-bubble var(--b-dur, 1.6s) linear var(--b-delay, 0s) forwards !important;
  opacity: 1;
}
.store-section-banner--photo.is-playing .store-promo-wave {
  animation: promo-wave 1.6s ease-in-out forwards !important;
}
.store-section-banner--photo.is-playing .store-promo-spark {
  animation: promo-spark var(--s-dur, 1.2s) ease-in-out var(--s-delay, 0s) forwards !important;
}
.store-section-banner--photo.is-playing .store-promo-particle {
  animation: promo-particle var(--p-dur, 1.5s) linear var(--p-delay, 0s) forwards !important;
}
.store-section-banner--photo.is-playing .store-promo-mist-cloud {
  animation: promo-mist 1.6s ease-in-out forwards !important;
}
.store-section-banner--photo.is-playing.store-banner-fx--filmGrain > .store-promo-grain {
  animation: promo-grain 0.35s steps(2) 4 forwards !important;
  opacity: 1;
}
.store-section-banner--photo.is-playing.store-banner-fx--filmGrain > .store-promo-vignette {
  animation: promo-vignette 1.4s ease-in-out forwards !important;
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .store-section-banner--photo .store-section-banner-img,
  .store-section-banner--photo [class*="store-promo-"] {
    animation: none !important;
    transform: none !important;
  }
}
.ss-section-banner-preview {
  margin: 0.5rem 0;
}
.ss-section-banner-preview img {
  max-height: 120px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  background: #f5f5f5;
  border-radius: 8px;
}

.store-bs-banner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  align-items: center;
  gap: 0.5rem;
  min-height: 150px;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, #e8f4fc 0%, #d6ecf8 55%, #e3f2fd 100%);
  padding: 0.75rem 1rem;
  box-shadow: 0 4px 14px rgba(21, 101, 192, 0.08);
}
.store-bs-banner-bubbles {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(66, 165, 245, 0.22) 0 12px, transparent 13px),
    radial-gradient(circle at 78% 28%, rgba(236, 64, 122, 0.18) 0 10px, transparent 11px),
    radial-gradient(circle at 55% 70%, rgba(66, 165, 245, 0.16) 0 14px, transparent 15px),
    radial-gradient(circle at 30% 75%, rgba(236, 64, 122, 0.14) 0 8px, transparent 9px);
  pointer-events: none;
}
.store-bs-banner-copy {
  position: relative;
  z-index: 1;
  text-align: center;
}
.store-bs-banner-ar {
  margin: 0 0 0.35rem;
  font-size: clamp(1.15rem, 2.6vw, 1.75rem);
  font-weight: 800;
  color: #1a237e;
  line-height: 1.3;
}
.store-bs-banner-en {
  margin: 0;
  font-size: clamp(0.95rem, 1.8vw, 1.2rem);
  font-weight: 700;
  color: #1e88e5;
}
.store-bs-banner-fig {
  position: relative;
  z-index: 1;
  height: 130px;
  border-radius: 50% 50% 18px 18px;
  background:
    radial-gradient(circle at 50% 28%, #ffcc80 0 18%, transparent 19%),
    linear-gradient(180deg, #90caf9 35%, #42a5f5 100%);
  opacity: 0.95;
}
.store-bs-banner-fig--l { justify-self: start; width: min(100%, 120px); }
.store-bs-banner-fig--r { justify-self: end; width: min(100%, 120px); background:
  radial-gradient(circle at 50% 28%, #ffab91 0 18%, transparent 19%),
  linear-gradient(180deg, #81d4fa 35%, #29b6f6 100%); }

.store-bs-viewall-wrap {
  margin: 0.95rem 0 1.25rem;
  text-align: center;
}
.store-bs-viewall {
  color: #c62828;
  font-weight: 600;
  font-size: 0.98rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.store-bs-viewall:hover { color: var(--color-cta, #e65100); }

.store-bs-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: stretch;
  gap: 0.35rem;
  /* Cancel side pad so arrows sit like Top Categories while cards align to rail */
  margin-inline: calc(-1 * (40px + 0.35rem));
  width: calc(100% + 2 * (40px + 0.35rem));
}
.store-bs-arrow {
  width: 40px;
  height: 40px;
  align-self: center;
  border: none;
  background: transparent;
  color: #37474f;
  cursor: pointer;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.store-bs-arrow:hover {
  background: rgba(0, 0, 0, 0.05);
  color: var(--color-cta, #e65100);
}
.store-bs-viewport {
  overflow: hidden;
  min-width: 0;
  width: 100%;
  direction: ltr;
}
.store-bs-track {
  --bs-gap: 16px;
  --bs-card-w: 200px;
  display: flex;
  gap: var(--bs-gap);
  width: max-content;
  direction: ltr;
  will-change: transform;
  padding: 0.25rem 0 0.5rem;
}
.store-bs-card {
  flex: 0 0 var(--bs-card-w);
  width: var(--bs-card-w);
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 0.65rem 0.65rem 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  direction: rtl;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
html[dir="ltr"] .store-bs-card { direction: ltr; }
.store-bs-card:hover,
.store-bs-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  border-color: #ddd;
}
@media (hover: none) {
  .store-bs-card:active {
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
  }
}
.store-bs-media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 160px;
  display: grid;
  place-items: center;
  background: #f7f9fb;
  border-radius: 10px;
  overflow: hidden;
}
.store-bs-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  padding: 0.35rem;
  box-sizing: border-box;
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), padding 0.35s ease;
  will-change: transform;
}
.store-bs-card:hover .store-bs-media img {
  transform: scale(1.28);
  padding: 0;
}
.store-bs-icon {
  width: 88%;
  height: 88%;
  display: grid;
  place-items: center;
}
.store-bs-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.store-bs-badge {
  position: absolute;
  top: 8px;
  inset-inline-start: 8px;
  background: #e53935;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
}
.store-bs-name {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
  color: #1565c0;
  line-height: 1.35;
  min-height: 2.5em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.store-bs-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.4rem;
  font-weight: 700;
}
.store-bs-price-reg { color: #37474f; font-size: 0.95rem; }
.store-bs-price-sale { color: #e53935; font-size: 0.98rem; }
.store-bs-price-old {
  color: #78909c;
  font-size: 0.82rem;
  text-decoration: line-through;
  font-weight: 600;
}
.store-bs-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
}
.store-bs-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}
.store-bs-qty button {
  width: 28px;
  height: 30px;
  border: none;
  background: #f5f5f5;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  color: #455a64;
}
.store-bs-qty input {
  width: 28px;
  height: 30px;
  border: none;
  text-align: center;
  font: inherit;
  font-size: 0.85rem;
  padding: 0;
}
.store-bs-add {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  height: 32px;
  border: none;
  border-radius: 6px;
  background: var(--color-cta, #e65100);
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
}
.store-bs-add:hover { filter: brightness(1.05); }
.store-bs-add:disabled,
.store-pcard-add:disabled,
.store-vit-add:disabled,
.store-ex-add:disabled,
.store-be-add:disabled,
.store-sp-add:disabled,
.store-fo-add:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  filter: none;
  background: #9e9e9e;
}
.store-oos-badge {
  position: absolute;
  top: 0.5rem;
  inset-inline-start: 0.5rem;
  z-index: 2;
  background: #b71c1c;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.2rem 0.45rem;
  border-radius: 4px;
}
.store-oos-badge.store-soon-badge { background: #b71c1c; }
.store-bs-media,
.store-pcard-media,
.store-vit-media,
.store-fo-media {
  position: relative;
}
.store-cart-device-note {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  color: #666;
  line-height: 1.4;
}
.store-review-pending {
  color: #e65100;
  font-weight: 700;
  font-size: 0.8rem;
}

.store-bs-dots {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.85rem;
}
.store-bs-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: #c5cdd6;
  cursor: pointer;
}
.store-bs-dot.is-active {
  background: var(--color-cta, #e65100);
  transform: scale(1.15);
}

@media (max-width: 720px) {
  .store-bs {
    --store-bs-side: calc(0.5rem + 32px + 0.25rem);
  }
  .store-bs-row {
    margin-inline: calc(-1 * (32px + 0.25rem));
    width: calc(100% + 2 * (32px + 0.25rem));
  }
  .store-bs-arrow { width: 32px; height: 32px; }
  .store-bs-banner {
    grid-template-columns: 0.7fr 1.6fr 0.7fr;
    min-height: 120px;
  }
  .store-bs-banner-fig { height: 96px; }
}
@media (max-width: 560px) {
  .store-bs { --store-bs-side: 1rem; }
  .store-bs-row {
    margin-inline: 0;
    width: 100%;
    grid-template-columns: auto 1fr auto;
  }
  .store-bs-banner-fig { display: none; }
  .store-bs-banner { grid-template-columns: 1fr; }
}

/* ??? Shop By Brands ??? */
.store-brands {
  --store-brands-side: calc(0.5rem + 40px + 0.35rem);
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  margin-block: 2.35rem 2.5rem;
  padding-inline: var(--store-brands-side);
  box-sizing: border-box;
}
.store-brands-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.25rem;
  margin: 0 auto 1.55rem;
  padding-inline: 0.5rem;
  text-align: center;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 700;
  color: #546e7a;
}
.store-brands-title::before,
.store-brands-title::after {
  content: "";
  flex: 1 1 0;
  height: 1px;
  max-width: 200px;
  background: #cfd8dc;
}
.store-brands-title::before { margin-inline-end: 0.35rem; }
.store-brands-title::after { margin-inline-start: 0.35rem; }

.store-brands-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.35rem;
  margin-inline: calc(-1 * (40px + 0.35rem));
  width: calc(100% + 2 * (40px + 0.35rem));
}
.store-brands-arrow {
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  color: #37474f;
  cursor: pointer;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.store-brands-arrow:hover {
  background: rgba(0, 0, 0, 0.05);
  color: var(--color-cta, #e65100);
}
.store-brands-viewport {
  overflow: hidden;
  min-width: 0;
  width: 100%;
  direction: ltr;
  min-height: 88px;
}
.store-brands-track {
  --brands-gap: 20px;
  --brands-item-w: 160px;
  display: flex;
  align-items: center;
  gap: var(--brands-gap);
  width: max-content;
  direction: ltr;
  will-change: transform;
  padding: 0.35rem 0;
}
.store-brand-item {
  flex: 0 0 var(--brands-item-w);
  width: var(--brands-item-w);
  min-height: 110px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.5rem 0.35rem;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 10px;
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.store-brand-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
.store-brand-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  text-align: center;
  padding: 0.15rem;
  max-width: 100%;
  height: 64px;
}
.store-brand-logo-img {
  max-width: 100%;
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.store-brand-caption {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-align: center;
  color: #455a64;
  line-height: 1.2;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0.2rem;
}
.store-brand-name {
  font-weight: 800;
  font-size: clamp(0.85rem, 1.5vw, 1.15rem);
  letter-spacing: 0.02em;
  line-height: 1.15;
  color: #263238;
}
.store-brand-sub {
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #78909c;
  text-transform: uppercase;
}
.store-brand-item--blue .store-brand-name { color: #0277bd; border-bottom: 2px solid #00acc1; padding-bottom: 2px; }
.store-brand-item--pink .store-brand-name { color: #e91e63; font-weight: 700; text-transform: lowercase; }
.store-brand-item--gray .store-brand-name { color: #607d8b; font-family: Georgia, "Times New Roman", serif; font-weight: 700; letter-spacing: 0.06em; }
.store-brand-item--black .store-brand-name { color: #111; letter-spacing: 0.08em; }
.store-brand-item--teal .store-brand-name { color: #00897b; }
.store-brand-item--navy .store-brand-name { color: #1a237e; }
.store-brand-item--green .store-brand-name { color: #2e7d32; }
.store-brand-item--gold .store-brand-name { color: #c6a700; }
.store-brand-item--rose .store-brand-name { color: #c2185b; }

.store-brands-foot {
  margin-top: 1rem;
  text-align: center;
}
.store-brands-viewall {
  color: var(--color-cta, #e65100);
  font-weight: 600;
  font-size: 0.98rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.store-brands-viewall:hover { filter: brightness(0.92); }

@media (max-width: 720px) {
  .store-brands {
    --store-brands-side: calc(0.5rem + 32px + 0.25rem);
  }
  .store-brands-row {
    margin-inline: calc(-1 * (32px + 0.25rem));
    width: calc(100% + 2 * (32px + 0.25rem));
  }
  .store-brands-arrow { width: 32px; height: 32px; }
}
@media (max-width: 560px) {
  .store-brands { --store-brands-side: 1rem; }
  .store-brands-row {
    margin-inline: 0;
    width: 100%;
  }
}

/* ??? Vitamins & Supplements ??? */
.store-vit {
  --store-vit-side: calc(0.5rem + 40px + 0.35rem);
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  margin-block: 2.35rem 2.5rem;
  padding-inline: var(--store-vit-side);
  box-sizing: border-box;
}
.store-vit-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.25rem;
  margin: 0 auto 1.55rem;
  padding-inline: 0.5rem;
  text-align: center;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 700;
  color: #546e7a;
}
.store-vit-title::before,
.store-vit-title::after {
  content: "";
  flex: 1 1 0;
  height: 1px;
  max-width: 200px;
  background: #cfd8dc;
}
.store-vit-title::before { margin-inline-end: 0.35rem; }
.store-vit-title::after { margin-inline-start: 0.35rem; }

.store-vit-banner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.35fr 1fr;
  align-items: center;
  gap: 0.75rem;
  min-height: 168px;
  border-radius: 16px;
  overflow: hidden;
  padding: 1rem 1.1rem;
  background:
    radial-gradient(circle at 12% 80%, rgba(255, 193, 7, 0.25) 0 18px, transparent 19px),
    radial-gradient(circle at 88% 30%, rgba(139, 195, 74, 0.22) 0 16px, transparent 17px),
    linear-gradient(135deg, #d7ccc8 0%, #bcaaa4 35%, #a1887f 70%, #8d6e63 100%);
  box-shadow: 0 4px 16px rgba(93, 64, 55, 0.15);
}
.store-vit-banner-copy {
  position: relative;
  z-index: 1;
  text-align: center;
}
.store-vit-banner-ar {
  margin: 0 0 0.35rem;
  font-size: clamp(1.05rem, 2.4vw, 1.55rem);
  font-weight: 800;
  color: #2e7d32;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}
.store-vit-banner-en {
  margin: 0 0 0.75rem;
  font-size: clamp(1.05rem, 2.5vw, 1.65rem);
  font-weight: 800;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.store-vit-banner-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 1.15rem;
  border: 1.5px solid #fff;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
}
.store-vit-banner-cta:hover {
  background: rgba(255, 255, 255, 0.2);
}
.store-vit-banner-art {
  height: 120px;
  border-radius: 14px;
  opacity: 0.92;
}
.store-vit-banner-art--l {
  background:
    radial-gradient(circle at 40% 45%, #ffcc80 0 12%, transparent 13%),
    radial-gradient(circle at 60% 55%, #a5d6a7 0 10%, transparent 11%),
    linear-gradient(160deg, #efebe9, #d7ccc8);
}
.store-vit-banner-art--r {
  background:
    radial-gradient(circle at 35% 40%, #ef9a9a 0 9%, transparent 10%),
    radial-gradient(circle at 65% 50%, #fff59d 0 11%, transparent 12%),
    radial-gradient(circle at 50% 70%, #81c784 0 14%, transparent 15%),
    linear-gradient(200deg, #efebe9, #bcaaa4);
}

.store-vit-viewall-wrap {
  margin: 0.95rem 0 1.25rem;
  text-align: center;
}
.store-vit-viewall {
  color: var(--color-cta, #e65100);
  font-weight: 600;
  font-size: 0.98rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.store-vit-viewall:hover { filter: brightness(0.92); }

.store-vit-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: stretch;
  gap: 0.35rem;
  margin-inline: calc(-1 * (40px + 0.35rem));
  width: calc(100% + 2 * (40px + 0.35rem));
}
.store-vit-arrow {
  width: 40px;
  height: 40px;
  align-self: center;
  border: none;
  background: transparent;
  color: #37474f;
  cursor: pointer;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.store-vit-arrow:hover {
  background: rgba(0, 0, 0, 0.05);
  color: var(--color-cta, #e65100);
}
.store-vit-viewport {
  overflow: hidden;
  min-width: 0;
  width: 100%;
  direction: ltr;
}
.store-vit-track {
  --vit-gap: 16px;
  --vit-card-w: 200px;
  display: flex;
  gap: var(--vit-gap);
  width: max-content;
  direction: ltr;
  will-change: transform;
  padding: 0.25rem 0 0.5rem;
}
.store-vit-card {
  flex: 0 0 var(--vit-card-w);
  width: var(--vit-card-w);
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 0.65rem 0.65rem 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  direction: rtl;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
html[dir="ltr"] .store-vit-card { direction: ltr; }
.store-vit-card:hover,
.store-vit-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}
.store-vit-media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 160px;
  display: grid;
  place-items: center;
  background: #f7f9fb;
  border-radius: 10px;
  overflow: hidden;
}
.store-vit-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  padding: 0.35rem;
  box-sizing: border-box;
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), padding 0.35s ease;
  will-change: transform;
}
.store-vit-card:hover .store-vit-media img {
  transform: scale(1.28);
  padding: 0;
}
.store-vit-icon {
  width: 88%;
  height: 88%;
  display: grid;
  place-items: center;
}
.store-vit-icon svg { width: 100%; height: 100%; display: block; }
.store-vit-badge {
  position: absolute;
  top: 8px;
  inset-inline-start: 8px;
  background: #e53935;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  z-index: 1;
}
.store-vit-name {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
  color: #263238;
  line-height: 1.35;
  min-height: 2.5em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.store-vit-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.4rem;
  font-weight: 700;
}
.store-vit-price-reg { color: #37474f; font-size: 0.95rem; }
.store-vit-price-sale { color: #e53935; font-size: 0.98rem; }
.store-vit-price-old {
  color: #78909c;
  font-size: 0.82rem;
  text-decoration: line-through;
  font-weight: 600;
}
.store-vit-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
}
.store-vit-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}
.store-vit-qty button {
  width: 28px;
  height: 30px;
  border: none;
  background: #f5f5f5;
  cursor: pointer;
  font-size: 1rem;
  color: #455a64;
}
.store-vit-qty input {
  width: 28px;
  height: 30px;
  border: none;
  text-align: center;
  font: inherit;
  font-size: 0.85rem;
  padding: 0;
}
.store-vit-add {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  height: 32px;
  border: none;
  border-radius: 6px;
  background: var(--color-cta, #e65100);
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
}
.store-vit-add:hover { filter: brightness(1.05); }
.store-vit-dots {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.85rem;
}
.store-vit-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: #c5cdd6;
  cursor: pointer;
}
.store-vit-dot.is-active {
  background: var(--color-cta, #e65100);
  transform: scale(1.15);
}

@media (max-width: 720px) {
  .store-vit {
    --store-vit-side: calc(0.5rem + 32px + 0.25rem);
  }
  .store-vit-row {
    margin-inline: calc(-1 * (32px + 0.25rem));
    width: calc(100% + 2 * (32px + 0.25rem));
  }
  .store-vit-arrow { width: 32px; height: 32px; }
  .store-vit-banner {
    grid-template-columns: 0.7fr 1.5fr 0.7fr;
    min-height: 140px;
  }
  .store-vit-banner-art { height: 96px; }
}
@media (max-width: 560px) {
  .store-vit { --store-vit-side: 1rem; }
  .store-vit-row {
    margin-inline: 0;
    width: 100%;
  }
  .store-vit-banner-art { display: none; }
  .store-vit-banner { grid-template-columns: 1fr; }
}

/* ??? Exclusive Offers ??? */
.store-ex {
  --store-ex-side: calc(0.5rem + 40px + 0.35rem);
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  margin-block: 2.35rem 2.5rem;
  padding-inline: var(--store-ex-side);
  box-sizing: border-box;
}
.store-ex-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.25rem;
  margin: 0 auto 1.55rem;
  padding-inline: 0.5rem;
  text-align: center;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 700;
  color: #546e7a;
}
.store-ex-title::before,
.store-ex-title::after {
  content: "";
  flex: 1 1 0;
  height: 1px;
  max-width: 200px;
  background: #cfd8dc;
}
.store-ex-title::before { margin-inline-end: 0.35rem; }
.store-ex-title::after { margin-inline-start: 0.35rem; }

.store-ex-banner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  align-items: center;
  gap: 0.75rem;
  min-height: 160px;
  border-radius: 16px;
  overflow: hidden;
  padding: 1rem 1.1rem;
  background:
    radial-gradient(circle at 50% 45%, #e3f2fd 0%, #bbdefb 55%, #90caf9 100%);
  box-shadow: 0 4px 16px rgba(21, 101, 192, 0.12);
}
.store-ex-banner::before,
.store-ex-banner::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgba(25, 118, 210, 0.2);
  z-index: 0;
}
.store-ex-banner::before { top: 18%; left: 38%; transform: rotate(-12deg); }
.store-ex-banner::after { bottom: 22%; right: 36%; background: rgba(255, 193, 7, 0.35); border-radius: 50%; }
.store-ex-banner-copy {
  position: relative;
  z-index: 1;
  text-align: center;
}
.store-ex-banner-ar {
  margin: 0 0 0.35rem;
  font-size: clamp(1.25rem, 2.8vw, 1.85rem);
  font-weight: 800;
  color: #37474f;
}
.store-ex-banner-en {
  margin: 0;
  font-size: clamp(1rem, 2.2vw, 1.35rem);
  font-weight: 700;
  color: #1e88e5;
}
.store-ex-banner-art {
  position: relative;
  z-index: 1;
  height: 120px;
  border-radius: 50% 50% 18px 18px;
}
.store-ex-banner-art--l {
  justify-self: start;
  width: min(100%, 120px);
  background:
    radial-gradient(circle at 50% 28%, #ffcc80 0 18%, transparent 19%),
    linear-gradient(180deg, #90caf9 35%, #42a5f5 100%);
}
.store-ex-banner-art--r {
  justify-self: end;
  width: min(100%, 120px);
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #ffe082, #ffc107 60%, #ff8f00);
  box-shadow: 0 6px 16px rgba(255, 143, 0, 0.35);
}
.store-ex-pct {
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  font-weight: 900;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  line-height: 1;
}

.store-ex-viewall-wrap {
  margin: 0.95rem 0 1.25rem;
  text-align: center;
}
.store-ex-viewall {
  color: #c62828;
  font-weight: 600;
  font-size: 0.98rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.store-ex-viewall:hover { color: var(--color-cta, #e65100); }

.store-ex-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: stretch;
  gap: 0.35rem;
  margin-inline: calc(-1 * (40px + 0.35rem));
  width: calc(100% + 2 * (40px + 0.35rem));
}
.store-ex-arrow {
  width: 40px;
  height: 40px;
  align-self: center;
  border: none;
  background: transparent;
  color: #37474f;
  cursor: pointer;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.store-ex-arrow:hover {
  background: rgba(0, 0, 0, 0.05);
  color: var(--color-cta, #e65100);
}
.store-ex-viewport {
  overflow: hidden;
  min-width: 0;
  width: 100%;
  direction: ltr;
}
.store-ex-track {
  --ex-gap: 16px;
  --ex-card-w: 200px;
  display: flex;
  gap: var(--ex-gap);
  width: max-content;
  direction: ltr;
  will-change: transform;
  padding: 0.25rem 0 0.5rem;
}
.store-ex-card {
  flex: 0 0 var(--ex-card-w);
  width: var(--ex-card-w);
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 0.65rem 0.65rem 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  direction: rtl;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
html[dir="ltr"] .store-ex-card { direction: ltr; }
.store-ex-card:hover,
.store-ex-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}
.store-ex-media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 160px;
  display: grid;
  place-items: center;
  background: #f7f9fb;
  border-radius: 10px;
  overflow: hidden;
}
.store-ex-icon {
  width: 88%;
  height: 88%;
  display: grid;
  place-items: center;
}
.store-ex-icon svg { width: 100%; height: 100%; display: block; }
.store-ex-badge {
  position: absolute;
  top: 8px;
  inset-inline-start: 8px;
  background: #e53935;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  z-index: 1;
}
.store-ex-name {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
  color: #263238;
  line-height: 1.35;
  min-height: 2.5em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.store-ex-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.4rem;
  font-weight: 700;
}
.store-ex-price-reg { color: #37474f; font-size: 0.95rem; }
.store-ex-price-sale { color: #e53935; font-size: 0.98rem; }
.store-ex-price-old {
  color: #78909c;
  font-size: 0.82rem;
  text-decoration: line-through;
  font-weight: 600;
}
.store-ex-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
}
.store-ex-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}
.store-ex-qty button {
  width: 28px;
  height: 30px;
  border: none;
  background: #f5f5f5;
  cursor: pointer;
  font-size: 1rem;
  color: #455a64;
}
.store-ex-qty input {
  width: 28px;
  height: 30px;
  border: none;
  text-align: center;
  font: inherit;
  font-size: 0.85rem;
  padding: 0;
}
.store-ex-add {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  height: 32px;
  border: none;
  border-radius: 6px;
  background: var(--color-cta, #e65100);
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
}
.store-ex-add:hover { filter: brightness(1.05); }
.store-ex-dots {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.85rem;
}
.store-ex-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: #c5cdd6;
  cursor: pointer;
}
.store-ex-dot.is-active {
  background: var(--color-cta, #e65100);
  transform: scale(1.15);
}

@media (max-width: 720px) {
  .store-ex {
    --store-ex-side: calc(0.5rem + 32px + 0.25rem);
  }
  .store-ex-row {
    margin-inline: calc(-1 * (32px + 0.25rem));
    width: calc(100% + 2 * (32px + 0.25rem));
  }
  .store-ex-arrow { width: 32px; height: 32px; }
  .store-ex-banner {
    grid-template-columns: 0.7fr 1.5fr 0.7fr;
    min-height: 130px;
  }
  .store-ex-banner-art { height: 96px; }
}
@media (max-width: 560px) {
  .store-ex { --store-ex-side: 1rem; }
  .store-ex-row {
    margin-inline: 0;
    width: 100%;
  }
  .store-ex-banner-art { display: none; }
  .store-ex-banner { grid-template-columns: 1fr; }
}

/* ??? Beauty & Accessories ??? */
.store-be {
  --store-be-side: calc(0.5rem + 40px + 0.35rem);
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  margin-block: 2.35rem 2.5rem;
  padding-inline: var(--store-be-side);
  box-sizing: border-box;
}
.store-be-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.25rem;
  margin: 0 auto 1.55rem;
  padding-inline: 0.5rem;
  text-align: center;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 700;
  color: #546e7a;
}
.store-be-title::before,
.store-be-title::after {
  content: "";
  flex: 1 1 0;
  height: 1px;
  max-width: 200px;
  background: #cfd8dc;
}
.store-be-title::before { margin-inline-end: 0.35rem; }
.store-be-title::after { margin-inline-start: 0.35rem; }

.store-be-banner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  align-items: center;
  gap: 0.75rem;
  min-height: 168px;
  border-radius: 16px;
  overflow: hidden;
  padding: 1rem 1.1rem;
  background:
    radial-gradient(circle at 50% 45%, rgba(236, 64, 122, 0.45) 0%, rgba(248, 187, 208, 0.55) 35%, #fce4ec 70%, #fff 100%);
  box-shadow: 0 4px 16px rgba(194, 24, 91, 0.12);
}
.store-be-banner-copy {
  position: relative;
  z-index: 1;
  text-align: center;
}
.store-be-banner-ar {
  margin: 0 0 0.35rem;
  font-size: clamp(1.15rem, 2.6vw, 1.7rem);
  font-weight: 800;
  color: #ad1457;
}
.store-be-banner-en {
  margin: 0 0 0.75rem;
  font-size: clamp(1.05rem, 2.5vw, 1.65rem);
  font-weight: 800;
  color: #fff;
  text-shadow: 0 2px 10px rgba(136, 14, 79, 0.35);
}
.store-be-banner-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 1.15rem;
  border: 1.5px solid #fff;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.12);
}
.store-be-banner-cta:hover { background: rgba(255, 255, 255, 0.25); }
.store-be-banner-art {
  height: 120px;
  border-radius: 50% 50% 18px 18px;
  opacity: 0.95;
}
.store-be-banner-art--l {
  justify-self: start;
  width: min(100%, 120px);
  background:
    radial-gradient(circle at 50% 28%, #ffccbc 0 18%, transparent 19%),
    linear-gradient(180deg, #f8bbd0 35%, #ec407a 100%);
}
.store-be-banner-art--r {
  justify-self: end;
  width: min(100%, 120px);
  background:
    radial-gradient(circle at 50% 28%, #ffe0b2 0 18%, transparent 19%),
    linear-gradient(180deg, #f48fb1 35%, #c2185b 100%);
}

.store-be-viewall-wrap {
  margin: 0.95rem 0 1.25rem;
  text-align: center;
}
.store-be-viewall {
  color: var(--color-cta, #e65100);
  font-weight: 600;
  font-size: 0.98rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.store-be-viewall:hover { filter: brightness(0.92); }

.store-be-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: stretch;
  gap: 0.35rem;
  margin-inline: calc(-1 * (40px + 0.35rem));
  width: calc(100% + 2 * (40px + 0.35rem));
}
.store-be-arrow {
  width: 40px;
  height: 40px;
  align-self: center;
  border: none;
  background: transparent;
  color: #37474f;
  cursor: pointer;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.store-be-arrow:hover {
  background: rgba(0, 0, 0, 0.05);
  color: var(--color-cta, #e65100);
}
.store-be-viewport {
  overflow: hidden;
  min-width: 0;
  width: 100%;
  direction: ltr;
}
.store-be-track {
  --be-gap: 16px;
  --be-card-w: 200px;
  display: flex;
  gap: var(--be-gap);
  width: max-content;
  direction: ltr;
  will-change: transform;
  padding: 0.25rem 0 0.5rem;
}
.store-be-card {
  flex: 0 0 var(--be-card-w);
  width: var(--be-card-w);
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 0.65rem 0.65rem 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  direction: rtl;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
html[dir="ltr"] .store-be-card { direction: ltr; }
.store-be-card:hover,
.store-be-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}
.store-be-media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 160px;
  display: grid;
  place-items: center;
  background: #fff5f8;
  border-radius: 10px;
  overflow: hidden;
}
.store-be-icon {
  width: 88%;
  height: 88%;
  display: grid;
  place-items: center;
}
.store-be-icon svg { width: 100%; height: 100%; display: block; }
.store-be-badge {
  position: absolute;
  top: 8px;
  inset-inline-start: 8px;
  background: #e53935;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  z-index: 1;
}
.store-be-name {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
  color: #263238;
  line-height: 1.35;
  min-height: 2.5em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.store-be-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.4rem;
  font-weight: 700;
}
.store-be-price-reg { color: #37474f; font-size: 0.95rem; }
.store-be-price-sale { color: #e53935; font-size: 0.98rem; }
.store-be-price-old {
  color: #78909c;
  font-size: 0.82rem;
  text-decoration: line-through;
  font-weight: 600;
}
.store-be-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
}
.store-be-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}
.store-be-qty button {
  width: 28px;
  height: 30px;
  border: none;
  background: #f5f5f5;
  cursor: pointer;
  font-size: 1rem;
  color: #455a64;
}
.store-be-qty input {
  width: 28px;
  height: 30px;
  border: none;
  text-align: center;
  font: inherit;
  font-size: 0.85rem;
  padding: 0;
}
.store-be-add {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  height: 32px;
  border: none;
  border-radius: 6px;
  background: var(--color-cta, #e65100);
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
}
.store-be-add:hover { filter: brightness(1.05); }
.store-be-dots {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.85rem;
}
.store-be-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: #c5cdd6;
  cursor: pointer;
}
.store-be-dot.is-active {
  background: var(--color-cta, #e65100);
  transform: scale(1.15);
}

@media (max-width: 720px) {
  .store-be {
    --store-be-side: calc(0.5rem + 32px + 0.25rem);
  }
  .store-be-row {
    margin-inline: calc(-1 * (32px + 0.25rem));
    width: calc(100% + 2 * (32px + 0.25rem));
  }
  .store-be-arrow { width: 32px; height: 32px; }
  .store-be-banner {
    grid-template-columns: 0.7fr 1.5fr 0.7fr;
    min-height: 140px;
  }
  .store-be-banner-art { height: 96px; }
}
@media (max-width: 560px) {
  .store-be { --store-be-side: 1rem; }
  .store-be-row {
    margin-inline: 0;
    width: 100%;
  }
  .store-be-banner-art { display: none; }
  .store-be-banner { grid-template-columns: 1fr; }
}

/* ??? Sports Highlights ??? */
.store-sp {
  --store-sp-side: calc(0.5rem + 40px + 0.35rem);
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  margin-block: 2.35rem 2.5rem;
  padding-inline: var(--store-sp-side);
  box-sizing: border-box;
}
.store-sp-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.25rem;
  margin: 0 auto 1.55rem;
  padding-inline: 0.5rem;
  text-align: center;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 700;
  color: #546e7a;
}
.store-sp-title::before,
.store-sp-title::after {
  content: "";
  flex: 1 1 0;
  height: 1px;
  max-width: 200px;
  background: #cfd8dc;
}
.store-sp-title::before { margin-inline-end: 0.35rem; }
.store-sp-title::after { margin-inline-start: 0.35rem; }

.store-sp-banner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  align-items: center;
  gap: 0.75rem;
  min-height: 168px;
  border-radius: 16px;
  overflow: hidden;
  padding: 1rem 1.1rem;
  background:
    radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.08), transparent 40%),
    linear-gradient(120deg, #212121 0%, #37474f 45%, #263238 100%);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
}
.store-sp-banner-copy {
  position: relative;
  z-index: 1;
  text-align: center;
}
.store-sp-banner-ar {
  margin: 0 0 0.35rem;
  font-size: clamp(1.1rem, 2.5vw, 1.55rem);
  font-weight: 800;
  color: #fff;
}
.store-sp-banner-en {
  margin: 0 0 0.75rem;
  font-size: clamp(1.05rem, 2.5vw, 1.65rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.02em;
}
.store-sp-banner-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 1.15rem;
  border: 1.5px solid #fff;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
}
.store-sp-banner-cta:hover { background: rgba(255, 255, 255, 0.2); }
.store-sp-banner-art {
  height: 120px;
  border-radius: 50% 50% 18px 18px;
  opacity: 0.95;
}
.store-sp-banner-art--l {
  justify-self: start;
  width: min(100%, 120px);
  background:
    radial-gradient(circle at 50% 28%, #ffcc80 0 18%, transparent 19%),
    linear-gradient(180deg, #546e7a 35%, #263238 100%);
}
.store-sp-banner-art--r {
  justify-self: end;
  width: min(100%, 120px);
  background:
    radial-gradient(circle at 50% 28%, #b0bec5 0 18%, transparent 19%),
    linear-gradient(180deg, #455a64 35%, #102027 100%);
}

.store-sp-viewall-wrap {
  margin: 0.95rem 0 1.25rem;
  text-align: center;
}
.store-sp-viewall {
  color: var(--color-cta, #e65100);
  font-weight: 600;
  font-size: 0.98rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.store-sp-viewall:hover { filter: brightness(0.92); }

.store-sp-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: stretch;
  gap: 0.35rem;
  margin-inline: calc(-1 * (40px + 0.35rem));
  width: calc(100% + 2 * (40px + 0.35rem));
}
.store-sp-arrow {
  width: 40px;
  height: 40px;
  align-self: center;
  border: none;
  background: transparent;
  color: #37474f;
  cursor: pointer;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.store-sp-arrow:hover {
  background: rgba(0, 0, 0, 0.05);
  color: var(--color-cta, #e65100);
}
.store-sp-viewport {
  overflow: hidden;
  min-width: 0;
  width: 100%;
  direction: ltr;
}
.store-sp-track {
  --sp-gap: 16px;
  --sp-card-w: 200px;
  display: flex;
  gap: var(--sp-gap);
  width: max-content;
  direction: ltr;
  will-change: transform;
  padding: 0.25rem 0 0.5rem;
}
.store-sp-card {
  flex: 0 0 var(--sp-card-w);
  width: var(--sp-card-w);
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 0.65rem 0.65rem 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  direction: rtl;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
html[dir="ltr"] .store-sp-card { direction: ltr; }
.store-sp-card:hover,
.store-sp-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}
.store-sp-media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 160px;
  display: grid;
  place-items: center;
  background: #f5f7f8;
  border-radius: 10px;
  overflow: hidden;
}
.store-sp-icon {
  width: 88%;
  height: 88%;
  display: grid;
  place-items: center;
}
.store-sp-icon svg { width: 100%; height: 100%; display: block; }
.store-sp-badge {
  position: absolute;
  top: 8px;
  inset-inline-start: 8px;
  background: #e53935;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  z-index: 1;
}
.store-sp-name {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
  color: #263238;
  line-height: 1.35;
  min-height: 2.5em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.store-sp-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.4rem;
  font-weight: 700;
}
.store-sp-price-reg { color: #37474f; font-size: 0.95rem; }
.store-sp-price-sale { color: #e53935; font-size: 0.98rem; }
.store-sp-price-old {
  color: #78909c;
  font-size: 0.82rem;
  text-decoration: line-through;
  font-weight: 600;
}
.store-sp-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
}
.store-sp-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}
.store-sp-qty button {
  width: 28px;
  height: 30px;
  border: none;
  background: #f5f5f5;
  cursor: pointer;
  font-size: 1rem;
  color: #455a64;
}
.store-sp-qty input {
  width: 28px;
  height: 30px;
  border: none;
  text-align: center;
  font: inherit;
  font-size: 0.85rem;
  padding: 0;
}
.store-sp-add {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  height: 32px;
  border: none;
  border-radius: 6px;
  background: var(--color-cta, #e65100);
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
}
.store-sp-add:hover { filter: brightness(1.05); }
.store-sp-dots {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.85rem;
}
.store-sp-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: #c5cdd6;
  cursor: pointer;
}
.store-sp-dot.is-active {
  background: var(--color-cta, #e65100);
  transform: scale(1.15);
}

@media (max-width: 720px) {
  .store-sp {
    --store-sp-side: calc(0.5rem + 32px + 0.25rem);
  }
  .store-sp-row {
    margin-inline: calc(-1 * (32px + 0.25rem));
    width: calc(100% + 2 * (32px + 0.25rem));
  }
  .store-sp-arrow { width: 32px; height: 32px; }
  .store-sp-banner {
    grid-template-columns: 0.7fr 1.5fr 0.7fr;
    min-height: 140px;
  }
  .store-sp-banner-art { height: 96px; }
}
@media (max-width: 560px) {
  .store-sp { --store-sp-side: 1rem; }
  .store-sp-row {
    margin-inline: 0;
    width: 100%;
  }
  .store-sp-banner-art { display: none; }
  .store-sp-banner { grid-template-columns: 1fr; }
}

/* ??? Specially for You (6 cards / 2?3) ??? */
.store-foryou {
  --store-foryou-side: calc(0.5rem + 40px + 0.35rem);
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  margin-block: 2.35rem 2.5rem;
  padding-inline: var(--store-foryou-side);
  box-sizing: border-box;
}
.store-foryou-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.25rem;
  margin: 0 auto 1.55rem;
  padding-inline: 0.5rem;
  text-align: center;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 700;
  color: #546e7a;
}
.store-foryou-title::before,
.store-foryou-title::after {
  content: "";
  flex: 1 1 0;
  height: 1px;
  max-width: 200px;
  background: #cfd8dc;
}
.store-foryou-title::before { margin-inline-end: 0.35rem; }
.store-foryou-title::after { margin-inline-start: 0.35rem; }

.store-foryou-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.65rem 1.55rem;
  width: 100%;
}
.store-foryou-card {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  min-height: 148px;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.store-foryou-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.store-foryou-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 200, 0.85) 0%, transparent 28%),
    linear-gradient(180deg,
      #4fc3f7 0%,
      #29b6f6 28%,
      #26c6da 48%,
      #4db6ac 62%,
      #ffe0b2 78%,
      #ffcc80 100%);
}
.store-foryou-bg--color,
.store-foryou-bg.store-card-bg--color {
  background: var(--deal-bg, var(--card-bg, #26c6da));
}
.store-foryou-bg--image,
.store-foryou-bg.store-card-bg--image {
  background-color: #263238;
  background-image: var(--deal-bg-image, var(--card-bg-image));
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.store-foryou-bg--color::after,
.store-foryou-bg--image::after,
.store-foryou-bg.store-card-bg--color::after,
.store-foryou-bg.store-card-bg--image::after {
  display: none;
}

.store-circle-disc--custom-color {
  background: var(--card-bg, #26c6da) !important;
}
.store-circle-disc--custom-image {
  background-color: #263238 !important;
  background-image: none !important;
  position: relative;
  overflow: hidden;
}
.store-circle-disc--custom-image::before {
  content: "";
  position: absolute;
  inset: -12%;
  background-image: var(--card-bg-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform-origin: 50% 50%;
  animation: circleDiscPhotoDrift 16s ease-in-out infinite alternate;
}
.store-circle-disc--custom-image > * {
  position: relative;
  z-index: 1;
}
.store-circle-disc--custom-image .store-circle-icon {
  filter: drop-shadow(0 1px 2px rgba(0,0,0,.35));
}
.store-circle-disc.is-icon-hidden .store-circle-icon {
  display: none;
}
@keyframes circleDiscPhotoDrift {
  0% {
    transform: scale(1.03) translateY(2%);
  }
  100% {
    transform: scale(1.18) translateY(-9%);
  }
}

.store-pc-media--custom-color {
  background: var(--card-bg, #26c6da) !important;
}
.store-pc-media--custom-image {
  background-color: #263238 !important;
  background-image: var(--card-bg-image) !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.store-pc-media--custom-image .store-pc-media-shape,
.store-pc-media--custom-color .store-pc-media-shape {
  opacity: 0.25;
}

.store-topcat-band--custom-color {
  background: var(--card-bg, #26c6da) !important;
}
.store-topcat-band--custom-image {
  background-color: #263238 !important;
  background-image: var(--card-bg-image) !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.store-foryou-bg::after {
  content: "";
  position: absolute;
  right: 6%;
  bottom: 18%;
  width: 34px;
  height: 70px;
  background: linear-gradient(180deg, #2e7d32 0%, #66bb6a 55%, #8d6e63 55%, #8d6e63 100%);
  opacity: 0.85;
  clip-path: polygon(40% 0, 70% 8%, 85% 35%, 60% 100%, 40% 100%, 25% 40%);
}
.store-foryou-products {
  position: absolute;
  left: 4%;
  bottom: 4%;
  width: 42%;
  max-width: 140px;
  z-index: 2;
  display: block;
}
.store-foryou-products img,
.store-foryou-products .store-deal-media-slider {
  width: 100%;
  height: auto;
  max-height: 120px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.18));
}
.store-foryou-img--empty {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.35);
}
.store-foryou-products .store-deal-bottles {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.18));
}
.store-foryou-off {
  position: absolute;
  top: 8%;
  right: 7%;
  z-index: 2;
  color: #fff;
  text-align: center;
  line-height: 1;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.store-foryou-off-upto {
  display: block;
  font-size: clamp(0.7rem, 1.3vw, 0.85rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  opacity: 0.95;
}
.store-foryou-off-num {
  display: block;
  margin-top: 0.1rem;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  font-weight: 800;
  font-style: italic;
}
.store-foryou-off-word {
  display: block;
  margin-top: 0.12rem;
  font-size: clamp(0.8rem, 1.4vw, 1rem);
  font-weight: 600;
}
.store-foryou-cat {
  position: absolute;
  right: 7%;
  bottom: 10%;
  z-index: 2;
  color: #fff;
  font-size: clamp(0.95rem, 1.8vw, 1.25rem);
  font-weight: 800;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
  max-width: 48%;
  text-align: end;
}

.store-foryou-foot {
  margin-top: 1.15rem;
  text-align: center;
}
.store-foryou-viewall {
  color: #c62828;
  font-weight: 600;
  font-size: 0.98rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.store-foryou-viewall:hover { color: var(--color-cta, #e65100); }

@media (max-width: 900px) {
  .store-foryou {
    --store-foryou-side: calc(0.5rem + 32px + 0.25rem);
  }
  .store-foryou-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem 1.2rem;
  }
}
@media (max-width: 560px) {
  .store-foryou { --store-foryou-side: 1rem; }
  .store-foryou-grid {
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }
}

/* ??? Personal Care / Essential Categories ??? */
.store-pc {
  --store-pc-side: calc(0.5rem + 40px + 0.35rem);
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  margin-block: 2.35rem 2.5rem;
  padding-inline: var(--store-pc-side);
  box-sizing: border-box;
}
.store-pc-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.25rem;
  margin: 0 auto 1.55rem;
  padding-inline: 0.5rem;
  text-align: center;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 700;
  color: #546e7a;
}
.store-pc-title::before,
.store-pc-title::after {
  content: "";
  flex: 1 1 0;
  height: 1px;
  max-width: 200px;
  background: #cfd8dc;
}
.store-pc-title::before { margin-inline-end: 0.35rem; }
.store-pc-title::after { margin-inline-start: 0.35rem; }

.store-pc-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.35rem;
  margin-inline: calc(-1 * (40px + 0.35rem));
  width: calc(100% + 2 * (40px + 0.35rem));
}
.store-pc-arrow {
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  color: #78909c;
  cursor: pointer;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.store-pc-arrow:hover {
  background: rgba(0, 0, 0, 0.05);
  color: var(--color-cta, #e65100);
}
.store-pc-viewport {
  overflow: hidden;
  min-width: 0;
  width: 100%;
  direction: ltr;
}
.store-pc-track {
  --pc-gap: 18px;
  --pc-card-w: 170px;
  display: flex;
  gap: var(--pc-gap);
  width: max-content;
  direction: ltr;
  will-change: transform;
  padding: 0.25rem 0 0.5rem;
}
.store-pc-card {
  flex: 0 0 var(--pc-card-w);
  width: var(--pc-card-w);
  text-decoration: none;
  color: #37474f;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  transition: transform 0.2s ease;
}
.store-pc-card:hover { transform: translateY(-4px); }
.store-pc-media {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  display: grid;
  place-items: end center;
  background: linear-gradient(160deg, #f8fafc, #eef2f7);
}
.store-pc-media--slider {
  place-items: stretch;
  padding: 0;
}
.store-pc-slides {
  position: absolute;
  inset: 0;
}
.store-pc-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 0.45s ease, transform 0.7s ease;
}
.store-pc-slide.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}
.store-pc-media-shape {
  width: 58%;
  height: 62%;
  margin-bottom: 8%;
  border-radius: 50% 50% 18px 18px;
  background: rgba(255, 255, 255, 0.35);
  box-shadow: inset 0 -8px 16px rgba(0, 0, 0, 0.08);
}
.store-pc-label {
  font-size: clamp(0.85rem, 1.5vw, 1rem);
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  color: #263238;
}

.store-pc-dots {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.85rem;
}
.store-pc-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: #c5cdd6;
  cursor: pointer;
}
.store-pc-dot.is-active {
  background: var(--color-cta, #e65100);
  transform: scale(1.15);
}

@media (max-width: 720px) {
  .store-pc {
    --store-pc-side: calc(0.5rem + 32px + 0.25rem);
  }
  .store-pc-row {
    margin-inline: calc(-1 * (32px + 0.25rem));
    width: calc(100% + 2 * (32px + 0.25rem));
  }
  .store-pc-arrow { width: 32px; height: 32px; }
}
@media (max-width: 560px) {
  .store-pc { --store-pc-side: 1rem; }
  .store-pc-row {
    margin-inline: 0;
    width: 100%;
  }
}

/* Service bar before footer (delivery / areas / hours) ? compact, flush to footer */
.store-svc-bar {
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  margin-block: 0.75rem 0;
  padding: 0.55rem 1rem;
  box-sizing: border-box;
  background: #ede7f6;
  border-top: 1px solid rgba(103, 58, 183, 0.08);
  border-bottom: none;
}
.store-svc-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem 1rem;
  align-items: center;
}
.store-svc-item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.store-svc-item[data-open-service-map],
button.store-svc-item {
  cursor: pointer;
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  text-align: inherit;
  font: inherit;
  color: inherit;
  width: 100%;
}
.store-svc-icon {
  flex: 0 0 auto;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: #5e35b1;
  box-shadow: 0 1px 5px rgba(94, 53, 177, 0.12);
}
.store-svc-icon svg {
  width: 14px;
  height: 14px;
}
.store-svc-copy {
  min-width: 0;
}
.store-svc-title {
  display: block;
  margin: 0 0 0.1rem;
  font-size: 0.78rem;
  font-weight: 800;
  color: #4527a0;
  line-height: 1.25;
}
.store-svc-text {
  margin: 0;
  font-size: 0.7rem;
  line-height: 1.35;
  color: #5e548e;
}

@media (max-width: 900px) {
  .store-svc-inner {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }
  .store-svc-item {
    justify-content: flex-start;
  }
}

.store-mega-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1.25rem 1.5rem;
}
.store-mega-heading {
  margin: 0 0 0.55rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #111;
}
.store-mega-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.store-mega-list a {
  color: #444;
  text-decoration: none;
  font-size: 0.86rem;
  line-height: 1.35;
}
.store-mega-list a:hover {
  color: var(--color-primary, #1b5e20);
  text-decoration: underline;
}

@media (max-width: 768px) {
  .store-mega-list-top {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.15rem;
  }
  .store-mega-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  .store-mega-grid { grid-template-columns: 1fr; }
}

/* ??? Store on home (under hero) ? kept for future home teaser; unused for now ??? */
.home-store {
  margin: 0 0 2rem;
  padding: 0 0 1rem;
}
.home-store-head {
  padding: 1rem 1rem 0.5rem;
  text-align: center;
}
.home-store-intro {
  max-width: 40rem;
  margin: 0.35rem auto 0;
  color: #555;
  font-size: 0.95rem;
}
.store-subhead {
  font-size: 1rem;
  margin: 0 0 0.65rem;
  padding: 0 1rem;
}
.store-cats-bar { margin: 0.75rem 0 1.25rem; }
.store-cats-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0 1rem;
}
.store-cat-chip {
  border: 1px solid #d0d0d0;
  background: #fff;
  color: inherit;
  border-radius: 999px;
  padding: 0.35rem 0.9rem;
  font: inherit;
  font-weight: 600;
  font-size: 0.88rem;
  cursor: pointer;
}
.store-cat-chip:hover,
.store-cat-chip.is-active {
  border-color: var(--color-primary, #1b5e20);
  background: color-mix(in srgb, var(--color-primary, #1b5e20) 12%, #fff);
  color: var(--color-primary, #1b5e20);
}
.store-products-wrap { margin-bottom: 1rem; }
.store-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1rem;
  padding: 0 1rem;
}
.store-product-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.store-product-media {
  aspect-ratio: 1;
  background: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.store-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.store-product-body {
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  flex: 1;
}
.store-product-body h3 {
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.35;
}
.store-product-desc {
  margin: 0;
  font-size: 0.8rem;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.store-product-price {
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
  margin-top: auto;
}
.store-price, .store-price-sale {
  font-weight: 700;
  color: var(--color-primary, #1b5e20);
}
.store-price-old {
  text-decoration: line-through;
  color: #999;
  font-size: 0.85em;
}
.store-add-btn {
  width: 100%;
  margin-top: 0.35rem;
  opacity: 0.75;
}
.store-empty-hint {
  padding: 0.5rem 1rem 1rem;
  color: #888;
  font-size: 0.9rem;
}

/* --- All Categories page (Alain-style arched tiles) --- */
.store-mega-btn.is-active {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.55), 0 6px 16px rgba(0, 0, 0, 0.18);
  transform: translateY(-1px);
}

body.is-categories-page .site-main {
  padding-top: 0;
  padding-bottom: var(--space-xl, 2rem);
}

.store-categories-page {
  padding-bottom: 2rem;
}

.store-allcats {
  width: 100%;
  margin: 0.5rem 0 1.5rem;
  padding: 0;
  box-sizing: border-box;
}

.store-allcats-hero {
  margin: 0.75rem 0 1rem;
  padding: 1.35rem 1.25rem 1.2rem;
  border-radius: 18px;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(120% 80% at 100% 0%, rgba(255, 193, 7, 0.28), transparent 55%),
    linear-gradient(125deg, #0d47a1 0%, #1565c0 48%, #00838f 100%);
}
.store-allcats-hero-title {
  margin: 0 auto;
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  text-align: center;
}
.store-allcats-hero-hint {
  margin: 0.45rem auto 0;
  max-width: 42rem;
  font-size: 0.92rem;
  line-height: 1.45;
  opacity: 0.92;
  text-align: center;
}

.store-allcats-tools {
  position: sticky;
  top: 0;
  z-index: 5;
  display: grid;
  gap: 0.75rem;
  margin: 0 0 1.1rem;
  padding: 0.85rem 0.9rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}
.store-allcats-search input {
  width: 100%;
  box-sizing: border-box;
  padding: 0.7rem 0.95rem;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  font: inherit;
  font-size: 0.95rem;
  background: #f8fafc;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.store-allcats-search input:focus {
  border-color: #1e88e5;
  box-shadow: 0 0 0 3px rgba(30, 136, 229, 0.18);
  background: #fff;
}
.store-allcats-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.store-allcats-pill {
  appearance: none;
  border: 1px solid #dbe3ee;
  background: #fff;
  color: #334155;
  border-radius: 999px;
  padding: 0.4rem 0.75rem;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.store-allcats-pill:hover { border-color: #90caf9; background: #f0f7ff; }
.store-allcats-pill.is-active {
  background: #0d47a1;
  border-color: #0d47a1;
  color: #fff;
}
.store-allcats-pill-count {
  min-width: 1.25rem;
  padding: 0.05rem 0.35rem;
  border-radius: 999px;
  font-size: 0.7rem;
  background: rgba(15, 23, 42, 0.08);
}
.store-allcats-pill.is-active .store-allcats-pill-count {
  background: rgba(255, 255, 255, 0.22);
}
.store-allcats-status {
  margin: 0;
  font-size: 0.8rem;
  color: #64748b;
  font-weight: 600;
}

.store-allcats-promos {
  margin: 0 0 1.25rem;
}
.store-allcats-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 1.15rem 0.9rem;
  align-items: start;
}
.store-allcats-grid--promo {
  grid-template-columns: repeat(auto-fill, minmax(110px, 140px));
  justify-content: start;
}
.store-allcats-grid--leaves {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.store-allcats-main {
  margin: 0 0 1.5rem;
  padding: 1rem 1rem 1.15rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e8eef5;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}
.store-allcats-main-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem 1rem;
  margin-bottom: 0.85rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #eef2f7;
}
.store-allcats-main-title {
  margin: 0;
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  font-weight: 800;
  color: #0f172a;
}
.store-allcats-main-meta {
  display: inline-block;
  margin-inline-start: 0.5rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #64748b;
}
.store-allcats-main-link,
.store-allcats-sub-link {
  font-size: 0.8rem;
  font-weight: 700;
  color: #1565c0;
  text-decoration: none;
}
.store-allcats-main-link:hover,
.store-allcats-sub-link:hover { text-decoration: underline; }

.store-allcats-main--gold { border-top: 4px solid #f9a825; }
.store-allcats-main--pink { border-top: 4px solid #ec407a; }
.store-allcats-main--teal { border-top: 4px solid #26a69a; }
.store-allcats-main--lavender { border-top: 4px solid #ab47bc; }
.store-allcats-main--lime { border-top: 4px solid #9ccc65; }
.store-allcats-main--peach { border-top: 4px solid #ffa726; }

.store-allcats-sub {
  margin: 0.95rem 0 0.35rem;
  padding: 0.65rem 0.55rem 0.2rem;
  border-radius: 12px;
  background: linear-gradient(180deg, #f8fafc 0%, transparent 100%);
}
.store-allcats-sub-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem 0.8rem;
  margin-bottom: 0.7rem;
}
.store-allcats-sub-title {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 800;
  color: #1e293b;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.store-allcats-sub-title a {
  color: inherit;
  text-decoration: none;
}
.store-allcats-sub-title a:hover { color: #1565c0; }

.store-allcat-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.55rem;
  text-decoration: none;
  color: #1a237e;
  min-width: 0;
  position: relative;
  transition: transform 0.22s ease;
}
.store-allcats-sub.is-focus-target {
  outline: 2px solid rgba(21, 101, 192, 0.45);
  outline-offset: 6px;
  border-radius: 12px;
  transition: outline-color 0.4s ease;
}

.store-allcat-visual--photo {
  background: linear-gradient(160deg, #f8fafc, #eef2f7) !important;
  padding: 0;
}
.store-allcat-visual--photo::after {
  display: none;
}
.store-allcat-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
}
.store-allcat-visual {
  display: grid;
  place-items: center;
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(160deg, #e3f2fd, #bbdefb);
  border: 1px solid rgba(148, 163, 184, 0.28);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.7) inset,
    0 10px 22px rgba(15, 23, 42, 0.08);
  transition: box-shadow 0.22s ease, border-color 0.22s ease;
}
.store-allcat-card:hover .store-allcat-visual {
  border-color: rgba(21, 101, 192, 0.28);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 14px 28px rgba(15, 23, 42, 0.12);
}
.store-allcat-visual svg {
  width: 62%;
  height: 62%;
  display: block;
}
.store-allcat-visual--gold { background: linear-gradient(160deg, #fff8e1, #ffe082); }
.store-allcat-visual--pink { background: linear-gradient(160deg, #fce4ec, #f8bbd0); }
.store-allcat-visual--teal { background: linear-gradient(160deg, #e0f7fa, #80deea); }
.store-allcat-visual--lavender { background: linear-gradient(160deg, #ede7f6, #ce93d8); }
.store-allcat-visual--lime { background: linear-gradient(160deg, #f1f8e9, #c5e1a5); }
.store-allcat-visual--peach { background: linear-gradient(160deg, #fff3e0, #ffcc80); }
.store-allcat-visual--coral { background: linear-gradient(160deg, #ffebee, #ffab91); }

.store-allcat-label {
  display: block;
  width: 100%;
  text-align: center;
  font-size: clamp(0.74rem, 1.05vw, 0.88rem);
  font-weight: 700;
  line-height: 1.3;
  color: #1a237e;
  padding-inline: 0.15rem;
}
.store-allcat-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.1rem 0.4rem;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 800;
  color: #92400e;
  background: #fef3c7;
  border: 1px solid #fcd34d;
}

.store-allcats-empty,
.store-allcats-empty-sub {
  margin: 0.75rem 0;
  color: #94a3b8;
  font-size: 0.9rem;
  text-align: center;
}

@media (max-width: 1100px) {
  .store-allcats-grid,
  .store-allcats-grid--leaves { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .store-allcats-grid,
  .store-allcats-grid--leaves { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem 0.7rem; }
  .store-allcats-tools { top: 0; }
}
@media (max-width: 560px) {
  .store-allcats-grid,
  .store-allcats-grid--leaves { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.9rem 0.5rem; }
  .store-allcat-visual { border-radius: 14px; }
  .store-allcats-main { padding: 0.85rem 0.7rem 1rem; }
}

/* ??? All Products catalog page ??? */
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}

body.is-products-page .site-main {
  padding-top: 0;
  padding-bottom: var(--space-xl, 2rem);
}

.store-products-hero {
  margin: 0.75rem 0 1.25rem;
  padding: 1.75rem 1.25rem;
  border-radius: 16px;
  text-align: center;
  color: #fff;
  background: linear-gradient(120deg, #0d47a1 0%, #1565c0 55%, #1e88e5 100%);
}
.store-products-hero-title {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
}
.store-products-crumb {
  margin-top: 0.55rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  opacity: 0.95;
}
.store-products-crumb a { color: #fff; text-decoration: none; }
.store-products-crumb a:hover { text-decoration: underline; }
.store-products-crumb .is-current { color: #ffab40; font-weight: 700; }

.store-products-layout {
  display: grid;
  grid-template-columns: minmax(220px, 270px) minmax(0, 1fr);
  gap: 1.35rem;
  align-items: start;
  margin-bottom: 2rem;
}

.store-products-sidebar {
  background: #fff;
  border: 1px solid #eceff1;
  border-radius: 12px;
  padding: 0.35rem 0.85rem 0.85rem;
}

.store-filter-block {
  border-bottom: 1px solid #eceff1;
  padding: 0.55rem 0;
}
.store-filter-block:last-child { border-bottom: none; }
.store-filter-title {
  list-style: none;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #212121;
  position: relative;
  padding-bottom: 0.35rem;
}
.store-filter-title::-webkit-details-marker { display: none; }
.store-filter-title::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  width: 2.2rem;
  height: 2px;
  background: var(--color-cta, #e65100);
}
.store-filter-body { padding-top: 0.65rem; }
.store-filter-body--scroll {
  max-height: 220px;
  overflow: auto;
  padding-inline-end: 0.25rem;
}
.store-filter-check {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  font-size: 0.88rem;
  color: #37474f;
  cursor: pointer;
  margin: 0.28rem 0;
}
.store-filter-check input { margin-top: 0.15rem; accent-color: var(--color-primary, #1565c0); }
.store-filter-cat-list,
.store-filter-brand-list,
.store-filter-promo-list,
.store-filter-sub {
  list-style: none;
  margin: 0;
  padding: 0;
}
.store-filter-sub {
  margin-inline-start: 1rem;
  margin-top: 0.2rem;
}
.store-filter-cat-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem;
}
.store-filter-caret {
  width: 1.5rem;
  height: 1.5rem;
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
  flex: 0 0 auto;
}
.store-filter-caret::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0.45rem;
  height: 0.45rem;
  border-inline-end: 2px solid #607d8b;
  border-bottom: 2px solid #607d8b;
  transform: rotate(45deg);
  transition: transform 0.15s ease;
}
.store-filter-caret.is-open::before {
  transform: rotate(-135deg);
  margin-top: 0.35rem;
}
.store-filter-brand-search {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cfd8dc;
  border-radius: 8px;
  padding: 0.45rem 0.65rem;
  margin-bottom: 0.5rem;
  font-size: 0.88rem;
}
.store-filter-price-inputs {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.55rem;
}
.store-filter-price-inputs input[type="number"] {
  width: 100%;
  min-width: 0;
  border: 1px solid #cfd8dc;
  border-radius: 8px;
  padding: 0.35rem 0.45rem;
  font-size: 0.85rem;
}
.store-filter-price input[type="range"] {
  width: 100%;
  accent-color: var(--color-cta, #e65100);
}
.store-filter-price-label {
  margin: 0.35rem 0 0;
  font-size: 0.85rem;
  color: #546e7a;
  text-align: center;
}
.store-filter-empty {
  font-size: 0.85rem;
  color: #90a4ae;
  padding: 0.25rem 0;
}

.store-search-chips {
  margin: 0 0 0.85rem;
  padding: 0.75rem 0.85rem;
  background: #f7faf7;
  border: 1px solid #e2ebe2;
  border-radius: 12px;
}
.store-search-chips-heading {
  margin: 0 0 0.55rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: #1b5e20;
}
.store-search-chips-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.4rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
  margin-bottom: 0.35rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.store-search-chips-row:last-child { margin-bottom: 0; }
.store-search-chips-label {
  flex-shrink: 0;
  font-size: 0.8rem;
  font-weight: 700;
  color: #546e7a;
  margin-inline-end: 0.15rem;
}
.store-chip {
  flex-shrink: 0;
  border: 1px solid #cfd8dc;
  background: #fff;
  color: #37474f;
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.store-chip:hover {
  border-color: var(--color-primary, #1b5e20);
  color: var(--color-primary, #1b5e20);
}
.store-chip.is-active {
  background: var(--color-primary, #1b5e20);
  border-color: var(--color-primary, #1b5e20);
  color: #fff;
}

.store-products-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.65rem 0.85rem;
  background: #f5f7fa;
  border-radius: 10px;
  margin-bottom: 0.75rem;
}
.store-products-view {
  display: flex;
  gap: 0.25rem;
}
.store-products-view-btn {
  width: 2.2rem;
  height: 2.2rem;
  border: none;
  background: transparent;
  color: #90a4ae;
  border-radius: 6px;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.store-products-view-btn.is-active {
  color: #e53935;
  background: rgba(229, 57, 53, 0.08);
}
.store-products-toolbar-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.store-products-select select {
  border: 1px solid #cfd8dc;
  background: #fff;
  border-radius: 8px;
  padding: 0.45rem 0.7rem;
  font-size: 0.88rem;
  color: #37474f;
  min-width: 10rem;
}
.store-products-count {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  color: #607d8b;
}

.store-products-grid.is-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.store-products-grid.is-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.store-products-grid.is-list .store-pcard {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  gap: 0.65rem 1rem;
  align-items: center;
}
.store-products-grid.is-list .store-pcard-link {
  display: contents;
}
.store-products-grid.is-list .store-pcard-media {
  grid-row: 1 / span 2;
  aspect-ratio: 1;
  min-height: 110px;
}
.store-products-grid.is-list .store-pcard-name { grid-column: 2; }
.store-products-grid.is-list .store-pcard-price { grid-column: 2; }
.store-products-grid.is-list .store-pcard-actions { grid-column: 3; grid-row: 1 / span 2; }

.store-pcard {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 0.65rem 0.65rem 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.store-pcard:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}
.store-pcard-media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 140px;
  display: grid;
  place-items: center;
  background: #f7f9fb;
  border-radius: 10px;
  overflow: hidden;
}
.store-pcard-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  padding: 0.35rem;
  box-sizing: border-box;
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), padding 0.35s ease;
  will-change: transform;
}
.store-pcard:hover .store-pcard-media img {
  transform: scale(1.28);
  padding: 0;
}
.store-pcard-icon { display: grid; place-items: center; width: 70%; }
.store-pcard-icon svg { width: 100%; height: auto; }
.store-pcard-badge {
  position: absolute;
  top: 0.4rem;
  inset-inline-start: 0.4rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 3.35rem;
  min-height: 3.35rem;
  padding: 0.3rem 0.35rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 25%, #ff8a65 0%, transparent 42%),
    linear-gradient(145deg, #e53935 0%, #b71c1c 55%, #880e0e 100%);
  color: #fff;
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.95),
    0 6px 14px rgba(183, 28, 28, 0.4);
  text-align: center;
  line-height: 1.05;
  transform: rotate(-8deg);
}
.store-pcard-badge-kicker {
  font-size: 0.48rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  opacity: 0.92;
}
.store-pcard-badge-off {
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.store-pcard-badge-sub {
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.store-pcard-name {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.35;
  color: #1a237e;
  min-height: 2.5em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.store-pcard-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.4rem;
}
.store-pcard-price-reg,
.store-pcard-price-sale {
  font-weight: 800;
  color: #212121;
  font-size: 0.98rem;
}
.store-pcard-price-old {
  text-decoration: line-through;
  color: #9e9e9e;
  font-size: 0.85rem;
}
.store-pcard-stock {
  font-size: 0.78rem;
  font-weight: 650;
  color: #546e7a;
  margin-top: 0.15rem;
}
.store-pcard-stock.is-soon {
  color: #b71c1c;
  font-weight: 800;
}
.store-pcard-expiry {
  font-size: 0.74rem;
  font-weight: 600;
  color: #6d4c41;
  margin-top: 0.1rem;
  direction: ltr;
  text-align: inherit;
}
.store-bs-stock,
.store-vit-stock,
.store-ex-stock,
.store-be-stock,
.store-sp-stock,
.store-fo-stock {
  padding: 0 0.15rem;
  margin-bottom: 0.2rem;
}
.store-pcard-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
}
.store-pcard-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #cfd8dc;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.store-pcard-qty button {
  width: 1.7rem;
  height: 1.9rem;
  border: none;
  background: #f5f5f5;
  cursor: pointer;
  color: #455a64;
  font-size: 1rem;
}
.store-pcard-qty input {
  width: 2rem;
  border: none;
  text-align: center;
  font-size: 0.88rem;
  background: transparent;
}
.store-pcard-add {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border: none;
  border-radius: 8px;
  background: var(--color-cta, #e65100);
  color: #fff;
  font-weight: 700;
  font-size: 0.88rem;
  padding: 0.45rem 0.55rem;
  cursor: pointer;
  min-height: 1.9rem;
}
.store-pcard-add:hover { filter: brightness(1.05); }

.store-products-empty {
  grid-column: 1 / -1;
  text-align: center;
  color: #90a4ae;
  padding: 2rem 1rem;
}
.store-products-pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 1.25rem;
}
.store-products-pager-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  color: #90a4ae;
  user-select: none;
}
.store-products-page-btn {
  min-width: 2.2rem;
  height: 2.2rem;
  padding: 0 0.55rem;
  border: 1px solid #cfd8dc;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  color: #455a64;
  font-size: 0.85rem;
}
.store-products-page-btn.is-nav {
  min-width: auto;
}
.store-products-page-btn.is-active {
  background: var(--color-primary, #1565c0);
  border-color: transparent;
  color: #fff;
}
.store-products-page-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

@media (max-width: 1100px) {
  .store-products-grid.is-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .store-products-layout { grid-template-columns: 1fr; }
  .store-products-sidebar { order: 2; }
}
@media (max-width: 720px) {
  .store-products-grid.is-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .store-products-grid.is-list .store-pcard {
    grid-template-columns: 100px minmax(0, 1fr);
  }
  .store-products-grid.is-list .store-pcard-actions {
    grid-column: 1 / -1;
    grid-row: auto;
  }
}
@media (max-width: 420px) {
  .store-products-grid.is-grid { grid-template-columns: 1fr; }
}

/* ??? Store section companion pages ??? */
.store-section-body {
  margin: 0 0 2rem;
}
.store-section-subtitle {
  margin: 0 0 1rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #455a64;
}
.store-section-block {
  margin-bottom: 2.25rem;
}
.store-section-grid {
  margin-top: 0.5rem;
}
.store-section-brands-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}
.store-brands-az {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0 0 1rem;
}
.store-brands-az-btn {
  min-width: 2rem;
  padding: 0.35rem 0.55rem;
  border: 1px solid #d0d7de;
  border-radius: 8px;
  background: #fff;
  color: #37474f;
  font-weight: 700;
  cursor: pointer;
}
.store-brands-az-btn.is-active,
.store-brands-az-btn:hover {
  background: var(--color-primary, #1b5e20);
  border-color: var(--color-primary, #1b5e20);
  color: #fff;
}
.store-brands-count {
  margin: 0 0 0.75rem;
  color: #78909c;
  font-size: 0.9rem;
  font-weight: 600;
}
.store-brands-count::before { content: ''; }
.store-section-brand-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 130px;
  padding: 0.85rem 0.75rem;
  border-radius: 14px;
  border: 1px solid #e0e0e0;
  background: #fff;
  text-decoration: none;
  color: #212121;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.store-section-brand-card[hidden] { display: none !important; }
.store-section-brand-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.08);
}
.store-section-brand-logo {
  max-width: 100%;
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.store-section-brand-name,
.store-section-brand-label {
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  color: #37474f;
}
.store-section-brand-sub {
  font-size: 0.7rem;
  font-weight: 500;
  color: #78909c;
  text-align: center;
}
.store-section-tiles-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}
.store-section-tile {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  text-decoration: none;
  color: #1a237e;
}
.store-section-tile-visual {
  display: block;
  aspect-ratio: 1;
  border-radius: 18px;
  background: #e3f2fd;
}
.store-section-tile-label {
  text-align: center;
  font-weight: 700;
  font-size: 0.9rem;
}
.store-section-deals {
  margin-top: 0.5rem;
}
@media (max-width: 1000px) {
  .store-section-brands-grid,
  .store-section-tiles-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .store-section-brands-grid,
  .store-section-tiles-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* ?? Product detail page (PDP) ?? */
body.is-product-page .site-main > .container {
  max-width: 1180px;
  overflow: visible;
}
body.is-product-page .store-pdp-page,
body.is-product-page #page-content {
  overflow: visible;
}
.store-pcard-link,
.store-bs-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.store-pcard-link:hover .store-pcard-name,
.store-bs-link:hover .store-bs-name {
  color: var(--color-cta, #e65100);
}

.store-pdp-banner {
  background: #0d47a1;
  color: #fff;
  margin: 0.75rem 0 1.25rem;
  border-radius: 0;
}
.store-pdp-banner-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  padding: 0.85rem 1rem;
  font-size: 0.92rem;
}
.store-pdp-banner a {
  color: #ffab91;
  text-decoration: none;
  font-weight: 600;
}
.store-pdp-banner a:hover { text-decoration: underline; }
.store-pdp-banner .is-current {
  color: #ffe0b2;
  font-weight: 600;
}

.store-pdp-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.95fr);
  gap: 1.75rem 2rem;
  align-items: start;
  margin-bottom: 2rem;
  overflow: visible;
}
.store-pdp-gallery {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  position: relative;
  z-index: 4;
  overflow: visible;
}
.store-pdp-stage {
  position: relative;
  overflow: visible;
}
.store-pdp-main {
  position: relative;
  background: #fff;
  border-radius: 14px;
  min-height: 480px;
  height: clamp(420px, 52vw, 560px);
  display: grid;
  place-items: center;
  padding: 1rem;
  box-shadow: 0 8px 28px rgba(13, 71, 161, 0.08);
  overflow: hidden;
  cursor: crosshair;
  user-select: none;
}
.store-pdp-main.is-zooming {
  cursor: crosshair;
}
.store-pdp-main img,
.store-pdp-main .store-pdp-ph {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  pointer-events: none;
}
.store-pdp-main img {
  width: min(100%, 520px);
  height: min(100%, 520px);
  object-fit: contain;
}
.store-pdp-ph {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.store-pdp-ph svg,
.store-pdp-ph--lg svg {
  width: min(100%, 520px);
  height: min(100%, 520px);
  max-width: 100%;
  max-height: 100%;
}
.store-pdp-lens {
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid rgba(13, 71, 161, 0.55);
  background: rgba(13, 71, 161, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
  pointer-events: none;
  z-index: 3;
  border-radius: 4px;
}
.store-pdp-zoom {
  position: absolute;
  top: 0;
  z-index: 20;
  width: 440px;
  max-width: min(480px, 46vw);
  background: #fff;
  border: 1px solid #e3eaf2;
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(13, 71, 161, 0.18);
  overflow: hidden;
  pointer-events: none;
}
html[dir="rtl"] .store-pdp-zoom {
  right: auto;
  left: 0;
  transform: translateX(calc(-100% - 14px));
}
html[dir="ltr"] .store-pdp-zoom {
  left: auto;
  right: 0;
  transform: translateX(calc(100% + 14px));
}
.store-pdp-zoom-inner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-color: #f7f9fc;
  position: relative;
  overflow: hidden;
}
.store-pdp-zoom-inner svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.store-pdp-zoom-hint {
  margin: 0.15rem 0 0;
  font-size: 0.82rem;
  color: #90a4ae;
}
.store-pdp-thumbs {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}
.store-pdp-thumb {
  width: 84px;
  height: 84px;
  border: 2px solid #e3eaf2;
  border-radius: 10px;
  background: #fff;
  padding: 4px;
  cursor: pointer;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.store-pdp-thumb.is-active,
.store-pdp-thumb:hover {
  border-color: #1565c0;
}
.store-pdp-thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.store-pdp-thumb .store-pdp-ph,
.store-pdp-thumb .store-pdp-ph svg {
  width: 100%;
  height: 100%;
  max-width: 72px;
  max-height: 72px;
}

.store-pdp-title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  line-height: 1.25;
  color: #0d47a1;
  font-weight: 800;
}
.store-pdp-avail,
.store-pdp-sku {
  margin: 0.25rem 0;
  font-size: 0.95rem;
  color: #455a64;
}
.store-pdp-meta-label {
  font-weight: 700;
  color: #37474f;
  margin-inline-end: 0.35rem;
}
.store-pdp-stock.is-in { color: #2e7d32; font-weight: 700; }
.store-pdp-stock.is-out { color: #c62828; font-weight: 700; }

.store-pdp-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  margin: 0.85rem 0 0.65rem;
}
.store-pdp-stars { display: inline-flex; gap: 2px; }
.store-pdp-review-link {
  border: 0;
  background: none;
  color: #90a4ae;
  cursor: pointer;
  font-size: 0.9rem;
  text-decoration: underline;
  padding: 0;
}
.store-pdp-price {
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
  margin: 0.5rem 0 1rem;
}
.store-pdp-price-reg,
.store-pdp-price-sale {
  font-size: 1.55rem;
  font-weight: 800;
  color: #1a237e;
}
.store-pdp-price-old {
  font-size: 1.05rem;
  color: #90a4ae;
  text-decoration: line-through;
}

.store-pdp-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.store-pdp-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #cfd8dc;
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}
.store-pdp-qty button {
  width: 36px;
  height: 36px;
  border: 0;
  background: #f5f7fa;
  cursor: pointer;
  font-size: 1.1rem;
  color: #37474f;
}
.store-pdp-qty input {
  width: 42px;
  border: 0;
  text-align: center;
  font-weight: 700;
  background: transparent;
}
.store-pdp-add {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 0;
  border-radius: 999px;
  background: #ef6c00;
  color: #fff;
  font-weight: 700;
  font-size: 0.98rem;
  padding: 0.7rem 1.35rem;
  cursor: pointer;
  transition: filter 0.15s ease, transform 0.15s ease;
}
.store-pdp-add:hover:not(:disabled) { filter: brightness(1.05); }
.store-pdp-add:disabled { opacity: 0.55; cursor: not-allowed; }
.store-pdp-add.is-added { background: #2e7d32; }

.store-pdp-wish {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 0;
  background: none;
  color: #546e7a;
  cursor: pointer;
  font-size: 0.92rem;
  padding: 0.25rem 0;
  margin-bottom: 0.85rem;
}
.store-pdp-wish.is-on { color: #e53935; }
.store-pdp-wish.is-on svg { fill: #e53935; stroke: #e53935; }

.store-pdp-cats {
  margin: 0.35rem 0 0.85rem;
  font-size: 0.92rem;
  color: #455a64;
  line-height: 1.5;
}
.store-pdp-cats a {
  color: #1565c0;
  text-decoration: none;
  font-weight: 600;
}
.store-pdp-cats a:hover { text-decoration: underline; }

.store-pdp-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0.5rem 0 0.85rem;
}
.store-pdp-share-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #eceff1;
  color: #455a64;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 800;
}
.store-pdp-share-btn:hover { background: #cfd8dc; }

.store-pdp-ship {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0.5rem 0 0;
  color: #1565c0;
  font-weight: 600;
  font-size: 0.95rem;
}

.store-pdp-tabs {
  margin: 1.5rem 0 2rem;
  border-top: 1px solid #e3eaf2;
  padding-top: 0.5rem;
}
.store-pdp-tablist {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.5rem;
  border-bottom: 1px solid #e0e6ed;
  margin-bottom: 1.25rem;
}
.store-pdp-tab {
  border: 0;
  background: none;
  padding: 0.85rem 0.1rem;
  font-weight: 700;
  font-size: 0.86rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1a237e;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
}
.store-pdp-tab.is-active {
  color: #ef6c00;
  border-bottom-color: #ef6c00;
}
.store-pdp-panel {
  color: #546e7a;
  line-height: 1.7;
  font-size: 0.98rem;
  padding: 0.35rem 0 0.75rem;
}
.store-pdp-spec {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}
.store-pdp-spec-row {
  display: grid;
  grid-template-columns: minmax(140px, 220px) minmax(0, 1fr);
  gap: 1rem 2rem;
  align-items: start;
}
.store-pdp-spec-label {
  color: #90a4ae;
  font-size: 0.92rem;
  font-weight: 600;
  padding-top: 0.15rem;
}
.store-pdp-spec-value {
  color: #455a64;
  font-size: 0.98rem;
  line-height: 1.7;
}
.store-pdp-spec-value p { margin: 0; }
.store-pdp-olist,
.store-pdp-ulist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.store-pdp-olist li,
.store-pdp-ulist li {
  margin: 0 0 0.55rem;
  padding-inline-start: 0;
}
.store-pdp-olist .store-pdp-num {
  font-weight: 700;
  margin-inline-end: 0.25rem;
  color: #607d8b;
}
.store-pdp-ulist li::before {
  content: "* ";
  color: #90a4ae;
  font-weight: 700;
}

.store-pdp-review-form { max-width: 920px; }
.store-pdp-review-compose { max-width: 920px; }
.store-pdp-review-ethics {
  margin: 0 0 1rem;
  padding: 0.75rem 0.9rem;
  border-radius: 10px;
  background: #fff8e1;
  border: 1px solid #ffe082;
  color: #e65100;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.5;
}
.store-pdp-review-gate {
  margin: 0 0 1rem;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  background: #f5f9fc;
  border: 1px dashed #90a4ae;
  text-align: center;
}
.store-pdp-review-gate p {
  margin: 0 0 0.85rem;
  color: #455a64;
  font-size: 0.95rem;
  line-height: 1.5;
}
.store-pdp-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.store-pdp-reviews-wrap {
  margin-bottom: 1.5rem;
  max-width: 920px;
}
.store-pdp-reviews-heading {
  margin: 0 0 0.85rem;
  font-size: 1.05rem;
  color: #37474f;
}
.store-pdp-reviews-list {
  display: grid;
  gap: 0.85rem;
  margin-bottom: 1.25rem;
}
.store-pdp-reviews-empty {
  margin: 0;
  color: #90a4ae;
  font-size: 0.95rem;
}
.store-pdp-review-item {
  border: 1px solid #e8eef2;
  border-radius: 10px;
  padding: 0.85rem 1rem;
  background: #fafcfd;
}
.store-pdp-review-item-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.75rem;
  margin-bottom: 0.35rem;
}
.store-pdp-review-nick { color: #455a64; font-size: 0.92rem; }
.store-pdp-review-date { color: #90a4ae; font-size: 0.8rem; margin-inline-start: auto; }
.store-pdp-review-summary {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  color: #263238;
}
.store-pdp-review-body {
  margin: 0;
  color: #546e7a;
  font-size: 0.92rem;
  line-height: 1.55;
  white-space: pre-wrap;
}
.store-pdp-rating-avg {
  font-weight: 700;
  color: #ef6c00;
  font-size: 0.92rem;
}
.store-pdp-review-error {
  margin: 0.5rem 0 0;
  color: #c62828;
  font-size: 0.88rem;
}
.store-pdp-review-grid {
  display: grid;
  grid-template-columns: minmax(140px, 200px) minmax(0, 1fr);
  gap: 1.25rem 2rem;
  align-items: start;
}
.store-pdp-review-label {
  margin: 0 0 0.35rem;
  font-weight: 700;
  color: #37474f;
}
.store-pdp-review-sub {
  margin: 0 0 0.5rem;
  color: #90a4ae;
  font-size: 0.9rem;
}
.req { color: #e53935; }
.store-pdp-rate-stars {
  display: inline-flex;
  gap: 0.2rem;
}
.store-pdp-rate-star {
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  color: #cfd8dc;
}
.store-pdp-rate-star svg { fill: currentColor; }
.store-pdp-rate-star.is-on { color: #ef6c00; }
.store-pdp-rate-stars.is-error {
  outline: 2px solid #ef5350;
  outline-offset: 4px;
  border-radius: 6px;
}
.store-pdp-review-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem 1rem;
}
.store-pdp-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #546e7a;
}
.store-pdp-field--full { grid-column: 1 / -1; }
.store-pdp-field input,
.store-pdp-field textarea {
  border: 1px solid #cfd8dc;
  border-radius: 8px;
  padding: 0.65rem 0.75rem;
  font: inherit;
  font-weight: 400;
  color: #37474f;
  background: #fff;
}
.store-pdp-field textarea { resize: vertical; min-height: 110px; }
.store-pdp-review-submit {
  grid-column: 1 / -1;
  justify-self: start;
  border: 0;
  border-radius: 8px;
  background: #0d47a1;
  color: #fff;
  font-weight: 700;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
}
.store-pdp-review-submit:hover { filter: brightness(1.06); }
.store-pdp-review-thanks {
  margin: 0;
  padding: 1rem;
  background: #e8f5e9;
  color: #2e7d32;
  border-radius: 10px;
  font-weight: 700;
}

.store-pdp-carousel {
  margin: 2.25rem 0;
  overflow: hidden;
}
.store-pdp-carousel-title {
  margin: 0 0 1rem;
  color: #0d47a1;
  font-size: 1.35rem;
  font-weight: 800;
}
.store-pdp-carousel-shell {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  gap: 0.65rem;
  align-items: center;
  direction: ltr;
}
.store-pdp-carousel-viewport {
  overflow: hidden;
  min-width: 0;
  direction: ltr;
  padding: 0.35rem 0.15rem 0.75rem;
}
.store-pdp-carousel-track {
  --pdp-rel-gap: 16px;
  --pdp-rel-card-w: 180px;
  display: flex;
  gap: var(--pdp-rel-gap);
  width: max-content;
  direction: ltr;
  will-change: transform;
}
.store-pdp-carousel-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 0;
  background: #0d47a1;
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  z-index: 2;
}
.store-pdp-carousel-arrow:disabled {
  opacity: 0.35;
  cursor: default;
}
.store-pdp-carousel-arrow:hover:not(:disabled) { filter: brightness(1.08); }
.store-pdp-rel-card {
  flex: 0 0 var(--pdp-rel-card-w);
  width: var(--pdp-rel-card-w);
  box-sizing: border-box;
  text-decoration: none;
  color: #1a237e;
  background: #fff;
  border: 1px solid #e8eef4;
  border-radius: 12px;
  padding: 0.75rem 0.7rem 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-height: 260px;
  box-shadow: 0 2px 10px rgba(13, 71, 161, 0.05);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  direction: rtl;
  text-align: start;
}
html[dir="ltr"] .store-pdp-rel-card {
  direction: ltr;
}
.store-pdp-rel-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(13, 71, 161, 0.1);
}
.store-pdp-rel-media {
  aspect-ratio: 1;
  width: 100%;
  display: grid;
  place-items: center;
  background: #f7f9fc;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
.store-pdp-rel-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.store-pdp-rel-icon {
  display: grid;
  place-items: center;
  width: 72%;
}
.store-pdp-rel-icon svg {
  width: 100%;
  height: auto;
  max-height: 120px;
}
.store-pdp-rel-name {
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.5em;
  color: #1a237e;
}
.store-pdp-rel-price {
  margin-top: auto;
  font-weight: 800;
  color: #0d47a1;
  font-size: 0.95rem;
  padding-top: 0.15rem;
}
.store-pdp-rel-price .is-sale { color: #c62828; }

.store-pdp-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  background: #ede7f6;
  border-radius: 12px;
  padding: 1.25rem 1rem;
  margin: 2rem 0 1.5rem;
}
.store-pdp-trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  color: #4527a0;
  font-weight: 700;
  font-size: 0.95rem;
  text-align: center;
}
.store-pdp-trust-icon {
  display: grid;
  place-items: center;
  color: #5e35b1;
}

.store-pdp-empty {
  text-align: center;
  padding: 3rem 1rem;
}
.store-pdp-back {
  display: inline-block;
  margin-top: 1rem;
  color: #ef6c00;
  font-weight: 700;
}

@media (max-width: 900px) {
  .store-pdp-hero {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .store-pdp-main {
    min-height: 320px;
    height: min(68vw, 420px);
    cursor: default;
  }
  .store-pdp-zoom,
  .store-pdp-lens,
  .store-pdp-zoom-hint { display: none !important; }
  .store-pdp-trust { grid-template-columns: 1fr; }
  .store-pdp-spec-row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }
  .store-pdp-review-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .store-pdp-carousel-shell {
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    gap: 0.35rem;
  }
  .store-pdp-carousel-arrow {
    width: 36px;
    height: 36px;
  }
  .store-pdp-review-fields { grid-template-columns: 1fr; }
  .store-pdp-actions { flex-direction: column; align-items: stretch; }
  .store-pdp-add { justify-content: center; }
}

/* ?? Cart & Wishlist ?? */
body.is-cart-page .site-main > .container,
body.is-wishlist-page .site-main > .container {
  max-width: 1100px;
}
.store-bag-banner {
  background: linear-gradient(120deg, #0d47a1, #1565c0 55%, #1e88e5);
  color: #fff;
  border-radius: 14px;
  margin: 0.75rem 0 1.35rem;
  padding: 1.35rem 1.25rem;
  text-align: center;
}
.store-bag-banner-title {
  margin: 0 0 0.45rem;
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  font-weight: 800;
}
.store-bag-crumb {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  font-size: 0.9rem;
}
.store-bag-crumb a { color: #ffcc80; text-decoration: none; font-weight: 600; }
.store-bag-crumb .is-current { color: #e3f2fd; }
.store-bag-empty {
  text-align: center;
  padding: 2.5rem 1rem;
  background: #fff;
  border: 1px solid #e8eef4;
  border-radius: 14px;
}
.store-bag-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border-radius: 999px;
  padding: 0.7rem 1.25rem;
  font-weight: 700;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  font: inherit;
}
.store-bag-btn--primary {
  background: #ef6c00;
  color: #fff;
  width: 100%;
  margin-top: 0.75rem;
}
.store-bag-btn--primary:hover { filter: brightness(1.05); }
.store-bag-btn--ghost {
  background: #fff;
  color: #0d47a1;
  border: 1.5px solid #0d47a1;
  margin-top: 0.65rem;
  width: 100%;
}
.store-bag-empty .store-bag-btn { width: auto; min-width: 180px; }

.store-cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
  gap: 1.25rem 1.5rem;
  align-items: start;
}
.store-cart-list,
.store-wish-list {
  background: #fff;
  border: 1px solid #e8eef4;
  border-radius: 14px;
  padding: 0.35rem 0.85rem;
}
.store-cart-line {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.75rem 1rem;
  padding: 0.85rem 0.15rem;
  border-bottom: 1px solid #eceff1;
}
.store-wish-line {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
  padding: 1rem 0.15rem;
  border-bottom: 1px solid #eceff1;
}
.store-cart-line:last-child,
.store-wish-line:last-child { border-bottom: 0; }
.store-cart-line-media {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  border-radius: 10px;
  background: #f7f9fc;
  display: grid;
  place-items: center;
  overflow: hidden;
  text-decoration: none;
}
.store-cart-line-media img,
.store-cart-ph svg {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}
.store-cart-ph {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.store-cart-line-body { min-width: 0; }
.store-cart-line .store-cart-line-name {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.store-cart-line-name {
  color: #1a237e;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.35;
}
.store-wish-line .store-cart-line-name {
  display: block;
  margin-bottom: 0.55rem;
}
.store-cart-line-name:hover { color: #ef6c00; }
.store-cart-line-controls,
.store-wish-line-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
}
.store-cart-qty {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  border: 1px solid #cfd8dc;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.store-cart-qty button {
  width: 32px;
  height: 32px;
  border: 0;
  background: #f5f7fa;
  cursor: pointer;
  font-size: 1rem;
}
.store-cart-qty input {
  width: 36px;
  border: 0;
  text-align: center;
  font-weight: 700;
  background: transparent;
}
.store-cart-line-price {
  flex: 0 0 auto;
  font-weight: 800;
  color: #0d47a1;
  font-size: 1.02rem;
  white-space: nowrap;
  min-width: 5.5rem;
  text-align: start;
}
.store-cart-remove {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  background: #f5f7fa;
  color: #607d8b;
  cursor: pointer;
  padding: 0;
  border-radius: 12px;
}
.store-cart-remove:hover { color: #c62828; background: #ffebee; }
.store-cart-remove svg {
  width: 26px;
  height: 26px;
}
.store-cart-hold {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  flex: 0 0 auto;
  padding: 0.42rem 0.72rem 0.42rem 0.55rem;
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  font-size: 0.95rem;
  white-space: nowrap;
  letter-spacing: 0.03em;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid transparent;
  box-shadow: 0 6px 16px rgba(255, 109, 0, 0.35);
  background: linear-gradient(135deg, #ff9100 0%, #ff6d00 45%, #f4511e 100%);
}
.store-cart-hold-glow {
  position: absolute;
  inset: -40% -20%;
  background: radial-gradient(circle at 30% 40%, rgba(255, 255, 255, 0.45), transparent 55%);
  pointer-events: none;
  z-index: 0;
  animation: store-hold-shine 2.4s ease-in-out infinite;
}
.store-cart-hold .store-hold-icon,
.store-cart-hold-time {
  position: relative;
  z-index: 1;
}
.store-cart-hold .store-hold-glass { fill: rgba(255, 255, 255, 0.92); }
.store-cart-hold .store-hold-sand { fill: #ffe082; }
.store-cart-hold .store-hold-grain { fill: #fffde7; }
.store-cart-hold .store-hold-icon {
  display: block;
  animation: store-hold-flip 2.8s ease-in-out infinite;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.2));
}
.store-cart-hold-time {
  font-style: normal;
  min-width: 3.2em;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.store-cart-hold.is-warn {
  background: linear-gradient(135deg, #ffab00 0%, #ff6f00 40%, #e65100 100%);
  box-shadow: 0 6px 18px rgba(230, 81, 0, 0.45);
  animation: store-hold-pulse 1.4s ease-in-out infinite;
}
.store-cart-hold.is-urgent {
  background: linear-gradient(135deg, #ff5252 0%, #ff1744 50%, #d50000 100%);
  box-shadow: 0 0 0 0 rgba(255, 23, 68, 0.55), 0 6px 20px rgba(213, 0, 0, 0.45);
  animation: store-hold-urgent 1s ease-in-out infinite;
}
.store-cart-hold.is-expired {
  background: #90a4ae;
  box-shadow: none;
  animation: none;
}

/* Mini notification badges on cart ? count (corner) + timer (below), never overlap */
.store-tool-btn--cart {
  overflow: visible;
  z-index: 1;
}
.store-tool-btn--cart:has([data-bag-hold]:not([hidden])) {
  margin-bottom: 1rem;
}
.store-tool-btn--cart .store-tool-badge {
  top: -6px;
  inset-inline-end: -6px;
  inset-inline-start: auto;
  z-index: 5;
  min-width: 18px;
  height: 18px;
  box-shadow: 0 0 0 2px #fff;
}
.store-tool-hold-badge {
  position: absolute;
  top: auto;
  bottom: -13px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  max-width: none;
  padding: 2px 6px 2px 4px;
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  line-height: 1.15;
  color: #fff;
  background: linear-gradient(135deg, #ff9100, #f4511e);
  border: 1.5px solid #fff;
  box-shadow: 0 2px 8px rgba(244, 81, 30, 0.45);
  pointer-events: none;
  white-space: nowrap;
}
.store-tool-hold-badge .store-hold-icon {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  animation: store-hold-flip 2.8s ease-in-out infinite;
}
.store-tool-hold-badge .store-hold-glass { fill: #fff; }
.store-tool-hold-badge .store-hold-sand { fill: #ffe082; }
.store-tool-hold-badge .store-hold-grain { fill: #fffde7; }
.store-tool-hold-time {
  font-style: normal;
  letter-spacing: 0.01em;
}
.store-tool-hold-badge.is-warn {
  background: linear-gradient(135deg, #ffab00, #e65100);
}
.store-tool-hold-badge.is-urgent {
  background: linear-gradient(135deg, #ff5252, #d50000);
  animation: store-hold-badge-blink 1s ease-in-out infinite;
}
@keyframes store-hold-badge-blink {
  0%, 100% { filter: brightness(1); box-shadow: 0 2px 8px rgba(213, 0, 0, 0.45); }
  50% { filter: brightness(1.2); box-shadow: 0 3px 12px rgba(213, 0, 0, 0.65); }
}

@keyframes store-hold-flip {
  0%, 40% { transform: rotate(0deg); }
  50%, 90% { transform: rotate(180deg); }
  100% { transform: rotate(360deg); }
}
@keyframes store-hold-shine {
  0%, 100% { opacity: 0.35; transform: translateX(-8%) rotate(8deg); }
  50% { opacity: 0.7; transform: translateX(8%) rotate(-4deg); }
}
@keyframes store-hold-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.045); }
}
@keyframes store-hold-urgent {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 23, 68, 0.5), 0 6px 20px rgba(213, 0, 0, 0.45);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 0 8px rgba(255, 23, 68, 0), 0 8px 22px rgba(213, 0, 0, 0.55);
  }
}
.store-wish-add { width: auto !important; margin: 0 !important; padding: 0.45rem 0.9rem; font-size: 0.88rem; }

.store-cart-summary {
  background: #fff;
  border: 1px solid #e8eef4;
  border-radius: 14px;
  padding: 1.15rem 1.1rem 1.25rem;
  position: sticky;
  top: 1rem;
}
.store-cart-summary-title {
  margin: 0 0 1rem;
  color: #1a237e;
  font-size: 1.25rem;
  font-weight: 800;
}
.store-cart-summary-row {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0.55rem 0;
  color: #546e7a;
  font-size: 0.95rem;
}
.store-cart-summary-row strong { color: #37474f; }
.store-cart-summary-row--total {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid #eceff1;
  font-size: 1.05rem;
  color: #1a237e;
}
.store-cart-summary-row--total strong {
  color: #0d47a1;
  font-size: 1.15rem;
}

.store-checkout-loyalty {
  margin: 0.65rem 0;
  padding: 0.7rem 0.8rem;
  border: 1px dashed #90a4ae;
  border-radius: 12px;
  background: #f5faf8;
}
.store-checkout-loyalty-use {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.4rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: #0b6b61;
  cursor: pointer;
}
.store-checkout-coupon {
  margin: 0.55rem 0 0.35rem;
  padding: 0.55rem 0.65rem;
  border: 1px dashed #90a4ae;
  border-radius: 12px;
  background: #f8fbfa;
}
.store-checkout-coupon-label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: #37474f;
  margin-bottom: 0.35rem;
}
.store-checkout-coupon-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: center;
}
.store-checkout-coupon-row input {
  flex: 1;
  min-width: 8rem;
  border: 1px solid #c5d5cf;
  border-radius: 8px;
  padding: 0.4rem 0.55rem;
  font: inherit;
  font-size: 0.88rem;
  background: #fff;
}
.store-checkout-coupon-msg,
.store-checkout-combine-msg {
  margin: 0.35rem 0 0;
  font-size: 0.78rem;
  color: #7a4a00;
  line-height: 1.4;
}
.store-checkout-combine-msg {
  color: #b42318;
  font-weight: 600;
}

.store-tool-btn {
  text-decoration: none;
  color: inherit;
}
.store-tool-badge.is-empty,
.store-tool-badge[hidden] {
  display: none !important;
}
.store-tool-badge:not(.is-empty):not([hidden]) {
  display: grid;
}

@media (max-width: 820px) {
  .store-cart-layout { grid-template-columns: 1fr; }
  .store-cart-summary { position: static; }
  .store-cart-line {
    flex-wrap: wrap;
    gap: 0.65rem 0.75rem;
  }
  .store-cart-line-media {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
  }
  .store-cart-line .store-cart-line-name {
    flex: 1 1 calc(100% - 120px);
  }
  .store-cart-line .store-cart-qty,
  .store-cart-line .store-cart-line-price {
    margin-inline-start: 0;
  }
  .store-cart-line .store-cart-hold {
    margin-inline-start: 0;
  }
  .store-wish-line {
    grid-template-columns: 72px minmax(0, 1fr);
  }
  .store-wish-line .store-cart-remove {
    grid-column: 2;
    justify-self: start;
  }
}

/* -- Flash Offers (???? ?????) -- */
.store-fo {
  margin: 2rem 0 2.5rem;
}
.store-fo-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin: 0 0 1rem;
  text-align: center;
  font-size: clamp(1.35rem, 2.6vw, 1.75rem);
  font-weight: 800;
  color: #b71c1c;
}
.store-fo-title::before,
.store-fo-title::after {
  content: "";
  width: 36px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, #ff6d00, #d50000);
}
.store-fo-banner {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  margin: 0 0 1.1rem;
  padding: 1.1rem 1.25rem;
  text-align: center;
  color: #fff;
  background: linear-gradient(120deg, #d50000 0%, #ff6d00 48%, #ff9100 100%);
  box-shadow: 0 10px 28px rgba(213, 0, 0, 0.28);
}
.store-fo-banner-pulse {
  position: absolute;
  inset: -20%;
  background: radial-gradient(circle at 20% 40%, rgba(255,255,255,.28), transparent 42%),
              radial-gradient(circle at 80% 60%, rgba(255,234,0,.22), transparent 45%);
  animation: store-fo-banner-move 4.5s ease-in-out infinite;
  pointer-events: none;
}
.store-fo-banner-copy { position: relative; z-index: 1; }
.store-fo-banner-ar {
  margin: 0 0 0.25rem;
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  font-weight: 800;
}
.store-fo-banner-en {
  margin: 0;
  font-size: 0.92rem;
  opacity: 0.92;
  font-weight: 600;
}
.store-fo-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.55rem;
  align-items: center;
}
.store-fo-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ffcdd2;
  background: #fff;
  color: #c62828;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.store-fo-arrow:hover {
  background: #ffebee;
  border-color: #ef9a9a;
}
.store-fo-viewport {
  overflow: hidden;
  min-width: 0;
  width: 100%;
  direction: ltr;
}
.store-fo-track {
  --fo-gap: 16px;
  --fo-card-w: 260px;
  display: flex;
  gap: var(--fo-gap, 16px);
  width: max-content;
  direction: ltr;
  will-change: transform;
  padding: 0.25rem 0 0.5rem;
}
.store-fo-card {
  flex: 0 0 var(--fo-card-w, 260px);
  width: var(--fo-card-w, 260px);
  direction: rtl;
  background: #fff;
  border: 1px solid #ffe0b2;
  border-radius: 18px;
  padding: 0.75rem 0.8rem 0.85rem;
  box-shadow: 0 8px 22px rgba(255, 109, 0, 0.12);
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}
html[dir="ltr"] .store-fo-card { direction: ltr; }
.store-fo-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(213, 0, 0, 0.16);
}
.store-fo-card.is-expired {
  opacity: 0.55;
  filter: grayscale(0.35);
  pointer-events: none;
}

.store-fo-timer {
  position: relative;
  border-radius: 14px;
  padding: 0.55rem 0.6rem 0.65rem;
  background: linear-gradient(145deg, #1a237e 0%, #0d47a1 40%, #1565c0 100%);
  color: #fff;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12), 0 6px 16px rgba(13, 71, 161, 0.35);
}
.store-fo-timer::before {
  content: "";
  position: absolute;
  inset: auto -10% -40% 40%;
  height: 80%;
  background: radial-gradient(circle, rgba(255, 193, 7, 0.35), transparent 65%);
  pointer-events: none;
}
.store-fo-timer.is-warn {
  background: linear-gradient(145deg, #e65100, #ff6d00 55%, #ff9100);
}
.store-fo-timer.is-urgent {
  background: linear-gradient(145deg, #b71c1c, #d50000 45%, #ff1744);
  animation: store-fo-urgent 1.1s ease-in-out infinite;
}
.store-fo-timer.is-expired {
  background: #607d8b;
  animation: none;
}
.store-fo-timer-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin-bottom: 0.4rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.store-fo-hg { display: block; animation: store-fo-flip 2.6s ease-in-out infinite; }
.store-fo-hg-glass { fill: rgba(255,255,255,.95); }
.store-fo-hg-sand { fill: #ffe082; }
.store-fo-hg-grain { fill: #fffde7; }
.store-fo-timer-units {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0.25rem;
}
.store-fo-unit {
  min-width: 2.6rem;
  padding: 0.28rem 0.2rem;
  border-radius: 10px;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.18);
  text-align: center;
  backdrop-filter: blur(2px);
}
.store-fo-unit strong {
  display: block;
  font-size: 1.15rem;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  line-height: 1.15;
  text-shadow: 0 1px 2px rgba(0,0,0,.25);
}
.store-fo-unit span {
  display: block;
  margin-top: 0.1rem;
  font-size: 0.62rem;
  font-weight: 700;
  opacity: 0.9;
}
.store-fo-sep {
  align-self: center;
  font-weight: 900;
  font-size: 1.1rem;
  opacity: 0.85;
  padding-bottom: 0.85rem;
}

.store-fo-link { text-decoration: none; color: inherit; }
.store-fo-media {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid #f1f5f9;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.store-fo-img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center;
  display: block;
  padding: 0.35rem;
  box-sizing: border-box;
  image-rendering: auto;
  -webkit-user-drag: none;
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), padding 0.35s ease;
  will-change: transform;
}
.store-fo-card:hover .store-fo-img,
.store-fo-media:hover .store-fo-img {
  transform: scale(1.28);
  padding: 0;
}
.store-fo-icon {
  width: 72%;
  max-width: 140px;
  display: grid;
  place-items: center;
}
.store-fo-icon svg { width: 100%; height: auto; display: block; }
.store-fo-badge {
  position: absolute;
  top: 8px;
  inset-inline-start: 8px;
  z-index: 1;
  padding: 0.2rem 0.5rem;
  border-radius: 8px;
  background: linear-gradient(135deg, #ff1744, #d50000);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  box-shadow: 0 3px 10px rgba(213,0,0,.35);
}
.store-fo-name {
  margin: 0.45rem 0 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a237e;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.6em;
}
.store-fo-price {
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
  flex-wrap: wrap;
}
.store-fo-price-sale {
  color: #d50000;
  font-weight: 900;
  font-size: 1.08rem;
}
.store-fo-price-old {
  color: #90a4ae;
  text-decoration: line-through;
  font-size: 0.85rem;
}
.store-fo-price-reg { color: #37474f; font-weight: 800; }
.store-fo-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.store-fo-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #cfd8dc;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.store-fo-qty button {
  width: 30px;
  height: 30px;
  border: 0;
  background: #f5f7fa;
  cursor: pointer;
}
.store-fo-qty input {
  width: 32px;
  border: 0;
  text-align: center;
  font-weight: 700;
  background: transparent;
}
.store-fo-add {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  height: 34px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #ff6d00, #f4511e);
  color: #fff;
  font-weight: 800;
  font: inherit;
  cursor: pointer;
}
.store-fo-add:hover { filter: brightness(1.06); }
.store-fo-share-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
  width: 100%;
  margin-top: 0.15rem;
  position: relative;
}
.store-fo-wa,
.store-fo-share-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: 100%;
  min-height: 2.45rem;
  padding: 0.5rem 0.55rem;
  border-radius: 12px;
  font-weight: 800;
  font-size: 0.82rem;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.15s ease, filter 0.15s ease, background 0.15s ease;
}
.store-fo-wa {
  background: #25d366;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
  border: 0;
}
.store-fo-wa:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}
.store-fo-share-wrap {
  position: relative;
  min-width: 0;
}
.store-fo-share-more {
  border: 1px solid #cfd8dc;
  background: #fff;
  color: #37474f;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06);
}
.store-fo-share-more:hover,
.store-fo-share-more[aria-expanded="true"] {
  border-color: #90caf9;
  color: #1565c0;
  background: #f5faff;
}
.store-fo-share-more.is-copied {
  border-color: #81c784;
  color: #2e7d32;
  background: #f1f8e9;
}
.store-fo-share-menu {
  position: absolute;
  inset-inline-end: 0;
  bottom: calc(100% + 0.35rem);
  z-index: 8;
  min-width: 100%;
  width: max(100%, 10.5rem);
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.4rem;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.16);
}
.store-fo-share-menu[hidden] {
  display: none !important;
}
.store-fo-share-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.55rem 0.65rem;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #334155;
  text-decoration: none;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 700;
  text-align: start;
  cursor: pointer;
}
.store-fo-share-item:hover {
  background: #f1f5f9;
  color: #0f172a;
}
.store-fo-dots {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.85rem;
}
.store-fo-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  background: #ffccbc;
  cursor: pointer;
  padding: 0;
}
.store-fo-dot.is-active { background: #d50000; transform: scale(1.2); }

@keyframes store-fo-flip {
  0%, 40% { transform: rotate(0deg); }
  50%, 90% { transform: rotate(180deg); }
  100% { transform: rotate(360deg); }
}
@keyframes store-fo-banner-move {
  0%, 100% { transform: translateX(0) scale(1); }
  50% { transform: translateX(4%) scale(1.05); }
}
@keyframes store-fo-urgent {
  0%, 100% { box-shadow: inset 0 0 0 1px rgba(255,255,255,.12), 0 0 0 0 rgba(213,0,0,.45); }
  50% { box-shadow: inset 0 0 0 1px rgba(255,255,255,.2), 0 0 0 7px rgba(213,0,0,0); }
}

@media (max-width: 640px) {
  .store-fo-arrow { width: 34px; height: 34px; }
  .store-fo-unit { min-width: 2.3rem; }
  .store-fo-unit strong { font-size: 1rem; }
}

/* Product card media/name links */
.store-vit-link,
.store-ex-link,
.store-be-link,
.store-sp-link,
.store-bs-link,
.store-fo-link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.store-vit-link:hover .store-vit-name,
.store-ex-link:hover .store-ex-name,
.store-be-link:hover .store-be-name,
.store-sp-link:hover .store-sp-name,
.store-bs-link:hover .store-bs-name,
.store-fo-link:hover .store-fo-name {
  color: var(--color-cta, #e65100);
}

/* Product card image hover zoom ? fills the media frame (cuts white padding feel) */
.store-product-media,
.store-pdp-rel-media,
.store-ex-media,
.store-be-media,
.store-sp-media,
.store-vit-media {
  overflow: hidden;
}
.store-product-media img,
.store-pdp-rel-media img,
.store-ex-media img,
.store-be-media img,
.store-sp-media img,
.store-vit-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  padding: 0.35rem;
  box-sizing: border-box;
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), padding 0.35s ease;
  will-change: transform;
}
.store-product-card:hover .store-product-media img,
.store-pdp-rel-card:hover .store-pdp-rel-media img,
.store-ex-card:hover .store-ex-media img,
.store-be-card:hover .store-be-media img,
.store-sp-card:hover .store-sp-media img,
.store-vit-card:hover .store-vit-media img {
  transform: scale(1.28);
  padding: 0;
}
@media (prefers-reduced-motion: reduce) {
  .store-fo-img,
  .store-bs-media img,
  .store-pcard-media img,
  .store-product-media img,
  .store-pdp-rel-media img,
  .store-ex-media img,
  .store-be-media img,
  .store-sp-media img,
  .store-vit-media img {
    transition: none !important;
    transform: none !important;
    padding: 0.35rem !important;
  }
}

/* ?? Store auth (login / register / account / Google) ?? */
.store-auth-page .store-auth-banner {
  margin-bottom: 0;
}
.store-auth-wrap {
  max-width: 440px;
  margin: 1.5rem auto 2.5rem;
  padding: 0 1rem;
}
.store-auth-card {
  background: #fff;
  border: 1px solid #e8ebe9;
  border-radius: 14px;
  padding: 1.35rem 1.25rem 1.5rem;
  box-shadow: 0 8px 28px rgba(27, 94, 32, 0.06);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.store-auth-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.store-auth-field label {
  font-size: 0.88rem;
  font-weight: 700;
  color: #333;
}
.store-auth-field input {
  border: 1px solid #d5ddd8;
  border-radius: 10px;
  padding: 0.7rem 0.85rem;
  font-size: 0.95rem;
  font-family: inherit;
  background: #fafbfa;
}
.store-auth-field input:focus {
  outline: 2px solid color-mix(in srgb, var(--color-primary, #1b5e20) 35%, transparent);
  border-color: var(--color-primary, #1b5e20);
  background: #fff;
}
.store-auth-error {
  margin: 0;
  color: #c62828;
  font-size: 0.88rem;
  font-weight: 600;
}
.store-auth-submit {
  width: 100%;
  margin-top: 0.15rem;
}
.store-auth-or {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #888;
  font-size: 0.82rem;
  font-weight: 600;
}
.store-auth-or::before,
.store-auth-or::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e6eae7;
}
.store-auth-google-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: 100%;
  padding: 0.7rem 1rem;
  border-radius: 10px;
  border: 1px solid #dadce0;
  background: #fff;
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 700;
  color: #3c4043;
  cursor: pointer;
  transition: background 0.15s, box-shadow 0.15s;
}
.store-auth-google-btn:hover {
  background: #f8f9fa;
  box-shadow: 0 1px 3px rgba(60, 64, 67, 0.15);
}
.store-auth-google-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #4285f4 0%, #34a853 40%, #fbbc05 70%, #ea4335 100%);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  font-family: Arial, sans-serif;
}
.store-auth-foot {
  margin: 0.25rem 0 0;
  text-align: center;
  font-size: 0.88rem;
  color: #555;
}
.store-auth-foot a {
  color: var(--color-primary, #1b5e20);
  font-weight: 700;
  text-decoration: none;
}
.store-auth-foot a:hover { text-decoration: underline; }
.store-auth-card--account { gap: 1.1rem; }
.store-auth-profile {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}
.store-auth-google-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: color-mix(in srgb, var(--color-primary, #1b5e20) 18%, #fff);
  color: var(--color-primary, #1b5e20);
  font-weight: 800;
  font-size: 1rem;
  flex-shrink: 0;
}
.store-auth-google-avatar--lg {
  width: 3.4rem;
  height: 3.4rem;
  font-size: 1.35rem;
}
.store-auth-hello {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
}
.store-auth-meta {
  margin: 0.15rem 0;
  font-size: 0.88rem;
  color: #555;
}
.store-auth-meta span:first-child {
  font-weight: 600;
  color: #333;
  margin-inline-end: 0.25rem;
}
.store-auth-actions-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.store-auth-actions-row .store-bag-btn {
  flex: 1;
  min-width: 7rem;
  text-align: center;
  text-decoration: none;
}

.store-auth-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.store-auth-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 30, 24, 0.45);
}
.store-auth-modal-card {
  position: relative;
  width: min(380px, 100%);
  background: #fff;
  border-radius: 14px;
  padding: 1.25rem 1.15rem 1rem;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.store-auth-modal-head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 1.05rem;
}
.store-auth-modal-lead {
  margin: 0;
  color: #666;
  font-size: 0.9rem;
}
.store-auth-google-list {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.store-auth-google-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.65rem 0.7rem;
  border: 1px solid #e8eaed;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  font-family: inherit;
  text-align: start;
  transition: background 0.12s, border-color 0.12s;
}
.store-auth-google-row:hover {
  background: #f6f8f7;
  border-color: #c8d4cc;
}
.store-auth-google-meta {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}
.store-auth-google-meta strong {
  font-size: 0.92rem;
  color: #202124;
}
.store-auth-google-meta small {
  font-size: 0.78rem;
  color: #5f6368;
  direction: ltr;
  unicode-bidi: plaintext;
  overflow: hidden;
  text-overflow: ellipsis;
}
.store-auth-modal-cancel {
  margin-top: 0.25rem;
  align-self: center;
  border: 0;
  background: transparent;
  color: #5f6368;
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  padding: 0.45rem 0.75rem;
}
.store-auth-modal-cancel:hover { color: #202124; }

.store-auth-forgot-link {
  margin: -0.35rem 0 0.25rem;
  text-align: start;
  font-size: 0.88rem;
}
.store-auth-forgot-link a {
  color: #1565c0;
  font-weight: 600;
  text-decoration: none;
}
.store-auth-hint {
  margin: 0;
  color: #607d8b;
  font-size: 0.86rem;
  line-height: 1.5;
}
.store-auth-devotp {
  margin: 0;
  padding: 0.55rem 0.7rem;
  border-radius: 8px;
  background: #fff8e1;
  color: #f57f17;
  font-size: 0.86rem;
  font-weight: 600;
  direction: ltr;
  text-align: start;
}
.store-auth-ok {
  margin: 0;
  color: #2e7d32;
  font-size: 0.88rem;
  font-weight: 600;
}
.store-auth-section-title {
  margin: 0;
  font-size: 1.05rem;
}
.store-auth-otp-row {
  display: flex;
  gap: 0.65rem;
  align-items: flex-end;
}
.store-auth-otp-btn {
  width: auto !important;
  flex-shrink: 0;
  white-space: nowrap;
  margin-bottom: 0.05rem;
}
.store-auth-avatar-img {
  object-fit: cover;
}
.store-account-section {
  border-top: 1px solid #e8eef4;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.store-account-section h3 {
  margin: 0;
  font-size: 1rem;
  color: #1b5e20;
}
.store-account-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.store-account-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.store-account-form textarea {
  width: 100%;
  border: 1px solid #cfd8dc;
  border-radius: 10px;
  padding: 0.65rem 0.75rem;
  font: inherit;
  resize: vertical;
}
.store-account-check {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.9rem;
  color: #455a64;
}
.store-account-addr-list,
.store-account-orders {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.store-account-addr-item,
.store-account-orders li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.7rem 0.8rem;
  border: 1px solid #e8eef4;
  border-radius: 10px;
  background: #fafbfc;
}
.store-account-addr-item p,
.store-account-orders small {
  margin: 0.2rem 0 0;
  color: #607d8b;
  font-size: 0.84rem;
}
.store-account-addr-del {
  border: 0;
  background: transparent;
  color: #c62828;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.15rem 0.35rem;
}
.store-account-orders a {
  color: #1565c0;
  font-weight: 700;
  text-decoration: none;
  direction: ltr;
  display: inline-block;
}

/* Checkout & order confirmation */
body.is-checkout-page .site-main > .container,
body.is-order-page .site-main > .container {
  max-width: 1100px;
}
.store-checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: 1.25rem 1.5rem;
  align-items: start;
  margin-bottom: 2rem;
}
.store-checkout-main {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.store-checkout-card {
  background: #fff;
  border: 1px solid #e8eef4;
  border-radius: 14px;
  padding: 1.15rem 1.2rem 1.25rem;
}
.store-checkout-card h2 {
  margin: 0 0 0.85rem;
  font-size: 1.1rem;
  color: #1a237e;
  font-weight: 800;
}
.store-checkout-card--sticky {
  position: sticky;
  top: 1rem;
}
.store-checkout-hint {
  margin: 0 0 0.75rem;
  color: #546e7a;
  font-size: 0.9rem;
}
.store-checkout-zone-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 0.35rem;
}
.store-checkout-zone-grid__full { grid-column: 1 / -1; }
.store-checkout-addr-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin: 0.35rem 0 0.5rem;
}
.store-checkout-addr-grid__full { grid-column: 1 / -1; }
.store-checkout-free-hint {
  margin: 0.35rem 0 0.55rem;
  padding: 0.55rem 0.7rem;
  border-radius: 8px;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.45;
  background: #fff8e1;
  color: #e65100;
  border: 1px solid #ffe0b2;
}
.store-checkout-free-hint.is-oos {
  background: #fce4ec;
  color: #c62828;
  border-color: #f8bbd0;
}
.store-checkout-free-hint[hidden] { display: none !important; }
.store-checkout-card .store-auth-field textarea,
.store-checkout-card .store-auth-field select {
  border: 1px solid #d5ddd8;
  border-radius: 10px;
  padding: 0.7rem 0.85rem;
  font-size: 0.95rem;
  font-family: inherit;
  background: #fafbfa;
  width: 100%;
  box-sizing: border-box;
}
.store-checkout-card .store-auth-field textarea:focus,
.store-checkout-card .store-auth-field select:focus {
  outline: 2px solid color-mix(in srgb, var(--color-primary, #1b5e20) 35%, transparent);
  border-color: var(--color-primary, #1b5e20);
  background: #fff;
}
.store-checkout-pay {
  border: 0;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.store-checkout-pay legend {
  font-size: 1.1rem;
  font-weight: 800;
  color: #1a237e;
  margin-bottom: 0.65rem;
  padding: 0;
}
.store-checkout-pay-opt {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  min-height: 4.35rem;
  box-sizing: border-box;
  padding: 0.75rem 0.85rem;
  border: 1.5px solid #e0e6ec;
  border-radius: 12px;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
}
.store-checkout-pay-opt:has(input:checked) {
  border-color: var(--color-primary, #1b5e20);
  background: color-mix(in srgb, var(--color-primary, #1b5e20) 8%, #fff);
}
.store-checkout-pay-card-wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.store-checkout-pay-card-wrap .store-checkout-pay-opt {
  margin: 0;
}
.store-checkout-pay-card-wrap:has(.store-card-pay-inline:not([hidden])) .store-checkout-pay-opt {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.store-checkout-pay-card-wrap .store-card-pay-inline {
  margin-top: 0;
  border-top: 0;
  border-radius: 0 0 12px 12px;
}
.store-checkout-pay-opt input {
  margin-top: 0;
  flex-shrink: 0;
  accent-color: var(--color-primary, #1b5e20);
}
.store-checkout-pay-opt strong {
  display: block;
  font-size: 0.95rem;
}
.store-checkout-pay-opt small {
  display: block;
  margin-top: 0.2rem;
  color: #607d8b;
  font-size: 0.82rem;
  line-height: 1.35;
}
.store-checkout-items {
  list-style: none;
  margin: 0 0 0.85rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.store-checkout-item {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.9rem;
  color: #37474f;
  padding-bottom: 0.4rem;
  border-bottom: 1px dashed #eceff1;
}
.store-checkout-item:last-child { border-bottom: 0; }
.store-checkout-item small { color: #90a4ae; font-weight: 600; }
.store-checkout-summary {
  margin: 0.5rem 0 0.85rem;
}
.store-order-wrap { max-width: 560px; }
.store-order-card {
  background: #fff;
  border: 1px solid #e8eef4;
  border-radius: 14px;
  padding: 1.35rem 1.25rem 1.5rem;
  box-shadow: 0 8px 28px rgba(13, 71, 161, 0.06);
}
.store-order-success {
  text-align: center;
  margin-bottom: 1.15rem;
}
.store-order-check {
  display: inline-grid;
  place-items: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: #e8f5e9;
  color: #2e7d32;
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 0.55rem;
}
.store-order-success h2 {
  margin: 0 0 0.25rem;
  color: #1b5e20;
  font-size: 1.35rem;
}
.store-order-when {
  margin: 0;
  color: #78909c;
  font-size: 0.88rem;
}
.store-order-review-nudge {
  margin: 0.9rem auto 0;
  max-width: 36rem;
  padding: 0.75rem 0.95rem;
  border-radius: 10px;
  background: #e3f2fd;
  border: 1px solid #90caf9;
  color: #1565c0;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.55;
}
.store-order-notify {
  margin: 0.75rem 0 0;
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.4;
}
.store-order-notify.is-ok {
  background: #e8f5e9;
  color: #1b5e20;
}
.store-order-notify.is-warn {
  background: #fff8e1;
  color: #e65100;
}
.store-order-meta {
  display: grid;
  gap: 0.75rem;
  margin: 0 0 1.15rem;
  padding: 0.85rem 0;
  border-top: 1px solid #eceff1;
  border-bottom: 1px solid #eceff1;
}
.store-order-meta > div {
  display: grid;
  gap: 0.15rem;
}
.store-order-meta dt {
  font-size: 0.78rem;
  font-weight: 700;
  color: #90a4ae;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.store-order-meta dd {
  margin: 0;
  font-size: 0.95rem;
  color: #263238;
  font-weight: 600;
}
.store-order-id {
  font-size: 1.15rem !important;
  color: #0d47a1 !important;
  font-weight: 800 !important;
}
.store-order-items-title {
  margin: 0 0 0.55rem;
  font-size: 1rem;
  color: #1a237e;
}
.store-account-orders-block {
  margin: 0.35rem 0 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #eee;
}
.store-account-orders-block h3 {
  margin: 0 0 0.55rem;
  font-size: 0.95rem;
  color: #333;
}
.store-account-orders {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.store-account-orders li {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.88rem;
}
.store-account-orders a {
  color: var(--color-primary, #1b5e20);
  font-weight: 700;
  text-decoration: none;
}
.store-account-orders a:hover { text-decoration: underline; }

@media (max-width: 860px) {
  .store-checkout-grid { grid-template-columns: 1fr; }
  .store-checkout-card--sticky { position: static; }
  .store-checkout-zone-grid,
  .store-checkout-addr-grid { grid-template-columns: 1fr; }
}

.store-checkout-submit-main {
  width: 100%;
  margin-top: 1rem;
}

/* Card pay ? inline + modal */
.store-card-pay-inline {
  margin-top: 0.85rem;
  padding: 1rem;
  border: 1px solid #dbe3ea;
  border-radius: 12px;
  background: #f8fafc;
}
.store-card-pay-inline[hidden] { display: none !important; }
.store-card-pay-inline-title {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  color: #1a237e;
}
.store-checkout-pay-gateway-hint {
  margin: 0.75rem 0 0;
  padding: 0.65rem 0.75rem;
  border-radius: 8px;
  background: #eef6ff;
  border: 1px solid #bfdbfe;
  color: #1e3a5f;
  font-size: 0.86rem;
  line-height: 1.45;
}
.store-checkout-pay-gateway-hint[hidden] { display: none !important; }

/* Phone country dialer ? flag box + searchable world list */
.phone-cc-field {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  direction: ltr;
  border: 1px solid #cfd8dc;
  border-radius: 10px;
  background: #fff;
  min-height: 2.85rem;
  overflow: visible;
  z-index: 1;
}
.phone-cc-field.is-open { z-index: 30; }
.phone-cc-field:focus-within,
.phone-cc-field.is-open {
  border-color: #1565c0;
  box-shadow: 0 0 0 3px rgba(21, 101, 192, 0.12);
}
.phone-cc-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  flex: 0 0 auto;
  min-width: 6.6rem;
  border: 0;
  border-inline-end: 1px solid #e0e6eb;
  background: #eef3f8;
  padding: 0.4rem 0.55rem;
  cursor: pointer;
  font: inherit;
  color: #0d2137;
  border-radius: 10px 0 0 10px;
}
.phone-cc-trigger:hover { background: #e3ebf3; }
.phone-cc-flag-img {
  width: 22px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0,0,0,.08);
  flex-shrink: 0;
}
.phone-cc-code {
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}
.phone-cc-caret {
  font-size: 0.7rem;
  opacity: 0.7;
}
.phone-cc-local {
  flex: 1 1 auto;
  min-width: 0;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  background: transparent !important;
  padding: 0.55rem 0.75rem !important;
  font-size: 1rem;
  direction: ltr;
  text-align: left;
  border-radius: 0 10px 10px 0;
}
.phone-cc-panel {
  position: absolute;
  top: calc(100% + 4px);
  inset-inline-start: 0;
  z-index: 50;
  width: min(22rem, 92vw);
  background: #fff;
  border: 1px solid #d7dee7;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.16);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 18rem;
}
.phone-cc-panel[hidden] { display: none !important; }
.phone-cc-search {
  border: 0;
  border-bottom: 1px solid #e8eef4;
  padding: 0.65rem 0.75rem;
  font: inherit;
  font-size: 0.9rem;
  outline: none;
  background: #f8fafc;
}
.phone-cc-search:focus { background: #fff; }
.phone-cc-menu {
  overflow: auto;
  padding: 0.25rem;
  flex: 1 1 auto;
}
.phone-cc-empty {
  margin: 0.75rem;
  color: #90a4ae;
  font-size: 0.85rem;
}
.phone-cc-option {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
  border: 0;
  background: transparent;
  text-align: start;
  padding: 0.48rem 0.55rem;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  color: inherit;
}
.phone-cc-option:hover,
.phone-cc-option.is-active { background: #eef6ff; }
.phone-cc-option-meta {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  line-height: 1.2;
}
.phone-cc-option-meta strong { font-size: 0.9rem; }
.phone-cc-option-meta small { font-size: 0.75rem; color: #607d8b; }
.phone-cc-native[type="hidden"] { display: none !important; }
.store-auth-field .phone-cc-field,
.form-group .phone-cc-field,
.store-checkout-card .phone-cc-field {
  margin-top: 0.15rem;
}

.store-card-pay-modal {
  position: fixed;
  inset: 0;
  z-index: 10060;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: max(1rem, env(safe-area-inset-top)) 1rem 1.5rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.store-card-pay-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(20, 30, 24, 0.5);
}
.store-card-pay-shell {
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  margin: auto;
  padding: 1.5rem 0;
}
.store-card-pay-card {
  position: relative;
  width: 100%;
  max-height: none;
  background: #fff;
  border-radius: 16px;
  padding: 1.25rem 1.2rem 1.15rem;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
  overflow: visible;
}
.store-card-pay-brands {
  display: flex;
  gap: 0.45rem;
  margin-bottom: 0.55rem;
}
.store-card-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.6rem;
  height: 1.55rem;
  border-radius: 4px;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff;
}
.store-card-brand--visa { background: #1a1f71; }
.store-card-brand--mc { background: linear-gradient(90deg, #eb001b, #f79e1b); }
.store-card-pay-card h3 {
  margin: 0 0 0.25rem;
  font-size: 1.15rem;
  color: #1a237e;
}
.store-card-pay-amt {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: #0d47a1;
}
.store-card-pay-hint { display: none !important; }
.store-card-pay-form {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.store-card-pay-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}
.store-card-pay-form .store-bag-btn--ghost {
  width: 100%;
  margin-top: 0;
}
.store-card-pay-form input[data-co-pan-display],
.store-card-pay-form input[data-modal-pan-display] {
  letter-spacing: 0.12em;
  font-size: 1.05rem;
}

/* Homepage store deal promos ? under hero, before trust/stats */
.home-deals {
  width: min(100%, 1920px);
  margin: 1.25rem auto 2.75rem;
  padding: 0 1rem;
}

/* Homepage imported Pro+ store sections (under hero / home-deals, before trust) */
.home-store-import {
  width: min(100%, 1920px);
  margin: 0 auto 2rem;
}
.home-store-import-section {
  position: relative;
  margin-bottom: 1.5rem;
}
.home-store-import-cta {
  display: flex;
  justify-content: center;
  padding: 0.85rem 1rem 0.25rem;
}
.home-store-import-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 800;
  font-size: 0.95rem;
  color: #0f2744;
  text-decoration: none;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: #fff7ed;
  border: 1px solid #fdba74;
  transition: background 0.15s ease, transform 0.15s ease;
}
.home-store-import-cta-link:hover {
  background: #ffedd5;
  transform: translateY(-1px);
}
.hero-slide--linked .hero-slide-link {
  display: block;
  height: 100%;
  cursor: pointer;
}
.hero-slide--linked .hero-slide-img {
  pointer-events: none;
}

.home-deals-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
  justify-content: center;
  align-items: stretch;
}
/* One card ? large centered promo (original impact) */
.home-deals-grid:has(> :only-child) {
  grid-template-columns: minmax(20rem, 32rem);
}
.home-deals-grid:has(> :nth-child(2):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 68rem;
  margin-inline: auto;
}
.home-deal-zoom-hint {
  margin: 0 0 0.65rem;
  font-size: 0.82rem;
  color: #64748b;
  text-align: center;
}
.home-deal-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 34rem;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  background: #0f2744;
  box-shadow: 0 10px 28px rgba(15, 39, 68, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.home-deal-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(15, 39, 68, 0.28);
}
.home-deal-media {
  position: relative;
  flex: 1 1 auto;
  min-height: 24rem;
  aspect-ratio: 4 / 5;
  background: #fff;
  overflow: hidden;
}
.home-deal-slides {
  position: absolute;
  inset: 0;
}
.home-deal-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.45s ease;
  pointer-events: none;
}
.home-deal-slide.is-active {
  opacity: 1;
  z-index: 1;
}
.home-deal-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  padding: 0.75rem;
  box-sizing: border-box;
  background: #fff;
}
.home-deal-img--empty {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 24rem;
  background: #f1f5f9;
}
.home-deal-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #0f2744;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.home-deal-card:hover .home-deal-nav { opacity: 1; }
.home-deal-nav--prev { inset-inline-start: 0.55rem; }
.home-deal-nav--next { inset-inline-end: 0.55rem; }
.home-deal-dots {
  position: absolute;
  bottom: 0.65rem;
  inset-inline: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 0.3rem;
  pointer-events: none;
}
.home-deal-dot {
  pointer-events: auto;
  width: 0.45rem;
  height: 0.45rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 39, 68, 0.28);
  cursor: pointer;
}
.home-deal-dot.is-active {
  background: #0f2744;
  width: 1rem;
}
.home-deal-badge {
  position: absolute;
  top: 0.75rem;
  inset-inline-start: 0.75rem;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 4.4rem;
  min-height: 4.4rem;
  padding: 0.45rem 0.55rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 25%, #ff8a65 0%, transparent 42%),
    linear-gradient(145deg, #e53935 0%, #b71c1c 55%, #880e0e 100%);
  color: #fff;
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.92),
    0 8px 20px rgba(183, 28, 28, 0.45);
  text-align: center;
  line-height: 1.05;
  transform: rotate(-8deg);
}
.home-deal-badge-kicker {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.92;
}
.home-deal-badge-off {
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.home-deal-badge-sub {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.home-deal-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem 1.1rem 1.15rem;
  min-height: 8.25rem;
  flex: 0 0 auto;
  background: #0f2744;
}
.home-deal-brand {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.75;
  min-height: 1.1em;
}
.home-deal-name {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  min-height: 2.7em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-deal-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: auto;
  padding-top: 0.35rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: #7ec8ff;
}
.home-deal-lens {
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid rgba(15, 39, 68, 0.55);
  background: rgba(15, 39, 68, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
  pointer-events: none;
  z-index: 5;
  border-radius: 4px;
}
.home-deal-zoom {
  position: absolute;
  top: 0.75rem;
  inset-inline-end: 0.75rem;
  z-index: 6;
  width: 240px;
  max-width: 46%;
  background: #fff;
  border: 1px solid #e3eaf2;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(15, 39, 68, 0.22);
  overflow: hidden;
  pointer-events: none;
}
.home-deal-zoom.home-deal-zoom--fixed {
  position: fixed !important;
  inset: auto !important;
  max-width: none !important;
  max-height: none !important;
  width: 480px;
  height: 480px;
  z-index: 10060;
  box-shadow: 0 18px 48px rgba(15, 39, 68, 0.28);
  pointer-events: none;
  overflow: hidden;
  background: #fff;
}
.home-deal-zoom-inner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.home-deal-zoom-btn {
  position: absolute;
  top: 0.75rem;
  inset-inline-end: 0.75rem;
  z-index: 5;
  width: 2.35rem;
  height: 2.35rem;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #0f2744;
  box-shadow: 0 4px 14px rgba(15, 39, 68, 0.2);
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.home-deal-zoom-btn:hover {
  transform: scale(1.06);
}
.home-deal-zoom-btn.is-on {
  background: #0f2744;
  color: #fff;
}
.home-deal-media.is-zoom-armed {
  cursor: crosshair;
}
.home-deal-media.is-zoom-armed .home-deal-zoom-btn {
  box-shadow: 0 0 0 3px rgba(15, 39, 68, 0.25);
}
@media (max-width: 900px) {
  .home-deal-lens,
  .home-deal-zoom,
  .home-deal-zoom-btn,
  .home-deal-zoom-hint { display: none !important; }
}
.home-deal-cta-arrow {
  flex: 0 0 auto;
}
[dir="ltr"] .home-deal-cta-arrow {
  transform: scaleX(-1);
}
.home-deal-card:hover .home-deal-cta {
  color: #b3e0ff;
}
@media (max-width: 960px) {
  .home-deals-grid,
  .home-deals-grid:has(> :nth-child(2):last-child) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }
  .home-deal-card { min-height: 28rem; }
  .home-deal-media { min-height: 20rem; }
}
@media (max-width: 560px) {
  .home-deals { padding: 0 0.75rem; margin: 1rem auto 2rem; }
  .home-deals-grid,
  .home-deals-grid:has(> :only-child),
  .home-deals-grid:has(> :nth-child(2):last-child) {
    grid-template-columns: 1fr;
    max-width: none;
    gap: 0.85rem;
  }
  .home-deal-card { min-height: 26rem; }
  .home-deal-media { min-height: 18rem; aspect-ratio: 3 / 4; }
  .home-deal-nav { opacity: 1; }
}
}

/* -- Level B (Pro+) ? stronger cinematic layers -- */
.hero-slide.hero-fx--level-b.is-active .hero-slide-img,
.store-promo-slide.store-promo-fx--liquidReveal.is-active .store-promo-img,
.store-promo-slide.store-promo-fx--spotlightSweep.is-active .store-promo-img,
.store-promo-slide.store-promo-fx--splitDiagonal.is-active .store-promo-img,
.store-promo-slide.store-promo-fx--colorBloom.is-active .store-promo-img,
.store-promo-slide.store-promo-fx--glitchFlash.is-active .store-promo-img,
.store-promo-slide.store-promo-fx--depthPull.is-active .store-promo-img {
  will-change: transform, filter;
}
.hero-slide.hero-fx--liquidReveal.is-active .hero-slide-img,
.store-promo-fx--liquidReveal.is-active .store-promo-parallax-inner,
.store-promo-fx--liquidReveal.is-active .store-promo-img {
  animation: promo-liquid 9s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite alternate;
}
.hero-slide.hero-fx--spotlightSweep.is-active .hero-slide-img,
.store-promo-fx--spotlightSweep.is-active .store-promo-img {
  animation: promo-depth-pull 12s ease-in-out infinite alternate;
}
.hero-slide.hero-fx--splitDiagonal.is-active .hero-slide-img,
.store-promo-fx--splitDiagonal.is-active .store-promo-img {
  animation: promo-cine-zoom 11s cubic-bezier(0.22, 1, 0.36, 1) infinite alternate;
}
.hero-slide.hero-fx--colorBloom.is-active .hero-slide-img,
.store-promo-fx--colorBloom.is-active .store-promo-img {
  animation: promo-bloom-img 8s ease-in-out infinite alternate;
}
.hero-slide.hero-fx--glitchFlash.is-active .hero-slide-img,
.store-promo-fx--glitchFlash.is-active .store-promo-img {
  animation: promo-glitch-img 2.8s steps(2) infinite;
}
.hero-slide.hero-fx--depthPull.is-active .hero-slide-img,
.store-promo-fx--depthPull.is-active .store-promo-img {
  animation: promo-depth-pull 10s cubic-bezier(0.22, 1, 0.36, 1) infinite alternate;
}

.store-promo-liquid,
.store-promo-spotlight,
.store-promo-split,
.store-promo-bloom,
.store-promo-glitch {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}
.store-promo-liquid {
  background:
    radial-gradient(ellipse at 30% 40%, rgba(56, 189, 248, 0.35), transparent 50%),
    radial-gradient(ellipse at 70% 60%, rgba(167, 139, 250, 0.32), transparent 48%);
  mix-blend-mode: screen;
  animation: promo-liquid-wash 7s ease-in-out infinite alternate;
}
.store-promo-spotlight {
  background: radial-gradient(circle at 0% 50%, rgba(255,255,255,0.55), transparent 42%);
  animation: promo-spotlight 5.5s ease-in-out infinite alternate;
  mix-blend-mode: soft-light;
}
.store-promo-split {
  background: linear-gradient(125deg, transparent 42%, rgba(255,255,255,0.28) 50%, transparent 58%);
  animation: promo-split 4.2s ease-in-out infinite;
}
.store-promo-bloom {
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 183, 77, 0.4), transparent 55%),
    radial-gradient(circle at 70% 70%, rgba(236, 72, 153, 0.28), transparent 50%);
  mix-blend-mode: color-dodge;
  animation: promo-bloom 6s ease-in-out infinite alternate;
}
.store-promo-glitch {
  background:
    linear-gradient(90deg, rgba(0,255,255,0.18), transparent 40%),
    linear-gradient(270deg, rgba(255,0,128,0.16), transparent 40%);
  animation: promo-glitch 1.1s steps(2) infinite;
  mix-blend-mode: lighten;
}
.store-promo-depth--pull {
  background:
    radial-gradient(ellipse at center, transparent 30%, rgba(0,0,0,0.45) 100%),
    radial-gradient(ellipse at 50% 20%, rgba(255,255,255,0.18), transparent 50%);
  animation: promo-depth-veil 9s ease-in-out infinite alternate;
}

/* Intensify existing Level B presets */
.hero-slide.hero-fx--level-b.is-active .store-promo-aurora,
.hero-fx--level-b.is-active .store-promo-aurora { animation-duration: 7s; filter: saturate(1.35) brightness(1.08); }
.hero-slide.hero-fx--level-b.is-active .store-promo-prism,
.hero-fx--level-b.is-active .store-promo-prism { animation-duration: 5.5s; opacity: 0.95; }
.hero-slide.hero-fx--level-b.is-active .store-promo-neon,
.hero-fx--level-b.is-active .store-promo-neon { animation-duration: 2.4s; }

@keyframes promo-liquid {
  from { transform: scale(1.08) translate3d(-1.5%, 0, 0); filter: saturate(1.05); }
  to { transform: scale(1.18) translate3d(2%, -1%, 0); filter: saturate(1.25) contrast(1.05); }
}
@keyframes promo-liquid-wash {
  from { opacity: 0.55; transform: translate3d(-4%, 2%, 0) scale(1.05); }
  to { opacity: 0.95; transform: translate3d(5%, -3%, 0) scale(1.15); }
}
@keyframes promo-spotlight {
  from { transform: translateX(-30%); opacity: 0.45; }
  to { transform: translateX(35%); opacity: 0.9; }
}
@keyframes promo-split {
  0%, 100% { transform: translateX(-8%) skewX(-6deg); opacity: 0.35; }
  50% { transform: translateX(10%) skewX(6deg); opacity: 0.85; }
}
@keyframes promo-bloom {
  from { opacity: 0.55; transform: scale(0.92); filter: saturate(1.1); }
  to { opacity: 1; transform: scale(1.2); filter: saturate(1.45); }
}
@keyframes promo-bloom-img {
  from { transform: scale(1.06) translate3d(-1%, 0, 0); filter: saturate(1.1) hue-rotate(-8deg) brightness(1.02); }
  to { transform: scale(1.2) translate3d(1.5%, -1%, 0); filter: saturate(1.45) hue-rotate(14deg) brightness(1.1); }
}
@keyframes promo-glitch {
  0%, 100% { transform: translate(0,0); opacity: 0.45; }
  20% { transform: translate(6px, -3px); opacity: 1; }
  40% { transform: translate(-7px, 2px); opacity: 0.7; }
  60% { transform: translate(4px, 4px); opacity: 0.95; }
  80% { transform: translate(-5px, -2px); opacity: 0.8; }
}
@keyframes promo-glitch-img {
  0%, 100% { transform: scale(1.1) translate(0,0); filter: none; }
  25% { transform: scale(1.14) translate(5px,-2px); filter: hue-rotate(35deg) contrast(1.15); }
  50% { transform: scale(1.12) translate(-6px,2px); filter: hue-rotate(-28deg) contrast(1.2); }
  75% { transform: scale(1.15) translate(3px,1px); filter: hue-rotate(18deg); }
}
@keyframes promo-depth-pull {
  from { transform: scale(1.06) translate3d(0, 1%, 0); }
  to { transform: scale(1.24) translate3d(-1.5%, -2%, 0); }
}
@keyframes promo-depth-veil {
  from { opacity: 0.55; }
  to { opacity: 0.95; }
}

.hero-slide.is-active .store-promo-liquid { animation: promo-liquid-wash 7s ease-in-out infinite alternate; }
.hero-slide.is-active .store-promo-spotlight { animation: promo-spotlight 5.5s ease-in-out infinite alternate; }
.hero-slide.is-active .store-promo-split { animation: promo-split 4.2s ease-in-out infinite; }
.hero-slide.is-active .store-promo-bloom { animation: promo-bloom 6s ease-in-out infinite alternate; }
.hero-slide.is-active .store-promo-glitch { animation: promo-glitch 1.1s steps(2) infinite; }
.hero-slide.is-active .store-promo-depth--pull { animation: promo-depth-veil 9s ease-in-out infinite alternate; }

/* -- Hero Level B ? same cross-slide transitions as store promo -- */
.hero--level-b .hero-slider--level-b {
  isolation: isolate;
}
.hero--level-b .hero-slide {
  opacity: 1;
  visibility: hidden;
  pointer-events: none;
  z-index: 0;
  transition: none;
}
.hero--level-b .hero-slide.is-active,
.hero--level-b .hero-slide.is-leaving,
.hero--level-b .hero-slide.is-entering {
  visibility: visible;
  pointer-events: auto;
}
.hero--level-b .hero-slide.is-active { z-index: 2; }
.hero--level-b .hero-slide.is-leaving { z-index: 1; }

/* Shared Level B transitions ? hero slides reuse promo-tr-* classes */
.hero-slide.is-entering.promo-tr-wipe { clip-path: inset(0 100% 0 0); animation: promo-tr-wipe-in 0.82s cubic-bezier(0.65, 0, 0.35, 1) forwards; }
.hero-slide.is-leaving.promo-tr-wipe { animation: promo-tr-wipe-out 0.82s cubic-bezier(0.65, 0, 0.35, 1) forwards; }
[dir="rtl"] .hero-slide.is-entering.promo-tr-wipe { animation-name: promo-tr-wipe-in-rtl; }
[dir="rtl"] .hero-slide.is-leaving.promo-tr-wipe { animation-name: promo-tr-wipe-out-rtl; }

.hero-slide.is-entering.promo-tr-blur { opacity: 0; filter: blur(14px); transform: scale(1.04); animation: promo-tr-blur-in 0.82s cubic-bezier(0.22, 0.61, 0.36, 1) forwards; }
.hero-slide.is-leaving.promo-tr-blur { animation: promo-tr-blur-out 0.82s cubic-bezier(0.22, 0.61, 0.36, 1) forwards; }

.hero-slide.is-entering.promo-tr-zoom { opacity: 0; transform: scale(1.12); animation: promo-tr-zoom-in 0.82s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
.hero-slide.is-leaving.promo-tr-zoom { animation: promo-tr-zoom-out 0.82s cubic-bezier(0.16, 1, 0.3, 1) forwards; }

.hero-slide.is-entering.promo-tr-slide { transform: translate3d(8%, 0, 0); opacity: 0; animation: promo-tr-slide-in 0.82s cubic-bezier(0.22, 0.61, 0.36, 1) forwards; }
.hero-slide.is-leaving.promo-tr-slide { animation: promo-tr-slide-out 0.82s cubic-bezier(0.22, 0.61, 0.36, 1) forwards; }
[dir="rtl"] .hero-slide.is-entering.promo-tr-slide { transform: translate3d(-8%, 0, 0); }
[dir="rtl"] .hero-slide.is-leaving.promo-tr-slide { animation-name: promo-tr-slide-out-rtl; }

.hero-slide.is-entering.promo-tr-fade { opacity: 0; animation: promo-tr-fade-in 0.65s ease forwards; }
.hero-slide.is-leaving.promo-tr-fade { animation: promo-tr-fade-out 0.65s ease forwards; }

/* New Level B patterns ? promo + hero */
.store-promo-slide.is-entering.promo-tr-curtain,
.hero-slide.is-entering.promo-tr-curtain {
  clip-path: inset(0 50% 0 50%);
  animation: promo-tr-curtain-in 0.85s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.store-promo-slide.is-leaving.promo-tr-curtain,
.hero-slide.is-leaving.promo-tr-curtain {
  animation: promo-tr-curtain-out 0.85s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes promo-tr-curtain-in {
  from { clip-path: inset(0 50% 0 50%); }
  to { clip-path: inset(0 0 0 0); }
}
@keyframes promo-tr-curtain-out {
  from { clip-path: inset(0 0 0 0); opacity: 1; }
  to { clip-path: inset(50% 0 50% 0); opacity: 0.4; }
}

.store-promo-slide.is-entering.promo-tr-push,
.hero-slide.is-entering.promo-tr-push {
  transform: translate3d(100%, 0, 0);
  animation: promo-tr-push-in 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.store-promo-slide.is-leaving.promo-tr-push,
.hero-slide.is-leaving.promo-tr-push {
  animation: promo-tr-push-out 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes promo-tr-push-in { to { transform: none; } }
@keyframes promo-tr-push-out { to { transform: translate3d(-28%, 0, 0); opacity: 0.55; } }
[dir="rtl"] .store-promo-slide.is-entering.promo-tr-push,
[dir="rtl"] .hero-slide.is-entering.promo-tr-push { transform: translate3d(-100%, 0, 0); }
[dir="rtl"] .store-promo-slide.is-leaving.promo-tr-push,
[dir="rtl"] .hero-slide.is-leaving.promo-tr-push { animation-name: promo-tr-push-out-rtl; }
@keyframes promo-tr-push-out-rtl { to { transform: translate3d(28%, 0, 0); opacity: 0.55; } }

.store-promo-slide.is-entering.promo-tr-iris,
.hero-slide.is-entering.promo-tr-iris {
  clip-path: circle(0% at 50% 50%);
  animation: promo-tr-iris-in 0.88s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.store-promo-slide.is-leaving.promo-tr-iris,
.hero-slide.is-leaving.promo-tr-iris {
  animation: promo-tr-iris-out 0.88s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes promo-tr-iris-in { to { clip-path: circle(80% at 50% 50%); } }
@keyframes promo-tr-iris-out { to { clip-path: circle(0% at 50% 50%); opacity: 0.5; } }

.store-promo-slide.is-entering.promo-tr-flip,
.hero-slide.is-entering.promo-tr-flip {
  transform: perspective(1200px) rotateY(-72deg) scale(0.94);
  opacity: 0.2;
  transform-origin: center center;
  animation: promo-tr-flip-in 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.store-promo-slide.is-leaving.promo-tr-flip,
.hero-slide.is-leaving.promo-tr-flip {
  transform-origin: center center;
  animation: promo-tr-flip-out 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes promo-tr-flip-in { to { transform: perspective(1200px) rotateY(0) scale(1); opacity: 1; } }
@keyframes promo-tr-flip-out { to { transform: perspective(1200px) rotateY(55deg) scale(0.96); opacity: 0; } }
[dir="rtl"] .store-promo-slide.is-entering.promo-tr-flip,
[dir="rtl"] .hero-slide.is-entering.promo-tr-flip { transform: perspective(1200px) rotateY(72deg) scale(0.94); }
[dir="rtl"] .store-promo-slide.is-leaving.promo-tr-flip,
[dir="rtl"] .hero-slide.is-leaving.promo-tr-flip { animation-name: promo-tr-flip-out-rtl; }
@keyframes promo-tr-flip-out-rtl { to { transform: perspective(1200px) rotateY(-55deg) scale(0.96); opacity: 0; } }

.store-promo-slide.is-entering.promo-tr-swipeUp,
.hero-slide.is-entering.promo-tr-swipeUp {
  transform: translate3d(0, 18%, 0);
  opacity: 0;
  animation: promo-tr-swipe-up-in 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.store-promo-slide.is-leaving.promo-tr-swipeUp,
.hero-slide.is-leaving.promo-tr-swipeUp {
  animation: promo-tr-swipe-up-out 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes promo-tr-swipe-up-in { to { transform: none; opacity: 1; } }
@keyframes promo-tr-swipe-up-out { to { transform: translate3d(0, -12%, 0); opacity: 0; } }

.store-promo-slide.is-entering.promo-tr-morph,
.hero-slide.is-entering.promo-tr-morph {
  opacity: 0;
  filter: blur(18px) saturate(1.35);
  transform: scale(1.08) rotate(0.4deg);
  animation: promo-tr-morph-in 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.store-promo-slide.is-leaving.promo-tr-morph,
.hero-slide.is-leaving.promo-tr-morph {
  animation: promo-tr-morph-out 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes promo-tr-morph-in { to { opacity: 1; filter: none; transform: none; } }
@keyframes promo-tr-morph-out { to { opacity: 0; filter: blur(14px) saturate(0.85); transform: scale(0.94) rotate(-0.3deg); } }

/* Careers apply — same Oman address grid as dashboard/checkout */
.apply-form .oman-address-grid,
.apply-oman-address .oman-address-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem 0.75rem;
  margin-top: 0.25rem;
}
.apply-form .oman-address-grid__full { grid-column: 1 / -1; }
.apply-form .oman-address-grid select,
.apply-form .oman-address-grid input[type="text"] {
  width: 100%;
  border: 1px solid #d5ddd8;
  border-radius: 10px;
  padding: 0.65rem 0.8rem;
  font: inherit;
  background: #fff;
}
@media (max-width: 640px) {
  .apply-form .oman-address-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  html, body { overflow-x: clip; max-width: 100%; }
  .store-toolbar,
  .store-search-bar,
  .store-tools {
    min-height: 0;
  }
  .store-search,
  .store-search-field,
  .store-search input[type="search"],
  .store-search input[type="text"] {
    height: 42px !important;
    max-height: 42px !important;
    min-height: 42px !important;
    line-height: 1.2 !important;
  }
  .store-toolbar-inner,
  .store-tools-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 0.35rem;
    overflow: visible;
  }
  .store-topcats,
  .store-promo,
  .store-deals,
  .store-allcats,
  .store-health,
  .store-wellness,
  .store-bs,
  .store-section-banner,
  .store-cat-banner {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
    box-sizing: border-box !important;
  }
  .store-cat-banner img,
  .store-section-banner img {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  html, body.is-store-page { overflow-x: clip; max-width: 100%; }
  .store-toolbar-inner {
    display: flex; flex-wrap: nowrap; align-items: center; gap: 0.4rem;
    padding-inline: 0.65rem;
  }
  .store-search { flex: 1 1 auto; min-width: 0; height: 42px; max-height: 42px; }
  .store-search input { height: 42px; padding: 0 0.7rem; font-size: 0.92rem; }
  .store-search-btn { height: 42px; padding: 0 0.7rem; }
  .store-toolbar-actions, .store-toolbar-icons { flex-wrap: nowrap; flex-shrink: 0; gap: 0.3rem; }
  .store-tool-btn, .store-map-btn { width: 38px; height: 38px; }
  .store-products-layout,
  .store-products-layout { grid-template-columns: 1fr; gap: 0.75rem; }
  .store-products-sidebar,
  .store-products-sidebar { padding: 0.4rem 0.65rem; }
  .store-products-toolbar {
    flex-wrap: nowrap; gap: 0.4rem; padding: 0.45rem 0.55rem;
    overflow-x: auto; -webkit-overflow-scrolling: touch;
  }
  .store-products-toolbar-controls { flex-wrap: nowrap; overflow-x: auto; }
  .store-search-chips { padding: 0.5rem 0.6rem; }
  .store-search-chips-row { flex-wrap: nowrap; overflow-x: auto; }
  .store-topcats, .store-ex-row, .store-promo, .store-deals, .store-allcats {
    width: 100% !important; max-width: 100% !important; margin-inline: 0 !important; overflow: hidden;
  }
  .store-ex-row { grid-template-columns: auto minmax(0, 1fr) auto; width: 100%; }
  .store-ex-viewport, .store-topcat-viewport { min-width: 0; overflow: hidden; }
  .store-products-grid.is-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.65rem; }
}

/* Phone: store toolbar, filters, Pro+ banners */
@media (max-width: 720px) {
  html, body.is-store-page {
    overflow-x: clip;
    max-width: 100%;
  }

  .store-toolbar-inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.4rem;
    padding-inline: 0.65rem;
  }
  .store-search {
    flex: 1 1 auto;
    min-width: 0;
    height: 42px;
    max-height: 42px;
  }
  .store-search input {
    height: 42px;
    padding: 0 0.7rem;
    font-size: 0.92rem;
  }
  .store-search-btn {
    height: 42px;
    padding: 0 0.7rem;
  }
  .store-toolbar-actions,
  .store-toolbar-icons {
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 0.3rem;
  }
  .store-tool-btn,
  .store-map-btn {
    width: 38px;
    height: 38px;
  }

  .store-products-layout {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .store-products-sidebar {
    display: none;
  }
  .store-products-toolbar {
    flex-wrap: nowrap;
    gap: 0.4rem;
    padding: 0.45rem 0.55rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .store-products-toolbar-controls {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .store-search-chips {
    padding: 0.5rem 0.6rem;
  }
  .store-search-chips-row {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .store-topcats,
  .store-ex-row,
  .store-promo,
  .store-deals,
  .store-allcats {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
    overflow: hidden;
  }
  .store-ex-row {
    grid-template-columns: auto minmax(0, 1fr) auto;
    width: 100%;
  }
  .store-ex-viewport,
  .store-topcat-viewport {
    min-width: 0;
    overflow: hidden;
  }
  .store-products-grid.is-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }
}

@media (max-width: 720px) {
  html, body {
    overflow-x: clip !important;
    max-width: 100% !important;
  }
  .store-toolbar,
  .store-mega-nav,
  .store-promo,
  .store-topcats {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
  }
  .store-toolbar-inner {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 0.3rem !important;
    padding-inline: 0.5rem !important;
  }
  .store-search {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    height: 40px !important;
    max-height: 40px !important;
  }
  .store-search input {
    min-width: 0;
    width: 100%;
    height: 40px !important;
  }
  .store-map-btn,
  .store-tool-btn {
    width: 36px !important;
    height: 40px !important;
    flex: 0 0 36px !important;
  }
  .store-toolbar-actions,
  .store-toolbar-icons {
    display: inline-flex !important;
    flex-wrap: nowrap !important;
    flex-shrink: 0 !important;
    gap: 0.25rem !important;
  }
  .store-mega-list-top {
    flex-wrap: wrap !important;
    overflow: visible !important;
  }
  .store-ex-row {
    margin-inline: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden;
  }
  .store-ex-banner,
  .store-deals,
  .store-vitamins,
  .store-health,
  .store-beauty,
  .store-personal {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
    box-sizing: border-box !important;
  }
  .store-ex-banner {
    display: flex !important;
    grid-template-columns: none !important;
    flex-direction: column;
    align-items: stretch;
    overflow: hidden;
    min-height: 0;
  }
  .store-ex-banner-art {
    display: none !important;
  }
  .store-ex-banner-copy {
    width: 100%;
    padding: 0.35rem 0.25rem;
  }
  .store-ex-banner img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
  .careers-section,
  .careers-hero,
  .jobs-grid,
  .job-card,
  .contact-layout,
  .contact-form,
  .page-header,
  .site-main,
  .container {
    max-width: 100% !important;
    min-width: 0 !important;
  }
  .jobs-grid {
    grid-template-columns: 1fr !important;
  }
  .job-filters {
    flex-direction: column;
  }
}

@media (max-width: 900px) {
  html, body, body.is-store-page {
    overflow-x: clip;
    max-width: 100%;
  }
  .store-ann-bar,
  .store-toolbar,
  .store-mega-nav,
  .store-promo,
  .store-circle-nav,
  .store-deals,
  .store-bs,
  .store-health,
  .store-wellness,
  .store-vitamins,
  .store-beauty,
  .store-personal,
  .store-allcats,
  .store-topcats,
  .store-ex-row,
  .store-fo,
  .store-vit {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
    padding-inline: 0.75rem !important;
    box-sizing: border-box !important;
  }
  .store-bs {
    --store-bs-side: 0.75rem;
  }
  .store-section-banner,
  .store-section-banner--photo,
  .store-bs-banner,
  .store-cat-banner {
    aspect-ratio: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    height: auto !important;
    overflow: hidden;
    max-width: 100% !important;
  }
  .store-section-banner-img,
  .store-section-banner img,
  .store-cat-banner img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform: none !important;
    animation: none !important;
    display: block !important;
  }
  .store-promo-frame {
    aspect-ratio: 16 / 9;
    min-height: 180px;
    overflow: hidden;
  }
  .store-promo-track,
  .store-promo-slide {
    position: absolute !important;
    inset: 0 !important;
  }
  .store-promo-img,
  .store-promo-frame img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
  .store-mega-actions {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
    justify-content: center;
    gap: 0.4rem;
    width: 100%;
    padding: 0.25rem 0.35rem 0.65rem;
    box-sizing: border-box;
  }
  .store-mega-btn {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    width: auto !important;
    max-width: none !important;
    padding: 0.5rem 0.45rem !important;
    font-size: 0.78rem !important;
    white-space: nowrap;
    text-align: center;
  }
}
