body.modal-open {
  overflow: hidden;
}

.shop-hero {
  padding-top: calc(var(--nav-height) + 84px);
  padding-bottom: 84px;
  background: var(--colors-canvas-soft);
  border-bottom: 1px solid var(--colors-hairline-soft);
}

.shop-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 56px;
  align-items: center;
}

.shop-hero-copy {
  display: grid;
  gap: 18px;
  max-width: 760px;
}

.shop-hero h1,
.shop-toolbar h2,
.empty-state h2 {
  margin: 0;
  color: var(--colors-ink);
  font-family: var(--font-display);
  font-weight: 600;
}

.shop-hero h1 {
  font-size: 60px;
  letter-spacing: -2.2px;
  line-height: 62px;
}

.shop-hero p {
  max-width: 620px;
  margin: 0;
  color: var(--colors-body);
  font-size: 18px;
  line-height: 28px;
}

.shop-hero-panel {
  display: grid;
  gap: 0;
  border: 1px solid var(--colors-hairline);
  border-radius: 8px;
  background: var(--colors-canvas);
  box-shadow: var(--shadow-sm);
}

.shop-hero-panel div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  min-height: 88px;
  align-content: center;
  align-items: center;
  padding: 18px 20px;
  border-right: 0;
  border-bottom: 1px solid var(--colors-hairline);
}

.shop-hero-panel div:last-child {
  border-bottom: 0;
}

.shop-hero-panel span {
  color: var(--colors-muted);
  font-size: 13px;
  line-height: 18px;
}

.shop-hero-panel strong {
  color: var(--colors-ink);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1;
}

.shop-section {
  background: var(--colors-canvas);
}

.shop-layout {
  display: block;
}

.shop-sidebar {
  position: fixed;
  inset: var(--nav-height) auto 0 0;
  z-index: 70;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 0;
  width: min(360px, calc(100vw - 32px));
  max-height: none;
  overflow: hidden;
  overscroll-behavior: contain;
  padding: 0;
  border: 1px solid var(--colors-hairline);
  border-left: 0;
  border-radius: 8px;
  background: var(--colors-canvas);
  box-shadow: var(--shadow-sm);
  scrollbar-width: thin;
  scrollbar-color: var(--colors-hairline-strong) transparent;
  transform: translateX(-105%);
  transition: transform 220ms ease;
}

.filters-open .shop-sidebar {
  transform: translateX(0);
}

.filter-backdrop {
  position: fixed;
  inset: var(--nav-height) 0 0;
  z-index: 60;
  display: none;
  border: 0;
  background: rgba(23, 21, 18, 0.28);
  backdrop-filter: blur(6px);
}

.filters-open .filter-backdrop {
  display: block;
}

.filter-scroll {
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: var(--colors-hairline-strong) transparent;
}

.filter-scroll::-webkit-scrollbar {
  width: 8px;
}

.filter-scroll::-webkit-scrollbar-thumb {
  border: 2px solid var(--colors-canvas-soft);
  border-radius: 9999px;
  background: var(--colors-hairline-strong);
}

.filter-panel-head,
.filter-group,
.filter-actions {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-bottom: 1px solid var(--colors-hairline-soft);
}

.filter-panel-head {
  grid-template-columns: minmax(0, 1fr) 36px;
  align-items: start;
  background: var(--colors-canvas-soft);
}

.filter-panel-head h2 {
  margin: 10px 0 0;
  color: var(--colors-ink);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 26px;
}

.filter-close-button {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--colors-hairline);
  border-radius: 9999px;
  background: var(--colors-canvas);
  color: var(--colors-ink);
}

.filter-actions {
  z-index: 2;
  border-bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px) saturate(120%);
}

.filter-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.filter-group h2 {
  margin: 0;
  color: var(--colors-ink);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
}

.filter-heading-row span,
.range-meta {
  color: var(--colors-muted);
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 16px;
}

.filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-chip,
.brand-filter {
  border: 1px solid var(--colors-hairline);
  background: var(--colors-canvas);
  color: var(--colors-body);
  cursor: pointer;
  font: inherit;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.filter-chip {
  min-height: 36px;
  padding: 0 12px;
  border-radius: 9999px;
  font-size: 14px;
  line-height: 1;
}

.brand-filter-list {
  display: grid;
  gap: 8px;
}

.brand-filter {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 12px;
  border-radius: 8px;
  font-size: 14px;
}

.brand-filter small {
  color: var(--colors-muted);
  font-family: var(--font-mono);
  font-size: 12px;
}

.filter-chip:hover,
.brand-filter:hover,
.filter-chip.is-active,
.brand-filter.is-active {
  border-color: rgba(23, 21, 18, 0.24);
  background: var(--colors-primary);
  color: var(--colors-on-primary);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.brand-filter:hover small,
.brand-filter.is-active small {
  color: var(--colors-on-primary-soft);
}

.price-range-wrap {
  position: relative;
  height: 44px;
  padding-block: 10px;
}

.price-range-track {
  position: absolute;
  inset: 20px 0 auto;
  height: 4px;
  border-radius: 9999px;
  background: var(--colors-canvas-soft-2);
  box-shadow: inset 0 0 0 1px var(--colors-hairline);
}

.price-range-track span {
  position: absolute;
  inset-block: 0;
  border-radius: inherit;
  background: var(--colors-primary);
}

.price-range {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 44px;
  margin: 0;
  appearance: none;
  background: transparent;
  pointer-events: none;
}

.price-range::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  border: 1px solid var(--colors-primary);
  border-radius: 9999px;
  appearance: none;
  background: var(--colors-canvas);
  box-shadow: 0 0 0 4px var(--colors-canvas), var(--shadow-sm);
  cursor: pointer;
  pointer-events: auto;
}

.price-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 1px solid var(--colors-primary);
  border-radius: 9999px;
  background: var(--colors-canvas);
  box-shadow: 0 0 0 4px var(--colors-canvas), var(--shadow-sm);
  cursor: pointer;
  pointer-events: auto;
}

.price-range::-webkit-slider-runnable-track {
  height: 2px;
  background: transparent;
}

.price-range::-moz-range-track {
  height: 2px;
  background: transparent;
}

.range-meta {
  display: flex;
  justify-content: space-between;
}

.shop-content {
  min-width: 0;
}

.shop-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.shop-toolbar > div:first-child {
  display: grid;
  gap: 14px;
}

.filter-toggle-button {
  gap: 8px;
  min-height: 42px;
  padding-inline: 18px;
  font-size: 14px;
}

.shop-toolbar h2 {
  font-size: 48px;
  letter-spacing: -2px;
  line-height: 48px;
}

.shop-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.search-field,
.sort-field {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border: 1px solid var(--colors-hairline);
  border-radius: 9999px;
  background: var(--colors-canvas);
  color: var(--colors-muted);
}

.search-field {
  width: 100%;
  padding: 0 14px;
}

.search-field [data-lucide],
.sort-field [data-lucide] {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.search-field input,
.sort-field select {
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--colors-ink);
  font: inherit;
  font-size: 14px;
}

.search-field input {
  width: 100%;
  padding: 0 0 0 8px;
}

.search-field input::placeholder {
  color: var(--colors-muted);
}

.sort-field {
  width: 100%;
  padding: 0 12px 0 16px;
}

.sort-field select {
  width: 100%;
  min-width: 0;
  padding-right: 8px;
  appearance: none;
  cursor: pointer;
}

.shop-result-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--colors-hairline-soft);
}

.shop-result-line p {
  margin: 0;
  color: var(--colors-muted);
  font-size: 14px;
}

.shop-result-line strong {
  display: inline-flex;
  gap: 5px;
  min-height: 36px;
  align-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--colors-ink);
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.reset-button {
  width: 100%;
  min-height: 36px;
  padding-inline: 14px;
  font-size: 14px;
}

.shop-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px 18px;
}

.scroll-carousel {
  --carousel-fade: transparent;
}

.scroll-arrow {
  display: none;
}

.product-mockup-card {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(23, 21, 18, 0.08);
  border-radius: 8px;
  align-content: start;
  background: var(--colors-canvas);
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  transition: box-shadow 160ms ease;
}
.product-mockup-card:hover {
  box-shadow: var(--shadow-md);
}

.product-mockup-card[hidden] {
  display: none;
}

.product-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border-radius: 8px 8px 0 0;
  background: #f9f9f9;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-info {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  min-height: 80px;
  align-items: start;
  padding: 12px 14px 12px;
  border-top: 1px solid var(--colors-hairline);
}

.product-info > div {
  min-width: 0;
}

.product-info h3 {
  overflow-wrap: anywhere;
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: var(--colors-ink);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.6px;
  line-height: 25px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-info p {
  margin: 5px 0 0;
  color: var(--colors-muted);
  font-size: 14px;
  line-height: 20px;
}

.color-swatch-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.color-swatch {
  display: inline-grid;
  width: 14px;
  height: 14px;
  place-items: center;
  border: 1px solid rgba(23, 21, 18, 0.18);
  border-radius: 3px;
  background: var(--swatch-color);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.color-swatch-more {
  display: inline-flex;
  min-height: 16px;
  align-items: center;
  color: var(--colors-muted);
  font-size: 12px;
  line-height: 16px;
}

.product-info strong {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--colors-ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.product-price-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}

.product-price-original {
  color: var(--colors-muted);
  font-size: 12px;
  font-weight: 400;
}

.discount-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 4px 8px;
  border: none;
  background: #c0392b;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  pointer-events: none;
}

.product-skeleton {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(23, 21, 18, 0.08);
  border-radius: 8px;
  background: var(--colors-canvas);
  box-shadow: var(--shadow-sm);
}

.skeleton-image {
  aspect-ratio: 4 / 5;
  background: linear-gradient(90deg, var(--colors-canvas-soft) 25%, var(--colors-canvas-soft-2) 50%, var(--colors-canvas-soft) 75%);
  background-size: 200% 100%;
  animation: skeleton-shimmer 1.5s ease-in-out infinite;
}

.skeleton-text {
  height: 14px;
  margin: 16px 18px 0;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--colors-canvas-soft) 25%, var(--colors-canvas-soft-2) 50%, var(--colors-canvas-soft) 75%);
  background-size: 200% 100%;
  animation: skeleton-shimmer 1.5s ease-in-out infinite;
}

.skeleton-text-short {
  width: 60%;
  margin-bottom: 16px;
}

@keyframes skeleton-shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.empty-state {
  display: grid;
  justify-items: center;
  gap: 14px;
  margin-top: 48px;
  padding: 72px 24px;
  border: 1px solid var(--colors-hairline);
  border-radius: 8px;
  background: var(--colors-canvas-soft);
  text-align: center;
}

.empty-state h2 {
  font-size: 32px;
  letter-spacing: -1px;
  line-height: 36px;
}

.empty-state p {
  margin: 0;
  color: var(--colors-muted);
}

.product-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 24px;
}

.product-modal[hidden] {
  display: none;
}

.product-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(23, 21, 18, 0.48);
  backdrop-filter: blur(10px) saturate(110%);
}

.product-modal-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(260px, 380px);
  width: min(1180px, 100%);
  height: min(840px, calc(100vh - 48px));
  max-height: min(840px, calc(100vh - 48px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: var(--colors-canvas);
  box-shadow: 0 30px 80px -52px rgba(0, 0, 0, 0.72), var(--shadow-md);
}

.product-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 4;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--colors-hairline);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--colors-ink);
}

.product-modal-close [data-lucide] {
  width: 16px;
  height: 16px;
}

.product-modal-gallery {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 14px;
  overflow: hidden;
  padding: 22px;
  background: var(--colors-canvas-soft);
}

.product-gallery-main,
.product-gallery-thumb {
  overflow: hidden;
  border: 0;
  padding: 0;
  background: #f9f9f9;
}

.product-gallery-main {
  min-height: 0;
}

.product-gallery-main-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f9f9f9;
}

.product-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.product-gallery-thumb {
  aspect-ratio: 1;
  cursor: pointer;
}

.product-gallery-thumb.is-active {
  box-shadow: inset 0 0 0 2px var(--colors-primary);
}

.product-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-modal-buybox {
  position: relative;
  display: grid;
  align-content: start;
  gap: 28px;
  min-height: 0;
  overflow-y: auto;
  padding: 56px 42px 42px;
}

.product-modal-actions {
  position: absolute;
  top: 18px;
  right: 64px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-modal-actions button {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--colors-hairline);
  border-radius: 9999px;
  background: var(--colors-canvas);
  color: var(--colors-ink);
}

.product-modal-actions [data-lucide] {
  width: 18px;
  height: 18px;
}

.product-modal-heading {
  display: grid;
  gap: 12px;
  padding-right: 0;
}

.product-modal-heading h2 {
  margin: 0;
  color: var(--colors-ink);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.9px;
  line-height: 34px;
}

.product-modal-heading p,
.product-modal-accordions p {
  margin: 0;
  color: var(--colors-body);
  font-size: 15px;
  line-height: 24px;
}

.product-modal-heading > strong {
  display: block;
  width: fit-content;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--colors-ink);
  font-size: 18px;
  font-weight: 600;
}

.product-option-group {
  display: grid;
  gap: 14px;
}

.product-option-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--colors-ink);
  font-size: 14px;
  line-height: 20px;
}

.product-option-heading > span {
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
}

.product-option-heading strong {
  font-size: 14px;
  font-weight: 500;
}

.product-option-heading button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--colors-ink);
  font-size: 14px;
  text-decoration: underline;
}

.product-option-heading button[hidden] {
  display: none;
}

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

.variant-option,
.size-option {
  position: relative;
  min-height: 58px;
  border: 1px solid var(--colors-hairline);
  background: var(--colors-canvas);
  color: var(--colors-ink);
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
}

.variant-option {
  min-height: 64px;
  padding: 0;
  text-indent: -999px;
}

.variant-option::before {
  position: absolute;
  inset: 8px;
  background: var(--variant-color);
  content: "";
}

.variant-option.is-selected,
.size-option.is-selected {
  border-color: var(--colors-primary);
  box-shadow: inset 0 0 0 1px var(--colors-primary);
}

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

.size-option {
  min-height: 54px;
}

.size-guide-note {
  margin: -2px 0 0;
  color: var(--colors-muted);
  font-size: 14px;
  line-height: 22px;
}

.product-modal-accordions {
  display: grid;
  border-top: 1px solid var(--colors-hairline);
}

.product-modal-accordions details {
  border-bottom: 1px solid var(--colors-hairline-soft);
}

.product-modal-accordions summary {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--colors-ink);
  cursor: pointer;
  font-size: 15px;
  list-style: none;
}

.product-modal-accordions summary::-webkit-details-marker {
  display: none;
}

.product-modal-accordions summary::after {
  color: var(--colors-ink);
  content: "+";
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}

.product-modal-accordions details[open] summary::after {
  content: "-";
}

.product-modal-accordions details p {
  padding: 0 0 18px;
}

.product-modal-add {
  width: 100%;
  border-radius: 0;
  text-transform: uppercase;
}

.cart-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  width: min(480px, calc(100% - 32px));
  padding: 12px;
  border-radius: 8px;
  background: var(--colors-canvas);
  box-shadow: inset 0 0 0 1px #00000014, 0px 1px 1px #00000005, 0px 8px 16px -4px #0000000a, 0px 24px 32px -8px #0000000f;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.cart-toast.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.cart-toast img {
  width: 52px;
  height: 52px;
  border-radius: 6px;
  object-fit: cover;
}

.cart-toast-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.cart-toast-copy span {
  color: var(--colors-muted);
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 16px;
}

.cart-toast-copy strong {
  overflow: hidden;
  color: var(--colors-ink);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cart-toast-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: var(--colors-muted);
  font-size: 13px;
  line-height: 18px;
}

.cart-toast-meta > span:not(:last-child)::after {
  margin-left: 8px;
  color: var(--colors-hairline-strong);
  content: "/";
}

.cart-toast-color {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.cart-toast-color::before {
  width: 12px;
  height: 12px;
  border: 1px solid rgba(23, 21, 18, 0.18);
  border-radius: 3px;
  background: var(--toast-color);
  content: "";
}

.toast-action,
.toast-close {
  min-height: 32px;
  border: 1px solid var(--colors-hairline);
  background: var(--colors-canvas);
  color: var(--colors-ink);
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}

.toast-action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  border-radius: 100px;
}

.toast-close {
  display: grid;
  place-items: center;
  width: 32px;
  padding: 0;
  border-radius: 9999px;
  line-height: 1;
}

.toast-action [data-lucide] {
  width: 14px;
  height: 14px;
}

@media (max-width: 1180px) {
  .shop-product-grid {
    grid-template-columns: repeat(2, minmax(240px, 1fr));
  }
}

@media (max-width: 1024px) {
  .shop-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .shop-hero-panel {
    max-width: 520px;
  }

  .shop-product-grid {
    gap: 24px;
  }

  .brand-filter-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .shop-hero {
    padding-top: calc(var(--nav-height) + 56px);
    padding-bottom: 64px;
  }

  .shop-hero h1,
  .shop-toolbar h2 {
    font-size: 36px;
    letter-spacing: -1.2px;
    line-height: 40px;
  }

  .shop-hero p {
    font-size: 16px;
    line-height: 24px;
  }

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

  .shop-hero-panel div {
    min-height: 96px;
    border-right: 0;
    border-bottom: 1px solid var(--colors-hairline);
  }

  .shop-hero-panel div:last-child {
    border-bottom: 0;
  }

  .shop-sidebar {
    padding: 0;
  }

  .brand-filter-list {
    grid-template-columns: 1fr;
  }

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

  .scroll-arrow {
    display: none !important;
  }

  .product-mockup-card {
    min-width: 0;
  }

  .scroll-carousel::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 52px;
    background: linear-gradient(to right, transparent, rgba(23, 21, 18, 0.04));
    content: "";
    pointer-events: none;
  }

  .shop-result-line {
    align-items: stretch;
    flex-direction: column;
  }

  .search-field,
  .sort-field,
  .reset-button {
    width: 100%;
  }

  .sort-field select {
    width: 100%;
  }

  .product-info {
    min-height: auto;
    padding: 12px 14px 10px;
  }

  .product-info h3 {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.3px;
    -webkit-line-clamp: 2;
  }

  .product-info p {
    font-size: 13px;
    line-height: 17px;
    margin-top: 3px;
  }

  .product-info strong {
    font-size: 13px;
  }

  .product-price-original {
    font-size: 11px;
  }

  .color-swatch-list {
    gap: 5px;
    margin-top: 6px;
  }

  .bundle-summary {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
  }

  .product-modal {
    padding: 16px;
  }

  .product-modal-panel {
    grid-template-columns: 1fr;
    height: auto;
    max-height: calc(100vh - 32px);
  }

  .product-modal-gallery {
    grid-template-rows: 1fr auto;
    max-height: 360px;
    padding: 14px;
  }

  .product-gallery-main {
    min-height: 220px;
  }

  .product-gallery-thumbs {
    gap: 8px;
  }

  .product-modal-buybox {
    padding: 58px 20px 22px;
  }

  .product-modal-actions {
    right: 60px;
  }

  .product-modal-heading h2 {
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 34px;
  }

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

  .cart-toast {
    right: 16px;
    bottom: 16px;
    grid-template-columns: 44px minmax(0, 1fr) auto;
  }

  .cart-toast img {
    width: 44px;
    height: 44px;
  }

  .toast-action {
    display: none;
  }
}

/* ───── category dropdown filter ───── */

.category-filter-dropdown {
  position: relative;
}

/* ───── bundle variant picker ───── */

[data-bundle-modal-products] {
  display: grid;
  gap: 10px;
}

.bundle-variant-picker {
  display: grid;
  gap: 12px;
}

.bundle-picker-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.bundle-picker-heading strong {
  color: var(--colors-ink);
  font-size: 15px;
}

.bundle-picker-count {
  color: var(--colors-muted);
  font-family: var(--font-mono);
  font-size: 12px;
}

.bundle-picker-count.is-complete {
  color: #27ae60;
  font-weight: 600;
}

.bundle-picker-empty {
  margin: 0;
  color: var(--colors-muted);
  font-size: 14px;
}

.bundle-picker-variant {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  border: 1px solid var(--colors-hairline);
  border-radius: 6px;
  background: var(--colors-canvas-soft);
}

.bundle-picker-swatch {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(23, 21, 18, 0.18);
  border-radius: 4px;
  background: var(--swatch-color);
  flex-shrink: 0;
}

.bundle-picker-variant-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1;
}

.bundle-picker-variant-info strong {
  color: var(--colors-ink);
  font-size: 14px;
  font-weight: 500;
}

.bundle-picker-variant-info small {
  color: var(--colors-muted);
  font-size: 12px;
}

.bundle-picker-controls {
  display: flex;
  align-items: center;
  gap: 4px;
}

.bundle-picker-controls button {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid var(--colors-hairline);
  border-radius: 6px;
  background: var(--colors-canvas);
  color: var(--colors-ink);
  font-size: 16px;
  cursor: pointer;
  transition: background 120ms ease;
}

.bundle-picker-controls button:hover {
  background: var(--colors-canvas-soft);
}

.bundle-picker-controls button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.bundle-picker-controls span {
  min-width: 28px;
  text-align: center;
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 600;
}


