.lgt-home-recos {
  --lgt-home-max: 1800px;
  --lgt-home-gap: 18px;
  --lgt-home-radius: 0;
  --lgt-home-border: rgba(17,17,17,.10);
  --lgt-home-text: #111;
  --lgt-home-muted: rgba(17,17,17,.58);
  --lgt-home-fade-width: 68px;
  width: 100%;
  margin-top: 30px;
  padding: 74px 0 56px;
  background: #fff;
  box-sizing: border-box;
}

.lgt-home-recos,
.lgt-home-recos * {
  box-sizing: border-box;
}

.lgt-home-recos-inner {
  width: min(var(--lgt-home-max), calc(100% - 40px));
  margin: 0 auto;
  padding: 0;
}

.lgt-home-recos-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.lgt-home-recos-heading {
  min-width: 0;
  flex: 1 1 auto;
}

.lgt-home-recos-title {
  margin: 0;
  color: #111;
  font-family: Roboto, Arial, sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
}

.lgt-home-recos-controls {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.lgt-home-recos-control {
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(17,17,17,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: #111;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity .18s ease, border-color .18s ease, background-color .18s ease;
}

.lgt-home-recos-control-icon {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  display: block;
  pointer-events: none;
}

.lgt-home-recos-control:hover:not(:disabled) {
  border-color: rgba(17,17,17,.22);
  background: #fff;
}

.lgt-home-recos-control:disabled {
  opacity: .35;
  cursor: default;
}

.lgt-home-recos-track-wrap {
  position: relative;
}


.lgt-home-recos-mobile-scrollbar {
  display: none;
}

.lgt-home-recos-mobile-scrollbar-thumb {
  width: 100%;
}

.lgt-home-recos-track-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 48px;
  width: var(--lgt-home-fade-width);
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.72) 46%, #fff 100%);
}

.lgt-home-recos-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (var(--lgt-home-gap) * 6)) / 6.5);
  gap: var(--lgt-home-gap);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  padding: 0 0 42px;
  scrollbar-gutter: stable;
  scrollbar-width: auto;
  scrollbar-color: transparent transparent;
}

.lgt-home-recos-track-wrap:hover .lgt-home-recos-track,
.lgt-home-recos-track:hover,
.lgt-home-recos-track:focus,
.lgt-home-recos-track:focus-within {
  scrollbar-color: #8e8e8e #ffffff;
}

.lgt-home-recos-track::-webkit-scrollbar {
  height: 14px;
}

.lgt-home-recos-track::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 999px;
}

.lgt-home-recos-track::-webkit-scrollbar-thumb {
  background: transparent;
  border: 0;
  border-radius: 999px;
}

.lgt-home-recos-track-wrap:hover .lgt-home-recos-track::-webkit-scrollbar-track,
.lgt-home-recos-track:hover::-webkit-scrollbar-track,
.lgt-home-recos-track:focus::-webkit-scrollbar-track,
.lgt-home-recos-track:focus-within::-webkit-scrollbar-track {
  background: #ffffff;
}

.lgt-home-recos-track-wrap:hover .lgt-home-recos-track::-webkit-scrollbar-thumb,
.lgt-home-recos-track:hover::-webkit-scrollbar-thumb,
.lgt-home-recos-track:focus::-webkit-scrollbar-thumb,
.lgt-home-recos-track:focus-within::-webkit-scrollbar-thumb {
  background: #8e8e8e;
}

.lgt-home-recos-track::-webkit-scrollbar-thumb:hover {
  background: #8e8e8e;
}

.lgt-home-card {
  min-width: 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: none;
  scroll-snap-align: start;
}

.lgt-home-card-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #fff;
  text-decoration: none;
  padding: 14px;
}

.lgt-home-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.lgt-home-card-media-placeholder {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  display: block;
}

.lgt-home-card-body {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 14px 0 10px;
}

.lgt-home-card-title {
  min-height: 44px;
  color: #111 !important;
  text-decoration: none !important;
  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lgt-home-card-price {
  color: #111;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
}

.lgt-home-card-button {
  position: relative;
  display: inline-block;
  align-self: start;
  width: fit-content;
  min-height: 0;
  justify-self: start;
  padding: 0 0 2px 20px;
  margin-top: 2px;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  color: #111 !important;
  text-decoration: none !important;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  transition: none !important;
}

.lgt-home-card-button::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 0;
  text-decoration: none;
}

.lgt-home-card-button::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
}

.lgt-home-card-button:hover,
.lgt-home-card-button:focus,
.lgt-home-card-button:active {
  background: transparent !important;
  color: #111 !important;
  transform: none !important;
}

.lgt-home-card.is-loading {
  pointer-events: none;
}

.lgt-home-card.is-loading .lgt-home-card-media {
  background: #f6f6f6;
}

.lgt-home-skeleton {
  display: block;
  border-radius: 999px;
  background: linear-gradient(90deg, #f1f1f1 0%, #e7e7e7 50%, #f1f1f1 100%);
  background-size: 220% 100%;
  animation: lgtHomeSkeleton 1.1s linear infinite;
}

.lgt-home-skeleton-line {
  height: 12px;
  width: 72%;
}

.lgt-home-skeleton-line.is-long {
  width: 88%;
}

.lgt-home-skeleton-price {
  width: 34%;
  height: 14px;
}

.lgt-home-skeleton-button {
  width: 46%;
  height: 20px;
}

@keyframes lgtHomeSkeleton {
  0% { background-position: 200% 0; }
  100% { background-position: -20% 0; }
}


.lgt-home-badge,
.lgt-home-card-badge,
.lgt-home-card-badges,
.lgt-home-card-badges > *,
.lgt-home-badges,
.lgt-home-badges > * {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 1280px) {
  .lgt-home-recos-track {
    grid-auto-columns: calc((100% - (var(--lgt-home-gap) * 3)) / 4.5);
  }
}

@media (max-width: 1024px) {
  .lgt-home-recos {
    --lgt-home-fade-width: 44px;
  }

  .lgt-home-recos-track {
    grid-auto-columns: calc((100% - (var(--lgt-home-gap) * 2)) / 3.2);
  }
}


.lgt-home-uspbar {
  width: 100%;
  height: 55px;
  min-height: 55px;
  background: #111;
  color: #fff;
  box-sizing: border-box;
}

.lgt-home-uspbar,
.lgt-home-uspbar * {
  box-sizing: border-box;
}

.lgt-home-uspbar-inner {
  width: min(1800px, calc(100% - 40px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  overflow: hidden;
}

.lgt-home-uspbar-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .01em;
  white-space: nowrap;
}

.lgt-home-uspbar-check {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  display: block;
}

.lgt-home-uspbar-check path {
  stroke: currentColor;
}


.lgt-home-closing {
  width: 100%;
  padding: 72px 0 84px;
  background: #fff;
  box-sizing: border-box;
}

.lgt-home-closing,
.lgt-home-closing * {
  box-sizing: border-box;
}

.lgt-home-closing-inner {
  width: min(1800px, calc(100% - 40px));
  margin: 0 auto;
}

.lgt-home-closing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .92fr);
  gap: 40px;
  align-items: stretch;
}

.lgt-home-closing-col {
  min-width: 0;
}

.lgt-home-closing-col--content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 6px 0 0;
}

.lgt-home-closing-col--reviews {
  display: flex;
  align-items: stretch;
}

.lgt-home-closing-reviews-wrap {
  width: 100%;
}

.lgt-home-closing-reviews-title {
  margin: 0 0 12px;
  color: #111;
  font-family: Roboto, Arial, sans-serif;
  font-size: 22px !important;
  line-height: 1.2;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.lgt-home-closing-reviews {
  width: 100%;
  min-height: 100%;
  padding: 26px 24px;
  border: 1px solid rgba(17,17,17,.08);
  border-radius: 24px;
  background: #f8f8f8;
}

.lgt-home-review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.lgt-review-card {
  min-height: 0;
  padding: 20px 18px 18px;
  border: 1px solid rgba(17,17,17,.08);
  border-radius: 18px;
  background: #fff;
}

.lgt-home-review-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 14px;
}

.lgt-home-review-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #111;
  font-family: Roboto, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
}

.lgt-home-review-link i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  color: #111;
  font-size: 15px;
}

.lgt-home-review-link:hover,
.lgt-home-review-link:focus-visible {
  color: #111;
  text-decoration: none;
  opacity: .72;
}

.lgt-review-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.lgt-review-stars {
  color: #d4a63a;
  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1px;
}

.lgt-review-text {
  margin: 0;
  color: rgba(17,17,17,.84);
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
}

.lgt-home-closing-title {
  margin: 0 0 14px;
  color: #111;
  font-family: Roboto, Arial, sans-serif;
  font-size: 22px !important;
  line-height: 1.2;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.lgt-home-closing-text {
  display: grid;
  gap: 10px;
}

.lgt-home-closing-text p {
  margin: 0;
  color: rgba(17,17,17,.82);
  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
}

.lgt-home-closing-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.lgt-home-closing-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 16px;
  border: 1px solid rgba(17,17,17,.14);
  border-radius: 999px;
  background: #fff;
  color: #111 !important;
  text-decoration: none !important;
  font-family: Roboto, Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.lgt-home-closing-pill:hover,
.lgt-home-closing-pill:focus,
.lgt-home-closing-pill:active,
.lgt-home-closing-pill:visited {
  color: #111 !important;
  text-decoration: none !important;
}

.lgt-home-closing-pill:hover,
.lgt-home-closing-pill:focus {
  background: rgba(17,17,17,.03);
  border-color: rgba(17,17,17,.24);
  transform: translateY(-1px);
}


@media (max-width: 1200px) {
  .lgt-home-uspbar-inner {
    gap: 24px;
  }

  .lgt-home-uspbar-item {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .lgt-home-recos {
    padding: 62px 0 42px;
    --lgt-home-fade-width: 0px;
  }

  .lgt-home-recos-inner {
    width: calc(100% - 24px);
  }

  .lgt-home-recos-head {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
  }

  .lgt-home-recos-title {
    font-size: 18px;
  }

  .lgt-home-recos-control {
    width: 34px;
    height: 34px;
    font-size: 22px;
  }

  .lgt-home-recos-track-wrap::after {
    display: none;
  }

  .lgt-home-recos-track {
    grid-auto-columns: 100%;
    gap: 12px;
    padding-bottom: 8px;
    scrollbar-gutter: auto;
    scrollbar-width: none;
  }

  .lgt-home-recos-track::-webkit-scrollbar {
    height: 0;
  }

  .lgt-home-recos-mobile-scrollbar {
    position: relative;
    display: block;
    width: 100%;
    height: 10px;
    margin-top: 10px;
    border-radius: 999px;
    background: #e7e7e7;
    overflow: hidden;
  }

  .lgt-home-recos-mobile-scrollbar-thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    min-width: 44px;
    border-radius: 999px;
    background: #8e8e8e;
    transform: translate3d(0, 0, 0);
    transition: transform .14s ease-out;
  }

  .lgt-home-recos-mobile-scrollbar:not(.is-active) .lgt-home-recos-mobile-scrollbar-thumb {
    width: 100%;
  }

  .lgt-home-card-media {
    padding: 10px;
  }

  .lgt-home-card-body {
    padding-top: 10px;
    gap: 8px;
  }

  .lgt-home-card-title {
    min-height: 40px;
    font-size: 13px;
  }

  .lgt-home-card-price,
  .lgt-home-card-button {
    font-size: 13px;
  }
}

/* --- Homepage hero and split styles moved from HTML --- */
.breadcrumbs,
#header-specialday-bar,
#header-specialday-bar-fixed,
.header-specialday-bar,
.header-specialday-bar-fixed {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  pointer-events: none !important;
}

.page-main,
.columns,
.column.main {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  padding-top: 0 !important;
}

.lgt-home-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url('https://www.lookinggoodtoday.com/lgt/img/home/lgt.webp') center top / cover no-repeat;
  overflow: hidden;
}


.lgt-home-seo-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  user-select: none;
}

.lgt-home-seo-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.lgt-home-hero > .lgt-home-seo-image,
.lgt-home-split-block > .lgt-home-seo-image {
  z-index: 0;
}

.lgt-home-hero-ui,
.lgt-home-split-link {
  position: relative;
  z-index: 3;
}

.lgt-home-hero-ui {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.lgt-category-cue {
  position: absolute;
  top: 84px;
  left: 96px;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(calc(-100% - 160px), 8px, 0);
  pointer-events: none;
  text-shadow: 0 2px 16px rgba(0,0,0,.22);
}

.lgt-category-cue.is-visible {
  visibility: visible;
  animation: lgtCategoryCueSlideIn 1.15s both;
}

@keyframes lgtCategoryCueSlideIn {
  0% {
    opacity: 0;
    transform: translate3d(calc(-100% - 160px), 8px, 0);
  }
  48% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  63% {
    transform: translate3d(-10px, 0, 0);
  }
  76% {
    transform: translate3d(6px, 0, 0);
  }
  87% {
    transform: translate3d(-3px, 0, 0);
  }
  94% {
    transform: translate3d(1px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.lgt-category-cue-icon {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  display: block;
}

.lgt-category-cue-icon path {
  stroke: currentColor;
}

.lgt-category-cue-text {
  display: block;
  font-size: 19px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: uppercase;
  white-space: nowrap;
}

.lgt-hotspot-wrap {
  position: absolute;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.lgt-hotspot-wrap.is-intro-ready {
  opacity: 1;
  visibility: visible;
}

.lgt-hotspot-wrap.is-visible {
  pointer-events: auto;
}

.lgt-hotspot {
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  transform: translate(-50%, -50%) scale(5);
  transform-origin: center center;
  opacity: 0.04;
  text-decoration: none !important;
  border-radius: 50%;
  z-index: 3;
  transition:
    transform 1s cubic-bezier(.22, 1, .36, 1),
    opacity 1s ease;
}

.lgt-hotspot-wrap.is-visible .lgt-hotspot {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.lgt-hotspot::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.96);
  background: transparent;
  transition: transform .25s ease;
}

.lgt-hotspot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 6px rgba(255,255,255,.14);
  transition: transform .25s ease, box-shadow .25s ease;
}

.lgt-hotspot-wrap:hover .lgt-hotspot::before,
.lgt-hotspot-wrap:focus-within .lgt-hotspot::before {
  transform: scale(1.08);
}

.lgt-hotspot-wrap:hover .lgt-hotspot::after,
.lgt-hotspot-wrap:focus-within .lgt-hotspot::after {
  transform: scale(1.08);
  box-shadow: 0 0 0 9px rgba(255,255,255,.14);
}

.lgt-hotspot-card {
  position: absolute;
  width: 290px;
  padding: 22px 22px 20px;
  border: 1px solid rgba(255,255,255,.92);
  border-radius: 22px;
  background: transparent;
  box-shadow: none;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
  pointer-events: none;
  box-sizing: border-box;
}

.lgt-hotspot-card::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: transparent;
  border-left: 1px solid rgba(255,255,255,.92);
  border-top: 1px solid rgba(255,255,255,.92);
}

.lgt-hotspot-wrap:hover .lgt-hotspot-card,
.lgt-hotspot-wrap:focus-within .lgt-hotspot-card,
.lgt-hotspot-wrap.is-card-visible .lgt-hotspot-card {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lgt-hotspot-kicker {
  display: block;
  margin-bottom: 10px;
  color: rgba(255,255,255,.82);
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.lgt-hotspot-title {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 31px;
  line-height: 1.02;
  font-weight: 300;
  letter-spacing: .01em;
}

.lgt-hotspot-meta {
  display: inline-block;
  color: rgba(255,255,255,.92);
  font-size: 14px;
  line-height: 1;
}

.lgt-hotspot-meta::after {
  content: " →";
}

.lgt-hotspot-wrap--men {
  left: 35.3%;
  top: 89%;
}

.lgt-hotspot-wrap--men .lgt-hotspot-card {
  left: -44px;
  bottom: 42px;
}

.lgt-hotspot-wrap--men .lgt-hotspot-card::before {
  left: 38px;
  bottom: -7px;
  transform: rotate(225deg);
}

.lgt-hotspot-wrap--women {
  left: 83.3%;
  top: 33.95%;
}

.lgt-hotspot-wrap--women .lgt-hotspot-card {
  right: -118px;
  top: 34px;
}

.lgt-hotspot-wrap--women .lgt-hotspot-card::before {
  right: 112px;
  top: -7px;
  transform: rotate(45deg);
}

.lgt-home-split {
  display: flex;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  gap: 0;
  overflow: hidden;
}

.lgt-home-split-block {
  position: relative;
  flex: 0 0 50%;
  width: 50%;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(1);
  will-change: filter;
}

.lgt-home-split-block--left {
  background-image: url('https://www.lookinggoodtoday.com/lgt/img/home/lgt2.webp');
}

.lgt-home-split-block--right {
  background-image: url('https://www.lookinggoodtoday.com/lgt/img/home/lgt3.webp');
}

.lgt-home-split-block--left-copy {
  background-image: url('https://www.lookinggoodtoday.com/lgt/img/home/lgt4.webp');
}

.lgt-home-split-block--right-copy {
  background-image: url('https://www.lookinggoodtoday.com/lgt/img/home/lgt5.webp');
}

.lgt-home-mobile-main {
  position: relative;
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.lgt-home-mobile-main-overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: clamp(84px, 19vw, 136px) 16px 28px;
  pointer-events: none;
}

.lgt-home-mobile-main-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 340px;
  text-align: center;
  color: #fff;
  pointer-events: none;
}

.lgt-home-mobile-main-title {
  margin: 0;
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: clamp(40px, 10.8vw, 58px);
  line-height: .96;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 8px 24px rgba(0,0,0,.18);
}

.lgt-home-mobile-main-subtitle {
  margin: 8px 0 0;
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: clamp(20px, 5.8vw, 31px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: .01em;
  text-align: center;
  text-shadow: 0 8px 24px rgba(0,0,0,.18);
}

.lgt-home-mobile-main-divider {
  display: block;
  width: 72px;
  max-width: 100%;
  height: 1px;
  margin: 18px auto 0;
  background: rgba(255,255,255,.92);
  box-shadow: 0 4px 18px rgba(0,0,0,.12);
}

.lgt-home-mobile-main-ctas {
  position: static;
  z-index: 5;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: calc(100% - 32px);
  max-width: 360px;
  margin: 18px auto 0;
  pointer-events: auto;
}

.lgt-home-mobile-main-cta {
  flex: 1 1 0;
  min-width: 0;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid rgba(255,255,255,.96);
  border-radius: 999px;
  background: rgba(17,17,17,.10);
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .01em;
  text-align: center;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  box-shadow: 0 10px 26px rgba(0,0,0,.18);
  cursor: pointer;
  transition: background-color .2s ease, transform .2s ease, opacity .2s ease;
}

.lgt-home-mobile-main-cta:hover,
.lgt-home-mobile-main-cta:focus,
.lgt-home-mobile-main-cta:active,
.lgt-home-mobile-main-cta:visited {
  color: #fff;
  background: rgba(255,255,255,.14);
  transform: translateY(-1px);
}

.lgt-home-split-block--mobile-main {
  background-image: url('https://www.lookinggoodtoday.com/lgt/img/home/lgt6.webp');
}

.lgt-home-split-link {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  padding-top: var(--lgt-split-link-offset, 40px);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .01em;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 2px 16px rgba(0,0,0,.28);
  cursor: pointer;
  box-sizing: border-box;
  will-change: padding-top;
}

.lgt-home-split-link:hover,
.lgt-home-split-link:focus,
.lgt-home-split-link:active,
.lgt-home-split-link:visited {
  color: #fff !important;
  text-decoration: none !important;
}

.lgt-home-split-link-icon {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  display: block;
}

.lgt-home-split-link-icon path {
  stroke: currentColor;
}


.lgt-home-uspbar {
  width: 100%;
  height: 55px;
  min-height: 55px;
  background: #111;
  color: #fff;
  box-sizing: border-box;
}

.lgt-home-uspbar,
.lgt-home-uspbar * {
  box-sizing: border-box;
}

.lgt-home-uspbar-inner {
  width: min(1800px, calc(100% - 40px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  overflow: hidden;
}

.lgt-home-uspbar-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .01em;
  white-space: nowrap;
}

.lgt-home-uspbar-check {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  display: block;
}

.lgt-home-uspbar-check path {
  stroke: currentColor;
}

@media (max-width: 1200px) {
  .lgt-home-uspbar-inner {
    gap: 24px;
  }

  .lgt-home-uspbar-item {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .lgt-home-hero,
  .lgt-home-hero-ui,
  .lgt-home-uspbar {
    display: none !important;
  }

  .lgt-home-mobile-main {
    display: block;
    height: auto;
    overflow: visible;
  }

  .lgt-home-mobile-main-overlay {
    display: flex;
  }

  .lgt-home-mobile-main-ctas {
    display: inline-flex;
  }

  .lgt-home-closing {
    padding: 52px 0 64px;
  }

  .lgt-home-closing-inner {
    width: min(100%, calc(100% - 32px));
  }

  .lgt-home-closing-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .lgt-home-closing-title {
    font-size: 18px !important;
    line-height: 1.2;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
  }

  .lgt-home-closing-text p {
    font-size: 14px;
    line-height: 1.65;
  }

  .lgt-home-closing-pills {
    gap: 8px;
    margin-top: 18px;
  }

  .lgt-home-closing-pill {
    min-height: 36px;
    padding: 8px 14px;
    font-size: 12px;
  }

  .lgt-home-closing-col--reviews {
    margin-top: 74px;
    margin-bottom: 50px;
  }

  .lgt-home-closing-reviews-title {
    margin-bottom: 10px;
    font-size: 20px !important;
  }

  .lgt-home-closing-reviews {
    padding: 18px 16px;
    border-radius: 20px;
  }

  .lgt-home-review-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .lgt-review-card {
    padding: 16px 14px;
    border-radius: 16px;
  }

  .lgt-home-review-links {
    gap: 14px;
    margin-top: 12px;
  }

  .lgt-home-review-link {
    font-size: 12px;
  }

  .lgt-review-stars {
    font-size: 14px;
  }

  .lgt-review-text {
    font-size: 14px;
    line-height: 1.5;
  }

  .lgt-home-split {
    display: block !important;
    height: auto;
    overflow: visible;
  }

  .lgt-home-split-block {
    display: block;
    width: 100%;
    height: 100svh;
    min-height: 100vh;
    flex: 0 0 auto;
    filter: none !important;
    will-change: auto;
  }

  .lgt-home-split-link {
    align-items: flex-start;
    padding-top: var(--lgt-split-link-offset, 28px);
    font-size: 17px;
  }
}

@media (min-width: 769px) {
  body header.page-header,
  body header.page-header::after,
  body header.page-header .panel.wrapper,
  body header.page-header .header.panel,
  body header.page-header .header.content,
  body header.page-header .logo img,
  body header.page-header .lgt-desktop-links a,
  body header.page-header .lgt-desktop-links span,
  body header.page-header .lgt-header-account,
  body header.page-header .lgt-header-account svg,
  body header.page-header .lgt-header-account svg *,
  body header.page-header .lgt-header-wishlist,
  body header.page-header .lgt-header-wishlist svg,
  body header.page-header .lgt-header-wishlist svg *,
  body header.page-header .minicart-wrapper > .action.showcart,
  body header.page-header .minicart-wrapper > .action.showcart:before,
  body header.page-header .minicart-wrapper .counter.qty,
  body header.page-header .minicart-wrapper .counter-number,
  body header.page-header .header.content section.amsearch-wrapper-block,
  body header.page-header .header.content section.amsearch-wrapper-block input,
  body header.page-header .header.content section.amsearch-wrapper-block input[type="text"],
  body header.page-header .header.content section.amsearch-wrapper-block input[type="search"],
  body header.page-header .header.content section.amsearch-wrapper-block .amsearch-input {
    transition:
      background-color .28s ease,
      border-color .28s ease,
      color .28s ease,
      fill .28s ease,
      stroke .28s ease,
      opacity .28s ease,
      filter .28s ease,
      box-shadow .28s ease;
  }

  body.hero-header-inverted .lgt-uspbar-top,
  body.hero-header-inverted .lgt-uspbar-clone {
    display: none !important;
  }

  body.hero-header-inverted header.page-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 5000 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body.hero-header-inverted header.page-header .panel.wrapper,
  body.hero-header-inverted header.page-header .header.panel,
  body.hero-header-inverted header.page-header .header.content {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body.hero-header-inverted header.page-header .header.content {
    border-bottom: 0 !important;
  }

  body.hero-header-inverted header.page-header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(255,255,255,.65);
    pointer-events: none;
  }

  body.hero-header-inverted header.page-header .lgt-desktop-links a,
  body.hero-header-inverted header.page-header .lgt-desktop-links span {
    color: #fff !important;
  }

  body.hero-header-inverted header.page-header .lgt-desktop-links a::after {
    background: #fff !important;
  }

  body.hero-header-inverted header.page-header .logo img {
    content: url('/lgt/img/header/home-logo.png') !important;
    max-height: 32px !important;
    width: auto !important;
    display: block !important;
    opacity: 1 !important;
    filter: none !important;
  }

  body.hero-header-inverted header.page-header .lgt-header-account,
  body.hero-header-inverted header.page-header .lgt-header-account svg,
  body.hero-header-inverted header.page-header .lgt-header-account svg * {
    color: #fff !important;
    stroke: #fff !important;
    fill: none !important;
  }

  body.hero-header-inverted header.page-header .lgt-header-wishlist,
  body.hero-header-inverted header.page-header .lgt-header-wishlist svg,
  body.hero-header-inverted header.page-header .lgt-header-wishlist svg * {
    color: #fff !important;
    stroke: #fff !important;
    fill: #fff !important;
    opacity: 1 !important;
  }

  body.hero-header-inverted header.page-header .lgt-header-wishlist .lgt-header-wishlist-svg .lgt-heart-stroke,
  body.hero-header-inverted header.page-header .lgt-header-wishlist.is-feedback .lgt-header-wishlist-svg .lgt-heart-stroke {
    stroke: #fff !important;
    fill: none !important;
  }

  body.hero-header-inverted header.page-header .lgt-header-wishlist .lgt-header-wishlist-svg .lgt-heart-fill,
  body.hero-header-inverted header.page-header .lgt-header-wishlist.is-feedback .lgt-header-wishlist-svg .lgt-heart-fill {
    fill: transparent !important;
  }

  body.hero-header-inverted header.page-header .minicart-wrapper > .action.showcart {
    filter: brightness(0) invert(1) !important;
  }

  body.hero-header-inverted header.page-header .minicart-wrapper > .action.showcart .counter.qty,
  body.hero-header-inverted header.page-header .minicart-wrapper > .action.showcart .counter.qty .counter-number,
  body.hero-header-inverted header.page-header .minicart-wrapper > .action.showcart .counter.qty.empty .counter-number:before {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    background: transparent !important;
  }

  body.hero-header-inverted header.page-header .header.content section.amsearch-wrapper-block {
    background: transparent !important;
  }

  body.hero-header-inverted header.page-header .header.content section.amsearch-wrapper-block::before,
  body.hero-header-inverted header.page-header .header.content section.amsearch-wrapper-block .amsearch-button,
  body.hero-header-inverted header.page-header .header.content section.amsearch-wrapper-block .amsearch-button svg,
  body.hero-header-inverted header.page-header .header.content section.amsearch-wrapper-block .amsearch-button:before {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  body.hero-header-inverted header.page-header .header.content section.amsearch-wrapper-block input,
  body.hero-header-inverted header.page-header .header.content section.amsearch-wrapper-block input[type="text"],
  body.hero-header-inverted header.page-header .header.content section.amsearch-wrapper-block input[type="search"],
  body.hero-header-inverted header.page-header .header.content section.amsearch-wrapper-block .amsearch-input {
    background-color: rgba(255,255,255,.08) !important;
    border: 1px solid rgba(255,255,255,.45) !important;
    color: #fff !important;
    box-shadow: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='10.5' cy='10.5' r='6.75' stroke='%23ffffff' stroke-width='2.35'/%3E%3Cpath d='M15.75 15.75 20 20' stroke='%23ffffff' stroke-width='2.35' stroke-linecap='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: 18px 50% !important;
    background-size: 18px 18px !important;
    padding-left: 52px !important;
  }

  body.hero-header-inverted header.page-header .header.content section.amsearch-wrapper-block input::placeholder,
  body.hero-header-inverted header.page-header .header.content section.amsearch-wrapper-block .amsearch-input::placeholder {
    color: rgba(255,255,255,.9) !important;
    opacity: 1 !important;
  }
}

@media (max-width: 768px) {
  .lgt-home-uspbar {
    display: block !important;
    overflow: hidden;
  }

  .lgt-home-uspbar-inner {
    position: relative;
    width: 100%;
    max-width: none;
    height: 100%;
    padding: 0 18px;
    justify-content: center;
    gap: 0;
  }

  .lgt-home-uspbar-item {
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% - 36px);
    justify-content: center;
    text-align: center;
    opacity: 0;
    transform: translate(-50%, calc(-50% + 18px));
    animation: lgtHomeUspSlideMobile 16s infinite;
    will-change: transform, opacity;
  }

  .lgt-home-uspbar-item:nth-child(1) {
    animation-delay: 0s;
  }

  .lgt-home-uspbar-item:nth-child(2) {
    animation-delay: 4s;
  }

  .lgt-home-uspbar-item:nth-child(3) {
    animation-delay: 8s;
  }

  .lgt-home-uspbar-item:nth-child(4) {
    animation-delay: 12s;
  }

  .lgt-home-uspbar-check {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
  }

  .lgt-home-uspbar-item span {
    display: inline-block;
    max-width: calc(100% - 25px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@keyframes lgtHomeUspSlideMobile {
  0% {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 18px));
  }
  4% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  21% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  25% {
    opacity: 0;
    transform: translate(-50%, calc(-50% - 18px));
  }
  100% {
    opacity: 0;
    transform: translate(-50%, calc(-50% - 18px));
  }
}


.lgt-home-related-posts {
  width: 100%;
  margin-top: 30px;
  padding: 56px 0 64px;
  background: #fff;
  box-sizing: border-box;
}

.lgt-home-related-posts,
.lgt-home-related-posts * {
  box-sizing: border-box;
}

.lgt-home-related-posts-inner {
  width: min(1800px, calc(100% - 40px));
  max-width: none;
  margin: 0 auto;
  padding: 0;
}

.lgt-home-related-posts .blog-grid.container,
.lgt-home-related-posts .blog-grid {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.lgt-home-related-posts-head {
  margin-bottom: 12px;
}

.lgt-home-related-posts-heading {
  display: flex;
  flex-direction: column;
  min-width: 0;
  width: 100%;
}

.lgt-home-related-posts-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
  margin-bottom: 8px;
}

.lgt-home-related-posts-controls {
  flex: 0 0 auto;
  margin: 0;
}

.lgt-home-related-posts .roboto-kop2 {
  margin: 0;
  color: #111;
  font-family: Roboto, Arial, sans-serif;
  font-size: 22px !important;
  line-height: 1.2;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.lgt-home-related-posts .roboto {
  margin: 0;
  color: #4c4c4c;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px !important;
  line-height: 1.55;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.lgt-home-related-posts .blog-grid {
  display: block;
}

.lgt-home-related-posts .lgt-home-related-posts-track-wrap {
  position: relative;
}

.lgt-home-related-posts .blog-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lgt-home-related-posts .lgt-home-related-posts-mobile-scrollbar {
  display: none;
}

.lgt-home-related-posts .lgt-home-related-posts-mobile-scrollbar-thumb {
  width: 100%;
}

.lgt-home-related-posts .blog-item {
  min-width: 0;
}

.lgt-home-related-posts .blog-card {
  display: block;
  height: 100%;
  color: inherit !important;
  text-decoration: none !important;
}

.lgt-home-related-posts .thumb {
  position: relative;
  margin: 0;
  aspect-ratio: 1 / 1;
  background: #f6f6f6;
  overflow: hidden;
}

.lgt-home-related-posts .thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.lgt-home-related-posts .blog-title {
  margin: 12px 0 8px;
  color: #111;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px !important;
  line-height: 1.35;
  font-weight: 700 !important;
  letter-spacing: .10em !important;
  text-transform: uppercase !important;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lgt-home-related-posts .blog-excerpt {
  margin: 0;
  color: #4c4c4c;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px !important;
  line-height: 1.6;
  letter-spacing: 0 !important;
  text-transform: none !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lgt-home-related-posts .related-more {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

.lgt-home-related-posts .related-more li {
  margin: 0;
  padding: 0;
}

.lgt-home-related-posts .related-more a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #111 !important;
  text-decoration: none !important;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px !important;
  line-height: 1.2;
  white-space: nowrap;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.lgt-home-related-posts .related-more-label {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lgt-home-related-posts .related-more-arrow {
  display: inline-block;
  line-height: 1;
  text-decoration: none !important;
}

.lgt-home-related-posts #relatedFallback {
  margin-top: 12px;
}

@media (max-width: 1100px) {
  .lgt-home-related-posts .blog-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .lgt-home-related-posts {
    padding: 50px 0 42px;
  }

  .lgt-home-related-posts-inner {
    width: calc(100% - 24px);
    max-width: none;
    margin: 0 auto;
    padding: 0;
  }

  .lgt-home-related-posts-head {
    margin-bottom: 12px;
  }

  .lgt-home-related-posts-title-row {
    gap: 12px;
  }

  .lgt-home-related-posts .roboto-kop2 {
    font-size: 18px !important;
  }

  .lgt-home-related-posts .roboto,
  .lgt-home-related-posts .related-more a,
  .lgt-home-related-posts .blog-excerpt {
    font-size: 14px !important;
  }

  .lgt-home-related-posts .blog-list {
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    padding-bottom: 8px;
    scrollbar-gutter: auto;
    scrollbar-width: none;
  }

  .lgt-home-related-posts .blog-list::-webkit-scrollbar {
    height: 0;
  }

  .lgt-home-related-posts .blog-item {
    scroll-snap-align: start;
  }

  .lgt-home-related-posts .lgt-home-related-posts-mobile-scrollbar {
    position: relative;
    display: block;
    width: 100%;
    height: 10px;
    margin-top: 10px;
    border-radius: 999px;
    background: #e7e7e7;
    overflow: hidden;
  }

  .lgt-home-related-posts .lgt-home-related-posts-mobile-scrollbar-thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    min-width: 44px;
    border-radius: 999px;
    background: #8e8e8e;
    transform: translate3d(0, 0, 0);
    transition: transform .14s ease-out;
  }

  .lgt-home-related-posts .lgt-home-related-posts-mobile-scrollbar:not(.is-active) .lgt-home-related-posts-mobile-scrollbar-thumb {
    width: 100%;
  }

  .lgt-home-related-posts .blog-title {
    font-size: 14px !important;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
