:root {
  --bg: #ffffff;
  --surface: #fff7e8;
  --surface-soft: #f7f2e2;
  --text: #211d14;
  --muted: #756d5c;
  --accent: #d7b928;
  --accent-2: #8f790b;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Rajdhani", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

button,
input,
select,
textarea {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) auto minmax(120px, 1fr);
  align-items: center;
  padding: 20px max(40px, calc((100vw - 1500px) / 2 + 40px));
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(147, 125, 14, 0.9);
  border: 1px solid rgba(147, 125, 14, 0.4);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.header-left {
  display: none;
  align-items: center;
  gap: 10px;
}

.brand {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  letter-spacing: 1px;
  color: #ffffff;
  text-shadow: 0 6px 18px rgba(147, 125, 14, 0.45);
  justify-self: start;
  white-space: nowrap;
}

.main-nav {
  display: flex;
  gap: 18px;
  font-size: 16px;
  text-transform: uppercase;
  justify-self: center;
  color: #ffffff;
}

.main-nav a {
  color: #ffffff;
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.65);
  color: #ffffff;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: min(340px, 100vw);
  height: 100vh;
  background: #ffffff;
  padding: 26px 22px 30px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 30;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 20px 0 40px rgba(0, 0, 0, 0.12);
}

.mobile-nav.open {
  transform: translateX(0%);
}

.mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-logo {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  color: #111111;
}

.nav-close {
  background: transparent;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #111111;
}

.mobile-links {
  display: grid;
  gap: 0;
  text-transform: uppercase;
  border-top: 1px solid #e6e6e6;
}

.mobile-links a {
  color: #1b1b1b;
  font-weight: 600;
  letter-spacing: 0.8px;
  padding: 16px 0;
  border-bottom: 1px solid #ececec;
  font-size: 14px;
}

.mobile-links a.active {
  color: #937d0e;
}

.mobile-social {
  margin-top: auto;
  display: flex;
  gap: 12px;
}

.mobile-social a {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #f7f4ea;
  color: #141414;
  border: 1px solid #e9e2cd;
  font-weight: 700;
}

.breadcrumb {
  max-width: 1500px;
  margin: 0 auto;
  padding: 18px 40px 0;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #6c624e;
  font-size: 14px;
  font-weight: 700;
}

.breadcrumb a {
  color: #937d0e;
}

.breadcrumb span {
  color: #211d14;
}

.breadcrumb a::after {
  content: "/";
  margin-left: 9px;
  color: rgba(33, 29, 20, 0.36);
}

.breadcrumb-simple {
  padding: 0;
  margin-bottom: 20px;
}

.main-nav a.active {
  color: #fff7d6;
}

.cart-button {
  background: var(--accent);
  color: #0b0b0b;
  border: none;
  padding: 10px 18px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 999px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-self: end;
}

.icon-button {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
}

.icon-button svg {
  width: 20px;
  height: 20px;
}

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

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 120px;
  z-index: 24;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.32);
}

.whatsapp-float svg {
  width: 31px;
  height: 31px;
}

.cart-count {
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hero {
  max-width: none;
  margin: 0;
  padding: 0;
}

.hero-slider {
  position: relative;
  min-height: clamp(320px, 41vw, 640px);
  overflow: hidden;
  border-radius: 0;
  background: #1a1711;
  box-shadow: none;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
}

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

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.04) 45%, rgba(0, 0, 0, 0.24));
}

.hero-slide-copy {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-content: center;
  gap: 18px;
  padding: 40px;
  text-align: center;
  color: #ffffff;
}

.hero-slide-copy h1 {
  font-family: "Oswald", sans-serif;
  font-size: clamp(48px, 8vw, 112px);
  line-height: 1;
  margin: 0;
  letter-spacing: 14px;
  text-transform: uppercase;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.38);
}

.hero-slide-copy p {
  margin: 0;
  font-size: clamp(17px, 2vw, 28px);
  letter-spacing: 8px;
  text-transform: lowercase;
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.4);
}

.hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.26);
  color: #ffffff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.hero-arrow-prev {
  left: 22px;
}

.hero-arrow-next {
  right: 22px;
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 2;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.hero-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.hero-dot.is-active {
  background: #ffffff;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  color: var(--accent-2);
}

.primary-btn,
.ghost-btn {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.primary-btn {
  background: var(--accent);
  color: #0b0b0b;
}

.ghost-btn {
  background: transparent;
  border: 1px solid #2b313c;
  color: var(--text);
}

.hero-controls {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.section {
  max-width: 1500px;
  margin: 0 auto;
  padding: 40px;
}

.section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 20px;
}

.section-header h2,
.section-header h1 {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  color: #211d14;
  text-shadow: 0 8px 20px rgba(147, 125, 14, 0.16);
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.category-card {
  position: relative;
  min-height: 112px;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 16px;
  background: linear-gradient(145deg, #1b1e25, #14171d);
  padding: 20px;
  border-radius: 8px;
  border: 1px solid rgba(215, 185, 40, 0.22);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.category-card::before {
  content: "";
  position: absolute;
  inset: -45% auto auto -12%;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--club-a), transparent 68%);
  opacity: 0.18;
}

.category-card::after {
  content: "";
  position: absolute;
  inset: auto -20px -40px auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--club-b), transparent 68%);
  opacity: 0.14;
}

.category-card:hover {
  transform: translateY(-2px);
  border-color: rgba(215, 185, 40, 0.48);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.3);
}

.category-crest {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50% 50% 46% 46%;
  background:
    linear-gradient(135deg, var(--club-a), var(--club-b)),
    #22242c;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.76);
  box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.16), 0 12px 24px rgba(0, 0, 0, 0.26);
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
}

.category-name,
.category-meta {
  position: relative;
  z-index: 1;
}

.category-name {
  display: block;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.category-meta {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.worldcup-banner {
  position: relative;
  max-width: 1500px;
  height: clamp(260px, 28vw, 420px);
  margin: 0 auto;
  overflow: hidden;
  background: #111111;
  color: #ffffff;
}

.worldcup-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
}

.worldcup-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.24) 55%, rgba(0, 0, 0, 0.1));
}

.worldcup-banner-content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  align-content: center;
  justify-items: start;
  max-width: 650px;
  padding: 48px;
}

.worldcup-banner-content span {
  color: var(--accent);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.worldcup-banner-content h2 {
  margin: 12px 0 14px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.95;
  text-transform: uppercase;
}

.worldcup-banner-content p {
  max-width: 540px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(260px, 100%), 1fr));
  gap: 24px;
  align-items: start;
}

#topSellingGrid,
#fifa2026Grid {
  justify-items: start;
}

#topSellingGrid .product-card,
#fifa2026Grid .product-card {
  width: 100%;
  max-width: 320px;
}

.product-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 249, 232, 0.96)),
    #f8f0dc;
  padding: 0 14px 18px;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  border: 1px solid rgba(215, 185, 40, 0.32);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  text-align: center;
}

.empty-state {
  grid-column: 1 / -1;
  padding: 28px;
  background: #fff7e8;
  border: 1px solid rgba(147, 125, 14, 0.18);
  color: #4e4738;
  text-align: center;
  font-weight: 700;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.72);
}

.product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(215, 185, 40, 0.58);
  box-shadow: 0 26px 54px rgba(0, 0, 0, 0.36);
}

.product-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 0;
  transform: scale(1.08);
  transition: transform 0.28s ease;
}

.product-image {
  position: relative;
  overflow: hidden;
  margin: 0 -14px 6px;
  border-radius: 8px 8px 0 0;
  background: #ece5d2;
}

.product-card:hover img {
  transform: scale(1.14);
}

.product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(21, 23, 29, 0.92);
  color: #ffffff;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.4px;
  padding: 6px 10px;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
}

.product-image-controls {
  position: absolute;
  left: 50%;
  bottom: 12px;
  z-index: 2;
  display: flex;
  gap: 7px;
  transform: translateX(-50%);
}

.product-image-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}

.product-image-dot.is-active {
  background: #d7b928;
  border-color: #ffffff;
}

.product-card h3 {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  color: #1b1a16;
  line-height: 1.3;
  margin: 2px 0 10px;
}

.price-old {
  color: #8f8a7f;
  text-decoration: line-through;
  font-size: 13px;
}

.price-from {
  color: #1b1a16;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 4px;
}

.edition-select {
  width: 100%;
  min-height: 44px;
  border: 1px solid #d8ceb4;
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.82);
  color: #1b1a16;
  padding: 8px 12px;
}

.full-btn {
  width: 100%;
  text-transform: uppercase;
  background: linear-gradient(135deg, #d7b928, #8f790b);
  color: #111111;
  letter-spacing: 1px;
  margin-top: 2px;
  min-height: 48px;
  border-radius: 999px;
  box-shadow: 0 12px 22px rgba(147, 125, 14, 0.3);
}

.visual-section {
  max-width: 1500px;
  margin: 0 auto;
  padding: 40px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: 18px;
}

.visual-feature,
.visual-tile {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  color: #ffffff;
  background: #211d14;
}

.visual-feature {
  min-height: 520px;
}

.visual-feature img,
.visual-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.visual-feature::after,
.visual-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.62));
}

.visual-feature:hover img,
.visual-tile:hover img {
  transform: scale(1.04);
}

.visual-feature div,
.visual-tile span {
  position: absolute;
  z-index: 1;
  left: 28px;
  right: 28px;
  bottom: 28px;
}

.visual-feature span {
  display: block;
  margin-bottom: 8px;
  color: var(--accent-2);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.visual-feature h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1;
  text-transform: uppercase;
}

.visual-tiles {
  display: grid;
  gap: 18px;
}

.visual-tile span {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.36);
}

.highlight {
  max-width: 1500px;
  margin: 0 auto 40px;
  padding: 0;
  border-radius: 8px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  overflow: hidden;
  background: #111111;
  border: 1px solid rgba(215, 185, 40, 0.22);
  box-shadow: 0 24px 60px rgba(33, 29, 20, 0.16);
  color: #ffffff;
}

.highlight-content {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: start;
  min-height: 430px;
  padding: 58px 54px;
  background:
    radial-gradient(circle at 16% 24%, rgba(215, 185, 40, 0.22), transparent 28%),
    linear-gradient(135deg, #22242a, #0f1014);
}

.highlight-content::before {
  content: "";
  width: 72px;
  height: 3px;
  margin-bottom: 22px;
  background: #8f790b;
}

.highlight-content h2 {
  font-family: "Oswald", sans-serif;
  font-size: clamp(48px, 6vw, 86px);
  line-height: 0.92;
  margin: 8px 0 18px;
  color: #ffffff;
  text-transform: uppercase;
}

.highlight .eyebrow {
  color: #8f790b;
  margin: 0;
  font-weight: 700;
}

.highlight p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 520px;
  margin-bottom: 24px;
  font-size: 17px;
}

.highlight .primary-btn {
  background: linear-gradient(135deg, #d7b928, #8f790b);
  color: #111111;
  box-shadow: 0 14px 28px rgba(215, 185, 40, 0.22);
}

.highlight-media {
  min-height: 430px;
  background: #211d14;
}

.highlight-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq-list details {
  background: var(--surface);
  padding: 14px 18px;
  border-radius: 12px;
  margin-bottom: 10px;
  border: 1px solid rgba(147, 125, 14, 0.14);
}

#faq .section-header {
  justify-content: center;
  text-align: center;
}

#faq .faq-list {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.site-footer {
  background: #0f0d09;
  border-top: 1px solid rgba(215, 185, 40, 0.14);
  color: #ffffff;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(240px, 320px) 1fr;
  gap: 40px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 48px 40px;
}

.footer-brand {
  display: grid;
  gap: 12px;
}

.footer-logo {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  letter-spacing: 1px;
  color: #ffffff;
  text-shadow: 0 6px 18px rgba(147, 125, 14, 0.35);
}

.footer-contact {
  display: grid;
  gap: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.contact-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.contact-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(215, 185, 40, 0.16);
  color: #d7b928;
  font-size: 11px;
  line-height: 1;
}

.location-icon::before {
  content: "⌖";
}

.phone-icon::before {
  content: "☎";
}

.mail-icon::before {
  content: "@";
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.footer-social a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(147, 125, 14, 0.16);
  color: var(--text);
  font-weight: 700;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 24px;
}

.footer-columns h4 {
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #937d0e;
}

.footer-columns a {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  margin-bottom: 8px;
}

.footer-credit {
  max-width: 1500px;
  margin: 0 auto;
  padding: 16px 40px 22px;
  border-top: 1px solid rgba(215, 185, 40, 0.12);
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  text-align: center;
}

.footer-credit a {
  color: #d7b928;
  font-weight: 700;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(360px, 100%);
  height: 100vh;
  background: #ffffff;
  padding: 24px;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 20;
  color: #1b1a16;
  border-left: 1px solid #e6e0cf;
  box-shadow: -20px 0 40px rgba(0, 0, 0, 0.12);
}

.cart-drawer.open {
  transform: translateX(0%);
}

.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.cart-items {
  display: grid;
  gap: 12px;
}

.cart-item {
  background: #f7f3e5;
  padding: 14px;
  border-radius: 14px;
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 12px;
  border: 1px solid #e5ddc8;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.cart-item img {
  width: 82px;
  height: 92px;
  object-fit: cover;
  border-radius: 10px;
  background: #ece5d2;
}

.cart-item-details {
  display: grid;
  align-content: start;
  gap: 6px;
}

.cart-item .ghost-btn {
  grid-column: 1 / -1;
}

.cart-summary {
  margin-top: 20px;
  display: grid;
  gap: 12px;
}

.cart-drawer .ghost-btn {
  color: #1b1a16;
  border-color: #d8d0be;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 40;
}

.modal-backdrop.open {
  display: flex;
}

.modal {
  width: min(520px, 100%);
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 20px 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  color: #1b1a16;
  display: grid;
  gap: 16px;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.modal-header h3 {
  font-size: 18px;
}

.checkout-form {
  display: grid;
  gap: 12px;
}

.checkout-form label {
  display: grid;
  gap: 6px;
  font-size: 14px;
}

.checkout-form input {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d8d3c3;
  background: #fdfbf6;
  color: #1b1a16;
}

.checkout-products {
  display: grid;
  gap: 10px;
  max-height: 220px;
  overflow-y: auto;
  padding-right: 4px;
}

.checkout-product {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px;
  background: #fff7e8;
  border: 1px solid rgba(147, 125, 14, 0.16);
  border-radius: 8px;
}

.checkout-product img {
  width: 72px;
  height: 64px;
  object-fit: cover;
  border-radius: 6px;
}

.checkout-product div {
  display: grid;
  gap: 2px;
}

.checkout-product strong {
  color: #1b1a16;
  font-size: 15px;
}

.checkout-product span,
.checkout-product small,
.checkout-empty {
  color: #6c624e;
  font-size: 13px;
}

.checkout-empty {
  padding: 12px;
  background: #fff7e8;
  border: 1px solid rgba(147, 125, 14, 0.16);
  border-radius: 8px;
}

.checkout-summary {
  margin-top: 8px;
  display: grid;
  gap: 8px;
  border-top: 1px solid #ece6d5;
  padding-top: 12px;
}

.checkout-summary div {
  display: flex;
  justify-content: space-between;
}

.checkout-total strong {
  color: #937d0e;
}

.product-page {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 24px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 40px;
}

.filter-toggle {
  display: none;
}

.filters {
  background:
    linear-gradient(145deg, rgba(255, 249, 232, 0.74), rgba(255, 244, 214, 0.44)),
    rgba(255, 250, 240, 0.54);
  padding: 28px 20px;
  border-radius: 18px;
  display: grid;
  gap: 24px;
  height: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.54);
  box-shadow: 0 24px 60px rgba(33, 29, 20, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.filters h2,
.filter-block h3 {
  font-family: "Oswald", sans-serif;
  color: #211d14;
}

.filters h2 {
  font-size: 28px;
}

.filter-block {
  display: grid;
  gap: 12px;
  font-size: 14px;
}

#categoryFilters {
  display: grid;
  gap: 10px;
}

.filter-block label {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #3f382d;
}

.price-label {
  color: var(--muted);
}

.filters input[type="checkbox"] {
  accent-color: #d7b928;
}

.filters input[type="range"] {
  accent-color: #1479ff;
}

.filters .ghost-btn {
  border-color: #211d14;
  color: #211d14;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}

.product-list .section-header {
  margin-bottom: 16px;
}

.product-search {
  display: none;
  margin-bottom: 16px;
  padding: 14px;
  border: 1px solid rgba(147, 125, 14, 0.18);
  border-radius: 14px;
  background: rgba(255, 250, 240, 0.74);
}

.product-search.is-open {
  display: grid;
  gap: 8px;
}

.product-search label {
  color: #211d14;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}

.product-search input {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(147, 125, 14, 0.24);
  border-radius: 999px;
  background: #fffaf0;
  color: #211d14;
  padding: 10px 14px;
}

.muted {
  color: var(--muted);
}

.contact-page {
  max-width: 1500px;
  margin: 0 auto;
  padding: 40px;
  display: grid;
  justify-items: center;
}

.contact-form {
  display: grid;
  gap: 16px;
  width: min(100%, 500px);
}

.contact-details {
  display: grid;
  gap: 8px;
  width: min(100%, 500px);
  margin-bottom: 22px;
  color: #4e4738;
  font-weight: 700;
}

.contact-details a {
  color: #937d0e;
}

.contact-page .section {
  width: min(100%, 760px);
}

.contact-page .section-header {
  justify-content: flex-start;
}

.about-page {
  max-width: 1500px;
  margin: 0 auto;
  padding: 40px;
}

.about-hero {
  min-height: 420px;
  display: grid;
  align-items: end;
  padding: 44px;
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(20, 19, 16, 0.86), rgba(20, 19, 16, 0.34)),
    url("https://images.unsplash.com/photo-1522778119026-d647f0596c20?auto=format&fit=crop&w=1400&q=85") center/cover;
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(33, 29, 20, 0.18);
}

.about-hero div {
  max-width: 680px;
}

.about-hero span {
  color: #d7b928;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.about-hero h1 {
  margin: 14px 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(40px, 6vw, 78px);
  line-height: 0.98;
  text-transform: uppercase;
}

.about-hero p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.about-grid article {
  padding: 26px;
  border: 1px solid rgba(147, 125, 14, 0.18);
  border-radius: 8px;
  background: #fff7e8;
  box-shadow: 0 16px 38px rgba(33, 29, 20, 0.08);
}

.about-grid h2 {
  margin-bottom: 12px;
  font-family: "Oswald", sans-serif;
  color: #211d14;
}

.about-grid p {
  color: #4e4738;
}

.contact-form input,
.contact-form textarea,
.admin-form input {
  width: 100%;
  padding: 10px;
  margin-top: 6px;
  border-radius: 8px;
  border: 1px solid rgba(147, 125, 14, 0.25);
  background: #fffaf0;
  color: var(--text);
}

.admin-page {
  max-width: 1500px;
  margin: 0 auto;
  padding: 40px;
}

.admin-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.admin-form {
  display: grid;
  gap: 16px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}

.edition-fieldset {
  border: 1px solid rgba(147, 125, 14, 0.25);
  padding: 12px;
  border-radius: 12px;
  display: grid;
  gap: 8px;
}

.checkbox-inline {
  display: flex;
  align-items: center;
  gap: 8px;
}

.form-actions {
  display: flex;
  gap: 12px;
}

.status {
  color: var(--accent-2);
  font-weight: 600;
}

.table-wrapper {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

.admin-table th,
.admin-table td {
  text-align: left;
  padding: 12px;
  border-bottom: 1px solid rgba(147, 125, 14, 0.18);
}

.simple-page {
  max-width: 900px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 64px 24px;
}

.login-page {
  min-height: 100vh;
  display: grid;
  align-content: center;
  place-items: center;
  gap: 18px;
  padding: 24px;
}

.login-panel {
  width: min(100%, 440px);
  display: grid;
  gap: 22px;
  padding: 34px;
  border: 1px solid rgba(147, 125, 14, 0.18);
  border-radius: 8px;
  background: #fff7e8;
  box-shadow: 0 24px 70px rgba(33, 29, 20, 0.12);
}

.login-panel span {
  color: #937d0e;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.login-panel h1 {
  margin-top: 10px;
  font-family: "Oswald", sans-serif;
  font-size: 42px;
  color: #211d14;
  text-transform: uppercase;
}

.login-form {
  display: grid;
  gap: 14px;
}

.login-form label {
  display: grid;
  gap: 6px;
  color: #4e4738;
  font-weight: 700;
}

.login-form input {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(147, 125, 14, 0.25);
  border-radius: 8px;
  background: #fffaf0;
  color: #211d14;
}

.login-home-link {
  color: #937d0e;
  font-weight: 700;
  text-align: center;
}

.login-credit {
  padding: 0;
  border-top: 0;
  color: #6c624e;
}

.simple-panel {
  padding: 44px;
  background: #fff7e8;
  border: 1px solid rgba(147, 125, 14, 0.2);
  box-shadow: 0 20px 50px rgba(33, 29, 20, 0.1);
}

.simple-panel h1 {
  margin-bottom: 18px;
  color: #211d14;
  font-family: "Oswald", sans-serif;
  font-size: clamp(38px, 7vw, 72px);
  text-transform: uppercase;
}

.simple-panel p {
  max-width: 680px;
  color: #4e4738;
  font-size: 18px;
}

@media (max-width: 900px) {
  .site-header {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 12px;
  }

  .header-left {
    display: flex;
  }

  .main-nav {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .brand {
    justify-self: center;
    font-size: 22px;
  }

  .header-actions {
    justify-self: end;
  }

  .product-page {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .filter-toggle {
    width: min(100%, 640px);
    justify-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    border: 1px solid rgba(33, 29, 20, 0.28);
    border-radius: 999px;
    background:
      linear-gradient(145deg, rgba(255, 249, 232, 0.82), rgba(255, 244, 214, 0.58)),
      rgba(255, 250, 240, 0.64);
    color: #211d14;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 14px 34px rgba(33, 29, 20, 0.1);
    cursor: pointer;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .filter-toggle svg {
    width: 20px;
    height: 20px;
  }

  .filters {
    width: min(100%, 640px);
    justify-self: center;
    display: none;
  }

  .filters.is-open {
    display: grid;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 74px;
  }

  .site-header,
  .breadcrumb,
  .section,
  .product-page,
  .contact-page,
  .about-page,
  .admin-page {
    padding: 16px;
  }

  .mobile-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 25;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    height: 64px;
    background: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.08);
  }

  .mobile-bottom-nav a,
  .mobile-bottom-nav button {
    position: relative;
    display: grid;
    place-items: center;
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    background: #ffffff;
    color: #1b1a16;
    cursor: pointer;
  }

  .mobile-bottom-nav a:last-child,
  .mobile-bottom-nav button:last-child {
    border-right: 0;
  }

  .mobile-bottom-nav svg {
    width: 23px;
    height: 23px;
  }

  .mobile-bottom-nav .active {
    color: #937d0e;
  }

  .mobile-cart-count {
    position: absolute;
    top: 10px;
    left: calc(50% + 5px);
    min-width: 21px;
    height: 21px;
    padding: 0 6px;
    background: #4b9bd8;
    color: #ffffff;
    font-size: 12px;
    box-shadow: 0 2px 8px rgba(75, 155, 216, 0.35);
  }

  .whatsapp-float {
    right: 16px;
    bottom: 84px;
    width: 52px;
    height: 52px;
    display: grid;
  }

  .whatsapp-float svg {
    width: 28px;
    height: 28px;
  }

  .breadcrumb {
    padding-bottom: 0;
  }

  .breadcrumb-simple {
    padding: 0;
  }

  .brand {
    font-size: 18px;
    letter-spacing: 0.5px;
  }

  .highlight {
    grid-template-columns: 1fr;
    margin: 0 20px 20px;
  }

  .about-hero {
    min-height: 360px;
    padding: 28px 22px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .highlight-content {
    min-height: auto;
    padding: 34px 24px;
  }

  .highlight-media {
    min-height: 260px;
  }

  .hero-slider {
    min-height: 300px;
  }

  .hero-slide-copy {
    padding: 24px;
  }

  .hero-slide-copy h1 {
    letter-spacing: 6px;
  }

  .hero-slide-copy p {
    letter-spacing: 3px;
  }

  .hero-arrow {
    width: 38px;
    height: 38px;
    font-size: 28px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    padding: 36px 20px;
  }

  .footer-credit {
    padding: 16px 20px 22px;
  }

  .section-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .product-page {
    gap: 16px;
  }

  .product-list .section-header {
    flex-direction: row;
    align-items: baseline;
  }

  .filters {
    width: 100%;
    padding: 20px 16px;
    gap: 18px;
    border-radius: 16px;
  }

  .filter-toggle {
    width: 100%;
  }

  .filters h2 {
    font-size: 24px;
  }

  .filter-block {
    gap: 10px;
  }

  #categoryFilters,
  .edition-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .filter-block h3 {
    grid-column: 1 / -1;
  }

  .filter-block label {
    min-height: 28px;
    font-size: 13px;
  }

  .filters .ghost-btn {
    min-height: 46px;
  }

  .category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .category-card {
    min-height: 112px;
    grid-template-columns: 1fr;
    justify-items: center;
    align-content: center;
    gap: 9px;
    padding: 12px 6px;
    text-align: center;
  }

  .category-card::before {
    inset: -42px auto auto -42px;
    width: 96px;
    height: 96px;
  }

  .category-card::after {
    inset: auto -36px -44px auto;
    width: 92px;
    height: 92px;
  }

  .category-crest {
    width: 44px;
    height: 44px;
    font-size: 12px;
  }

  .category-name {
    max-width: 100%;
    font-size: 12px;
    line-height: 1.15;
    overflow-wrap: anywhere;
  }

  .category-meta {
    display: none;
  }

  .visual-section {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .visual-feature,
  .visual-tile {
    min-height: 260px;
  }

  .worldcup-banner {
    height: 320px;
    margin: 0 20px;
  }

  .worldcup-banner-content {
    padding: 28px 22px;
  }

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

  #topSellingGrid,
  #fifa2026Grid {
    justify-items: stretch;
  }

  #topSellingGrid .product-card,
  #fifa2026Grid .product-card {
    max-width: none;
  }

  .product-card {
    padding: 0 8px 12px;
    gap: 7px;
  }

  .product-image {
    margin: 0 -8px 4px;
  }

  .product-card img {
    height: clamp(118px, 36vw, 168px);
  }

  .product-badge {
    top: 8px;
    left: 8px;
    font-size: 9px;
    padding: 5px 8px;
  }

  .product-card h3 {
    font-size: 14px;
    margin: 0 0 4px;
    min-height: 36px;
  }

  .price-old {
    font-size: 11px;
  }

  .price-from {
    font-size: 12px;
    margin-bottom: 2px;
  }

  .edition-select {
    min-height: 38px;
    padding: 7px 8px;
    font-size: 12px;
  }

  .full-btn {
    min-height: 40px;
    padding: 10px 8px;
    font-size: 12px;
    letter-spacing: 0.6px;
  }

  .cart-drawer {
    width: 100%;
    padding: 18px;
  }
}

@media (max-width: 380px) {
  .product-grid {
    gap: 10px;
  }

  .product-card h3 {
    font-size: 13px;
  }

  .product-card img {
    height: 118px;
  }

  .edition-select,
  .full-btn {
    font-size: 11px;
  }
}
