/** Shopify CDN: Minification failed

Line 1170:0 Expected "}" to go with "{"

**/
/* ═══════════════════════════════════════════════════════════════
   KALPANIKAA — Premium Fusion Fashion Theme
   "Rooted in Tradition. Styled for Today."
   PRODUCTION BUILD — V1.3.0 — ELITE REFINED
═══════════════════════════════════════════════════════════════ */

/* ─── GOOGLE FONTS ───────────────────────────────────────────── */
/* Fonts are loaded once in layout/theme.liquid — no @import needed here */

/* ─── ACCESSIBILITY ENGINE ──────────────────────────────────── */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* ─── ARCHITECTURAL SYSTEM DESIGN TOKENS ────────────────────── */
:root {

  /* Brand Palette */
  --tc:       #C1440E;
  --tc-light: #E8896A;
  --tc-pale:  #F7EDE6;

  --gold:     #B8860B;
  --gold-lt:  #E8C97A;

  --maroon:   #6B1E2E;

  --cream:    #FAF7F2;
  --ivory:    #F4EFE6;
  --stone:    #E8E0D0;

  --charcoal: #2A2420;
  --bark:     #7A6A58;

  /* Typography */
  --font-display: 'Libre Baskerville', Georgia, serif;
  --font-body: 'Jost', sans-serif;

  /* Motion */
  --ease-silk: cubic-bezier(0.16, 1, 0.3, 1);

  --t-fast: 0.22s;
  --t-med: 0.38s;
  --t-slow: 0.7s;

  /* Shadows */
  --sh-sm: 0 2px 10px rgba(42, 36, 32, 0.03);
  --sh-md: 0 10px 24px rgba(42, 36, 32, 0.06);
  --sh-lg: 0 20px 48px rgba(42, 36, 32, 0.10);

  /* Radius */
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 16px;

  /* Layout */
  --container: 1400px;
  --section-space: clamp(56px, 7vw, 96px);

  /* Z-index */
  --z-header: 1000;
  --z-overlay: 1200;
  --z-drawer: 1500;
}

/* ─── SAFE RESET SYSTEM ─────────────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  max-width: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-body);

  background: var(--cream);
  color: var(--charcoal);

  line-height: 1.68;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  text-rendering: optimizeLegibility;

  overflow-x: hidden;
  position: relative;
  width: 100%;
}

/* ─── MEDIA SYSTEM ──────────────────────────────────────────── */
img,
picture,
video,
canvas {
  display: block;
  max-width: 100%;
  height: auto;
}

svg {
  display: inline-block;
  vertical-align: middle;
}

/* ─── INTERACTION ELEMENTS ──────────────────────────────────── */
a {
  color: inherit;
  text-decoration: none;

  transition:
    color var(--t-med) var(--ease-silk);

  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;

  border: none;
  background: none;

  font-family: inherit;

  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

/* ─── TYPOGRAPHY ARCHITECTURE ───────────────────────────────── */
h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  font-weight: 400;

  line-height: 1.22;

  color: var(--charcoal);

  overflow-wrap: break-word;

  text-rendering: optimizeLegibility;
}

p {
  color: var(--bark);

  overflow-wrap: break-word;
  word-break: break-word;
}

.t-display {
  font-size: clamp(2.2rem, 5.5vw, 4.2rem);
  letter-spacing: -0.02em;
}

.t-h1 {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  letter-spacing: -0.01em;
}

.t-label {
  font-size: 0.75rem;
  font-weight: 500;

  letter-spacing: 0.18em;

  text-transform: uppercase;

  color: var(--tc);
}

/* ─── PRODUCTION SITE HEADER ───────────────────────────────── */
.site-header {
  position: sticky;
  top: 0;

  z-index: var(--z-header);

  background: rgba(250, 247, 242, 0.88);

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  border-bottom: 1px solid rgba(42, 36, 32, 0.05);

  padding: 18px 0;

  transform: translateZ(0);

  transition:
    background-color var(--t-med) ease,
    border-color var(--t-med) ease,
    box-shadow var(--t-med) ease;
}

.header-container {
  max-width: var(--container);

  margin: 0 auto;

  padding: 0 40px;

  display: grid;
  grid-template-columns: 1fr auto 1fr;

  align-items: center;
}

.header-logo__wordmark {
  font-family: var(--font-display);

  font-size: 1.65rem;
  letter-spacing: 0.06em;

  text-transform: uppercase;

  color: var(--charcoal);
}

.header-logo__wordmark em {
  font-style: italic;
  color: var(--tc);
}

/* ─── SECTION SPACING SYSTEM ───────────────────────────────── */
section {
  position: relative;
}

.kv-section-spacing {
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}

/* ─── HIGH PERFORMANCE PRODUCT GRID ────────────────────────── */
.product-grid {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 28px;

  padding: 40px 0;

  width: 100%;
}

/* ─── PRODUCT CARD SYSTEM ──────────────────────────────────── */
.pcard {
  position: relative;

  display: flex;
  flex-direction: column;

  min-width: 0;
  width: 100%;

  background: #FFFFFF;

  border-radius: var(--radius-md);

  overflow: hidden;

  contain: content;

  box-shadow: var(--sh-sm);

  transition:
    transform var(--t-med) var(--ease-silk),
    box-shadow var(--t-med) var(--ease-silk);
}

.pcard:hover {
  transform: translateY(-4px);

  box-shadow: var(--sh-md);
}

/* ─── PRODUCT MEDIA ENGINE ─────────────────────────────────── */
.pcard__media {
  position: relative;

  aspect-ratio: 3 / 4;

  overflow: hidden;

  background: var(--ivory);
}

.pcard__img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;

  will-change: transform;

  transform: scale(1);

  transition:
    transform 0.8s var(--ease-silk);
}

.pcard:hover .pcard__img {
  transform: scale(1.02);
}

/* ─── PRODUCT CONTENT ──────────────────────────────────────── */
.pcard__content {
  padding: 18px;
}

.pcard__title {
  font-family: var(--font-display);

  font-size: 1rem;
  line-height: 1.35;

  color: var(--charcoal);

  margin-bottom: 6px;
}

.pcard__price {
  font-size: 0.92rem;

  color: var(--bark);
}

/* ─── PRODUCT ACTION OVERLAY ───────────────────────────────── */
.pcard__actions {
  position: absolute;

  left: 0;
  right: 0;
  bottom: 0;

  z-index: 5;

  display: flex;
  gap: 10px;

  padding: 22px 18px;

  background:
    linear-gradient(
      to top,
      rgba(42, 36, 32, 0.82),
      rgba(42, 36, 32, 0.35),
      transparent
    );

  transform: translateY(12px);

  opacity: 0;

  pointer-events: none;

  transition:
    transform var(--t-med) var(--ease-silk),
    opacity var(--t-med) var(--ease-silk);
}

/* Hover-only activation */
@media (hover: hover) {

  .pcard:hover .pcard__actions {
    transform: translateY(0);

    opacity: 1;

    pointer-events: auto;
  }
}

/* ─── PREMIUM BUTTON SYSTEM ────────────────────────────────── */
.btn-atc {
  flex: 1;

  background: var(--tc);

  color: #FFFFFF;

  padding: 14px;

  border-radius: 999px;

  font-size: 0.74rem;
  font-weight: 500;

  text-transform: uppercase;
  letter-spacing: 0.12em;

  box-shadow:
    0 4px 12px rgba(193, 68, 14, 0.18);

  transition:
    background-color 0.3s ease,
    transform 0.3s ease,
    opacity 0.3s ease;
}

.btn-atc:hover {
  background: var(--charcoal);

  transform: translateY(-1px);
}

/* ─── HERITAGE DIVIDER SYSTEM ──────────────────────────────── */
.divider-ornament {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 20px;

  margin: 48px 0;
}

.divider-ornament::before,
.divider-ornament::after {
  content: '';

  width: 100px;
  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      var(--gold),
      transparent
    );
}

/* ─── WHATSAPP BUTTON ──────────────────────────────────────── */
.wa-btn {
  background: #8B5E3C !important;

  box-shadow:
    0 4px 20px rgba(139, 94, 60, 0.30);

  animation:
    wa-pulse 2.8s ease-in-out infinite;
}

@keyframes wa-pulse {

  0% {
    box-shadow:
      0 0 0 0 rgba(139, 94, 60, 0.40);
  }

  60% {
    box-shadow:
      0 0 0 14px rgba(139, 94, 60, 0);
  }

  100% {
    box-shadow:
      0 0 0 0 rgba(139, 94, 60, 0);
  }
}

/* ─── REVEAL ANIMATION SYSTEM ──────────────────────────────── */
.kv-reveal {
  opacity: 0;

  transform: translateY(20px);

  transition:
    opacity 0.8s var(--ease-silk),
    transform 0.8s var(--ease-silk);
}

.kv-reveal.kv-revealed {
  opacity: 1;

  transform: translateY(0);
}

/* ─── RESPONSIVE GRID PLATFORM ─────────────────────────────── */
@media (max-width: 1200px) {

  .product-grid {
    grid-template-columns:
      repeat(3, minmax(0, 1fr));

    gap: 24px;
  }
}

@media (max-width: 768px) {

  .header-container {
    grid-template-columns: auto 1fr auto;

    padding: 0 24px;

    height: 64px;
  }

  .header-logo__wordmark {
    font-size: 1.35rem;
  }

  .product-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 16px;

    padding: 24px 0;
  }

  .pcard {
    border-radius: var(--radius-sm);
  }

  /* Mobile visible actions */
  .pcard__actions {
    position: relative;

    transform: none !important;

    opacity: 1 !important;

    pointer-events: auto;

    background: #FFFFFF;

    padding: 12px;
  }

  .btn-atc {
    padding: 10px;

    font-size: 0.70rem;
  }

  .t-display {
    font-size: 2.6rem;
  }
}

@media (max-width: 480px) {

  .product-grid {
    gap: 12px;
  }

  .header-container {
    padding: 0 16px;
  }

  .pcard__content {
    padding: 14px;
  }

  .pcard__title {
    font-size: 0.92rem;
  }

  .pcard__price {
    font-size: 0.84rem;
  }
}

/* ─── ACCESSIBILITY & REDUCED MOTION ───────────────────────── */
@media (prefers-reduced-motion: reduce) {

  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

/**
 * KAALPANIKAA Mobile Experience Refinements
 * Production-Ready CSS
 * Implements: Search visibility, hero spacing, grid breathing, CTA polish
 */

/* ================================================
   1. SEARCH ICON VISIBILITY FIX (CRITICAL)
   ================================================ */

.header__icon--search,
[class*="search"][class*="icon"],
.site-header__icon--search {
  color: rgba(255, 255, 255, 0.95); /* Increased from typical 0.8 */
  transition: all 0.2s ease-out;

  /* Subtle depth without heaviness */
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.15));
}

.header__icon--search:hover,
.header__icon--search:focus,
[class*="search"][class*="icon"]:hover,
[class*="search"][class*="icon"]:focus,
.site-header__icon--search:hover,
.site-header__icon--search:focus {
  color: rgba(255, 255, 255, 1);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
}

/* If icon needs circle background (fallback for very bright heroes) */
.header__icon--search--with-bg {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.12);
  color: rgba(255, 255, 255, 0.98);
  transition: all 0.2s ease-out;
}

.header__icon--search--with-bg:hover {
  background: rgba(0, 0, 0, 0.18);
  color: rgba(255, 255, 255, 1);
}

/* ================================================
   2. HERO HEADING LETTER SPACING
   ================================================ */

.hero__heading,
.hero__title,
h1.hero__heading,
[class*="hero"][class*="heading"] {
  letter-spacing: 0.05em; /* ~2-3% increase for editorial luxury */
  font-weight: 400;
  line-height: 1.2;
}

/* Ensure subheadings stay tight for hierarchy */
.hero__subheading,
.hero__subtitle,
[class*="hero"][class*="subtitle"],
[class*="hero"][class*="subheading"] {
  letter-spacing: normal; /* Keep unchanged */
}

/* ================================================
   3. PRODUCT GRID BREATHING ROOM
   ================================================ */

.product-grid,
[class*="product"][class*="grid"],
.grid--collection,
.collection__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);

  gap: 14px; /* Increased from typical 8-10px */
  padding: 16px;

  width: 100%;
  max-width: 100%;
}

/* Individual product items */
.product-grid__item,
[class*="product"][class*="card"],
.collection__item,
[class*="grid__item"] {
  overflow: hidden;
  border-radius: 0; /* Keep sharp for luxury */
}

/* Responsive adjustment for very small screens */
@media (max-width: 374px) {
  .product-grid,
  [class*="product"][class*="grid"],
  .grid--collection {
    gap: 10px; /* Reduce on tiny screens to preserve space */
    padding: 12px;
  }
}

/* ================================================
   4. CTA BUTTON REFINEMENT
   ================================================ */

.button--primary,
.button--main,
[class*="button"][class*="primary"],
.button.button-primary,
a.button,
button.button {
  /* Padding refinement */
  padding: 16px 32px; /* Vertical: 14px → 16px for comfort */

  /* Border radius refinement */
  border-radius: 4px; /* Modern subtle softness */

  /* Typography */
  letter-spacing: 0.08em;
  font-size: 14px;
  font-weight: 500;

  /* Smooth interaction */
  transition: all 0.25s ease-out;

  /* Remove heavy shadows */
  box-shadow: none;

  /* Ensure proper touch target (44px minimum) */
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.button--primary:hover,
.button--main:hover,
[class*="button"][class*="primary"]:hover,
.button.button-primary:hover,
a.button:hover,
button.button:hover {
  opacity: 0.9;
  /* No transform bounce - luxury is stillness */
}

.button--primary:active,
.button--main:active,
[class*="button"][class*="primary"]:active,
.button.button-primary:active,
a.button:active,
button.button:active {
  opacity: 0.85;
}

/* Special treatment for CTA within hero section */
.hero .button,
.hero__button,
[class*="hero"] .button--primary {
  padding: 16px 36px; /* Slightly wider for hero visibility */
  background: rgba(255, 255, 255, 0.95);
  color: #000;
  font-weight: 500;
}

.hero .button:hover,
.hero__button:hover,
[class*="hero"] .button--primary:hover {
  background: rgba(255, 255, 255, 1);
  opacity: 1;
}

/* ================================================
   5. ADDITIONAL POLISH (OPTIONAL)
   ================================================ */

/* Ensure crisp text rendering on mobile */
.hero__heading,
.hero__title,
.button--primary,
h1, h2, h3 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Smooth transitions throughout */
* {
  transition: opacity 0.2s ease-out,
              background-color 0.2s ease-out,
              color 0.2s ease-out;
}

/* Remove any aggressive transitions */
.button--primary,
.header__icon--search {
  transition: all 0.25s ease-out; /* Override * transition */
}

/* ================================================
   6. ACCESSIBILITY & SAFETY
   ================================================ */

/* Ensure sufficient contrast on all backgrounds */
.button--primary {
  color: #000; /* Luxury brands: pure black, not dark gray */
}

/* Focus states for keyboard navigation */
.button--primary:focus,
.header__icon--search:focus {
  outline: 2px solid rgba(0, 0, 0, 0.3);
  outline-offset: 2px;
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .button--primary,
  .header__icon--search,
  [class*="button"],
  [class*="icon"] {
    transition: none;
  }
}

/* ================================================
   7. MOBILE OPTIMIZATION
   ================================================ */

@media (max-width: 768px) {
  /* Ensure spacing works on all mobile sizes */
  .product-grid {
    gap: 14px;
    padding: 16px;
  }

  /* Button remains comfortable on smaller screens */
  .button--primary {
    padding: 16px 28px;
  }
}

@media (max-width: 480px) {
  /* Very small screens */
  .product-grid {
    gap: 12px;
    padding: 14px;
  }

  /* Buttons stay accessible */
  .button--primary {
    padding: 16px 24px;
    font-size: 13px;
  }
}

/* ================================================
   END OF REFINEMENTS
   ================================================ */

/**
 * KAALPANIKAA Search Overlay Mobile Refinement
 * Fixes: placeholder cutoff, input width, spacing, overlay appearance
 * Luxury-minimal approach
 */

/* ================================================
   SEARCH OVERLAY CONTAINER
   ================================================ */

[class*="search"][class*="overlay"]:not(#kp-search-overlay),
[class*="search"][class*="modal"],
[class*="search"][class*="popup"],
.search-overlay,
.modal-search {
  background: rgba(0, 0, 0, 0.92) !important; /* Refined darkness, not pure black */
  backdrop-filter: blur(4px);
  padding: 16px 16px 24px 16px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 999;
}

/* ================================================
   SEARCH INPUT FIELD (Mobile Priority)
   ================================================ */

[class*="search-input"],
[class*="search"][class*="input"],
.search-overlay input,
.modal-search input,
input[type="search"],
input[placeholder*="Search"] {
  width: 100% !important;
  max-width: 100% !important;
  padding: 14px 16px !important;
  margin: 0 !important;

  /* Input field styling */
  background: rgba(255, 255, 255, 0.98) !important;
  border: none !important;
  border-radius: 4px !important;

  /* Typography for full placeholder visibility */
  font-size: 15px !important;
  color: #000 !important;

  /* Placeholder styling */
  -webkit-appearance: none;
  appearance: none;
}

input[placeholder*="Search"]::placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
  font-size: 15px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}

/* ================================================
   SEARCH INPUT FOCUS STATE
   ================================================ */

[class*="search-input"]:focus,
[class*="search"][class*="input"]:focus,
.search-overlay input:focus,
.modal-search input:focus,
input[type="search"]:focus,
input[placeholder*="Search"]:focus {
  outline: none;
  background: rgba(255, 255, 255, 1) !important;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
}

/* ================================================
   SEARCH CLOSE BUTTON / ICON
   ================================================ */

[class*="close"][class*="search"],
[class*="search"][class*="close"],
.search-overlay button,
.search-overlay [class*="close"],
.modal-search button,
.modal-search [class*="close"],
button[aria-label*="close"],
button[aria-label*="Close"] {
  position: absolute;
  top: 16px;
  right: 16px;

  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(255, 255, 255, 0.15) !important;
  border: none !important;
  border-radius: 50%;

  color: rgba(255, 255, 255, 0.95) !important;
  font-size: 20px;
  font-weight: 300;

  cursor: pointer;
  transition: all 0.2s ease-out;
  z-index: 1000;
}

[class*="close"][class*="search"]:hover,
[class*="search"][class*="close"]:hover,
.search-overlay button:hover,
.modal-search button:hover {
  background: rgba(255, 255, 255, 0.25) !important;
  color: rgba(255, 255, 255, 1) !important;
}

/* ================================================
   SEARCH RESULTS CONTAINER (If visible during search)
   ================================================ */

[class*="search"][class*="results"],
[class*="search-results"],
.search-overlay [class*="results"],
.modal-search [class*="results"] {
  width: 100% !important;
  margin-top: 16px;
  padding: 0 !important;
  max-height: 70vh;
  overflow-y: auto;
}

/* ================================================
   SEARCH RESULT ITEMS
   ================================================ */

[class*="search-result"],
[class*="result"][class*="item"],
.search-overlay [class*="item"],
.search-overlay li {
  padding: 12px 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.9) !important;
  text-decoration: none;
  transition: all 0.2s ease-out;
}

[class*="search-result"]:last-child,
.search-overlay li:last-child {
  border-bottom: none !important;
}

[class*="search-result"]:hover,
[class*="result"][class*="item"]:hover,
.search-overlay [class*="item"]:hover,
.search-overlay li:hover {
  color: rgba(255, 255, 255, 1) !important;
  padding-left: 4px;
}

/* ================================================
   SEARCH OVERLAY - MOBILE SPECIFIC
   ================================================ */

@media (max-width: 768px) {
  [class*="search"][class*="overlay"]:not(#kp-search-overlay),
  [class*="search"][class*="modal"],
  .search-overlay,
  .modal-search {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    padding: 56px 16px 16px 16px !important; /* Account for mobile header */
    border-radius: 0;
    z-index: 999;
  }

  [class*="search-input"],
  input[placeholder*="Search"] {
    width: 100% !important;
    max-width: 100% !important;
    padding: 14px 16px !important;
    font-size: 16px !important; /* Prevents zoom on iOS */
  }

  input[placeholder*="Search"]::placeholder {
    font-size: 16px !important;
  }

  [class*="close"][class*="search"],
  .search-overlay button {
    top: 20px;
    right: 16px;
  }
}

@media (max-width: 480px) {
  [class*="search"][class*="overlay"]:not(#kp-search-overlay),
.search-overlay {
  .search-overlay {
    padding: 52px 12px 12px 12px !important;
  }

  [class*="search-input"],
  input[placeholder*="Search"] {
    padding: 12px 14px !important;
    font-size: 16px !important;
  }

  [class*="close"][class*="search"],
  .search-overlay button {
    width: 28px;
    height: 28px;
    top: 16px;
    right: 12px;
    font-size: 18px;
  }
}

/* ================================================
   ACCESSIBILITY
   ================================================ */

input[placeholder*="Search"]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
  font-size: 15px !important;
}

input[placeholder*="Search"]:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
  font-size: 15px !important;
  opacity: 1;
}

input[placeholder*="Search"]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
  font-size: 15px !important;
  opacity: 1;
}

input[placeholder*="Search"]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
  font-size: 15px !important;
}

/* Remove default input styling on mobile */
input[placeholder*="Search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Focus outline for accessibility */
[class*="search-input"]:focus,
input[placeholder*="Search"]:focus {
  outline: 2px solid rgba(255, 255, 255, 0.3);
  outline-offset: 2px;
}

/* ================================================
   REDUCED MOTION SUPPORT
   ================================================ */

@media (prefers-reduced-motion: reduce) {
  [class*="close"][class*="search"],
  .search-overlay button,
  [class*="search-result"],
  .search-overlay li {
    transition: none;
  }
}

/* ================================================
   END SEARCH OVERLAY REFINEMENTS
   ================================================ */
