:root {
  --ls-bg: #ffffff;
  --ls-ink: #111111;
  --ls-muted: #6b7280;
  --ls-line: rgba(17, 17, 17, .08);
  --ls-gold: #e11d2e;
  --ls-gold-2: #fb7185;
  --ls-dark: #111111;
  --ls-cream: #f7f8fa;
  --ls-white: #fff;
  --ls-accent: #e11d2e;
  --ls-price: #e11d2e;
  --ls-green: #16a34a;
  --ls-hero: #1d4ed8;
  --ls-radius: 18px;
  --ls-shadow: 0 14px 40px rgba(17, 17, 17, .08);
  --ls-font: "Plus Jakarta Sans", system-ui, sans-serif;
  --ls-display: "Outfit", "Plus Jakarta Sans", system-ui, sans-serif;
}

body.family-chaussures { --ls-accent: #c9a46a; }
body.family-vetements { --ls-accent: #3d5a80; }
body.family-accessoires { --ls-accent: #b76e79; }
body.family-beaute { --ls-accent: #c47a8a; }
body.family-tech { --ls-accent: #4a6fa5; }
body.family-liquidation { --ls-accent: #b42318; }
body.family-lunetterie { --ls-accent: #d4a017; }
body.family-gadgets { --ls-accent: #1aa7a1; }
body.family-montres { --ls-accent: #c4a574; }
body.family-electro { --ls-accent: #6b7280; }

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--ls-font);
  background: var(--ls-bg);
  color: var(--ls-ink);
  line-height: 1.55;
  letter-spacing: -.01em;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, .ls-logo-text {
  font-family: var(--ls-display);
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1.08;
}
.ls-skip {
  position: absolute; left: -999px; top: 0;
}
.ls-skip:focus { left: 16px; background: #000; color: #fff; padding: 8px 12px; }

.ls-header {
  position: sticky; top: 0; z-index: 80;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--ls-line);
  overflow: visible;
}
.ls-header-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 12px 32px 4px;
  max-width: 1440px;
  margin: 0 auto;
}
.ls-logo {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 3px; text-align: center;
}
.ls-logo .custom-logo { display: block; max-height: 48px; width: auto; }
.ls-logo-slogan {
  display: block; width: 100%;
  font-size: 11px; font-weight: 600; letter-spacing: .08em;
  color: var(--ls-muted); line-height: 1.2; white-space: nowrap; text-align: center;
}
.ls-logo-text { font-size: 28px; line-height: 1; }
.ls-logo-text span { color: var(--ls-gold); }
.ls-search {
  position: relative;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  z-index: 40;
}
.ls-search-box { position: relative; }
.ls-search-field {
  display: flex; align-items: center;
  background: var(--ls-white);
  border: 1px solid var(--ls-line);
  border-radius: 999px;
  overflow: hidden;
}
.ls-search input {
  flex: 1; border: 0; outline: 0; background: transparent;
  padding: 12px 18px; font: inherit; color: inherit;
}
.ls-search button {
  border: 0; background: transparent; padding: 0 16px; cursor: pointer; color: var(--ls-muted);
}
.ls-header-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 3px;
  min-width: 0;
}
.ls-search-meta {
  grid-column: auto;
  justify-self: end;
  width: auto;
  max-width: 260px;
  display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap;
  gap: 4px 8px; margin: 0; padding: 0;
  font-size: 10px; font-weight: 500; color: var(--ls-muted); line-height: 1.25;
  text-align: right;
}
.ls-search-meta-sep { opacity: .45; }
.ls-search-suggest {
  position: absolute; left: 0; right: 0; top: calc(100% + 8px);
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
  background: #fff; border: 1px solid #c5cdd8;
  border-radius: 18px; box-shadow: 0 22px 50px rgba(17, 17, 17, .16);
  max-height: min(70vh, 520px); overflow: auto;
  padding: 10px; z-index: 90;
}
.ls-search-suggest[hidden] { display: none !important; }
.ls-search-hit {
  display: flex; align-items: center; gap: 10px;
  padding: 8px; border-radius: 14px; color: inherit;
  border: 1px solid #e5e7eb; background: #fff;
  min-width: 0;
}
.ls-search-hit:hover, .ls-search-hit.is-active {
  background: #fff5f6; border-color: #fda4af;
}
.ls-search-hit img, .ls-search-ph {
  width: 56px; height: 56px; border-radius: 12px; object-fit: cover;
  background: #f3eee6; flex: 0 0 56px; max-width: 56px;
}
.ls-search-hit.is-brand img, .ls-search-hit.is-brand .ls-search-ph {
  object-fit: contain; background: #fff; border: 1px solid var(--ls-line);
}
.ls-search-copy { min-width: 0; display: grid; gap: 2px; }
.ls-search-copy strong {
  font-size: 14px; font-weight: 700; line-height: 1.3;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.ls-search-copy em { font-style: normal; font-size: 12px; color: var(--ls-muted); }
.ls-search-empty,
.ls-search-more,
.ls-search-pager { grid-column: 1 / -1; }
.ls-search-empty { margin: 0; padding: 14px 12px; font-size: 13px; color: var(--ls-muted); }
.ls-search-more {
  display: block; margin: 2px 2px 0; padding: 10px 12px;
  text-align: center; font-size: 13px; font-weight: 800; color: var(--ls-price);
  border: 1px dashed #fda4af; border-radius: 12px; background: #fff7f8;
}
.ls-search-pager {
  display: flex; justify-content: center; align-items: center; gap: 10px;
  padding: 4px 4px 2px;
}
.ls-search-pager button {
  min-width: 36px; height: 32px; border-radius: 10px;
  border: 1px solid #e5e7eb; background: #fff; font-weight: 800; cursor: pointer;
}
.ls-search-pager button:hover { background: #111; color: #fff; border-color: #111; }
.ls-search-pager button:disabled { opacity: .35; cursor: default; }
.ls-search-pager span { font-size: 12px; font-weight: 700; color: var(--ls-muted); }
.ls-header-actions { display: flex; gap: 18px; align-items: center; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; }
.ls-cart-count {
  display: inline-grid; place-items: center;
  min-width: 20px; height: 20px; padding: 0 6px; margin-left: 6px;
  border-radius: 999px; background: var(--ls-dark); color: var(--ls-gold); font-size: 11px;
}
.ls-nav {
  border-top: 1px solid var(--ls-line);
  position: relative;
  z-index: 6;
}
.ls-nav::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--ls-price) 42%, #fb7185 58%, transparent 100%);
  background-size: 42% 100%;
  background-repeat: no-repeat;
  animation: ls-nav-line 4.2s ease-in-out infinite;
  pointer-events: none;
}
@keyframes ls-nav-line {
  0% { background-position: -45% 0; opacity: .35; }
  50% { opacity: 1; }
  100% { background-position: 145% 0; opacity: .35; }
}
.ls-nav-list {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 2px 0;
  list-style: none; margin: 0 auto; padding: 0 16px 6px;
  max-width: 1440px;
}
.ls-nav-item > a {
  display: block; padding: 10px 11px 12px;
  font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  border: 1px solid transparent;
  border-radius: 10px;
  transition: color .28s ease, border-color .28s ease, background .28s ease, box-shadow .28s ease, transform .28s ease;
}
.ls-nav-item > a::after {
  content: "";
  position: absolute; left: 11px; right: 11px; bottom: 4px;
  height: 2px; border-radius: 2px;
  background: var(--ls-price);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .38s cubic-bezier(.22, 1, .36, 1);
}
.ls-nav-item > a:hover, .ls-nav-item:hover > a, .ls-nav-item.open > a {
  color: var(--ls-price);
  background: #fff5f6;
  border-color: #fda4af;
  box-shadow: 0 10px 22px rgba(225, 29, 46, .14);
  transform: translateY(-1px);
}
.ls-nav-item:hover > a::after,
.ls-nav-item.open > a::after { transform: scaleX(1); }
.ls-nav-item { position: relative; }
.ls-mega {
  position: absolute; left: 0; top: calc(100% - 2px);
  min-width: 320px; max-width: min(920px, 92vw); background: var(--ls-white);
  border: 1px solid #c5cdd8; box-shadow: 0 22px 50px rgba(17, 17, 17, .16);
  padding: 22px; border-radius: 0 16px 16px 16px; z-index: 12;
  opacity: 0; visibility: hidden; pointer-events: none;
  transform: translateY(14px) scale(.98);
  transform-origin: 24px 0;
  transition: opacity .28s cubic-bezier(.22, 1, .36, 1), transform .28s cubic-bezier(.22, 1, .36, 1), visibility 0s linear .28s;
}
.ls-mega::before {
  content: "";
  position: absolute; left: 0; right: 0; top: -14px; height: 14px;
}
.ls-nav-item.has-children .ls-mega { min-width: 640px; }
.ls-nav-item:hover .ls-mega,
.ls-nav-item.open .ls-mega {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateY(0) scale(1);
  transition: opacity .28s cubic-bezier(.22, 1, .36, 1), transform .28s cubic-bezier(.22, 1, .36, 1), visibility 0s;
}
.ls-mega-grid { display: grid; grid-template-columns: repeat(3, minmax(160px, 1fr)); gap: 18px; }
.ls-mega-title { font-weight: 700; display: block; margin-bottom: 8px; transition: color .18s ease; }
.ls-mega-col ul { list-style: none; margin: 0; padding: 0; }
.ls-mega-col li { margin: 6px 0; }
.ls-mega-col a { color: var(--ls-muted); font-size: 14px; transition: color .18s ease; }
.ls-mega-col a:hover,
.ls-mega-title:hover { color: var(--ls-price); }
.ls-mega-brands { margin-top: 8px; }
.ls-mega-brands-only { margin-top: 0; }
.ls-mega-grid + .ls-mega-brands {
  margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--ls-line);
}
.ls-mega-brands-label {
  margin: 0 0 10px; font-size: 11px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--ls-muted);
}
.ls-mega-brands-row {
  display: flex; flex-wrap: wrap; gap: 10px;
}
.ls-mega-brand {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  width: 118px; min-height: 86px; padding: 10px;
  border: 1px solid var(--ls-line); border-radius: 14px; background: #fff;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.ls-mega-brand:hover {
  border-color: #fda4af;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(17, 17, 17, .08);
}
.ls-mega-brand .ls-brand-logo,
.ls-mega-brand .ls-brand-logo-svg,
.ls-mega-brand svg {
  width: 98px !important; height: 56px !important; max-width: 98px; object-fit: contain;
}
.ls-mega-brand span { display: none; }
.ls-nav-toggle { display: none; background: none; border: 0; width: 42px; height: 42px; }
.ls-nav-toggle span { display: block; height: 2px; background: var(--ls-ink); margin: 6px 0; }

.ls-main { min-height: 60vh; }
.ls-hero {
  position: relative; min-height: 78vh; display: grid; place-items: end start;
  color: #fff; overflow: hidden;
  background: var(--ls-hero);
}
.ls-hero-media, .ls-hero-slide, .ls-cat-hero-media, .ls-family-img, .ls-split-media {
  background-size: cover; background-position: center;
}
.ls-hero-slides, .ls-hero-media {
  position: absolute; inset: 0;
}
.ls-hero-slide {
  position: absolute; inset: 0;
  opacity: 0;
  transform: scale(1.06);
  animation: ls-hero-fade 32s infinite;
  filter: saturate(1.05) contrast(1.05);
}
.ls-hero-slide.is-first { opacity: 1; }
.ls-hero-slide:nth-child(1) { animation-delay: 0s; }
.ls-hero-slide:nth-child(2) { animation-delay: 8s; }
.ls-hero-slide:nth-child(3) { animation-delay: 16s; }
.ls-hero-slide:nth-child(4) { animation-delay: 24s; }
.ls-hero-slide:nth-child(5) { animation-delay: 4s; }
.ls-hero-slide:nth-child(6) { animation-delay: 12s; }
.ls-hero-slide:nth-child(7) { animation-delay: 20s; }
.ls-hero-slide:nth-child(8) { animation-delay: 28s; }
.ls-hero-slide:nth-child(9) { animation-delay: 6s; }
.ls-hero-slide:nth-child(10) { animation-delay: 18s; }
@keyframes ls-hero-fade {
  0% { opacity: 0; transform: scale(1.06); }
  6% { opacity: 1; transform: scale(1.02); }
  22% { opacity: 1; transform: scale(1); }
  28% { opacity: 0; transform: scale(1.04); }
  100% { opacity: 0; transform: scale(1.06); }
}
.ls-hero-media {
  transform: scale(1.04);
  filter: saturate(.92) contrast(1.05);
}
.ls-hero-media:after,
.ls-hero-slides:after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(90deg, rgba(10,9,8,.72) 8%, rgba(10,9,8,.18) 70%);
}
.ls-hero-copy { position: relative; z-index: 2; padding: 80px 8vw 72px; max-width: 760px; }
.ls-kicker {
  text-transform: uppercase; letter-spacing: .22em; font-size: 12px; font-weight: 700; color: var(--ls-gold);
  margin: 0 0 12px;
}
.ls-hero h1 { font-size: clamp(36px, 6vw, 64px); margin: 0 0 18px; }
.ls-lead { font-size: 18px; color: rgba(251,247,240,.82); max-width: 52ch; }
.ls-hero-actions, .ls-center { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.ls-center { justify-content: center; }

.ls-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 22px; border-radius: 999px;
  font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  border: 1px solid transparent; transition: .2s ease;
}
.ls-btn-gold { background: var(--ls-price); color: #fff; }
.ls-btn-gold:hover { background: #be123c; color: #fff; }
.ls-btn-ghost { border-color: rgba(255,255,255,.4); color: #fff; }
.ls-btn-dark { background: var(--ls-dark); color: #fff; }
.ls-btn-light { background: #fff; color: #111; }
.ls-btn-light:hover { background: #f3f4f6; }
.ls-btn-order { background: var(--ls-green); color: #fff; }
.ls-btn-order:hover { background: #15803d; color: #fff; }

.ls-section { padding: 72px 6vw; }
.ls-section-soft { background: var(--ls-cream); }
.ls-section-head { max-width: 640px; margin-bottom: 36px; }
.ls-section-head h2 { font-size: clamp(28px, 4vw, 42px); margin: 0 0 10px; }

.ls-family-grid {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px;
}
.ls-family-card {
  position: relative; min-height: 280px; border-radius: var(--ls-radius); overflow: hidden;
  display: flex; align-items: flex-end; color: #fff;
  box-shadow: var(--ls-shadow);
}
.ls-family-card:nth-child(1),
.ls-family-card:nth-child(2) { grid-column: span 2; min-height: 360px; }
.ls-family-img { position: absolute; inset: 0; }
.ls-family-img:after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.72));
}
.ls-family-meta { position: relative; padding: 22px; }
.ls-family-meta strong { display: block; font-family: var(--ls-display); font-size: 26px; }
.ls-family-meta em { display: block; font-style: normal; font-size: 13px; opacity: .86; margin-top: 6px; }
.ls-family-card:hover .ls-family-img { transform: scale(1.04); }
.ls-family-img { transition: transform .5s ease; }

.ls-split { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 520px; }
.ls-split-copy { padding: 72px 48px; display: grid; align-content: center; background: var(--ls-dark); color: var(--ls-cream); }
.ls-split-copy h2 { font-size: 48px; margin: 0 0 12px; }

.ls-cat-hero {
  position: relative; min-height: 340px; display: grid; place-items: end start; color: #fff; margin-bottom: 28px;
  overflow: hidden;
}
.ls-cat-hero-media { position: absolute; inset: 0; }
.ls-cat-hero-media:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.7), transparent); }
.ls-cat-hero-copy { position: relative; padding: 48px 6vw; }
.ls-cat-hero h1 { font-size: clamp(32px, 5vw, 52px); margin: 0; }
.ls-shop-intro { padding: 48px 6vw 10px; }
.ls-shop-intro h1 { font-size: clamp(32px, 5vw, 50px); margin: 0 0 8px; }
.ls-shop-directory {
  max-width: 1440px;
  margin: 0 auto 36px;
  padding: 8px 6vw 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  box-sizing: border-box;
}
.ls-shop-dir-card {
  background: #fff;
  border: 1px solid var(--ls-line);
  border-radius: 18px;
  padding: 18px 20px;
}
.ls-shop-dir-title {
  display: block;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.ls-shop-dir-title:hover { color: var(--ls-price); }
.ls-shop-dir-card ul { list-style: none; margin: 0; padding: 0; }
.ls-shop-dir-card > ul > li { margin: 6px 0; }
.ls-shop-dir-card > ul > li > a { font-weight: 700; font-size: 14px; }
.ls-shop-dir-card > ul > li > a:hover { color: var(--ls-price); }
.ls-shop-dir-card ul ul { padding: 4px 0 2px 12px; }
.ls-shop-dir-card ul ul a { font-size: 13px; color: var(--ls-muted); }
.ls-shop-dir-card ul ul a:hover { color: var(--ls-price); }

.ls-shop-results {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 8px 6vw 8px;
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 24px;
  row-gap: 12px;
  align-items: center;
  box-sizing: border-box;
}
.ls-shop-results .woocommerce-notices-wrapper {
  grid-column: 1 / -1;
  max-width: none;
  margin: 0;
  padding: 0;
}
.woocommerce .ls-shop-results .woocommerce-result-count,
.woocommerce .ls-shop-results .woocommerce-ordering {
  float: none !important;
  max-width: none;
  margin: 0 !important;
  padding: 0;
}
.woocommerce .woocommerce-ordering select,
.woocommerce-ordering .orderby,
.ls-per-page select,
.variations_form .variations select,
.woocommerce div.product form.cart .variations select {
  appearance: none;
  -webkit-appearance: none;
  min-width: 250px;
  padding: 12px 44px 12px 16px;
  border-radius: 14px;
  border: 1px solid #d1d5db;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23e11d2e' stroke-width='2.4'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  color: #111;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(17, 17, 17, .07);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.woocommerce .woocommerce-ordering select:hover,
.woocommerce-ordering .orderby:hover,
.ls-per-page select:hover {
  border-color: #e11d2e;
  transform: translateY(-1px);
}
.woocommerce .woocommerce-ordering select:focus,
.woocommerce-ordering .orderby:focus,
.ls-per-page select:focus {
  outline: none;
  border-color: #e11d2e;
  box-shadow: 0 0 0 4px rgba(225, 29, 46, .12);
}
.ls-shop-results ul.products,
.ls-shop-results .products {
  grid-column: 1 / -1;
  padding: 12px 0 8px;
  margin: 0 !important;
  max-width: none;
}
.ls-shop-results .woocommerce-pagination {
  grid-column: 1 / -1;
  max-width: none;
  margin: 0;
  padding: 4px 0 4px;
  text-align: center;
}
.ls-shop-results .ls-pagination-bar {
  grid-column: 1 / -1;
  max-width: none;
  width: 100%;
}

.woocommerce ul.products,
.products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  list-style: none;
  padding: 8px 6vw 16px;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1440px;
  width: 100%;
  box-sizing: border-box;
  clear: both !important;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after,
.products::before,
.products::after {
  content: none !important;
  display: none !important;
}
.woocommerce ul.products li.product,
.products .product {
  width: auto !important;
  margin: 0 !important;
  background: var(--ls-white);
  border-radius: 16px;
  overflow: hidden;
  border: 0;
  padding: 0 0 16px !important;
  float: none !important;
  position: relative;
}
.woocommerce ul.products li.product a img,
.ls-card-visual img {
  width: 100%; aspect-ratio: 1; object-fit: cover; margin: 0 !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--ls-font);
  font-size: 15px;
  font-weight: 700;
  padding: 8px 12px 2px !important;
  margin: 0;
  color: var(--ls-ink);
  line-height: 1.35;
  text-align: center;
  transition: color .18s ease;
}
.woocommerce ul.products li.product:hover .woocommerce-loop-product__title {
  color: var(--ls-price);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title a { color: inherit; }
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price .amount,
.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price del {
  display: block; padding: 0 12px; color: var(--ls-price) !important; font-weight: 800;
  text-align: center;
}
.woocommerce ul.products li.product .price del { opacity: .45; font-weight: 600; }
.woocommerce ul.products li.product .star-rating,
.woocommerce .star-rating,
.woocommerce-product-rating { display: none !important; }
.woocommerce ul.products li.product > .button { display: none !important; }
.woocommerce ul.products li.product .button,
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit {
  margin: 12px 16px 0 !important;
  background: var(--ls-dark) !important;
  color: var(--ls-gold) !important;
  border-radius: 999px !important;
  padding: 10px 16px !important;
  font-weight: 700 !important;
  border: 0 !important;
}
.woocommerce span.onsale {
  background: var(--ls-accent) !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 6px 10px !important;
  line-height: 1 !important;
  min-width: 0 !important; min-height: 0 !important;
}

.woocommerce-products-header,
.woocommerce-products-header__title,
h1.page-title,
.wp-block-query-title,
.ls-main > h1,
.ls-main > header {
  display: none !important;
}
.woocommerce-notices-wrapper, .woocommerce-breadcrumb,
.woocommerce-result-count, .woocommerce-ordering,
.woocommerce-pagination {
  max-width: 1440px; margin-left: auto; margin-right: auto; padding-left: 6vw; padding-right: 6vw;
  box-sizing: border-box;
}
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  float: none !important;
}
.woocommerce-pagination { text-align: center; padding-bottom: 8px; }
.ls-pagination-bar {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 18px 24px;
  padding: 4px 0 4px;
}
.ls-pagination-bar .woocommerce-pagination {
  padding: 0;
  margin: 0;
}
.ls-per-page {
  display: inline-flex;
  align-items: center;
  margin: 0;
}
.ls-per-page label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  color: #111;
}
.ls-per-page select {
  min-width: 88px;
  padding: 10px 36px 10px 14px;
}
.woocommerce nav.woocommerce-pagination ul {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
  border: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  white-space: normal !important;
}
.woocommerce nav.woocommerce-pagination ul li {
  float: none !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: visible !important;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  min-width: 54px;
  height: 54px;
  padding: 0 16px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 16px !important;
  border: 1px solid #fecdd3 !important;
  background: #fff1f2 !important;
  color: #9f1239 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  box-shadow: 0 8px 18px rgba(225, 29, 46, .08);
  transition: .18s ease;
}
.woocommerce nav.woocommerce-pagination ul li span.dots {
  min-width: 36px;
  height: 36px;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #9ca3af !important;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: linear-gradient(180deg, #fb7185 0%, #e11d2e 100%) !important;
  color: #fff !important;
  border-color: #e11d2e !important;
  box-shadow: 0 10px 22px rgba(225, 29, 46, .28);
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus {
  background: #111 !important;
  color: #fff !important;
  border-color: #111 !important;
}
.woocommerce div.product {
  max-width: 1180px; margin: 32px auto 28px; padding: 0 24px;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px;
  align-items: start;
}
.woocommerce div.product .related,
.woocommerce div.product .related.products { display: none !important; }
.ls-product-media > .ls-breadcrumb {
  margin: 0 0 10px;
}
.woocommerce div.product .ls-cat-rail {
  grid-column: 1 / -1;
  max-width: none;
  margin: 40px 0 0;
  padding: 0;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce div.product .woocommerce-product-gallery {
  background: transparent;
  border-radius: 0;
  overflow: visible !important;
  height: auto !important;
  border: 0;
  width: 100% !important;
  float: none !important;
  opacity: 1 !important;
  max-width: none !important;
}
.woocommerce div.product .flex-viewport,
.woocommerce div.product .woocommerce-product-gallery__wrapper {
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  border: 1px solid var(--ls-line);
}
.woocommerce div.product .woocommerce-product-gallery__wrapper {
  transition: height .35s ease;
  position: relative;
}
.woocommerce div.product .woocommerce-product-gallery__image {
  transition: opacity .5s ease;
}
.woocommerce div.product .woocommerce-product-gallery__image:first-child {
  position: relative !important;
  display: block !important;
}
.woocommerce div.product .woocommerce-product-gallery img {
  width: 100% !important;
  height: auto !important;
  opacity: 1 !important;
  cursor: zoom-in;
  transition: opacity .45s ease, transform .45s ease;
}
.woocommerce div.product .flex-control-thumbs,
.woocommerce div.product ol.flex-control-nav {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto;
  gap: 6px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  scrollbar-width: none;
}
.woocommerce div.product .flex-control-thumbs li {
  flex: 0 0 54px !important;
  width: 54px !important;
  height: 54px !important;
  float: none !important;
  margin: 0 !important;
}
.woocommerce div.product .flex-control-thumbs li img {
  width: 54px !important;
  height: 54px !important;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  opacity: .72;
  border: 2px solid transparent;
}
.woocommerce div.product .flex-control-thumbs li img.flex-active,
.woocommerce div.product .flex-control-thumbs li img:hover {
  opacity: 1;
  border-color: var(--ls-price);
}
.woocommerce div.product .flex-control-thumbs::-webkit-scrollbar { display: none; }
.ls-thumbs-wrap {
  display: flex; align-items: center; gap: 6px;
  margin: 10px 0 0; max-width: 100%;
}
.ls-thumbs-wrap .flex-control-thumbs,
.ls-thumbs-wrap [data-lp-thumbs],
.ls-thumbs-wrap .ls-lp-thumbs {
  flex: 1 1 auto;
  min-width: 0;
  max-width: calc(9 * 54px + 8 * 6px);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.ls-thumbs-wrap .ls-lp-thumbs::-webkit-scrollbar { display: none; }
.ls-thumbs-arrow {
  flex: 0 0 28px; width: 28px; height: 28px; padding: 0;
  border: 1px solid var(--ls-line); border-radius: 50%;
  background: #fff; color: var(--ls-ink); font-size: 18px; line-height: 1;
  cursor: pointer;
}
.ls-thumbs-arrow:hover { background: var(--ls-dark); color: var(--ls-gold); border-color: var(--ls-dark); }
.ls-thumbs-wrap.is-short .ls-thumbs-arrow,
.ls-thumbs-wrap.is-start .ls-thumbs-arrow.is-prev,
.ls-thumbs-wrap.is-end .ls-thumbs-arrow.is-next { opacity: .28; pointer-events: none; }
.ls-thumbs-wrap.is-short .ls-thumbs-arrow { display: none; }
.ls-lp-videos-label {
  margin: 12px 0 6px; font-size: 11px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; color: var(--ls-muted);
}
.ls-product-videos { margin-top: 8px; }
.ls-product-video-stage {
  margin: 0 0 8px; border-radius: 16px; overflow: hidden;
  border: 1px solid var(--ls-line); background: #000;
}
.ls-product-video-stage[hidden] { display: none !important; }
.ls-product-video-stage video { width: 100%; max-height: 360px; display: block; background: #000; }
.ls-cat-rail { margin: 28px auto 64px; padding: 0 24px; max-width: 1180px; overflow: hidden; }
.ls-cat-rail h2 { font-size: 18px; font-weight: 800; margin: 0 0 12px; letter-spacing: -.02em; }
.ls-cat-rail-viewport { overflow: hidden; }
.ls-cat-rail-track {
  display: flex; gap: 16px; width: max-content;
  animation: ls-rail 42s linear infinite;
}
.ls-cat-rail:hover .ls-cat-rail-track { animation-play-state: paused; }
@keyframes ls-rail {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.ls-cat-rail-card {
  flex: 0 0 220px; width: 220px;
  background: #fff; border: 1px solid var(--ls-line); border-radius: 18px;
  overflow: hidden; padding-bottom: 14px;
}
.ls-cat-rail-card .ls-card-visual { position: relative; display: block; overflow: hidden; }
.ls-cat-rail-card img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.ls-cat-rail-card strong {
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden; font-family: var(--ls-display); font-size: 16px;
  padding: 12px 14px 4px; min-height: 2.6em;
  transition: color .22s ease;
}
.ls-cat-rail-card:hover strong { color: var(--ls-price); }
.ls-cat-rail-card span, .ls-cat-rail-card .price {
  display: block; padding: 0 14px; font-weight: 800; font-size: 14px; color: var(--ls-price);
}
@media (prefers-reduced-motion: reduce) {
  .ls-nav::after, .ls-cat-rail-track { animation: none !important; }
  .ls-nav-item > a::after,
  .ls-mega,
  .ls-card-img-main,
  .ls-card-img-alt { transition: none !important; }
  .woocommerce ul.products li.product:hover .ls-card-img-main,
  .ls-cat-rail-card:hover .ls-card-img-main,
  .ls-card-visual:hover .ls-card-img-main { opacity: 1; }
}
.woocommerce div.product .flex-control-thumbs li {
  float: none !important;
  width: 54px !important;
  flex: 0 0 54px;
  margin: 0 !important;
}
.ls-product-media { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.ls-social-follow { margin: 22px 0 8px; }
.ls-social-follow p { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin: 0 0 10px; }
.ls-social-follow ul { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; margin: 0; padding: 0; }
.ls-social-follow a {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px; border-radius: 999px;
  background: #141311; color: #f6f1e8; font-size: 13px; font-weight: 600;
}
.ls-social-follow a:hover { background: #b8893a; color: #fff; }
.ls-social-follow svg { display: block; flex: 0 0 16px; }
.ls-social-follow.is-compact { margin: 4px 0 0; }
.ls-social-follow.is-compact p { display: none; }
.ls-social-follow.is-compact ul { gap: 4px; }
.ls-social-follow.is-compact a {
  position: relative;
  padding: 6px;
  width: 34px; height: 34px;
  justify-content: center;
  font-size: 0;
  font-weight: 600; gap: 0;
  background: transparent; color: #111; border: 1px solid var(--ls-line);
}
.ls-social-follow.is-compact a:hover { background: #111; color: #fff; border-color: #111; }
.ls-social-follow.is-compact svg { width: 16px; height: 16px; flex: 0 0 16px; }
.ls-social-follow.is-compact a span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.ls-footer .ls-social-follow { margin: 16px 0; }
.ls-footer .ls-social-follow a { background: rgba(255,255,255,.08); color: #f6f1e8; }
.ls-lightbox {
  position: fixed; inset: 0; z-index: 80;
  background: rgba(12,11,10,.92);
  display: grid; place-items: center;
}
.ls-lightbox[hidden] { display: none !important; }
.ls-lightbox img, .ls-lightbox video {
  max-width: min(92vw, 980px); max-height: 82vh; object-fit: contain;
  transition: opacity .4s ease;
}
.ls-lightbox video[hidden],
.ls-lp-stage video[hidden] { display: none !important; }
.ls-lp-thumb-video[data-src=""] { display: none !important; }
.ls-lightbox-close, .ls-lightbox-prev, .ls-lightbox-next {
  position: absolute; border: 0; background: rgba(255,255,255,.12); color: #fff;
  width: 48px; height: 48px; border-radius: 50%; font-size: 28px; cursor: pointer;
}
.ls-lightbox-close { top: 18px; right: 18px; }
.ls-lightbox-prev { left: 16px; top: 50%; transform: translateY(-50%); }
.ls-lightbox-next { right: 16px; top: 50%; transform: translateY(-50%); }
.ls-lightbox-dots { position: absolute; bottom: 18px; display: flex; gap: 8px; }
.ls-lightbox-dots button { width: 8px; height: 8px; border-radius: 50%; border: 0; background: rgba(255,255,255,.35); padding: 0; }
.ls-lightbox-dots button.is-active { background: #d4a24a; }
body.ls-lightbox-open { overflow: hidden; }
.woocommerce div.product .summary {
  float: none !important;
  width: auto !important;
  position: relative;
}
.woocommerce div.product .product_title { padding-right: 110px; }
.ls-product-brand-badge {
  width: 110px; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 0;
}
.woocommerce div.product .summary > .ls-product-brand-badge {
  position: absolute; top: 0; right: 0;
}
.ls-product-brand-badge .ls-brand-logo,
.ls-product-brand-badge svg { width: 110px; height: 64px; object-fit: contain; }
.ls-product-brand-badge span { display: none; }
a.ls-product-brand-badge { color: inherit; text-decoration: none; }
.ls-trust { list-style: none; margin: 18px 0 28px; padding: 0; display: grid; gap: 10px; }
.ls-trust li {
  background: #fff; border: 1px solid var(--ls-line); border-radius: 14px; padding: 12px 14px; font-size: 14px;
}
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related {
  display: none !important;
}
.woocommerce div.product .product_title {
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.25;
}
.woocommerce div.product p.price,
.woocommerce div.product p.price .amount,
.woocommerce div.product p.price ins { color: var(--ls-price); font-size: 20px; font-weight: 800; }
.woocommerce div.product .cart { margin-top: 20px; }
.woocommerce div.product form.cart {
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px;
}
.woocommerce div.product form.cart .ls-size-picker {
  flex: 1 1 100%; margin: 0 0 4px;
}
.woocommerce div.product form.cart .quantity {
  margin: 0;
  display: inline-flex;
  align-items: stretch;
  height: 40px;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(17, 17, 17, .06);
  flex: 0 0 auto;
  order: 1;
}
.woocommerce .quantity .screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.woocommerce .quantity .qty,
.woocommerce div.product form.cart .quantity .qty {
  width: 48px !important;
  min-width: 48px;
  height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  text-align: center;
  font-size: 15px !important;
  font-weight: 800 !important;
  color: #111;
  -moz-appearance: textfield;
  box-shadow: none !important;
}
.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ls-qty-btn {
  width: 36px;
  border: 0;
  background: #fff1f2;
  color: #9f1239;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background .18s ease, color .18s ease;
}
.ls-qty-btn:hover { background: #111; color: #fff; }
.woocommerce div.product form.cart .button {
  background: #111 !important; color: #fff !important;
  border-radius: 999px !important; padding: 8px 14px !important;
  font-size: 11px !important; letter-spacing: .08em !important;
  font-weight: 800 !important; margin: 0 !important;
  flex: 0 1 auto;
  min-height: 40px;
  order: 3;
}
.woocommerce div.product form.cart .ls-btn-order {
  min-width: 0; flex: 0 1 auto; margin: 0;
  padding: 8px 14px; font-size: 11px; letter-spacing: .08em;
  min-height: 40px; height: 40px;
  order: 2;
}
.ls-product-order { justify-content: flex-start; margin-top: 14px; }
.ls-product-order .ls-btn { min-width: 240px; }
.woocommerce div.product .product_meta {
  margin: 8px 0 0;
  font-size: 13px;
  color: var(--ls-muted);
  line-height: 1.5;
}
.ls-product-desc {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  padding-top: 8px;
}
.ls-product-desc h2 {
  font-size: 16px; font-weight: 800; margin: 0 0 8px;
  letter-spacing: 0; line-height: 1.3;
}
.ls-product-desc .ls-prose { font-size: 15px; color: var(--ls-muted); }

.woocommerce-cart .woocommerce, .woocommerce-checkout .woocommerce, .woocommerce-account .woocommerce {
  max-width: 1100px; margin: 32px auto 72px; padding: 0 24px;
}
.woocommerce table.shop_table { border-radius: 16px; overflow: hidden; }
.woocommerce-message, .woocommerce-info, .woocommerce-error {
  border-top-color: var(--ls-gold) !important;
}

.ls-footer { background: var(--ls-dark); color: #d9d1c3; padding: 28px 6vw 12px; }
.ls-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; max-width: 1440px; margin: 0 auto; }
.ls-footer h3 { color: #fff; font-size: 22px; margin: 0 0 12px; }
.ls-footer ul { list-style: none; margin: 0; padding: 0; }
.ls-footer li { margin: 8px 0; }
.ls-footer a:hover { color: var(--ls-gold); }
.ls-contact-list { margin: 16px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.ls-contact-list strong { display: block; color: #fff; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 2px; }
.ls-contact-list span, .ls-contact-list a { color: #d9d1c3; }
.ls-breadcrumb {
  display: flex; flex-wrap: wrap; align-items: center; gap: 6px 8px;
  font-size: 13px; color: var(--ls-muted); margin: 0 0 12px;
}
.ls-breadcrumb a { color: var(--ls-ink); font-weight: 600; }
.ls-breadcrumb a:hover { color: var(--ls-gold); }
.ls-breadcrumb-sep { opacity: .45; }
.ls-contact-cards {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 8px 0 28px;
}
.ls-contact-card {
  background: #fff; border: 1px solid var(--ls-line); border-radius: 18px; padding: 20px 22px;
}
.ls-contact-card h2 { font-size: 18px; margin: 0 0 10px; }
.ls-contact-card .ls-btn { margin-top: 12px; display: inline-flex; }
.ls-page-contact { max-width: 980px; }
.ls-contact-form {
  position: relative;
  background: #fff; border: 1px solid var(--ls-line); border-radius: 18px;
  padding: 24px 26px; display: grid; gap: 14px; margin: 8px 0 28px;
}
.ls-contact-form h2 { margin: 0; font-size: 32px; }
.ls-contact-form > p { margin: 0; color: var(--ls-muted); }
.ls-contact-form label { display: grid; gap: 6px; font-size: 13px; font-weight: 700; letter-spacing: .04em; }
.ls-contact-form label span { font-weight: 500; color: var(--ls-muted); letter-spacing: 0; }
.ls-contact-form input,
.ls-contact-form textarea {
  padding: 12px 14px; border-radius: 12px; border: 1px solid var(--ls-line);
  font: inherit; font-weight: 500; letter-spacing: 0; background: #fff;
}
.ls-contact-form textarea { min-height: 140px; resize: vertical; }
.ls-contact-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ls-contact-hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.ls-contact-notice { margin: 0; padding: 12px 14px; border-radius: 12px; font-size: 14px; }
.ls-contact-notice.is-ok { background: #eef6ea; color: #215c2a; }
.ls-contact-notice.is-err { background: #fdeeee; color: #8a1f1f; }
.ls-contact-form .ls-btn { justify-self: start; }
.ls-footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 16px; padding-top: 12px; font-size: 13px; text-align: center; }
.ls-muted { opacity: .7; }
.ls-page { max-width: 860px; margin: 48px auto 80px; padding: 0 24px; }
.ls-page-wide { max-width: 1180px; }
.ls-page-head h1 { font-size: 42px; }
.ls-prose p { font-size: 17px; color: var(--ls-muted); }

.ls-size-picker { margin: 22px 0 8px; }
.ls-size-label { font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 10px; }
.ls-size-label span { color: #b42318; }
.ls-size-options { display: flex; flex-wrap: wrap; gap: 8px; }
.ls-size-options label { cursor: pointer; }
.ls-size-options input { position: absolute; opacity: 0; pointer-events: none; }
.ls-size-options span {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 48px; padding: 10px 14px; border-radius: 999px;
  border: 1px solid var(--ls-line); background: #fff;
  font-weight: 700; font-size: 13px;
}
.ls-size-options input:focus + span { outline: 2px solid var(--ls-gold); }
.ls-size-options input:checked + span {
  background: #fff1f2; color: #9f1239; border-color: #fda4af;
}

.ls-brands-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 10px;
}
.ls-brands-grid-home { margin-bottom: 8px; }
.ls-brand-card {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: #fff; border: 1px solid var(--ls-line); border-radius: 16px;
  padding: 10px 8px; text-align: center; min-height: 96px;
}
.ls-brand-card:hover { border-color: var(--ls-gold); box-shadow: var(--ls-shadow); }
.ls-brand-logo, .ls-brand-logo-svg svg { width: 100%; max-width: 160px; height: 72px; object-fit: contain; }
.ls-brand-logo-svg { display: block; width: 100%; }
.ls-brand-card strong, .ls-brand-card em { display: none; }
.ls-brand-index { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 16px; }
.ls-brand-index a {
  width: 32px; height: 32px; display: grid; place-items: center;
  border-radius: 50%; background: #fff; border: 1px solid var(--ls-line); font-weight: 700;
}
.ls-brand-index a:hover { background: var(--ls-dark); color: var(--ls-gold); }
.ls-brand-group { margin-bottom: 18px; }
.ls-brand-group h2 {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 42px; font-size: 18px; margin: 0 0 10px;
  padding: 4px 12px; border: 1px solid #334155; border-radius: 10px;
  background: #fff; color: #111;
}
.ls-page-brands { margin: 24px auto 48px; }
.ls-page-brands .ls-page-head { margin-bottom: 12px; }
.ls-page-brands .ls-page-head h1 { font-size: 32px; margin: 0; }
.ls-brand-hero {
  display: flex; align-items: center; justify-content: center; gap: 0;
  max-width: 1180px; margin: 16px auto 4px; padding: 18px 22px;
  border-radius: 18px;
  background: linear-gradient(180deg, #e5e7eb 0%, #f8fafc 100%);
  color: #111;
  border: 1px solid #9ca3af;
}
.ls-brand-hero .ls-brand-logo, .ls-brand-hero svg { width: 160px; height: 72px; }
.ls-brand-hero h1 { margin: 0; font-size: 30px; color: #0f172a; }
.ls-brand-hero .ls-kicker,
.ls-brand-hero h1:not(.screen-reader-text) { display: none; }

.variations_form .variations select,
.woocommerce div.product form.cart .variations select {
  min-width: 180px; padding: 10px 36px 10px 12px;
}

.has-family-theme .ls-header { border-bottom-color: color-mix(in srgb, var(--ls-accent) 35%, transparent); }
.has-family-theme .ls-nav-item > a:hover,
.has-family-theme .ls-nav-item.open > a { color: var(--ls-accent); }
.has-family-theme .ls-nav-item > a::after { background: var(--ls-accent); }
.has-family-theme .ls-mega-col a:hover,
.has-family-theme .ls-mega-title:hover { color: var(--ls-accent); }
.has-family-theme .ls-nav::after {
  background: linear-gradient(90deg, transparent 0%, var(--ls-price) 42%, #fb7185 58%, transparent 100%);
  background-size: 42% 100%;
  background-repeat: no-repeat;
}
.has-family-theme .ls-btn-gold, .has-family-theme .woocommerce span.onsale { background: var(--ls-accent); }

@media (max-width: 1100px) {
  .ls-family-grid { grid-template-columns: 1fr 1fr; }
  .ls-family-card:nth-child(1), .ls-family-card:nth-child(2) { grid-column: auto; min-height: 260px; }
  .woocommerce ul.products, .products { grid-template-columns: repeat(2, 1fr); }
  .woocommerce div.product, .ls-split, .ls-footer-grid { grid-template-columns: 1fr; }
  .ls-search { max-width: none; }
  .ls-shop-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.search .woocommerce ul.products,
  body.search-results .woocommerce ul.products,
  body.search .ls-shop-results ul.products,
  body.search-results .ls-shop-results ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 980px) {
  .ls-nav-toggle { display: block; }
  .ls-nav { display: none; }
  body.nav-open .ls-nav { display: block; }
  .ls-mega {
    position: static; min-width: 0; box-shadow: none; display: none;
    opacity: 1; visibility: visible; transform: none; pointer-events: auto;
  }
  .ls-nav-item.open .ls-mega { display: block; }
  .ls-nav-item.has-children .ls-mega,
  .ls-mega { min-width: 0; max-width: none; }
  .ls-mega-grid { grid-template-columns: 1fr 1fr; }
  .ls-header-bar { padding: 12px 16px; grid-template-columns: auto 1fr auto; }
  .ls-search { display: block; grid-column: 1 / -1; max-width: none; z-index: 40; }
  .ls-search-meta { max-width: 220px; text-align: right; }
  .ls-search-suggest { grid-template-columns: 1fr; }
  .ls-hero { min-height: 70vh; }
}
@media (max-width: 640px) {
  .woocommerce ul.products, .products, .ls-family-grid { grid-template-columns: 1fr; }
  .ls-logo-text { font-size: 22px; }
  .ls-logo-slogan { font-size: 10px; }
  .ls-search-meta { font-size: 9px; max-width: 160px; }
  .ls-contact-cards, .ls-contact-row { grid-template-columns: 1fr; }
  .ls-shop-directory { grid-template-columns: 1fr; }
  body.search .woocommerce ul.products,
  body.search-results .woocommerce ul.products,
  body.search .ls-shop-results ul.products,
  body.search-results .ls-shop-results ul.products {
    grid-template-columns: 1fr;
  }
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger,
.woocommerce-product-gallery__trigger {
  display: none !important;
}
.ls-card-brand {
  margin: 12px 12px 0; font-size: 12px; color: var(--ls-muted);
  text-align: center; letter-spacing: .04em;
}
.ls-card-visual {
  position: relative; display: block; overflow: hidden; background: #f4f5f7;
}
.ls-card-img-link { display: block; position: relative; }
.ls-card-img-main,
.ls-cat-rail-card .ls-card-img-main {
  position: relative; z-index: 1;
  opacity: 1; transition: opacity .55s ease;
}
.ls-card-img-alt {
  position: absolute; inset: 0; z-index: 2;
  opacity: 0; transition: opacity .55s ease;
}
.woocommerce ul.products li.product:hover .ls-card-img-main,
.ls-cat-rail-card:hover .ls-card-img-main,
.ls-card-visual:hover .ls-card-img-main { opacity: 0; }
.woocommerce ul.products li.product:hover .ls-card-img-alt,
.ls-cat-rail-card:hover .ls-card-img-alt,
.ls-card-visual:hover .ls-card-img-alt { opacity: 1; }
.ls-card-actions { display: none !important; }
body.search .woocommerce ul.products,
body.search-results .woocommerce ul.products,
body.search .ls-shop-results ul.products,
body.search-results .ls-shop-results ul.products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: none;
}
body.search .woocommerce ul.products li.product,
body.search-results .woocommerce ul.products li.product {
  border: 1px solid #d1d5db;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(17, 17, 17, .06);
  overflow: hidden;
}
.ls-brands-marquee {
  overflow: hidden; background: #fff;
  border-top: 1px solid var(--ls-line); border-bottom: 1px solid var(--ls-line);
  padding: 28px 0;
}
.ls-brands-track {
  display: flex; align-items: center; gap: 56px;
  width: max-content;
  animation: ls-marquee 240s linear infinite;
}
.ls-brands-marquee:hover .ls-brands-track { animation-play-state: paused; }
.ls-brand-chip {
  flex: 0 0 200px; height: 88px;
  display: grid; place-items: center;
  padding: 8px 14px;
}
.ls-brand-chip .ls-brand-logo,
.ls-brand-chip svg {
  max-width: 180px; height: 72px; width: auto; object-fit: contain;
}
@keyframes ls-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.ls-trust li {
  background: #f0fdf4; border-color: #bbf7d0; color: #14532d;
}
@media (prefers-reduced-motion: reduce) {
  .ls-hero-slide, .ls-brands-track { animation: none !important; }
  .ls-hero-slide { opacity: 0; }
  .ls-hero-slide.is-first { opacity: 1; }
}
