.lo-product,
.lo-reviews,
.lo-press,
.lo-science,
.lo-cmp,
.lo-feat,
.lo-gfaq {
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-heading: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: Georgia, "Times New Roman", serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  --lo-ink: #1b1b1b;
  --lo-blue: #0b1f3b;
  --lo-muted: #59615b;
  --lo-bg: #f7f8f5;
  --lo-border: #d8ddd5;
  --lo-yellow: #ffd814;
  --lo-green: #00b67a;
  font-family: var(--font-body);
}

.lo-product {
  background: #fff;
  color: var(--lo-ink);
  overflow-x: clip;
}

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

.lo-product img,
.lo-product video,
.lo-product svg {
  display: block;
  max-width: 100%;
}

.lo-product button {
  font: inherit;
}

.lo-product .container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-inline: 2rem;
}

.lo-product .product-page {
  padding: 1.5rem 0 0;
  overflow: visible;
}

.lo-product .product-layout {
  display: grid;
  grid-template-columns: 55% 1fr;
  gap: 3rem;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.lo-product .product-media {
  min-width: 0;
  position: sticky;
  top: 88px;
  z-index: 2;
  align-self: start;
}

.lo-product .product-info {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  padding-bottom: 18px;
}

.lo-product .product-hero {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  overflow: visible;
}

.lo-product .product-gallery-main {
  position: relative;
  aspect-ratio: 1;
  background: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
}

.lo-product .product-gallery-scroll {
  display: flex;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.lo-product .product-gallery-scroll::-webkit-scrollbar,
.lo-product .product-gallery-thumbs::-webkit-scrollbar,
.lo-mini-proof__track::-webkit-scrollbar,
.lo-reviews__track::-webkit-scrollbar {
  display: none;
}

.lo-product .product-gallery-slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
}

.lo-product .product-gallery-slide img,
.lo-product .product-gallery-slide video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.lo-product .gallery-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 0.5rem;
  transform: translateY(-50%);
  pointer-events: none;
}

.lo-product .gallery-nav-btn {
  width: 46px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border: 0;
  background: transparent;
  color: #000;
  pointer-events: auto;
}

.lo-product .gallery-nav-btn svg {
  width: 30px;
  height: 36px;
  border: 1.5px solid #000;
  background: rgba(255, 255, 255, 0.72);
  padding: 4px;
}

.lo-product .product-gallery-thumbs {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding: 0.25rem 0;
  scrollbar-width: none;
}

.lo-product .gallery-thumb {
  flex: 0 0 80px;
  aspect-ratio: 1;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.7;
  background: none;
}

.lo-product .gallery-thumb:hover,
.lo-product .gallery-thumb.is-active {
  opacity: 1;
  border-color: #1a1a1a;
}

.lo-product .gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bh-stockbar {
  margin: 14px 14px 12px;
}

.bh-stockbar__track {
  width: 100%;
  height: 6px;
  background: #f3d7d7;
  border-radius: 999px;
  overflow: hidden;
}

.bh-stockbar__fill {
  height: 100%;
  background: linear-gradient(90deg, #b71919 0%, #e03131 100%);
  border-radius: 999px;
}

.bh-stockbar__labels {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 7px;
  gap: 12px;
  flex-wrap: wrap;
}

.bh-stockbar__left {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 800;
  color: #b71919;
}

.bh-stockbar__right {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  color: var(--lo-ink);
}

.product-trust-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  flex-wrap: wrap;
  font-family: var(--font-heading);
}

.trustscore-excellent,
.trustscore-reviews,
.trustscore-on,
.trustpilot-logo {
  color: var(--lo-ink);
  font-size: 13px;
}

.trustscore-excellent,
.trustpilot-logo,
.trustscore-reviews strong {
  font-weight: 700;
}

.trustscore-stars {
  color: var(--lo-green);
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1px;
}

.trustscore-reviews {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.lo-product .product-title {
  font-family: var(--font-display);
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 700;
  color: var(--lo-ink);
  margin: 0;
}

.lo-subtitle {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 500;
  color: #303531;
  margin: 8px 0 10px;
  line-height: 1.45;
}

.lo-badline {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 12px;
}

.lo-badline__pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 9px;
  background: var(--lo-bg);
  border: 1px solid #dce1da;
  border-radius: 6px;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 700;
  color: var(--lo-blue);
  line-height: 1.15;
}

.lo-badline__pill svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lo-mini-proof {
  margin: 10px 0 12px;
}

.lo-mini-proof__shell {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 30px;
  align-items: stretch;
  gap: 8px;
}

.lo-mini-proof__viewport {
  min-width: 0;
  overflow: hidden;
  border-radius: 10px;
}

.lo-mini-proof__track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.lo-mini-proof__item {
  flex: 0 0 100%;
  min-width: 0;
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid #e3e7e0;
  border-radius: 10px;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  min-height: 74px;
  box-shadow: 0 6px 18px rgba(11, 31, 59, 0.05);
}

.lo-mini-proof__stars {
  color: var(--lo-green);
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 1;
}

.lo-mini-proof__quote {
  margin: 0;
  color: var(--lo-ink);
  font-family: var(--font-heading);
  font-size: 12.5px;
  font-weight: 750;
  line-height: 1.3;
}

.lo-mini-proof__name {
  color: var(--lo-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
}

.lo-mini-proof__btn {
  border: 1px solid #e3e7e0;
  background: #fff;
  color: var(--lo-blue);
  border-radius: 8px;
  width: 30px;
  min-height: 74px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lo-mini-proof__btn svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.lo-mini-proof__dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 7px;
}

.lo-mini-proof__dot {
  width: 5px;
  height: 5px;
  border: 0;
  border-radius: 999px;
  background: #d7ddd6;
  padding: 0;
}

.lo-mini-proof__dot.is-active {
  width: 16px;
  background: var(--lo-blue);
}

.lo-glance {
  margin: 6px 0 10px;
  padding: 12px 0;
  border-top: 1px solid #e8e4da;
  border-bottom: 1px solid #e8e4da;
}

.lo-glance__label {
  font-family: var(--font-heading);
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--lo-ink);
  font-weight: 700;
  margin: 0 0 12px;
}

.lo-glance__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.lo-glance__cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 4px 6px;
  text-align: center;
  border-left: 1px solid var(--lo-border);
}

.lo-glance__cell:first-child {
  border-left: 0;
}

.lo-glance__ico {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lo-glance__ico svg {
  width: 28px;
  height: 28px;
}

.lo-glance__txt {
  font-family: var(--font-heading);
  font-size: 12px;
  line-height: 1.25;
  color: var(--lo-ink);
  font-weight: 600;
}

.lo-bundle {
  margin: 18px 0 6px;
}

.lo-bundle-size,
.lo-bundle-color {
  margin: 0 0 18px;
}

.lo-bundle-size-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 10px;
  flex-wrap: wrap;
}

.lo-bundle-size-label,
.lo-bundle-color-label,
.lo-bundle-cards-label {
  display: block;
  font-family: var(--font-heading);
  font-size: 14px;
  color: var(--lo-ink);
  margin: 0;
  font-weight: 700;
}

.lo-size-guide-link {
  color: var(--lo-blue);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lo-size-guide-link svg {
  width: 16px;
  height: 16px;
}

.lo-bundle-size-pills,
.lo-bundle-color-pills {
  display: inline-flex;
  gap: 6px;
  flex-wrap: wrap;
}

.lo-bundle-pill {
  background: #fff;
  border: 1.5px solid #e3e7e0;
  border-radius: 6px;
  padding: 9px 14px;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 600;
  color: var(--lo-ink);
  cursor: pointer;
  line-height: 1.1;
}

.lo-bundle-pill:hover {
  border-color: var(--lo-blue);
}

.lo-bundle-pill.is-active {
  background: var(--lo-blue);
  border-color: var(--lo-blue);
  color: #fff;
}

.lo-bundle-cards-label {
  margin: 18px 0 10px;
}

.lo-bundle-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lo-bundle-card {
  position: relative;
  display: grid;
  grid-template-columns: 64px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  background: #fff;
  border: 1.5px solid #e3e7e0;
  border-radius: 12px;
  cursor: pointer;
}

.lo-bundle-card:hover {
  border-color: var(--lo-blue);
}

.lo-bundle-card.is-active {
  border-color: var(--lo-blue);
  background: #f5f9f4;
  box-shadow: 0 0 0 3px rgba(11, 31, 59, 0.12);
}

.lo-bundle-card.has-ribbon {
  margin-top: 10px;
}

.lo-bundle-card.has-ribbon--best {
  margin-top: 14px;
}

.lo-bundle-ribbon {
  position: absolute;
  top: -9px;
  left: 14px;
  background: var(--lo-blue);
  color: #fff;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 4px;
}

.lo-bundle-card.has-ribbon--best .lo-bundle-ribbon {
  background: var(--lo-yellow);
  color: var(--lo-blue);
}

.lo-bundle-check {
  position: absolute;
  bottom: 10px;
  left: 14px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1.5px solid #d4dbd3;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  z-index: 2;
  box-shadow: 0 0 0 2px #fff;
}

.lo-bundle-card.is-active .lo-bundle-check {
  background: var(--lo-blue);
  border-color: var(--lo-blue);
  color: #fff;
  box-shadow: 0 0 0 2px #f5f9f4;
}

.lo-bundle-check svg {
  width: 10px;
  height: 10px;
}

.lo-bundle-card-numbox {
  width: 64px;
  height: 64px;
  background: var(--lo-bg);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.lo-bundle-card-num {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
  color: var(--lo-ink);
  line-height: 1;
}

.lo-bundle-card-numlabel {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--lo-muted);
  margin-top: 3px;
}

.lo-bundle-card.is-active .lo-bundle-card-numbox {
  background: rgba(11, 31, 59, 0.10);
}

.lo-bundle-card-body {
  min-width: 0;
  padding-right: 8px;
}

.lo-bundle-card-title {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 800;
  color: var(--lo-ink);
  line-height: 1.15;
}

.lo-bundle-card-sub {
  font-size: 12px;
  color: var(--lo-muted);
  margin-top: 3px;
  line-height: 1.35;
}

.lo-bundle-card-price {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1px;
}

.lo-bundle-card-cur {
  font-family: var(--font-heading);
  font-size: 19px;
  font-weight: 800;
  color: var(--lo-ink);
}

.lo-bundle-card-cmp {
  font-size: 12px;
  color: #98a19a;
  text-decoration: line-through;
}

.lo-bundle-card-unit {
  font-size: 11px;
  color: var(--lo-muted);
  font-family: var(--font-mono);
  letter-spacing: 0.02em;
  margin-top: 2px;
}

.lo-stockpill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 16px 0 8px;
  font-size: 13px;
  color: var(--lo-ink);
}

.lo-stockpill__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lo-blue);
  box-shadow: 0 0 0 3px rgba(11, 31, 59, 0.18);
  flex-shrink: 0;
}

.lo-stockpill strong {
  color: var(--lo-blue);
  font-weight: 700;
}

.lo-bundle-atc {
  margin-top: 18px;
  width: 100%;
  background: var(--lo-yellow);
  color: var(--lo-blue);
  border: 0;
  border-radius: 10px;
  padding: 16px 20px;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.lo-bundle-atc:hover {
  background: #dbb911;
}

.lo-bundle-atc-price {
  background: rgba(15, 18, 16, 0.10);
  color: var(--lo-blue);
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
}

.lo-bundle-atc-arrow {
  display: inline-block;
  font-size: 1.25em;
  font-weight: 900;
  margin-right: 8px;
  line-height: 1;
  transform: translateY(1px);
}

.lo-riskline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 10px 0 2px;
  color: #303531;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.lo-riskline span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.lo-riskline span::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--lo-blue);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  flex-shrink: 0;
}

.lo-tabs {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 14px;
  padding: 4px 22px 8px;
  margin: 14px 0 36px;
  box-shadow: 0 1px 0 rgba(15, 18, 16, 0.04);
}

.lo-tab {
  border-bottom: 1px solid #e3e7e0;
}

.lo-tab:last-child {
  border-bottom: 0;
}

.lo-tab summary {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  cursor: pointer;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.3;
  color: var(--lo-ink);
  list-style: none;
}

.lo-tab summary::-webkit-details-marker,
.lo-gfaq__q::-webkit-details-marker {
  display: none;
}

.lo-tab summary svg,
.lo-gfaq__q svg {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  stroke: var(--lo-ink);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 220ms ease;
}

.lo-tab[open] summary svg,
.lo-gfaq__item[open] .lo-gfaq__q svg {
  transform: rotate(180deg);
}

.lo-tab-body {
  padding: 2px 0 22px;
}

.lo-tab-body p,
.lo-tab-list li,
.lo-tab-do li,
.lo-tab-steps li {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.55;
  color: #313131;
}

.lo-tab-body p {
  margin: 0 0 12px;
}

.lo-tab-body strong {
  color: var(--lo-ink);
  font-weight: 700;
}

.lo-tab-body h4 {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  color: var(--lo-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
  margin: 16px 0 8px;
}

.lo-tab-list {
  list-style: disc;
  padding-left: 20px;
  margin: 0 0 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lo-tab-tip {
  background: var(--lo-bg);
  border: 1px solid var(--lo-border);
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 13.5px;
  line-height: 1.5;
  color: #313131;
  margin: 12px 0 0;
}

.lo-tab-tip .tip-label,
.lo-tab-pill {
  color: var(--lo-blue);
  font-weight: 700;
}

.lo-tab-pill {
  display: inline-block;
  background: var(--lo-blue);
  color: #fff;
  font-family: var(--font-heading);
  font-size: 12px;
  line-height: 1.3;
  padding: 5px 14px;
  border-radius: 999px;
  margin: 4px 0 8px;
}

.lo-tab-grid4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 14px 8px;
  background: #f7f7f7;
  border: 1px solid #e3e7e0;
  border-radius: 8px;
  margin: 12px 0;
}

.lo-tab-grid4__cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}

.lo-tab-grid4__ico {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lo-tab-grid4__ico svg,
.lo-tab-do li svg {
  stroke: var(--lo-ink);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lo-tab-grid4__label {
  font-family: var(--font-heading);
  font-size: 10.5px;
  font-weight: 700;
  color: var(--lo-blue);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.lo-tab-compo,
.lo-tab-do,
.lo-tab-steps {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 6px 0 14px;
  padding: 0;
  list-style: none;
}

.lo-tab-compo {
  gap: 0;
  border-top: 1px solid #e3e7e0;
}

.lo-tab-compo li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 4px;
  border-bottom: 1px solid #e3e7e0;
}

.lo-tab-compo li b {
  font-family: var(--font-mono);
  color: var(--lo-blue);
}

.lo-tab-size {
  width: 100%;
  border-collapse: collapse;
  margin: 6px 0 12px;
  font-size: 13.5px;
}

.lo-tab-size th,
.lo-tab-size td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid #e8ece6;
}

.lo-tab-size th {
  background: var(--lo-bg);
  font-weight: 700;
  color: var(--lo-ink);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.lo-tab-size td:first-child {
  font-weight: 700;
}

.lo-tab-do li,
.lo-tab-steps li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.lo-tab-do li svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 1px;
}

.lo-tab-steps li::before {
  content: counter(stp);
}

.lo-tab-steps {
  counter-reset: stp;
}

.lo-tab-steps li {
  counter-increment: stp;
}

.lo-tab-steps li::before {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--lo-blue);
  color: #fff;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.lo-reviews {
  background: var(--lo-bg);
  padding: 56px 0 64px;
  overflow: hidden;
}

.lo-reviews__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.lo-reviews__title {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #1a2855;
  margin: 0 0 18px;
}

.lo-reviews__viewport {
  overflow: hidden;
}

.lo-reviews__track {
  display: flex;
  gap: 20px;
  padding: 4px 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.lo-rcard {
  flex: 0 0 calc((100% - 20px) / 2);
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid #e3e7e0;
  border-radius: 10px;
  padding: 28px 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 280px;
}

.lo-rcard__stars {
  color: var(--lo-green);
  letter-spacing: 0.04em;
}

.lo-rcard__title {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 700;
  color: var(--lo-ink);
  margin: 0;
  line-height: 1.3;
}

.lo-rcard__body {
  font-size: 14px;
  line-height: 1.55;
  color: #3a3a3a;
  margin: 0;
  flex: 1;
}

.lo-rcard__foot {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.lo-rcard__name {
  font-weight: 700;
}

.lo-rcard__verified {
  font-size: 13px;
  color: var(--lo-muted);
}

.lo-reviews__tp {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 22px 0 0;
  font-size: 14px;
  color: var(--lo-ink);
  flex-wrap: wrap;
}

.lo-reviews__tp-logo,
.lo-reviews__tp-text strong {
  color: var(--lo-green);
  font-weight: 700;
}

.lo-reviews__nav {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin: 28px 0 0;
}

.lo-reviews__btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid #1a2855;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.lo-reviews__btn svg {
  width: 18px;
  height: 18px;
}

.lo-press {
  background: #f1f1f1;
  padding: 58px 24px 66px;
  border-radius: 42px;
  max-width: min(100vw, 1860px);
  margin: 0 auto;
  overflow: hidden;
}

.lo-press__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px;
  align-items: start;
}

.lo-press__item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
}

.lo-press__logo {
  font-family: Georgia, serif;
  font-size: 34px;
  line-height: 1;
  color: #111;
  opacity: 0.88;
}

.lo-press__logo--gq {
  font-size: 48px;
}

.lo-press__quote {
  margin: 0;
  max-width: 380px;
  font-family: var(--font-heading);
  font-size: 20px;
  line-height: 1.35;
  font-weight: 800;
  color: #323232;
}

.lo-press__quote::before {
  content: '"';
  margin-right: 5px;
}

.lo-press__quote::after {
  content: '"';
  margin-left: 5px;
}

.lo-science {
  position: relative;
  background: var(--lo-blue);
  color: #e3e7e0;
  padding: 80px 24px;
  overflow: hidden;
  isolation: isolate;
}

.lo-science__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: var(--lo-blue);
  background-image: radial-gradient(rgba(255, 216, 20, 0.16) 1.5px, transparent 1.6px), radial-gradient(rgba(255, 216, 20, 0.06) 1px, transparent 1.1px), linear-gradient(135deg, rgba(255, 216, 20, 0.04) 0%, transparent 60%);
  background-size: 28px 28px, 14px 14px, 100% 100%;
  background-position: 0 0, 14px 14px, 0 0;
}

.lo-science__inner,
.lo-cmp__inner {
  max-width: 980px;
  margin: 0 auto;
}

.lo-science__eyebrow,
.lo-cmp__eyebrow,
.lo-feat__eyebrow {
  text-align: center;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lo-yellow);
  font-weight: 700;
  margin: 0 0 16px;
}

.lo-science__title,
.lo-cmp__title,
.lo-feat__title {
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  color: #f7f8f5;
  margin: 0 0 18px;
  line-height: 1.12;
  letter-spacing: 0;
}

.lo-science__accent,
.lo-science__sub em {
  color: var(--lo-yellow);
  font-style: normal;
}

.lo-science__sub {
  text-align: center;
  font-size: 15.5px;
  line-height: 1.7;
  color: #98a19a;
  max-width: 680px;
  margin: 0 auto 48px;
}

.lo-science__sub strong {
  color: #f7f8f5;
}

.lo-science__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 0 0 48px;
}

.lo-science__stat {
  background: rgba(255, 216, 20, 0.08);
  border: 1px solid rgba(255, 216, 20, 0.20);
  border-radius: 12px;
  padding: 22px 18px;
}

.lo-science__stat-num {
  font-family: var(--font-mono);
  font-size: 36px;
  font-weight: 700;
  color: var(--lo-yellow);
  line-height: 1;
  margin-bottom: 8px;
}

.lo-science__stat-txt {
  font-size: 13px;
  line-height: 1.5;
  color: #98a19a;
}

.lo-science-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 32px 28px;
}

.lo-science-card h3 {
  color: #f7f8f5;
  margin: 0 0 20px;
  font-size: 18px;
}

.lo-science-card ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lo-science-card li {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}

.lo-science-card li:last-child {
  margin-bottom: 0;
}

.lo-science-card li > span {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--lo-yellow);
  color: var(--lo-blue);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.lo-science-card strong {
  color: #f7f8f5;
  display: block;
  margin-bottom: 4px;
}

.lo-science-card p {
  color: #98a19a;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.lo-section-cta {
  display: flex;
  justify-content: center;
  margin: 48px 0 0;
}

.lo-section-cta a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--lo-yellow);
  color: var(--lo-blue);
  font-family: var(--font-heading);
  padding: 14px 28px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.18);
}

.lo-section-cta span {
  display: inline-flex;
  flex-direction: column;
  font-weight: 800;
  line-height: 1.1;
}

.lo-section-cta small {
  font-size: 12px;
  opacity: 0.78;
  margin-top: 3px;
}

.lo-cmp {
  background: var(--lo-bg);
  padding: 80px 24px;
  max-width: 100vw;
  overflow-x: clip;
}

.lo-cmp__eyebrow,
.lo-feat__eyebrow {
  color: var(--lo-blue);
}

.lo-cmp__title,
.lo-feat__title {
  color: var(--lo-ink);
}

.lo-cmp__sub,
.lo-feat__sub {
  text-align: center;
  font-size: 15px;
  line-height: 1.65;
  color: #3a3a3a;
  max-width: 680px;
  margin: 0 auto 40px;
}

.lo-cmp__table {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e3e7e0;
}

.lo-cmp__head,
.lo-cmp__row {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
}

.lo-cmp__head {
  background: #fafbf8;
  border-bottom: 1px solid #e3e7e0;
}

.lo-cmp__row {
  border-bottom: 1px solid #f3f5f2;
}

.lo-cmp__cell {
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.lo-cmp__head .lo-cmp__cell {
  padding: 16px 14px;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.lo-cmp__cell--crit {
  font-weight: 700;
  color: var(--lo-ink);
}

.lo-cmp__cell--neutral {
  color: #747d75;
  justify-content: center;
  text-align: center;
}

.lo-cmp__cell--win {
  color: var(--lo-ink);
  font-weight: 700;
  justify-content: center;
  text-align: center;
  background: rgba(11, 31, 59, 0.05);
  border-left: 1.5px solid var(--lo-blue);
  border-right: 1.5px solid var(--lo-blue);
}

.lo-cmp__brand {
  font-size: 16px;
  color: var(--lo-blue);
  text-transform: none;
}

.lo-cmp__sublabel {
  font-size: 11px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}

.lo-cmp__dot {
  flex-shrink: 0;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.lo-cmp__dot--lose {
  color: #59615b;
  background: rgba(107, 100, 92, 0.12);
}

.lo-cmp__dot--win {
  color: #fff;
  background: var(--lo-blue);
  font-size: 11px;
}

.lo-feat {
  background: #fff;
  padding: clamp(58px, 7vw, 88px) 24px;
  max-width: 100vw;
  overflow-x: clip;
}

.lo-feat__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.lo-feat__accent {
  color: var(--lo-blue);
  font-weight: 700;
}

.lo-feat-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: start;
}

.lo-feat-img {
  position: sticky;
  top: 96px;
  border-radius: 18px;
  overflow: hidden;
  background: var(--lo-bg);
}

.lo-feat-img img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.lo-feat-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.lo-feat-card {
  background: var(--lo-bg);
  border: 1px solid #e3e7e0;
  border-radius: 12px;
  padding: 18px;
}

.lo-feat-ico {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--lo-blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 12px;
}

.lo-feat-h {
  font-size: 16px;
  margin: 0 0 8px;
}

.lo-feat-p {
  color: #3a3a3a;
  font-size: 13.5px;
  line-height: 1.55;
  margin: 0;
}

.lo-gfaq {
  background: var(--lo-bg);
  padding: 80px 24px;
  max-width: 100vw;
  overflow-x: clip;
}

.lo-gfaq__inner {
  max-width: 760px;
  margin: 0 auto;
}

.lo-gfaq__head-title {
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(34px, 5vw, 48px);
  font-weight: 700;
  color: var(--lo-ink);
  margin: 0 0 6px;
  line-height: 1.1;
  font-style: italic;
}

.lo-gfaq__head-sub {
  text-align: center;
  font-size: 14.5px;
  color: var(--lo-muted);
  margin: 0 0 32px;
}

.lo-gfaq__item {
  border-bottom: 1px solid var(--lo-border);
}

.lo-gfaq__item:first-of-type {
  border-top: 1px solid var(--lo-border);
}

.lo-gfaq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 4px;
  cursor: pointer;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 15px;
  color: var(--lo-ink);
  list-style: none;
}

.lo-gfaq__a {
  padding: 4px 4px 22px;
}

.lo-gfaq__a p,
.lo-gfaq__a li {
  font-size: 14px;
  line-height: 1.65;
  color: #3a3a3a;
  margin: 0 0 10px;
}

.lo-gfaq__a ul {
  list-style: none;
  padding: 0;
  margin: 8px 0 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.lo-gfaq__a li::before {
  content: "→";
  color: var(--lo-blue);
  font-weight: 700;
  margin-right: 10px;
}

.lo-size-standalone {
  margin-top: 36px;
  background: #fff;
}

.lo-size-standalone caption {
  caption-side: top;
  text-align: center;
  font-weight: 800;
  margin-bottom: 12px;
}

@media (max-width: 989px) {
  .lo-product .container {
    padding-inline: 1rem;
  }

  .lo-product .product-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .lo-product .product-media {
    position: relative;
    top: auto;
  }

  .lo-product .product-hero {
    margin: 0 -1rem;
  }

  .lo-product .product-gallery-main {
    border-radius: 0;
  }

  .lo-product .product-gallery-thumbs {
    display: flex;
    gap: 8px;
    margin: 8px 0 0;
    padding: 0 16px 8px;
  }

  .lo-product .gallery-thumb {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    border-radius: 8px;
    background: #fff;
    border-color: #e3e7e0;
  }

  .lo-product .product-info {
    padding: 14px 0 12px;
  }

  .lo-feat-grid {
    grid-template-columns: 1fr;
  }

  .lo-feat-img {
    position: relative;
    top: auto;
  }
}

@media (max-width: 768px) {
  .lo-product .product-title {
    font-size: 36px;
  }

  .lo-glance__row,
  .lo-science__stats,
  .lo-press__inner,
  .lo-feat-list {
    grid-template-columns: 1fr;
  }

  .lo-glance__cell {
    border-left: 0;
    border-top: 1px solid var(--lo-border);
    padding: 10px 6px;
  }

  .lo-glance__cell:first-child {
    border-top: 0;
  }

  .lo-bundle-card {
    grid-template-columns: 48px 1fr auto;
    gap: 10px;
    padding: 14px;
  }

  .lo-bundle-card-numbox {
    width: 50px;
    height: 50px;
  }

  .lo-bundle-card-num {
    font-size: 20px;
  }

  .lo-bundle-card-title {
    font-size: 15px;
  }

  .lo-bundle-card-cur {
    font-size: 17px;
  }

  .lo-tabs {
    padding: 4px 16px 6px;
    margin: 12px 0 28px;
  }

  .lo-rcard {
    flex: 0 0 calc(100% - 32px);
    padding: 22px 22px 20px;
    min-height: 240px;
  }

  .lo-cmp,
  .lo-science,
  .lo-gfaq {
    padding: 56px 16px;
  }

  .lo-cmp__head,
  .lo-cmp__row {
    grid-template-columns: 0.8fr 1fr 1fr;
  }

  .lo-cmp__cell {
    padding: 10px 6px;
    gap: 4px;
    font-size: 11.5px;
    line-height: 1.3;
    flex-direction: column;
    text-align: center;
  }
}
