:root {
  --navy: #062b60;
  --blue: #0d6efd;
  --orange: #1d4ed8;
  --gold: #74b9ff;
  --pink: #2563eb;
  --purple: #1e40af;
  --ink: #10233f;
  --muted: #587092;
  --line: #cfe0f7;
  --paper: #ffffff;
  --soft: #f4f9ff;
  --shadow: 0 16px 40px rgba(13, 110, 253, .12);
}
.announcement { background: linear-gradient(90deg, #062b60, #0d6efd, #58a6ff); }
.amazon-announcement {
  padding: 6px 16px;
  background: #0b1524;
  color: #d8e6ff;
  font-size: .78rem;
  letter-spacing: 0;
}
.amazon-header {
  background: #131921;
  border-bottom: 0;
  box-shadow: 0 10px 22px rgba(6, 18, 34, .18);
  backdrop-filter: none;
}
.amazon-topbar {
  background: #131921;
}
.amazon-main {
  display: grid;
  grid-template-columns: minmax(150px, 230px) minmax(260px, 560px) minmax(260px, 1fr);
  align-items: center;
  min-height: 70px;
  gap: 14px;
  color: #fff;
}
.amazon-logo {
  justify-self: start;
  min-height: 62px;
  min-width: 0;
  padding: 4px 7px;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  background: linear-gradient(135deg, #ffffff 0%, #edf6ff 100%);
  box-shadow: inset 0 0 0 1px rgba(116,185,255,.34), 0 10px 20px rgba(0,0,0,.12);
  justify-content: center;
}
.amazon-logo:hover,
.delivery-pill:hover,
.language-pill:hover,
.account-link:hover,
.returns-link:hover,
.cart-link:hover,
.main-nav > a:hover,
.mega:hover > a,
.nav-live:hover {
  border-color: rgba(255,255,255,.78);
}
.amazon-logo img {
  width: 132px;
  height: 54px;
  border-radius: 4px;
  object-fit: contain;
}
.amazon-logo span {
  display: none;
}
.delivery-pill,
.language-pill,
.account-link,
.returns-link,
.cart-link {
  min-height: 48px;
  display: grid;
  align-content: center;
  gap: 1px;
  padding: 6px 8px;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  white-space: nowrap;
}
.delivery-pill span,
.account-link span,
.returns-link span {
  color: #d6dce5;
  font-size: .72rem;
  line-height: 1;
}
.delivery-pill strong,
.language-pill strong,
.account-link strong,
.returns-link strong,
.cart-link strong {
  color: #fff;
  font-size: .86rem;
  line-height: 1.08;
}
.delivery-pill::before {
  content: "";
  width: 10px;
  height: 14px;
  grid-row: 1 / span 2;
  align-self: center;
  margin-right: 2px;
  border: 2px solid #fff;
  border-radius: 8px 8px 8px 0;
  transform: rotate(-45deg);
}
.delivery-pill {
  grid-template-columns: 14px auto;
}
.amazon-search {
  justify-self: center;
  min-width: 220px;
  width: 100%;
  max-width: 560px;
  height: 38px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 4px;
  background: #fff;
}
.amazon-search:focus-within {
  border-color: #ffb84d;
  box-shadow: 0 0 0 2px rgba(255,184,77,.22);
}
.amazon-search select {
  width: 64px;
  border: 0;
  border-right: 1px solid #d5d9d9;
  background: #f3f3f3;
  color: #263238;
  padding: 0 8px;
  font-weight: 700;
}
.amazon-search .search {
  flex: 1;
  width: auto;
  min-width: 0;
  display: block;
  border: 0;
  border-radius: 0;
  background: #fff;
  padding: 0 14px;
  color: #111827;
  font-size: .98rem;
}
.amazon-search .search:focus {
  outline: none;
}
.search-submit {
  width: 48px;
  border: 0;
  background: #febd69;
  color: #111827;
  font-size: 1.1rem;
  font-weight: 900;
  cursor: pointer;
}
.search-submit:hover {
  background: #f3a847;
}
.language-pill {
  grid-template-columns: auto auto;
  align-items: center;
  gap: 4px;
  font-weight: 900;
}
.language-pill span {
  width: 22px;
  height: 14px;
  display: inline-grid;
  place-items: center;
  border-radius: 2px;
  background: linear-gradient(#ff9933 0 33%, #fff 33% 66%, #138808 66%);
  color: transparent;
}
.cart-link {
  position: relative;
  justify-self: end;
  min-width: 96px;
  grid-template-columns: 30px auto;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,.06);
}
.account-link,
.returns-link {
  justify-self: end;
}
.amazon-actions {
  display: flex;
  justify-self: end;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-width: 0;
}
.cart-link::before {
  content: "";
  width: 26px;
  height: 22px;
  align-self: center;
  border: 3px solid #fff;
  border-top: 0;
  border-radius: 2px 2px 5px 5px;
  box-shadow: inset 0 -5px 0 rgba(254,189,105,.22);
}
.cart-link .count {
  top: 0;
  left: 19px;
  right: auto;
  background: #febd69;
  color: #111827;
  font-size: .78rem;
  min-width: 21px;
  height: 21px;
  border: 2px solid #131921;
}
.cart-copy {
  display: grid;
  gap: 1px;
}
.cart-copy small {
  color: #febd69;
  font-size: .72rem;
  font-weight: 950;
  line-height: 1;
}
.cart-copy strong {
  font-size: .9rem;
}
.amazon-navrow {
  margin-top: 5px;
  background: linear-gradient(90deg, #172433, #243447 54%, #172433);
  border-top: 1px solid rgba(255,255,255,.06);
}
.nav-row-wrap {
  min-height: 39px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.amazon-navrow .main-nav {
  flex: 1;
  margin-left: 0;
  gap: 0;
}
.amazon-navrow .main-nav > a,
.amazon-navrow .mega > a,
.nav-live {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .88rem;
  font-weight: 850;
}
.amazon-navrow .main-nav > a:hover,
.amazon-navrow .mega > a:hover {
  background: rgba(255,255,255,.1);
  color: #fff;
}
.dropdown-arrow {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-left: 2px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .22s ease;
}
.mega:hover .dropdown-arrow {
  transform: rotate(225deg) translateY(-1px);
}
.all-menu {
  font-weight: 950;
}
.nav-count {
  min-width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  margin-left: 4px;
  border-radius: 99px;
  background: #febd69;
  color: #111827;
  font-size: .72rem;
}
.nav-live {
  margin-left: auto;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 950;
}
.amazon-navrow .mega-panel {
  top: calc(100% + 1px);
  left: 0;
  width: 640px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  border-radius: 0 0 12px 12px;
  padding: 16px;
  box-shadow: 0 24px 54px rgba(6,24,52,.24);
}
.category-mega-panel .mega-category-card {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 8px;
  min-height: 124px;
  padding: 12px 7px;
  border: 1px solid rgba(13,110,253,.12);
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff, #f4f9ff);
  color: var(--navy);
  text-align: center;
  font-size: .76rem;
  font-weight: 900;
  line-height: 1.15;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  white-space: normal
}
.category-mega-panel .mega-category-card span {
  width: 100%;
  min-height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
  text-align: center;
}
.category-mega-panel .mega-category-card img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 999px;
  border: 2px solid #fff;
  background: #eaf4ff;
  box-shadow: 0 10px 18px rgba(13,110,253,.18);
}
.category-mega-panel .mega-category-card:hover {
  transform: translateY(-4px);
  border-color: rgba(13,110,253,.34);
  box-shadow: 0 16px 28px rgba(13,110,253,.16);
}
.logo img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  border-radius: 8px;
  background: transparent;
}
.amazon-header .amazon-logo img {
  width: 132px;
  height: 54px;
}
.footer-logo img,
.admin-sidebar .logo img {
  width: 58px;
  height: 58px;
}
.btn { background: linear-gradient(135deg, #0d6efd, #74b9ff); color: #fff; box-shadow: 0 10px 24px rgba(13,110,253,.22); }
.btn.dark { background: linear-gradient(135deg, #062b60, #0d6efd); }
.btn.ghost { color: var(--navy); background: #fff; }
.eyebrow { color: #0d6efd; }
.hero {
  min-height: 610px;
  background: #06162c;
  isolation: isolate;
}
.hero::after {
  background:
    radial-gradient(circle at 77% 24%, rgba(116,185,255,.42), transparent 18%),
    linear-gradient(115deg, rgba(255,255,255,.09) 0 1px, transparent 1px 30%),
    linear-gradient(180deg, transparent 68%, rgba(6,22,44,.38));
  mix-blend-mode: normal;
}
.hero .slide::before {
  background:
    linear-gradient(90deg, rgba(3,13,30,.94) 0%, rgba(6,29,65,.86) 32%, rgba(13,110,253,.24) 58%, rgba(255,255,255,0) 80%),
    linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.32));
}
.hero .slide {
  background-position: center right;
  background-size: cover;
  background-color: #06162c;
  transform: translateZ(0);
  filter: saturate(1.08) contrast(1.04);
}
.hero-copy {
  max-width: 760px;
  text-shadow: 0 3px 18px rgba(0,0,0,.28);
}
.hero-copy h1,
.hero-copy h2 {
  color: #fff;
  text-wrap: balance;
}
.hero .eyebrow {
  background: rgba(6,24,52,.74);
  border-color: rgba(255,255,255,.32);
}
.hero p {
  color: rgba(255,255,255,.94);
}
.hero-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hero-proof-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: #fff;
  font-size: .86rem;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.16);
}
.hero-action-line {
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  max-width: 100%;
}
.hero-action-line .hero-proof-row { flex-wrap: nowrap; }
.hero-shop-cta {
  flex: 0 0 auto;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 4px 11px 4px 5px;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 999px;
  background: linear-gradient(120deg, #ff7a18 0%, #ee3c96 48%, #7949ff 100%);
  color: #fff;
  font-family: Inter, "Segoe UI", sans-serif;
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .045em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: none;
  box-shadow: 0 10px 24px rgba(238,60,150,.34), inset 0 1px 0 rgba(255,255,255,.34);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.hero-shop-icon {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  font-size: .92rem;
  box-shadow: 0 4px 10px rgba(44,17,88,.24);
}
.hero-shop-cta i {
  font-size: .95rem;
  font-style: normal;
  transition: transform .2s ease;
}
.hero-shop-cta:hover {
  color: #fff;
  filter: saturate(1.14) brightness(1.06);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(238,60,150,.42), inset 0 1px 0 rgba(255,255,255,.4);
}
.hero-shop-cta:hover i { transform: translateX(3px); }
.hero-glass {
  background: rgba(6,24,52,.86);
  border-color: rgba(255,255,255,.22);
  box-shadow: 0 22px 50px rgba(0,0,0,.34);
  backdrop-filter: none;
}
.hero-studio-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(8,31,69,.94), rgba(13,110,253,.56)),
    rgba(6,24,52,.9);
}
.hero-studio-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 18px;
  pointer-events: none;
}
.hero-studio-card b {
  display: inline-flex;
  margin-top: 16px;
  padding: 9px 12px;
  border-radius: 999px;
  background: #febd69;
  color: #111827;
  font-size: .78rem;
  font-weight: 950;
}
.hero-swatches {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}
.hero-swatches i {
  width: 28px;
  height: 28px;
  display: block;
  border: 2px solid rgba(255,255,255,.75);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(0,0,0,.22);
}
.hero-swatches i:nth-child(1) { background: #ffffff; }
.hero-swatches i:nth-child(2) { background: #0f172a; }
.hero-swatches i:nth-child(3) { background: #0d6efd; }
.hero-swatches i:nth-child(4) { background: #febd69; }
.hero .slider-dots button {
  border: 1px solid rgba(255,255,255,.55);
  transition: width .22s ease, background .22s ease, transform .22s ease;
}
.hero .slider-dots button:hover,
.hero .slider-dots button.active {
  background: #ffc928;
  transform: translateY(-1px);
}
.page-title {
  background-color: #06162c;
  background-size: cover;
  background-position: center;
}
.page-title::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3,13,30,.92), rgba(6,43,96,.76) 44%, rgba(6,43,96,.34)),
    linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.38));
  z-index: 0;
}
.page-title::after {
  z-index: 0;
  background: rgba(116,185,255,.24);
}
.page-title-inner {
  max-width: 820px;
}
.page-title .breadcrumbs {
  width: max-content;
  max-width: 100%;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14);
}
.category-showcase {
  background:
    linear-gradient(180deg, #ffffff 0%, #f1f7ff 54%, #ffffff 100%);
}
.category-showcase .category-grid {
  gap: 22px;
}
.featured-category-card {
  min-height: 360px;
  align-items: stretch;
  background: #fff;
  border-color: rgba(13,110,253,.18);
  box-shadow: 0 22px 48px rgba(6,43,96,.11);
}
.featured-category-card::before {
  inset: 0 0 auto;
  height: 64%;
  background:
    linear-gradient(180deg, rgba(6,43,96,.02), rgba(6,43,96,.18)),
    linear-gradient(90deg, rgba(255,255,255,.28), transparent 45%);
}
.featured-category-card img {
  bottom: auto;
  height: 64%;
  object-position: center top;
}
.featured-category-card:hover img {
  transform: scale(1.045);
}
.featured-category-card > span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 38%;
  margin: 0;
  padding: 18px;
  align-content: start;
  border-radius: 18px 18px 0 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(239,247,255,.96));
  color: var(--muted);
  box-shadow: 0 -18px 34px rgba(6,43,96,.12);
  backdrop-filter: blur(8px);
}
.featured-category-card strong {
  color: var(--blue);
  font-size: 1.24rem;
}
.featured-category-card span span {
  color: #35506f;
  -webkit-line-clamp: 2;
  min-height: 42px;
}
.featured-category-card em {
  position: absolute;
  top: -18px;
  right: 18px;
  background: #eaf4ff;
  color: var(--blue);
  box-shadow: 0 8px 18px rgba(6,43,96,.12);
}
.featured-category-card .category-cta {
  width: max-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-top: 2px;
  padding: 8px 15px;
  border-radius: 999px;
  background: #ffc928;
  color: #111827;
  font-size: .82rem;
  font-weight: 950;
  box-shadow: 0 10px 22px rgba(255,201,40,.28);
}
.featured-category-card .category-cta::after {
  content: ">";
  margin-left: 8px;
  color: var(--blue);
  font-weight: 950;
}
.brand-story-section {
  background:
    radial-gradient(circle at 12% 20%, rgba(255,201,40,.2), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(13,110,253,.18), transparent 28%),
    linear-gradient(180deg, #ffffff, #f3f8ff);
}
.brand-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
  gap: 34px;
  align-items: center;
  padding: clamp(26px, 4vw, 46px);
  border: 1px solid rgba(13,110,253,.16);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(235,245,255,.9));
  box-shadow: 0 26px 68px rgba(6,43,96,.12);
  overflow: hidden;
}
.brand-story-copy .eyebrow {
  color: #0d6efd;
}
.brand-story-copy h2 {
  max-width: 760px;
  margin: 8px 0 16px;
  color: var(--navy);
  font-size: clamp(2.2rem, 4.8vw, 4.35rem);
  line-height: .98;
}
.brand-story-copy p {
  max-width: 720px;
  margin: 0;
  color: #314967;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}
.brand-story-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
}
.brand-story-points span {
  min-height: 86px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 14px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(13,110,253,.14);
  color: #35506f;
  font-weight: 850;
  box-shadow: 0 12px 28px rgba(6,43,96,.08);
}
.brand-story-points strong {
  display: block;
  color: var(--blue);
  font-size: 1.8rem;
  line-height: 1;
}
.brand-story-media {
  position: relative;
  min-height: 480px;
  border-radius: 8px;
  overflow: hidden;
  background: #eaf4ff;
  box-shadow: 0 24px 54px rgba(6,43,96,.18);
}
.brand-story-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 48%, rgba(6,43,96,.64));
  pointer-events: none;
}
.brand-story-media img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  object-position: center top;
  transition: transform .45s ease;
}
.brand-story:hover .brand-story-media img {
  transform: scale(1.035);
}
.brand-story-media span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(255,255,255,.92);
  color: var(--navy);
  font-weight: 950;
  box-shadow: 0 14px 30px rgba(0,0,0,.16);
}
.testimonial-section {
  background:
    radial-gradient(circle at 12% 8%, rgba(255,201,40,.22), transparent 30%),
    radial-gradient(circle at 86% 20%, rgba(13,110,253,.18), transparent 28%),
    linear-gradient(180deg, #f4f9ff, #ffffff);
}
.testimonial-head {
  align-items: center;
}
.testimonial-controls {
  display: flex;
  gap: 10px;
}
.testimonial-controls button {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--blue);
  border: 1px solid rgba(13,110,253,.2);
  box-shadow: 0 14px 30px rgba(6,43,96,.1);
  font-size: 1.7rem;
  line-height: 1;
}
.testimonial-slider {
  display: block;
  overflow: hidden;
  padding: 0;
}
.testimonial-slide {
  display: none;
  min-height: 360px;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid rgba(13,110,253,.16);
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(234,244,255,.94)),
    radial-gradient(circle at 88% 12%, rgba(255,201,40,.22), transparent 30%);
  box-shadow: 0 26px 68px rgba(6,43,96,.13);
}
.testimonial-slide.active {
  display: grid;
  align-content: center;
  animation: fadeIn .45s ease both;
}
.testimonial-slide .quote-mark {
  right: clamp(22px, 4vw, 52px);
  top: 8px;
  color: rgba(13,110,253,.12);
  font-size: clamp(6rem, 14vw, 11rem);
}
.testimonial-slide p {
  max-width: 940px;
  margin: 0 0 32px;
  color: var(--navy);
  font-size: clamp(1.8rem, 3.8vw, 3.4rem);
  line-height: 1.08;
  font-weight: 850;
}
.testimonial-slide .testimonial-user img {
  width: 68px;
  height: 68px;
}
.testimonial-slide .testimonial-user strong {
  font-size: 1.08rem;
}
.testimonial-slide .testimonial-user em {
  font-size: .95rem;
}
.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}
.testimonial-dots button {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #b9d4ff;
  transition: width .2s ease, background .2s ease;
}
.testimonial-dots button.active {
  width: 34px;
  background: #ffc928;
}
.newsletter-section {
  background:
    linear-gradient(135deg, #eef7ff 0%, #fff8df 46%, #f5f1ff 100%);
}
.newsletter-pro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr) 180px;
  gap: 24px;
  align-items: center;
  overflow: hidden;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(255,255,255,.7);
  background:
    linear-gradient(135deg, rgba(6,43,96,.95), rgba(13,110,253,.86) 52%, rgba(255,201,40,.88));
  color: #fff;
  box-shadow: 0 28px 74px rgba(13,110,253,.22);
}
.newsletter-pro::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(255,255,255,.16) 0 1px, transparent 1px 54px),
    radial-gradient(circle at 88% 18%, rgba(255,255,255,.36), transparent 22%);
  pointer-events: none;
}
.newsletter-copy,
.newsletter-form,
.newsletter-metric {
  position: relative;
  z-index: 1;
}
.newsletter-copy .eyebrow {
  color: #fff3bd;
}
.newsletter-copy h2 {
  margin: 8px 0 10px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.02;
}
.newsletter-copy p {
  max-width: 590px;
  margin: 0;
  color: rgba(255,255,255,.84);
}
.newsletter-perks {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.newsletter-perks span {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.22);
  color: #fff;
  font-weight: 900;
  font-size: .86rem;
}
.newsletter-form {
  padding: 18px;
  border-radius: 8px;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.25);
  backdrop-filter: blur(14px);
}
.newsletter-form label {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-weight: 900;
}
.newsletter-form div {
  display: flex;
  gap: 10px;
}
.newsletter-form input {
  min-width: 0;
  flex: 1;
  min-height: 48px;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 999px;
  padding: 12px 15px;
  color: #10233f;
  background: #fff;
}
.newsletter-form .btn {
  background: #ffc928;
  color: #111827;
  box-shadow: 0 12px 26px rgba(255,201,40,.28);
}
.newsletter-form small {
  display: block;
  margin-top: 10px;
  color: rgba(255,255,255,.78);
}
.newsletter-metric {
  display: grid;
  place-items: center;
  text-align: center;
  width: 158px;
  height: 158px;
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  box-shadow: 0 20px 46px rgba(6,43,96,.24);
}
.newsletter-metric strong {
  display: block;
  color: var(--blue);
  font-size: 2.6rem;
  line-height: 1;
}
.newsletter-metric span {
  max-width: 112px;
  color: #35506f;
  font-weight: 800;
  font-size: .78rem;
  line-height: 1.18;
}
.home-contact-faq {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #eef6ff 54%, #ffffff 100%);
}
.home-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .88fr);
  gap: 26px;
  align-items: stretch;
}
.home-contact-copy {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(26px, 4vw, 46px);
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(6,43,96,.98), rgba(13,110,253,.88)),
    url("../images/banners/regular-fit-t-shirt-banner.webp") center/cover;
  box-shadow: 0 28px 64px rgba(6,43,96,.18);
}
.home-contact-copy .eyebrow { color: #cbe8ff; }
.home-contact-copy h2 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.15rem, 4.5vw, 4.15rem);
  line-height: 1;
}
.home-contact-copy p {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: 1.1rem;
}
.home-contact-actions,
.home-contact-cards,
.map-footer {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.home-contact-actions .btn.ghost {
  background: rgba(255,255,255,.12);
  color: #fff;
  border-color: rgba(255,255,255,.28);
}
.home-contact-cards a,
.home-contact-cards > span {
  min-width: min(220px, 100%);
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
  backdrop-filter: blur(8px);
}
.home-contact-cards strong {
  color: #ffc928;
  font-size: .86rem;
  text-transform: uppercase;
}
.home-contact-cards span {
  color: rgba(255,255,255,.9);
  font-weight: 850;
}
.home-map-card {
  min-height: 520px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(13,110,253,.18);
  background: #fff;
  box-shadow: 0 28px 64px rgba(6,43,96,.14);
}
.map-toolbar,
.map-footer {
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  background: #fff;
}
.map-toolbar { border-bottom: 1px solid var(--line); }
.map-toolbar span {
  color: var(--navy);
  font-weight: 950;
}
.map-toolbar strong,
.map-footer span {
  color: var(--blue);
  font-size: .84rem;
  font-weight: 900;
}
.map-visual {
  position: relative;
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 390px;
  text-align: center;
  background:
    linear-gradient(90deg, rgba(13,110,253,.14) 1px, transparent 1px),
    linear-gradient(rgba(13,110,253,.14) 1px, transparent 1px),
    radial-gradient(circle at 50% 48%, rgba(255,201,40,.36), transparent 16%),
    linear-gradient(135deg, #e7f3ff, #ffffff 44%, #dcecff);
  background-size: 38px 38px, 38px 38px, auto, auto;
}
.map-visual::before,
.map-visual::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(13,110,253,.22);
}
.map-visual::before {
  width: 84%;
  height: 13px;
  transform: rotate(-24deg);
}
.map-visual::after {
  width: 72%;
  height: 12px;
  transform: rotate(23deg);
}
.map-pin {
  position: relative;
  z-index: 1;
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: linear-gradient(135deg, #ffc928, #ff7a00);
  box-shadow: 0 20px 34px rgba(255,122,0,.28);
  animation: mapPinFloat 2.6s ease-in-out infinite;
}
.map-pin::after {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
}
.map-visual b,
.map-visual small {
  position: relative;
  z-index: 1;
}
.map-visual b {
  margin-top: 18px;
  color: var(--navy);
  font-size: 2.3rem;
  line-height: 1;
}
.map-visual small {
  margin-top: 8px;
  color: #35506f;
  font-size: 1rem;
  font-weight: 850;
}
.home-faq-block { margin-top: 32px; }
.home-faq-slider {
  position: relative;
  min-height: 340px;
}
.home-faq-card {
  min-height: 340px;
  display: none;
  align-content: center;
  padding: clamp(28px, 5vw, 58px);
  border: 0;
  border-radius: 8px;
  color: #fff;
  box-shadow: 0 22px 48px rgba(6,43,96,.14);
  transition: transform .24s ease, box-shadow .24s ease;
}
.home-faq-card.active {
  display: grid;
  animation: faqSlideIn .36s ease both;
}
.home-faq-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 62px rgba(6,43,96,.2);
}
.home-faq-card h3 {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4.6vw, 4.8rem);
  font-weight: 950;
  line-height: .98;
  text-wrap: balance;
}
.home-faq-card p {
  max-width: 780px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.88);
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  line-height: 1.6;
  font-weight: 750;
}
.faq-slider-controls {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.faq-slider-controls button,
.faq-slider-dots button {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  border: 1px solid var(--line);
  font-size: 1.35rem;
  font-weight: 950;
}
.faq-slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.faq-slider-dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  font-size: 0;
  background: #cfe0f7;
}
.faq-slider-dots button.active {
  width: 34px;
  border-radius: 999px;
  background: #0d6efd;
}
.home-faq-card.color-1 { background: linear-gradient(135deg, #0d6efd, #062b60); }
.home-faq-card.color-2 { background: linear-gradient(135deg, #14b8a6, #0f766e); }
.home-faq-card.color-3 { background: linear-gradient(135deg, #f59e0b, #b45309); }
.home-faq-card.color-4 { background: linear-gradient(135deg, #8b5cf6, #4c1d95); }
.home-map-iframe {
  width: 100%;
  min-height: 360px;
  flex: 1;
  border: 0;
  background: #eaf4ff;
}
@keyframes faqSlideIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
main details:not(.home-faq-card) {
  --faq-accent: #0d6efd;
  --faq-soft: #eaf4ff;
  margin: 14px 0;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--faq-accent) 24%, #ffffff);
  border-radius: 8px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--faq-accent) 10%, #ffffff), #ffffff 62%);
  box-shadow: 0 16px 34px rgba(6,43,96,.09);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
main details:not(.home-faq-card):nth-of-type(4n+2) {
  --faq-accent: #14b8a6;
  --faq-soft: #e7fffb;
}
main details:not(.home-faq-card):nth-of-type(4n+3) {
  --faq-accent: #f59e0b;
  --faq-soft: #fff6df;
}
main details:not(.home-faq-card):nth-of-type(4n+4) {
  --faq-accent: #8b5cf6;
  --faq-soft: #f1ebff;
}
main details:not(.home-faq-card):hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 46px rgba(6,43,96,.14);
  border-color: color-mix(in srgb, var(--faq-accent) 44%, #ffffff);
}
main details:not(.home-faq-card) summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  cursor: pointer;
  list-style: none;
  padding: 18px 20px;
  color: var(--navy);
  font-size: clamp(1.18rem, 2.1vw, 1.62rem);
  font-weight: 950;
  line-height: 1.15;
}
main details:not(.home-faq-card) summary::-webkit-details-marker {
  display: none;
}
main details:not(.home-faq-card) summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--faq-accent);
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
  box-shadow: 0 10px 20px color-mix(in srgb, var(--faq-accent) 24%, transparent);
}
main details:not(.home-faq-card)[open] summary {
  color: var(--faq-accent);
  background: var(--faq-soft);
}
main details:not(.home-faq-card)[open] summary::after {
  content: "-";
}
main details:not(.home-faq-card) p {
  margin: 0;
  padding: 0 20px 20px;
  color: #314967;
  font-size: clamp(1.02rem, 1.35vw, 1.16rem);
  line-height: 1.65;
  font-weight: 700;
}
.faq-box h2,
.panel h2:has(+ details) {
  color: var(--navy);
  font-size: clamp(1.7rem, 3vw, 2.55rem);
}
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.product-card,
.category-card,
.offer-card,
.brand-story,
.newsletter-pro,
.home-map-card,
.home-faq-card {
  will-change: transform;
}
@keyframes mapPinFloat {
  0%, 100% { transform: translateY(0) rotate(-45deg); }
  50% { transform: translateY(-10px) rotate(-45deg); }
}
.footer-socials a {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  box-shadow: none;
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}
.footer-socials a:hover {
  transform: translateY(-4px) scale(1.04);
  box-shadow: none;
  filter: drop-shadow(0 12px 18px rgba(0,0,0,.22)) saturate(1.08);
}
.footer-socials img {
  width: 38px;
  height: 38px;
  filter: none;
}
.footer-socials .social-facebook,
.footer-socials .social-instagram,
.footer-socials .social-linkedin,
.footer-socials .social-youtube,
.footer-socials .social-whatsapp { background: transparent; }
.floating a,
.floating button {
  border: 2px solid #fff;
  box-shadow: 0 18px 38px rgba(6,43,96,.2);
}
.floating .whatsapp {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}
.floating .call {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}
.floating .whatsapp::after,
.floating .call::after {
  content: none;
}
.floating .whatsapp::before,
.floating .call::before {
  content: none;
}
.floating .whatsapp img,
.floating .call img {
  width: 50px;
  height: 50px;
  display: block;
  filter: drop-shadow(0 14px 24px rgba(6,43,96,.18));
}
.product-card img { background: radial-gradient(circle at 65% 20%, #ffffff, #eaf4ff 52%, #ffffff); }
.badge { background: linear-gradient(135deg, #0d6efd, #062b60); }
.flash { margin-top: 18px; padding: 14px 18px; background: #eaf4ff; border: 1px solid var(--line); border-radius: var(--radius); color: var(--navy); font-weight: 800; }
.wide-banner { width: 100%; max-height: 260px; object-fit: cover; border-radius: var(--radius); margin-bottom: 28px; background: var(--soft); }
.cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 22px; }
.cart-row, .checkout-line { display: grid; grid-template-columns: 110px minmax(0,1fr) 90px 110px 90px; gap: 14px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 14px; margin-bottom: 14px; }
.cart-row img, .checkout-line img { width: 96px; height: 96px; object-fit: contain; background: var(--soft); border-radius: 8px; }
.checkout-line { grid-template-columns: 74px 1fr; }
.checkout-line img { width: 74px; height: 74px; }
.item-price-breakdown { display: grid; gap: 4px; min-width: 130px; }
.item-price-breakdown small { color: var(--muted); font-weight: 700; }
.item-price-breakdown strong { color: var(--navy); }
.summary dl { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.summary dd { margin: 0; font-weight: 900; }
.order-total-breakdown { display: flex; gap: 10px; flex-wrap: wrap; margin: 16px 0; }
.order-total-breakdown span { display: flex; justify-content: space-between; gap: 14px; min-width: 190px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--soft); }
.packing-total { margin: 20px 0; margin-left: auto; max-width: 440px; }
.studio-panel { display: grid; gap: 14px; }
.studio-toolbar { display: flex; gap: 8px; flex-wrap: wrap; }
.studio-toolbar button.active {
  background: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}
.filters small {
  color: var(--muted);
  font-weight: 800;
}
.filter-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.filter-actions .btn {
  width: 100%;
  min-height: 42px;
}
.active-filter-category {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
  padding: 14px;
  border: 1px solid rgba(13,110,253,.2);
  border-radius: 8px;
  background: linear-gradient(135deg, #f4f9ff, #ffffff);
}
.active-filter-category span {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}
.active-filter-category strong {
  color: var(--navy);
  font-size: 1.02rem;
}
.active-filter-category a {
  width: max-content;
  color: #0d6efd;
  font-weight: 900;
}
.empty-results {
  grid-column: 1 / -1;
}
.toolbar small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 800;
}
.pagination {
  flex-wrap: wrap;
}
.pagination a {
  min-width: 40px;
  color: var(--navy);
  background: #fff;
  text-decoration: none;
}
.pagination a.wide {
  width: auto;
  padding: 0 16px;
}
.pagination a.active,
.pagination a:hover {
  border-color: #0d6efd;
  background: linear-gradient(135deg, #0d6efd, #74b9ff);
  color: #fff;
  box-shadow: 0 12px 24px rgba(13,110,253,.2);
}
#designCanvas {
  display: block;
  width: 100%;
  background: linear-gradient(145deg, #f4f9ff, #ffffff);
  border: 1px solid rgba(13,110,253,.16);
  border-radius: var(--radius);
  touch-action: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.7);
  cursor: default;
}
.single-preview-shell {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
}
.preview-mode-label {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 999px;
  background: rgba(6,43,96,.86);
  color: #fff;
  font-size: .75rem;
  font-weight: 900;
  pointer-events: none;
  box-shadow: 0 8px 20px rgba(6,43,96,.18);
}
.hero-design-signature {
  width: max-content;
  max-width: 100%;
  display: grid;
  gap: 1px;
  padding: 10px 18px 12px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 16px 4px 16px 4px;
  background: linear-gradient(135deg, rgba(7,26,61,.76), rgba(13,110,253,.34));
  box-shadow: 0 18px 50px rgba(0,0,0,.22);
  backdrop-filter: blur(9px);
  transform: rotate(-1deg);
}
.hero-design-signature span {
  color: #d8ebff;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero-design-signature strong {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3vw, 2.65rem);
  font-style: italic;
  letter-spacing: -.04em;
  line-height: .95;
  text-shadow: 3px 4px 0 rgba(238,60,150,.32);
}
.home-nine-products .grid { align-items: stretch; }
.color-preview-figure {
  margin: 0 0 16px;
  overflow: hidden;
  border: 1px solid rgba(13,110,253,.18);
  border-radius: 14px;
  background: #fff;
}
.color-preview-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
}
.color-preview-figure figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 14px;
  color: var(--navy);
  font-size: .82rem;
  font-weight: 850;
}
.color-preview-figure a {
  color: #0d6efd;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.studio-help {
  margin: 12px 2px 0;
  color: var(--muted);
  font-size: .85rem;
  line-height: 1.5;
}
.product-color-field { grid-column: 1 / -1; }
.custom-colour-empty {
  margin: 0;
  padding: 14px;
  border: 1px dashed var(--line);
  border-radius: 12px;
  color: var(--muted);
  background: #f8fbff;
}
.visually-hidden-select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}
.product-color-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 8px;
}
.product-color-card {
  display: grid;
  gap: 7px;
  padding: 6px;
  border: 2px solid transparent;
  border-radius: 10px;
  background: #f6f9fd;
  color: var(--navy);
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.product-color-card:hover,
.product-color-card.active {
  border-color: #0d6efd;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(13,110,253,.16);
}
.product-color-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 7px;
  background: #fff;
}
.product-color-card span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: .76rem;
  font-weight: 900;
}
.product-color-card i {
  width: 13px;
  height: 13px;
  border: 1px solid rgba(7,26,61,.2);
  border-radius: 50%;
  background: var(--swatch);
}
.admin-variant-mapper {
  padding: 18px;
  border: 1px solid rgba(13,110,253,.18);
  border-radius: 14px;
  background: linear-gradient(145deg, #f7fbff, #fff);
}
.admin-variant-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.admin-variant-head div { display: grid; gap: 5px; }
.admin-variant-head > span {
  padding: 6px 10px;
  border-radius: 999px;
  background: #eaf3ff;
  color: #0d6efd;
  font-size: .78rem;
  font-weight: 900;
  white-space: nowrap;
}
.admin-variant-grid { display: grid; gap: 16px; }
.admin-variant-card {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}
.admin-variant-card > header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.admin-variant-card > header i {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--variant-color);
  box-shadow: 0 0 0 1px rgba(7,26,61,.2);
}
.admin-variant-card > header span { display: grid; }
.admin-variant-card > header small { color: var(--muted); }
.admin-variant-views {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.admin-variant-upload {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 10px;
  border: 1px dashed rgba(13,110,253,.35);
  border-radius: 10px;
  background: #f8fbff;
  color: var(--navy);
  font-size: .8rem;
  font-weight: 850;
}
.admin-variant-preview {
  display: grid;
  min-height: 104px;
  place-items: center;
}
.admin-variant-upload img,
.admin-variant-upload em {
  width: 100px !important;
  max-width: 100px !important;
  height: 100px !important;
  max-height: 100px !important;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  object-fit: contain;
  background: #eef4fb;
}
.admin-variant-upload em {
  display: grid;
  place-items: center;
  color: var(--muted);
  font-style: normal;
}
.admin-variant-upload input[type="file"] { width: 100%; font-size: .72rem; }
.admin-variant-save-note {
  display: grid;
  gap: 5px;
  padding: 16px;
  border: 1px dashed rgba(13,110,253,.35);
  border-radius: 12px;
  background: #f7fbff;
}
.admin-variant-save-note strong { color: var(--navy); }
.admin-variant-save-note span { color: var(--muted); font-size: .84rem; font-weight: 750; }
.admin-order-designs,
.account-design-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 12px 0;
}
.admin-order-designs article,
.account-design-card {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 9px;
  border: 1px solid rgba(13,110,253,.16);
  border-radius: 10px;
  background: #f8fbff;
}
.admin-order-designs img,
.account-design-card img {
  width: 82px;
  height: 82px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
}
.admin-order-designs span,
.account-design-card span { display: grid; gap: 3px; min-width: 0; }
.admin-order-designs small,
.account-design-card small { color: var(--muted); overflow-wrap: anywhere; }
.admin-order-designs em { color: #0d6efd; font-size: .75rem; font-style: normal; font-weight: 900; text-transform: uppercase; }
.admin-order-designs .admin-order-design { align-items: start; }
.design-downloads {
  display: flex !important;
  flex-wrap: wrap;
  gap: 7px !important;
  margin-top: 5px;
}
.design-downloads .btn { width: auto; padding: 7px 9px; font-size: .72rem; }
.account-design-card a { color: #0d6efd; font-size: .78rem; font-weight: 850; }
.account-order-card {
  margin-top: 12px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.account-order-card > header { display: flex; justify-content: space-between; gap: 10px; font-weight: 900; }
.account-design-card.compact { grid-template-columns: 58px minmax(0, 1fr); }
.account-design-card.compact img { width: 58px; height: 58px; }
.doc-design-preview { display: block; width: 92px; height: 92px; margin-bottom: 5px; object-fit: contain; border-radius: 8px; }
.customize-details {
  align-items: start;
}
@media (min-width: 861px) {
  .customize-details {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 34px;
  }
  .customize-details > .studio-panel {
    position: sticky;
    top: 18px;
    align-self: start;
    overflow: visible;
  }
  .customize-details > .studio-panel #designCanvas {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: calc(100vh - 190px);
    margin-inline: auto;
  }
  .customize-controls-panel {
    min-width: 0;
  }
}
@media (max-width: 860px) {
  .customize-details {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }
}
.product-picker-panel {
  margin-bottom: 16px;
}
.legacy-customizer-hidden {
  display: none !important;
}
.side-customizer {
  display: grid;
  gap: 18px;
}
.custom-product-options {
  align-items: end;
}
.custom-product-options .wide {
  grid-column: 1 / -1;
}
.side-design-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.side-design-panel {
  display: grid;
  gap: 12px;
  min-width: 0;
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(13,110,253,.18);
  border-radius: 8px;
  background: linear-gradient(135deg, #f8fbff, #ffffff);
}
.side-design-panel[hidden] { display: none; }
.side-design-panel legend {
  padding: 0 8px;
  color: var(--navy);
  font-weight: 950;
}
.side-design-panel .grid {
  gap: 10px;
}
.custom-clear-action {
  width: max-content;
  margin-top: 7px;
  padding: 5px 9px;
  border: 1px solid rgba(180,35,35,.22);
  border-radius: 7px;
  background: #fff6f6;
  color: #a51f1f;
  font-size: .72rem;
  font-weight: 900;
  cursor: pointer;
}
.selected-product-mini {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(13,110,253,.14);
  border-radius: 8px;
  background: linear-gradient(135deg, #f4f9ff, #ffffff);
}
.selected-product-mini img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
}
.selected-product-mini span {
  display: grid;
  gap: 2px;
}
.selected-product-mini strong {
  color: var(--navy);
  line-height: 1.2;
}
.selected-product-mini small {
  color: var(--muted);
  font-weight: 800;
}
.review-section {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr);
  gap: 24px;
  margin-top: 22px;
}
.review-list { display: grid; gap: 10px; margin-top: 14px; }
.review-card {
  padding: 14px;
  border: 1px solid rgba(13,110,253,.14);
  border-radius: 10px;
  background: #f8fbff;
}
.review-card p { margin: 6px 0; }
.review-card small { color: var(--muted); font-weight: 800; }
.review-card .stars { color: #f59e0b; letter-spacing: 2px; }
.review-form { align-self: start; padding: 18px; border-radius: 10px; background: #f4f9ff; }
.product-review-block { margin: 22px 0; }
.checkout-form-panel {
  min-width: 0;
}
.checkout-address-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin: 24px 0 14px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.checkout-address-head h3 {
  margin: 4px 0 0;
  color: var(--navy);
}
.checkout-add-address {
  flex: 0 0 auto;
  margin: 0 !important;
}
.checkout-address-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}
.checkout-address-card {
  position: relative;
  display: block;
  padding: 15px;
  border: 2px solid var(--line);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.checkout-address-card:hover,
.checkout-address-card.is-selected {
  border-color: #0d6efd;
  background: #f4f9ff;
  box-shadow: 0 8px 24px rgba(13,110,253,.1);
}
.checkout-address-card input {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 18px;
  height: 18px;
  accent-color: #0d6efd;
}
.checkout-address-card > span {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 28px;
}
.checkout-address-card > span small {
  padding: 3px 8px;
  border-radius: 999px;
  background: #dff8e8;
  color: #126b38;
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
}
.checkout-address-card p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.45;
}
.checkout-new-address-choice {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.checkout-new-address {
  margin-bottom: 18px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #f8fbff;
}
.checkout-new-address[hidden] {
  display: none;
}
.checkout-save-address {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-top: 10px;
  color: var(--navy);
  font-weight: 850;
}
.checkout-save-address input {
  width: 18px;
  height: 18px;
  accent-color: #0d6efd;
}
.payment-method-fixed {
  display: grid;
  gap: 3px;
  min-height: 46px;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbff;
  color: var(--navy);
  font-weight: 900;
}
.payment-method-fixed small { color: var(--muted); font-weight: 700; }
.payment-mode-badge {
  width: max-content;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: .7rem;
  font-weight: 950;
  text-transform: uppercase;
}
.payment-mode-badge.test { background: #fff4cc; color: #8a5a00; }
.payment-mode-badge.live { background: #dff8e8; color: #126b38; }
.checkout-payment-message { min-height: 22px; font-weight: 850; }
.checkout-payment-message:not(:empty) { padding: 10px 12px; border: 1px solid currentColor; border-radius: 10px; background: #fff; }
.checkout-payment-message[data-type="error"] { color: #b42318; }
.checkout-payment-message[data-type="info"] { color: #0d6efd; }
.checkout-payment-message[data-type="success"] { color: #18794e; }
.auth-box { max-width: 520px; margin: auto; }
.auth-section {
  background:
    linear-gradient(135deg, rgba(13,110,253,.08), transparent 34%),
    linear-gradient(225deg, rgba(254,189,105,.18), transparent 32%),
    #f7fbff;
}
.auth-pro-shell,
.auth-otp-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 480px);
  gap: 28px;
  align-items: stretch;
}
.auth-otp-shell {
  max-width: 980px;
}
.auth-pro-copy,
.auth-otp-side {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  padding: 34px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(6,43,96,.96), rgba(13,110,253,.82)),
    url("../images/hero/page-print-2.svg") center/cover;
  box-shadow: 0 24px 60px rgba(6,43,96,.18);
}
.auth-pro-copy h2,
.auth-otp-side h2 {
  margin: 8px 0 12px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.02;
}
.auth-pro-copy p,
.auth-otp-side p {
  max-width: 620px;
  color: rgba(255,255,255,.86);
}
.auth-benefits {
  display: grid;
  gap: 10px;
  margin: 24px 0 28px;
}
.auth-benefits span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 900;
}
.auth-benefits span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #febd69;
  box-shadow: 0 0 0 6px rgba(254,189,105,.16);
}
.auth-alt-btn {
  width: fit-content;
  color: #fff !important;
  border-color: rgba(255,255,255,.34) !important;
  background: rgba(255,255,255,.12) !important;
}
.auth-pro-card {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(13,110,253,.12);
}
.auth-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 8px;
}
.auth-card-head img {
  width: 72px;
  height: 54px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 6px;
}
.auth-card-head strong {
  display: block;
  color: var(--navy);
  font-size: 1.4rem;
  line-height: 1.1;
}
.auth-card-head small {
  color: var(--muted);
  font-weight: 800;
}
.auth-pro-card .field {
  margin: 0;
}
.auth-pro-card input {
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfdff;
}
.auth-pro-card input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(13,110,253,.12);
  outline: none;
}
.auth-submit {
  width: 100%;
  min-height: 50px;
  margin-top: 4px;
}
.auth-links {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  font-weight: 900;
}
.auth-links a {
  color: var(--blue);
}
.otp-input {
  text-align: center;
  font-size: 1.65rem;
  letter-spacing: 8px;
  font-weight: 900;
}
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 22px 0; }
.timeline span { border: 1px solid var(--line); border-radius: 8px; padding: 12px; text-align: center; font-weight: 900; }
.timeline .on { background: #0d6efd; color: #fff; }
.admin-shell { display: grid; grid-template-columns: 260px minmax(0, 1fr); min-height: 75vh; }
.admin-sidebar { background: #062b60; padding: 20px; display: grid; align-content: start; gap: 16px; }
.admin-sidebar .logo, .admin-sidebar a, .admin-sidebar button { color: #fff; }
.admin-sidebar nav { display: grid; gap: 8px; }
.admin-sidebar nav a, .admin-sidebar button { padding: 10px 12px; border-radius: 8px; background: rgba(255,255,255,.08); }
.admin-main { padding: 28px; min-width: 0; }
.admin-topbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.inline { display: inline; }
.faq-box { margin-top: 28px; }
.print-doc .btn { margin-bottom: 18px; }
.document-shell {
  overflow: hidden;
  padding: 0;
}
.doc-header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding: 28px;
  background: linear-gradient(135deg, #062b60, #0d6efd);
  color: #fff;
}
.doc-brand {
  display: flex;
  gap: 14px;
  align-items: center;
}
.doc-brand img {
  width: 96px;
  height: 58px;
  object-fit: contain;
  padding: 6px;
  border-radius: 8px;
  background: #fff;
}
.doc-header h2,
.doc-header p {
  margin: 0;
}
.doc-badge {
  align-self: start;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  font-weight: 950;
}
.doc-body {
  padding: 26px;
}
.doc-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 20px;
}
.doc-box {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbff;
}
.doc-box h3 {
  margin: 0 0 10px;
  color: var(--navy);
}
.doc-total {
  display: grid;
  justify-content: end;
  gap: 8px;
  margin-top: 18px;
}
.doc-total div {
  min-width: 260px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 14px;
  border-radius: 8px;
  background: #f4f9ff;
  font-weight: 900;
}
.doc-total .grand {
  background: var(--navy);
  color: #fff;
}
.packing-address-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}
.packing-address-card {
  min-height: 170px;
  padding: 18px;
  border: 2px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.packing-address-card h3 {
  margin: 10px 0 7px;
}
.packing-address-card p {
  margin: 5px 0;
}
.packing-dispatch-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 18px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--line);
}
.packing-dispatch-strip span {
  display: grid;
  gap: 5px;
  padding: 13px;
  background: #f8fbff;
}
.packing-dispatch-strip small {
  color: var(--muted);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .08em;
}
.packing-dispatch-strip strong {
  overflow-wrap: anywhere;
  color: var(--navy);
}
.packing-checklist {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}
.packing-checklist span {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 850;
}
.marketplace-invoice-actions {
  display: flex;
  gap: 10px;
  padding: 18px 18px 0;
}
.marketplace-invoice {
  width: min(100%, 820px);
  margin: 18px auto;
  color: #111;
  border: 1.5px solid #111;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.25;
}
.marketplace-invoice p,
.marketplace-invoice h1,
.marketplace-invoice h2,
.marketplace-invoice h3 {
  margin: 0;
}
.mil-shipping {
  display: grid;
  grid-template-columns: 43% 57%;
  min-height: 310px;
  border-bottom: 1.5px solid #111;
}
.mil-customer,
.mil-carrier {
  min-width: 0;
  padding: 15px;
}
.mil-customer {
  border-right: 1.5px solid #111;
}
.mil-label,
.mil-return-left > span,
.mil-replacement > span {
  display: block;
  margin-bottom: 7px;
  font-size: 10px;
  font-weight: 700;
}
.mil-customer > strong {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
.mil-customer > p {
  margin: 2px 0;
}
.mil-return-left {
  margin-top: 25px;
  padding-top: 12px;
  border-top: 1px solid #999;
}
.mil-return-left strong,
.mil-return-left p {
  display: block;
  margin-bottom: 4px;
}
.mil-cod {
  margin: -15px -15px 12px;
  padding: 9px 12px;
  color: #fff;
  background: #111;
  text-align: center;
}
.mil-carrier-head,
.mil-code-row,
.mil-tracking,
.mil-invoice-footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}
.mil-carrier-head {
  padding-bottom: 9px;
  border-bottom: 1px solid #111;
  font-size: 14px;
}
.mil-carrier-head span {
  padding: 3px 14px;
  border: 1px solid #111;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
}
.mil-code-row {
  padding: 10px 0;
  border-bottom: 1px solid #999;
}
.mil-code-row span {
  display: grid;
  gap: 3px;
}
.mil-code-row small,
.mil-tracking small {
  font-size: 8px;
  text-transform: uppercase;
}
.mil-replacement {
  min-height: 125px;
  margin: 10px 0;
  padding: 10px 12px;
  border: 1.5px solid #111;
}
.mil-replacement strong,
.mil-replacement p {
  display: block;
  margin-bottom: 3px;
}
.mil-replacement strong {
  font-size: 13px;
}
.mil-replacement.mil-order-meta {
  display: grid;
  align-content: center;
  gap: 7px;
}
.mil-replacement.mil-order-meta p {
  margin: 0;
  padding-bottom: 6px;
  border-bottom: 1px solid #bbb;
}
.mil-replacement.mil-order-meta p:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.mil-replacement.mil-order-meta span {
  margin: 0;
  font-size: 8px;
}
.mil-replacement.mil-order-meta strong {
  font-size: 10px;
}
.mil-tracking {
  padding-top: 8px;
  border-top: 1px solid #111;
}
.mil-tracking strong {
  overflow-wrap: anywhere;
  font-size: 14px;
  letter-spacing: .05em;
}
.mil-product-details {
  border-bottom: 1.5px solid #111;
}
.mil-product-details h2 {
  padding: 6px 10px;
  background: #e6e6e6;
  font-size: 12px;
  text-transform: uppercase;
}
.marketplace-invoice table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.marketplace-invoice th,
.marketplace-invoice td {
  padding: 6px 7px;
  border: 1px solid #777;
  overflow-wrap: anywhere;
  vertical-align: top;
}
.mil-product-details table th:first-child { width: 30%; }
.mil-product-details table th:last-child { width: 30%; }
.mil-invoice-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 10px;
  background: #dedede;
  border-bottom: 1px solid #111;
}
.mil-invoice-title h1 {
  font-size: 14px;
}
.mil-invoice-title span {
  font-size: 9px;
}
.mil-addresses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #111;
}
.mil-addresses > div {
  min-height: 105px;
  padding: 9px 11px;
}
.mil-addresses > div:first-child {
  border-right: 1px solid #111;
}
.mil-addresses h3 {
  margin-bottom: 7px;
  font-size: 9px;
}
.mil-addresses p {
  margin-top: 4px;
}
.mil-seller-meta {
  display: grid;
  grid-template-columns: 58% 42%;
  border-bottom: 1px solid #111;
}
.mil-seller-meta > div {
  min-height: 112px;
  padding: 9px 11px;
}
.mil-seller-meta > div:first-child {
  border-right: 1px solid #111;
}
.mil-seller-meta span {
  display: block;
  margin-bottom: 3px;
  font-size: 9px;
}
.mil-seller-meta p {
  margin: 4px 0;
}
.mil-order-meta p {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 7px;
  margin-bottom: 5px;
}
.mil-tax-table {
  font-size: 9px;
}
.mil-tax-table th:nth-child(1) { width: 28%; }
.mil-tax-table th:nth-child(2) { width: 8%; }
.mil-tax-table th:nth-child(3) { width: 6%; }
.mil-tax-table th:nth-child(n+4) { width: 11.5%; }
.mil-total-row th {
  background: #ededed;
  font-weight: 800;
}
.mil-invoice-footer {
  padding: 8px 10px;
  border-top: 1px solid #111;
}
.mil-invoice-footer strong {
  font-size: 12px;
}
.mil-disclaimer {
  padding: 7px 10px;
  border-top: 1px solid #999;
  font-size: 8px;
  text-align: center;
}
@media (max-width: 1100px) {
  .amazon-main {
    min-height: 64px;
  }
  .delivery-pill,
  .returns-link,
  .language-pill {
    display: none;
  }
  .amazon-navrow .main-nav {
    display: none;
  }
  .amazon-navrow .main-nav.open {
    display: grid;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 60;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 12px 16px;
    background: #232f3e;
    border-bottom: 0;
    box-shadow: 0 18px 34px rgba(0,0,0,.22);
  }
  .amazon-navrow .main-nav.open > a,
  .amazon-navrow .main-nav.open .mega > a {
    color: #fff;
    justify-content: flex-start;
  }
  .amazon-navrow .main-nav.open .mega-panel {
    display: grid;
    position: static;
    width: 100%;
    grid-column: 1 / -1;
    box-shadow: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .amazon-main {
    min-height: 64px;
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    gap: 8px;
  }
  .amazon-search {
    grid-column: 1 / -1;
    order: 6;
    width: 100%;
    min-width: 0;
    margin-bottom: 8px;
  }
  .delivery-pill,
  .language-pill,
  .returns-link,
  .nav-live {
    display: none;
  }
  .account-link {
    min-height: 40px;
    padding: 5px 7px;
  }
  .cart-link {
    min-height: 40px;
  }
  .amazon-navrow .main-nav.open {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    top: 100%;
    background: #232f3e;
    border-bottom: 0;
    box-shadow: 0 18px 34px rgba(0,0,0,.22);
  }
  .amazon-navrow .main-nav.open > a,
  .amazon-navrow .main-nav.open .mega > a {
    width: 100%;
  }
  .amazon-navrow .mega-panel {
    grid-column: 1 / -1;
    background: #fff;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cart-layout, .admin-shell, .newsletter-pro, .brand-story, .home-contact-grid, .review-section { grid-template-columns: 1fr; }
  .auth-pro-shell,
  .auth-otp-shell { grid-template-columns: 1fr; }
  .side-design-grid { grid-template-columns: 1fr; }
  .auth-pro-copy,
  .auth-otp-side,
  .auth-pro-card { padding: 26px; }
  .home-faq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-map-card { min-height: 430px; }
  .map-visual { min-height: 300px; }
  .cart-row { grid-template-columns: 86px 1fr; }
  .cart-row > *:nth-child(n+3) { grid-column: 2; }
  .admin-main { padding: 18px; }
  .newsletter-metric { width: 130px; height: 130px; }
  .featured-category-card { min-height: 340px; }
  .featured-category-card img,
  .featured-category-card::before { height: 60%; }
  .featured-category-card > span { min-height: 42%; }
  .brand-story-media,
  .brand-story-media img { min-height: 360px; }
  .doc-meta-grid,
  .doc-header,
  .packing-address-grid,
  .packing-dispatch-strip,
  .packing-checklist { grid-template-columns: 1fr; }
}
@media (max-width: 580px) {
  .checkout-address-head {
    align-items: stretch;
    flex-direction: column;
  }
  .checkout-address-list {
    grid-template-columns: 1fr;
  }
  .checkout-add-address {
    width: 100%;
  }
  .hero-action-line {
    width: 100%;
    gap: 7px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }
  .hero-action-line::-webkit-scrollbar {
    display: none;
  }
  .hero-action-line .hero-proof-row {
    gap: 6px;
  }
  .hero-action-line .hero-proof-row span {
    min-height: 30px;
    padding: 5px 8px;
    font-size: .68rem;
  }
  .hero-shop-cta {
    min-height: 34px;
    padding: 3px 9px 3px 4px;
    font-size: .69rem;
  }
  .hero-shop-icon {
    width: 26px;
    height: 26px;
    font-size: .82rem;
  }
  .amazon-announcement {
    padding: 5px 10px;
    font-size: .7rem;
  }
  .amazon-main {
    grid-template-columns: minmax(0, 1fr) auto auto;
    min-height: 60px;
  }
  .amazon-logo {
    min-width: 0;
    padding: 5px 8px;
  }
  .amazon-logo img {
    width: 106px;
    height: 44px;
  }
  .amazon-header .amazon-logo img {
    width: 106px;
    height: 44px;
  }
  .amazon-logo span {
    display: none;
  }
  .account-link {
    display: none;
  }
  .cart-link {
    min-width: 56px;
    padding: 4px 6px;
  }
  .cart-link strong {
    font-size: .78rem;
  }
  .hamburger {
    min-height: 38px;
    border: 1px solid rgba(255,255,255,.55);
    background: transparent;
  }
  .amazon-search {
    height: 38px;
  }
  .amazon-search select {
    width: 54px;
  }
  .search-submit {
    width: 44px;
  }
  .nav-row-wrap {
    min-height: 34px;
  }
  .amazon-navrow .main-nav.open {
    grid-template-columns: 1fr;
  }
  .testimonial-controls { display: none; }
  .testimonial-slide { min-height: 330px; padding: 26px; }
  .testimonial-slide p { font-size: 1.65rem; }
  .newsletter-form div { display: grid; }
  .newsletter-form .btn { width: 100%; }
  .home-contact-copy { padding: 24px; }
  .home-contact-copy h2 { font-size: 2.1rem; }
  .home-contact-actions .btn,
  .home-contact-cards a,
  .home-contact-cards > span { width: 100%; }
  .home-faq-card { min-height: 190px; }
  .home-faq-slider { min-height: 300px; }
  .home-faq-card { min-height: 300px; padding: 24px; }
  .faq-slider-controls { justify-content: flex-start; }
  .map-toolbar,
  .map-footer { display: grid; gap: 8px; justify-content: stretch; }
  .footer-socials a { width: 42px; height: 42px; }
  .featured-category-card { min-height: 330px; }
  .featured-category-card > span { padding: 16px; }
  .featured-category-card strong { font-size: 1.12rem; }
  .brand-story { padding: 22px; }
  .auth-section { padding-top: 34px; }
  .auth-pro-copy h2,
  .auth-otp-side h2 { font-size: 2.05rem; }
  .auth-name-row { grid-template-columns: 1fr; }
  .auth-card-head img { width: 62px; height: 48px; }
  .auth-links { display: grid; }
  .otp-input { font-size: 1.35rem; letter-spacing: 5px; }
  .brand-story-points { grid-template-columns: 1fr; }
  .brand-story-copy .card-actions .btn { width: 100%; }
  .brand-story-media,
  .brand-story-media img { min-height: 320px; }
}
@media print {
  @page { size: A4 portrait; margin: 6mm; }
  .announcement, .site-header, .site-footer, .floating, .print-doc .btn, .page-title { display: none !important; }
  .section { padding: 0; }
  .panel { box-shadow: none; border: 0; }
  .document-shell { border: 0; }
  .doc-header { color: #111; background: #fff; border-bottom: 2px solid #111; }
  body { background: #fff; }
  .document-page .container { width: 100%; max-width: none; margin: 0; padding: 0; }
  .marketplace-invoice-actions { display: none !important; }
  .marketplace-invoice {
    width: 198mm;
    height: 283mm;
    max-height: 283mm;
    margin: 0 auto;
    overflow: hidden;
    break-inside: avoid;
    page-break-inside: avoid;
    font-size: 8.2px;
    line-height: 1.18;
  }
  .mil-shipping { min-height: 79mm; }
  .mil-customer, .mil-carrier { padding: 3.5mm; }
  .mil-cod { margin: -3.5mm -3.5mm 2mm; padding: 2mm; }
  .mil-return-left { margin-top: 5mm; padding-top: 2mm; }
  .mil-replacement { min-height: 30mm; margin: 2mm 0; padding: 2mm; }
  .mil-addresses > div { min-height: 27mm; padding: 2mm 2.5mm; }
  .mil-seller-meta > div { min-height: 28mm; padding: 2mm 2.5mm; }
  .marketplace-invoice th, .marketplace-invoice td { padding: 1.4mm 1.5mm; }
}
