.tshirt-page { background: #fff; color: #071018; }
.tshirt-hero { min-height: clamp(520px, 42vw, 760px); display: grid; align-items: center; position: relative; overflow: hidden; background: #f8fafb url("../assets/T.shirts/Banner.png") center / cover no-repeat; }
.tshirt-hero:before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.72) 34%, rgba(255,255,255,.2) 64%, rgba(255,255,255,0) 100%); pointer-events: none; }
.tshirt-hero-copy { position: relative; z-index: 2; max-width: 610px; padding: 56px 0 42px 68px; }
.tshirt-script { position: absolute; left: 31%; top: 23%; z-index: 2; margin: 0; font-family: "Brush Script MT","Segoe Script",cursive; font-size: clamp(34px,3.3vw,58px); line-height: .86; color: #071018; transform: rotate(-8deg); }
.tshirt-script:after { content: ""; display: block; width: 130px; height: 3px; margin: 14px 0 0 42px; background: #071018; transform: rotate(-13deg); transform-origin: left center; }
.tshirt-hero .eyebrow { margin: 0 0 18px; text-transform: uppercase; letter-spacing: 4px; font-size: 13px; font-weight: 950; }
.tshirt-hero h1 { margin: 0; font-size: clamp(60px,7vw,92px); line-height: .9; font-weight: 950; letter-spacing: 0; }
.tshirt-hero h1 span { color: #ed101f; }
.tshirt-hero-copy > p:not(.eyebrow) { margin: 18px 0 24px; font-size: 18px; line-height: 1.32; color: #14202a; font-weight: 650; }
.hero-actions { display: flex; gap: 14px; }
.hero-actions a,.hero-actions button,.color-banner a,.lower-promos a { height: 50px; padding: 0 28px; border-radius: 5px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-size: 13px; font-weight: 950; cursor: pointer; }
.hero-actions a,.color-banner a { background: #050b10; color: #fff; border: 0; }
.hero-actions button { background: rgba(255,255,255,.72); color: #071018; border: 1px solid #071018; }
.hero-promise { display: flex; gap: 24px; margin-top: 34px; }
.hero-promise span { min-width: 94px; display: grid; grid-template-columns: 28px 1fr; gap: 9px; align-items: center; border-right: 1px solid #c9d2d8; font-size: 11px; line-height: 1.08; font-weight: 950; }
.hero-promise span:last-child { border-right: 0; }
.hero-promise img { width: 24px; height: 24px; }
.category-strip { min-height: 126px; padding: 18px 36px 12px; display: grid; grid-template-columns: repeat(10,1fr); gap: 12px; align-items: center; border-bottom: 1px solid #e5ecef; }
.category-strip a { min-width: 0; display: grid; justify-items: center; gap: 9px; color: #071018; font-size: 12px; font-weight: 950; position: relative; }
.category-strip a.active:after { content: ""; position: absolute; left: 18%; right: 18%; bottom: -10px; height: 3px; background: #071018; }
.cat-dot { width: 64px; height: 64px; border-radius: 50%; display: block; border: 1px solid #dde5e9; box-shadow: 0 8px 18px rgba(7,16,24,.09); }
.cat-dot.black { background:#07090c; }
.cat-dot.white { background:#fff; }
.cat-dot.beige { background:#e7d8bf; }
.cat-dot.purple { background:#8b50d8; }
.cat-dot.pink { background:#ffb5c6; }
.cat-dot.grey { background:#8b8f92; }
.cat-dot.yellow { background:#ffc20c; }
.cat-dot.green { background:#11643d; }
.cat-dot.coral { background:#f36a59; }
.shop-layout { padding: 26px 34px 28px; display: grid; grid-template-columns: 252px 1fr; gap: 0; align-items: start; }

/* ── Sidebar / Drawer ──────────────────────────────── */
.filters {
  position: sticky;
  top: 82px;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #d0d8de transparent;
  padding: 0 18px 24px 0;
  border-right: 1px solid #eaeff2;
  margin-right: 22px;
}
.filters::-webkit-scrollbar { width: 4px; }
.filters::-webkit-scrollbar-track { background: transparent; }
.filters::-webkit-scrollbar-thumb { background: #d0d8de; border-radius: 99px; }

/* Filter drawer overlay (mobile) */
.filter-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(7,16,24,.48);
  z-index: 998;
  backdrop-filter: blur(2px);
}
.filter-overlay.open { display: block; }

/* ── Filter Header ─────────────────────────────────── */
.filter-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; padding-bottom: 14px; border-bottom: 1px solid #eaeff2; }
.filter-top h2 { margin: 0; font-size: 17px; font-weight: 950; }
.filter-top-actions { display: flex; align-items: center; gap: 12px; }
.filter-close-btn {
  display: none;
  width: 32px; height: 32px;
  border: 1px solid #dde5ea;
  border-radius: 50%;
  background: #fff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  color: #071018;
  align-items: center;
  justify-content: center;
}
.filter-top button[data-clear-filters] { border: 0; background: transparent; color: #ed101f; font-size: 12.5px; font-weight: 900; cursor: pointer; letter-spacing: .2px; }
.filter-top button[data-clear-filters]:disabled { opacity: .38; cursor: default; color: #53606a; }

/* Applied filter chips ─────────────────────────────── */
.applied-filters { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 16px; }
.applied-filters:empty { display: none; }
.chip {
  display: inline-flex; align-items: center; gap: 5px;
  height: 28px; padding: 0 10px 0 12px;
  border-radius: 999px;
  background: #071018;
  color: #fff;
  font-size: 11.5px; font-weight: 900;
  cursor: pointer;
  border: 0;
  transition: background .15s ease;
}
.chip:hover { background: #ed101f; }
.chip-x { font-size: 14px; line-height: 1; opacity: .72; }

/* ── Filter Groups ─────────────────────────────────── */
.filter-group { margin-bottom: 0; border-bottom: 1px solid #eaeff2; }
.filter-group-toggle {
  width: 100%; padding: 14px 0; border: 0; background: transparent;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 14px; font-weight: 950; color: #071018; cursor: pointer;
  text-align: left;
}
.filter-group-toggle:after { content: "▾"; font-size: 12px; color: #6e7a84; transition: transform .2s ease; }
.filter-group.collapsed .filter-group-toggle:after { transform: rotate(-90deg); }
.filter-group-body { padding-bottom: 14px; }
.filter-group.collapsed .filter-group-body { display: none; }
.filter-group label { display: flex; align-items: center; gap: 10px; margin-bottom: 9px; color: #28343d; font-size: 13px; font-weight: 700; cursor: pointer; line-height: 1.2; }
.filter-group label.active { color: #071018; font-weight: 950; }
.filter-group input[type="checkbox"] { width: 17px; height: 17px; accent-color: #071018; flex-shrink: 0; }
.size-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.size-grid button { height: 36px; border: 1px solid #d6e0e6; border-radius: 5px; background: #fff; font-size: 12px; font-weight: 800; cursor: pointer; transition: all .15s ease; }
.size-grid button.active { border-color: #071018; background: #071018; color: #fff; box-shadow: 0 6px 14px rgba(7,16,24,.18); }
.mini-colors { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px 8px; width: 100%; }
.mini-colors .color-swatch { width: min(36px, 100%); height: auto; aspect-ratio: 1; padding: 0; border: 1px solid #cfd8de; border-radius: 50%; background: var(--swatch-color); cursor: pointer; box-shadow: inset 0 0 0 1px rgba(7,16,24,.04); transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease; }
.mini-colors .color-swatch:hover { transform: scale(1.06); }
.mini-colors .color-swatch.active { border: 3px solid #071018; box-shadow: 0 0 0 2px #d7dce0, inset 0 0 0 1px rgba(255,255,255,.24); }
.mini-colors .color-swatch:focus-visible { outline: 3px solid #4b90ff; outline-offset: 3px; }
.price-range { width: 100%; accent-color: #071018; cursor: pointer; margin-bottom: 4px; }
.filter-group p { margin: 4px 0 0; font-size: 12.5px; font-weight: 900; color: #28343d; }

/* ── Product area ──────────────────────────────────── */
.product-area { min-width: 0; }
.color-banner { min-height: 220px; padding: 28px 36px; border-radius: 10px; display: grid; align-items: center; position: relative; background: #eef2f4 url("../assets/T.shirts/color for you.png") center / cover no-repeat; overflow: hidden; border: 1px solid #e1e8ec; margin-bottom: 16px; }
.color-banner:before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.92), rgba(255,255,255,.66) 38%, rgba(255,255,255,.08)); pointer-events: none; }
.color-banner > div { position: relative; z-index: 1; }
.color-banner h2 { margin: 0; font-size: 44px; line-height: .92; font-weight: 950; }
.color-banner p { margin: 10px 0 18px; color: #53606a; font-size: 15px; font-weight: 750; }

/* ── Product Bar ───────────────────────────────────── */
.product-bar {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #65707a;
  font-size: 13px;
  padding: 0 0 12px;
  border-bottom: 1px solid #eaeff2;
  margin-bottom: 16px;
}
.product-bar p { margin: 0; }
.product-bar-right { display: flex; align-items: center; gap: 12px; }
.product-bar label { display: flex; align-items: center; gap: 10px; }
.product-bar select { width: 180px; height: 38px; border: 1px solid #d7e0e6; border-radius: 6px; padding: 0 14px; background: #fff; font-size: 13px; }

/* Filter toggle button (hidden on desktop, shown on tablet/mobile) */
.filter-toggle-btn {
  display: none;
  align-items: center;
  gap: 8px;
  height: 38px;
  padding: 0 18px;
  border: 1px solid #d0dae0;
  border-radius: 8px;
  background: #fff;
  font-size: 13px;
  font-weight: 900;
  color: #071018;
  cursor: pointer;
  transition: border-color .15s ease, background .15s ease;
  position: relative;
}
.filter-toggle-btn:hover { border-color: #071018; background: #f5f8fa; }
.filter-toggle-btn svg { width: 16px; height: 16px; }
.filter-badge {
  position: absolute;
  top: -7px; right: -7px;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: #ed101f;
  color: #fff;
  font-size: 10px;
  font-weight: 950;
  display: none;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.filter-badge.has-filters { display: flex; }

.tshirt-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 24px; align-items: stretch; }
.product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #eef2f5;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(7,16,24,.08);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  transition: transform .25s ease, box-shadow .25s ease;
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(7,16,24,.13);
}
.card-media {
  height: 290px;
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  margin: 0;
  background: #eef2f4;
  flex-shrink: 0;
}
.card-product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .3s ease;
}
.product-card:hover .card-product-img {
  transform: scale(1.03);
}
.product-card .badge {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  padding: 8px 15px;
  border-radius: 10px;
  background: #071018;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 950;
  box-shadow: 0 8px 16px rgba(7,16,24,.14);
}
.product-card .badge.red {
  background: #ed101f;
}
.product-card .wish {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #071018;
  box-shadow: 0 10px 22px rgba(7,16,24,.12);
  font-size: 26px;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform .15s ease;
}
.product-card .wish:hover {
  transform: scale(1.08);
}
.product-card .wish.saved {
  color: #ed101f;
}
.thumb-row {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 10px;
  padding: 12px 16px 6px;
  flex-shrink: 0;
}
.thumb-row span {
  height: 48px;
  overflow: hidden;
  border: 1px solid #d7e0e8;
  border-radius: 7px;
  background: #eef2f4;
  cursor: pointer;
}
.thumb-row span.active {
  border-color: #126ee7;
  box-shadow: 0 0 0 1px #126ee7;
}
.thumb-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .92;
  mix-blend-mode: multiply;
}
.card-body {
  padding: 0 18px 16px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  box-sizing: border-box;
}
.product-card h3 {
  margin: 12px 0 4px;
  color: #071018;
  font-size: 17px;
  line-height: 1.15;
  font-weight: 950;
  min-height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-copy {
  min-height: 19px;
  margin: 0 0 9px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #65758b;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 650;
}
.price-row {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  min-height: 28px;
}
.price-row strong {
  color: #071018;
  font-size: 24px;
  line-height: 1;
  font-weight: 950;
}
.price-row del {
  color: #8b98a8;
  font-size: 14px;
  font-weight: 800;
}
.swatch-line {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 31px;
  margin-bottom: 10px;
}
.swatch-line i {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 2px solid #d3dbe2;
  box-shadow: 0 3px 8px rgba(7,16,24,.16);
  cursor: pointer;
}
.swatch-line i.active {
  outline: 2px solid #dce3e9;
  outline-offset: 2px;
}
.swatch-line em {
  color: #526174;
  font-size: 15px;
  line-height: 1;
  font-style: normal;
  font-weight: 850;
}
.rating-row {
  margin-bottom: 12px;
  display: flex;
  align-items: baseline;
  gap: 7px;
  color: #526174;
  font-size: 14px;
  font-weight: 700;
  min-height: 22px;
}
.rating-row b {
  color: #071018;
  font-size: 15px;
  font-weight: 950;
}
.rating-row b::first-letter {
  color: #ffb000;
}
.product-card .add-cart {
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 8px;
  background: #071018;
  color: #fff;
  font-size: 15px;
  font-weight: 950;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  box-shadow: inset 0 -2px 0 rgba(255,255,255,.06);
  cursor: pointer;
  margin-top: auto;
  flex-shrink: 0;
  box-sizing: border-box;
  white-space: nowrap;
  transition: background-color .18s ease, transform .18s ease;
}
.product-card .add-cart:hover {
  background: #1b2834;
  transform: translateY(-1px);
}
.product-card .add-cart img {
  width: 19px;
  height: 19px;
  filter: invert(1);
  flex-shrink: 0;
}

.empty-state { grid-column: 1 / -1; min-height: 230px; display: grid; place-items: center; align-content: center; gap: 10px; padding: 34px; border: 1px dashed #cfd8de; border-radius: 8px; background: #f8fafb; text-align: center; color: #53606a; }
.empty-state h3 { margin: 0; color: #071018; font-size: 22px; font-weight: 950; }
.empty-state p { margin: 0; font-size: 14px; font-weight: 650; }
.empty-state button { margin-top: 8px; height: 40px; padding: 0 20px; border: 0; border-radius: 5px; background: #071018; color: #fff; font-size: 12px; font-weight: 950; cursor: pointer; }
.pagination { margin: 34px 0; display: flex; justify-content: center; align-items: center; gap: 8px; }
.pagination button { width: 34px; height: 34px; border: 1px solid #d7e0e5; border-radius: 5px; background: #fff; font-size: 12px; font-weight: 850; }
.pagination .active { background: #071018; color: #fff; }
.pagination[hidden] { display: none; }
.pagination button:disabled { opacity: .42; cursor: default; }
/* =========================================================
   LOWER PROMO CARDS (card-1 & card-2)
   ========================================================= */

.lower-promos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 10px;
}

.lp-card {
  min-height: 290px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 8px 24px rgba(7, 16, 24, 0.08);
  border: 1px solid rgba(220, 230, 236, 0.8);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.lp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(7, 16, 24, 0.14);
}

/* Gradient overlays — ensures high contrast and legibility */
.lp-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

/* Cotton card (light background) */
.lp-overlay-cotton {
  background: linear-gradient(
    95deg,
    rgba(255, 255, 255, 0.94) 0%,
    rgba(255, 255, 255, 0.84) 44%,
    rgba(255, 255, 255, 0.4) 68%,
    rgba(255, 255, 255, 0) 100%
  );
}

/* Lifestyle card (dark moody background) */
.lp-overlay-lifestyle {
  background: linear-gradient(
    95deg,
    rgba(7, 16, 24, 0.92) 0%,
    rgba(7, 16, 24, 0.78) 44%,
    rgba(7, 16, 24, 0.35) 68%,
    rgba(7, 16, 24, 0) 100%
  );
}

/* Content Container */
.lp-content {
  position: relative;
  z-index: 2;
  padding: 30px 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 380px;
  height: 100%;
  box-sizing: border-box;
}

/* Tag / Eyebrow */
.lp-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.lp-card-cotton .lp-tag {
  color: #ed101f;
}

.lp-card-lifestyle .lp-tag {
  color: #ffc20c;
}

/* Heading */
.lp-content h2 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -0.5px;
}

.lp-card-cotton h2 {
  color: #071018;
}

.lp-card-lifestyle h2 {
  color: #ffffff;
}

/* Paragraph */
.lp-content p {
  margin: 0 0 18px;
  font-size: 13.5px;
  line-height: 1.45;
  font-weight: 600;
}

.lp-card-cotton p {
  color: #374751;
}

.lp-card-lifestyle p {
  color: rgba(255, 255, 255, 0.82);
}

/* CTA Buttons */
.lp-btn {
  height: 42px !important;
  padding: 0 22px !important;
  border-radius: 6px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-size: 12.5px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: background-color 0.2s ease, transform 0.2s ease, color 0.2s ease !important;
}

.lp-card-cotton .lp-btn {
  background: #071018 !important;
  color: #ffffff !important;
}

.lp-card-cotton .lp-btn:hover {
  background: #ed101f !important;
  color: #ffffff !important;
  transform: translateY(-2px);
}

.lp-card-lifestyle .lp-btn {
  background: #ffffff !important;
  color: #071018 !important;
}

.lp-card-lifestyle .lp-btn:hover {
  background: #ed101f !important;
  color: #ffffff !important;
  transform: translateY(-2px);
}

/* Badges row in Card 1 */
.lp-badges {
  display: flex;
  gap: 8px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.lp-badges span {
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(7, 16, 24, 0.06);
  border: 1px solid rgba(7, 16, 24, 0.1);
  font-size: 11px;
  font-weight: 800;
  color: #14202a;
  backdrop-filter: blur(4px);
}
.service-strip { padding: 36px 48px; display: grid; grid-template-columns: repeat(4,1fr); gap: 34px; border-top: 1px solid #e5ecef; }
.service-strip article { display: grid; justify-items: center; text-align: center; gap: 7px; border-right: 1px solid #dce4e8; }
.service-strip article:last-child { border-right: 0; }
.service-strip img { width: 42px; height: 42px; }
.service-strip h3 { margin: 0; font-size: 17px; font-weight: 950; }
.service-strip p { margin: 0; color: #53606a; font-size: 13px; }
.footer-form { width: min(100%, 560px); display: grid; grid-template-columns: minmax(300px, 1fr) 146px; height: 48px; margin-top: 18px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; background: rgba(255,255,255,.06); }
.footer-form input { min-width: 0; border: 0; border-radius: 0; padding: 0 18px; background: transparent; color: #fff; outline: 0; }
.footer-form input::placeholder { color: #9cabb4; }
.footer-form button { border: 0; border-radius: 0; background: #ed101f; color: #fff; font-size: 12px; font-weight: 950; }
.footer-newsletter { grid-column: span 2; min-width: 0; width: 100%; }
/* ── Wide tablet ≤1180px — keep sidebar but thinner ─ */
@media (max-width: 1180px) {
  .category-strip { grid-template-columns: repeat(5,1fr); }
  .shop-layout { padding: 22px 28px 28px; grid-template-columns: 220px 1fr; gap: 0; }
  .filters { top: 78px; }
  .tshirt-grid { grid-template-columns: repeat(3,1fr); }
  .card-media { height: 240px; }
  .lower-promos { grid-template-columns: 1fr 1fr; }
  .service-strip { padding: 28px 28px; gap: 20px; }
}
/* ── Mid tablet ≤900px — switch to drawer ─────────── */
@media (max-width: 900px) {
  /* Show toggle button */
  .filter-toggle-btn { display: inline-flex; }
  /* Sidebar becomes fixed full-height drawer */
  .shop-layout { grid-template-columns: 1fr; padding: 16px 22px 22px; }
  .filters {
    position: fixed;
    top: 0; left: 0; bottom: 0;
    width: 290px;
    max-height: 100vh;
    background: #fff;
    border-right: 1px solid #e2eaef;
    border-radius: 0;
    padding: 18px 20px 80px;
    margin-right: 0;
    z-index: 999;
    transform: translateX(-100%);
    transition: transform .3s cubic-bezier(.4,0,.2,1);
    box-shadow: none;
  }
  .filters.open {
    transform: translateX(0);
    box-shadow: 12px 0 40px rgba(7,16,24,.14);
  }
  .filter-close-btn { display: inline-flex; }
  .tshirt-hero-copy { padding: 38px 22px; }
  .tshirt-hero h1 { font-size: clamp(48px, 7vw, 70px); }
  .category-strip { padding: 14px 18px 10px; grid-template-columns: repeat(5,1fr); gap: 8px; }
  .cat-dot { width: 52px; height: 52px; }
  .category-strip a { font-size: 10px; gap: 7px; }
  .product-bar { height: auto; min-height: 52px; }
  .tshirt-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
  .card-media { height: 200px; }
  .product-bar select { width: 150px; }
  .service-strip { grid-template-columns: repeat(2,1fr); padding: 24px 22px; }
  .service-strip article { border-right: 0; border-bottom: 1px solid #dce4e8; padding-bottom: 14px; }
  .service-strip article:nth-child(2n) { border-bottom: 0; }
}
@media (max-width: 720px) {
  .tshirt-hero { min-height: 560px; background-position: center bottom; }
  .tshirt-hero:before { background: linear-gradient(180deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.72) 58%, rgba(255,255,255,.2) 100%); }
  .tshirt-script { left: auto; right: 18px; top: 22%; font-size: 28px; }
  .tshirt-script:after { width: 84px; margin-left: 20px; }
  .tshirt-hero-copy { padding: 36px 18px; }
  .tshirt-hero h1 { font-size: clamp(42px, 11vw, 56px); }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 10px; }
  .hero-promise { flex-direction: column; align-items: flex-start; gap: 10px; margin-top: 22px; }
  .hero-promise span { border-right: 0; min-width: 0; }
  .product-bar { height: auto; min-height: 48px; padding: 0 0 10px; flex-wrap: wrap; }
  .product-bar select { width: 140px; }
  .category-strip { padding: 12px 18px 10px; grid-template-columns: repeat(5, 1fr); gap: 10px; }
  .cat-dot { width: 44px; height: 44px; }
  .category-strip a { font-size: 9.5px; }
  .shop-layout { padding: 14px 16px; }
  .color-banner { padding: 20px 18px; margin-bottom: 12px; }
  .color-banner h2 { font-size: 34px; }
  .lower-promos { grid-template-columns: 1fr; }
  .service-strip { grid-template-columns: 1fr; padding: 24px 18px; gap: 0; }
  .lp-card { min-height: 230px; }
  .lp-content { padding: 22px 18px; max-width: 100%; }
  .lp-content h2 { font-size: 22px; }
  .tshirt-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; align-items: stretch; }
  .product-card { height: 100%; }
  .card-media { height: 160px; }
  .product-card .wish { width: 34px; height: 34px; top: 8px; right: 8px; font-size: 18px; }
  .product-card .badge { top: 8px; left: 8px; padding: 4px 8px; font-size: 9px; border-radius: 6px; }
  .thumb-row { gap: 5px; padding: 7px 9px 3px; }
  .thumb-row span { height: 30px; }
  .card-body { padding: 0 10px 12px; }
  .product-card h3 {
    font-size: 13px;
    line-height: 1.2;
    min-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .card-copy { font-size: 11px; margin-bottom: 6px; min-height: 15px; }
  .price-row { gap: 6px; margin-bottom: 8px; min-height: 22px; }
  .price-row strong { font-size: 17px; }
  .price-row del { font-size: 11px; }
  .swatch-line { gap: 8px; margin-bottom: 7px; min-height: 22px; }
  .swatch-line i { width: 18px; height: 18px; }
  .rating-row { font-size: 11px; margin-bottom: 8px; min-height: 18px; }
  .rating-row b { font-size: 12px; }
  .product-card .add-cart {
    width: 100%;
    height: 38px;
    font-size: 12px;
    gap: 6px;
    padding: 0 8px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
  }
  .product-card .add-cart img { width: 15px; height: 15px; flex-shrink: 0; }
  .service-strip article { border-right: 0; border-bottom: 1px solid #dce4e8; padding-bottom: 18px; }
  .footer-form { grid-template-columns: 1fr; height: auto; gap: 10px; }
  .footer-form input,.footer-form button { height: 46px; border-radius: 5px; }
  .footer-newsletter { grid-column: 1 / -1; }
}
/* ── Small mobile ≤480px ──────────────────────────── */
@media (max-width: 480px) {
  .category-strip { grid-template-columns: repeat(5,1fr); gap: 6px; overflow-x: auto; padding: 10px 16px; scrollbar-width: none; }
  .category-strip::-webkit-scrollbar { display: none; }
  .cat-dot { width: 38px; height: 38px; }
  .category-strip a { font-size: 8.5px; }
  .tshirt-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; align-items: stretch; }
  .card-media { height: 150px; }
  .thumb-row { gap: 4px; padding: 5px 6px 2px; }
  .thumb-row span { height: 26px; }
  .card-body { padding: 0 8px 10px; }
  .product-card h3 { font-size: 12px; min-height: 30px; }
  .product-card .add-cart { height: 36px; font-size: 11px; gap: 5px; padding: 0 6px; }
  .product-card .add-cart img { width: 13px; height: 13px; }
  .color-banner h2 { font-size: 28px; }
  .hero-actions a, .hero-actions button { height: 44px; padding: 0 20px; font-size: 12px; }
  .filters { width: 280px; }
}
/* ── Very small ≤360px ────────────────────────────── */
@media (max-width: 360px) {
  .tshirt-hero-copy { padding: 28px 14px; }
  .tshirt-hero h1 { font-size: 36px; }
  .tshirt-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; align-items: stretch; }
  .card-media { height: 135px; }
  .thumb-row { gap: 3px; padding: 4px 4px 2px; }
  .thumb-row span { height: 22px; }
  .card-body { padding: 0 6px 8px; }
  .product-card h3 { font-size: 11.5px; min-height: 28px; }
  .product-card .add-cart { height: 34px; font-size: 10px; gap: 4px; padding: 0 4px; }
  .product-card .add-cart img { width: 12px; height: 12px; }
  .shop-layout { padding: 12px 10px; }
  .filters { width: 260px; }
}


/* Compact shop product cards */
.tshirt-grid { gap: 16px; }
.tshirt-grid .card-media { height: 230px; }
.tshirt-grid .card-body { padding: 0 14px 14px; }
.tshirt-grid .product-card h3 { margin-top: 9px; font-size: 15px; min-height: 35px; }
.tshirt-grid .card-copy { margin-bottom: 6px; font-size: 12px; }
.tshirt-grid .price-row { margin-bottom: 8px; min-height: 24px; }
.tshirt-grid .price-row strong { font-size: 20px; }
.tshirt-grid .rating-row { margin-bottom: 8px; }
.tshirt-grid .product-card .add-cart { height: 42px; font-size: 13px; }
@media (max-width: 1180px) { .tshirt-grid .card-media { height: 190px; } }
@media (max-width: 720px) { .tshirt-grid { gap: 10px; } .tshirt-grid .card-media { height: 140px; } .tshirt-grid .card-body { padding: 0 9px 10px; } .tshirt-grid .product-card h3 { font-size: 12px; min-height: 29px; } .tshirt-grid .product-card .add-cart { height: 35px; font-size: 10px; } }
/* Square image category tiles */
.category-strip {
  min-height: 142px;
  padding-top: 17px;
  padding-bottom: 16px;
}
.category-strip a {
  gap: 9px;
  line-height: 1.15;
}
.category-image {
  width: 68px;
  height: 68px;
  display: block;
  overflow: hidden;
  border: 1px solid #e7e9ee;
  border-radius: 8px;
  background: #f4f5f7;
  box-shadow: 0 5px 13px rgba(15, 23, 42, .09);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.category-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease;
}
.category-strip a:hover .category-image {
  transform: translateY(-3px);
  border-color: #101828;
  box-shadow: 0 9px 18px rgba(15, 23, 42, .16);
}
.category-strip a:hover .category-image img { transform: scale(1.07); }
.category-strip a.active .category-image {
  border: 2px solid #101828;
  box-shadow: 0 0 0 3px rgba(16, 24, 40, .11), 0 8px 18px rgba(15, 23, 42, .15);
}
@media (max-width: 780px) {
  .category-strip { min-height: 122px; }
  .category-image { width: 52px; height: 52px; border-radius: 7px; }
}
@media (max-width: 520px) {
  .category-strip { min-height: 106px; }
  .category-image { width: 44px; height: 44px; border-radius: 6px; }
}