: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: 18px;
  background: linear-gradient(180deg, #efe8df 0%, #e5dbcf 100%);
  color: var(--lts-ink);
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 18px;
  box-shadow: 0 20px 55px rgba(0,0,0,.08);
  border: 1px solid rgba(17,17,17,.08);
}

.lts-hero__panel-media {
  min-height: 290px;
}

.lts-hero__panel-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 290px;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 18px 34px rgba(0,0,0,.10);
  background: #0f1012;
}

.lts-hero__panel-copy {
  border-radius: 18px;
  background: rgba(255,255,255,.64);
  padding: 18px 20px;
}

.lts-hero__panel span { color: #867a6a; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; }
.lts-hero__panel strong { display:block; font-size: clamp(34px, 4vw, 50px); line-height: 1; margin: 8px 0; letter-spacing: -.04em; }
.lts-hero__panel em { color: #5f5a54; 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: 22px;
  padding: 14px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
}

.lts-trust > div img {
  width: 100%;
  aspect-ratio: 4 / 2.4;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 0 16px;
  display: block;
  background: var(--lts-soft);
}

.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: 310px;
  border-radius: 22px;
  padding: 14px;
  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 img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 0 18px;
  background: #f4f0ea;
}

.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-trust > div { min-height: 250px; }
  .lts-category-grid a { min-height: 290px; }
  .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;
  }
}


/* Custom professional header */
body.lts-brand-active .wp-site-blocks > header:not(.lts-site-header),
body.lts-brand-active header.wp-block-template-part:not(.lts-site-header),
body.lts-brand-active .wp-block-template-part header:not(.lts-site-header) {
  display: none !important;
}

.lts-site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
  border-bottom: 1px solid rgba(17,17,17,.08);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
}

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

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

.lts-brand,
.lts-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.lts-brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(180deg, #111214 0%, #28221d 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 850;
  font-size: 17px;
  letter-spacing: -.04em;
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
}

.lts-brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.lts-brand-copy strong {
  color: #111318;
  font-size: 28px;
  letter-spacing: -.055em;
  font-weight: 850;
}

.lts-brand-copy em {
  color: #7a828d;
  font-size: 11px;
  font-style: normal;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-top: 7px;
}

.lts-main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 8px;
}

.lts-main-nav a {
  color: #343944;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 999px;
  transition: background .18s ease, color .18s ease;
}

.lts-main-nav a:hover,
.lts-main-nav a:focus-visible {
  background: #f3efe9;
  color: #111318;
}

.lts-header-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.lts-header-action {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(17,17,17,.10);
  color: #111318;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #fff;
}

.lts-header-action svg {
  width: 22px;
  height: 22px;
  display: block;
}

.lts-cart-count {
  position: absolute;
  top: -3px;
  right: -2px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #111318;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Product grids */
.woocommerce ul.products,
.woocommerce-page ul.products,
.lts-featured-products ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 0 !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after,
.lts-featured-products ul.products::before,
.lts-featured-products ul.products::after {
  display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.lts-featured-products ul.products li.product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
  width: calc(100% - 32px);
  text-align: center;
}

.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
  top: 12px !important;
  right: 12px !important;
  left: auto !important;
  margin: 0 !important;
}

/* Footer logo refinement */
.lts-footer-logo .lts-brand-mark {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  font-size: 20px;
}

.lts-footer-logo .lts-brand-copy strong {
  font-size: clamp(38px, 3vw, 52px);
}

.lts-footer-logo .lts-brand-copy em {
  font-size: 12px;
}

@media (max-width: 1024px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .lts-featured-products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .lts-header-inner {
    min-height: 74px;
    flex-wrap: wrap;
    padding: 10px 0;
    justify-content: space-between;
  }

  .lts-main-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }
}

@media (max-width: 640px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .lts-featured-products ul.products {
    grid-template-columns: 1fr;
  }

  .lts-brand-copy strong {
    font-size: 22px;
  }

  .lts-brand-copy em {
    font-size: 10px;
  }
}

@media (max-width: 560px) {
  .lts-trust > div { min-height: 220px; }
  .lts-category-grid a { min-height: 260px; }
  .lts-category-grid a img { height: 150px; }
}
