/*
Theme Name: Central AE Premium
Theme URI: https://central-ae.com/
Author: Central AE
Description: A mobile-first premium WooCommerce theme for UAE streetwear, jerseys, sneakers, accessories, and hype drops.
Version: 1.0.3
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: central-ae-premium
*/

:root {
  --bg: #f3f0ea;
  --surface: #ffffff;
  --ink: #0d0d0d;
  --muted: #69645d;
  --line: #ded7cc;
  --charcoal: #191919;
  --taupe: #b8a17f;
  --olive: #5f6748;
  --clay: #9a5c44;
  --cream: #fbfaf7;
  --success: #1d6f42;
  --radius: 8px;
  --shadow: 0 18px 48px rgba(13, 13, 13, .08);
  --font-display: "Inter Tight", "Arial Narrow", Arial, sans-serif;
  --font-body: Inter, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

body.single-product {
  background: #f8f8f8;
}

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

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

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

.site-shell {
  min-height: 100vh;
}

.announcement {
  background: var(--ink);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  overflow: hidden;
  text-transform: uppercase;
  white-space: nowrap;
}

.single-product .announcement {
  background: #030303;
  color: #fff;
  text-align: center;
}

.single-product .announcement__track {
  animation: none;
  display: flex;
  justify-content: center;
  padding: 6px 42px;
  width: 100%;
}

.single-product .announcement__track span:not(:first-child) {
  display: none;
}

.announcement__track {
  animation: central-marquee 28s linear infinite;
  display: inline-flex;
  gap: 32px;
  padding: 9px 0;
}

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

.site-header {
  backdrop-filter: blur(18px);
  background: rgba(247, 244, 239, .9);
  border-bottom: 1px solid rgba(13, 13, 13, .08);
  position: sticky;
  top: 0;
  z-index: 80;
}

.admin-bar .site-header {
  top: 32px;
}

.single-product .site-header {
  background: rgba(255, 255, 255, .96);
  border-bottom: 0;
}

.single-product .header-inner {
  grid-template-columns: 1fr auto 1fr;
  min-height: 58px;
}

.single-product .brand {
  font-size: 26px;
  grid-column: 2;
  letter-spacing: -.01em;
}

.single-product .menu-toggle {
  grid-column: 1;
  justify-self: start;
}

.single-product .header-actions {
  grid-column: 3;
  justify-self: end;
}

.single-product .primary-nav {
  display: none;
}

.header-inner {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 44px 1fr auto;
  min-height: 64px;
  padding: 0 16px;
}

.brand {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 950;
  letter-spacing: .02em;
  text-align: center;
  text-transform: uppercase;
}

.icon-button,
.menu-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 44px;
}

.icon-button svg,
.menu-toggle svg {
  height: 22px;
  width: 22px;
}

.cart-count {
  align-items: center;
  background: var(--clay);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 900;
  height: 18px;
  justify-content: center;
  min-width: 18px;
  position: absolute;
  right: 2px;
  top: 3px;
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 2px;
}

.primary-nav {
  background: var(--cream);
  border-top: 1px solid rgba(13, 13, 13, .08);
  display: none;
  padding: 8px 16px 16px;
}

.primary-nav.is-open {
  display: block;
}

.primary-nav ul,
.footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-nav li {
  border-bottom: 1px solid var(--line);
}

.primary-nav a {
  display: block;
  font-size: 14px;
  font-weight: 850;
  padding: 15px 0;
  text-transform: uppercase;
}

.container {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 16px;
}

.hero {
  background: #080808;
  color: #fff;
  min-height: calc(88svh - 112px);
  overflow: hidden;
  position: relative;
}

.hero:before {
  background:
    radial-gradient(circle at 75% 18%, rgba(184, 161, 127, .22), transparent 34%),
    linear-gradient(115deg, rgba(8, 8, 8, .98) 0%, rgba(8, 8, 8, .82) 48%, rgba(8, 8, 8, .58) 100%),
    url("assets/hero-central-ae.svg") center / cover no-repeat;
  content: "";
  inset: 0;
  position: absolute;
}

.hero__content {
  display: grid;
  gap: 26px;
  min-height: calc(88svh - 112px);
  padding: 52px 0 30px;
  position: relative;
  z-index: 1;
}

.hero__copy {
  align-self: end;
  max-width: 680px;
}

.eyebrow {
  color: var(--taupe);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.hero h1,
.page-title,
.section-heading h2 {
  font-family: var(--font-display);
  font-weight: 950;
  letter-spacing: 0;
  line-height: .94;
  margin: 0;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(42px, 11vw, 92px);
  max-width: 720px;
}

.hero p {
  color: rgba(255, 255, 255, .82);
  font-size: 16px;
  margin: 16px 0 0;
  max-width: 540px;
}

.hero__visual {
  align-self: end;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  min-height: 320px;
  position: relative;
}

.drop-card {
  background: #f1ece3;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius);
  min-height: 156px;
  overflow: hidden;
  position: relative;
}

.drop-card:before {
  content: "";
  inset: 18px;
  position: absolute;
}

.drop-card span {
  bottom: 12px;
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  left: 12px;
  letter-spacing: .08em;
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
}

.drop-card--jersey {
  background: linear-gradient(155deg, #f7f2e8 0%, #b8a17f 100%);
  grid-row: span 2;
  min-height: 332px;
}

.drop-card--jersey:before {
  background:
    linear-gradient(90deg, transparent 45%, rgba(13,13,13,.18) 45% 55%, transparent 55%),
    radial-gradient(circle at 50% 15%, transparent 0 38px, rgba(13,13,13,.16) 39px 45px, transparent 46px),
    linear-gradient(#111, #111);
  clip-path: polygon(28% 8%, 72% 8%, 92% 30%, 78% 42%, 78% 90%, 22% 90%, 22% 42%, 8% 30%);
}

.drop-card--sneaker {
  background: linear-gradient(145deg, #dfd6c7, #6a7053);
}

.drop-card--sneaker:before {
  background: #121212;
  clip-path: polygon(8% 58%, 54% 40%, 84% 55%, 96% 70%, 88% 82%, 20% 82%, 8% 73%);
}

.drop-card--tee {
  background: linear-gradient(145deg, #ccb9a1, #8c4f3b);
}

.drop-card--tee:before {
  background: #f9f6ef;
  clip-path: polygon(26% 18%, 74% 18%, 92% 34%, 78% 47%, 74% 88%, 26% 88%, 22% 47%, 8% 34%);
}

.hero__stamp {
  align-items: center;
  background: rgba(255, 255, 255, .92);
  border-radius: 50%;
  color: var(--ink);
  display: flex;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 950;
  height: 112px;
  justify-content: center;
  line-height: 1.05;
  padding: 18px;
  position: absolute;
  right: 18px;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: rotate(-8deg) translateY(-50%);
  width: 112px;
}

.button,
.button.alt,
.single_add_to_cart_button,
.checkout-button,
.wc-forward,
.wp-element-button,
button[name="apply_coupon"],
button[name="update_cart"],
#place_order,
.woocommerce div.product form.cart .button {
  align-items: center;
  background: #070707 !important;
  border: 1px solid #070707 !important;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
  letter-spacing: .04em;
  min-height: 54px;
  padding: 0 18px;
  text-transform: uppercase;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}

.button:hover,
.single_add_to_cart_button:hover,
#place_order:hover {
  transform: translateY(-1px);
}

.button--light {
  background: #fff;
  border-color: #fff;
  color: var(--ink);
}

.button--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, .48);
  color: #fff;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.section {
  padding: 42px 0;
}

.section--dark {
  background: var(--ink);
  color: #fff;
}

.section-heading {
  align-items: end;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.section-heading h2,
.page-title {
  font-size: clamp(28px, 8vw, 64px);
}

.section-heading p {
  color: var(--muted);
  margin: 8px 0 0;
}

.section--dark .section-heading p {
  color: rgba(255, 255, 255, .7);
}

.chip-link {
  border-bottom: 1px solid currentColor;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  padding-bottom: 2px;
  text-transform: uppercase;
}

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

.category-tile {
  aspect-ratio: 1 / 1.05;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 14px;
  position: relative;
}

.category-tile:before {
  background:
    linear-gradient(160deg, rgba(13,13,13,.04), rgba(13,13,13,.16)),
    repeating-linear-gradient(135deg, rgba(13,13,13,.05) 0 1px, transparent 1px 18px);
  content: "";
  inset: 0;
  position: absolute;
}

.category-tile strong,
.category-tile span {
  position: relative;
  z-index: 1;
}

.category-tile strong {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 950;
  line-height: .95;
  text-transform: uppercase;
}

.category-tile span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  margin-top: 7px;
  text-transform: uppercase;
}

.product-rail {
  display: grid;
  gap: 12px;
  grid-auto-columns: minmax(178px, 42vw);
  grid-auto-flow: column;
  overflow-x: auto;
  padding: 2px 16px 12px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.product-rail .woocommerce,
.product-rail .woocommerce ul.products {
  display: contents;
}

.product-rail::-webkit-scrollbar {
  display: none;
}

.product-grid,
.woocommerce ul.products {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-card,
.woocommerce ul.products li.product {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  float: none !important;
  margin: 0 !important;
  overflow: hidden;
  position: relative;
  width: auto !important;
  scroll-snap-align: start;
}

.wishlist-ready,
.yith-wcwl-add-to-wishlist {
  align-items: center;
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(13, 13, 13, .1);
  border-radius: 50%;
  color: var(--ink);
  display: inline-flex;
  height: 36px;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 36px;
  z-index: 4;
}

.wishlist-ready svg {
  height: 18px;
  width: 18px;
}

.product-card__media,
.woocommerce ul.products li.product a img {
  aspect-ratio: 4 / 5;
  background: #eee8df;
  object-fit: cover;
  width: 100%;
}

.mock-product__image {
  align-items: end;
  aspect-ratio: 4 / 5;
  background: linear-gradient(150deg, #ebe4d8, #b8a17f);
  display: flex;
  overflow: hidden;
  padding: 12px;
  position: relative;
}

.mock-product__image:before {
  background: #111;
  content: "";
  inset: 22px;
  position: absolute;
}

.mock-product__image span {
  background: #fff;
  color: var(--ink);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .08em;
  padding: 6px 7px;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

.mock-product--1 .mock-product__image:before,
.mock-product--3 .mock-product__image:before {
  clip-path: polygon(28% 8%, 72% 8%, 92% 30%, 78% 42%, 78% 90%, 22% 90%, 22% 42%, 8% 30%);
}

.mock-product--2 .mock-product__image,
.mock-product--4 .mock-product__image {
  background: linear-gradient(145deg, #ded7cc, #7e6b58);
}

.mock-product--2 .mock-product__image:before,
.mock-product--4 .mock-product__image:before {
  background: #f9f6ef;
  clip-path: polygon(26% 18%, 74% 18%, 92% 34%, 78% 47%, 74% 88%, 26% 88%, 22% 47%, 8% 34%);
}

.mock-product--5 .mock-product__image:before {
  clip-path: polygon(8% 58%, 54% 40%, 84% 55%, 96% 70%, 88% 82%, 20% 82%, 8% 73%);
}

.mock-product--6 .mock-product__image:before {
  clip-path: circle(36% at 50% 50%);
}

.product-card__body,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price {
  padding-left: 10px;
  padding-right: 10px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.product-card h3 {
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
  margin: 10px 0 4px;
  min-height: 34px;
}

.price,
.woocommerce-Price-amount {
  color: var(--ink);
  direction: ltr;
  font-weight: 950;
  unicode-bidi: isolate;
}

.woocommerce ul.products li.product .price,
.product-card__price {
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
}

.woocommerce ul.products li.product .button,
.product-card__quick {
  border-radius: 0;
  min-height: 42px;
  width: 100%;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.onsale,
.badge {
  background: var(--clay);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  left: 10px;
  letter-spacing: .08em;
  padding: 5px 7px;
  position: absolute;
  text-transform: uppercase;
  top: 10px;
  z-index: 3;
}

.trust-strip {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.trust-item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px;
}

.trust-item strong {
  display: block;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.trust-item span {
  color: var(--muted);
  display: block;
  font-size: 12px;
  margin-top: 4px;
}

.lookbook-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: 1.2fr .8fr;
}

.lookbook-tile {
  align-items: end;
  aspect-ratio: 1 / 1;
  background: #ded7cc;
  border-radius: var(--radius);
  display: flex;
  overflow: hidden;
  padding: 14px;
  position: relative;
}

.lookbook-tile:first-child {
  aspect-ratio: 1 / 1.6;
  grid-row: span 2;
}

.lookbook-tile:before {
  background: linear-gradient(150deg, rgba(13,13,13,.08), rgba(13,13,13,.38));
  content: "";
  inset: 0;
  position: absolute;
}

.lookbook-tile strong {
  color: #fff;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 950;
  line-height: .95;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.site-main {
  padding: 22px 0 56px;
}

.woocommerce-breadcrumb {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.woocommerce-breadcrumb a {
  color: var(--ink);
}

.shop-tools {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 14px;
}

.shop-filters {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: none;
}

.shop-filters::-webkit-scrollbar {
  display: none;
}

.shop-filters a,
.shop-filter-widget {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 900;
  padding: 9px 12px;
  text-transform: uppercase;
}

.shop-filter-widget {
  border-radius: var(--radius);
  min-width: 220px;
}

.shop-filter-widget h3 {
  font-size: 12px;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.woocommerce-result-count,
.woocommerce-ordering {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}

.woocommerce-ordering select,
select,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"],
input[type="number"],
textarea {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
  min-height: 46px;
  padding: 0 12px;
  width: 100%;
}

.product {
  position: relative;
}

.single-product .site-main {
  background: #f8f8f8;
  min-height: calc(100svh - 92px);
  padding-top: 0;
}

.single-product .container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.single-product .woocommerce-breadcrumb {
  display: none;
}

.central-single-product {
  align-items: start;
  display: grid;
  gap: 0;
  margin: 0 auto;
  max-width: none;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  float: none !important;
  margin: 0 !important;
  width: auto !important;
}

.woocommerce-product-gallery {
  background: #f8f8f8;
  border: 0;
  border-radius: 0;
  overflow: hidden;
}

.woocommerce-product-gallery__wrapper {
  margin: 0;
}

.woocommerce-product-gallery__image img,
.woocommerce div.product div.images img {
  aspect-ratio: 1 / 1;
  background: #f8f8f8;
  object-fit: contain;
  width: 100%;
}

.summary.entry-summary {
  background: #f8f8f8;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  max-width: none;
  padding: 26px 24px 0;
}

.product_title {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.35;
  margin: 0;
  max-width: 300px;
  text-transform: none;
}

.woocommerce-product-details__short-description {
  color: var(--muted);
  font-size: 14px;
}

.summary.entry-summary .price {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 8px;
  justify-content: flex-end;
  line-height: 1.2;
  margin: -18px 0 24px auto;
  max-width: 150px;
  text-align: right;
}

.summary.entry-summary .price del {
  color: var(--muted);
  font-size: 16px;
  font-weight: 800;
  opacity: .75;
}

.summary.entry-summary .price ins {
  text-decoration: none;
}

.represent-fit-line {
  color: #5f5f5f;
  font-size: 11px;
  margin: 0 0 42px;
}

.represent-fit-line span {
  color: #3a3a3a;
  font-weight: 900;
}

.represent-fit-line button {
  background: transparent;
  border: 1px solid #777;
  border-radius: 50%;
  color: #555;
  font-size: 9px;
  height: 13px;
  line-height: 1;
  margin-left: 4px;
  padding: 0;
  width: 13px;
}

.represent-product-tools {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin: 0 0 14px;
}

.represent-product-tools a {
  color: #666;
  font-size: 12px;
  text-decoration: underline;
}

.variations {
  margin: 0 0 12px;
}

.variations {
  width: 100%;
}

.variations th,
.variations td {
  display: block;
  padding: 0 0 10px;
  text-align: left;
}

.variations label,
.quantity-label,
.checkout label,
.woocommerce-account label {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.single-product .variations label {
  color: #111;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
}

.single-product .variations select {
  border-radius: 0;
  height: 52px;
}

.single-product .variations select.is-enhanced {
  display: none;
}

.central-option-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(48px, 1fr));
  margin-top: 10px;
}

.central-option-grid button {
  background: transparent;
  border: 1px solid #d5d5d5;
  border-left-width: 0;
  color: #111;
  cursor: pointer;
  font-size: 13px;
  min-height: 66px;
}

.central-option-grid button:first-child {
  border-left-width: 1px;
}

.central-option-grid button.is-selected {
  border-color: #111;
  box-shadow: inset 0 0 0 1px #111;
}

.single-product .reset_variations {
  color: #666;
  display: inline-block;
  font-size: 11px;
  margin-top: 8px;
  text-decoration: underline;
}

.cart {
  display: grid !important;
  gap: 12px;
  grid-template-columns: 1fr;
  margin: 0;
}

.single_add_to_cart_button {
  min-width: 0;
  width: 100%;
}

.buy-now-button {
  background: #fff !important;
  border-color: #070707 !important;
  color: #070707 !important;
  grid-column: 1 / -1;
  width: 100%;
}

.quantity {
  align-items: center;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  display: grid !important;
  grid-template-columns: 42px 1fr 42px;
  height: 50px;
  margin: 0 !important;
  overflow: hidden;
  display: none !important;
  width: 132px;
}

.quantity .qty {
  border: 0;
  height: 48px;
  min-height: 48px;
  padding: 0;
  text-align: center;
  width: 100%;
}

.qty-button {
  background: #fff;
  border: 0;
  color: var(--ink);
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  height: 48px;
  width: 42px;
}

.central-delivery-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  margin: 18px 0 18px;
  padding: 18px;
}

.represent-status-strip {
  background: #f1f1f1;
  display: grid;
  gap: 5px;
  margin-top: 16px;
  padding: 11px 12px;
}

.represent-status-strip div {
  align-items: center;
  display: flex;
  font-size: 11px;
  font-weight: 850;
  gap: 8px;
  text-transform: uppercase;
}

.represent-stock-dot,
.represent-points-icon {
  align-items: center;
  background: #35c56b;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  height: 12px;
  justify-content: center;
  width: 12px;
}

.represent-points-icon {
  background: transparent;
  border: 1px solid #c9c9c9;
  color: #777;
}

.represent-stock-dot--cod {
  background: #111;
}

.central-delivery-card p {
  color: var(--ink);
  font-size: 13px;
  font-weight: 650;
  margin: 0 0 16px;
}

.central-delivery-card strong {
  font-weight: 950;
}

.central-delivery-timeline {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  position: relative;
}

.central-delivery-timeline:before {
  background: #d8d8d8;
  content: "";
  height: 2px;
  left: 12%;
  position: absolute;
  right: 12%;
  top: 9px;
}

.central-delivery-timeline div {
  position: relative;
  text-align: center;
  z-index: 1;
}

.central-delivery-timeline span {
  background: var(--ink);
  border: 3px solid #fff;
  border-radius: 50%;
  display: block;
  height: 20px;
  margin: 0 auto 7px;
  width: 20px;
}

.central-delivery-timeline strong,
.central-delivery-timeline em {
  display: block;
  font-size: 10px;
  font-style: normal;
}

.central-delivery-timeline strong {
  font-weight: 950;
  text-transform: uppercase;
}

.central-delivery-timeline em {
  color: var(--muted);
  margin-top: 2px;
}

.product-trust {
  display: grid;
  gap: 0;
  margin: 18px 0;
}

.product-trust__item {
  align-items: center;
  background: #fff;
  border: 0;
  border-top: 1px solid #e5e5e5;
  border-radius: 0;
  display: flex;
  gap: 10px;
  padding: 13px 0;
}

.product-trust__item:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.product-trust__item svg {
  flex: 0 0 auto;
  height: 19px;
  width: 19px;
}

.product-trust__item strong {
  display: block;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.product-trust__item span {
  color: var(--muted);
  display: block;
  font-size: 12px;
}

.whatsapp-button {
  background: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
  color: #111 !important;
  width: 100%;
}

.sticky-atc {
  align-items: center;
  background: rgba(255, 255, 255, .94);
  border-top: 1px solid var(--line);
  bottom: 0;
  box-shadow: 0 -10px 30px rgba(13,13,13,.08);
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr auto;
  left: 0;
  padding: 10px 14px max(10px, env(safe-area-inset-bottom));
  position: fixed;
  right: 0;
  transform: translateY(115%);
  transition: transform .2s ease;
  z-index: 100;
}

.sticky-atc.is-visible {
  transform: translateY(0);
}

.sticky-atc strong {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sticky-atc span {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 850;
}

.woocommerce-tabs {
  margin: 0;
  max-width: none;
}

.wc-tabs {
  display: flex;
  gap: clamp(42px, 8vw, 92px);
  list-style: none;
  overflow: visible;
  padding: 0;
}

.wc-tabs li {
  background: transparent;
  border: 0;
  border-radius: 0;
}

.wc-tabs li:last-child {
  border-bottom: 0;
}

.wc-tabs a {
  align-items: center;
  display: block;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .02em;
  padding: 0;
  text-transform: none;
  white-space: nowrap;
}

.wc-tabs a:before {
  content: "+";
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  margin-right: 16px;
  vertical-align: -1px;
}

.woocommerce-Tabs-panel {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #333;
  display: none !important;
  margin-top: 0;
  padding: 0;
}

.woocommerce-Tabs-panel h2 {
  display: none;
}

.cart-collaterals,
.woocommerce-checkout-review-order,
.woocommerce-MyAccount-content,
.woocommerce-MyAccount-navigation,
.woocommerce-cart-form,
.checkout .col-1,
.checkout .col-2 {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
}

.shop_table {
  border-collapse: collapse;
  width: 100%;
}

.shop_table th,
.shop_table td {
  border-bottom: 1px solid var(--line);
  padding: 12px 8px;
  text-align: left;
}

.shop_table th {
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.coupon {
  display: grid;
  gap: 8px;
  margin: 16px 0;
}

.search-form {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr auto;
  margin-bottom: 18px;
}

.search-form label {
  min-width: 0;
}

.checkout {
  display: grid;
  gap: 18px;
}

.woocommerce-checkout-payment ul,
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.payment_box {
  color: var(--muted);
  font-size: 14px;
}

.site-footer {
  background: var(--ink);
  color: #fff;
  padding: 40px 0 88px;
}

.footer-grid {
  display: grid;
  gap: 28px;
}

.single-product .related.products,
.single-product .upsells.products {
  background: #fff;
  margin: 0;
  max-width: none;
  padding: 52px 24px;
}

.single-product .related.products > h2,
.single-product .upsells.products > h2 {
  font-family: var(--font-display);
  font-size: clamp(24px, 5vw, 42px);
  font-weight: 900;
  line-height: 1;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.footer-brand {
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 950;
  line-height: .9;
  text-transform: uppercase;
}

.site-footer p,
.site-footer a,
.footer-links li {
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
}

.footer-links h3 {
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.footer-links li + li {
  margin-top: 9px;
}

.empty-state {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
}

@media (min-width: 760px) {
  .header-inner {
    grid-template-columns: auto 1fr auto;
    padding: 0 28px;
  }

  .brand {
    text-align: left;
  }

  .menu-toggle {
    display: none;
  }

  .primary-nav {
    background: transparent;
    border: 0;
    display: block;
    padding: 0 28px 14px;
  }

  .primary-nav ul {
    display: flex;
    gap: 24px;
    justify-content: center;
  }

  .primary-nav li {
    border: 0;
  }

  .primary-nav a {
    padding: 0;
  }

  .container {
    padding: 0 28px;
  }

  .hero__content {
    grid-template-columns: 1fr minmax(360px, 470px);
    padding-bottom: 44px;
  }

  .category-grid,
  .trust-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .product-grid,
  .woocommerce ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .product-rail {
    grid-auto-columns: minmax(220px, 23vw);
    padding-left: max(28px, calc((100vw - 1240px) / 2 + 28px));
    padding-right: max(28px, calc((100vw - 1240px) / 2 + 28px));
  }

  .central-single-product {
    align-items: start;
    grid-template-columns: minmax(0, 58vw) minmax(390px, 1fr);
    min-height: calc(100svh - 92px);
  }

  .summary.entry-summary {
    align-self: start;
    justify-self: center;
    max-width: 472px;
    padding: 15vh 0 0;
    position: sticky;
    top: 72px;
    width: min(472px, 78%);
  }

  .admin-bar .summary.entry-summary {
    top: 104px;
  }

  .single-product .woocommerce-tabs {
    bottom: 32px;
    left: 62.5vw;
    position: fixed;
    right: 5vw;
    z-index: 10;
  }

  .single-product .woocommerce-product-gallery {
    align-self: stretch;
    min-height: calc(100svh - 92px);
  }

  .single-product .woocommerce-product-gallery__wrapper,
  .single-product .woocommerce-product-gallery__image,
  .single-product .woocommerce-product-gallery__image a {
    min-height: calc(100svh - 92px);
  }

  .woocommerce-product-gallery__image img,
  .woocommerce div.product div.images img {
    height: calc(100svh - 92px);
    padding: 5vh 7vw;
  }

  .checkout {
    grid-template-columns: 1.1fr .9fr;
  }

  .footer-grid {
    grid-template-columns: 1.3fr repeat(3, 1fr);
  }

  .sticky-atc {
    display: none;
  }
}

@media (max-width: 480px) {
  .admin-bar .site-header {
    top: 46px;
  }

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

  .summary.entry-summary {
    padding: 24px 18px 0;
  }

  .single-product .woocommerce-product-gallery__image img,
  .woocommerce div.product div.images img {
    aspect-ratio: 4 / 5;
    padding: 28px;
  }

  .summary.entry-summary .price {
    margin-top: -18px;
  }

  .represent-fit-line {
    margin-bottom: 28px;
  }

  .single-product .woocommerce-tabs {
    padding: 0 18px 28px;
  }

  .wc-tabs {
    display: grid;
    gap: 0;
  }

  .wc-tabs li {
    border-top: 1px solid #e5e5e5;
  }

  .quantity {
    width: 100%;
  }

  .header-actions .icon-button:first-child {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero__content {
    min-height: auto;
    padding-top: 34px;
  }

  .hero__visual {
    grid-template-columns: 1fr 1fr;
    min-height: 238px;
  }

  .drop-card,
  .drop-card--jersey {
    min-height: 118px;
  }

  .drop-card--jersey {
    min-height: 246px;
  }

  .hero__stamp {
    font-size: 12px;
    height: 82px;
    width: 82px;
  }

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