/* Zero Variant Header Styles - Minimalist Design */

/* CSS Variables */
:root {
  --ps-red: #E60012;
  --ps-blue: #0070CC;
  --ps-green: #00AC9F;
  --ps-yellow: #F4C300;
  --zero-variant-black: #000;
  --zero-variant-dark: #1a1a1a;
  --zero-variant-gray: #333;
  --zero-variant-light-gray: #666;
  --zero-variant-white: #fff;
  --zero-variant-font: 'Helvetica Neue', Arial, sans-serif;
}

/* Header Container */
.zero-variant-header {
  background: #ffffff;
  position: relative;
  z-index: 1000;
  width: 100%;
  max-width: 100%;
  overflow: visible;
  font-family: var(--zero-variant-font);
}

/* Promo Banner */
.promo-banner {
  background: #0f766e; /* solid teal */
  color: #ffffff;
  padding: 10px 0;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.promo-banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.promo-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  stroke-width: 2.5;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

.promo-text {
  letter-spacing: 0.025em;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .promo-banner {
    font-size: 11px;
    padding: 10px 0;
  }

  .promo-banner-content {
    padding: 0 20px;
    gap: 8px;
  }

  .promo-icon {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 480px) {
  .promo-banner {
    font-size: 10px;
    padding: 8px 0;
  }

  .promo-banner-content {
    padding: 0 12px;
    gap: 6px;
  }

  .promo-icon {
    width: 14px;
    height: 14px;
  }
}

/* Main Header */
.header-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  position: relative;
  gap: 24px;
  overflow: visible;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  flex-wrap: nowrap;
  overflow: visible;
}

/* Logo */
.logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
  line-height: 1;
  font-smooth: antialiased;
}

.logo-container {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

.logo-mark.gunpla-box {
  background: linear-gradient(135deg, #fdfdfd 0%, #f2f4fb 100%);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  position: relative;
  padding: 8px 12px;
  height: 38px;
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.logo-mark.gunpla-box::before {
  content: '';
  position: absolute;
  top: -40%;
  left: -60%;
  width: 60%;
  height: 180%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: translateX(-50%) rotate(20deg);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.45s ease, opacity 0.45s ease;
}

.logo-mark.gunpla-box::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 4px;
  border: 1px solid transparent;
  pointer-events: none;
  transition: border-color 0.2s ease;
}

.logo:hover .logo-mark.gunpla-box {
  border-color: rgba(0, 0, 0, 0.08);
  filter: brightness(1.01);
}

.logo:hover .logo-mark.gunpla-box::after {
  border-color: rgba(244, 195, 0, 0.25);
}

.logo:hover .logo-mark.gunpla-box::before {
  transform: translateX(160%) rotate(20deg);
  opacity: 0.35;
}

.grade-badge {
  position: absolute;
  top: -2px;
  left: -2px;
  background: #111827;
  color: #fff;
  font-size: 7px;
  font-weight: 700;
  padding: 2px 4px;
  border-radius: 2px;
  font-family: 'Space Grotesk', 'Helvetica Neue', sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.model-number {
  font-family: 'Space Grotesk', 'Helvetica Neue', sans-serif;
  font-size: 9px;
  color: #6b7280;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  margin-right: 6px;
}

.logo-mark.gunpla-box .logo-zero,
.logo-mark.gunpla-box .logo-n,
.logo-mark.gunpla-box .logo-slash {
  font-family: 'Space Grotesk', 'Helvetica Neue', sans-serif;
  font-weight: 700;
  color: #1f2937;
  letter-spacing: 0.05em;
  transition: color 0.2s ease;
}

.logo-mark.gunpla-box .logo-zero,
.logo-mark.gunpla-box .logo-n {
  font-size: 20px;
}

.logo-mark.gunpla-box .logo-slash {
  font-size: 17px;
  margin: 0 1px;
  color: #9ca3af;
}

.scale-text {
  position: absolute;
  bottom: 2px;
  right: 4px;
  font-size: 6px;
  color: #9ca3af;
  font-family: 'Space Grotesk', 'Helvetica Neue', sans-serif;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}

.logo-text {
  font-family: 'Space Grotesk', 'Helvetica Neue', sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: #0f172a;
  text-transform: uppercase;
  line-height: 1;
  text-rendering: optimizeLegibility;
}

@media (max-width: 768px) {
  .logo-container {
    gap: 6px;
  }

  .logo-mark.gunpla-box {
    height: 34px;
    padding: 6px 11px;
  }

  .logo-text {
    font-size: 18px;
    letter-spacing: 0.18em;
  }
}

/* Search Container - Unified body design */
@media (min-width: 769px) {
  .search-container {
    flex: 1;
    max-width: 700px;
    margin: 0 40px;
    position: relative;
    flex-shrink: 0;
    z-index: 1001;
  }
}

/* The search controller div becomes the styled container */
.search-container [data-controller="search"] {
  width: 100%;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  overflow: visible;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, border-radius 0.15s ease;
  position: relative;
}

.search-container [data-controller="search"]:focus-within {
  background: #ffffff;
  border-color: #d4d4d4;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

/* When results are showing, square off the bottom */
.search-container [data-controller="search"]:has(#autocomplete-results:not(.hidden):not(:empty)) {
  border-radius: 12px 12px 0 0;
  border-bottom-color: transparent;
}

.search-container #search-form,
.search-form {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
  background: transparent;
  border: none;
}

.search-container .search-bar__button,
.mobile-search .search-bar__button {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  padding: 8px;
  cursor: pointer;
  color: #78716c; /* stone-500 */
  transition: color 0.2s ease;
}

.search-container .search-bar__button:hover,
.mobile-search .search-bar__button:hover {
  color: #1c1917; /* stone-900 */
}

.search-container .search-bar__button svg,
.mobile-search .search-bar__button svg {
  width: 22px;
  height: 22px;
}

/* Clear button - positioned at right edge */
.search-container .search-bar__clear-button,
.mobile-search .search-bar__clear-button {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: none; /* Hidden by default, shown via JS */
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 4px;
  background: #e7e5e4;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: #78716c;
  transition: background-color 0.15s ease, color 0.15s ease;
  z-index: 2;
}

.search-container .search-bar__clear-button:hover,
.mobile-search .search-bar__clear-button:hover {
  background: #d6d3d1;
  color: #1c1917;
}

.search-container .search-bar__clear-button svg,
.mobile-search .search-bar__clear-button svg {
  width: 14px;
  height: 14px;
}

/* Hide webkit search decorations */
.search-container input[type="search"]::-webkit-search-cancel-button,
.search-container input[type="search"]::-webkit-search-decoration,
.mobile-search input[type="search"]::-webkit-search-cancel-button,
.mobile-search input[type="search"]::-webkit-search-decoration {
  display: none;
  -webkit-appearance: none;
}

/* Search Input - Clean minimal design, no border (container has border) */
.search-input,
.search-container input[type="search"],
.mobile-search input[type="search"] {
  width: 100%;
  padding: 11px 80px 11px 16px; /* Extra right padding for clear + search buttons */
  background: transparent;
  border: none;
  border-radius: 0;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  outline: none;
  transition: none;
  height: 44px;
  -webkit-appearance: none;
  appearance: none;
}

.search-input:focus,
.search-container input[type="search"]:focus,
.mobile-search input[type="search"]:focus {
  border: none;
  background: transparent;
  outline: none;
}

.search-input::placeholder,
.search-container input[type="search"]::placeholder,
.mobile-search input[type="search"]::placeholder {
  color: #a8a29e; /* stone-400 */
  font-weight: 400;
}

/* Autocomplete dropdown - Seamlessly connected to search container */
.search-container #autocomplete-results,
[data-controller="search"] #autocomplete-results {
  position: absolute !important;
  top: 100% !important;
  left: -1px !important;
  right: -1px !important;
  width: calc(100% + 2px) !important;
  background: #ffffff !important;
  border: 1px solid #d4d4d4 !important;
  border-top: 1px solid #e5e5e5 !important;
  border-radius: 0 0 12px 12px !important;
  max-height: 400px !important;
  overflow: hidden !important;
  z-index: 9999 !important;
  padding: 0 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1) !important;
  display: flex !important;
  flex-direction: column !important;
  box-sizing: border-box !important;
  margin-top: 0 !important;
}

.search-container #autocomplete-results.hidden,
.search-container #autocomplete-results:empty,
[data-controller="search"] #autocomplete-results.hidden,
[data-controller="search"] #autocomplete-results:empty {
  display: none !important;
  border: none !important;
  visibility: hidden !important;
}

/* Mobile autocomplete - handled in mobile_menu.scss */
.mobile-search #autocomplete-results-mobile,
[data-controller="search"] #autocomplete-results-mobile {
  /* Mobile styles are in mobile_menu.scss */
}

/* Custom scrollbar */
#autocomplete-results::-webkit-scrollbar,
#autocomplete-results-mobile::-webkit-scrollbar {
  width: 6px;
}

#autocomplete-results::-webkit-scrollbar-track,
#autocomplete-results-mobile::-webkit-scrollbar-track {
  background: #fafaf9;
}

#autocomplete-results::-webkit-scrollbar-thumb,
#autocomplete-results-mobile::-webkit-scrollbar-thumb {
  background: #d6d3d1; /* stone-300 */
  border-radius: 3px;
}

#autocomplete-results::-webkit-scrollbar-thumb:hover,
#autocomplete-results-mobile::-webkit-scrollbar-thumb:hover {
  background: #a8a29e; /* stone-400 */
}

/* Autocomplete list - Override Tailwind classes */
.search-container #autocomplete-results .autocomplete-results__list,
.search-container #autocomplete-results ul.autocomplete-results__list,
[data-controller="search"] #autocomplete-results .autocomplete-results__list,
[data-controller="search"] #autocomplete-results ul.autocomplete-results__list,
#autocomplete-results ul.autocomplete-results__list.flex {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  list-style: none !important;
  gap: 0 !important;
  flex: 1 !important;
  overflow-y: auto !important;
  min-height: 0 !important;
}

/* Mobile autocomplete list */
.mobile-search #autocomplete-results-mobile .autocomplete-results__list,
.mobile-search #autocomplete-results-mobile ul.autocomplete-results__list,
[data-controller="search"] #autocomplete-results-mobile .autocomplete-results__list,
[data-controller="search"] #autocomplete-results-mobile ul.autocomplete-results__list,
#autocomplete-results-mobile ul.autocomplete-results__list.flex {
  background: transparent !important;
  border: none !important;
  padding: 8px 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  display: block !important;
  list-style: none !important;
  flex-direction: column !important;
  gap: 0 !important;
}

/* Autocomplete result items */
.autocomplete-results__item {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.autocomplete-results__item:last-child .autocomplete-result-link {
  border-bottom: none !important;
}

/* Result link - flex container for image + info */
.autocomplete-result-link {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  padding: 14px 16px !important;
  text-decoration: none !important;
  border-bottom: 1px solid #f5f5f4 !important;
  background: transparent !important;
  transition: background-color 0.15s ease !important;
}

.autocomplete-result-link:hover,
.autocomplete-results__item.text-primary .autocomplete-result-link {
  background: #f5f5f4 !important;
}

/* Product thumbnail */
.autocomplete-result-image {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  overflow: hidden;
  background: #fafaf9;
  border: 1px solid #e7e5e4;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Larger images on desktop */
@media (min-width: 1024px) {
  .autocomplete-result-image {
    width: 80px;
    height: 80px;
  }
}

.autocomplete-result-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.autocomplete-result-image--placeholder {
  background: #f5f5f4;
  border: 1px dashed #d6d3d1;
}

.autocomplete-result-image--placeholder svg {
  width: 28px;
  height: 28px;
  color: #a8a29e;
}

@media (min-width: 1024px) {
  .autocomplete-result-image--placeholder svg {
    width: 32px;
    height: 32px;
  }
}

/* Product info container */
.autocomplete-result-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* Product name */
.autocomplete-result-name {
  font-family: var(--zero-variant-font) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #1c1917 !important;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .autocomplete-result-name {
    font-size: 16px !important;
  }
}

.autocomplete-result-link:hover .autocomplete-result-name,
.autocomplete-results__item.text-primary .autocomplete-result-name {
  color: #0f766e !important;
}

/* Product price */
.autocomplete-result-price {
  font-family: var(--zero-variant-font) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #57534e !important;
}

@media (min-width: 1024px) {
  .autocomplete-result-price {
    font-size: 16px !important;
  }
}

/* View all results link - Sticky at bottom */
.autocomplete-results__view-all {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border-top: 1px solid #e5e5e5 !important;
  flex-shrink: 0 !important;
  background: #ffffff !important;
}

.autocomplete-view-all-link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 14px 20px !important;
  text-decoration: none !important;
  background: #f5f5f5 !important;
  font-family: var(--zero-variant-font) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
  border-radius: 0 0 11px 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  transition: background-color 0.15s ease !important;
}

.autocomplete-view-all-link:hover {
  background: #e5e5e5 !important;
  color: #1a1a1a !important;
}

.autocomplete-view-all-link svg {
  width: 16px;
  height: 16px;
  fill: #1a1a1a;
}

/* Empty state */
.autocomplete-results__empty,
.autocomplete-results__item--empty {
  padding: 24px 16px !important;
  text-align: center;
  color: #78716c !important;
  font-size: 15px;
  font-family: var(--zero-variant-font) !important;
}

#autocomplete-results .see-all-results,
#autocomplete-results-mobile .see-all-results,
.search-container .see-all-results,
.mobile-search .see-all-results {
  display: block;
  padding: 14px 20px;
  margin-top: 4px;
  background: linear-gradient(90deg, transparent, rgba(0, 112, 209, 0.05), transparent);
  border-top: 1px solid rgba(0, 112, 209, 0.3);
  border-bottom: none;
  color: var(--ps-blue);
  text-decoration: none;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.see-all-results::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(0, 112, 209, 0.2), transparent);
  transition: left 0.5s ease;
}

.see-all-results:hover {
  background: rgba(0, 112, 209, 0.15);
  color: #fff;
}

.see-all-results:hover::before {
  left: 100%;
}

#autocomplete-results .no-results,
#autocomplete-results .autocomplete-results__item--empty,
#autocomplete-results-mobile .no-results,
#autocomplete-results-mobile .autocomplete-results__item--empty,
.search-container #autocomplete-results .autocomplete-results__item--empty,
.mobile-search #autocomplete-results-mobile .autocomplete-results__item--empty,
[data-controller="search"] #autocomplete-results .autocomplete-results__item--empty,
[data-controller="search"] #autocomplete-results-mobile .autocomplete-results__item--empty {
  display: block !important;
  padding: 14px 20px !important;
  text-align: center !important;
  color: #666 !important;
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  text-decoration: none !important;
  border: none !important;
  background: transparent !important;
}

/* Ensure no underlines in dropdown */
#autocomplete-results *,
#autocomplete-results-mobile * {
  text-decoration: none;
}

/* Header Actions */
.header-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  margin-left: auto;
}

.header-action-link {
  color: #666;
  text-decoration: none;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.2s ease;
}

.header-action-link:hover {
  color: #1a1a1a;
}

.cart-info {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #666;
  text-decoration: none;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.2s ease;
}

.cart-info:hover {
  color: #1a1a1a;
}

.cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  background: #333;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  border-radius: 9px;
  line-height: 1;
}

/* Navigation */
.main-navigation {
  background: #ffffff;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03);
}

.nav-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 0;
  margin: 0;
  padding: 0;
}

.nav-links li {
  margin: 0;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  color: #57534e; /* stone-600 */
  text-decoration: none;
  font-family: var(--zero-variant-font);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  border-radius: 999px;
  position: relative;
}

.nav-links a:hover {
  color: #1c1917; /* stone-900 */
  background: rgba(15, 23, 42, 0.05);
}

.nav-links a.active {
  color: #0f172a;
  font-weight: 600;
  background: linear-gradient(135deg, #ede9fe, #c7d2fe);
  box-shadow: 0 10px 25px rgba(99, 102, 241, 0.25);
}

.nav-links .dropdown-toggle::after {
  display: none;
}

.nav-links .dropdown-toggle:hover::after {
  transform: none;
}

/* Mobile Menu Toggle Button Only - Menu styles are in mobile_menu.scss */
.mobile-menu-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 10px;
}

.hamburger-lines {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hamburger-lines .line {
  width: 26px;
  height: 2px;
  background: var(--zero-variant-black);
  transition: all 0.3s ease;
}

/* Mobile Search Toggle Button */
.mobile-search-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  transition: background 0.2s ease;
}

.mobile-search-toggle:hover {
  background: rgba(0, 0, 0, 0.05);
}

.mobile-search-icon {
  width: 20px;
  height: 20px;
  color: var(--zero-variant-black);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .header-main {
    padding: 15px 20px;
  }

  .search-container {
    margin: 0 15px;
    max-width: 350px;
  }

  .nav-links a {
    padding: 15px 20px;
  }
}

@media (max-width: 768px) {
  .header-top {
    width: 100%;
    max-width: 100%;
  }

  .header-top-content {
    padding: 0 15px;
    margin: 0;
    max-width: 100%;
    width: 100%;
  }

  .header-top span {
    font-size: 10px;
  }

  .header-main {
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100vw;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    gap: 8px;
    overflow: hidden;
  }

  .header-left {
    flex: 0 1 auto;
    min-width: 0;
  }

  .header-actions {
    display: flex;
    align-items: center;
    flex-shrink: 1;
    gap: 8px;
  }

  .mobile-menu-toggle {
    flex-shrink: 0;
  }

  .logo-container {
    gap: 4px;
    transform: scale(0.95);
    transform-origin: left center;
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  .logo-mark {
    padding: 5px 7px;
    height: 30px;
  }

  .logo-mark.gunpla-box {
    width: auto;
    height: 38px;
    padding: 9px 14px;
    display: flex;
    align-items: center;
  }

  .logo-mark.gunpla-box .logo-zero,
  .logo-mark.gunpla-box .logo-n,
  .logo-mark.gunpla-box .logo-slash {
    color: #444;
  }

  .logo-mark.gunpla-box .logo-zero,
  .logo-mark.gunpla-box .logo-n {
    font-size: 20px;
  }

  .logo-mark.gunpla-box .logo-slash {
    font-size: 17px;
  }

  .logo-mark.gunpla-box .model-number {
    font-size: 10px;
  }

  .logo-text {
    display: none;
  }

  .search-container {
    display: none;
    flex: 0;
    max-width: 0;
    min-width: 0;
    width: 0;
    margin: 0;
  }

  .header-actions a {
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .header-actions > a {
    display: none;
  }
  
  .header-actions #link-to-cart {
    display: block;
    position: relative;
    z-index: 1;
    margin-right: 0;
    padding-right: 0;
  }
  
  .header-actions #link-to-cart a,
  .header-actions #link-to-cart .cart-info {
    display: inline-block;
    visibility: visible;
    opacity: 1;
    color: var(--zero-variant-black);
    white-space: nowrap;
  }

  .mobile-menu-toggle {
    display: block;
    width: 36px;
    height: 36px;
    padding: 8px;
    flex-shrink: 0;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    transition: background 0.2s ease;
  }
  
  .mobile-menu-toggle:active {
    background: rgba(0, 0, 0, 0.05);
  }
  
  .hamburger-lines {
    width: 20px;
    height: 20px;
  }
  
  .hamburger-lines .line {
    width: 18px;
    height: 2px;
  }

  /* Show mobile search button */
  .mobile-search-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 8px;
    flex-shrink: 0;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
  }

  .mobile-search-toggle:active {
    background: rgba(0, 0, 0, 0.05);
  }

  .main-navigation {
    display: none;
  }

  .nav-container {
    overflow-x: hidden;
    padding: 0;
  }

  .nav-links {
    display: none;
  }
}

@media (max-width: 480px) {
  .header-actions {
    gap: 8px;
  }

  /* Simplified logo for mobile - cleaner and more readable */
  .logo-container {
    transform: none;
    gap: 6px;
  }

  .logo-mark.gunpla-box {
    height: 36px;
    padding: 6px 10px;
    background: linear-gradient(135deg, #f8f9fc 0%, #eef1f8 100%);
  }

  /* Hide decorative elements on small mobile */
  .logo-mark.gunpla-box .grade-badge,
  .logo-mark.gunpla-box .model-number,
  .logo-mark.gunpla-box .scale-text {
    display: none;
  }

  .logo-mark.gunpla-box .logo-zero,
  .logo-mark.gunpla-box .logo-n {
    font-size: 20px;
    font-weight: 700;
  }

  .logo-mark.gunpla-box .logo-slash {
    font-size: 16px;
  }
}

/* Animations removed for cleaner design */
