:root {
  --lq-ink: #102a43;
  --lq-muted: #5f6f82;
  --lq-line: #e4ebf2;
  --lq-soft: #f6f9fb;
  --lq-accent: #f85c70;
  --lq-green: #4d8b67;
  --lq-gold: #d29c45;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: var(--lq-ink);
  font-family: Inter, Arial, sans-serif;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.row > * {
  min-width: 0;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
}

.g-4 {
  row-gap: 24px;
}

.g-5 {
  row-gap: 36px;
}

.align-items-center {
  align-items: center;
}

.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-6,
.col-md-4,
.col-md-6 {
  flex: 0 0 auto;
}

.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-6 {
  width: 100%;
}

.lq-header {
  background: #fff;
  border-bottom: 1px solid var(--lq-line);
  position: sticky;
  top: 0;
  z-index: 20;
}

.lq-topbar {
  align-items: center;
  border-bottom: 1px solid var(--lq-line);
  color: var(--lq-muted);
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  min-height: 38px;
}

.lq-nav {
  align-items: center;
  display: flex;
  gap: 28px;
  min-height: 78px;
}

.lq-logo {
  align-items: center;
  display: inline-flex;
  font-size: 22px;
  font-weight: 800;
  gap: 10px;
  white-space: nowrap;
}

.lq-logo-mark {
  align-items: center;
  background: var(--lq-accent);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-size: 15px;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.lq-menu {
  flex: 1;
}

.lq-menu-list {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lq-menu-list a {
  color: var(--lq-muted);
  font-weight: 700;
}

.lq-menu-list a:hover {
  color: var(--lq-accent);
}

.lq-actions {
  align-items: center;
  display: flex;
  gap: 14px;
}

.lq-actions a,
.lq-cart-link {
  align-items: center;
  background: var(--lq-soft);
  border-radius: 8px;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  position: relative;
  width: 42px;
}

.lq-actions i {
  display: inline-block;
  font-size: 22px;
  height: 22px;
  position: relative;
  width: 22px;
}

.lq-actions .bx-user::before {
  border: 2px solid currentColor;
  border-radius: 999px;
  content: "";
  height: 7px;
  left: 7px;
  position: absolute;
  top: 2px;
  width: 7px;
}

.lq-actions .bx-user::after {
  border: 2px solid currentColor;
  border-radius: 999px 999px 0 0;
  border-bottom: 0;
  content: "";
  height: 8px;
  left: 4px;
  position: absolute;
  top: 12px;
  width: 14px;
}

.lq-actions .bx-cart::before {
  border: 2px solid currentColor;
  border-radius: 3px;
  content: "";
  height: 10px;
  left: 3px;
  position: absolute;
  top: 6px;
  width: 16px;
}

.lq-actions .bx-cart::after {
  border-left: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  height: 5px;
  left: 6px;
  position: absolute;
  top: 2px;
  transform: skewX(-18deg);
  width: 11px;
}

.lq-cart-link span {
  align-items: center;
  background: var(--lq-accent);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  height: 18px;
  justify-content: center;
  position: absolute;
  right: -5px;
  top: -5px;
  width: 18px;
}

.lq-hero {
  background: linear-gradient(90deg, #f7fbf8 0%, #fff6f7 100%);
  padding: 70px 0;
}

.lq-eyebrow {
  color: var(--lq-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.lq-hero h1 {
  font-size: clamp(38px, 6vw, 68px);
  font-weight: 900;
  line-height: 1.02;
  margin-top: 0;
  margin-bottom: 22px;
}

.lq-hero-copy {
  color: var(--lq-muted);
  font-size: 18px;
  line-height: 1.8;
  max-width: 620px;
}

.lq-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.lq-button,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.single_add_to_cart_button {
  background: var(--lq-accent);
  border: 0;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  min-height: 48px;
  padding: 14px 22px;
}

.lq-button.ghost {
  background: #fff;
  color: var(--lq-ink);
}

.lq-hero-image {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(16, 42, 67, 0.15);
  object-fit: cover;
  width: 100%;
}

.lq-category-band,
.lq-products,
.lq-page,
.lq-shop-shell {
  padding: 70px 0;
}

.lq-category-band {
  background: #fff;
}

.lq-section-head {
  margin-bottom: 30px;
  max-width: 720px;
}

.lq-section-head h2 {
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 900;
  margin: 0;
}

.lq-category-card {
  border: 1px solid var(--lq-line);
  border-radius: 8px;
  display: block;
  height: 100%;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.lq-category-card:hover {
  box-shadow: 0 16px 40px rgba(16, 42, 67, 0.12);
  transform: translateY(-3px);
}

.lq-category-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.lq-category-card strong,
.lq-category-card span {
  display: block;
  padding: 0 18px;
}

.lq-category-card strong {
  font-size: 20px;
  margin-top: 18px;
}

.lq-category-card span {
  color: var(--lq-muted);
  line-height: 1.6;
  padding-bottom: 20px;
  padding-top: 8px;
}

.lq-products {
  background: var(--lq-soft);
}

.woocommerce ul.products {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  background: #fff;
  border: 1px solid var(--lq-line);
  border-radius: 8px;
  float: none;
  margin: 0;
  overflow: hidden;
  padding: 0 0 18px;
  width: auto;
}

.woocommerce ul.products li.product a img {
  aspect-ratio: 1 / 1;
  margin: 0 0 18px;
  object-fit: cover;
  width: 100%;
}

.woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--lq-ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  padding: 0 18px;
}

.woocommerce ul.products li.product .price {
  color: var(--lq-green);
  font-size: 17px;
  font-weight: 900;
  padding: 0 18px;
}

.woocommerce ul.products li.product .button {
  margin: 12px 18px 0;
}

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

.woocommerce div.product .product_title {
  font-weight: 900;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--lq-green);
  font-size: 28px;
  font-weight: 900;
}

.woocommerce table.shop_table {
  border-color: var(--lq-line);
  border-radius: 8px;
  overflow: hidden;
}

.lq-page-card {
  background: #fff;
  border: 1px solid var(--lq-line);
  border-radius: 8px;
  padding: 36px;
}

.lq-footer {
  background: var(--lq-ink);
  color: #dce7f2;
  padding: 56px 0 26px;
}

.lq-footer h2,
.lq-footer h3 {
  color: #fff;
  font-weight: 900;
}

.lq-footer a {
  color: #dce7f2;
  display: block;
  margin-top: 10px;
}

.lq-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .col-md-4 {
    width: 33.333333%;
  }

  .col-md-6 {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .col-lg-2 {
    width: 16.666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.333333%;
  }

  .col-lg-6 {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .lq-nav,
  .lq-menu-list,
  .lq-topbar,
  .lq-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .lq-menu-list {
    gap: 12px;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .lq-hero,
  .lq-category-band,
  .lq-products,
  .lq-page,
  .lq-shop-shell {
    padding: 46px 0;
  }

  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }
}
