:root {
  --lts-ink: #111111;
  --lts-muted: #6f6f6f;
  --lts-soft: #f6f3ef;
  --lts-line: #e7e2dc;
  --lts-card: #ffffff;
}

.lts-hero,
.lts-section,
.lts-trust,
.lts-policy {
  box-sizing: border-box;
}

.lts-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 32px;
  align-items: stretch;
  padding: clamp(44px, 7vw, 88px);
  margin: 24px auto 36px;
  max-width: 1240px;
  border-radius: 28px;
  background: radial-gradient(circle at 18% 22%, #ffffff 0, #ffffff 25%, #f4eee7 58%, #e8dfd5 100%);
  color: var(--lts-ink);
}

.lts-hero__content h1 {
  font-size: clamp(42px, 6vw, 84px);
  line-height: .92;
  letter-spacing: -0.06em;
  max-width: 780px;
  margin: 0 0 22px;
}

.lts-hero__content p:not(.lts-kicker) {
  max-width: 620px;
  font-size: 18px;
  line-height: 1.65;
  color: #474747;
  margin: 0 0 28px;
}

.lts-kicker {
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--lts-muted);
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 18px;
}

.lts-hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.lts-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid var(--lts-ink);
  transition: transform .2s ease, opacity .2s ease;
}

.lts-btn:hover { transform: translateY(-1px); opacity: .86; }
.lts-btn--dark { background: var(--lts-ink); color: #fff; }
.lts-btn--light { background: transparent; color: var(--lts-ink); }

.lts-hero__panel {
  min-height: 420px;
  border-radius: 24px;
  padding: 28px;
  background: linear-gradient(160deg, #101010 0%, #3c3732 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 20px 55px rgba(0,0,0,.16);
}

.lts-hero__panel span { color: rgba(255,255,255,.62); text-transform: uppercase; letter-spacing: .16em; font-size: 12px; }
.lts-hero__panel strong { display:block; font-size: clamp(34px, 4vw, 52px); line-height: 1; margin: 10px 0; letter-spacing: -.04em; }
.lts-hero__panel em { color: rgba(255,255,255,.78); font-style: normal; }

.lts-trust {
  max-width: 1240px;
  margin: 0 auto 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.lts-trust > div {
  background: #fff;
  border: 1px solid var(--lts-line);
  border-radius: 18px;
  padding: 20px;
  min-height: 104px;
}

.lts-trust strong { display:block; font-size: 16px; margin-bottom: 6px; }
.lts-trust span { display:block; color: var(--lts-muted); font-size: 14px; line-height: 1.45; }

.lts-section {
  max-width: 1240px;
  margin: 0 auto 54px;
}

.lts-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 18px;
  gap: 20px;
}

.lts-section__head h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 46px);
  letter-spacing: -.04em;
}

.lts-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.lts-category-grid a {
  min-height: 180px;
  border-radius: 22px;
  padding: 22px;
  background: var(--lts-soft);
  color: var(--lts-ink);
  text-decoration: none;
  border: 1px solid var(--lts-line);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform .2s ease, background .2s ease;
}

.lts-category-grid a:hover { transform: translateY(-2px); background: #fff; }
.lts-category-grid span { font-size: 22px; font-weight: 800; letter-spacing: -.03em; margin-bottom: 8px; }
.lts-category-grid small { color: var(--lts-muted); font-size: 14px; line-height: 1.45; }

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  background: #fff;
  border: 1px solid var(--lts-line);
  border-radius: 20px;
  overflow: hidden;
  padding: 0 0 18px !important;
  box-shadow: 0 14px 32px rgba(0,0,0,.04);
}

.woocommerce ul.products li.product a img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  width: 100%;
  margin: 0 0 16px !important;
  background: #f8f8f8;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-weight: 800;
  letter-spacing: -.02em;
  font-size: 16px !important;
  min-height: 44px;
}

.woocommerce ul.products li.product .price {
  color: var(--lts-ink) !important;
  font-weight: 800;
  margin-bottom: 12px !important;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce button.button.alt,
.woocommerce a.button.alt {
  border-radius: 999px !important;
  background: var(--lts-ink) !important;
  color: #fff !important;
  font-weight: 800 !important;
  padding: 12px 18px !important;
}

.woocommerce div.product .product_title {
  font-size: clamp(32px, 5vw, 58px);
  letter-spacing: -.05em;
}

.woocommerce div.product .summary {
  background: #fff;
  border: 1px solid var(--lts-line);
  border-radius: 22px;
  padding: 28px;
}

.woocommerce div.product form.cart .button {
  min-height: 52px;
}

.lts-policy {
  max-width: 920px;
  margin: 36px auto 72px;
  padding: clamp(26px, 5vw, 56px);
  background: #fff;
  border: 1px solid var(--lts-line);
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(0,0,0,.05);
  color: var(--lts-ink);
}

.lts-policy h1 {
  font-size: clamp(34px, 5vw, 56px);
  letter-spacing: -.05em;
  margin-top: 0;
}

.lts-policy h2 {
  font-size: 22px;
  margin-top: 34px;
  margin-bottom: 10px;
  letter-spacing: -.02em;
}

.lts-policy p,
.lts-policy li {
  color: #454545;
  line-height: 1.7;
  font-size: 16px;
}

.lts-size-table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
}
.lts-size-table th,
.lts-size-table td {
  border: 1px solid var(--lts-line);
  padding: 12px;
  text-align: left;
}
.lts-size-table th { background: var(--lts-soft); color: var(--lts-ink); }

@media (max-width: 900px) {
  .lts-hero { grid-template-columns: 1fr; padding: 36px 22px; }
  .lts-hero__panel { min-height: 260px; }
  .lts-trust { grid-template-columns: repeat(2, 1fr); padding: 0 16px; }
  .lts-category-grid { grid-template-columns: repeat(2, 1fr); padding: 0 16px; }
  .lts-section__head { padding: 0 16px; }
}

@media (max-width: 560px) {
  .lts-trust,
  .lts-category-grid { grid-template-columns: 1fr; }
  .lts-hero__actions { flex-direction: column; }
  .lts-btn { width: 100%; }
}

/* Professional clickable site footer generated by the LicenTechs Fashion Starter plugin. */
body.lts-footer-active .wp-site-blocks > footer:not(.lts-site-footer),
body.lts-footer-active footer.wp-block-template-part,
body.lts-footer-active .wp-block-template-part footer:not(.lts-site-footer) {
  display: none !important;
}

.lts-site-footer {
  box-sizing: border-box;
  width: 100%;
  margin-top: clamp(48px, 7vw, 96px);
  border-top: 1px solid rgba(17, 17, 17, .10);
  background:
    radial-gradient(circle at 15% 0%, rgba(255,255,255,.95) 0%, rgba(255,255,255,0) 34%),
    linear-gradient(180deg, #fbfbfa 0%, #f6f4f1 100%);
  color: #111318;
  font-family: inherit;
}

.lts-site-footer *,
.lts-site-footer *::before,
.lts-site-footer *::after {
  box-sizing: border-box;
}

.lts-footer-shell {
  width: min(1520px, calc(100% - 64px));
  margin: 0 auto;
  padding: clamp(56px, 6vw, 86px) 0 clamp(42px, 5vw, 64px);
}

.lts-footer-grid {
  display: grid;
  grid-template-columns: 1.08fr 1.12fr .98fr .9fr;
  gap: clamp(28px, 4vw, 64px);
  align-items: start;
}

.lts-footer-brand,
.lts-footer-column,
.lts-footer-links {
  min-width: 0;
}

.lts-footer-column,
.lts-footer-links {
  border-left: 1px solid rgba(17, 17, 17, .11);
  padding-left: clamp(26px, 3vw, 56px);
}

.lts-footer-logo {
  display: inline-flex;
  color: #050608;
  text-decoration: none;
  font-weight: 850;
  letter-spacing: -0.055em;
  font-size: clamp(38px, 3vw, 52px);
  line-height: 1;
}

.lts-footer-logo:hover {
  opacity: .72;
}

.lts-footer-operator {
  margin: 18px 0 24px;
  color: #838894;
  font-size: 16px;
  line-height: 1.55;
}

.lts-footer-intro {
  max-width: 360px;
  margin: 0;
  color: #333844;
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.62;
}

.lts-footer-trust-icons {
  display: grid;
  grid-template-columns: repeat(4, minmax(66px, 1fr));
  gap: 14px;
  max-width: 370px;
  margin-top: clamp(48px, 5vw, 74px);
}

.lts-footer-trust-icons > div {
  display: grid;
  justify-items: center;
  gap: 10px;
  color: #313640;
  text-align: center;
  font-size: 13px;
  line-height: 1.2;
}

.lts-icon {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
}

.lts-icon svg {
  display: block;
  width: 34px;
  height: 34px;
}

.lts-footer-column h2,
.lts-footer-links h2 {
  margin: 0 0 28px;
  font-size: clamp(19px, 1.3vw, 22px);
  font-weight: 850;
  letter-spacing: -0.02em;
  color: #111318;
}

.lts-footer-column p {
  margin: 0 0 11px;
  color: #303542;
  font-size: 16px;
  line-height: 1.55;
}

.lts-footer-defs {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  color: #303542;
}

.lts-footer-defs div {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  align-items: baseline;
}

.lts-footer-defs dt {
  margin: 0;
  font-weight: 820;
  color: #111318;
}

.lts-footer-defs dd {
  margin: 0;
  color: #303542;
}

.lts-footer-business .lts-footer-defs {
  margin-top: 0;
}

.lts-footer-status {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  border-top: 1px solid rgba(17, 17, 17, .11);
  margin-top: 34px;
  padding-top: 30px;
}

.lts-footer-status > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border: 2px solid #27a34a;
  border-radius: 999px;
  color: #27a34a;
  font-weight: 900;
  font-size: 17px;
  line-height: 1;
}

.lts-footer-status strong {
  display: block;
  color: #20242c;
  font-size: 16px;
  margin-bottom: 6px;
}

.lts-footer-status small {
  display: block;
  color: #5c6370;
  font-size: 14px;
  line-height: 1.55;
}

.lts-footer-mail {
  display: inline-flex;
  color: #111318;
  text-decoration: none;
  font-weight: 750;
  margin-top: 24px;
  border-bottom: 1px solid currentColor;
}

.lts-footer-mail:hover {
  opacity: .68;
}

.lts-footer-links {
  display: grid;
  align-content: start;
}

.lts-footer-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 52px;
  padding: 0 2px;
  border-bottom: 1px solid rgba(17, 17, 17, .11);
  color: #303542;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.2;
  transition: color .18s ease, padding-left .18s ease, opacity .18s ease;
}

.lts-footer-links a:hover,
.lts-footer-links a:focus-visible {
  color: #050608;
  padding-left: 6px;
}

.lts-footer-links a span:last-child {
  color: #050608;
  font-size: 28px;
  line-height: 1;
}

.lts-footer-bottom {
  border-top: 1px solid rgba(17, 17, 17, .11);
  background: rgba(255, 255, 255, .46);
}

.lts-footer-bottom-inner {
  width: min(1520px, calc(100% - 64px));
  min-height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.lts-footer-bottom p {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #303542;
  font-size: 15px;
  line-height: 1.35;
}

.lts-bottom-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(17, 17, 17, .13);
  border-radius: 999px;
  color: #303542;
  background: rgba(255,255,255,.68);
  font-size: 15px;
}

.lts-company-disclosure {
  border: 1px solid var(--lts-line);
  border-radius: 16px;
  background: #fbfaf8;
  color: #333;
  line-height: 1.7;
  padding: 18px 20px;
  margin: 20px 0 28px;
}

@media (max-width: 1180px) {
  .lts-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .lts-footer-column:nth-child(3) {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 760px) {
  .lts-footer-shell,
  .lts-footer-bottom-inner {
    width: min(100% - 32px, 1520px);
  }

  .lts-footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .lts-footer-column,
  .lts-footer-links,
  .lts-footer-column:nth-child(3) {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid rgba(17, 17, 17, .11);
    padding-top: 30px;
  }

  .lts-footer-trust-icons {
    grid-template-columns: repeat(2, minmax(110px, 1fr));
    max-width: 100%;
    margin-top: 34px;
  }

  .lts-footer-bottom-inner {
    min-height: 110px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}


/* === Fashion Starter Pro v1.2 full-width fix for Twenty Twenty-Five === */
body.lts-fashion-pro-active {
  background: #fbfaf8;
}

body.lts-fashion-pro-active .wp-site-blocks > header,
body.lts-fashion-pro-active header.wp-block-template-part,
body.lts-fashion-pro-active .wp-block-template-part.header {
  display: none !important;
}

body.lts-fashion-pro-active .wp-site-blocks,
body.lts-fashion-pro-active main,
body.lts-fashion-pro-active .entry-content,
body.lts-fashion-pro-active .wp-block-post-content {
  max-width: none !important;
}

body.lts-fashion-pro-active .wp-block-post-title,
body.lts-fashion-pro-active h1.wp-block-post-title,
body.lts-fashion-pro-active main > h1:first-child {
  display: none !important;
}

/* Break homepage out of the narrow page column */
body.lts-fashion-pro-active .entry-content > .lts-hero,
body.lts-fashion-pro-active .wp-block-post-content > .lts-hero {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  border-radius: 0 !important;
  padding-left: max(32px, calc((100vw - 1240px) / 2)) !important;
  padding-right: max(32px, calc((100vw - 1240px) / 2)) !important;
}

body.lts-fashion-pro-active .entry-content > .lts-trust,
body.lts-fashion-pro-active .entry-content > .lts-section,
body.lts-fashion-pro-active .wp-block-post-content > .lts-trust,
body.lts-fashion-pro-active .wp-block-post-content > .lts-section {
  width: min(1240px, calc(100vw - 48px)) !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Better header than WordPress default */
.lts-pro-topbar {
  background: #111;
  color: #fff;
  text-align: center;
  padding: 9px 16px;
  font-size: 13px;
}
.lts-pro-topbar a { color: #fff; }

.lts-pro-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: rgba(251,250,248,.96);
  border-bottom: 1px solid var(--lts-line);
  backdrop-filter: blur(10px);
}

.lts-pro-header__inner {
  width: min(1240px, calc(100% - 48px));
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.lts-pro-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #111;
  text-decoration: none;
}

.lts-pro-mark {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 2px solid #111;
  border-radius: 12px;
  font-weight: 900;
  letter-spacing: -.06em;
}

.lts-pro-brand strong {
  display: block;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -.04em;
}

.lts-pro-brand small {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: #6f6f6f;
}

.lts-pro-header nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.lts-pro-header nav a,
.lts-pro-cart {
  color: #111;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
}

.lts-pro-cart {
  border: 1px solid #111;
  padding: 9px 16px;
  border-radius: 999px;
}

/* Fix previous fake-looking narrow/oversized typography if theme column interferes */
.lts-hero__content h1 {
  overflow-wrap: normal;
  word-break: normal;
}

.lts-hero__panel {
  background:
    linear-gradient(160deg, rgba(16,16,16,.92), rgba(35,32,29,.92)),
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.16), transparent 32%);
}

.lts-featured-products .woocommerce {
  width: 100%;
}

.lts-checkout-ack {
  margin: 18px 0;
  padding: 18px;
  border: 1px solid #e2c99f;
  border-radius: 14px;
  background: #fffaf0;
}

.lts-checkout-ack strong {
  display: block;
  margin-bottom: 8px;
}

.lts-checkout-ack p {
  margin: 0 0 10px;
  line-height: 1.5;
  color: #5d554d;
}

.lts-footer-intro {
  color: #444 !important;
}

/* Stronger footer hiding */
body.lts-fashion-pro-active footer.wp-block-template-part,
body.lts-fashion-pro-active .wp-block-template-part.footer,
body.lts-fashion-pro-active #colophon,
body.lts-fashion-pro-active .site-info {
  display: none !important;
}

@media (max-width: 900px) {
  .lts-pro-header nav { display: none; }
  .lts-pro-header__inner { width: min(100%, calc(100% - 28px)); }
  body.lts-fashion-pro-active .entry-content > .lts-hero,
  body.lts-fashion-pro-active .wp-block-post-content > .lts-hero {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}


/* === v1.2.1 product grid repair === */
body.lts-fashion-pro-active .lts-featured-products {
  width: min(1240px, calc(100vw - 48px)) !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.lts-fashion-pro-active .lts-featured-products .lts-section__head {
  display: block !important;
  text-align: left !important;
  margin-bottom: 22px !important;
  padding: 0 !important;
}

body.lts-fashion-pro-active .lts-featured-products .lts-section__head h2 {
  text-align: left !important;
  margin: 0 !important;
}

body.lts-fashion-pro-active .lts-featured-products .woocommerce {
  width: 100% !important;
  max-width: none !important;
}

body.lts-fashion-pro-active .woocommerce ul.products,
body.lts-fashion-pro-active .woocommerce-page ul.products,
body.lts-fashion-pro-active .lts-featured-products ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: none !important;
}

body.lts-fashion-pro-active .woocommerce ul.products::before,
body.lts-fashion-pro-active .woocommerce ul.products::after,
body.lts-fashion-pro-active .woocommerce-page ul.products::before,
body.lts-fashion-pro-active .woocommerce-page ul.products::after {
  display: none !important;
  content: none !important;
}

body.lts-fashion-pro-active .woocommerce ul.products li.product,
body.lts-fashion-pro-active .woocommerce-page ul.products li.product,
body.lts-fashion-pro-active .woocommerce.columns-4 ul.products li.product,
body.lts-fashion-pro-active .woocommerce-page.columns-4 ul.products li.product {
  float: none !important;
  clear: none !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 100% !important;
}

body.lts-fashion-pro-active .woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: block !important;
}

body.lts-fashion-pro-active .woocommerce ul.products li.product a img {
  width: 100% !important;
  aspect-ratio: 4 / 5 !important;
  height: auto !important;
  object-fit: cover !important;
  object-position: center !important;
  background: #f5f2ed !important;
}

/* If WooCommerce shows its default placeholder, make it look intentional instead of broken. */
body.lts-fashion-pro-active .woocommerce-placeholder {
  background: #f5f2ed !important;
  opacity: .8 !important;
}

/* Category card icon fallback: makes cards look intentional even if old icon/image assets fail. */
body.lts-fashion-pro-active .lts-category-grid a {
  position: relative !important;
  overflow: hidden !important;
}

body.lts-fashion-pro-active .lts-category-grid a::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(17,17,17,.18);
  border-radius: 14px;
  background:
    linear-gradient(135deg, transparent 0 45%, rgba(17,17,17,.18) 46% 54%, transparent 55%),
    radial-gradient(circle at 67% 33%, rgba(17,17,17,.18) 0 9%, transparent 10%);
}

body.lts-fashion-pro-active .lts-trust > div {
  position: relative !important;
  padding-top: 52px !important;
}

body.lts-fashion-pro-active .lts-trust > div::before {
  content: "✓";
  position: absolute;
  top: 18px;
  left: 20px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #111;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
}

/* Product cards should not jump to the center when fewer items fit a row. */
body.lts-fashion-pro-active .woocommerce ul.products li.product.last,
body.lts-fashion-pro-active .woocommerce-page ul.products li.product.last,
body.lts-fashion-pro-active .woocommerce ul.products li.product.first,
body.lts-fashion-pro-active .woocommerce-page ul.products li.product.first {
  clear: none !important;
}

/* Make Add to cart row consistent */
body.lts-fashion-pro-active .woocommerce ul.products li.product .button {
  align-self: flex-start !important;
  margin-top: auto !important;
}

@media (max-width: 1100px) {
  body.lts-fashion-pro-active .woocommerce ul.products,
  body.lts-fashion-pro-active .woocommerce-page ul.products,
  body.lts-fashion-pro-active .lts-featured-products ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  body.lts-fashion-pro-active .woocommerce ul.products,
  body.lts-fashion-pro-active .woocommerce-page ul.products,
  body.lts-fashion-pro-active .lts-featured-products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }
}

@media (max-width: 480px) {
  body.lts-fashion-pro-active .woocommerce ul.products,
  body.lts-fashion-pro-active .woocommerce-page ul.products,
  body.lts-fashion-pro-active .lts-featured-products ul.products {
    grid-template-columns: 1fr !important;
  }
}

/* v1.2.2: repair button PHP callback restored; CSS unchanged from v1.2.1 layout fix. */
