:root {
  --lf-coral: #e8614a;
  --lf-coral-dark: #d34f3a;
  --lf-green: #5ba85a;
  --lf-blue: #4a9fbf;
  --lf-navy: #001638;
  --lf-ink: #1c2a3f;
  --lf-muted: #687387;
  --lf-cream: #fff8ed;
  --lf-sand: #f6efe5;
  --lf-mint: #eaf6ec;
  --lf-sky: #eaf6fb;
  --lf-yellow: #fff1b9;
  --lf-white: #fff;
  --lf-line: #e8e8e4;
  --lf-shadow: 0 18px 50px rgba(0, 22, 56, .09);
  --lf-shadow-sm: 0 9px 28px rgba(0, 22, 56, .08);
  --lf-radius: 20px;
}

body.lufiloo-v1 {
  background: var(--lf-white);
  color: var(--lf-navy);
  font-family: Nunito, "Rethink Sans", Arial, sans-serif;
  overflow-x: hidden;
}

/* Keep every interactive control clearly visible for keyboard users. */
.lufiloo-v1 :where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid var(--lf-blue) !important;
  outline-offset: 3px;
  box-shadow: 0 0 0 5px rgba(74, 159, 191, .16);
}

@media (prefers-reduced-motion: reduce) {
  .lufiloo-v1 *,
  .lufiloo-v1 *::before,
  .lufiloo-v1 *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.lufiloo-v1 #main {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: var(--lf-white);
}

.lufiloo-v1 #main > .fusion-row,
.lufiloo-v1 .fusion-tb-header .fusion-builder-row,
.lufiloo-v1 .fusion-tb-footer .fusion-builder-row {
  max-width: none !important;
}

.lufiloo-v1 .fusion-tb-header,
.lufiloo-v1 .fusion-tb-footer {
  position: relative;
  z-index: 50;
}

.lfv1-shell {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.lfv1-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  vertical-align: middle;
}

.lfv1-eyebrow {
  display: inline-block;
  margin-bottom: 9px;
  color: var(--lf-coral);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.lfv1-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 23px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.lfv1-button:hover {
  transform: translateY(-2px);
}

.lfv1-button .lfv1-icon,
.lfv1-text-link .lfv1-icon {
  width: 18px;
  height: 18px;
}

.lfv1-button--primary {
  background: var(--lf-coral);
  color: var(--lf-white) !important;
  box-shadow: 0 12px 25px rgba(232, 97, 74, .25);
}

.lfv1-button--primary:hover {
  background: var(--lf-coral-dark);
}

.lfv1-button--ghost {
  border-color: rgba(0, 22, 56, .15);
  background: rgba(255,255,255,.72);
  color: var(--lf-navy) !important;
}

.lfv1-button--light {
  background: var(--lf-white);
  color: var(--lf-navy) !important;
  box-shadow: var(--lf-shadow-sm);
}

.lfv1-button--wide {
  width: 100%;
}

.lfv1-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--lf-navy) !important;
  font-weight: 900;
  text-decoration: none !important;
}

.lfv1-text-link:hover {
  color: var(--lf-coral) !important;
}

/* Header */
.lfv1-header {
  position: relative;
  z-index: 500;
  width: 100%;
  border-bottom: 1px solid var(--lf-line);
  background: var(--lf-white);
  color: var(--lf-navy);
}

.lfv1-topbar {
  background: var(--lf-navy);
  color: var(--lf-white);
  font-size: 12px;
  font-weight: 800;
}

.lfv1-topbar__inner {
  display: flex;
  min-height: 34px;
  align-items: center;
  gap: 29px;
}

.lfv1-topbar__inner span,
.lfv1-topbar__inner a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: inherit !important;
  text-decoration: none !important;
}

.lfv1-topbar__inner span .lfv1-icon {
  width: 14px;
  height: 14px;
  color: #8fd3af;
}

.lfv1-topbar__inner > a {
  margin-left: auto;
}

.lfv1-header__main {
  display: grid;
  min-height: 94px;
  grid-template-columns: 190px minmax(260px, 1fr) auto;
  align-items: center;
  gap: 35px;
}

.lfv1-header__logo {
  display: inline-flex;
  text-decoration: none !important;
}

.lfv1-logo {
  display: block;
  width: 190px;
  max-width: 100%;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.lfv1-logo picture,
.lfv1-logo img { display: block; width: 100%; height: auto; }

.lfv1-search {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 0;
}

.lfv1-search input[type="search"] {
  width: 100%;
  height: 50px;
  padding: 0 60px 0 20px;
  border: 2px solid #ebebe8;
  border-radius: 999px;
  background: #fafaf8;
  color: var(--lf-navy);
  font: inherit;
  outline: none;
  transition: border .2s ease, background .2s ease;
}

.lfv1-search input[type="search"]:focus {
  border-color: var(--lf-blue);
  background: var(--lf-white);
}

.lfv1-search button {
  position: absolute;
  top: 5px;
  right: 6px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--lf-coral);
  color: var(--lf-white);
  cursor: pointer;
}

.lfv1-search button .lfv1-icon {
  width: 19px;
  height: 19px;
}

.lfv1-header__actions {
  display: flex;
  align-items: center;
  gap: 25px;
}

.lfv1-header__actions > a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--lf-navy) !important;
  text-decoration: none !important;
}

.lfv1-action-icon {
  position: relative;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: var(--lf-cream);
}

.lfv1-action-copy {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.lfv1-action-copy small {
  color: var(--lf-muted);
  font-size: 10px;
  font-weight: 700;
}

.lfv1-cart-count {
  position: absolute;
  top: -4px;
  right: -4px;
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border: 2px solid var(--lf-white);
  border-radius: 50%;
  background: var(--lf-coral);
  color: var(--lf-white);
  font-size: 10px;
  font-style: normal;
}

.lfv1-nav {
  border-top: 1px solid var(--lf-line);
}

.lfv1-nav__inner {
  display: flex;
  min-height: 50px;
  align-items: stretch;
  gap: 4px;
}

.lfv1-nav__inner > a,
.lfv1-categories-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 18px;
  border: 0;
  background: transparent;
  color: var(--lf-navy) !important;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none !important;
  cursor: pointer;
}

.lfv1-nav__inner > a:hover,
.lfv1-categories-toggle:hover,
.lfv1-categories-toggle[aria-expanded="true"] {
  background: var(--lf-cream);
  color: var(--lf-coral) !important;
}

.lfv1-categories-toggle {
  margin-right: 8px;
  padding-right: 23px;
  padding-left: 23px;
  border-radius: 14px 14px 0 0;
  background: var(--lf-coral);
  color: var(--lf-white) !important;
}

.lfv1-categories-toggle:hover,
.lfv1-categories-toggle[aria-expanded="true"] {
  background: var(--lf-coral-dark);
  color: var(--lf-white) !important;
}

.lfv1-categories-toggle .lfv1-icon:first-child { width: 19px; }
.lfv1-categories-toggle .lfv1-icon:last-child { width: 14px; transform: rotate(90deg); }
.lfv1-nav__sale { margin-left: auto; color: var(--lf-coral) !important; }
.lfv1-mobile-toggle { display: none; }

.lfv1-mega {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  border-top: 1px solid var(--lf-line);
  background: var(--lf-white);
  box-shadow: 0 25px 55px rgba(0, 22, 56, .16);
}

.lfv1-mega__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 1.55fr .95fr;
  gap: 36px;
  padding-top: 38px;
  padding-bottom: 40px;
}

.lfv1-mega__close { display: none; }

.lfv1-mega__intro {
  padding: 25px;
  border-radius: var(--lf-radius);
  background: var(--lf-cream);
}

.lfv1-mega__intro h2 {
  margin: 0 0 20px;
  font-size: 29px;
  line-height: 1.12;
}

.lfv1-mega__links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px 20px;
}

.lfv1-mega__links a {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 10px 6px;
  border-bottom: 1px solid var(--lf-line);
  color: var(--lf-navy) !important;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none !important;
}

.lfv1-mega__links a small {
  grid-column: 1;
  color: var(--lf-muted);
  font-size: 10px;
  font-weight: 700;
}

.lfv1-mega__links a .lfv1-icon {
  grid-row: 1 / span 2;
  grid-column: 2;
  width: 15px;
}

.lfv1-mega__age {
  padding: 25px;
  border-radius: var(--lf-radius);
  background: var(--lf-mint);
}

.lfv1-mega__age h3 { margin: 0 0 15px; font-size: 20px; }
.lfv1-mega__age p { margin: 16px 0 0; color: var(--lf-muted); font-size: 13px; line-height: 1.5; }
.lfv1-age-pills { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.lfv1-age-pills a { padding: 10px; border-radius: 12px; background: var(--lf-white); color: var(--lf-navy) !important; font-weight: 900; text-align: center; text-decoration: none !important; }

/* Hero */
.lfv1-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #fffaf1 0%, #fff6e8 52%, #edf8f3 100%);
}

.lfv1-hero::before,
.lfv1-hero::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  opacity: .48;
}

.lfv1-hero::before { top: -80px; left: -90px; width: 260px; height: 260px; background: #ffd9c9; }
.lfv1-hero::after { right: -130px; bottom: -170px; width: 380px; height: 380px; background: #ccebd8; }

.lfv1-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 590px;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 50px;
  padding-top: 55px;
  padding-bottom: 55px;
}

.lfv1-hero__copy h1 {
  max-width: 650px;
  margin: 0 0 22px;
  color: var(--lf-navy);
  font-size: clamp(48px, 5.1vw, 74px);
  font-weight: 1000;
  letter-spacing: -.055em;
  line-height: .99;
}

.lfv1-hero__copy h1 em {
  color: var(--lf-coral);
  font-style: normal;
}

.lfv1-hero__copy > p {
  max-width: 575px;
  margin: 0 0 27px;
  color: #4d596d;
  font-size: 18px;
  line-height: 1.6;
}

.lfv1-button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.lfv1-hero__proof { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 25px; color: var(--lf-green); font-size: 12px; font-weight: 900; }

.lfv1-hero__visual {
  position: relative;
  min-height: 470px;
}

.lfv1-hero__blob {
  position: absolute;
  top: 18px;
  right: 0;
  width: 92%;
  height: 92%;
  border-radius: 48% 52% 50% 45% / 45% 45% 55% 55%;
  background: #fff;
  box-shadow: var(--lf-shadow);
  transform: rotate(-3deg);
}

.lfv1-hero-product {
  position: absolute;
  display: grid;
  overflow: hidden;
  place-items: center;
  border: 9px solid var(--lf-white);
  border-radius: 50%;
  background: var(--lf-white);
  box-shadow: 0 15px 40px rgba(0,22,56,.13);
  transition: transform .25s ease;
}

.lfv1-hero-product:hover { transform: translateY(-6px) rotate(2deg); }
.lfv1-hero-product img { width: 100%; height: 100%; object-fit: contain; }
.lfv1-hero-product--1 { top: 54px; left: 6%; width: 255px; height: 255px; z-index: 3; }
.lfv1-hero-product--2 { top: 30px; right: 1%; width: 190px; height: 190px; z-index: 2; }
.lfv1-hero-product--3 { right: 9%; bottom: 20px; width: 225px; height: 225px; z-index: 4; }
.lfv1-doodle { position: absolute; z-index: 5; color: var(--lf-coral); font-size: 40px; }
.lfv1-doodle--star { right: 44%; bottom: 37px; color: var(--lf-yellow); text-shadow: 0 2px 0 #dfb12b; transform: rotate(18deg); }
.lfv1-doodle--spark { top: 23px; left: 12%; color: var(--lf-blue); }

.lfv1-trust { border-top: 1px solid var(--lf-line); border-bottom: 1px solid var(--lf-line); background: var(--lf-white); }
.lfv1-trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.lfv1-trust__grid > div { display: flex; align-items: center; gap: 12px; min-height: 91px; padding: 18px 25px; border-right: 1px solid var(--lf-line); }
.lfv1-trust__grid > div:last-child { border-right: 0; }
.lfv1-trust__grid .lfv1-icon { color: var(--lf-coral); }
.lfv1-trust__grid span { display: flex; flex-direction: column; }
.lfv1-trust__grid strong { font-size: 14px; }
.lfv1-trust__grid small { color: var(--lf-muted); font-size: 11px; line-height: 1.35; }

/* Content sections */
.lfv1-section { padding: 85px 0; }
.lfv1-section--age { background: var(--lf-white); }
.lfv1-section--categories { background: var(--lf-cream); }
.lfv1-section--products { background: var(--lf-white); }
.lfv1-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 35px; }
.lfv1-section-heading h2 { margin: 0; color: var(--lf-navy); font-size: clamp(34px, 4vw, 50px); font-weight: 1000; letter-spacing: -.04em; line-height: 1.08; }
.lfv1-section-heading p { margin: 9px 0 0; color: var(--lf-muted); font-size: 16px; }

.lfv1-age-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.lfv1-age-card { position: relative; display: flex; min-height: 185px; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 24px; overflow: hidden; border-radius: var(--lf-radius); color: var(--lf-navy) !important; text-decoration: none !important; transition: transform .2s ease, box-shadow .2s ease; }
.lfv1-age-card:hover { transform: translateY(-5px); box-shadow: var(--lf-shadow-sm); }
.lfv1-age-card::after { position: absolute; top: -35px; right: -28px; width: 130px; height: 130px; border: 22px solid rgba(255,255,255,.38); border-radius: 50%; content: ""; }
.lfv1-age-card--mint { background: #dff2e4; }
.lfv1-age-card--yellow { background: #ffefb8; }
.lfv1-age-card--blue { background: #dceff7; }
.lfv1-age-card--coral { background: #ffdcd3; }
.lfv1-age-card__bubble { position: absolute; top: 20px; left: 20px; padding: 8px 13px; border-radius: 999px; background: rgba(255,255,255,.8); font-size: 13px; font-weight: 900; }
.lfv1-age-card strong { max-width: 160px; font-size: 21px; line-height: 1.15; }
.lfv1-age-card > .lfv1-icon { position: absolute; right: 22px; bottom: 22px; width: 20px; }

.lfv1-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.lfv1-category-card { display: grid; min-height: 115px; grid-template-columns: 78px 1fr auto; align-items: center; gap: 15px; padding: 15px; border: 1px solid rgba(0,22,56,.07); border-radius: 18px; background: var(--lf-white); color: var(--lf-navy) !important; box-shadow: 0 5px 18px rgba(0,22,56,.04); text-decoration: none !important; transition: transform .2s ease, box-shadow .2s ease; }
.lfv1-category-card:hover { transform: translateY(-4px); box-shadow: var(--lf-shadow-sm); }
.lfv1-category-card__image { display: grid; width: 78px; height: 78px; overflow: hidden; place-items: center; border-radius: 14px; background: #faf6ef; }
.lfv1-category-card__image img { width: 100%; height: 100%; object-fit: contain; }
.lfv1-category-card > span:nth-child(2) { display: flex; min-width: 0; flex-direction: column; }
.lfv1-category-card strong { font-size: 15px; line-height: 1.2; }
.lfv1-category-card small { margin-top: 4px; color: var(--lf-muted); font-size: 11px; }
.lfv1-category-card > .lfv1-icon { width: 16px; color: var(--lf-coral); }

.lfv1-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.lfv1-product-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--lf-line); border-radius: var(--lf-radius); background: var(--lf-white); box-shadow: 0 8px 25px rgba(0,22,56,.04); transition: transform .22s ease, box-shadow .22s ease; }
.lfv1-product-card:hover { transform: translateY(-5px); box-shadow: var(--lf-shadow); }
.lfv1-product-card__media { position: relative; overflow: hidden; background: #fbfaf7; aspect-ratio: 1 / .9; }
.lfv1-product-card__media > a:first-of-type { display: block; width: 100%; height: 100%; }
.lfv1-product-card__media img { width: 100%; height: 100%; padding: 16px; object-fit: contain; transition: transform .35s ease; }
.lfv1-product-card:hover .lfv1-product-card__media img { transform: scale(1.04); }
.lfv1-badge { position: absolute; top: 13px; left: 13px; z-index: 2; padding: 6px 10px; border-radius: 999px; background: var(--lf-blue); color: var(--lf-white); font-size: 10px; font-weight: 1000; letter-spacing: .04em; text-transform: uppercase; }
.lfv1-badge--sale { background: var(--lf-coral); }
.lfv1-badge--new { background: var(--lf-green); }
.lfv1-wishlist { position: absolute; top: 12px; right: 12px; display: grid !important; width: 37px !important; height: 37px !important; place-items: center; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--lf-navy) !important; box-shadow: 0 4px 14px rgba(0,22,56,.08); }
.lfv1-wishlist .lfv1-icon { width: 18px; }
.lfv1-wishlist:hover { color: var(--lf-coral) !important; }
.lfv1-product-card__body { display: flex; flex: 1; flex-direction: column; padding: 18px; }
.lfv1-product-card__meta { min-height: 17px; overflow: hidden; color: var(--lf-muted); font-size: 11px; font-weight: 800; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.lfv1-product-card__meta a { color: inherit !important; text-decoration: none !important; }
.lfv1-product-card h3 { min-height: 47px; margin: 6px 0 9px; font-size: 16px; font-weight: 900; line-height: 1.4; }
.lfv1-product-card h3 a { color: var(--lf-navy) !important; text-decoration: none !important; }
.lfv1-rating { display: inline-flex; align-items: center; gap: 7px; }
.lfv1-rating > span { position: relative; color: #f5b72f; font-size: 12px; letter-spacing: .08em; }
.lfv1-rating small { color: var(--lf-muted); font-size: 10px; }
.lfv1-product-card__buy { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 17px; }
.lfv1-price { color: var(--lf-navy); font-size: 20px; font-weight: 1000; white-space: nowrap; }
.lfv1-price del { display: block; color: var(--lf-muted); font-size: 11px; font-weight: 700; }
.lfv1-price ins { color: var(--lf-coral); text-decoration: none; }
.lfv1-add-button { display: inline-flex !important; width: 44px; min-width: 44px; height: 44px; align-items: center; justify-content: center; padding: 0 !important; border: 0 !important; border-radius: 50% !important; background: var(--lf-coral) !important; color: var(--lf-white) !important; text-decoration: none !important; }
.lfv1-add-button .lfv1-icon { width: 19px; }
.lfv1-add-button > span { display: none; }
.lfv1-add-button:hover { background: var(--lf-coral-dark) !important; }
.lfv1-add-button.added::after { display: none !important; }

.lfv1-gift-banner { padding: 0 0 85px; background: var(--lf-white); }
.lfv1-gift-banner__inner { display: flex; min-height: 260px; align-items: center; justify-content: space-between; gap: 45px; padding: 50px 65px; overflow: hidden; border-radius: 28px; background: linear-gradient(120deg, var(--lf-navy), #073667); color: var(--lf-white); }
.lfv1-gift-banner .lfv1-eyebrow { color: #8fd3af; }
.lfv1-gift-banner h2 { margin: 0 0 10px; color: var(--lf-white); font-size: 44px; font-weight: 1000; letter-spacing: -.04em; }
.lfv1-gift-banner p { max-width: 680px; margin: 0; color: rgba(255,255,255,.76); font-size: 16px; }

/* Page headings and category hub */
.lfv1-page { min-height: 500px; }
.lfv1-page-hero { padding: 70px 0 58px; background: linear-gradient(115deg, var(--lf-cream), #f1f9f3); }
.lfv1-page-hero h1 { margin: 0 0 12px; color: var(--lf-navy); font-size: clamp(45px, 6vw, 68px); font-weight: 1000; letter-spacing: -.05em; line-height: 1; }
.lfv1-page-hero p, .lfv1-page-hero__description { max-width: 700px; margin: 0; color: var(--lf-muted); font-size: 17px; line-height: 1.6; }
.lfv1-page-hero__description p { margin: 0; }
.lfv1-breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; color: var(--lf-muted); font-size: 12px; }
.lfv1-breadcrumbs a { color: var(--lf-muted) !important; text-decoration: none !important; }
.lfv1-category-hub__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.lfv1-category-panel { overflow: hidden; border: 1px solid var(--lf-line); border-radius: var(--lf-radius); background: var(--lf-white); box-shadow: var(--lf-shadow-sm); }
.lfv1-category-panel__head { display: grid; grid-template-columns: 115px 1fr auto; align-items: center; gap: 20px; padding: 20px; background: var(--lf-cream); color: var(--lf-navy) !important; text-decoration: none !important; }
.lfv1-category-panel__head img { width: 115px; height: 95px; object-fit: contain; mix-blend-mode: multiply; }
.lfv1-category-panel__head h2 { margin: 0; font-size: 23px; }
.lfv1-category-panel__head small { color: var(--lf-muted); }
.lfv1-category-panel__head > .lfv1-icon { color: var(--lf-coral); }
.lfv1-category-panel__children { display: flex; flex-wrap: wrap; gap: 8px; padding: 18px 20px 22px; }
.lfv1-category-panel__children a { padding: 7px 10px; border-radius: 999px; background: #f6f7f7; color: var(--lf-navy) !important; font-size: 12px; font-weight: 800; text-decoration: none !important; }
.lfv1-brand-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.lfv1-brand-card { display: flex; min-height: 245px; flex-direction: column; overflow: hidden; border: 1px solid var(--lf-line); border-radius: var(--lf-radius); background: var(--lf-white); color: var(--lf-navy) !important; box-shadow: var(--lf-shadow-sm); text-decoration: none !important; transition: transform .2s ease; }
.lfv1-brand-card:hover { transform: translateY(-5px); }
.lfv1-brand-card > img { width: 100%; height: 175px; padding: 20px; background: var(--lf-cream); object-fit: contain; }
.lfv1-brand-card > span { display: flex; flex: 1; align-items: center; justify-content: space-between; gap: 12px; padding: 16px; }
.lfv1-brand-card strong { font-size: 17px; }
.lfv1-brand-card small { display: inline-flex; align-items: center; gap: 5px; color: var(--lf-coral); font-size: 10px; font-weight: 900; }
.lfv1-brand-card small .lfv1-icon { width: 14px; }
.lfv1-gift-guide__box { padding: 55px; border-radius: 28px; background: linear-gradient(120deg, var(--lf-cream), #eef8f1); box-shadow: var(--lf-shadow); text-align: center; }
.lfv1-gift-guide__box h2 { margin: 0 0 35px; font-size: 39px; font-weight: 1000; letter-spacing: -.04em; }
.lfv1-gift-guide__box > p { margin: 25px 0 0; color: var(--lf-muted); font-size: 13px; }
.lfv1-gift-choices { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.lfv1-gift-choices a { display: flex; min-height: 165px; flex-direction: column; align-items: center; justify-content: center; gap: 9px; border: 2px solid transparent; border-radius: var(--lf-radius); background: var(--lf-white); color: var(--lf-navy) !important; box-shadow: var(--lf-shadow-sm); text-decoration: none !important; transition: border .2s ease, transform .2s ease; }
.lfv1-gift-choices a:hover { border-color: var(--lf-coral); transform: translateY(-4px); }
.lfv1-gift-choices b { color: var(--lf-coral); font-size: 35px; font-weight: 1000; }
.lfv1-gift-choices span { font-size: 12px; font-weight: 900; }

/* Catalog */
.lfv1-page-hero--catalog { padding-top: 45px; padding-bottom: 45px; }
.lfv1-page-hero--catalog h1 { font-size: clamp(42px, 5vw, 61px); }
.lfv1-subcategories { padding: 30px 0; border-bottom: 1px solid var(--lf-line); background: var(--lf-white); }
.lfv1-subcategory-row { display: flex; gap: 17px; overflow-x: auto; padding: 4px 2px 10px; scrollbar-width: thin; }
.lfv1-subcategory-row > a { display: flex; min-width: 125px; flex-direction: column; align-items: center; gap: 9px; color: var(--lf-navy) !important; text-align: center; text-decoration: none !important; }
.lfv1-subcategory-row > a > span { display: grid; width: 100px; height: 100px; overflow: hidden; place-items: center; border: 1px solid var(--lf-line); border-radius: 50%; background: var(--lf-cream); }
.lfv1-subcategory-row img { width: 100%; height: 100%; padding: 10px; object-fit: contain; }
.lfv1-subcategory-row strong { max-width: 125px; font-size: 12px; line-height: 1.3; }
.lfv1-catalog__content { padding-top: 42px; }
.lfv1-catalog__toolbar { display: flex; min-height: 56px; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 28px; border-bottom: 1px solid var(--lf-line); }
.lfv1-catalog__toolbar p { margin: 0; color: var(--lf-muted); font-size: 13px; }
.lfv1-catalog__toolbar form { display: flex; align-items: center; gap: 9px; }
.lfv1-catalog__toolbar label { color: var(--lf-muted); font-size: 12px; font-weight: 800; }
.lfv1-catalog__toolbar select { height: 42px; padding: 0 32px 0 12px; border: 1px solid var(--lf-line); border-radius: 10px; background: var(--lf-white); color: var(--lf-navy); font: inherit; font-size: 13px; }
.lfv1-filter-toggle { display: none; align-items: center; gap: 8px; padding: 9px 14px; border: 1px solid var(--lf-line); border-radius: 10px; background: var(--lf-white); color: var(--lf-navy); font: inherit; font-size: 13px; font-weight: 900; }
.lfv1-catalog__layout { display: grid; grid-template-columns: 235px minmax(0, 1fr); align-items: start; gap: 34px; }
.lfv1-filters { position: sticky; top: 20px; padding: 22px; border: 1px solid var(--lf-line); border-radius: 18px; background: #fbfaf7; }
.lfv1-filters__head { display: flex; align-items: center; justify-content: space-between; }
.lfv1-filters__head h2 { margin: 0; font-size: 21px; }
.lfv1-filters__head button { display: none; border: 0; background: none; color: var(--lf-navy); }
.lfv1-filters fieldset { margin: 0; padding: 20px 0; border: 0; border-bottom: 1px solid var(--lf-line); }
.lfv1-filters legend { width: 100%; margin-bottom: 11px; color: var(--lf-navy); font-size: 13px; font-weight: 1000; }
.lfv1-filters select, .lfv1-filters input[type="number"] { width: 100%; height: 42px; padding: 0 10px; border: 1px solid #dfe1df; border-radius: 9px; background: var(--lf-white); color: var(--lf-navy); font: inherit; font-size: 12px; }
.lfv1-price-inputs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.lfv1-price-inputs label { color: var(--lf-muted); font-size: 10px; font-weight: 800; }
.lfv1-price-inputs input { margin-top: 4px; }
.lfv1-checkbox { display: flex; align-items: center; gap: 9px; margin: 9px 0; color: var(--lf-ink); font-size: 12px; cursor: pointer; }
.lfv1-checkbox input { accent-color: var(--lf-coral); }
.lfv1-filters .lfv1-button { min-height: 44px; margin-top: 18px; font-size: 13px; }
.lfv1-clear-filters { display: block; margin-top: 12px; color: var(--lf-muted) !important; font-size: 11px; font-weight: 800; text-align: center; }
.lfv1-product-grid--catalog { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lfv1-pagination { display: flex; justify-content: center; gap: 7px; margin-top: 38px; }
.lfv1-pagination .page-numbers { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--lf-line); border-radius: 50%; color: var(--lf-navy) !important; font-size: 13px; font-weight: 900; text-decoration: none !important; }
.lfv1-pagination .current { border-color: var(--lf-coral); background: var(--lf-coral); color: var(--lf-white) !important; }
.lfv1-empty { padding: 70px 25px; border-radius: var(--lf-radius); background: var(--lf-cream); text-align: center; }

/* Product detail */
.lfv1-product-page { padding: 0 0 80px; }
.lfv1-product-page__breadcrumbs { padding-top: 28px; margin-bottom: 28px; }
.lfv1-product-detail { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(390px, .97fr); gap: 60px; align-items: start; }
.lfv1-gallery__main { position: relative; display: grid; min-height: 560px; overflow: hidden; place-items: center; border-radius: 26px; background: #f8f7f3; }
.lfv1-gallery__main > img { width: 100%; height: 560px; padding: 35px; object-fit: contain; }
.lfv1-gallery__thumbs { display: flex; gap: 11px; margin-top: 13px; overflow-x: auto; }
.lfv1-gallery__thumbs button { display: grid; width: 78px; min-width: 78px; height: 78px; overflow: hidden; place-items: center; padding: 4px; border: 2px solid transparent; border-radius: 12px; background: #f8f7f3; cursor: pointer; }
.lfv1-gallery__thumbs button.is-active { border-color: var(--lf-coral); }
.lfv1-gallery__thumbs img { width: 100%; height: 100%; object-fit: contain; }
.lfv1-product-summary { padding-top: 8px; }
.lfv1-product-brand { display: inline-flex; margin-bottom: 10px; color: var(--lf-coral) !important; font-size: 12px; font-weight: 1000; letter-spacing: .08em; text-decoration: none !important; text-transform: uppercase; }
.lfv1-product-summary h1 { margin: 0 0 13px; color: var(--lf-navy); font-size: clamp(37px, 4.2vw, 54px); font-weight: 1000; letter-spacing: -.045em; line-height: 1.06; }
.lfv1-product-summary__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; padding-bottom: 20px; border-bottom: 1px solid var(--lf-line); color: var(--lf-muted); font-size: 11px; }
.lfv1-product-short { margin: 20px 0; color: #4f5c6d; font-size: 15px; line-height: 1.65; }
.lfv1-product-short p { margin: 0; }
.lfv1-product-price { display: flex; align-items: baseline; gap: 10px; margin: 13px 0 7px; color: var(--lf-navy); font-size: 34px; font-weight: 1000; }
.lfv1-product-price del { color: var(--lf-muted); font-size: 16px; }
.lfv1-product-price ins { color: var(--lf-coral); text-decoration: none; }
.lfv1-product-price small { color: var(--lf-muted); font-size: 11px; font-weight: 700; }
.lfv1-stock { display: inline-flex; align-items: center; gap: 7px; color: var(--lf-muted); font-size: 12px; font-weight: 900; }
.lfv1-stock > span { width: 8px; height: 8px; border-radius: 50%; background: #aaa; }
.lfv1-stock.is-in-stock { color: var(--lf-green); }
.lfv1-stock.is-in-stock > span { background: var(--lf-green); box-shadow: 0 0 0 4px rgba(91,168,90,.13); }
.lfv1-stock.is-out-of-stock { color: var(--lf-coral); }
.lfv1-stock.is-out-of-stock > span { background: var(--lf-coral); }
.lfv1-purchase-card { margin-top: 20px; padding: 18px; border: 1px solid var(--lf-line); border-radius: 17px; background: var(--lf-white); box-shadow: var(--lf-shadow-sm); }
.lfv1-add-form { display: grid !important; grid-template-columns: 86px 1fr 49px; gap: 9px; margin: 0 !important; }
.lfv1-add-form .quantity { width: 86px !important; margin: 0 !important; }
.lfv1-add-form .quantity input.qty { width: 86px !important; height: 50px !important; border: 1px solid var(--lf-line) !important; border-radius: 999px !important; background: #fafaf8 !important; color: var(--lf-navy) !important; }
.lfv1-add-form .single_add_to_cart_button { display: inline-flex !important; min-height: 50px; align-items: center; justify-content: center; gap: 9px; margin: 0 !important; padding: 10px 22px !important; border-radius: 999px !important; background: var(--lf-coral) !important; color: var(--lf-white) !important; font-size: 15px !important; font-weight: 1000 !important; }
.lfv1-add-form .single_add_to_cart_button { text-transform: none !important; }
.lfv1-add-form .single_add_to_cart_button .lfv1-icon { width: 19px; }
.lfv1-summary-wishlist { display: grid; width: 49px; height: 49px; place-items: center; border: 1px solid var(--lf-line); border-radius: 50%; color: var(--lf-navy) !important; }
.lfv1-summary-wishlist:hover { color: var(--lf-coral) !important; }
.lfv1-shipping-progress { margin-top: 17px; }
.lfv1-shipping-progress > div { display: flex; justify-content: space-between; margin-bottom: 7px; color: var(--lf-muted); font-size: 10px; }
.lfv1-shipping-progress > div strong { color: var(--lf-navy); }
.lfv1-shipping-progress > i { display: block; height: 7px; overflow: hidden; border-radius: 999px; background: #eceeea; }
.lfv1-shipping-progress > i span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--lf-green), #87c984); }
.lfv1-delivery-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 18px; }
.lfv1-delivery-list > div { display: flex; align-items: flex-start; gap: 8px; padding: 11px; border-radius: 11px; background: #f8f9f7; }
.lfv1-delivery-list .lfv1-icon { width: 18px; color: var(--lf-green); }
.lfv1-delivery-list span { display: flex; flex-direction: column; }
.lfv1-delivery-list strong { font-size: 10px; }
.lfv1-delivery-list small { color: var(--lf-muted); font-size: 8px; line-height: 1.4; }
.lfv1-product-info { display: grid; grid-template-columns: 1.3fr .7fr; gap: 55px; margin-top: 75px; padding-top: 65px; border-top: 1px solid var(--lf-line); }
.lfv1-product-info h2 { margin: 0 0 20px; color: var(--lf-navy); font-size: 36px; font-weight: 1000; letter-spacing: -.035em; }
.lfv1-product-info__description { color: #4d596b; font-size: 16px; line-height: 1.75; }
.lfv1-product-specs { padding: 28px; border-radius: var(--lf-radius); background: var(--lf-cream); }
.lfv1-product-specs h2 { font-size: 25px; }
.lfv1-product-specs dl { margin: 0; }
.lfv1-product-specs dl > div { display: grid; grid-template-columns: 1fr 1.2fr; gap: 12px; padding: 10px 0; border-bottom: 1px solid rgba(0,22,56,.08); font-size: 12px; }
.lfv1-product-specs dl > div:last-child { border-bottom: 0; }
.lfv1-product-specs dt { color: var(--lf-muted); }
.lfv1-product-specs dd { margin: 0; font-weight: 900; text-align: right; }
.lfv1-related { padding-bottom: 0; }

/* Cart and checkout */
.woocommerce-cart #main,
.woocommerce-checkout #main,
.woocommerce-account #main {
  padding-top: 55px !important;
  padding-bottom: 75px !important;
  background: #fbfaf7;
}

.woocommerce-cart #main > .fusion-row,
.woocommerce-checkout #main > .fusion-row,
.woocommerce-account #main > .fusion-row {
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
}

.lfv1-commerce-intro { margin: 0 0 36px; text-align: center; }
.lfv1-commerce-intro h1 { margin: 0 0 22px; color: var(--lf-navy); font-size: 50px; font-weight: 1000; letter-spacing: -.045em; }
.lfv1-checkout-steps { display: flex; max-width: 620px; align-items: center; justify-content: center; margin: 0 auto; }
.lfv1-checkout-steps b { display: flex; align-items: center; gap: 8px; color: var(--lf-muted); font-size: 11px; white-space: nowrap; }
.lfv1-checkout-steps b i { display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid #ccd0d5; border-radius: 50%; font-style: normal; }
.lfv1-checkout-steps b.is-active { color: var(--lf-navy); }
.lfv1-checkout-steps b.is-active i { border-color: var(--lf-coral); background: var(--lf-coral); color: var(--lf-white); }
.lfv1-checkout-steps > span { width: 70px; height: 1px; margin: 0 11px; background: #dfe1e2; }

.lufiloo-v1 .wc-block-cart,
.lufiloo-v1 .wc-block-checkout,
.lufiloo-v1 form.woocommerce-cart-form,
.lufiloo-v1 .woocommerce-checkout-review-order,
.lufiloo-v1 .woocommerce-checkout > .col2-set {
  color: var(--lf-navy);
}

.lufiloo-v1 .wc-block-cart-items,
.lufiloo-v1 .wc-block-components-sidebar,
.lufiloo-v1 .wc-block-checkout__main,
.lufiloo-v1 .wc-block-checkout__sidebar,
.lufiloo-v1 form.woocommerce-cart-form,
.lufiloo-v1 .cart-collaterals,
.lufiloo-v1 .woocommerce-checkout > .col2-set,
.lufiloo-v1 .woocommerce-checkout-review-order {
  border: 1px solid var(--lf-line) !important;
  border-radius: var(--lf-radius) !important;
  background: var(--lf-white) !important;
  box-shadow: var(--lf-shadow-sm);
}

.lufiloo-v1 .wc-block-components-button,
.lufiloo-v1 .checkout-button,
.lufiloo-v1 #place_order,
.lufiloo-v1 .woocommerce-button,
.lufiloo-v1 .woocommerce-form-login__submit {
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--lf-coral) !important;
  color: var(--lf-white) !important;
  font-weight: 1000 !important;
}

.lufiloo-v1 .wc-block-components-product-name,
.lufiloo-v1 .product-name a { color: var(--lf-navy) !important; font-weight: 900 !important; }

/* Footer */
.lfv1-footer { background: var(--lf-navy); color: rgba(255,255,255,.72); }
.lfv1-footer__newsletter { background: var(--lf-coral); color: var(--lf-white); }
.lfv1-footer__newsletter > .lfv1-shell { display: flex; min-height: 170px; align-items: center; justify-content: space-between; gap: 45px; }
.lfv1-footer__newsletter .lfv1-eyebrow { color: #ffe1d9; }
.lfv1-footer__newsletter h2 { max-width: 630px; margin: 0; color: var(--lf-white); font-size: 34px; font-weight: 1000; letter-spacing: -.035em; }
.lfv1-footer__newsletter form { display: flex; width: min(420px, 100%); padding: 5px; border-radius: 999px; background: var(--lf-white); }
.lfv1-footer__newsletter input { width: 100%; height: 46px; padding: 0 15px; border: 0; background: transparent; color: var(--lf-navy); font: inherit; outline: none; }
.lfv1-footer__newsletter button { flex: 0 0 auto; padding: 0 20px; border: 0; border-radius: 999px; background: var(--lf-navy); color: var(--lf-white); font: inherit; font-size: 13px; font-weight: 900; }
.lfv1-footer__main { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; padding-top: 62px; padding-bottom: 60px; }
.lfv1-footer__brand .lfv1-logo { width: 230px; margin-bottom: 18px; padding: 8px 10px; border-radius: 14px; background: #fffaf4; }
.lfv1-footer__brand p { max-width: 320px; margin: 0 0 20px; font-size: 13px; line-height: 1.7; }
.lfv1-footer__brand a { display: flex; align-items: center; gap: 8px; }
.lfv1-footer__brand .lfv1-icon { width: 17px; color: #8fd3af; }
.lfv1-footer__main h3 { margin: 0 0 17px; color: var(--lf-white); font-size: 15px; }
.lfv1-footer__main > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.lfv1-footer__main a { color: rgba(255,255,255,.72) !important; font-size: 12px; text-decoration: none !important; }
.lfv1-footer__main a:hover { color: var(--lf-white) !important; }
.lfv1-footer__bottom { border-top: 1px solid rgba(255,255,255,.1); }
.lfv1-footer__bottom > div { display: flex; min-height: 62px; align-items: center; justify-content: space-between; gap: 20px; font-size: 10px; }

@media (max-width: 1080px) {
  .lfv1-header__main { grid-template-columns: 155px minmax(200px, 1fr) auto; gap: 20px; }
  .lfv1-action-copy { display: none; }
  .lfv1-header__actions { gap: 10px; }
  .lfv1-nav__inner > a, .lfv1-categories-toggle { padding-right: 12px; padding-left: 12px; font-size: 12px; }
  .lfv1-hero-product--1 { width: 220px; height: 220px; }
  .lfv1-hero-product--2 { width: 160px; height: 160px; }
  .lfv1-hero-product--3 { width: 190px; height: 190px; }
  .lfv1-product-grid { gap: 15px; }
  .lfv1-product-card__buy { align-items: flex-end; }
  .lfv1-delivery-list { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .lfv1-shell { width: min(100% - 32px, 760px); }
  .lfv1-topbar__inner { justify-content: center; }
  .lfv1-topbar__inner span:nth-child(n+2), .lfv1-topbar__inner > a { display: none; }
  .lfv1-header__main { min-height: 138px; grid-template-columns: 42px 1fr auto; grid-template-rows: 76px 62px; gap: 0 12px; }
  .lfv1-mobile-toggle { display: grid; width: 42px; height: 42px; grid-row: 1; grid-column: 1; place-items: center; padding: 0; border: 0; border-radius: 50%; background: var(--lf-cream); color: var(--lf-navy); }
  .lfv1-header__logo { grid-row: 1; grid-column: 2; justify-self: start; }
  .lfv1-logo { width: 155px; }
  .lfv1-header__main .lfv1-search { position: relative; right: auto; bottom: auto; left: auto; z-index: 3; width: 100%; grid-row: 2; grid-column: 1 / -1; align-self: start; }
  .lfv1-header__actions { grid-row: 1; grid-column: 3; }
  .lfv1-header__actions > a:first-child { display: none; }
  .lfv1-nav { display: none; position: absolute; top: 100%; right: 0; left: 0; border-top: 1px solid var(--lf-line); background: var(--lf-white); box-shadow: var(--lf-shadow); }
  .lfv1-nav.is-open { display: block; }
  .lfv1-nav__inner { width: 100%; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 16px 18px; }
  .lfv1-nav__inner > a, .lfv1-categories-toggle { min-height: 46px; justify-content: flex-start; margin: 0; padding: 0 14px; border-bottom: 1px solid var(--lf-line); border-radius: 0; background: transparent; color: var(--lf-navy) !important; font-size: 14px; }
  .lfv1-nav__sale { margin-left: 0; }
  .lfv1-mega { position: fixed; top: 0; bottom: 0; overflow-y: auto; }
  .lfv1-mega__inner { grid-template-columns: 1fr; gap: 18px; padding-top: 30px; }
  .lfv1-mega__close { position: absolute; top: 18px; right: 0; z-index: 2; display: grid; width: 42px; height: 42px; place-items: center; padding: 0; border: 0; border-radius: 50%; background: var(--lf-navy); color: var(--lf-white); }
  .lfv1-mega__intro { padding-top: 54px; }
  .lfv1-hero__grid { min-height: auto; grid-template-columns: 1fr; gap: 25px; padding-top: 55px; padding-bottom: 35px; }
  .lfv1-hero__copy { text-align: center; }
  .lfv1-hero__copy > p { margin-right: auto; margin-left: auto; }
  .lfv1-button-row, .lfv1-hero__proof { justify-content: center; }
  .lfv1-hero__visual { min-height: 370px; }
  .lfv1-hero__blob { left: 4%; width: 92%; }
  .lfv1-hero-product--1 { top: 50px; left: 11%; }
  .lfv1-hero-product--2 { right: 11%; }
  .lfv1-hero-product--3 { right: 22%; }
  .lfv1-trust__grid { grid-template-columns: 1fr 1fr; }
  .lfv1-trust__grid > div:nth-child(2) { border-right: 0; }
  .lfv1-trust__grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--lf-line); }
  .lfv1-age-grid, .lfv1-category-grid, .lfv1-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lfv1-category-hub__grid { grid-template-columns: 1fr; }
  .lfv1-brand-grid { grid-template-columns: repeat(2, 1fr); }
  .lfv1-gift-choices { grid-template-columns: repeat(2, 1fr); }
  .lfv1-product-grid--catalog { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lfv1-catalog__layout { grid-template-columns: 1fr; }
  .lfv1-filter-toggle { display: inline-flex; }
  .lfv1-filters { position: fixed; top: 0; bottom: 0; left: 0; z-index: 1000; width: min(360px, 92vw); overflow-y: auto; border-radius: 0 18px 18px 0; box-shadow: 25px 0 55px rgba(0,22,56,.2); transform: translateX(-105%); transition: transform .25s ease; }
  .lfv1-filters.is-open { transform: translateX(0); }
  .lfv1-filters__head button { display: grid; }
  .lfv1-filter-open::after { position: fixed; inset: 0; z-index: 999; background: rgba(0,22,56,.45); content: ""; }
  .lfv1-product-detail { grid-template-columns: 1fr; gap: 35px; }
  .lfv1-product-info { grid-template-columns: 1fr; gap: 35px; }
  .lfv1-footer__newsletter > .lfv1-shell { flex-direction: column; align-items: stretch; justify-content: center; padding-top: 35px; padding-bottom: 35px; text-align: center; }
  .lfv1-footer__newsletter form { margin: 0 auto; }
  .lfv1-footer__main { grid-template-columns: 1.4fr 1fr 1fr; gap: 35px; }
  .lfv1-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .lfv1-shell { width: calc(100% - 28px); }
  .lfv1-header__main { grid-template-columns: 39px 1fr auto; }
  .lfv1-header__actions .lfv1-action-icon { width: 39px; height: 39px; }
  .lfv1-section { padding: 58px 0; }
  .lfv1-section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 25px; }
  .lfv1-section-heading h2 { font-size: 35px; }
  .lfv1-hero__grid { padding-top: 42px; }
  .lfv1-hero__copy h1 { font-size: 45px; }
  .lfv1-hero__copy > p { font-size: 15px; }
  .lfv1-button-row { flex-direction: column; }
  .lfv1-button-row .lfv1-button { width: 100%; }
  .lfv1-hero__visual { min-height: 290px; }
  .lfv1-hero-product { border-width: 6px; }
  .lfv1-hero-product--1 { top: 35px; left: 4%; width: 165px; height: 165px; }
  .lfv1-hero-product--2 { top: 16px; right: 3%; width: 125px; height: 125px; }
  .lfv1-hero-product--3 { right: 15%; bottom: 5px; width: 150px; height: 150px; }
  .lfv1-trust__grid { grid-template-columns: 1fr; }
  .lfv1-trust__grid > div { min-height: 75px; border-right: 0; border-bottom: 1px solid var(--lf-line); }
  .lfv1-age-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .lfv1-age-card { min-height: 155px; padding: 17px; }
  .lfv1-age-card__bubble { top: 14px; left: 14px; font-size: 10px; }
  .lfv1-age-card strong { font-size: 17px; }
  .lfv1-category-grid { grid-template-columns: 1fr; }
  .lfv1-product-grid, .lfv1-product-grid--catalog { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .lfv1-product-card__body { padding: 12px; }
  .lfv1-product-card h3 { min-height: 55px; font-size: 13px; }
  .lfv1-product-card__meta { font-size: 9px; }
  .lfv1-product-card__media img { padding: 9px; }
  .lfv1-product-card__buy { gap: 5px; }
  .lfv1-price { font-size: 16px; }
  .lfv1-add-button { width: 38px; min-width: 38px; height: 38px; }
  .lfv1-gift-banner { padding-bottom: 58px; }
  .lfv1-gift-banner__inner { min-height: 0; flex-direction: column; align-items: flex-start; padding: 34px 25px; }
  .lfv1-gift-banner h2 { font-size: 33px; }
  .lfv1-page-hero { padding: 48px 0 40px; }
  .lfv1-page-hero h1 { font-size: 43px; }
  .lfv1-category-panel__head { grid-template-columns: 80px 1fr auto; gap: 12px; }
  .lfv1-category-panel__head img { width: 80px; height: 75px; }
  .lfv1-category-panel__head h2 { font-size: 18px; }
  .lfv1-brand-grid { gap: 10px; }
  .lfv1-brand-card { min-height: 200px; }
  .lfv1-brand-card > img { height: 135px; padding: 12px; }
  .lfv1-brand-card > span { flex-direction: column; align-items: flex-start; gap: 4px; padding: 12px; }
  .lfv1-gift-guide__box { padding: 35px 18px; }
  .lfv1-gift-guide__box h2 { font-size: 31px; }
  .lfv1-gift-choices { gap: 10px; }
  .lfv1-gift-choices a { min-height: 140px; }
  .lfv1-catalog__toolbar { flex-wrap: wrap; padding-bottom: 12px; }
  .lfv1-catalog__toolbar form { margin-left: auto; }
  .lfv1-catalog__toolbar form label { display: none; }
  .lfv1-product-detail { gap: 28px; }
  .lfv1-gallery__main { min-height: 350px; }
  .lfv1-gallery__main > img { height: 350px; padding: 20px; }
  .lfv1-product-summary h1 { font-size: 36px; }
  .lfv1-add-form { grid-template-columns: 74px 1fr 46px; }
  .lfv1-add-form .quantity, .lfv1-add-form .quantity input.qty { width: 74px !important; }
  .lfv1-add-form .single_add_to_cart_button { padding: 8px 12px !important; font-size: 13px !important; }
  .lfv1-delivery-list { grid-template-columns: 1fr; }
  .lfv1-product-info { margin-top: 50px; padding-top: 42px; }
  .lfv1-footer__newsletter h2 { font-size: 29px; }
  .lfv1-footer__newsletter form { flex-direction: column; padding: 7px; border-radius: 15px; }
  .lfv1-footer__newsletter button { min-height: 44px; }
  .lfv1-footer__main { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
  .lfv1-footer__bottom > div { flex-direction: column; justify-content: center; text-align: center; }
  .lfv1-checkout-steps b { font-size: 9px; }
  .lfv1-checkout-steps > span { width: 20px; margin: 0 5px; }
  .lfv1-checkout-steps b i { width: 25px; height: 25px; }
}

/* V2 precision pass against the approved mockups. */
.lfv1-nav-new { display: inline-grid; min-width: 25px; height: 16px; place-items: center; border-radius: 4px; background: var(--lf-green); color: #fff !important; font-size: 7px !important; font-weight: 1000; }

.lfv1-hero > .lfv1-hero__grid { min-height: 370px; padding: 32px 42px 4px; grid-template-columns: .86fr 1.14fr; }
.lfv1-hero__copy h1 { max-width: 470px; font-size: clamp(46px,4.2vw,59px); }
.lfv1-hero__copy > p { max-width: 445px; margin-top: 18px; }
.lfv1-hero__visual { min-height: 345px; overflow: hidden; border-radius: 0 22px 22px 0; }
.lfv1-hero__visual::before { display: none; }
.lfv1-hero-scene { position: absolute; inset: 0; width: 108%; height: 100%; max-width: none !important; object-fit: cover; object-position: 55% 54%; mix-blend-mode: multiply; }
.lfv1-hero__benefits { margin: 0 42px; padding: 15px 0 17px; }
.lfv1-hero__benefits strong { font-size: 11px; }
.lfv1-hero__benefits small { font-size: 8px; }

.lfv1-home .lfv1-section { padding: 52px 0; }
.lfv1-home .lfv1-section-heading { align-items: center; margin-bottom: 26px; }
.lfv1-home .lfv1-section-heading h2 { font-size: 27px; letter-spacing: -.025em; }
.lfv1-home .lfv1-section-heading .lfv1-text-link { color: var(--lf-green) !important; font-size: 11px; }
.lfv1-home .lfv1-section--categories { background: #fff; }
.lfv1-home .lfv1-age-card__image { width: 136px; height: 136px; }
.lfv1-home .lfv1-age-card__image img { padding: 3px; mix-blend-mode: normal; transform: scale(.96); }
.lfv1-home .lfv1-category-card { min-height: 245px; }
.lfv1-home .lfv1-category-card__image { height: 182px; }
.lfv1-home .lfv1-category-card > span:nth-child(2) { min-height: 62px; }
.lfv1-home .lfv1-category-card small { display: none; }
.lfv1-home .lfv1-product-card h3 { min-height: 37px; font-size: 12px; }
.lfv1-home .lfv1-trust--home { width: min(1180px,calc(100% - 40px)); margin: 0 auto; overflow: hidden; border-radius: 17px; }

.lfv1-category-hub .lfv1-page-hero--compact { padding: 30px 0 24px; text-align: left; }
.lfv1-category-hub .lfv1-page-hero--compact .lfv1-breadcrumbs { justify-content: flex-start; margin-bottom: 14px; }
.lfv1-category-hub .lfv1-page-hero--compact .lfv1-eyebrow { display: none; }
.lfv1-category-hub .lfv1-page-hero--compact h1 { font-size: 42px; }
.lfv1-category-hub .lfv1-page-hero--compact p { max-width: 580px; margin: 8px 0 0; }
.lfv1-category-hub .lfv1-section { padding: 42px 0 54px; }
.lfv1-category-hub .lfv1-section-heading h2 { font-size: 28px; }
.lfv1-category-hub .lfv1-section--categories { background: #fff; }
.lfv1-category-hub .lfv1-section--categories .lfv1-eyebrow { display: none; }
.lfv1-age-grid--hub { grid-template-columns: repeat(6,minmax(0,1fr)); gap: 13px; }
.lfv1-age-card--hub { min-height: 220px; align-items: center; justify-content: flex-start; padding: 20px 13px 16px; overflow: hidden; border: 1px solid var(--lf-line); border-radius: 15px; background: #fff !important; box-shadow: none; }
.lfv1-age-card--hub .lfv1-age-card__image { width: 78px; height: 78px; border: 0; border-radius: 16px; background: #fff8e8; }
.lfv1-age-card--hub:nth-child(2) .lfv1-age-card__image { background: #e9f5e7; }
.lfv1-age-card--hub:nth-child(3) .lfv1-age-card__image { background: #e6f3f9; }
.lfv1-age-card--hub:nth-child(4) .lfv1-age-card__image { background: #fde8ed; }
.lfv1-age-card--hub:nth-child(5) .lfv1-age-card__image { background: #eee8f8; }
.lfv1-age-card--hub:nth-child(6) .lfv1-age-card__image { background: #eef1f2; }
.lfv1-age-card--hub strong { margin-top: 13px; font-size: 14px; }
.lfv1-age-card--hub small { display: block; min-height: 44px; margin-top: 7px; color: var(--lf-muted); font-size: 9px; line-height: 1.45; }
.lfv1-age-card--hub b { margin-top: auto; color: var(--lf-coral); font-size: 18px; }
.lfv1-category-brands .lfv1-section-heading { justify-content: flex-start; text-align: left; }

.lfv1-product-summary h1 { font-size: clamp(30px,3vw,39px); }
.lfv1-product-benefits > div { min-height: 68px; }

.lfv1-commerce-intro { display: flex; flex-direction: column; margin: 0 0 22px; text-align: left; }
.lfv1-commerce-intro h1 { order: 1; margin: 28px 0 0; font-size: 38px; }
.lfv1-checkout-steps { order: 0; width: 100%; max-width: none; justify-content: space-between; }
.lfv1-checkout-steps > span { flex: 1 1 70px; width: auto; max-width: 150px; }
.lfv1-checkout-steps b.is-complete { color: var(--lf-green); }
.lfv1-checkout-steps b.is-complete i { border-color: var(--lf-green); background: var(--lf-green); color: #fff; }

.woocommerce-cart #main,.woocommerce-checkout #main { padding-top: 24px !important; }
.woocommerce-cart .wc-block-cart { align-items: start; }
.woocommerce-cart .wc-block-cart-items { min-height: 238px; }
.woocommerce-cart .wc-block-cart-items__row { min-height: 220px; align-items: center; }
.woocommerce-cart .wc-block-cart-item__image { width: 215px !important; padding: 20px 10px 20px 20px !important; }
.woocommerce-cart .wc-block-cart-item__image img { width: 190px !important; height: 170px !important; object-fit: contain; }
.woocommerce-cart .wc-block-cart-item__product { padding: 28px 12px !important; vertical-align: middle !important; }
.woocommerce-cart .wc-block-components-product-name { max-width: 320px; font-size: 18px !important; line-height: 1.28 !important; }
.woocommerce-cart .wc-block-cart-item__total { padding: 30px 20px 20px 8px !important; vertical-align: top !important; }
.woocommerce-cart .wc-block-components-quantity-selector { margin-top: 15px !important; }
.lfv1-cart-extras { display: grid; gap: 14px; margin-top: 16px; }
.lfv1-cart-shipping { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: center; padding: 20px 24px; border: 1px solid var(--lf-line); border-radius: 14px; background: #fff; }
.lfv1-cart-shipping__icon { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; background: #fff3e9; color: var(--lf-coral); }
.lfv1-cart-shipping__icon .lfv1-icon { width: 25px; }
.lfv1-cart-shipping > div { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 7px 15px; }
.lfv1-cart-shipping strong { color: var(--lf-navy); font-size: 13px; }
.lfv1-cart-shipping i { display: block; height: 6px; grid-column: 1 / -1; overflow: hidden; border-radius: 99px; background: #ebeeed; }
.lfv1-cart-shipping i span { display: block; height: 100%; border-radius: inherit; background: var(--lf-coral); }
.lfv1-cart-shipping small { grid-column: 1 / -1; color: var(--lf-muted); font-size: 9px; }
.lfv1-cart-assurance { display: grid; grid-template-columns: repeat(3,1fr); padding: 15px 18px; border: 1px solid var(--lf-line); border-radius: 14px; background: #fff; }
.lfv1-cart-assurance span { display: flex; align-items: center; gap: 7px; color: var(--lf-navy); font-size: 9px; font-weight: 900; }
.lfv1-cart-assurance .lfv1-icon { width: 17px; color: var(--lf-green); }
.woocommerce-cart .wc-block-components-sidebar { position: sticky; top: 18px; }

.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-combobox .components-combobox-control__input,
.woocommerce-checkout .wc-block-components-address-form input,
.woocommerce-checkout .wc-block-components-address-form select { border: 1px solid #cfd4d9 !important; border-radius: 6px !important; background: #fff !important; color: var(--lf-navy) !important; box-shadow: none !important; }
.woocommerce-checkout .wc-block-components-checkout-place-order-button { border-radius: 8px !important; background: var(--lf-coral) !important; }

/* Informational, account and wishlist pages */
.lfv1-info-page {
  width: min(100% - 40px, 1080px);
  margin: 0 auto 64px;
  padding: 42px 48px 48px;
  border: 1px solid var(--lf-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(0,22,56,.06);
  color: var(--lf-navy);
}
.lfv1-info-page__header { margin-bottom: 30px; padding-bottom: 22px; border-bottom: 1px solid var(--lf-line); }
.lfv1-info-page__header h1 { margin: 7px 0 0; color: var(--lf-navy); font-size: clamp(32px,4vw,50px); line-height: 1.05; }
.lfv1-info-page h2 { margin-top: 34px; color: var(--lf-navy); font-size: clamp(23px,2.5vw,31px); }
.lfv1-info-page h3 { margin-top: 26px; color: var(--lf-navy); font-size: 20px; }
.lfv1-info-page p,.lfv1-info-page li { color: #48566d; line-height: 1.75; }
.lfv1-info-page a { color: var(--lf-coral); font-weight: 800; }
.lfv1-info-page .woocommerce { margin-top: 8px; }
.woocommerce-checkout .wc-block-checkout__additional-fields .wc-block-components-text-input { margin-top: 12px; }

/* 404 */
.lfv1-not-found { padding: 72px 0 96px; background: #fdfcf9; }
.lfv1-not-found__card { max-width: 760px; margin: 0 auto; padding: 58px; border: 1px solid var(--lf-line); border-radius: 28px; background: #fff; text-align: center; box-shadow: 0 16px 44px rgba(0,22,56,.07); }
.lfv1-not-found__code { display: block; margin-bottom: 8px; color: var(--lf-coral); font-size: clamp(56px,9vw,94px); font-weight: 900; line-height: 1; }
.lfv1-not-found h1 { max-width: 620px; margin: 12px auto 16px; color: var(--lf-navy); font-size: clamp(34px,5vw,56px); line-height: 1.05; }
.lfv1-not-found p { max-width: 590px; margin: 0 auto 28px; color: #59657a; font-size: 17px; line-height: 1.65; }
.lfv1-not-found__search { display: flex !important; max-width: 580px; margin: 0 auto 22px; }
.lfv1-not-found__search input { min-width: 0; flex: 1; }
.lfv1-not-found__actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

@media (max-width: 640px) {
  .lfv1-info-page { width: calc(100% - 24px); margin-bottom: 36px; padding: 28px 20px 32px; border-radius: 15px; }
  .lfv1-info-page__header { margin-bottom: 22px; padding-bottom: 18px; }
  .lfv1-not-found { padding: 36px 0 56px; }
  .lfv1-not-found__card { padding: 36px 20px; border-radius: 18px; }
  .lfv1-not-found__actions { flex-direction: column; }
  .lfv1-not-found__actions .lfv1-button { width: 100%; }
}

@media (max-width: 900px) {
  .lfv1-hero > .lfv1-hero__grid { min-height: auto; grid-template-columns: 1fr; padding: 40px 28px 0; }
  .lfv1-hero__visual { min-height: 330px; }
  .lfv1-hero-scene { width: 100%; object-position: center; }
  .lfv1-age-grid--hub { grid-template-columns: repeat(3,1fr); }
  .lfv1-commerce-intro h1 { font-size: 34px; }
  .woocommerce-cart .wc-block-cart-item__image { width: 140px !important; }
  .woocommerce-cart .wc-block-cart-item__image img { width: 120px !important; height: 115px !important; }
}

@media (max-width: 600px) {
  .lfv1-hero > .lfv1-hero__grid { padding: 34px 20px 0; }
  .lfv1-hero__copy h1 { font-size: 40px; }
  .lfv1-hero__visual { min-height: 250px; margin-top: 8px; }
  .lfv1-hero-scene { width: 112%; left: -6%; object-position: 52% center; }
  .lfv1-hero__benefits { margin: 0 20px; }
  .lfv1-home .lfv1-section-heading { align-items: flex-start; }
  .lfv1-home .lfv1-section-heading h2 { font-size: 25px; }
  .lfv1-home .lfv1-section-heading .lfv1-text-link { font-size: 9px; }
  .lfv1-home .lfv1-age-card__image { width: 88px; height: 88px; }
  .lfv1-age-grid--hub { grid-template-columns: repeat(2,1fr); }
  .lfv1-age-card--hub { min-height: 205px; }
  .lfv1-commerce-intro h1 { order: 1; margin-top: 22px; font-size: 32px; text-align: left; }
  .lfv1-checkout-steps { justify-content: center; }
  .lfv1-checkout-steps > span { flex: 0 1 22px; }
  .woocommerce-cart .wc-block-cart-items { min-height: 0; }
  .woocommerce-cart .wc-block-cart-items__row { min-height: 0; }
  .woocommerce-cart .wc-block-cart-item__image { width: 88px !important; padding: 15px 6px 15px 10px !important; }
  .woocommerce-cart .wc-block-cart-item__image img { width: 78px !important; height: 78px !important; }
  .woocommerce-cart .wc-block-cart-item__product { padding: 16px 8px !important; }
  .woocommerce-cart .wc-block-components-product-name { max-width: 195px; font-size: 13px !important; }
  .lfv1-cart-shipping { grid-template-columns: 38px 1fr; padding: 16px; }
  .lfv1-cart-shipping__icon { width: 38px; height: 38px; }
  .lfv1-cart-assurance { grid-template-columns: 1fr; gap: 10px; }
}

/* V1 visual alignment — mirrors the approved page compositions. */
body.lufiloo-v1.layout-boxed-mode #boxed-wrapper,
body.lufiloo-v1 #boxed-wrapper {
  width: 100% !important;
  max-width: none !important;
  box-shadow: none !important;
}

.lfv1-shell { width: min(1180px, calc(100% - 40px)); }

/* Header */
.lfv1-topbar { border-bottom: 1px solid #f0eadf; background: #fff9ef; color: var(--lf-ink); }
.lfv1-topbar__inner { min-height: 32px; justify-content: center; gap: 68px; font-size: 11px; font-weight: 800; }
.lfv1-topbar__inner span .lfv1-icon { color: var(--lf-green); }
.lfv1-header__main { min-height: 86px; grid-template-columns: 205px minmax(320px, 1fr) auto; gap: 24px; }
.lfv1-logo { width: 205px; }
.lfv1-search input[type="search"] { height: 46px; padding-right: 78px; border: 1px solid #dedfdc; border-radius: 11px; background: #fff; }
.lfv1-search button { top: 0; right: 0; width: 62px; height: 46px; border-radius: 0 11px 11px 0; }
.lfv1-header__actions { gap: 18px; }
.lfv1-header__actions > a { flex-direction: column; gap: 2px; }
.lfv1-action-icon { width: 30px; height: 30px; background: transparent; }
.lfv1-action-icon .lfv1-icon { width: 21px; }
.lfv1-action-copy { font-size: 10px; font-weight: 800; }
.lfv1-nav__inner { min-height: 48px; gap: 2px; }
.lfv1-nav__inner > a,
.lfv1-categories-toggle { min-height: 32px; gap: 7px; padding: 0 13px; border-radius: 10px; font-size: 12px; }
.lfv1-nav__inner > a > span { color: var(--lf-coral); font-size: 14px; }
.lfv1-categories-toggle { margin-right: 6px; background: #fff3e7; color: var(--lf-navy); }
.lfv1-categories-toggle:hover { background: #ffe9dc; }
body.lufiloo-v1 button.lfv1-categories-toggle { border: 0 !important; background: #fff3e7 !important; color: var(--lf-navy) !important; }
.lfv1-categories-toggle .lfv1-icon { width: 16px; }
.lfv1-nav__sale { margin-left: auto !important; color: var(--lf-coral) !important; }

.lfv1-mega { padding: 18px 0 24px; background: rgba(255,255,255,.98); }
.lfv1-mega__inner { grid-template-columns: 1.08fr .9fr .95fr 1.25fr; gap: 28px; padding: 22px; border: 1px solid var(--lf-line); border-radius: 18px; background: #fff; box-shadow: 0 20px 55px rgba(0,22,56,.13); }
.lfv1-mega h3 { margin: 0 0 13px; font-size: 15px; }
.lfv1-mega__links { grid-template-columns: 1fr; gap: 0; }
.lfv1-mega__links h3 { grid-column: 1 / -1; }
.lfv1-mega__links a { min-height: 33px; padding: 5px 2px; border: 0; }
.lfv1-mega__links a small { display: none; }
.lfv1-mega__links a .lfv1-icon { width: 14px; }
.lfv1-mega__age { padding: 0; background: transparent; }
.lfv1-age-pills { grid-template-columns: 1fr; gap: 6px; }
.lfv1-age-pills a { padding: 8px 12px; background: #fff8ee; font-size: 11px; text-align: left; }
.lfv1-mega__interest { display: flex; flex-direction: column; gap: 7px; }
.lfv1-mega__interest a { display: flex; align-items: center; gap: 6px; min-height: 32px; color: var(--lf-navy) !important; font-size: 11px; font-weight: 800; text-decoration: none !important; }
.lfv1-mega__interest a:last-child { margin-top: 6px; color: var(--lf-coral) !important; }
.lfv1-mega__interest .lfv1-icon { width: 14px; }
.lfv1-mega__gift { display: flex; min-height: 230px; flex-direction: column; align-items: flex-start; justify-content: center; padding: 24px; border-radius: 15px; background: linear-gradient(145deg,#fff1e3,#f5f7e9); }
.lfv1-mega__gift > span { color: var(--lf-coral); font-size: 10px; font-weight: 1000; letter-spacing: .1em; text-transform: uppercase; }
.lfv1-mega__gift h3 { margin: 7px 0; font-size: 20px; line-height: 1.18; }
.lfv1-mega__gift p { margin: 0 0 15px; color: var(--lf-muted); font-size: 11px; }
.lfv1-mega__gift .lfv1-button { min-height: 39px; padding: 9px 16px; font-size: 11px; }

/* Homepage */
.lfv1-hero-wrap { padding: 24px 0 12px; background: #fff; }
.lfv1-hero { overflow: hidden; border-radius: 24px; background: linear-gradient(112deg,#fff7e9 0%,#fff9f0 58%,#eff6e9 100%); }
.lfv1-hero::before { top: -130px; left: -120px; width: 300px; height: 300px; background: #ffe2d2; }
.lfv1-hero::after { right: -160px; bottom: -210px; width: 430px; height: 430px; background: #d8eddc; }
.lfv1-hero > .lfv1-hero__grid { width: 100%; min-height: 500px; padding: 54px 56px 20px; grid-template-columns: .92fr 1.08fr; gap: 36px; }
.lfv1-hero__copy { position: relative; z-index: 3; }
.lfv1-hero__copy h1 { max-width: 510px; font-size: clamp(47px,4.5vw,66px); }
.lfv1-hero__copy > p { max-width: 470px; margin-top: 18px; font-size: 16px; line-height: 1.62; }
.lfv1-hero__visual { min-height: 415px; }
.lfv1-hero__visual::before { position: absolute; right: 3%; bottom: 20px; width: 92%; height: 72%; border-radius: 49% 51% 28% 35%; background: rgba(255,255,255,.74); box-shadow: 0 20px 50px rgba(0,22,56,.08); content: ""; transform: rotate(-4deg); }
.lfv1-hero-product { border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.lfv1-hero-product { mix-blend-mode: multiply; }
.lfv1-hero-product img { filter: none; mix-blend-mode: multiply; -webkit-mask-image: radial-gradient(ellipse 68% 72% at center,#000 54%,transparent 82%); mask-image: radial-gradient(ellipse 68% 72% at center,#000 54%,transparent 82%); }
.lfv1-hero-product--1 { top: 62px; left: 0; width: 250px; height: 250px; }
.lfv1-hero-product--2 { top: 9px; right: 4%; width: 210px; height: 210px; }
.lfv1-hero-product--3 { right: 10%; bottom: 0; width: 235px; height: 235px; }
.lfv1-hero-product--4 { bottom: 7px; left: 13%; width: 150px; height: 150px; z-index: 5; }
.lfv1-hero__benefits { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3,1fr); margin: 0 56px; padding: 22px 0 25px; border-top: 1px solid rgba(0,22,56,.09); }
.lfv1-hero__benefits > div { display: flex; align-items: center; gap: 12px; padding-right: 24px; }
.lfv1-hero__benefits .lfv1-icon { width: 27px; color: var(--lf-green); }
.lfv1-hero__benefits span { display: flex; flex-direction: column; }
.lfv1-hero__benefits strong { font-size: 12px; }
.lfv1-hero__benefits small { color: var(--lf-muted); font-size: 9px; }
.lfv1-section { padding: 70px 0; }
.lfv1-section-heading { margin-bottom: 30px; }
.lfv1-section-heading--center { justify-content: center; text-align: center; }
.lfv1-section-heading h2 { font-size: 36px; }
.lfv1-section-heading p { margin: 6px 0 0; }
.lfv1-age-grid { grid-template-columns: repeat(6,1fr); gap: 24px; }
.lfv1-age-card { min-height: 0; align-items: center; justify-content: flex-start; padding: 0; overflow: visible; background: transparent !important; text-align: center; }
.lfv1-age-card::after,.lfv1-age-card > .lfv1-icon,.lfv1-age-card__bubble { display: none; }
.lfv1-age-card__image { display: grid; width: 140px; height: 140px; overflow: hidden; place-items: center; border: 8px solid #fff8ed; border-radius: 50%; background: #fff8ed; transition: transform .2s ease,box-shadow .2s ease; }
.lfv1-age-card:nth-child(2n) .lfv1-age-card__image { background: #eef7ed; border-color: #eef7ed; }
.lfv1-age-card:nth-child(3n) .lfv1-age-card__image { background: #edf6fa; border-color: #edf6fa; }
.lfv1-age-card__image img { width: 100%; height: 100%; padding: 8px; object-fit: contain; mix-blend-mode: multiply; }
.lfv1-age-card strong { margin-top: 12px; font-size: 14px; }
.lfv1-age-card:hover { box-shadow: none; }
.lfv1-age-card:hover .lfv1-age-card__image { transform: translateY(-4px); box-shadow: var(--lf-shadow-sm); }
.lfv1-section--categories { background: #fffaf2; }
.lfv1-category-grid { grid-template-columns: repeat(5,1fr); gap: 16px; }
.lfv1-category-card { display: flex; min-height: 260px; flex-direction: column; align-items: stretch; gap: 0; padding: 0; overflow: hidden; border-radius: 16px; }
.lfv1-category-card__image { width: 100%; height: 190px; border-radius: 0; }
.lfv1-category-card__image img { padding: 12px; mix-blend-mode: multiply; }
.lfv1-category-card > span:nth-child(2) { flex: 1; justify-content: center; padding: 14px 16px; }
.lfv1-category-card strong { font-size: 14px; }
.lfv1-category-card small { display: flex; align-items: center; gap: 4px; color: var(--lf-coral); }
.lfv1-category-card small .lfv1-icon { width: 12px; }
.lfv1-product-grid { grid-template-columns: repeat(5,minmax(0,1fr)); gap: 15px; }
.lfv1-product-card { border-radius: 13px; box-shadow: none; }
.lfv1-product-card__media { aspect-ratio: 1 / .92; }
.lfv1-product-card__body { padding: 13px; }
.lfv1-product-card h3 { min-height: 40px; margin: 4px 0 6px; font-size: 13px; line-height: 1.35; }
.lfv1-rating { font-size: 10px; }
.lfv1-product-card__buy { justify-content: flex-start; gap: 5px; padding-top: 9px; }
.lfv1-price { font-size: 18px; }
.lfv1-product-card__vat { color: var(--lf-muted); font-size: 8px; }
.lfv1-product-card__availability { display: flex; flex-direction: column; gap: 2px; margin: 8px 0 10px; color: var(--lf-green); font-size: 9px; font-weight: 900; }
.lfv1-product-card__availability small { color: var(--lf-muted); font-size: 8px; font-weight: 700; }
.lfv1-add-button { display: flex; width: 100%; min-width: 0; height: 38px; gap: 7px; border-radius: 8px; background: var(--lf-green) !important; color: #fff !important; }
.lfv1-add-button:hover { background: #478f48 !important; }
.lfv1-add-button span { display: inline !important; }
.lfv1-add-button .lfv1-icon { width: 16px; }
body.lufiloo-v1 .lfv1-product-card a.lfv1-add-button.button { border-color: var(--lf-green) !important; border-radius: 8px !important; background: var(--lf-green) !important; color: #fff !important; box-shadow: none !important; }
body.lufiloo-v1 .lfv1-product-card a.lfv1-add-button.button:hover { border-color: #478f48 !important; background: #478f48 !important; }
.lfv1-trust--home { border: 0; background: #fff8ed; }
.lfv1-trust--home .lfv1-trust__grid > div { min-height: 105px; }
.lfv1-inspiration__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.lfv1-inspiration__grid a { display: flex; min-height: 220px; flex-direction: column; justify-content: flex-end; padding: 27px; border-radius: 18px; background: linear-gradient(145deg,#fff0dc,#ffdcd0); color: var(--lf-navy) !important; text-decoration: none !important; }
.lfv1-inspiration__grid a:nth-child(2) { background: linear-gradient(145deg,#e8f5ec,#dcecf7); }
.lfv1-inspiration__grid a:nth-child(3) { background: linear-gradient(145deg,#fff2bd,#fff6df); }
.lfv1-inspiration__grid span { color: var(--lf-coral); font-size: 10px; font-weight: 1000; letter-spacing: .1em; text-transform: uppercase; }
.lfv1-inspiration__grid h3 { max-width: 280px; margin: 8px 0 18px; font-size: 23px; line-height: 1.2; }
.lfv1-inspiration__grid b { font-size: 11px; }

/* Category hub and catalog */
.lfv1-page-hero--compact { padding: 42px 0 34px; background: #fff; text-align: center; }
.lfv1-page-hero--compact .lfv1-breadcrumbs { justify-content: center; margin-bottom: 16px; }
.lfv1-category-grid--hub { grid-template-columns: repeat(4,1fr); }
.lfv1-category-grid--hub .lfv1-category-card { min-height: 280px; }
.lfv1-brand-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.lfv1-brand-chips a { min-width: 120px; padding: 12px 18px; border: 1px solid var(--lf-line); border-radius: 10px; background: #fff; color: var(--lf-navy) !important; font-size: 12px; font-weight: 900; text-align: center; text-decoration: none !important; }
.lfv1-category-brands { background: #fffaf2; }
.lfv1-page-hero--catalog { padding: 34px 0 24px; background: #fff; }
.lfv1-page-hero--catalog .lfv1-breadcrumbs { margin-bottom: 14px; }
.lfv1-page-hero--catalog .lfv1-eyebrow { margin-bottom: 4px; }
.lfv1-page-hero--catalog h1 { font-size: 42px; }
.lfv1-page-hero--catalog .lfv1-page-hero__description { max-width: 580px; font-size: 13px; }
.lfv1-subcategories { padding: 10px 0 26px; border: 0; }
.lfv1-subcategory-row { display: grid; grid-template-columns: repeat(6,1fr); gap: 12px; }
.lfv1-subcategory-row a { min-width: 0; padding: 0; border: 1px solid var(--lf-line); border-radius: 12px; background: #fff; }
.lfv1-subcategory-row a > span { width: 100%; height: 105px; border: 0; border-radius: 12px 12px 0 0; }
.lfv1-subcategory-row a strong { display: block; min-height: 48px; padding: 9px; font-size: 10px; line-height: 1.2; }
.lfv1-catalog__content { padding-top: 20px; }
.lfv1-catalog__toolbar { min-height: 53px; margin-bottom: 18px; border-top: 1px solid var(--lf-line); border-bottom: 1px solid var(--lf-line); }
.lfv1-catalog__toolbar p { margin-right: auto; }
.lfv1-catalog__toolbar form { margin-left: 0; }
.lfv1-view-switch { display: flex; gap: 4px; }
.lfv1-view-switch button { width: 31px; height: 31px; border: 1px solid var(--lf-line); border-radius: 6px; background: #fff; color: var(--lf-muted); }
.lfv1-view-switch button.is-active { border-color: var(--lf-coral); color: var(--lf-coral); }
.lfv1-catalog__layout { grid-template-columns: 205px minmax(0,1fr); gap: 28px; }
.lfv1-filters { padding: 0 16px 17px; border-radius: 12px; box-shadow: none; }
.lfv1-filters__head { min-height: 53px; }
.lfv1-filters fieldset { padding: 15px 0; }
.lfv1-filter-gift { display: flex; min-height: 190px; flex-direction: column; justify-content: flex-end; margin-top: 18px; padding: 18px; border-radius: 12px; background: linear-gradient(145deg,#fff0df,#edf7e9); color: var(--lf-navy) !important; text-decoration: none !important; }
.lfv1-filter-gift span { color: var(--lf-coral); font-size: 9px; font-weight: 1000; text-transform: uppercase; }
.lfv1-filter-gift strong { margin: 7px 0 16px; font-size: 17px; line-height: 1.25; }
.lfv1-filter-gift b { font-size: 10px; }
.lfv1-product-grid--catalog { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }

/* Product detail */
.lfv1-product-page { padding-bottom: 65px; }
.lfv1-product-page__breadcrumbs { padding-top: 22px; margin-bottom: 20px; }
.lfv1-product-detail { grid-template-columns: minmax(0,1.05fr) minmax(400px,.95fr); gap: 36px; }
.lfv1-gallery { display: grid; grid-template-columns: 68px minmax(0,1fr); gap: 12px; }
.lfv1-gallery__main { min-height: 510px; grid-column: 2; grid-row: 1; border: 1px solid var(--lf-line); border-radius: 14px; background: #fff; }
.lfv1-gallery:not(:has(.lfv1-gallery__thumbs)) .lfv1-gallery__main { grid-column: 1 / -1; }
.lfv1-gallery__main > img { height: 510px; padding: 28px; }
.lfv1-gallery__thumbs { grid-column: 1; grid-row: 1; flex-direction: column; margin: 0; }
.lfv1-gallery__thumbs button { width: 68px; min-width: 68px; height: 68px; border: 1px solid var(--lf-line); border-radius: 9px; background: #fff; }
.lfv1-product-summary { position: relative; padding: 26px; border: 1px solid var(--lf-line); border-radius: 14px; background: #fff; box-shadow: 0 8px 28px rgba(0,22,56,.05); }
.lfv1-product-summary h1 { padding-right: 42px; font-size: clamp(30px,3.3vw,43px); }
.lfv1-summary-wishlist--top { position: absolute; top: 21px; right: 20px; }
.lfv1-product-short { margin: 13px 0; font-size: 13px; }
.lfv1-product-price { margin-top: 11px; font-size: 31px; }
.lfv1-delivery-options { display: block; min-width: 0; margin: 18px 0 0; padding: 0; border: 0; }
.lfv1-delivery-options legend { margin: 0 0 9px; padding: 0; color: var(--lf-navy); font-size: 11px; font-weight: 900; }
.lfv1-delivery-options__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.lfv1-delivery-options__grid > label { position: relative; display: grid; min-height: 76px; grid-template-columns: 22px minmax(0,1fr) 18px; gap: 8px; align-items: center; padding: 11px; border: 1px solid var(--lf-line); border-radius: 9px; background: #fff; cursor: pointer; transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.lfv1-delivery-options__grid > label:hover { border-color: #a9cbaa; background: #f9fdf9; transform: translateY(-1px); }
.lfv1-delivery-options__grid > label.is-selected { border-color: var(--lf-green); background: #f4fbf4; box-shadow: 0 0 0 1px var(--lf-green); }
.lfv1-delivery-options input[type="radio"] { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; opacity: 0; }
.lfv1-delivery-options__grid > label:focus-within { outline: 3px solid rgba(92,174,94,.25); outline-offset: 2px; }
.lfv1-delivery-options .lfv1-icon { width: 20px; color: var(--lf-green); }
.lfv1-delivery-options span { display: flex; flex-direction: column; }
.lfv1-delivery-options strong { color: var(--lf-navy); font-size: 10px; line-height: 1.3; }
.lfv1-delivery-options small { margin-top: 3px; color: var(--lf-muted); font-size: 8px; line-height: 1.35; }
.lfv1-delivery-options b { color: var(--lf-green); font-size: 18px; opacity: 0; transform: scale(.7); transition: opacity .18s ease, transform .18s ease; }
.lfv1-delivery-options label.is-selected b { opacity: 1; transform: scale(1); }
.lfv1-delivery-options.is-saving { pointer-events: none; opacity: .72; }
.lfv1-delivery-options__status { margin: 8px 1px 0; color: var(--lf-muted); font-size: 9px; line-height: 1.45; }
.lfv1-purchase-card { margin-top: 10px; padding: 12px 0 0; border: 0; border-radius: 0; box-shadow: none; }
.lfv1-add-form { grid-template-columns: 82px 1fr; }
.lfv1-add-form .single_add_to_cart_button { border-radius: 8px !important; background: var(--lf-green) !important; }
body.lufiloo-v1 .lfv1-add-form button.single_add_to_cart_button.button { border-color: var(--lf-green) !important; border-radius: 8px !important; background: var(--lf-green) !important; box-shadow: none !important; }
body.lufiloo-v1 .lfv1-add-form button.single_add_to_cart_button.button:hover { border-color: #478f48 !important; background: #478f48 !important; }
.lfv1-wishlist-text { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 12px 0; color: var(--lf-navy) !important; font-size: 10px; font-weight: 900; text-decoration: none !important; }
.lfv1-wishlist-text .lfv1-icon { width: 16px; }
[data-lfv1-wishlist].is-loading { opacity: .55; pointer-events: none; }
[data-lfv1-wishlist].is-added .lfv1-icon { fill: currentColor; }
.lfv1-delivery-list { border-top: 1px solid var(--lf-line); padding-top: 13px; }
.lfv1-delivery-list > div { background: transparent; padding: 5px; }
.lfv1-product-benefits { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 35px; overflow: hidden; border: 1px solid var(--lf-line); border-radius: 12px; background: var(--lf-line); }
.lfv1-product-benefits > div { display: flex; min-height: 74px; align-items: center; justify-content: center; gap: 9px; padding: 12px; background: #fff8ed; }
.lfv1-product-benefits span { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; background: #fff; color: var(--lf-coral); }
.lfv1-product-benefits strong { font-size: 11px; }
.lfv1-product-info { grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 34px; padding-top: 0; border-top: 0; }
.lfv1-product-info > div { padding: 25px; border: 1px solid var(--lf-line); border-radius: 12px; background: #fff; }
.lfv1-product-info h2 { font-size: 25px; }
.lfv1-product-info__description { font-size: 13px; line-height: 1.65; }
.lfv1-product-info__description details { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--lf-line); }
.lfv1-product-info__description summary { font-weight: 900; cursor: pointer; }
.lfv1-product-specs { padding: 25px !important; background: #fff !important; }
.lfv1-related .lfv1-product-grid { grid-template-columns: repeat(5,minmax(0,1fr)); }

/* Cart and checkout */
.lfv1-header--commerce { border-bottom: 1px solid var(--lf-line); }
.lfv1-commerce-header__inner { display: grid; min-height: 82px; grid-template-columns: 170px minmax(260px,1fr) auto; align-items: center; gap: 38px; }
.lfv1-commerce-header__assurance { display: flex; gap: 22px; }
.lfv1-commerce-header__assurance span,.lfv1-commerce-header__assurance a { display: flex; align-items: center; gap: 7px; color: var(--lf-navy) !important; font-size: 10px; text-decoration: none !important; }
.lfv1-commerce-header__assurance .lfv1-icon { width: 20px; color: var(--lf-green); }
.woocommerce-cart #main,.woocommerce-checkout #main { padding-top: 38px !important; background: #fdfcf9; }
.lfv1-commerce-intro { margin-bottom: 30px; }
.lfv1-commerce-intro h1 { margin-bottom: 18px; font-size: 42px; }
.lfv1-checkout-steps { max-width: 720px; }
.lfv1-checkout-steps > span { width: 55px; }
.lufiloo-v1 .wc-block-components-button,.lufiloo-v1 .checkout-button,.lufiloo-v1 #place_order { border-radius: 8px !important; background: var(--lf-green) !important; }
.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-name { font-size: 14px !important; font-weight: 900 !important; line-height: 1.3 !important; }
.woocommerce-checkout .wc-block-components-order-summary-item__description { padding-top: 2px !important; }

@media (max-width: 1080px) {
  .lfv1-header__main { grid-template-columns: 145px minmax(240px,1fr) auto; }
  .lfv1-logo { width: 145px; }
  .lfv1-product-grid,.lfv1-related .lfv1-product-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .lfv1-category-grid { grid-template-columns: repeat(4,1fr); }
  .lfv1-age-card__image { width: 120px; height: 120px; }
  .lfv1-product-grid--catalog { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 900px) {
  .lfv1-topbar__inner { gap: 24px; }
  .lfv1-topbar__inner span:nth-child(2) { display: inline-flex; }
  .lfv1-header__main { min-height: 132px; grid-template-columns: 42px minmax(0,1fr) auto; }
  .lfv1-logo { width: 155px; }
  .lfv1-header__actions > a:nth-child(2) { display: none; }
  .lfv1-hero > .lfv1-hero__grid { grid-template-columns: 1fr; gap: 6px; padding: 45px 30px 15px; }
  .lfv1-hero__copy { text-align: center; }
  .lfv1-hero__copy > p { margin-right: auto; margin-left: auto; }
  .lfv1-button-row { justify-content: center; }
  .lfv1-hero__benefits { margin: 0 30px; }
  .lfv1-age-grid { grid-template-columns: repeat(3,1fr); row-gap: 28px; }
  .lfv1-category-grid,.lfv1-category-grid--hub { grid-template-columns: repeat(2,1fr); }
  .lfv1-product-grid,.lfv1-related .lfv1-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .lfv1-product-grid--catalog { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .lfv1-subcategory-row { grid-template-columns: repeat(3,1fr); }
  .lfv1-product-detail { grid-template-columns: 1fr; }
  .lfv1-commerce-header__inner { grid-template-columns: 145px 1fr; }
  .lfv1-commerce-header__assurance { display: none; }
}

@media (max-width: 600px) {
  .lfv1-shell { width: calc(100% - 28px); }
  .lfv1-header__main { grid-template-columns: 39px minmax(0,1fr) auto; }
  .lfv1-topbar__inner span:nth-child(n+2) { display: none; }
  .lfv1-action-copy { display: none; }
  .lfv1-header__actions > a { display: none !important; }
  .lfv1-header__actions > a.lfv1-cart-link { display: inline-flex !important; }
  .lfv1-header__actions { position: absolute !important; top: 20px; right: 14px; z-index: 6; display: flex !important; }
  body.lufiloo-v1 .lfv1-header__main .lfv1-search button { z-index: 5; display: grid !important; opacity: 1 !important; visibility: visible !important; }
  body.lufiloo-v1 .lfv1-header__main .lfv1-search { width: calc(100vw - 28px) !important; max-width: calc(100vw - 28px) !important; min-width: 0 !important; }
  body.lufiloo-v1 .lfv1-header__main .lfv1-search input[type="search"] { width: 100% !important; min-width: 0 !important; }
  .lfv1-hero-wrap { padding-top: 12px; }
  .lfv1-hero { border-radius: 17px; }
  .lfv1-hero > .lfv1-hero__grid { grid-template-columns: 1fr; gap: 0; padding: 38px 20px 14px; }
  .lfv1-hero__copy h1 { font-size: 42px; }
  .lfv1-hero__copy > p { font-size: 14px; line-height: 1.55; }
  .lfv1-hero__visual { min-height: 285px; }
  .lfv1-hero-product--1 { width: 165px; height: 165px; }
  .lfv1-hero-product--2 { width: 130px; height: 130px; }
  .lfv1-hero-product--3 { width: 145px; height: 145px; }
  .lfv1-hero-product--4 { width: 95px; height: 95px; }
  .lfv1-hero__benefits { grid-template-columns: 1fr; gap: 12px; margin: 0 20px; padding: 18px 0; }
  .lfv1-hero__benefits > div { padding: 0; }
  .lfv1-section-heading--center { align-items: center; }
  .lfv1-age-grid { grid-template-columns: repeat(3,1fr); gap: 20px 8px; }
  .lfv1-age-card__image { width: 88px; height: 88px; border-width: 5px; }
  .lfv1-age-card strong { font-size: 11px; }
  .lfv1-category-grid,.lfv1-category-grid--hub { grid-template-columns: repeat(2,1fr); gap: 10px; }
  .lfv1-category-card { min-height: 210px; }
  .lfv1-category-card__image { height: 145px; }
  .lfv1-product-card__availability { min-height: 27px; }
  .lfv1-add-button { width: 100%; min-width: 0; }
  .lfv1-inspiration__grid { grid-template-columns: 1fr; }
  .lfv1-inspiration__grid a { min-height: 180px; }
  .lfv1-subcategory-row { display: flex; }
  .lfv1-subcategory-row a { min-width: 128px; }
  .lfv1-catalog__toolbar .lfv1-view-switch { display: none; }
  .lfv1-gallery { grid-template-columns: 1fr; }
  .lfv1-gallery__main,.lfv1-gallery:not(:has(.lfv1-gallery__thumbs)) .lfv1-gallery__main { grid-column: 1; }
  .lfv1-gallery__main { min-height: 340px; }
  .lfv1-gallery__main > img { height: 340px; padding: 18px; }
  .lfv1-gallery__thumbs { grid-column: 1; grid-row: 2; flex-direction: row; }
  .lfv1-product-summary { padding: 20px 16px; }
  .lfv1-delivery-options__grid { grid-template-columns: 1fr; }
  .lfv1-product-benefits { grid-template-columns: 1fr 1fr; }
  .lfv1-product-info { grid-template-columns: 1fr; }
  .lfv1-commerce-header__inner { min-height: 128px; grid-template-columns: 1fr; gap: 10px; padding: 16px 0; }
  .lfv1-commerce-header__inner .lfv1-header__logo { grid-row: auto; grid-column: auto; justify-self: center; }
  .lfv1-commerce-header__inner .lfv1-search { grid-row: auto; grid-column: auto; }
  .woocommerce-cart .wc-block-components-product-name { max-width: 180px; font-size: 13px !important; line-height: 1.25 !important; }
  .woocommerce-cart .wc-block-cart-item__total { display: none !important; }
  .woocommerce-cart .wc-block-cart-item__product { width: 100% !important; }
  .lfv1-checkout-steps { max-width: 100%; }
  .lfv1-checkout-steps b { flex-direction: column; font-size: 8px; }
  .lfv1-checkout-steps > span { width: 13px; margin: 0 2px; }
}

/* V2 final cascade — keep after all legacy responsive rules. */
.lfv1-nav-new { display: inline-grid; min-width: 25px; height: 16px; place-items: center; border-radius: 4px; background: var(--lf-green); color: #fff !important; font-size: 7px !important; font-weight: 1000; }
.lfv1-hero > .lfv1-hero__grid { min-height: 370px; padding: 32px 42px 4px; grid-template-columns: .86fr 1.14fr; }
.lfv1-hero__copy h1 { max-width: 470px; font-size: clamp(46px,4.2vw,59px); }
.lfv1-hero__visual { min-height: 345px; overflow: hidden; border-radius: 0 22px 22px 0; }
.lfv1-hero__visual::before { display: none; }
.lfv1-hero-scene { position: absolute; inset: 0; width: 108%; height: 100%; max-width: none !important; object-fit: cover; object-position: 55% 54%; mix-blend-mode: multiply; }
.lfv1-hero__benefits { margin: 0 42px; padding: 15px 0 17px; }
.lfv1-hero__benefits strong { font-size: 11px; }
.lfv1-hero__benefits small { font-size: 8px; }
.lfv1-home .lfv1-section { padding: 52px 0; }
.lfv1-home .lfv1-section-heading { align-items: center; margin-bottom: 26px; }
.lfv1-home .lfv1-section-heading h2 { font-size: 27px; letter-spacing: -.025em; }
.lfv1-home .lfv1-section-heading .lfv1-text-link { color: var(--lf-green) !important; font-size: 11px; }
.lfv1-home .lfv1-section--categories { background: #fff; }
.lfv1-home .lfv1-age-card__image { width: 136px; height: 136px; }
.lfv1-home .lfv1-category-card { min-height: 245px; }
.lfv1-home .lfv1-category-card__image { height: 182px; }
.lfv1-home .lfv1-category-card > span:nth-child(2) { min-height: 62px; }
.lfv1-home .lfv1-category-card small { display: none; }
.lfv1-home .lfv1-product-card h3 { min-height: 37px; font-size: 12px; }
.lfv1-home .lfv1-trust--home { width: min(1180px,calc(100% - 40px)); margin: 0 auto; overflow: hidden; border-radius: 17px; }
.lfv1-category-hub .lfv1-page-hero--compact { padding: 30px 0 24px; text-align: left; }
.lfv1-category-hub .lfv1-page-hero--compact .lfv1-breadcrumbs { justify-content: flex-start; margin-bottom: 14px; }
.lfv1-category-hub .lfv1-page-hero--compact .lfv1-eyebrow { display: none; }
.lfv1-category-hub .lfv1-page-hero--compact h1 { font-size: 42px; }
.lfv1-category-hub .lfv1-page-hero--compact p { max-width: 580px; margin: 8px 0 0; }
.lfv1-category-hub .lfv1-section { padding: 42px 0 54px; }
.lfv1-category-hub .lfv1-section-heading h2 { font-size: 28px; }
.lfv1-category-hub .lfv1-section--categories { background: #fff; }
.lfv1-category-hub .lfv1-section--categories .lfv1-eyebrow { display: none; }
.lfv1-age-grid--hub { grid-template-columns: repeat(6,minmax(0,1fr)); gap: 13px; }
.lfv1-age-card--hub { min-height: 220px; align-items: center; justify-content: flex-start; padding: 20px 13px 16px; overflow: hidden; border: 1px solid var(--lf-line); border-radius: 15px; background: #fff !important; box-shadow: none; }
.lfv1-age-card--hub .lfv1-age-card__image { width: 78px; height: 78px; border: 0; border-radius: 16px; background: #fff8e8; }
.lfv1-age-card--hub:nth-child(2) .lfv1-age-card__image { background: #e9f5e7; }
.lfv1-age-card--hub:nth-child(3) .lfv1-age-card__image { background: #e6f3f9; }
.lfv1-age-card--hub:nth-child(4) .lfv1-age-card__image { background: #fde8ed; }
.lfv1-age-card--hub:nth-child(5) .lfv1-age-card__image { background: #eee8f8; }
.lfv1-age-card--hub:nth-child(6) .lfv1-age-card__image { background: #eef1f2; }
.lfv1-age-card--hub strong { margin-top: 13px; font-size: 14px; }
.lfv1-age-card--hub small { display: block; min-height: 44px; margin-top: 7px; color: var(--lf-muted); font-size: 9px; line-height: 1.45; }
.lfv1-age-card--hub b { margin-top: auto; color: var(--lf-coral); font-size: 18px; }
.lfv1-product-summary h1 { font-size: clamp(30px,3vw,39px); }
.lfv1-commerce-intro { display: flex; flex-direction: column; margin: 0 0 22px; text-align: left; }
.lfv1-commerce-intro h1 { order: 1; margin: 28px 0 0; font-size: 38px; }
.lfv1-checkout-steps { order: 0; width: 100%; max-width: none; justify-content: space-between; }
.lfv1-checkout-steps > span { flex: 1 1 70px; width: auto; max-width: 150px; }
.lfv1-checkout-steps b.is-complete { color: var(--lf-green); }
.lfv1-checkout-steps b.is-complete i { border-color: var(--lf-green); background: var(--lf-green); color: #fff; }
.woocommerce-cart #main,.woocommerce-checkout #main { padding-top: 24px !important; }
.woocommerce-cart .wc-block-cart-items { min-height: 238px; }
.woocommerce-cart .wc-block-cart-items__row { min-height: 220px; align-items: center; }
.woocommerce-cart .wc-block-cart-item__image { width: 215px !important; padding: 20px 10px 20px 20px !important; }
.woocommerce-cart .wc-block-cart-item__image img { width: 190px !important; height: 170px !important; object-fit: contain; }
.woocommerce-cart .wc-block-cart-item__product { padding: 28px 12px !important; vertical-align: middle !important; }
.woocommerce-cart .wc-block-components-product-name { max-width: 320px; font-size: 18px !important; line-height: 1.28 !important; }
.woocommerce-cart .wc-block-cart-item__total { display: table-cell !important; padding: 30px 20px 20px 8px !important; vertical-align: top !important; }
.lfv1-cart-extras { display: grid; gap: 14px; margin-top: 16px; }
.lfv1-cart-shipping { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: center; padding: 20px 24px; border: 1px solid var(--lf-line); border-radius: 14px; background: #fff; }
.lfv1-cart-shipping__icon { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; background: #fff3e9; color: var(--lf-coral); }
.lfv1-cart-shipping__icon .lfv1-icon { width: 25px; }
.lfv1-cart-shipping > div { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 7px 15px; }
.lfv1-cart-shipping strong { color: var(--lf-navy); font-size: 13px; }
.lfv1-cart-shipping i { display: block; height: 6px; grid-column: 1 / -1; overflow: hidden; border-radius: 99px; background: #ebeeed; }
.lfv1-cart-shipping i span { display: block; height: 100%; border-radius: inherit; background: var(--lf-coral); }
.lfv1-cart-shipping small { grid-column: 1 / -1; color: var(--lf-muted); font-size: 9px; }
.lfv1-cart-assurance { display: grid; grid-template-columns: repeat(3,1fr); padding: 15px 18px; border: 1px solid var(--lf-line); border-radius: 14px; background: #fff; }
.lfv1-cart-assurance span { display: flex; align-items: center; gap: 7px; color: var(--lf-navy); font-size: 9px; font-weight: 900; }
.lfv1-cart-assurance .lfv1-icon { width: 17px; color: var(--lf-green); }
.woocommerce-checkout .wc-block-components-text-input input,.woocommerce-checkout .wc-block-components-combobox .components-combobox-control__input,.woocommerce-checkout .wc-block-components-address-form input,.woocommerce-checkout .wc-block-components-address-form select { border: 1px solid #cfd4d9 !important; border-radius: 6px !important; background: #fff !important; color: var(--lf-navy) !important; box-shadow: none !important; }
.woocommerce-checkout .lfv1-commerce-intro h1 { display: none; }
.woocommerce-checkout .lfv1-commerce-intro { margin-bottom: 24px; }
.woocommerce-checkout .wc-block-components-text-input label,.woocommerce-checkout .wc-block-components-combobox label,.woocommerce-checkout .wc-block-components-address-form label { color: #667085 !important; opacity: 1 !important; }
.woocommerce-checkout .wc-block-components-checkout-place-order-button { border-radius: 8px !important; background: var(--lf-coral) !important; }

/* Keep the cart quantity legible regardless of the inherited header line-height. */
.lfv1-cart-count {
  top: -5px;
  right: -7px;
  display: inline-flex;
  width: auto;
  min-width: 21px;
  height: 21px;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  border-width: 2px;
  box-sizing: border-box;
  font-size: 11px;
  font-weight: 1000;
  line-height: 1 !important;
  text-align: center;
  box-shadow: 0 2px 7px rgba(0,22,56,.16);
  z-index: 2;
}

/* Cart totals polish: WooCommerce reserves padding only on the left by default. */
.woocommerce-cart .wc-block-cart__sidebar {
  padding: 0 22px !important;
  overflow: hidden;
}
.woocommerce-cart .wc-block-cart__sidebar > * { width: 100%; }
.woocommerce-cart .wc-block-cart__totals-title { padding-right: 0 !important; }

/* A quieter, contained newsletter card above the dark footer. */
.lfv1-footer__newsletter {
  padding-top: 32px;
  background: var(--lf-navy);
  color: var(--lf-navy);
}
.lfv1-footer__newsletter > .lfv1-shell {
  min-height: 138px;
  padding: 28px 34px;
  border: 1px solid rgba(232,97,74,.13);
  border-radius: 20px;
  background: linear-gradient(135deg,#fff8ed 0%,#f1f8ef 100%);
  box-shadow: 0 16px 36px rgba(0,22,56,.13);
}
.lfv1-footer__newsletter .lfv1-eyebrow { color: var(--lf-coral); }
.lfv1-footer__newsletter h2 { max-width: 570px; color: var(--lf-navy); font-size: 30px; }
.lfv1-footer__newsletter form { position: relative; border: 1px solid #dedfd9; box-shadow: 0 7px 20px rgba(0,22,56,.07); }
.lfv1-footer__newsletter input { border: 0 !important; background: #fff !important; color: var(--lf-navy) !important; box-shadow: none !important; }
.lfv1-footer__newsletter button { background: var(--lf-coral); }
.lfv1-footer__newsletter button:hover { background: var(--lf-coral-dark); }
.lfv1-footer__newsletter button:disabled { opacity: .65; cursor: wait; }
.lfv1-newsletter-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; }
.lfv1-newsletter-message { position: absolute; top: calc(100% + 8px); right: 8px; left: 8px; margin: 0; color: #526075; font-size: 11px; font-weight: 800; line-height: 1.35; text-align: center; }
.lfv1-newsletter-message:empty { display: none; }
.lfv1-newsletter-message.is-success { color: #327a3a; }
.lfv1-newsletter-message.is-error { color: #b83232; }
.lfv1-footer__main { padding-top: 48px; }

.lfv1-nav-new {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  line-height: 1 !important;
  text-align: center;
  vertical-align: middle;
}

/* Spread the desktop navigation evenly, as in the approved V1 layout. */
@media (min-width: 901px) {
  .lfv1-nav__inner {
    justify-content: space-between;
    gap: 10px;
  }
  .lfv1-nav__inner > a,
  .lfv1-categories-toggle {
    flex: 0 0 auto;
  }
  .lfv1-categories-toggle { margin-right: 0; }
  .lfv1-nav__sale { margin-left: 0 !important; }
}

@media (max-width: 900px) {
  .lfv1-hero > .lfv1-hero__grid { min-height: auto; grid-template-columns: 1fr; padding: 40px 28px 0; }
  .lfv1-hero__visual { min-height: 330px; }
  .lfv1-hero-scene { width: 100%; object-position: center; }
  .lfv1-age-grid--hub { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 600px) {
  .lfv1-hero > .lfv1-hero__grid { padding: 34px 20px 0; }
  .lfv1-hero__copy h1 { font-size: 40px; }
  .lfv1-hero__visual { min-height: 250px; margin-top: 8px; }
  .lfv1-hero-scene { width: 112%; left: -6%; object-position: 52% center; }
  .lfv1-hero__benefits { margin: 0 20px; }
  .lfv1-home .lfv1-section-heading { align-items: flex-start; }
  .lfv1-home .lfv1-section-heading h2 { font-size: 25px; }
  .lfv1-home .lfv1-section-heading .lfv1-text-link { font-size: 9px; }
  .lfv1-age-grid--hub { grid-template-columns: repeat(2,1fr); }
  .lfv1-age-card--hub { min-height: 205px; }
  .lfv1-commerce-intro h1 { margin-top: 22px; font-size: 32px; }
  .lfv1-checkout-steps > span { flex: 0 1 22px; }
  .woocommerce-cart .wc-block-cart-items { min-height: 0; }
  .woocommerce-cart .wc-block-cart-items__row { min-height: 0; }
  .woocommerce-cart .wc-block-cart-item__image { width: 88px !important; padding: 15px 6px 15px 10px !important; }
  .woocommerce-cart .wc-block-cart-item__image img { width: 78px !important; height: 78px !important; }
  .woocommerce-cart .wc-block-cart-item__product { padding: 16px 8px !important; }
  .woocommerce-cart .wc-block-components-product-name { max-width: 195px; font-size: 13px !important; }
  .woocommerce-cart .wc-block-cart-item__total { display: none !important; }
  .lfv1-cart-shipping { grid-template-columns: 38px 1fr; padding: 16px; }
  .lfv1-cart-shipping__icon { width: 38px; height: 38px; }
  .lfv1-cart-assurance { grid-template-columns: 1fr; gap: 10px; }
  .woocommerce-cart .wc-block-cart__sidebar { padding-right: 16px !important; padding-left: 16px !important; }
  .lfv1-footer__newsletter { padding-top: 20px; }
  .lfv1-footer__newsletter > .lfv1-shell { padding: 28px 20px; border-radius: 16px; }
  .lfv1-footer__newsletter h2 { font-size: 26px; }
}

/* Keep the age visuals compact after the final homepage desktop overrides. */
@media (max-width: 600px) {
  .lfv1-home .lfv1-age-card__image { width: 88px; height: 88px; }
}

/* Original category artwork matching the approved homepage concept. */
.lfv1-home .lfv1-category-card__image {
  border-bottom: 1px solid rgba(0,22,56,.05);
  background: #fff4e8;
}
.lfv1-home .lfv1-category-card:nth-child(2) .lfv1-category-card__image { background: #eef7ed; }
.lfv1-home .lfv1-category-card:nth-child(3) .lfv1-category-card__image { background: #fceef2; }
.lfv1-home .lfv1-category-card:nth-child(4) .lfv1-category-card__image { background: #eef5fb; }
.lfv1-home .lfv1-category-card:nth-child(5) .lfv1-category-card__image { background: #f7f1e8; }
.lfv1-home .lfv1-category-card__image img.lfv1-category-image {
  padding: 8px 12px 3px;
  mix-blend-mode: normal;
  transform: scale(.97);
}

/* Checkout cards: use real spacing between the columns and equal inner edges. */
@media (min-width: 901px) {
  .woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout {
    display: grid !important;
    grid-template-columns: minmax(0, 1.78fr) minmax(360px, 1fr);
    gap: 24px;
    align-items: start;
  }
  .woocommerce-checkout .wc-block-checkout__main,
  .woocommerce-checkout .wc-block-checkout__sidebar {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box;
    overflow: hidden;
  }
  .woocommerce-checkout .wc-block-checkout__main {
    padding: 24px 28px 30px !important;
  }
  .woocommerce-checkout .wc-block-checkout__sidebar {
    padding: 20px 22px 22px !important;
  }
}

@media (max-width: 900px) {
  .woocommerce-checkout .wc-block-checkout__main,
  .woocommerce-checkout .wc-block-checkout__sidebar {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box;
    overflow: hidden;
    padding: 20px 16px 24px !important;
  }
}

/* Customer account: clear login and registration cards. */
.woocommerce-account #customer_login {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.woocommerce-account #customer_login .u-column1,
.woocommerce-account #customer_login .u-column2 {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 28px !important;
  overflow: visible;
  border: 1px solid var(--lf-line) !important;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(0, 22, 56, .06);
}

.woocommerce-account #customer_login h2 {
  margin: 0 0 22px !important;
  padding: 0 0 14px !important;
  border-bottom: 1px solid var(--lf-line);
  color: var(--lf-navy);
  font-size: clamp(27px, 3vw, 34px) !important;
  line-height: 1.15 !important;
}

.woocommerce-account #customer_login .form-row {
  margin: 0 0 18px;
  padding: 0;
}

.woocommerce-account #customer_login label {
  display: block;
  margin: 0 0 7px;
  color: #526075;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.woocommerce-account #customer_login input.input-text {
  width: 100% !important;
  height: 50px !important;
  padding: 0 14px !important;
  border: 1px solid #cfd4d9 !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--lf-navy) !important;
  box-shadow: none !important;
}

.woocommerce-account #customer_login input.input-text:focus {
  border-color: var(--lf-coral) !important;
  box-shadow: 0 0 0 3px rgba(232, 97, 74, .13) !important;
  outline: 0;
}

.woocommerce-account #customer_login .password-input {
  position: relative;
  display: block;
  width: 100%;
}

.woocommerce-account #customer_login .show-password-input {
  top: 50% !important;
  right: 12px !important;
  transform: translateY(-50%) !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--lf-navy) !important;
  box-shadow: none !important;
}

.woocommerce-account #customer_login .woocommerce-form-login__rememberme {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 12px 10px 0;
}

.woocommerce-account #customer_login .woocommerce-form-login__rememberme input {
  width: 18px;
  height: 18px;
  margin: 0;
}

.woocommerce-account #customer_login .woocommerce-form-login__submit,
.woocommerce-account #customer_login .woocommerce-form-register__submit {
  min-height: 50px;
  padding: 13px 24px !important;
  border-radius: 10px !important;
  background: var(--lf-coral) !important;
  color: #fff !important;
  font-size: 15px !important;
  text-transform: none !important;
}

.woocommerce-account #customer_login p {
  color: #526075;
  font-size: 14px;
  line-height: 1.65;
}

.woocommerce-account #customer_login a {
  color: var(--lf-coral);
}

@media (max-width: 700px) {
  .woocommerce-account #main {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .woocommerce-account #main > .fusion-row {
    width: calc(100% - 24px) !important;
    margin: 0 auto !important;
  }

  .woocommerce-account .lfv1-info-page {
    margin: 0 0 28px !important;
    padding: 24px 16px 28px !important;
    border-radius: 18px;
  }

  .woocommerce-account #customer_login {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .woocommerce-account #customer_login .u-column1,
  .woocommerce-account #customer_login .u-column2 {
    padding: 20px 16px !important;
  }

  .woocommerce-account #customer_login h2 {
    font-size: 27px !important;
  }
}

/* Fast product search with keyboard-friendly suggestions. */
.lfv1-search-suggestions {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  z-index: 1002;
  max-height: min(460px, 70vh);
  overflow: auto;
  padding: 8px;
  border: 1px solid var(--lf-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(0, 22, 56, .16);
}

.lfv1-search-suggestions[hidden] { display: none !important; }
.lfv1-search-suggestions > a {
  display: flex !important;
  min-height: 66px;
  align-items: center;
  gap: 12px;
  padding: 8px 10px;
  border-radius: 9px;
  color: var(--lf-navy) !important;
  text-decoration: none !important;
}
.lfv1-search-suggestions > a:hover,
.lfv1-search-suggestions > a.is-active { background: var(--lf-cream); }
.lfv1-search-suggestions img { width: 50px; height: 50px; flex: 0 0 50px; padding: 3px; border-radius: 8px; background: #faf9f6; object-fit: contain; }
.lfv1-search-suggestions a span { display: grid; min-width: 0; gap: 3px; }
.lfv1-search-suggestions a strong { overflow: hidden; font-size: 13px; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.lfv1-search-suggestions a small { color: var(--lf-coral); font-size: 12px; font-weight: 900; }
.lfv1-search-suggestions .lfv1-search-suggestions__all { min-height: 42px; justify-content: center; margin-top: 4px; border-top: 1px solid var(--lf-line); color: var(--lf-green) !important; font-weight: 900; }
.lfv1-search-suggestions__empty { margin: 0; padding: 14px; color: var(--lf-muted); font-size: 13px; text-align: center; }

/* Real WooCommerce ratings only; empty products no longer show fake stars. */
.lfv1-rating { color: var(--lf-muted); text-decoration: none !important; }
.lfv1-rating .star-rating { float: none; width: 5.4em; margin: 0; color: #f5b72f; font-size: 12px; letter-spacing: .03em; }
.lfv1-rating--empty small { font-style: normal; }

/* Product reviews use native moderation and WooCommerce rating data. */
.lfv1-product-reviews { margin-top: 34px; padding: 28px; border: 1px solid var(--lf-line); border-radius: 14px; background: #fff; }
.lfv1-product-reviews__heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.lfv1-product-reviews__heading h2 { margin: 4px 0 0; color: var(--lf-navy); font-size: 28px; }
.lfv1-product-reviews__heading > strong { color: var(--lf-navy); font-size: 22px; }
.lfv1-product-reviews__heading > strong small { color: var(--lf-muted); font-size: 12px; }
.lfv1-review-list { display: grid; gap: 14px; margin: 0 0 28px !important; padding: 0 !important; list-style: none !important; }
.lfv1-review-list > li { padding: 20px; border: 1px solid var(--lf-line); border-radius: 12px; }
.lfv1-review-list__author { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.lfv1-review-list__author img { width: 42px; height: 42px; border-radius: 50%; }
.lfv1-review-list__author span { display: grid; }
.lfv1-review-list__author small { color: var(--lf-muted); }
.lfv1-review-list__rating .star-rating { float: none; margin: 0 0 8px; color: #f5b72f; }
.lfv1-no-reviews { padding: 16px 18px; border-radius: 10px; background: var(--lf-cream); color: #526075; }
.lfv1-review-form { margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--lf-line); }
.lfv1-review-form h3 { margin: 0 0 8px; color: var(--lf-navy); font-size: 22px; }
.lfv1-review-form label { display: block; margin-bottom: 6px; color: var(--lf-navy); font-weight: 800; }
.lfv1-review-form input[type="text"],
.lfv1-review-form input[type="email"],
.lfv1-review-form select,
.lfv1-review-form textarea { width: 100%; padding: 12px 14px; border: 1px solid #cfd4d9; border-radius: 9px; background: #fff; color: var(--lf-navy); }
.lfv1-review-form textarea { resize: vertical; }
.lfv1-review-form .comment-notes { color: var(--lf-muted); font-size: 13px; }

.lfv1-newsletter-consent { max-width: 590px; margin: 10px 0 0; color: #526075; font-size: 12px; line-height: 1.5; }
.lfv1-newsletter-consent a { color: var(--lf-coral) !important; font-weight: 900; }

/* Legally required online withdrawal function. */
.lfv1-withdrawal { max-width: 820px; }
.lfv1-withdrawal > p { color: #526075; line-height: 1.75; }
.lfv1-withdrawal-form { display: grid; gap: 18px; margin-top: 24px; }
.lfv1-withdrawal-form > label:not(.lfv1-withdrawal-form__check):not(.lfv1-newsletter-honeypot) { display: grid; gap: 7px; color: var(--lf-navy); font-weight: 850; }
.lfv1-withdrawal-form label > span { color: var(--lf-coral); }
.lfv1-withdrawal-form input[type="text"],
.lfv1-withdrawal-form input[type="email"],
.lfv1-withdrawal-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #cfd4d9; border-radius: 9px; background: #fff; color: var(--lf-navy); font: inherit; font-weight: 500; }
.lfv1-withdrawal-form input:focus,
.lfv1-withdrawal-form textarea:focus { border-color: var(--lf-coral); box-shadow: 0 0 0 3px rgba(232, 97, 74, .13); outline: 0; }
.lfv1-withdrawal-form__check { display: flex; align-items: start; gap: 10px; color: var(--lf-navy); font-weight: 750; }
.lfv1-withdrawal-form__check input { width: 19px; height: 19px; flex: 0 0 19px; margin-top: 2px; }
.lfv1-withdrawal-form__check span { color: var(--lf-navy); }
.lfv1-withdrawal-form__privacy { margin: -4px 0 0; color: var(--lf-muted); font-size: 12px; }
.lfv1-form-notice { margin-bottom: 20px; padding: 16px 18px; border-radius: 10px; }
.lfv1-form-notice.is-success { border: 1px solid #9dcc9c; background: #edf8ed; color: #28662d; }
.lfv1-form-notice.is-warning { border: 1px solid #e4c36c; background: #fff8df; color: #74550c; }
.lfv1-form-notice.is-error { border: 1px solid #e5a29a; background: #fff0ee; color: #91372d; }

@media (max-width: 700px) {
  .lfv1-search-suggestions { top: calc(100% + 5px); max-height: 60vh; }
  .lfv1-product-reviews { padding: 20px 16px; }
  .lfv1-product-reviews__heading { align-items: start; flex-direction: column; }
}

/* Prominent centred confirmation shown after a product addition. */
.lfv1-cart-toast-backdrop {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: rgba(0, 22, 56, .46);
  opacity: 0;
  backdrop-filter: blur(2px);
  transition: opacity .2s ease;
}
.lfv1-cart-toast-backdrop[hidden] { display: none !important; }
.lfv1-cart-toast-backdrop.is-visible { opacity: 1; }
body.lfv1-cart-toast-open { overflow: hidden; }
.lfv1-cart-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000000;
  width: min(560px, calc(100vw - 40px));
  padding: 34px;
  border: 1px solid rgba(0, 22, 56, .1);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(0, 22, 56, .34);
  opacity: 0;
  transform: translate(-50%, calc(-50% + 20px)) scale(.98);
  transition: opacity .2s ease, transform .2s ease;
}
.lfv1-cart-toast[hidden] { display: none !important; }
.lfv1-cart-toast.is-visible { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.lfv1-cart-toast__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--lf-muted);
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}
.lfv1-cart-toast__close:hover { background: var(--lf-sand); color: var(--lf-navy); }
.lfv1-cart-toast__message { display: flex; align-items: center; gap: 19px; padding-right: 28px; }
.lfv1-cart-toast__message > span:last-child { display: grid; gap: 6px; }
.lfv1-cart-toast__message strong { color: var(--lf-navy); font-size: 25px; line-height: 1.2; }
.lfv1-cart-toast__message small { color: var(--lf-muted); font-size: 15px; line-height: 1.5; }
.lfv1-cart-toast__icon {
  display: grid;
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  place-items: center;
  border-radius: 50%;
  background: var(--lf-mint);
  color: var(--lf-green);
}
.lfv1-cart-toast__icon .lfv1-icon { width: 30px; height: 30px; stroke-width: 2.5; }
.lfv1-cart-toast__actions { display: grid; grid-template-columns: 1fr 1.2fr; gap: 12px; margin-top: 26px; }
.lfv1-cart-toast__actions .lfv1-button { min-height: 52px; padding: 12px 16px; font-size: 14px; }
.lfv1-cart-toast__actions .lfv1-button--secondary {
  border-color: #d6dbe2;
  background: #fff;
  color: var(--lf-navy) !important;
}
.lfv1-cart-toast__actions .lfv1-button--secondary:hover { border-color: var(--lf-navy); background: var(--lf-cream); }

@media (max-width: 520px) {
  .lfv1-cart-toast { width: calc(100vw - 28px); padding: 28px 20px 20px; border-radius: 19px; }
  .lfv1-cart-toast__message { align-items: flex-start; gap: 13px; padding-right: 22px; }
  .lfv1-cart-toast__icon { width: 46px; height: 46px; flex-basis: 46px; }
  .lfv1-cart-toast__icon .lfv1-icon { width: 24px; height: 24px; }
  .lfv1-cart-toast__message strong { font-size: 20px; }
  .lfv1-cart-toast__message small { font-size: 13px; }
  .lfv1-cart-toast__actions { grid-template-columns: 1fr; gap: 9px; margin-top: 21px; }
  .lfv1-cart-toast__actions .lfv1-button { min-height: 46px; padding: 10px 12px; font-size: 13px; }
}
