:root {
  --oalt-primary: #c02222;
  --oalt-primary-dark: #8e1515;
  --oalt-ink: #000000;
  --oalt-mist: #f3f5f9;
  --oalt-steel: #d6dce7;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background: radial-gradient(circle at 20% -10%, #ffffff 0%, var(--oalt-mist) 34%, #e8edf4 100%);
  color: #121822;
}

/* Critical utility fallbacks to avoid Tailwind CDN render shift on first paint */
.hidden { display: none !important; }
.mx-auto { margin-left: auto; margin-right: auto; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.mt-16 { margin-top: 4rem; }
.max-w-7xl { max-width: 80rem; width: 100%; }
.max-w-\[1500px\] { max-width: 1500px; width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
}

.site-header {
  background: rgba(8, 10, 14, 0.08);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  transition: background-color 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.site-header.is-shrunk {
  box-shadow: 0 8px 22px rgba(10, 20, 34, 0.08);
}

.site-header.is-solid {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(214, 226, 240, 0.95);
  box-shadow: 0 10px 28px rgba(10, 20, 34, 0.08);
}

.admin-console-header {
  background: linear-gradient(90deg, #0f172a 0%, #111827 58%, #1f2937 100%);
  border-bottom: 1px solid rgba(148, 163, 184, 0.24);
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.34);
}

.admin-console-bar {
  min-height: 64px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.75rem;
  align-items: center;
}

.admin-console-logo {
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 0.25rem 0.45rem;
}

.admin-console-logo:hover {
  border-color: rgba(248, 250, 252, 0.22);
  background: rgba(248, 250, 252, 0.08);
}

.admin-console-nav {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  overflow-x: auto;
  scrollbar-width: thin;
}

.admin-console-nav a {
  color: #cbd5e1;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 0.42rem 0.64rem;
  font-size: 0.85rem;
  font-weight: 700;
  white-space: nowrap;
}

.admin-console-nav a:hover {
  color: #ffffff;
  background: rgba(248, 250, 252, 0.08);
  border-color: rgba(248, 250, 252, 0.16);
}

.admin-console-nav a.is-active {
  color: #ffffff;
  background: rgba(192, 34, 34, 0.22);
  border-color: rgba(192, 34, 34, 0.62);
}

.admin-console-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
}

.admin-console-store-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid rgba(148, 163, 184, 0.3);
  border-radius: 999px;
  color: #e2e8f0;
  padding: 0.38rem 0.65rem;
  font-size: 0.8rem;
  font-weight: 700;
}

.admin-console-store-link:hover {
  border-color: rgba(248, 250, 252, 0.56);
  color: #ffffff;
}

.admin-console-user {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid rgba(148, 163, 184, 0.3);
  border-radius: 999px;
  color: #e2e8f0;
  padding: 0.38rem 0.65rem;
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
}

.admin-console-logout {
  border: 1px solid rgba(192, 34, 34, 0.66);
  border-radius: 999px;
  background: #c02222;
  color: #ffffff;
  padding: 0.38rem 0.72rem;
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
}

.admin-console-logout:hover {
  background: #991b1b;
  border-color: #991b1b;
}

@media (max-width: 1100px) {
  .admin-console-bar {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding-top: 0.45rem;
    padding-bottom: 0.55rem;
  }

  .admin-console-actions {
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}

a,
button {
  transition: all 220ms ease;
}

.ticker-wrap {
  background: linear-gradient(90deg, #f69e0b 7%, #d97706 83%);
  color: #111827;
  overflow: hidden;
  border-bottom: 1px solid #b25c02;
}

.ticker-track {
  display: flex;
  width: max-content;
  white-space: nowrap;
  animation: ticker 24s linear infinite;
}

.ticker-wrap:hover .ticker-track {
  animation-play-state: paused;
}

.ticker-row {
  display: inline-flex;
  gap: 2.25rem;
  white-space: nowrap;
  padding: 0.6rem 0;
  padding-right: 2.25rem;
}

.ticker-track span {
  font-size: 0.85rem;
  letter-spacing: 0.3px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.nav-links a,
.nav-links button {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #162130;
  font-weight: 500;
}

.desktop-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.amazon-nav-shell {
  background: transparent;
  color: #0f172a;
  border-bottom: 0;
}

.amazon-nav-top {
  display: grid;
  grid-template-columns: auto auto minmax(320px, 1fr) auto auto auto;
  gap: 0.6rem;
  align-items: center;
  padding: 0.55rem 0.75rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 14px;
  margin-top: 0.45rem;
  margin-bottom: 0.35rem;
  box-shadow: 0 12px 32px rgba(14, 22, 36, 0.08);
  transition: background-color 260ms ease, box-shadow 260ms ease;
}

.site-header.is-solid .amazon-nav-top {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 24px rgba(11, 24, 42, 0.07);
}

.site-header.is-shrunk .amazon-nav-top {
  padding-top: 0.38rem;
  padding-bottom: 0.38rem;
}

.site-header.is-shrunk .amazon-logo img {
  height: 34px !important;
}

.site-header.is-shrunk .amazon-search select,
.site-header.is-shrunk .amazon-search input,
.site-header.is-shrunk .amazon-search button {
  height: 36px;
}

.amazon-logo {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.45rem;
  border: 1px solid transparent;
}

.amazon-logo:hover {
  border-color: rgba(15, 23, 42, 0.2);
  background: #f8fbff;
}

.amazon-location {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  padding: 0.4rem 0.5rem;
  color: #0f172a;
  background: #ffffff;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.amazon-location i {
  color: #f59e0b;
}

.amazon-location small {
  display: block;
  color: #64748b;
  line-height: 1;
}

.amazon-location strong {
  display: block;
  line-height: 1.1;
}

.location-modal {
  position: fixed;
  inset: 0;
  z-index: 95;
  background: rgba(2, 6, 23, 0.56);
  display: grid;
  place-items: center;
  padding: 1rem;
}

.location-modal-card {
  width: min(100%, 460px);
  background: #ffffff;
  border: 1px solid #d9e4f2;
  border-radius: 16px;
  box-shadow: 0 24px 44px rgba(15, 23, 42, 0.25);
  padding: 1rem;
  position: relative;
}

.location-modal-close {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid #d9e4f2;
  background: #ffffff;
  color: #1f2937;
  display: grid;
  place-items: center;
}

.location-modal-card h3 {
  margin: 0;
  padding-right: 2.2rem;
  font-size: 1.2rem;
  font-weight: 800;
  color: #0f172a;
}

.location-modal-copy {
  margin: 0.34rem 0 0;
  color: #475569;
  font-size: 0.92rem;
}

.location-mode-switch {
  margin-top: 0.82rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid #d9e4f2;
  border-radius: 999px;
  padding: 0.2rem;
  background: #f8fbff;
}

.location-mode-btn {
  border: 1px solid transparent;
  background: transparent;
  color: #475569;
  border-radius: 999px;
  padding: 0.34rem 0.76rem;
  font-size: 0.84rem;
  font-weight: 700;
}

.location-mode-btn.is-active {
  background: #c02222;
  border-color: #c02222;
  color: #ffffff;
}

.location-detect-btn {
  margin-top: 0.9rem;
  width: 100%;
  border: 1px solid #c02222;
  background: #c02222;
  color: #ffffff;
  border-radius: 10px;
  padding: 0.72rem 0.9rem;
  font-size: 0.95rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
}

.location-detect-btn:disabled {
  opacity: 0.75;
  cursor: not-allowed;
}

.location-loading {
  margin-top: 0.62rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #334155;
  font-size: 0.9rem;
}

.location-spinner {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 2px solid #cbd5e1;
  border-top-color: #c02222;
  animation: location-spin 0.85s linear infinite;
}

@keyframes location-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.location-status {
  margin-top: 0.65rem;
  border-radius: 10px;
  padding: 0.58rem 0.72rem;
  font-size: 0.9rem;
  line-height: 1.35;
}

.location-status.is-success {
  background: #eefbf2;
  border: 1px solid #9cd8ac;
  color: #166534;
}

.location-status.is-error {
  background: #fff1f1;
  border: 1px solid #f7c9c9;
  color: #991b1b;
}

.location-status.is-info {
  background: #eff6ff;
  border: 1px solid #bfd9ff;
  color: #1e40af;
}

.manual-location-wrap {
  margin-top: 0.78rem;
  padding-top: 0.78rem;
  border-top: 1px dashed #d5e0ef;
}

.manual-location-fields {
  display: grid;
  gap: 0.62rem;
}

.manual-location-wrap label {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: #334155;
}

.manual-location-row {
  margin-top: 0.62rem;
  display: flex;
  justify-content: flex-end;
}

.manual-location-fields input {
  border: 1px solid #c9d7ea;
  border-radius: 10px;
  min-height: 42px;
  padding: 0 0.72rem;
  width: 100%;
}

.manual-location-row button {
  border: 1px solid #0f172a;
  background: #0f172a;
  color: #ffffff;
  border-radius: 10px;
  min-height: 42px;
  padding: 0 0.85rem;
  font-weight: 700;
}

@media (max-width: 640px) {
  .location-modal {
    align-items: flex-end;
    padding: 0.4rem;
  }

  .location-modal-card {
    width: 100%;
    border-radius: 14px 14px 8px 8px;
  }

  .manual-location-row {
    display: block;
  }

  .manual-location-row button {
    width: 100%;
  }
}

.amazon-search {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 84px 1fr 52px;
  border: 1px solid #d5e1f0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  min-width: 300px;
}

.amazon-search select,
.amazon-search input {
  border: 0;
  height: 42px;
  padding: 0 0.7rem;
}

.amazon-search select {
  background: #f1f5fb;
  color: #1f2937;
}

.amazon-search input {
  background: #fff;
  color: #1f2937;
}

.amazon-search button {
  border: 0;
  background: #f59e0b;
  color: #111827;
  font-size: 1.05rem;
}

.amazon-top-link {
  color: #0f172a;
  padding: 0.2rem 0.45rem;
  border: 1px solid transparent;
  position: relative;
  z-index: 2;
}

.amazon-top-link small {
  display: block;
  font-size: 0.76rem;
  color: #64748b;
  line-height: 1;
}

.amazon-top-link strong {
  display: block;
  line-height: 1.15;
}

.amazon-account-menu {
  position: relative;
  z-index: 8;
}

.amazon-account-trigger strong {
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
}

.amazon-account-trigger strong i {
  font-size: 0.7rem;
  color: #64748b;
  transition: transform 180ms ease;
}

.amazon-account-dropdown {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  width: 290px;
  border: 1px solid #d9e3f0;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 20px 36px rgba(15, 23, 42, 0.14);
  padding: 0.72rem;
  display: grid;
  gap: 0.18rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 170ms ease, transform 170ms ease, visibility 170ms ease;
}

.amazon-account-menu:hover .amazon-account-dropdown,
.amazon-account-menu:focus-within .amazon-account-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.amazon-account-menu:hover .amazon-account-trigger strong i,
.amazon-account-menu:focus-within .amazon-account-trigger strong i {
  transform: rotate(180deg);
}

.amazon-account-dropdown__title {
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #6b7280;
  padding: 0.32rem 0.2rem 0.18rem;
}

.amazon-account-dropdown a {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  color: #1f2937;
  border-radius: 8px;
  padding: 0.52rem 0.62rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.amazon-account-dropdown a:hover {
  background: #f8fbff;
  color: #0f4ea4;
}

.amazon-account-dropdown a i {
  width: 16px;
  text-align: center;
}

.amazon-account-dropdown__signin-btn {
  justify-content: center;
  background: #f69e0b;
  color: #111827 !important;
  font-weight: 800 !important;
}

.amazon-account-dropdown__signin-btn:hover {
  background: #d97706 !important;
  color: #ffffff !important;
}

.amazon-account-dropdown__new {
  margin: 0.18rem 0 0.28rem;
  padding: 0 0.2rem;
  font-size: 0.8rem;
  color: #64748b;
}

.amazon-account-dropdown__new a {
  display: inline;
  padding: 0;
  color: var(--oalt-primary);
  font-size: inherit;
  font-weight: 700;
}

.amazon-account-dropdown__logout {
  margin-top: 0.2rem;
}

.amazon-account-dropdown__logout button {
  width: 100%;
  border: 1px solid #f1c7c7;
  border-radius: 8px;
  background: #fff6f6;
  color: #b91c1c;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 0.5rem 0.62rem;
  text-align: left;
}

.amazon-account-dropdown__logout button:hover {
  background: #ffeded;
}

.amazon-top-link:hover,
.amazon-cart-link:hover {
  border-color: rgba(15, 23, 42, 0.2);
  background: #eff6ff;
}

.amazon-cart-link {
  color: #0f172a;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid transparent;
  padding: 0.2rem 0.45rem;
  position: relative;
  z-index: 2;
}

.cart-icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.cart-count-badge {
  position: absolute;
  top: -8px;
  right: -12px;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #c02222;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 18px;
  text-align: center;
  padding: 0 4px;
  box-shadow: 0 5px 12px rgba(192, 34, 34, 0.35);
}

.cart-mobile-btn {
  position: relative;
}

.cart-count-badge--mobile {
  top: -4px;
  right: -4px;
}

.amazon-nav-bottom {
  background: rgba(255, 255, 255, 0.72);
  border-top: 1px solid rgba(214, 226, 240, 0.7);
  border-bottom: 1px solid rgba(214, 226, 240, 0.7);
  backdrop-filter: blur(10px);
  transition: background-color 260ms ease, border-color 260ms ease;
}

.site-header.is-solid .amazon-nav-bottom {
  background: rgba(255, 255, 255, 0.94);
  border-top-color: rgba(214, 226, 240, 0.92);
  border-bottom-color: rgba(214, 226, 240, 0.92);
}

.amazon-menu-row {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  overflow: visible;
  white-space: nowrap;
  padding: 0.6rem 0;
  position: relative;
}

.amazon-menu-row > a {
  color: #1f2937;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0.1rem 0.25rem;
}

.amazon-menu-row > a:hover {
  color: #0f4ea4;
  background: #eef5ff;
  border-radius: 6px;
}

.amazon-menu-row > a.is-active {
  color: var(--oalt-primary);
  background: #fff0f0;
  border-radius: 6px;
}

.mega-category-menu {
  position: relative;
  flex-shrink: 0;
}

.mega-category-trigger {
  border: 1px solid transparent;
  background: transparent;
  color: #1f2937;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 0.2rem 0.34rem;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
}

.mega-category-trigger:hover {
  color: #0f4ea4;
  background: #eef5ff;
}

.mega-category-trigger.is-active {
  color: var(--oalt-primary);
  background: #fff0f0;
}

.mega-category-panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: min(960px, 88vw);
  border: 1px solid #d8e3f1;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.14);
  padding: 0.8rem 0.9rem 1rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  z-index: 24;
}

.mega-category-menu:hover .mega-category-panel,
.mega-category-menu:focus-within .mega-category-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.mega-category-menu:hover .mega-category-trigger,
.mega-category-menu:focus-within .mega-category-trigger {
  color: #0f4ea4;
  background: #eef5ff;
}

.mega-category-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.6rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #e2ebf6;
}

.mega-category-all {
  border-radius: 8px;
  background: #fff2f2;
  color: #b91c1c;
  font-weight: 800;
  font-size: 0.88rem;
  padding: 0.38rem 0.68rem;
}

.mega-category-all:hover {
  background: #ffe4e4;
  color: #991b1b;
}

.mega-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.mega-category-column {
  min-width: 0;
}

.mega-category-parent {
  display: inline-block;
  color: #111827;
  font-weight: 800;
  font-size: 0.9rem;
  margin-bottom: 0.42rem;
}

.mega-category-parent:hover {
  color: #c02222;
}

.mega-category-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.28rem;
}

.mega-category-column li a {
  color: #334155;
  font-size: 0.84rem;
  line-height: 1.25;
  border-radius: 6px;
  padding: 0.24rem 0.35rem;
  display: block;
}

.mega-category-column li a:hover {
  color: #0f4ea4;
  background: #f1f6ff;
}

.mega-category-empty {
  margin: 0.1rem 0 0;
  color: #64748b;
  font-size: 0.82rem;
}

@media (max-width: 1360px) {
  .mega-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .mega-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.amazon-menu-cta {
  margin-left: auto;
  background: #b38105;
  border-radius: 50px;
  padding: 0.5rem 0.9rem;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.desktop-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: var(--oalt-primary);
  color: #fff;
  padding: 0.7rem 1.05rem;
  border-radius: 999px;
  font-weight: 700;
  white-space: nowrap;
}

.desktop-cta:hover {
  background: var(--oalt-primary-dark);
}

.mobile-header {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.mobile-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.mobile-icons {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.mobile-icon-btn {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #162130;
  border: 1px solid #d7dfea;
  background: #fff;
  font-size: 1rem;
}

.mobile-icon-btn:hover {
  color: var(--oalt-primary);
}

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(6, 11, 18, 0.52);
  z-index: 70;
}

.mobile-menu-panel {
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  width: min(70vw, 430px);
  background: #fff;
  box-shadow: -18px 0 46px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  padding: 1rem;
  transform: translateX(100%);
  transition: transform 260ms ease;
}

.mobile-menu-overlay.open .mobile-menu-panel {
  transform: translateX(0);
}

.mobile-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  border-bottom: 1px solid #e3e9f2;
  padding-bottom: 0.7rem;
}

.mobile-menu-links {
  display: grid;
  gap: 0.25rem;
  margin-top: 0.95rem;
}

.mobile-menu-links a,
.mobile-menu-links button {
  width: 100%;
  text-align: left;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #1a2a3d;
  border: none;
  background: transparent;
  padding: 0.75rem 0.3rem;
  border-radius: 8px;
}

.mobile-menu-links a:hover,
.mobile-menu-links button:hover {
  background: #f2f6fc;
  color: var(--oalt-primary);
}

.mobile-menu-links a.is-active {
  background: #fff1f1;
  color: var(--oalt-primary);
  border: 1px solid #ffd3d3;
}

.mobile-menu-cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
  background: var(--oalt-primary);
  color: #fff;
  border-radius: 999px;
  padding: 0.8rem 0.95rem;
  font-weight: 700;
}

.mobile-menu-cta:hover {
  background: var(--oalt-primary-dark);
}

.nav-links a:hover,
.nav-links button:hover {
  color: var(--oalt-primary);
}

.lux-hero {
  width: 100%;
  min-height: 650px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.lux-hero--image {
  background-image:
    linear-gradient(100deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.52) 42%, rgba(192, 34, 34, 0.24) 100%),
    var(--lux-bg);
}

.lux-hero--gradient {
  background-image:
    radial-gradient(circle at 15% 20%, rgba(192, 34, 34, 0.45), transparent 42%),
    radial-gradient(circle at 83% 76%, rgba(192, 34, 34, 0.35), transparent 40%),
    linear-gradient(112deg, #000000 4%, #161616 48%, #5d1111 100%);
}

.lux-hero__inner {
  width: min(100%, 1920px);
  min-height: 650px;
  margin: 0 auto;
  padding: 56px 72px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 28px;
}

.lux-hero__left {
  color: #ffffff;
  animation: luxFadeUp 900ms ease-out both;
}

.lux-hero__eyebrow {
  margin: 0;
  font-size: 0.82rem;
  letter-spacing: 0.28em;
  text-transform: capitalize;
  color: #ffd9d9;
}

.lux-hero__title {
  margin: 14px 0 0;
  font-size: clamp(2rem, 4.1vw, 4.5rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.02em;
  max-width: 760px;
}

.lux-hero__subtitle {
  margin: 16px 0 0;
  font-size: clamp(1.1rem, 1.5vw, 1.65rem);
  color: #f7f7f7;
}

.lux-hero__cta {
  margin-top: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  padding: 15px 30px;
  border-radius: 999px;
  font-size: 1.06rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(120deg, #c02222 0%, #e63939 45%, #000000 100%);
  background-size: 220% 220%;
  box-shadow: 0 14px 36px rgba(192, 34, 34, 0.35);
  animation: luxGradientMove 4s ease infinite;
}

.lux-hero__cta:hover {
  transform: scale(1.06);
  box-shadow: 0 18px 44px rgba(192, 34, 34, 0.6);
}

.lux-hero__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  animation: luxFadeInRight 1000ms ease-out both;
}

.lux-hero__bike {
  width: min(760px, 100%);
  max-height: 520px;
  object-fit: contain;
  filter: drop-shadow(0 26px 42px rgba(0, 0, 0, 0.48));
  transform: translateY(8px);
}

.home-commerce-strip {
  margin-top: -42px;
  position: relative;
  z-index: 3;
}

.home-commerce-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.home-commerce-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #e2e8f4;
  border-radius: 14px;
  padding: 1rem;
  box-shadow: 0 14px 28px rgba(12, 27, 48, 0.09);
}

.home-commerce-card h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  display: inline-flex;
  gap: 0.42rem;
  align-items: center;
}

.home-commerce-card p {
  margin: 0.34rem 0 0;
  color: #3b4a5f;
  font-size: 0.9rem;
}

.home-commerce-card a {
  margin-top: 0.55rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--oalt-primary);
  font-weight: 600;
  font-size: 0.9rem;
}

.mobile-bottom-nav {
  display: none;
}

@keyframes luxFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes luxFadeInRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes luxGradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.hero-slider {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  height: clamp(360px, 47vw, 683px);
}

.hero-stage-wrap {
  width: 100%;
  background: #000000;
  position: relative;
}

.hero-stage {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 1200ms cubic-bezier(0.22, 1, 0.36, 1), transform 7600ms ease;
  will-change: opacity, transform, filter;
  background-size: cover;
  background-position: center center;
  filter: saturate(1.05) contrast(1.02);
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.hero-tone-1 {
  background:
    radial-gradient(circle at 12% 18%, rgba(192, 34, 34, 0.5), transparent 42%),
    linear-gradient(112deg, #000000 6%, #240707 52%, #4a0d0d 100%);
}

.hero-tone-2 {
  background:
    radial-gradient(circle at 82% 78%, rgba(192, 34, 34, 0.4), transparent 44%),
    linear-gradient(110deg, #000000 2%, #151515 52%, #3c0c0c 100%);
}

.hero-tone-3 {
  background:
    radial-gradient(circle at 50% 20%, rgba(192, 34, 34, 0.48), transparent 40%),
    linear-gradient(108deg, #000000 0%, #141414 54%, #5a1111 100%);
}

.hero-bg-layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(108deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.54) 42%, rgba(192, 34, 34, 0.22) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

.hero-dot {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.56);
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.38);
  transition: transform 0.24s ease, background-color 0.24s ease;
}

.hero-dot.is-active {
  background: var(--oalt-primary);
  transform: scale(1.14);
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.26rem 0.55rem;
  border-radius: 999px;
  background: rgba(5, 8, 12, 0.35);
  backdrop-filter: blur(4px);
}

/* Lighthouse: postpone below-the-fold rendering cost */
.home-commerce-strip,
.headline-band,
.best-seller-wrap,
.full-banner,
.features-grid-wrap,
.modes-wrap,
.cred-strip,
.why-wrap,
.knowledge-wrap,
.newsletter-pre-footer-shell {
  content-visibility: auto;
  contain-intrinsic-size: 720px;
}

.best-seller-wrap {
  background: linear-gradient(180deg, #eaf0f8 0%, #dce5f2 100%);
}

.best-seller-title {
  text-transform: capitalize;
  letter-spacing: 0.04em;
  font-size: 1.3rem;
  font-weight: 700;
  color: #c02222;
  margin-bottom: 1.4rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.headline-band {
  background: #f7faff;
  border-top: 1px solid #d6e1f3;
  border-bottom: 1px solid #d6e1f3;
}

.headline-band h2 {
  margin: 0;
  padding: 1.25rem 0;
  color: #c0222c;
  font-size: clamp(1.25rem, 2.6vw, 2.1rem);
  line-height: 1.2;
  text-transform: capitalize;
  font-weight: 800;
}

.product-marquee {
  overflow: hidden;
  width: 100%;
  padding-inline: 0.5rem;
}

.product-track {
  display: flex;
  gap: 1.2rem;
  width: max-content;
  animation: productLoop 28s linear infinite;
  padding: 0.35rem 1.25rem 1.2rem;
}

.product-marquee:hover .product-track {
  animation-play-state: paused;
}

@keyframes productLoop {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.product-card {
  position: relative;
  width: 392px;
  background: #f1f1f1;
  border: 2px solid rgba(192, 34, 34, 0.28);
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.home-product-card {
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  height: 600px;
  min-height: 600px;
  max-height: 600px;
  box-sizing: border-box;
}

.product-card-link {
  display: block;
  color: inherit;
  flex: 1;
}

.product-media-wrap {
  position: relative;
}

.home-product-card .product-card-link {
  padding-top: 36px;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.home-product-card .product-card-img {
  height: 250px;
}

.home-product-card .product-card-body {
  flex: 1;
  padding: 0.72rem 0.9rem 0.42rem;
  gap: 0.12rem;
}

.home-product-card .product-card-subtitle {
  margin-top: 0.06rem;
  min-height: 2.1em;
}

.home-product-card .product-copy {
  margin-top: 0.08rem;
  min-height: 2.35em;
}

.home-product-card .product-price {
  margin-top: 0.26rem;
}

.home-product-card .product-emi-line {
  margin-top: 0.22rem;
}

.home-product-card .product-card-actions {
  margin-top: 0.18rem;
  padding: 0 8px 8px;
}

.product-discount-badge {
  position: absolute;
  top: 8px;
  left: 10px;
  z-index: 2;
  border-radius: 999px;
  background: linear-gradient(120deg, #c02222, #8e1515);
  color: #fff;
  padding: 0.26rem 0.58rem;
  font-size: 0.72rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  box-shadow: 0 8px 14px rgba(192, 34, 34, 0.3);
}

.product-card h3 {
  text-align: center;
  font-size: clamp(1.25rem, 1.85vw, 1.95rem);
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #000000;
  margin: 0.75rem 0.55rem 0.2rem;
  text-transform: capitalize;
  line-height: 1.12;
}

.product-card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.12em * 2);
}

.product-card-img {
  height: 250px;
  width: 100%;
  object-fit: contain;
  background: #f1f1f1;
}

.product-hover-tools {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 3;
}

.product-card:hover .product-hover-tools,
.product-card:focus-within .product-hover-tools {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.product-hover-icon-btn {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(192, 34, 34, 0.35);
  background: rgba(255, 255, 255, 0.96);
  color: #8e1515;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 16px rgba(12, 20, 34, 0.14);
}

.product-hover-icon-btn:hover {
  background: #fff1f1;
  border-color: #c02222;
}

.product-hover-icon-btn.is-active {
  background: #c02222;
  border-color: #c02222;
  color: #ffffff;
}

.product-card-body {
  padding: 0.95rem 1rem 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.product-color-dots {
  display: flex;
  justify-content: flex-end;
  gap: 0.55rem;
}

.product-meta-row {
  margin-top: 0.2rem;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.6rem;
}

.product-color-dots span {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.12);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-color-dots span:hover {
  transform: scale(1.12);
  box-shadow: 0 0 0 2px rgba(192, 34, 34, 0.18);
}

.product-color-dots span.is-active {
  transform: scale(1.1);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
}

.product-stars {
  color: #f4bf24;
  display: flex;
  gap: 0.24rem;
  font-size: 0.86rem;
  flex-shrink: 0;
}

.product-price {
  margin-top: 0.45rem;
  font-size: 0.96rem;
  color: #000000;
  font-weight: 600;
}

.product-copy {
  margin-top: 0.2rem;
  color: #2f3745;
  font-size: 0.84rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.6em;
}

.product-price span {
  font-size: 0.9rem;
  color: #2e3645;
  margin-right: 0.3rem;
  font-weight: 500;
}

.product-price del {
  color: #3c4048;
  font-weight: 700;
  margin-right: 0.25rem;
}

.product-price strong {
  color: #c02222;
  font-weight: 800;
}

.product-price em {
  font-style: normal;
  color: #0d8a31;
  font-weight: 700;
  font-size: 0.8rem;
  margin-left: 0.22rem;
}

.product-card-body {
  align-items: flex-start;
}

.product-card-title {
  text-align: left;
  font-size: 1.18rem;
  font-weight: 800;
  color: #101827;
  margin: 0;
  line-height: 1.22;
}

.product-card-subtitle {
  margin: 0.14rem 0 0;
  color: #475569;
  font-size: 0.88rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.35em;
}

.product-rating-row {
  margin-top: 0.26rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.product-emi-line {
  margin-top: 0.42rem;
  color: #1f2933;
  font-size: 0.83rem;
}

.product-emi-line b {
  font-size: 0.74rem;
  border: 1px solid #8f99a7;
  border-radius: 999px;
  padding: 0.08rem 0.45rem;
  font-weight: 600;
}

.full-banner {
  min-height: clamp(420px, 48vw, 620px);
  background-size: cover;
  background-position: center center;
  display: grid;
  align-items: center;
  position: relative;
}

.full-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 7, 12, 0.68) 0%, rgba(4, 7, 12, 0.4) 38%, rgba(4, 7, 12, 0.1) 70%);
}

.full-banner-content {
  position: relative;
  z-index: 2;
  width: min(44vw, 760px);
  margin-left: clamp(20px, 6vw, 96px);
  margin-right: auto;
  color: #fff;
  text-align: left;
  max-width: 760px;
  padding: clamp(1rem, 2vw, 1.6rem) 0;
}

.full-banner-content h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3.15vw, 3.45rem);
  text-transform: capitalize;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
}

.full-banner-content p {
  margin-top: 0.75rem;
  font-size: clamp(0.98rem, 1.28vw, 1.25rem);
  font-weight: 500;
  line-height: 1.42;
  color: #f3f7ff;
  max-width: 30ch;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.section-blue-title {
  color: #c02222;
  font-size: clamp(1.7rem, 3vw, 3rem);
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 1.2rem;
}

.features-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.feature-card-lg,
.feature-card-sm {
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 280px;
}

.feature-card-lg {
  grid-row: 1 / 3;
  min-height: 560px;
}

.feature-card-lg::before,
.feature-card-sm::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(2, 10, 21, 0.78));
}

.feature-card-lg--video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.feature-card-lg--video::before {
  z-index: 1;
}

.feature-card-lg > div,
.feature-card-sm > div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 1.2rem 1.2rem 1.35rem;
  color: #fff;
}

.feature-card-lg h3,
.feature-card-sm h3 {
  margin: 0;
  font-size: clamp(1.6rem, 2.6vw, 2.4rem);
  text-transform: capitalize;
  font-weight: 900;
}

.feature-card-sm h3 {
  font-size: clamp(1.25rem, 2.1vw, 1.95rem);
}

.feature-card-lg p,
.feature-card-sm p {
  margin-top: 0.35rem;
  font-size: 1.1rem;
  color: #edf4ff;
}

.feature-card-sm p {
  font-size: 1rem;
}

.feature-know-more-btn {
  margin-top: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: linear-gradient(120deg, #c02222, #000000);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.46rem 1rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.feature-know-more-btn:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.modes-wrap {
  background: #f8fbff;
}

.modes-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mode-card {
  background: #fff;
  border: 1px solid #dce5f2;
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(12, 31, 66, 0.08);
  overflow: hidden;
  padding-bottom: 1rem;
}

.mode-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.mode-card h3 {
  margin: 0.95rem 1rem 0.28rem;
  text-transform: capitalize;
  color: #1a2533;
  font-size: 1.9rem;
  font-weight: 800;
}

.mode-card p {
  margin: 0 1rem;
  color: #414f62;
  font-size: 1.06rem;
}

.cred-strip {
  background: linear-gradient(180deg, #111827 0%, #1c2a40 100%);
  color: #fff;
}

.cred-strip h2 {
  text-transform: capitalize;
  font-size: clamp(1.8rem, 3vw, 3rem);
  margin: 0;
  font-weight: 900;
}

.cred-strip > div > p {
  margin-top: 0.28rem;
  color: #d7e5ff;
  font-size: 1.05rem;
}

.cred-cards {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1.35rem;
}

.cred-marquee {
  margin-top: 1.35rem;
  overflow: hidden;
  width: 100%;
}

.cred-track {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  width: max-content;
  animation: cred-scroll 34s linear infinite;
}

.cred-marquee:hover .cred-track {
  animation-play-state: paused;
}

.cred-card {
  background: #f4f7fd;
  border-radius: 12px;
  padding: 1rem;
  color: #1e2939;
  width: 300px;
  min-width: 300px;
}

.cred-avatar {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: #dbe9ff;
  display: grid;
  place-items: center;
  color: #1251aa;
  font-size: 1.4rem;
  overflow: hidden;
}

.cred-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cred-card h3 {
  margin: 0.85rem 0 0.22rem;
  font-size: 1.2rem;
  font-weight: 800;
}

.cred-card p {
  margin: 0;
  color: #4a5a70;
  font-size: 0.95rem;
}

@keyframes cred-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 0.5rem)); }
}

.why-wrap {
  background: #fff;
  border-top: 1px solid #e8edf5;
  border-bottom: 1px solid #e8edf5;
}

.why-heading {
  color: #c02222;
}

.why-intro {
  margin-top: 0.25rem;
  color: #29384e;
  font-size: 1.08rem;
  max-width: 1220px;
  line-height: 1.72;
}

.why-list {
  margin: 1rem 0 0;
  padding-left: 1.25rem;
  color: #2f3f54;
  font-size: 1.04rem;
  line-height: 1.7;
}

.why-list li {
  margin: 0.55rem 0;
}

.why-list li strong {
  color: #000000;
}

.why-prose {
  max-width: 1320px;
}

.why-more {
  margin-top: 1rem;
  padding-top: 0.8rem;
  border-top: 1px solid #e4e9f2;
}

.why-more h3 {
  margin: 1.2rem 0 0.35rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: #111827;
}

.why-more-btn {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  border-radius: 999px;
  padding: 0.66rem 1.2rem;
  background: #c02222;
  color: #ffffff;
  border: 1px solid #9a1717;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(192, 34, 34, 0.2);
}

.why-more-btn:hover {
  background: #8e1515;
  box-shadow: 0 10px 24px rgba(142, 21, 21, 0.25);
  transform: translateY(-1px);
}

.why-faq {
  margin-top: 2.2rem;
}

.why-faq-title {
  margin: 0 0 0.8rem;
  font-size: clamp(1.6rem, 2.5vw, 2.3rem);
  font-weight: 900;
  color: #c02222;
}

.why-faq-list {
  border-top: 1px solid #d9e1ee;
}

.why-faq-item {
  border-bottom: 1px solid #d9e1ee;
}

.why-faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 1rem 0;
  color: #000000;
  font-size: clamp(1.05rem, 1.9vw, 1.25rem);
  font-weight: 600;
}

.why-faq-q i {
  color: #c02222;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.why-faq-q[aria-expanded="true"] i::before {
  content: "\f068";
}

.why-faq-a {
  margin-top: -0.3rem;
  padding: 0 0 1rem;
  color: #000000;
  line-height: 1.7;
  font-size: 1.01rem;
  max-width: 1220px;
}

.knowledge-wrap {
  background: #f3f8ff;
}

.knowledge-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.knowledge-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #dce6f4;
  box-shadow: 0 12px 28px rgba(17, 41, 80, 0.08);
}

.knowledge-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.knowledge-body {
  padding: 1rem;
}

.knowledge-body h3 {
  margin: 0;
  color: #1d2a3d;
  font-size: 1.35rem;
  line-height: 1.2;
}

.knowledge-date {
  margin: 0 0 0.48rem;
  color: #6b7482;
  font-size: 0.95rem;
  font-weight: 500;
}

.knowledge-body p {
  margin-top: 0.55rem;
  color: #445166;
  font-size: 1rem;
}

.knowledge-body a {
  margin-top: 0.8rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: #114fa8;
  color: #fff;
  padding: 0.62rem 0.95rem;
  border-radius: 999px;
  font-weight: 600;
}

.newsletter-band {
  background: transparent;
  color: #fff;
  position: relative;
  z-index: 6;
  margin-bottom: -104px;
}

.newsletter-card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: center;
  gap: 1.1rem 1.6rem;
  border-radius: 26px;
  padding: clamp(1.15rem, 3vw, 2.2rem);
  background:
    linear-gradient(130deg, rgba(12, 15, 35, 0.94), rgba(60, 5, 12, 0.92)) padding-box,
    linear-gradient(130deg, rgba(192, 34, 34, 0.6), rgba(255, 255, 255, 0.28)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.22);
}

.newsletter-copy {
  max-width: 760px;
}

.newsletter-trust-points {
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.7rem;
}

.newsletter-trust-points li {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  border-radius: 999px;
  padding: 0.38rem 0.7rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #f8fbff;
  font-size: 0.86rem;
  font-weight: 600;
}

.newsletter-trust-points i {
  color: #ffdddd;
}

.newsletter-band h2 {
  margin: 0;
  font-size: clamp(1.4rem, 2.5vw, 2.2rem);
  font-weight: 800;
}

.newsletter-band p {
  margin-top: 0.3rem;
  color: #dbe9ff;
  font-size: 1rem;
}

.newsletter-form {
  display: flex;
  gap: 0.55rem;
  width: 100%;
}

.newsletter-form input[type="email"] {
  flex: 1;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.95);
  color: #1a2332;
  padding: 0.82rem 1rem;
}

.newsletter-form button {
  border-radius: 999px;
  padding: 0.75rem 1rem;
  border: none;
  background: var(--oalt-primary);
  color: #fff;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.newsletter-form button:hover {
  background: var(--oalt-primary-dark);
}

.newsletter-band + footer {
  margin-top: 0 !important;
  position: relative;
  z-index: 2;
}

.newsletter-band + footer .footer-top-strip {
  padding-top: 7.1rem;
}

.product-buy-btn {
  margin-top: 0.68rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
  border-radius: 999px;
  background: linear-gradient(120deg, #000000, #1f1f1f);
  color: #fff;
  padding: 0.62rem 1rem;
  font-size: 0.95rem;
  font-weight: 700;
}

.product-card:hover .product-buy-btn {
  background: linear-gradient(120deg, #c02222, #8e1515);
}

.product-card-actions {
  margin-top: 0.68rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}

.product-card-actions form {
  margin: 0;
  width: 100%;
}

.product-action-btn {
  width: 100%;
  border-radius: 999px;
  border: 1px solid #c02222;
  background: #fff6f6;
  color: #8e1515;
  padding: 0.55rem 0.68rem;
  font-size: 0.82rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

.product-action-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.12);
}

.product-action-btn-cart {
  background: linear-gradient(120deg, #c02222, #8e1515);
  border-color: #8e1515;
  color: #ffffff;
}

.product-action-btn-buy {
  background: linear-gradient(120deg, #000000, #2b2b2b);
  border-color: #111111;
  color: #ffffff;
}

.product-action-btn-buy:visited {
  color: #ffffff;
}

.product-action-btn-compare {
  background: #fff6f6;
  border-color: #c02222;
  color: #8e1515;
}

.product-action-btn-wishlist {
  background: #ffffff;
  border-color: #c02222;
  color: #8e1515;
}

.product-action-btn-wishlist.is-active {
  background: #c02222;
  color: #fff;
}

.compare-count-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 0.28rem;
  border-radius: 999px;
  background: #c02222;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
  vertical-align: middle;
  margin-left: 0.28rem;
}

.shop-shell {
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
}

.shop-layout {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.shop-filter {
  position: sticky;
  top: 112px;
  border: 1px solid #d9e2ef;
  border-radius: 14px;
  background: #fff;
  padding: 0.9rem;
  max-height: none;
  overflow: visible;
}

.shop-filter h2 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  color: #111827;
}

.shop-filter-form {
  margin-top: 0.7rem;
  display: grid;
  gap: 0.6rem;
}

.shop-filter-form label {
  display: grid;
  gap: 0.28rem;
  font-size: 0.86rem;
  color: #334155;
}

.shop-filter-form input,
.shop-filter-form select {
  border: 1px solid #bfccdd;
  border-radius: 9px;
  background: #fff;
  padding: 0.48rem 0.56rem;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.shop-filter-form input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  padding: 0;
  border-radius: 4px;
}

.shop-filter-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.shop-filter-checks {
  display: grid;
  gap: 0.35rem;
}

.shop-filter-checks label {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.85rem;
  line-height: 1.25;
  color: #24364d;
}

.shop-filter-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem;
}

.shop-filter-actions button,
.shop-filter-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #c02222;
  background: #fff6f6;
  color: #8e1515;
  padding: 0.55rem 0.7rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.84rem;
}

.shop-filter-actions button {
  background: linear-gradient(120deg, #c02222, #8e1515);
  color: #fff;
}

.shop-main {
  display: grid;
  gap: 0.9rem;
}

.shop-head h1 {
  margin: 0;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 900;
}

.shop-head p {
  margin: 0.2rem 0 0;
  color: #475569;
}

.shop-head-query {
  font-size: 0.9rem;
}

.shop-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.shop-product-card {
  width: 100%;
  background: #fff;
  border-color: #d8e2ef;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
  height: 100%;
}

.shop-product-link {
  display: block;
  color: inherit;
}

.shop-product-card .product-card-img {
  width: 100%;
  height: 230px;
  object-fit: contain;
  object-position: center;
  background: #ffffff;
  padding: 0.3rem;
}

.shop-product-card h3 {
  margin: 0;
}

.shop-product-card .product-card-body {
  padding-top: 0.5rem;
  min-height: 188px;
}

.shop-product-card .product-card-actions {
  margin-top: 0.25rem;
}

.shop-product-card .product-discount-badge {
  top: 52px;
}

.shop-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding-top: 0.3rem;
}

.shop-pagination a {
  border: 1px solid #d4deec;
  border-radius: 8px;
  background: #fff;
  color: #1f2b3d;
  padding: 0.35rem 0.7rem;
}

.flash-stack {
  display: grid;
  gap: 0.5rem;
}

.flash-stack--toast {
  position: fixed;
  top: 92px;
  right: 16px;
  width: min(92vw, 420px);
  z-index: 90;
  pointer-events: none;
}

.flash-msg {
  border-radius: 12px;
  padding: 0.7rem 0.9rem;
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-weight: 600;
  border: 1px solid #d6e0ee;
  background: #f8fbff;
  color: #1f2d3f;
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(18, 31, 49, 0.12);
  pointer-events: auto;
}

.flash-msg__icon {
  width: 1rem;
  line-height: 1.2;
  color: #0f4ea4;
  margin-top: 0.02rem;
}

.flash-msg--ok {
  border-color: #bee3cf;
  background: #effdf4;
  color: #14532d;
}

.flash-msg--warn {
  border-color: #fde68a;
  background: #fff8e8;
  color: #7a2e0e;
}

.flash-msg--error {
  border-color: #fecaca;
  background: #fef2f2;
  color: #991b1b;
}

.flash-msg--cart {
  border-color: #f6b7b7;
  background: linear-gradient(90deg, #fff5f5 0%, #fff8f1 100%);
  color: #7f1d1d;
  box-shadow: 0 8px 20px rgba(192, 34, 34, 0.14);
}

.flash-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: rgba(192, 34, 34, 0.16);
}

.flash-progress-bar {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #c02222, #8e1515);
  transform-origin: left center;
}

.flash-msg.is-animating .flash-progress-bar {
  animation: flashProgress var(--flash-duration, 5.2s) linear forwards;
}

@keyframes flashProgress {
  from { transform: scaleX(1); }
  to { transform: scaleX(0); }
}

.shop-recent-viewed {
  border: 1px solid #d8e2ef;
  border-radius: 12px;
  background: #fff;
  padding: 0.85rem;
}

.shop-recent-viewed h2 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 800;
}

.shop-recent-viewed--aside {
  margin-top: 0.85rem;
  padding: 0.7rem;
}

.shop-recent-viewed--aside h2 {
  font-size: 1rem;
}

.shop-recent-viewed--aside .shop-recent-grid {
  margin-top: 0.5rem;
  grid-template-columns: 1fr;
}

.cart-page-wrap {
  background: #e9edf2;
  min-height: 62vh;
}

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 1.2rem;
  align-items: start;
}

.cart-main {
  background: #fff;
  border: 1px solid #d9e1ed;
  border-radius: 14px;
  padding: 1rem 1.2rem;
}

.cart-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 1px solid #e1e7f0;
  padding-bottom: 0.75rem;
}

.cart-head h1 {
  margin: 0;
  font-size: clamp(1.6rem, 2.2vw, 2.25rem);
  font-weight: 700;
  color: #111827;
}

.cart-head p {
  margin: 0;
  color: #64748b;
  font-size: 0.94rem;
}

.cart-item-row {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 160px;
  gap: 1rem;
  padding: 1.05rem 0;
  border-bottom: 1px solid #e7edf5;
}

.cart-item-image {
  display: block;
  border-radius: 10px;
  background: #f7f9fc;
  border: 1px solid #e4ebf5;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f7f9fc;
}

.cart-item-title {
  color: #0f172a;
  font-size: clamp(1.06rem, 1.6vw, 1.28rem);
  line-height: 1.28;
  font-weight: 600;
}

.cart-item-seller {
  margin-top: 0.3rem;
  color: #334155;
  font-size: 0.95rem;
}

.cart-item-delivery {
  margin-top: 0.15rem;
  color: #14532d;
  font-size: 0.94rem;
  font-weight: 600;
}

.cart-item-meta {
  margin-top: 0.25rem;
  color: #0f172a;
  font-size: 0.94rem;
}

.cart-item-actions {
  margin-top: 0.62rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
}

.cart-qty-form {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.cart-qty-form input {
  width: 72px;
  height: 38px;
  border: 1px solid #cfd8e6;
  border-radius: 8px;
  padding: 0 0.5rem;
}

.cart-link-btn {
  border: 1px solid #c02222;
  background: #fff6f6;
  color: #8e1515;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.38rem 0.72rem;
}

.cart-link-btn:hover {
  background: #c02222;
  color: #ffffff;
}

.cart-item-price {
  text-align: right;
}

.cart-item-price strong {
  font-size: 1.78rem;
  line-height: 1.1;
  color: #111827;
}

.cart-item-price p {
  margin-top: 0.2rem;
  color: #475569;
  font-size: 0.92rem;
}

.cart-subtotal-line {
  padding-top: 0.9rem;
  text-align: right;
  font-size: 1.15rem;
  color: #111827;
}

.cart-subtotal-line strong {
  font-weight: 800;
}

.cart-side {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 1rem;
}

.cart-summary-card,
.cart-reco-card {
  background: #fff;
  border: 1px solid #d8e2ee;
  border-radius: 14px;
  padding: 1rem;
}

.cart-coupon-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.45rem;
  margin-bottom: 0.75rem;
}

.cart-coupon-form input {
  border: 1px solid #cfd8e6;
  border-radius: 8px;
  padding: 0.62rem 0.7rem;
}

.cart-coupon-form button {
  border: 0;
  border-radius: 8px;
  background: #000000;
  color: #fff;
  font-weight: 700;
  padding: 0.62rem 0.9rem;
}

.cart-summary-row,
.cart-summary-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.44rem 0;
  color: #1f2937;
}

.cart-summary-total {
  border-top: 1px dashed #d8e2ee;
  margin-top: 0.25rem;
  padding-top: 0.7rem;
  font-size: 1.12rem;
  font-weight: 800;
}

.cart-checkout-btn {
  margin-top: 0.75rem;
  display: block;
  text-align: center;
  border-radius: 999px;
  padding: 0.86rem 1rem;
  background: linear-gradient(120deg, #c02222, #8e1515);
  color: #ffffff;
  font-size: 1.16rem;
  font-weight: 800;
}

.cart-checkout-btn:hover {
  background: linear-gradient(120deg, #8e1515, #6f0f0f);
}

.cart-trust-badges {
  margin-top: 0.82rem;
  display: grid;
  gap: 0.42rem;
}

.cart-trust-badges span {
  border: 1px solid #ead1d1;
  border-radius: 10px;
  background: #fff8f8;
  color: #7f1d1d;
  font-size: 0.86rem;
  font-weight: 700;
  padding: 0.42rem 0.55rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.cart-trust-badges i {
  color: #c02222;
}

.cart-reco-card h3 {
  margin: 0 0 0.8rem;
  font-size: 1.18rem;
  font-weight: 800;
  color: #0f172a;
}

.cart-reco-item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 0.7rem;
  padding: 0.5rem 0;
}

.cart-reco-image {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #dde5f1;
  background: #f8fafc;
}

.cart-reco-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cart-reco-title {
  color: #1e293b;
  font-weight: 600;
  line-height: 1.3;
  font-size: 0.95rem;
}

.cart-reco-price {
  margin-top: 0.2rem;
  color: #111827;
  font-weight: 800;
}

.cart-reco-link {
  color: #0f4ea4;
  font-weight: 600;
  font-size: 0.9rem;
}

.cart-empty {
  padding: 2rem 0.5rem;
  text-align: center;
}

.cart-empty h2 {
  margin: 0;
  font-size: 1.5rem;
}

.cart-empty p {
  margin-top: 0.4rem;
  color: #475569;
}

.cart-empty-cta {
  margin-top: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.72rem 1.1rem;
  background: #c02222;
  color: #fff;
  font-weight: 700;
}

.checkout-page-wrap {
  background:
    radial-gradient(1200px 420px at 85% -10%, rgba(192, 34, 34, 0.11), transparent 62%),
    linear-gradient(180deg, #eff3f8 0%, #e5ebf2 100%);
  min-height: 74vh;
}

.checkout-head h1 {
  margin: 0;
  font-size: clamp(2rem, 2.8vw, 2.75rem);
  font-weight: 900;
  color: #111827;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.checkout-head h1 i {
  color: #c02222;
}

.checkout-head p {
  margin-top: 0.45rem;
  color: #334155;
  font-size: 1.03rem;
}

.checkout-steps {
  margin-top: 0.95rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.checkout-step {
  border: 1px solid #d6deea;
  border-radius: 999px;
  background: #ffffff;
  color: #334155;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.4rem 0.7rem;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
}

.checkout-step i {
  color: #c02222;
}

.checkout-step--active {
  border-color: #c02222;
  background: #fff5f5;
  color: #7f1d1d;
}

.checkout-alert {
  margin-top: 0.9rem;
  border: 1px solid #f5c3c3;
  border-radius: 12px;
  background: linear-gradient(90deg, #fff5f5, #fff8f2);
  color: #7f1d1d;
  padding: 0.75rem 0.85rem;
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  font-weight: 600;
}

.checkout-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 1rem;
}

.checkout-form-card,
.checkout-summary-card {
  background: #fff;
  border: 1px solid #d5deea;
  border-radius: 18px;
  padding: 1.1rem;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
}

.checkout-section-head {
  margin-bottom: 0.85rem;
}

.checkout-section-head h2 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 900;
  color: #0f172a;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.checkout-section-head h2 i {
  color: #c02222;
}

.checkout-section-head p {
  margin: 0.35rem 0 0;
  color: #64748b;
  font-size: 0.9rem;
}

.checkout-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.checkout-field {
  display: grid;
  gap: 0.33rem;
}

.checkout-field--full {
  grid-column: 1 / -1;
}

.checkout-field label {
  font-size: 0.88rem;
  font-weight: 700;
  color: #1f2937;
  letter-spacing: 0.01em;
}

.checkout-input-wrap {
  position: relative;
}

.checkout-input-wrap i {
  position: absolute;
  left: 0.78rem;
  top: 50%;
  transform: translateY(-50%);
  color: #c02222;
  font-size: 0.88rem;
  pointer-events: none;
}

.checkout-field input {
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  padding: 0.72rem 0.8rem 0.72rem 2.08rem;
  color: #111827;
  background: #fdfefe;
  width: 100%;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.checkout-field select {
  border: 1px solid #d6deea;
  border-radius: 12px;
  padding: 0.72rem 0.8rem;
  color: #111827;
  background: #fdfefe;
  width: 100%;
}

.checkout-field select:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(192, 34, 34, 0.14);
  border-color: #c02222;
  background: #fff;
}

.checkout-field input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(192, 34, 34, 0.14);
  border-color: #c02222;
  background: #fff;
}

.checkout-form-errors {
  margin-bottom: 0.7rem;
  border: 1px solid #fecaca;
  border-radius: 10px;
  background: #fff1f2;
  color: #991b1b;
  padding: 0.6rem 0.7rem;
  font-weight: 600;
}

.checkout-form-errors p {
  margin: 0;
}

.checkout-field-error {
  margin: 0.2rem 0 0;
  color: #991b1b;
  font-size: 0.82rem;
  font-weight: 600;
}

.checkout-field-help {
  margin: 0.2rem 0 0;
  color: #64748b;
  font-size: 0.8rem;
}

.checkout-check-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid #d6deea;
  border-radius: 12px;
  background: #fafcff;
  padding: 0.62rem 0.76rem;
  cursor: pointer;
}

.checkout-check-wrap input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #c02222;
}

.checkout-check-wrap span {
  color: #1f2937;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.checkout-check-wrap span i {
  color: #c02222;
}

.checkout-payment-methods {
  display: grid;
  gap: 0.65rem;
}

.checkout-payment-option {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  border: 1px solid #d6deea;
  border-radius: 12px;
  padding: 0.72rem 0.8rem;
  background: #fbfdff;
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.checkout-payment-option:hover {
  border-color: #b9cbe4;
  background: #f6faff;
}

.checkout-payment-option input[type="radio"] {
  margin-top: 0.15rem;
  accent-color: #c02222;
}

.checkout-payment-option span {
  display: grid;
  gap: 0.16rem;
}

.checkout-payment-option strong {
  color: #111827;
  font-size: 0.92rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.checkout-payment-option strong i {
  color: #c02222;
}

.checkout-payment-option small {
  color: #64748b;
  font-size: 0.78rem;
}

.checkout-payment-option.is-disabled {
  opacity: 0.62;
  cursor: not-allowed;
}

.checkout-form-actions {
  margin-top: 1rem;
}

.checkout-submit-btn {
  width: 100%;
  border: none;
  border-radius: 16px;
  background: linear-gradient(110deg, #0d0d0d 0%, #1a1a1a 42%, #c02222 100%);
  color: #fff;
  font-weight: 800;
  padding: 1rem 1rem;
  display: grid;
  gap: 0.22rem;
  justify-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.checkout-submit-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 18px 38px rgba(17, 24, 39, 0.36);
}

.checkout-submit-btn:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}

.checkout-submit-btn__title {
  font-size: 1.01rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.checkout-submit-btn__sub {
  font-size: 0.76rem;
  color: #ffe8e8;
  font-weight: 600;
}

.checkout-summary-card {
  position: sticky;
  top: 96px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.checkout-summary-card h2 {
  margin: 0;
  font-size: 1.32rem;
  font-weight: 900;
  color: #111827;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.checkout-summary-card h2 i {
  color: #c02222;
}

.checkout-summary-sub {
  margin: 0.35rem 0 0;
  font-size: 0.86rem;
  color: #64748b;
}

.checkout-summary-items {
  margin-top: 0.8rem;
  display: grid;
  gap: 0.65rem;
  max-height: 280px;
  overflow: auto;
  padding-right: 0.2rem;
}

.checkout-summary-item {
  border: 1px solid #e3e9f3;
  border-radius: 12px;
  background: #f8fbff;
  padding: 0.68rem 0.74rem;
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
}

.checkout-summary-item h3 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: #1f2937;
}

.checkout-summary-item p {
  margin: 0.2rem 0 0;
  color: #475569;
  font-size: 0.85rem;
}

.checkout-summary-item strong {
  color: #111827;
}

.checkout-summary-total {
  margin-top: 0.92rem;
  border-top: 1px dashed #d5deec;
  padding-top: 0.72rem;
  display: grid;
  gap: 0.42rem;
}

.checkout-summary-total > div {
  display: flex;
  justify-content: space-between;
  color: #1f2937;
  font-size: 0.95rem;
}

.checkout-grand-total {
  margin-top: 0.28rem;
  border-top: 1px solid #e2e8f0;
  padding-top: 0.58rem;
  font-size: 1.12rem !important;
  font-weight: 800;
  color: #0f172a;
}

.checkout-summary-meta {
  margin-top: 0.85rem;
  display: grid;
  gap: 0.55rem;
}

.checkout-summary-meta article {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #f8fbff;
  padding: 0.58rem 0.66rem;
}

.checkout-summary-meta h4 {
  margin: 0;
  color: #0f172a;
  font-weight: 800;
  font-size: 0.86rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.checkout-summary-meta h4 i {
  color: #c02222;
}

.checkout-summary-meta p {
  margin: 0.25rem 0 0;
  color: #475569;
  font-size: 0.82rem;
  line-height: 1.4;
}

.checkout-trust-strip {
  margin-top: 0.9rem;
  display: grid;
  gap: 0.45rem;
}

.checkout-trust-strip span {
  border: 1px solid #ecd5d5;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff9f9 0%, #fff5f5 100%);
  color: #7f1d1d;
  font-size: 0.83rem;
  font-weight: 700;
  padding: 0.47rem 0.6rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.checkout-trust-strip i {
  color: #c02222;
}

.checkout-coupon-block {
  margin-top: 0.8rem;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
}

.checkout-coupon-block summary {
  list-style: none;
  cursor: pointer;
  padding: 0.72rem 0.78rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 800;
  color: #0f172a;
  background: #f8fafc;
}

.checkout-coupon-block summary::-webkit-details-marker {
  display: none;
}

.checkout-coupon-block summary span {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
}

.checkout-coupon-block summary span i {
  color: #c02222;
}

.checkout-coupon-block summary .fa-chevron-down {
  color: #64748b;
  transition: transform 0.2s ease;
}

.checkout-coupon-block[open] summary .fa-chevron-down {
  transform: rotate(180deg);
}

.checkout-coupon-form {
  padding: 0.7rem 0.78rem 0.84rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.5rem;
  border-top: 1px solid #e2e8f0;
}

.checkout-coupon-form input {
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #fff;
  padding: 0.56rem 0.66rem;
}

.checkout-coupon-form input:focus {
  outline: none;
  border-color: #c02222;
  box-shadow: 0 0 0 3px rgba(192, 34, 34, 0.12);
}

.checkout-coupon-form button {
  border: none;
  border-radius: 10px;
  background: linear-gradient(120deg, #000000, #c02222);
  color: #fff;
  font-weight: 800;
  padding: 0.55rem 0.85rem;
}

.checkout-coupon-status {
  margin: 0;
  padding: 0.62rem 0.78rem 0.72rem;
  border-top: 1px solid #e2e8f0;
  font-size: 0.82rem;
  font-weight: 700;
}

.checkout-coupon-status.is-success {
  color: #166534;
  background: #f0fdf4;
}

.checkout-coupon-status.is-error {
  color: #991b1b;
  background: #fef2f2;
}

.checkout-mobile-bar {
  display: none;
}

.checkout-desktop-micro-rail {
  position: fixed;
  right: 0.9rem;
  bottom: 0.9rem;
  z-index: 80;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #dbe4ef;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.2);
  border-radius: 14px;
  padding: 0.58rem 0.62rem;
  display: flex;
  align-items: center;
  gap: 0.62rem;
  backdrop-filter: blur(6px);
}

.checkout-desktop-micro-rail__amount {
  display: grid;
  gap: 0.06rem;
}

.checkout-desktop-micro-rail__amount span {
  color: #64748b;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.checkout-desktop-micro-rail__amount strong {
  color: #0f172a;
  font-size: 1rem;
  font-weight: 900;
}

.checkout-desktop-micro-rail__btn {
  border: none;
  border-radius: 10px;
  background: linear-gradient(125deg, #000000, #c02222);
  color: #fff;
  font-weight: 900;
  font-size: 0.86rem;
  padding: 0.6rem 0.92rem;
}

.checkout-desktop-micro-rail__btn:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}

.shop-recent-grid {
  margin-top: 0.65rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.6rem;
}

.shop-recent-card {
  width: 100%;
  background: #fff;
  border-color: #dde5f1;
  border-radius: 10px;
  padding: 0.45rem;
  color: #1f2937;
  height: 100%;
}

.shop-recent-card .product-card-img {
  width: 100%;
  height: 145px;
  object-fit: contain;
  object-position: center;
  background: #ffffff;
}

.shop-recent-card h3 {
  margin: 0;
}

.shop-recent-card .product-card-body {
  padding: 0.55rem 0.6rem 0.8rem;
  min-height: 176px;
}

.pdp-rail-card {
  width: 100%;
  min-width: 320px;
  background: #fff;
  height: 100%;
}

.pdp-rail-card .product-card-img {
  height: 155px;
  object-position: center;
  background: #ffffff;
}

.pdp-rail-card h3 {
  margin: 0;
}

.pdp-rail-card .product-card-body {
  padding: 0.45rem 0.6rem 0.75rem;
  min-height: 180px;
}

.pdp-rail-card .product-card-actions {
  margin-top: 0.25rem;
}

.shop-recent-card .product-discount-badge,
.pdp-rail-card .product-discount-badge {
  top: 52px;
}

.pdp-rail-card .product-action-btn {
  padding: 0.45rem 0.5rem;
  font-size: 0.75rem;
}

.product-action-btn {
  min-width: 0;
}

.shop-page h1,
.shop-page h2,
.shop-page h3,
.shop-page button,
.shop-page a {
  text-transform: capitalize;
}

.footer-top-strip {
  display: block;
  text-align: center;
  background: #252f3f;
  color: #fff;
  padding: 0.9rem 1rem;
  font-size: 0.86rem;
  text-transform: capitalize;
  letter-spacing: 0.08em;
}

.footer-main {
  background: #565f6b;
  color: #c7d1df;
}

.footer-main h4 {
  color: #fff;
  font-size: 1.12rem;
  margin-bottom: 0.75rem;
}

.footer-main a {
  display: block;
  margin: 0.45rem 0;
  font-size: 0.9rem;
  color: #d5deea;
}

.footer-main a:hover {
  color: #fff;
  transform: translateX(2px);
}

.footer-intro,
.footer-contact {
  color: #d5deea;
  font-size: 0.92rem;
  margin-bottom: 0.55rem;
  line-height: 1.45;
}

.footer-contact i {
  color: var(--oalt-primary);
  width: 1.1rem;
}

.footer-brand-row {
  border-top: 1px solid #2b3647;
  display: flex;
  gap: 1.25rem;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 1rem;
  color: #e5e7eb;
  font-size: 0.9rem;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-socials a {
  margin: 0;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #243144;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1rem;
}

.footer-socials a:hover {
  background: var(--oalt-primary);
}

.footer-legal-links {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.footer-legal-links a {
  margin: 0;
}

.footer-copy {
  border-top: 1px solid #2b3647;
  text-align: center;
  color: #dbe4f1;
  padding: 0.9rem 1rem 1.2rem;
  font-size: 0.88rem;
}

.footer-trust-strip {
  border-top: 1px solid #2b3647;
  padding: 1rem;
  text-align: center;
}

.footer-trust-strip h4 {
  margin: 0;
  color: #e8eef8;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-trust-icons {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
}

.footer-trust-icons span {
  min-width: 52px;
  height: 38px;
  border: 1px solid #3c4a61;
  border-radius: 8px;
  background: #111827;
  color: #e8eef8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem;
  gap: 0.35rem;
  font-size: 0.95rem;
  font-weight: 700;
}

.floating-actions {
  position: fixed;
  left: 16px;
  bottom: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 60;
}

.floating-action-btn {
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 14px 34px rgba(10, 18, 28, 0.26);
  font-size: 1.45rem;
  animation: quickFloat 2.8s ease-in-out infinite;
}

.floating-action-btn i {
  pointer-events: none;
}

.floating-call {
  background: #1260c4;
}

.floating-whatsapp {
  background: #27c45a;
  animation-delay: 0.16s;
}

.floating-scroll-top {
  position: fixed;
  right: 16px !important;
  left: auto !important;
  bottom: 22px;
  background: linear-gradient(140deg, #c02222, #8e1515);
  border: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(0.95);
  transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
  animation-delay: 0.32s;
}

.floating-scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.floating-action-btn:hover {
  transform: translateY(-2px) scale(1.02);
}

.floating-tooltip {
  position: absolute;
  left: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%) translateX(-6px);
  background: rgba(15, 23, 42, 0.95);
  color: #ffffff;
  border-radius: 10px;
  padding: 0.45rem 0.65rem;
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.floating-action-btn:hover .floating-tooltip,
.floating-action-btn:focus-visible .floating-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}

.floating-scroll-top .floating-tooltip {
  left: auto;
  right: calc(100% + 12px);
  transform: translateY(-50%) translateX(6px);
}

.floating-scroll-top:hover .floating-tooltip,
.floating-scroll-top:focus-visible .floating-tooltip {
  transform: translateY(-50%) translateX(0);
}

@keyframes quickFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(8, 12, 20, 0.66);
  display: grid;
  place-items: center;
  z-index: 80;
}

.popup-card {
  width: min(90vw, 500px);
  background: #fff;
  border-radius: 18px;
  padding: 2rem;
  position: relative;
  box-shadow: 0 24px 70px rgba(15, 20, 29, 0.3);
}

.popup-close-btn {
  position: absolute;
  right: 14px;
  top: 12px;
  border: none;
  background: #eef2f8;
  border-radius: 8px;
  width: 28px;
  height: 28px;
}

.popup-cta {
  display: inline-block;
  margin-top: 1rem;
  background: var(--oalt-primary);
  color: #fff;
  padding: 0.7rem 1.1rem;
  border-radius: 10px;
}

.pdp-wrap {
  background: #fff;
}

.pdp-grid {
  display: grid;
  grid-template-columns: 45% 1fr;
  gap: 1.1rem;
  align-items: stretch;
}

.pdp-gallery {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 0.9rem;
  position: sticky;
  top: 112px;
  max-height: calc(100vh - 126px);
  overflow: hidden;
  align-content: start;
}

.pdp-image-under-block,
.pdp-gallery .pdp-emi-card {
  grid-column: 1 / -1;
}

.pdp-thumb-list {
  display: grid;
  gap: 0.6rem;
  align-content: start;
}

.pdp-thumb {
  border: 1px solid #d7dee8;
  border-radius: 8px;
  background: #fff;
  padding: 0.2rem;
}

.pdp-thumb.is-active,
.pdp-thumb:hover {
  border-color: #0f79af;
  box-shadow: 0 0 0 2px #d2eef9;
}

.pdp-thumb img {
  width: 100%;
  height: 72px;
  object-fit: contain;
}

.pdp-main-image-wrap {
  border: 1px solid #e0e6ef;
  border-radius: 12px;
  display: grid;
  place-items: center;
  min-height: 560px;
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
}

.pdp-main-image {
  max-width: 100%;
  max-height: 540px;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}

.pdp-zoom-lens {
  position: absolute;
  width: 140px;
  height: 140px;
  border: 1px solid rgba(15, 23, 42, 0.45);
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.2);
  border-radius: 10px;
  pointer-events: none;
  opacity: 0;
  transform: translate(-999px, -999px);
  transition: opacity 120ms ease;
  z-index: 3;
}

.pdp-main-image-wrap.is-zooming .pdp-zoom-lens {
  opacity: 1;
}

.pdp-zoom-preview {
  margin-top: 0.8rem;
  min-height: 220px;
  border: 1px solid #d8e1ee;
  border-radius: 12px;
  background-color: #f8fbff;
  background-repeat: no-repeat;
  background-size: 200% 200%;
  display: none;
}

.pdp-zoom-preview.is-active {
  display: block;
}

.pdp-image-under-block {
  border: 1px solid #d8e1ee;
  border-radius: 12px;
  padding: 0.9rem 1rem;
  background: #fbfdff;
}

.pdp-image-under-block h3 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 700;
}

.pdp-why-grid {
  margin-top: 0.65rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.pdp-why-grid article {
  border: 1px solid #d8e3f0;
  border-radius: 10px;
  background: #ffffff;
  padding: 0.62rem 0.65rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 52px;
}

.pdp-why-grid i {
  color: #0f4ea4;
  font-size: 1rem;
  width: 18px;
  text-align: center;
}

.pdp-why-grid span {
  color: #2f3e52;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.25;
}

.pdp-title {
  font-size: 2.55rem;
  line-height: 1.18;
  color: #111827;
  font-weight: 500;
}

.pdp-store-line a {
  color: #007185;
  font-size: 0.98rem;
}

.pdp-rating-line {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.3rem;
}

.pdp-rating-score {
  font-size: 1.08rem;
}

.pdp-stars {
  color: #f59e0b;
}

.pdp-review-count {
  color: #007185;
}

.pdp-divider {
  margin: 0.45rem 0 0.65rem;
}

.pdp-price-block {
  color: #0f172a;
  border: 1px solid #dde5f1;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  padding: 0.85rem 0.9rem;
}

.pdp-discount {
  color: #cc0c39;
  font-size: 2.1rem;
}

.pdp-discount span {
  color: #3d4a5d;
  font-size: 1.1rem;
}

.pdp-price {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.05;
}

.pdp-tax {
  margin-top: 0.1rem;
  font-size: 1rem;
}

.pdp-emi {
  margin-top: 0.25rem;
  font-size: 1.3rem;
}

.pdp-emi a {
  color: #007185;
}

.pdp-offers {
  margin-top: 0;
  border: 1px solid #dde5f1;
  border-radius: 12px;
  background: #fff;
  padding: 0.8rem;
}

.pdp-short-description {
  margin-top: 0.75rem;
  border: 1px solid #d8e2ef;
  border-radius: 11px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  padding: 0.7rem 0.85rem;
}

.pdp-short-description h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.pdp-short-description p {
  margin-top: 0.3rem;
  color: #33465e;
  font-size: 0.95rem;
}

.pdp-sale-alert {
  margin-top: 0;
  border: 1px solid #fed7aa;
  border-radius: 10px;
  background: linear-gradient(90deg, #fff7ed, #fff1f2);
  padding: 0.58rem 0.75rem;
  display: flex;
  gap: 0.45rem;
  align-items: flex-start;
}

.pdp-sale-alert i {
  color: #ea580c;
  margin-top: 0.2rem;
}

.pdp-sale-alert p {
  margin: 0;
  color: #7c2d12;
  font-size: 0.92rem;
  line-height: 1.3;
}

.pdp-sale-alert strong {
  color: #9a3412;
}

.pdp-variant-block {
  margin-top: 0.95rem;
}

.pdp-variant-block h2 {
  font-size: 1rem;
  font-weight: 700;
}

.pdp-color-swatch-list {
  display: flex;
  gap: 0.55rem;
  margin-top: 0.45rem;
  flex-wrap: wrap;
}

.pdp-color-swatch {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 2px solid #d4dde8;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.pdp-color-swatch.is-active {
  border-color: #111827;
  transform: scale(1.07);
}

.pdp-offers h2 {
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.pdp-offer-cards {
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.pdp-offer-cards article {
  border: 1px solid #d6dde7;
  border-radius: 10px;
  padding: 0.72rem;
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.pdp-offer-cards article:hover {
  transform: translateY(-2px);
  border-color: #b7c7de;
  box-shadow: 0 12px 24px rgba(16, 31, 56, 0.12);
}

.pdp-offer-cards h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
}

.pdp-offer-cards p {
  margin-top: 0.2rem;
  color: #364255;
  font-size: 0.95rem;
  line-height: 1.25;
}

.pdp-scroll-hint-btn {
  margin-top: 0.6rem;
  width: 100%;
  border: 1px dashed #bcd0e8;
  border-radius: 10px;
  background: #f8fbff;
  color: #224061;
  padding: 0.48rem 0.6rem;
  font-size: 0.88rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

.pdp-scroll-hint-btn i {
  animation: pdpBounceDown 1.1s ease-in-out infinite;
}

@keyframes pdpBounceDown {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(3px); }
}

.pdp-feature-icons {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
}

.pdp-feature-icons div {
  border: 1px solid #e1e7f0;
  border-radius: 10px;
  background: #f9fbff;
  padding: 0.7rem 0.4rem;
  text-align: center;
}

.pdp-feature-icons i {
  color: #1f70c7;
  font-size: 1.15rem;
  display: block;
}

.pdp-feature-icons span {
  margin-top: 0.28rem;
  display: inline-block;
  font-size: 0.9rem;
}

.pdp-about {
  margin-top: 1rem;
  border-top: 1px solid #e6ebf3;
  padding-top: 1rem;
}

.pdp-main {
  max-height: calc(100vh - 126px);
  overflow-y: auto;
  padding-right: 0.35rem;
  padding-left: 0.2rem;
  display: grid;
  gap: 0.9rem;
  align-content: start;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.pdp-main {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.pdp-main::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.pdp-main-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 352px;
  gap: 0.9rem;
  align-items: start;
}

.pdp-main-flow {
  display: grid;
  gap: 0.9rem;
}

.pdp-side-delivery {
  position: sticky;
  top: 112px;
  align-self: start;
}

.pdp-about h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}

.pdp-about ul {
  margin-top: 0.5rem;
  padding-left: 1.1rem;
}

.pdp-about li {
  margin: 0.35rem 0;
  line-height: 1.35;
}

.pdp-trust-band {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.pdp-trust-band article {
  border: 1px solid #d8e1ee;
  border-radius: 11px;
  padding: 0.7rem;
  background: #f8fbff;
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
}

.pdp-trust-band i {
  color: #0f79af;
  font-size: 1.05rem;
  margin-top: 0.18rem;
}

.pdp-trust-band h3 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
}

.pdp-trust-band p {
  margin-top: 0.1rem;
  font-size: 0.84rem;
  color: #35465d;
  line-height: 1.3;
}

.pdp-buy-card {
  border: 1px solid #d5dde7;
  border-radius: 12px;
  padding: 0.95rem;
  background: #fff;
  box-shadow: 0 8px 20px rgba(10, 23, 44, 0.08);
  width: 100%;
  margin-left: 0;
  position: static;
}

.pdp-buy-price {
  font-size: 2.15rem;
  font-weight: 500;
  margin: 0;
  line-height: 1;
  color: #0f172a;
}

.pdp-buy-price sup {
  font-size: 0.95rem;
  font-weight: 600;
  margin-left: 2px;
  top: -0.85em;
}

.pdp-buy-delivery {
  margin-top: 0.4rem;
  font-size: 0.95rem;
  color: #1f2937;
}

.pdp-buy-delivery a,
.pdp-buy-location a {
  color: #007185;
}

.pdp-buy-location {
  margin-top: 0.45rem;
  font-size: 0.92rem;
  color: #334155;
  display: inline-flex;
  align-items: flex-start;
  gap: 0.38rem;
}

.pdp-buy-location i {
  color: #4b5563;
  margin-top: 0.12rem;
}

.pdp-deliver-card,
.pdp-protection-card,
.pdp-dispatch-card {
  margin-top: 0.62rem;
  border: 1px solid #e2e8f2;
  border-radius: 10px;
  background: #f9fbff;
  padding: 0.6rem 0.62rem;
}

.pdp-deliver-card h4,
.pdp-protection-card h4,
.pdp-dispatch-card h4 {
  margin: 0;
  font-size: 0.93rem;
  font-weight: 700;
  color: #1f2937;
  display: inline-flex;
  align-items: center;
  gap: 0.36rem;
}

.pdp-deliver-card h4 i,
.pdp-protection-card h4 i,
.pdp-dispatch-card h4 i {
  color: #0f4ea4;
}

.pdp-pin-row {
  margin-top: 0.45rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.4rem;
}

.pdp-pin-row input {
  border: 1px solid #b9c7da;
  border-radius: 8px;
  background: #fff;
  padding: 0.45rem 0.55rem;
  font-size: 0.88rem;
}

.pdp-pin-row button {
  border: 1px solid #c02222;
  background: #fff;
  color: #c02222;
  border-radius: 8px;
  padding: 0.45rem 0.68rem;
  font-size: 0.86rem;
  font-weight: 700;
}

.pdp-pin-row button:hover {
  background: #fff5f5;
}

.pdp-pin-result {
  margin-top: 0.45rem;
  font-size: 0.82rem;
  color: #334155;
  line-height: 1.3;
}

.pdp-pin-result.is-ok {
  color: #047857;
}

.pdp-pin-result.is-warn {
  color: #b45309;
}

.pdp-pin-result.is-error {
  color: #b91c1c;
}

.pdp-protection-option {
  margin-top: 0.45rem;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  font-size: 0.86rem;
  color: #1f2937;
}

.pdp-protection-price {
  margin-top: 0.38rem;
  font-size: 0.84rem;
  color: #334155;
}

.pdp-protection-price strong {
  color: #111827;
}

.pdp-dispatch-card p {
  margin-top: 0.35rem;
  font-size: 0.84rem;
  color: #334155;
  line-height: 1.3;
}

.pdp-stock {
  margin-top: 0.65rem;
  font-size: 2rem;
  line-height: 1;
}

.pdp-stock.in {
  color: #007600;
}

.pdp-stock.out {
  color: #b12704;
}

.pdp-seller {
  margin-top: 0.5rem;
  color: #273549;
  font-size: 0.92rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #e5ecf5;
}

.pdp-qty {
  margin-top: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.pdp-qty select {
  border: 1px solid #b8c4d6;
  border-radius: 8px;
  padding: 0.4rem 0.5rem;
  min-width: 72px;
  background: #f8fafc;
}

.pdp-btn {
  margin-top: 0.52rem;
  width: 100%;
  border-radius: 999px;
  padding: 0.68rem 0.9rem;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: 1px solid transparent;
  font-size: 0.95rem;
  font-weight: 500;
  transition: transform 170ms ease, box-shadow 170ms ease, background 170ms ease, border-color 170ms ease;
}

.pdp-btn-cart {
  background: #ffd814;
  color: #111;
}

.pdp-btn-buy {
  background: #ffa41c;
  color: #111;
}

.pdp-buy-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
}

.pdp-buy-row .pdp-btn {
  margin-top: 0.52rem;
}

.pdp-btn-emi-check {
  background: #0f172a;
  color: #fff;
}

.pdp-btn-emi-check:hover {
  background: #1f2937;
}

.pdp-btn-wishlist {
  border-color: #b8c4d5;
  color: #1f2b3d;
  background: #fff;
}

.pdp-btn-whatsapp {
  background: #27c45a;
  color: #fff;
}

.pdp-btn-compare {
  background: #ffffff;
  border-color: #b8c4d5;
  color: #1f2b3d;
}

.pdp-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(16, 28, 48, 0.12);
}

.pdp-btn-compare:hover {
  border-color: #7c95b5;
  background: #f8fbff;
}

.pdp-btn.disabled {
  pointer-events: none;
  opacity: 0.45;
}

.pdp-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.pdp-secure-payment-box {
  margin-top: 0.85rem;
  border-top: 1px solid #e1e8f2;
  padding-top: 0.7rem;
  background: #fbfdff;
  border-radius: 10px;
  border: 1px solid #e2ebf6;
  padding: 0.7rem;
}

.pdp-secure-payment-box h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.pdp-secure-payment-box h4 i {
  color: #15803d;
}

.pdp-secure-payment-box p {
  margin-top: 0.2rem;
  font-size: 0.86rem;
  color: #35475f;
}

.pdp-payment-icons {
  margin-top: 0.4rem;
  display: flex;
  gap: 0.35rem;
}

.pdp-payment-icons span {
  border: 1px solid #ced9e8;
  border-radius: 8px;
  width: 34px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #0f4ea4;
  background: #fff;
}

.pdp-trust-checkout {
  margin-top: 0.7rem;
  border: 1px solid #dce6f3;
  border-radius: 10px;
  background: #fbfdff;
  padding: 0.72rem;
}

.pdp-trust-checkout h4 {
  margin: 0;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #0f172a;
}

.pdp-trust-icons {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.4rem;
}

.pdp-trust-icons span {
  border: 1px solid #d2deee;
  border-radius: 8px;
  min-height: 30px;
  background: #fff;
  color: #163254;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.1rem 0.25rem;
}

.pdp-share-row {
  margin-top: 0.45rem;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.pdp-share-row span {
  font-size: 0.86rem;
  color: #334155;
  font-weight: 600;
}

.pdp-share-row a {
  width: 30px;
  height: 30px;
  border: 1px solid #cad7ea;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1f395a;
  background: #fff;
}

.pdp-share-row a:hover {
  border-color: #c02222;
  color: #c02222;
  background: #fff3f3;
}

.pdp-fbt {
  margin-top: 0.85rem;
  border: 1px solid #dce6f3;
  border-radius: 10px;
  background: #fbfdff;
  padding: 0.72rem;
}

.pdp-fbt h4 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.pdp-fbt h4 i {
  color: #0f4ea4;
}

.pdp-fbt-list {
  margin-top: 0.55rem;
  display: grid;
  gap: 0.45rem;
}

.pdp-fbt-list article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 0.5rem;
  align-items: center;
  background: #fff;
  border: 1px solid #e3ebf6;
  border-radius: 8px;
  padding: 0.38rem;
}

.pdp-fbt-list img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.pdp-fbt-list p {
  margin: 0;
  font-size: 0.82rem;
  color: #334155;
  line-height: 1.25;
}

.pdp-fbt-list strong {
  display: block;
  margin-top: 0.08rem;
  font-size: 0.86rem;
}

.pdp-fbt-total {
  margin-top: 0.55rem;
  font-size: 0.9rem;
  color: #1f2937;
}

.pdp-fbt-actions .pdp-btn {
  margin-top: 0.42rem;
}

.pdp-emi-card {
  margin-top: 0;
  border: 1px solid #d8e0eb;
  border-radius: 14px;
  padding: 0.95rem;
  background: #f8fbff;
}

.pdp-emi-card h3 {
  margin: 0;
  font-size: 1.2rem;
}

.pdp-emi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
  margin-top: 0.6rem;
}

.pdp-emi-grid input {
  border: 1px solid #bec9da;
  border-radius: 8px;
  padding: 0.5rem 0.55rem;
}

.pdp-emi-btn {
  margin-top: 0.6rem;
  width: 100%;
  border-radius: 9px;
  background: #0f172a;
  color: #fff;
  padding: 0.58rem 0.8rem;
}

.pdp-emi-card.is-focused {
  border-color: #c02222;
  box-shadow: 0 0 0 3px rgba(192, 34, 34, 0.15);
}

.pdp-tech-section h2,
.pdp-related h2,
.pdp-reviews h2 {
  font-size: 2rem;
  font-weight: 800;
}

.pdp-tabs-shell {
  margin-top: 0.85rem;
  border: 1px solid #d7e1ee;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.pdp-tabs-nav {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
  padding: 0.65rem;
  border-bottom: 1px solid #e3eaf4;
  background: #f7faff;
  position: sticky;
  top: 0;
  z-index: 2;
}

.pdp-tab-btn {
  border: 1px solid #c8d6e8;
  border-radius: 999px;
  background: #fff;
  color: #223247;
  padding: 0.48rem 0.85rem;
  font-size: 0.88rem;
  font-weight: 600;
}

.pdp-tab-btn.is-active {
  background: #0f4ea4;
  border-color: #0f4ea4;
  color: #fff;
}

.pdp-tab-panel {
  display: none;
  padding: 1rem;
}

.pdp-tab-panel.is-active {
  display: block;
}

.pdp-tab-panel h3 {
  margin: 0 0 0.5rem;
  font-size: 1.3rem;
}

.pdp-overview-copy p {
  margin: 0.28rem 0;
  color: #2d3f56;
}

.pdp-overview-points {
  margin: 0.4rem 0 0;
  padding-left: 1.1rem;
}

.pdp-overview-points li {
  margin: 0.3rem 0;
  color: #2d3f56;
}

.pdp-tab-panel table {
  width: 100%;
}

.pdp-tab-panel th,
.pdp-tab-panel td {
  border-top: 1px solid #e6edf7;
  padding: 0.58rem 0.3rem;
  text-align: left;
  vertical-align: top;
}

.pdp-tab-panel th {
  width: 30%;
  color: #2f3f55;
}

.pdp-doubt-actions {
  margin-top: 0.7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.pdp-doubt-actions a {
  border: 1px solid #bdd0e7;
  background: #f8fbff;
  color: #19324f;
  border-radius: 999px;
  padding: 0.48rem 0.82rem;
  display: inline-flex;
  gap: 0.4rem;
  align-items: center;
}

.pdp-doubt-actions a:hover {
  border-color: #0f4ea4;
  color: #0f4ea4;
}

.pdp-faq-grid {
  display: grid;
  gap: 0.55rem;
}

.pdp-faq-grid article {
  border: 1px solid #dce5f2;
  border-radius: 10px;
  background: #fbfdff;
  padding: 0.72rem;
}

.pdp-faq-grid h4 {
  margin: 0;
  font-size: 1rem;
}

.pdp-faq-grid p {
  margin-top: 0.25rem;
  color: #35475f;
}

.pdp-tech-grid {
  margin-top: 0.65rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.pdp-tech-grid > div {
  background: #fff;
  border: 1px solid #d8e0eb;
  border-radius: 12px;
  padding: 0.85rem;
}

.pdp-tech-grid h3 {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
}

.pdp-tech-grid table {
  width: 100%;
}

.pdp-tech-grid th,
.pdp-tech-grid td {
  border-top: 1px solid #e6edf7;
  padding: 0.58rem 0.3rem;
  text-align: left;
  vertical-align: top;
}

.pdp-tech-grid th {
  width: 38%;
  color: #2f3f55;
}

.pdp-rail-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.pdp-rail-controls {
  display: flex;
  gap: 0.35rem;
}

.pdp-rail-btn {
  width: 36px;
  height: 36px;
  border: 1px solid #c4d1e4;
  border-radius: 8px;
  background: #fff;
}

.pdp-rail {
  margin-top: 0.8rem;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(320px, 360px);
  gap: 0.75rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
  scroll-behavior: smooth;
  align-items: stretch;
}

.pdp-rail-card {
  position: relative;
  border: 1px solid #dbe4f0;
  border-radius: 10px;
  padding: 0.6rem;
  background: #fff;
  color: #1a2433;
}

.pdp-rail-rating {
  margin-top: 0.2rem;
  color: #f59e0b;
}

.pdp-review-box {
  margin-top: 0.5rem;
  background: #fff;
  border: 1px solid #d9e2ef;
  border-radius: 12px;
  padding: 0.95rem;
}

.pdp-review-item {
  border-top: 1px solid #e7edf7;
  padding-top: 0.65rem;
  margin-top: 0.65rem;
}

.pdp-review-item:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.pdp-review-rating {
  color: #f59e0b;
  margin-bottom: 0.2rem;
}

.pdp-review-form {
  margin-top: 0.9rem;
  background: #fff;
  border: 1px solid #d9e2ef;
  border-radius: 12px;
  padding: 0.95rem;
}

.pdp-review-form button {
  background: #0f172a;
  color: #fff;
  border-radius: 999px;
  padding: 0.6rem 1rem;
}

@media (max-width: 1024px) {
  .amazon-nav-shell {
    display: none;
  }

  .site-header {
    background: rgba(255, 255, 255, 0.82);
    border-bottom: 1px solid rgba(214, 226, 240, 0.9);
  }

  .mobile-header {
    display: flex;
  }

  .lux-hero {
    min-height: auto;
  }

  .lux-hero__inner {
    min-height: 640px;
    grid-template-columns: 1fr;
    text-align: center;
    padding: 52px 28px;
    gap: 10px;
  }

  .lux-hero__title,
  .lux-hero__subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .lux-hero__cta {
    margin-left: auto;
    margin-right: auto;
  }

  .lux-hero__right {
    justify-content: center;
  }

  .lux-hero__bike {
    max-height: 360px;
  }

  .home-commerce-strip {
    margin-top: 0;
  }

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

  .mobile-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 65;
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid #d9e2ef;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding: 0.45rem 0.35rem calc(0.45rem + env(safe-area-inset-bottom));
    backdrop-filter: blur(9px);
  }

  .mobile-bottom-nav__item {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.22rem;
    color: #1f2d3f;
    font-size: 0.72rem;
    font-weight: 600;
  }

  .mobile-bottom-nav__item i {
    font-size: 1rem;
    color: var(--oalt-primary);
  }

  .mobile-bottom-nav__item.is-active {
    color: var(--oalt-primary);
  }

  .mobile-bottom-nav__item.is-active i {
    transform: translateY(-1px);
  }

  body {
    padding-bottom: 82px;
  }

  .floating-actions {
    bottom: 100px;
    left: 14px;
    gap: 10px;
  }

  .floating-scroll-top {
    right: 14px !important;
    left: auto !important;
    bottom: 100px;
  }

  .floating-action-btn {
    width: 54px;
    height: 54px;
    font-size: 1.28rem;
  }

  .floating-tooltip {
    display: none;
  }

  .flash-stack--toast {
    top: 78px;
    right: 10px;
    left: 10px;
    width: auto;
  }

  .hero-stage {
    width: 100%;
    height: clamp(340px, 52vw, 560px);
  }

  .product-card {
    width: 280px;
  }

  .home-product-card {
    width: 320px;
    min-width: 320px;
    max-width: 320px;
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .shop-layout {
    grid-template-columns: 1fr;
  }

  .cart-layout {
    grid-template-columns: 1fr;
  }

  .checkout-grid {
    grid-template-columns: 1fr;
  }

  .checkout-summary-card {
    position: static;
  }

  .checkout-desktop-micro-rail {
    display: none;
  }

  .checkout-coupon-form {
    grid-template-columns: 1fr;
  }

  .cart-side {
    position: static;
  }

  .cart-item-row {
    grid-template-columns: 130px minmax(0, 1fr);
  }

  .cart-item-price {
    grid-column: 2 / 3;
    text-align: left;
  }

  .shop-filter {
    position: static;
    top: auto;
  }

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

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

  .footer-brand-row {
    flex-direction: column;
    justify-content: center;
  }

  .footer-legal-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem 1.25rem;
  }

  .features-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .feature-card-lg {
    grid-row: auto;
    min-height: 430px;
  }

  .feature-card-sm {
    min-height: 260px;
  }

  .modes-grid,
  .knowledge-grid,
  .cred-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cred-card {
    width: 280px;
    min-width: 280px;
  }

  .newsletter-card {
    grid-template-columns: 1fr;
  }

  .newsletter-band {
    margin-bottom: -78px;
  }

  .pdp-grid {
    grid-template-columns: 1fr;
  }

  .pdp-gallery {
    grid-template-columns: 1fr;
    position: static;
    max-height: none;
    overflow: visible;
  }

  .pdp-thumb-list {
    grid-auto-flow: column;
    grid-auto-columns: 84px;
    overflow-x: auto;
  }

  .pdp-main-image-wrap {
    min-height: 420px;
  }

  .pdp-buy-card {
    position: static;
    width: 100%;
    margin-left: 0;
  }

  .pdp-main-top {
    grid-template-columns: 1fr;
  }

  .pdp-side-delivery {
    position: static;
  }

  .pdp-main {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }

  .pdp-offer-cards,
  .pdp-feature-icons,
  .pdp-tech-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pdp-trust-band {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .shop-layout {
    grid-template-columns: 280px minmax(0, 1fr);
  }

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

  .home-product-card {
    width: 360px;
    min-width: 360px;
    max-width: 360px;
    height: 610px;
    min-height: 610px;
    max-height: 610px;
  }
}

@media (max-width: 640px) {
  .lux-hero__inner {
    min-height: 500px;
    padding: 44px 18px;
  }

  .lux-hero__eyebrow {
    letter-spacing: 0.19em;
    font-size: 0.72rem;
  }

  .lux-hero__cta {
    width: 100%;
    max-width: 260px;
  }

  .lux-hero__bike {
    max-height: 270px;
  }

  .home-commerce-grid {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    width: 100%;
    height: clamp(300px, 68vw, 420px);
  }
  .hero-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .best-seller-title {
    font-size: 1.6rem;
  }

  .product-card {
    width: 250px;
  }

  .home-product-card {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .product-card h3 {
    font-size: 1.35rem;
  }

  .shop-filter-grid,
  .shop-products-grid,
  .shop-recent-grid {
    grid-template-columns: 1fr;
  }

  .shop-filter-checks label {
    font-size: 0.95rem;
  }

  .cart-main {
    padding: 0.85rem;
  }

  .checkout-form-grid {
    grid-template-columns: 1fr;
  }

  .checkout-mobile-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    padding: 0.6rem 0.8rem calc(0.6rem + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.97);
    border-top: 1px solid #dbe4ef;
    backdrop-filter: blur(8px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.65rem;
  }

  .checkout-desktop-micro-rail {
    display: none;
  }

  .checkout-mobile-bar__amount {
    display: grid;
    gap: 0.1rem;
  }

  .checkout-mobile-bar__amount span {
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }

  .checkout-mobile-bar__amount strong {
    color: #0f172a;
    font-size: 1.1rem;
    font-weight: 900;
  }

  .checkout-mobile-bar__btn {
    border: none;
    border-radius: 12px;
    background: linear-gradient(125deg, #000000, #c02222);
    color: #fff;
    font-weight: 900;
    padding: 0.72rem 1rem;
    min-width: 132px;
  }

  .checkout-mobile-bar__btn:disabled {
    background: #9ca3af;
    cursor: not-allowed;
  }

  .checkout-page-wrap {
    padding-bottom: 5rem;
  }

  .cart-item-row {
    grid-template-columns: 1fr;
    gap: 0.72rem;
  }

  .cart-item-image {
    width: min(220px, 100%);
  }

  .cart-item-price {
    text-align: left;
    grid-column: auto;
  }

  .cart-item-price strong {
    font-size: 1.4rem;
  }

  .cart-head p {
    display: none;
  }

  .cart-item-actions {
    gap: 0.5rem;
  }

  .cart-link-btn {
    padding: 0.34rem 0.58rem;
    font-size: 0.82rem;
  }

  .pdp-rail-card {
    min-width: 250px;
  }

  .footer-socials {
    flex-wrap: wrap;
    justify-content: center;
  }

  .product-track {
    gap: 0.85rem;
    padding-inline: 0.5rem;
  }

  .mobile-icons {
    gap: 0.16rem;
  }

  .mobile-icon-btn {
    width: 34px;
    height: 34px;
    font-size: 0.9rem;
  }

  .mobile-menu-panel {
    width: 70vw;
    min-width: 260px;
    padding: 0.9rem;
  }

  .full-banner {
    min-height: 360px;
    background-position: 63% center;
  }

  .full-banner-content {
    text-align: left;
    max-width: 100%;
    width: min(94%, 720px);
    margin-left: auto;
    margin-right: auto;
  }

  .feature-card-lg {
    min-height: 310px;
  }

  .feature-card-sm {
    min-height: 210px;
  }

  .modes-grid,
  .knowledge-grid,
  .cred-cards {
    grid-template-columns: 1fr;
  }

  .cred-card {
    width: 240px;
    min-width: 240px;
  }

  .mode-card h3 {
    font-size: 1.4rem;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-card {
    border-radius: 18px;
    padding: 1rem;
    gap: 0.85rem;
  }

  .newsletter-band {
    margin-bottom: -46px;
  }

  .newsletter-band + footer {
    margin-top: 0 !important;
  }

  .newsletter-band + footer .footer-top-strip {
    padding-top: 3.25rem;
  }

  .newsletter-trust-points {
    gap: 0.45rem;
  }

  .newsletter-form button {
    width: 100%;
    justify-content: center;
  }

  .pdp-title {
    font-size: 1.7rem;
  }

  .pdp-price {
    font-size: 2.3rem;
  }

  .pdp-discount {
    font-size: 1.5rem;
  }

  .pdp-emi {
    font-size: 1rem;
  }

  .pdp-main-image-wrap {
    min-height: 300px;
  }

  .pdp-zoom-preview {
    display: none !important;
  }

  .pdp-offer-cards,
  .pdp-feature-icons,
  .pdp-emi-grid,
  .pdp-tech-grid {
    grid-template-columns: 1fr;
  }

  .pdp-why-grid {
    grid-template-columns: 1fr;
  }

  .pdp-tab-btn {
    font-size: 0.8rem;
    padding: 0.42rem 0.7rem;
  }

  .pdp-tab-panel th,
  .pdp-tab-panel td {
    display: block;
    width: 100%;
  }

}
.pdp-btn-compare-view {
  background: #0f4ea4;
  color: #fff;
}

/* EMI popup global */
.emi-link-trigger {
  border: none;
  background: transparent;
  color: #007185;
  font: inherit;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
}

.emi-inline-btn {
  border: 1px solid #c02222;
  background: #fff6f6;
  color: #8e1515;
  border-radius: 999px;
  padding: 0.12rem 0.5rem;
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.2;
}

.emi-inline-btn:hover {
  border-color: #8e1515;
  background: #ffe7e7;
}

.emi-popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: rgba(3, 8, 16, 0.64);
  display: grid;
  place-items: center;
  padding: 1rem;
}

.emi-popup-card {
  width: min(920px, 100%);
  max-height: 92vh;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #d8e3ef;
  box-shadow: 0 24px 56px rgba(9, 18, 31, 0.36);
  padding: 1rem;
  position: relative;
}

.emi-popup-close {
  position: absolute;
  top: 0.62rem;
  right: 0.62rem;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid #d3ddeb;
  background: #fff;
}

.emi-popup-card h3 {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 800;
  color: #111827;
}

.emi-calc-grid {
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
}

.emi-calc-grid label,
.emi-offer-form label {
  display: grid;
  gap: 0.28rem;
  font-size: 0.86rem;
  color: #334155;
}

.emi-calc-grid input,
.emi-calc-grid select,
.emi-offer-form input {
  border: 1px solid #bccadd;
  border-radius: 9px;
  background: #fff;
  padding: 0.5rem 0.58rem;
  color: #1f2937;
}

.emi-popup-check-btn {
  margin-top: 0.65rem;
  border: none;
  border-radius: 10px;
  background: #0f172a;
  color: #fff;
  padding: 0.58rem 0.86rem;
  font-weight: 700;
}

.emi-popup-results {
  margin-top: 0.8rem;
  border-top: 1px solid #e5ecf5;
  padding-top: 0.75rem;
}

.emi-popup-results h4,
.emi-offer-form h4 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
}

.emi-popup-chart {
  margin-top: 0.55rem;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.5rem;
}

.emi-popup-chart article {
  border: 1px solid #d8e3ef;
  border-radius: 10px;
  background: #f8fbff;
  padding: 0.58rem;
}

.emi-popup-chart article.is-selected {
  border-color: #c02222;
  background: #fff3f3;
}

.emi-popup-chart h5 {
  margin: 0;
  font-size: 0.83rem;
  color: #334155;
}

.emi-popup-chart p {
  margin: 0.25rem 0 0;
  font-size: 0.95rem;
  font-weight: 800;
  color: #111827;
}

.emi-offer-form {
  margin-top: 0.75rem;
  border-top: 1px solid #e5ecf5;
  padding-top: 0.75rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.emi-offer-form h4 {
  grid-column: 1 / -1;
}

.emi-offer-form button {
  grid-column: 1 / -1;
  border: none;
  border-radius: 10px;
  background: #c02222;
  color: #fff;
  padding: 0.6rem 0.9rem;
  font-weight: 800;
}

.emi-popup-feedback {
  margin-top: 0.6rem;
  font-size: 0.85rem;
  color: #334155;
}

.emi-popup-feedback.is-error {
  color: #b91c1c;
}

.emi-popup-feedback.is-success {
  color: #047857;
}

@media (max-width: 1024px) {
  .emi-calc-grid,
  .emi-popup-chart {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .emi-calc-grid,
  .emi-popup-chart,
  .emi-offer-form {
    grid-template-columns: 1fr;
  }
}

.pdp-btn-compare-view:hover {
  background: #0c3d81;
}

.compare-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: rgba(9, 14, 22, 0.72);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.compare-modal__dialog {
  position: relative;
  width: min(1140px, 100%);
  max-height: min(86vh, 820px);
  border-radius: 18px;
  border: 1px solid #d9e2ef;
  background: #ffffff;
  box-shadow: 0 24px 52px rgba(13, 23, 40, 0.34);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.compare-modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid #d7e2f1;
  background: #ffffff;
  color: #1f2937;
  z-index: 2;
}

.compare-modal__close:hover {
  background: #fff4f4;
  border-color: #ffd4d4;
  color: #c02222;
}

.compare-modal__step {
  padding: 1.2rem 1.2rem 1.3rem;
  overflow: auto;
}

.compare-modal__header h3 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  font-weight: 900;
  letter-spacing: -0.01em;
}

.compare-modal__header p {
  margin: 0.3rem 0 0;
  color: #465971;
  font-size: 0.93rem;
}

.compare-modal__search {
  margin-top: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  border: 1px solid #d7e2ef;
  border-radius: 12px;
  background: #f8fbff;
  padding: 0.65rem 0.78rem;
}

.compare-modal__search i {
  color: #6b7280;
}

.compare-modal__search input {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  color: #0f172a;
  font-size: 0.95rem;
}

.compare-selector-list {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.compare-option-card {
  border: 1px solid #dbe6f5;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.compare-option-card__media {
  background: #f4f7fb;
  display: grid;
  place-items: center;
  min-height: 160px;
  padding: 0.75rem;
}

.compare-option-card__media img {
  width: 100%;
  max-height: 130px;
  object-fit: contain;
}

.compare-option-card__placeholder {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  border: 1px dashed #c5d3e8;
  color: #64748b;
  display: grid;
  place-items: center;
}

.compare-option-card__body {
  padding: 0.75rem 0.85rem 0.4rem;
}

.compare-option-card__body h4 {
  margin: 0;
  color: #111827;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.28;
}

.compare-option-card__body p {
  margin: 0.3rem 0 0;
  color: #64748b;
  font-size: 0.84rem;
}

.compare-option-card__body strong {
  margin-top: 0.42rem;
  display: block;
  color: #0f172a;
}

.compare-option-card__btn {
  margin: 0 0.85rem 0.85rem;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #c02222, #7f0f0f);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 800;
  padding: 0.56rem 0.7rem;
}

.compare-option-card__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(192, 34, 34, 0.28);
}

.compare-loading-state,
.compare-empty-state {
  margin: 0.85rem 0 0;
  border: 1px dashed #d9e2f1;
  border-radius: 12px;
  background: #f9fbff;
  color: #495d77;
  padding: 0.85rem;
  text-align: center;
}

.compare-result-products {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.compare-result-product {
  border: 1px solid #dbe6f5;
  border-radius: 12px;
  background: #f7faff;
  padding: 0.65rem;
  display: grid;
  grid-template-columns: 88px 1fr auto;
  align-items: center;
  gap: 0.65rem;
}

.compare-result-product img,
.compare-result-product__placeholder {
  width: 88px;
  height: 70px;
  border-radius: 8px;
  object-fit: contain;
  background: #fff;
  border: 1px solid #e0e8f3;
}

.compare-result-product__placeholder {
  display: grid;
  place-items: center;
  color: #64748b;
}

.compare-result-product h4 {
  margin: 0;
  font-size: 0.95rem;
  color: #0f172a;
  font-weight: 800;
  line-height: 1.3;
}

.compare-result-product p {
  margin: 0.2rem 0 0;
  color: #334155;
  font-size: 0.86rem;
  font-weight: 700;
}

.compare-result-product a {
  margin-top: 0.2rem;
  display: inline-flex;
  color: #0f4ea4;
  font-size: 0.8rem;
  font-weight: 600;
}

.compare-result-product button {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid #f1c7c7;
  background: #fff4f4;
  color: #b91c1c;
}

.compare-result-table-wrap {
  margin-top: 0.85rem;
  border: 1px solid #dbe6f5;
  border-radius: 12px;
  overflow: auto;
}

.compare-result-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

.compare-result-table th,
.compare-result-table td {
  border-top: 1px solid #e5edf8;
  text-align: left;
  vertical-align: top;
  padding: 0.66rem 0.7rem;
}

.compare-result-table th {
  width: 180px;
  color: #0f172a;
  background: #f8fbff;
  position: sticky;
  left: 0;
}

@media (max-width: 1024px) {
  .compare-selector-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .compare-result-products {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .compare-modal {
    padding: 0.5rem;
  }

  .compare-modal__step {
    padding: 0.85rem 0.8rem 0.95rem;
  }

  .compare-selector-list {
    grid-template-columns: 1fr;
  }
}

/* Auth Screens */
.auth-layout {
  max-width: 1320px;
  margin: 0 auto;
  padding: 2.2rem 1rem 2.8rem;
}

.auth-shell {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  background: #ffffff;
  border-radius: 28px;
  border: 1px solid #e4eaf2;
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.1);
  overflow: hidden;
}

.auth-shell--register {
  grid-template-columns: 0.9fr 1.1fr;
}

.auth-promo {
  position: relative;
  color: #fff;
  padding: 2.5rem 2.4rem 2.2rem;
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 255, 255, 0.23), transparent 32%),
    radial-gradient(circle at 78% 86%, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(152deg, #ffa037 0%, #ff7f2a 42%, #f35b0f 100%);
}

.auth-promo__eyebrow {
  margin: 0 0 0.8rem;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.92;
}

.auth-promo h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 3.05rem);
  line-height: 1.06;
  font-weight: 900;
  text-wrap: balance;
}

.auth-promo p {
  margin: 1rem 0 0;
  font-size: 1.03rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.94);
  max-width: 520px;
}

.auth-promo__chips {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.auth-promo__chips span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.46rem 0.78rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(2px);
  font-size: 0.84rem;
  font-weight: 700;
}

.auth-promo__illustration {
  position: relative;
  margin-top: 1.45rem;
  min-height: 180px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.06));
  overflow: hidden;
}

.auth-blob {
  position: absolute;
  border-radius: 999px;
  filter: blur(0.2px);
}

.auth-blob--one {
  width: 210px;
  height: 210px;
  left: -38px;
  bottom: -70px;
  background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.1));
}

.auth-blob--two {
  width: 180px;
  height: 180px;
  right: -26px;
  top: -58px;
  background: radial-gradient(circle at 45% 35%, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.05));
}

.auth-bike-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 96px;
  height: 96px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(12, 16, 26, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.46);
  color: #fff;
  font-size: 2.2rem;
}

.auth-form-pane {
  padding: 2.2rem 2.5rem;
}

.auth-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.52rem;
  margin-bottom: 0.9rem;
}

.auth-brand img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.auth-brand span {
  font-size: 1.55rem;
  font-weight: 800;
  color: #111827;
  letter-spacing: -0.015em;
}

.auth-form-pane h1 {
  margin: 0;
  font-size: clamp(1.9rem, 2.7vw, 2.9rem);
  line-height: 1.1;
  font-weight: 900;
  color: #0f172a;
}

.auth-subtitle {
  margin: 0.42rem 0 1.25rem;
  color: #6b7280;
  font-size: 1rem;
}

.auth-form {
  display: grid;
  gap: 0.78rem;
}

.auth-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.78rem;
}

.auth-field-wrap {
  display: grid;
  gap: 0.38rem;
}

.auth-field-wrap label {
  font-size: 0.83rem;
  font-weight: 700;
  color: #374151;
}

.auth-field-wrap input {
  width: 100%;
  min-height: 46px;
  border-radius: 12px;
  border: 1px solid #d5dce8;
  padding: 0 0.9rem;
  color: #111827;
  background: #f8fafc;
}

.auth-field-wrap input:focus {
  outline: none;
  border-color: var(--oalt-primary);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(192, 34, 34, 0.12);
}

.auth-password-wrap {
  position: relative;
}

.auth-password-wrap input {
  padding-right: 2.65rem;
}

.auth-eye-btn {
  position: absolute;
  right: 0.64rem;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #9ca3af;
  width: 34px;
  height: 34px;
  border-radius: 999px;
}

.auth-eye-btn:hover {
  background: #eef2f7;
  color: #4b5563;
}

.auth-alert {
  border: 1px solid #fecaca;
  background: #fef2f2;
  color: #991b1b;
  border-radius: 12px;
  padding: 0.62rem 0.75rem;
  font-size: 0.85rem;
}

.auth-error {
  margin: 0;
  font-size: 0.74rem;
  color: #dc2626;
}

.auth-meta-row {
  display: flex;
  justify-content: flex-end;
}

.auth-meta-row a {
  color: #6b7280;
  font-size: 0.84rem;
}

.auth-meta-row a:hover {
  color: var(--oalt-primary);
}

.auth-submit-btn {
  margin-top: 0.1rem;
  min-height: 50px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(90deg, #ff9237 0%, #ff7a26 50%, #f45a10 100%);
  color: #ffffff;
  font-size: 1.03rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow: 0 12px 28px rgba(244, 90, 16, 0.28);
}

.auth-submit-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(244, 90, 16, 0.36);
}

.auth-divider {
  position: relative;
  margin: 1rem 0 0.75rem;
  text-align: center;
}

.auth-divider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid #e5e7eb;
}

.auth-divider span {
  position: relative;
  z-index: 1;
  background: #ffffff;
  padding: 0 0.8rem;
  color: #6b7280;
  font-size: 0.83rem;
}

.auth-social-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
}

.auth-social-btn {
  min-height: 48px;
  border-radius: 12px;
  border: 1px solid #d5dce8;
  background: #ffffff;
  color: #111827;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.52rem;
}

.auth-social-btn:hover {
  border-color: #f5b38d;
  background: #fff8f4;
}

.auth-social-btn .fa-google {
  color: #db4437;
}

.auth-social-btn .fa-facebook-f {
  color: #1877f2;
}

.auth-switch-text {
  margin: 1rem 0 0;
  text-align: center;
  color: #6b7280;
  font-size: 0.88rem;
}

.auth-switch-text a {
  color: var(--oalt-primary);
  font-weight: 700;
}

@media (max-width: 1100px) {
  .auth-layout {
    padding-top: 1.4rem;
  }

  .auth-shell,
  .auth-shell--register {
    grid-template-columns: 1fr;
  }

  .auth-promo {
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  }
}

@media (max-width: 700px) {
  .auth-form-pane {
    padding: 1.35rem 1rem 1.2rem;
  }

  .auth-promo {
    padding: 1.4rem 1rem 1.2rem;
  }

  .auth-promo h2 {
    font-size: 1.62rem;
  }

  .auth-promo p {
    font-size: 0.93rem;
  }

  .auth-promo__illustration {
    min-height: 132px;
  }

  .auth-bike-icon {
    width: 76px;
    height: 76px;
    font-size: 1.6rem;
  }

  .auth-two-col,
  .auth-social-grid {
    grid-template-columns: 1fr;
  }
}
.amazon-nav-bottom,
.amazon-menu-row {
    overflow: visible !important;
}

.mega-category-panel {
    z-index: 9999 !important;
}
/* MINI CART STYLES */

#mini-cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: none;
    z-index: 9998;
}

.mini-cart {
    position: fixed;
    top: 0;
    right: -400px;
    width: 350px;
    height: 100%;
    background: #fff;
    box-shadow: -5px 0 20px rgba(0,0,0,0.15);
    transition: right 0.3s ease-in-out;
    z-index: 9999;
    display: flex;
    flex-direction: column;
}

.mini-cart.active {
    right: 0;
}

#mini-cart-overlay.active {
    display: block;
}

.mini-cart-header {
    padding: 15px;
    background: #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mini-cart-body {
    flex: 1;
    overflow-y: auto;
    padding: 15px;
}

.mini-cart-item {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.mini-cart-footer {
    padding: 15px;
    border-top: 1px solid #eee;
}

.mini-cart-btn {
    display: block;
    text-align: center;
    background: #ff9900;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    border-radius: 5px;
}
