.elementor-23 .elementor-element.elementor-element-fbf222c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-23 .elementor-element.elementor-element-c66527c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-007623a *//* =========================================================
   PRODUCTS PAGE — SEC 1 HERO
   UPDATED: BIGGER & MORE READABLE TYPOGRAPHY
========================================================= */

.lgphero {
  --red: #a50034;
  --red-dark: #810029;
  --black: #171717;
  --grey: #666666;
  --line: #dedede;

  position: relative;
  width: 100%;
  overflow: hidden;

  background:
    linear-gradient(
      108deg,
      #ffffff 0%,
      #ffffff 45%,
      #f3f1f1 45%,
      #ece9e9 100%
    );

  font-family: "Poppins", Arial, sans-serif;
}


/* =========================================================
   WRAPPER
========================================================= */

.lgphero__wrap {
  width: min(1460px, calc(100% - 90px));
  min-height: 650px;

  margin: 0 auto;

  display: grid;
  grid-template-columns: .82fr 1.18fr;
  align-items: center;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.lgphero__content {
  position: relative;
  z-index: 5;

  padding:
    70px
    45px
    70px
    0;
}


/* =========================================================
   BREADCRUMB
========================================================= */

.lgphero__breadcrumb {
  display: flex;
  align-items: center;

  gap: 12px;

  margin-bottom: 55px;

  font-size: 12px;
  line-height: 1.4;

  font-weight: 600;

  letter-spacing: 1px;
}


.lgphero__breadcrumb a {
  color: #888 !important;

  text-decoration: none !important;

  transition: color .25s ease;
}


.lgphero__breadcrumb a:hover {
  color: var(--red) !important;
}


.lgphero__breadcrumb span {
  color: #bbb;
}


.lgphero__breadcrumb strong {
  color: var(--red);

  font-weight: 700;
}


/* =========================================================
   EYEBROW
========================================================= */

.lgphero__eyebrow {
  position: relative;

  display: inline-block;

  margin-bottom: 20px;

  padding-left: 50px;

  color: var(--red);

  font-size: 13px;
  line-height: 1.4;

  font-weight: 700;

  letter-spacing: 1.8px;
}


.lgphero__eyebrow::before {
  content: "";

  position: absolute;

  left: 0;
  top: 50%;

  width: 35px;
  height: 2px;

  transform: translateY(-50%);

  background: var(--red);
}


/* =========================================================
   TITLE
========================================================= */

.lgphero__content h1 {
  margin: 0;

  color: var(--black);

  font-size: clamp(64px, 6vw, 92px);
  line-height: .95;

  font-weight: 300;

  letter-spacing: -4.5px;
}


.lgphero__content h1 strong {
  display: block;

  color: var(--red);

  font-weight: 650;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.lgphero__content p {
  max-width: 480px;

  margin: 30px 0 0;

  color: var(--grey);

  font-size: 16px;
  line-height: 1.75;

  font-weight: 400;
}


/* =========================================================
   EXPLORE CTA
========================================================= */

.lgphero__explore {
  width: fit-content;

  display: flex;
  align-items: center;

  gap: 45px;

  margin-top: 38px;

  padding: 0 0 10px;

  color: var(--black) !important;

  border-bottom: 1px solid var(--black);

  text-decoration: none !important;

  font-size: 14px;
  line-height: 1.4;

  font-weight: 600;
}


.lgphero__explore span {
  color: var(--red);

  font-size: 21px;
  line-height: 1;

  transition:
    transform .25s ease;
}


.lgphero__explore:hover span {
  transform: translateY(4px);
}


/* =========================================================
   RIGHT VISUAL
========================================================= */

.lgphero__visual {
  position: relative;

  min-height: 650px;

  align-self: stretch;
}


/* =========================================================
   BACKGROUND CIRCLE
========================================================= */

.lgphero__circle {
  position: absolute;

  top: 50%;
  left: 52%;

  width: min(39vw, 570px);
  height: min(39vw, 570px);

  transform: translate(-50%, -50%);

  border-radius: 50%;

  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,.98),
      rgba(230,225,226,.82)
    );

  border: 1px solid rgba(255,255,255,.95);
}


.lgphero__circle::before {
  content: "";

  position: absolute;

  inset: 42px;

  border-radius: 50%;

  border: 1px solid rgba(165,0,52,.09);
}


/* =========================================================
   PRODUCT IMAGES
========================================================= */

.lgphero__product {
  position: absolute;

  z-index: 3;
}


.lgphero__product img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: contain;

  mix-blend-mode: multiply;

  filter:
    drop-shadow(
      0 22px 24px
      rgba(0,0,0,.10)
    );

  transition:
    transform .6s cubic-bezier(.2,.8,.2,1);
}


/* TV */

.lgphero__product--tv {
  width: 47%;

  top: 18%;
  left: 4%;
}


/* REFRIGERATOR */

.lgphero__product--fridge {
  width: 33%;
  height: 69%;

  right: 7%;
  bottom: 3%;
}


/* WASHER */

.lgphero__product--washer {
  width: 29%;
  height: 35%;

  left: 20%;
  bottom: 4%;
}


/* HOVER */

.lgphero__visual:hover
.lgphero__product--tv img {
  transform: translateY(-5px);
}


.lgphero__visual:hover
.lgphero__product--fridge img {
  transform: translateY(-7px);
}


.lgphero__visual:hover
.lgphero__product--washer img {
  transform: translateY(-4px);
}


/* =========================================================
   SIDE LABEL
========================================================= */

.lgphero__side-label {
  position: absolute;

  z-index: 5;

  top: 65px;
  right: 0;

  padding-left: 20px;

  border-left: 2px solid #bbb;
}


.lgphero__side-label span {
  display: block;

  margin-bottom: 7px;

  color: #888;

  font-size: 11px;
  line-height: 1.4;

  font-weight: 600;

  letter-spacing: 1.3px;
}


.lgphero__side-label strong {
  display: block;

  color: #333;

  font-size: 15px;
  line-height: 1.5;

  font-weight: 600;
}


/* =========================================================
   CATEGORY NAVIGATION
========================================================= */

.lgphero__categories {
  position: relative;
  z-index: 8;

  width: 100%;

  background: #171717;
}


.lgphero__categories-inner {
  width: min(1460px, calc(100% - 90px));

  min-height: 86px;

  margin: 0 auto;

  display: flex;
  align-items: center;

  overflow-x: auto;

  scrollbar-width: none;
}


.lgphero__categories-inner::-webkit-scrollbar {
  display: none;
}


/* CATEGORY TITLE */

.lgphero__categories-title {
  flex: 0 0 auto;

  margin-right: 30px;

  padding-right: 30px;

  color: #888;

  border-right: 1px solid #444;

  font-size: 11px;
  line-height: 1.4;

  font-weight: 700;

  letter-spacing: 1.3px;

  white-space: nowrap;
}


/* =========================================================
   CATEGORY LINKS
========================================================= */

.lgphero__categories-inner a {
  position: relative;

  flex: 0 0 auto;

  height: 86px;

  display: flex;
  align-items: center;

  padding: 0 20px;

  color: #bdbdbd !important;

  text-decoration: none !important;

  font-size: 13px;
  line-height: 1.4;

  font-weight: 500;

  white-space: nowrap;

  transition:
    color .25s ease;
}


.lgphero__categories-inner a::after {
  content: "";

  position: absolute;

  left: 20px;
  right: 20px;
  bottom: 0;

  height: 3px;

  background: var(--red);

  transform: scaleX(0);

  transform-origin: left;

  transition:
    transform .25s ease;
}


.lgphero__categories-inner a:hover,
.lgphero__categories-inner a.is-active {
  color: #fff !important;
}


.lgphero__categories-inner a.is-active {
  font-weight: 600;
}


.lgphero__categories-inner a.is-active::after,
.lgphero__categories-inner a:hover::after {
  transform: scaleX(1);
}


/* =========================================================
   LARGE SCREEN
========================================================= */

@media (min-width: 1600px) {

  .lgphero__content p {
    font-size: 17px;
  }


  .lgphero__categories-inner a {
    font-size: 14px;
  }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

  .lgphero__wrap {
    width: calc(100% - 50px);

    min-height: 590px;

    grid-template-columns:
      .9fr
      1.1fr;
  }


  .lgphero__visual {
    min-height: 590px;
  }


  .lgphero__content h1 {
    font-size: 67px;

    letter-spacing: -3.5px;
  }


  .lgphero__content p {
    max-width: 400px;

    font-size: 14px;
  }


  .lgphero__breadcrumb {
    font-size: 11px;
  }


  .lgphero__eyebrow {
    font-size: 11px;
  }


  .lgphero__categories-inner {
    width: calc(100% - 50px);
  }


  .lgphero__categories-title {
    font-size: 10px;
  }


  .lgphero__categories-inner a {
    height: 78px;

    padding: 0 17px;

    font-size: 12px;
  }


  .lgphero__categories-inner a::after {
    left: 17px;
    right: 17px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .lgphero {
    background:
      linear-gradient(
        180deg,
        #fff 0%,
        #fff 49%,
        #f1eeee 49%,
        #f1eeee 100%
      );
  }


  /* WRAPPER */

  .lgphero__wrap {
    width: calc(100% - 30px);

    min-height: 0;

    display: block;
  }


  /* CONTENT */

  .lgphero__content {
    padding:
      35px
      0
      35px;
  }


  /* BREADCRUMB */

  .lgphero__breadcrumb {
    margin-bottom: 40px;

    font-size: 10px;
  }


  /* EYEBROW */

  .lgphero__eyebrow {
    margin-bottom: 14px;

    padding-left: 38px;

    font-size: 10px;

    letter-spacing: 1.3px;
  }


  .lgphero__eyebrow::before {
    width: 25px;
  }


  /* TITLE */

  .lgphero__content h1 {
    font-size: 52px;
    line-height: .95;

    letter-spacing: -3px;
  }


  /* DESCRIPTION */

  .lgphero__content p {
    max-width: 340px;

    margin-top: 20px;

    font-size: 13px;
    line-height: 1.7;
  }


  /* CTA */

  .lgphero__explore {
    gap: 30px;

    margin-top: 27px;

    font-size: 12px;
  }


  /* VISUAL */

  .lgphero__visual {
    min-height: 410px;
  }


  .lgphero__circle {
    width: 355px;
    height: 355px;

    left: 50%;
  }


  .lgphero__product--tv {
    width: 53%;

    top: 18%;
    left: 0;
  }


  .lgphero__product--fridge {
    width: 38%;
    height: 67%;

    right: 0;
  }


  .lgphero__product--washer {
    width: 31%;
    height: 35%;

    left: 18%;
  }


  .lgphero__side-label {
    display: none;
  }


  /* CATEGORY NAV */

  .lgphero__categories-inner {
    width: 100%;

    min-height: 68px;

    padding-left: 15px;
  }


  .lgphero__categories-title {
    display: none;
  }


  .lgphero__categories-inner a {
    height: 68px;

    padding: 0 16px;

    font-size: 11px;
  }


  .lgphero__categories-inner a::after {
    left: 16px;
    right: 16px;

    height: 3px;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 390px) {

  .lgphero__content h1 {
    font-size: 47px;
  }


  .lgphero__content p {
    font-size: 12px;
  }


  .lgphero__visual {
    min-height: 375px;
  }


  .lgphero__circle {
    width: 330px;
    height: 330px;
  }


  .lgphero__categories-inner a {
    font-size: 10px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-37f200a *//* =========================================================
   LG SUBSCRIBE PRODUCT CATALOGUE
   FULL CSS
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');


/* =========================================================
   VARIABLES
========================================================= */

.fzlg-cat {
  --lg-red: #a50034;
  --lg-red-dark: #820029;
  --lg-bright-red: #ff2638;
  --lg-black: #171717;
  --lg-text: #292929;
  --lg-muted: #77777f;
  --lg-line: #dedede;
  --lg-soft-line: #ececec;
  --lg-bg: #f3f1ed;
  --lg-soft: #f7f5f1;
  --lg-white: #ffffff;
  --lg-green: #008b45;

  width: 100%;
  background: var(--lg-bg);
  color: var(--lg-black);
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
  overflow: hidden;
}

.fzlg-cat *,
.fzlg-cat *::before,
.fzlg-cat *::after {
  box-sizing: border-box;
}


/* =========================================================
   WRAPPER
========================================================= */

.fzlg-cat__wrap {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 100px 42px 60px;
}


/* =========================================================
   HEADER
========================================================= */

.fzlg-cat__head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: 70px;
  align-items: end;
  padding-bottom: 55px;
}

.fzlg-cat__head-main {
  min-width: 0;
}

.fzlg-cat__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 17px;

  color: var(--lg-red);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .13em;
}

.fzlg-cat__eyebrow::before {
  content: "";
  width: 32px;
  height: 2px;
  background: var(--lg-red);
  flex: 0 0 auto;
}

.fzlg-cat__head h2 {
  margin: 0;

  color: var(--lg-black);
  font-size: clamp(58px, 6.5vw, 96px);
  line-height: .92;
  font-weight: 700;
  letter-spacing: -.065em;
}

.fzlg-cat__head h2 span {
  color: var(--lg-red);
}

.fzlg-cat__head-side {
  max-width: 460px;
  padding-bottom: 7px;
}

.fzlg-cat__head-side > span {
  display: block;
  margin-bottom: 12px;

  color: var(--lg-black);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}

.fzlg-cat__head-side p {
  margin: 0;

  color: #626269;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
}


/* =========================================================
   FILTERS
========================================================= */

.fzlg-cat__filters {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));

  width: 100%;
  margin-bottom: 70px;

  border-top: 1px solid #d5d3cf;
  border-left: 1px solid #d5d3cf;

  background: var(--lg-white);
}

.fzlg-filter {
  position: relative;

  min-width: 0;
  min-height: 96px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;

  padding: 17px 18px;

  border: 0;
  border-right: 1px solid #d5d3cf;
  border-bottom: 1px solid #d5d3cf;

  background: var(--lg-white);
  color: var(--lg-black);

  font-family: inherit;
  text-align: left;
  cursor: pointer;

  transition:
    background .25s ease,
    color .25s ease;
}

.fzlg-filter small {
  display: block;

  color: #aaa9aa;
  font-size: 10px;
  line-height: 1;
  font-weight: 600;

  transition: color .25s ease;
}

.fzlg-filter span {
  display: block;

  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
}

.fzlg-filter:hover {
  background: #f8f7f5;
}

.fzlg-filter.is-active {
  background: var(--lg-red);
  color: var(--lg-white);
}

.fzlg-filter.is-active small {
  color: rgba(255,255,255,.65);
}

.fzlg-filter.is-active::after {
  content: "";

  position: absolute;
  left: 17px;
  bottom: 0;

  width: 32px;
  height: 4px;

  background: var(--lg-white);
}


/* =========================================================
   CATEGORY HEADING
========================================================= */

.fzlg-cat__category-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;

  margin-bottom: 28px;
  padding-bottom: 24px;

  border-bottom: 1px solid #cbc9c5;
}

.fzlg-cat__category-head > div:first-child > span {
  display: block;
  margin-bottom: 8px;

  color: var(--lg-red);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .13em;
}

.fzlg-cat__category-head h3 {
  margin: 0;

  color: var(--lg-black);
  font-size: clamp(32px, 3vw, 48px);
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -.045em;
}

.fzlg-cat__count {
  display: flex;
  align-items: baseline;
  gap: 9px;

  white-space: nowrap;
}

.fzlg-cat__count strong {
  color: var(--lg-red);
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
}

.fzlg-cat__count span {
  color: #85858b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
}


/* =========================================================
   PRODUCTS WRAPPER
========================================================= */

.fzlg-products {
  display: flex;
  flex-direction: column;
  gap: 16px;
}


/* =========================================================
   PRODUCT ROW
========================================================= */

.fzlg-product {
  position: relative;

  display: grid;

  grid-template-columns:
    minmax(180px, .85fr)
    minmax(380px, 2.15fr)
    minmax(145px, .72fr)
    minmax(170px, .86fr)
    minmax(155px, .78fr);

  min-height: 270px;

  background: var(--lg-white);

  border: 1px solid #e2e0dc;
  border-radius: 14px;

  box-shadow:
    0 2px 4px rgba(0,0,0,.04),
    0 8px 20px rgba(0,0,0,.025);

  overflow: hidden;
}


/* =========================================================
   PRODUCT VISUAL
========================================================= */

.fzlg-product__visual {
  position: relative;

  min-width: 0;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  padding: 28px 20px 20px;

  background: #fff;
}

.fzlg-product__image-wrap {
  position: relative;

  width: 100%;
  height: 165px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.fzlg-product__image {
  display: block;

  max-width: 90%;
  max-height: 155px;

  width: auto;
  height: auto;

  object-fit: contain;

  transition:
    opacity .25s ease,
    transform .25s ease;
}

.fzlg-product:hover .fzlg-product__image {
  transform: scale(1.025);
}


/* =========================================================
   IMAGE PLACEHOLDER
========================================================= */

.fzlg-product__placeholder {
  width: 100%;
  height: 150px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 20px;

  text-align: center;
  background: #f6f5f2;
  border: 1px dashed #d5d2cc;
}

.fzlg-product__placeholder span {
  display: block;
  margin-bottom: 7px;

  color: #a4a1a0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
}

.fzlg-product__placeholder strong {
  display: block;

  color: var(--lg-black);
  font-size: 16px;
  font-weight: 700;
}

.fzlg-product__placeholder small {
  display: block;
  margin-top: 6px;

  color: #aaa;
  font-size: 10px;
}


/* =========================================================
   COLOUR SWATCHES
========================================================= */

.fzlg-product__swatches {
  min-height: 32px;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;

  margin-top: 8px;
}

.fzlg-swatch {
  position: relative;

  width: 20px;
  height: 20px;

  padding: 0;

  border: 2px solid #dedede;
  border-radius: 50%;

  background: var(--swatch);

  cursor: pointer;

  transition:
    transform .2s ease,
    border-color .2s ease;
}

.fzlg-swatch:hover {
  transform: scale(1.08);
}

.fzlg-swatch.is-active {
  border-color: var(--lg-red);
}

.fzlg-swatch.is-active::after {
  content: "";

  position: absolute;
  inset: -5px;

  border: 1px solid var(--lg-red);
  border-radius: 50%;
}


/* =========================================================
   WATER MODES
========================================================= */

.fzlg-water-modes {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;

  width: 100%;
  margin-top: 9px;
  padding-top: 9px;

  border-top: 1px solid #eee;
}

.fzlg-water-modes span {
  position: relative;

  padding-top: 13px;

  font-size: 10px;
  line-height: 1;
  font-weight: 500;
}

.fzlg-water-modes span::before {
  content: "";

  position: absolute;
  top: 0;
  left: 50%;

  width: 7px;
  height: 7px;

  border-radius: 50%;

  transform: translateX(-50%);
}

.fzlg-water-modes .hot {
  color: #e84b22;
}

.fzlg-water-modes .hot::before {
  background: #e84b22;
}

.fzlg-water-modes .ambient {
  color: #00a98f;
}

.fzlg-water-modes .ambient::before {
  background: #00a98f;
}

.fzlg-water-modes .cold {
  color: #0077ff;
}

.fzlg-water-modes .cold::before {
  background: #0077ff;
}


/* =========================================================
   PRODUCT DETAILS
========================================================= */

.fzlg-product__details {
  min-width: 0;

  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 30px 28px 30px 10px;
}

.fzlg-product__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;

  margin-bottom: 9px;
}

.fzlg-product__model {
  display: inline-flex;
  align-items: center;

  padding: 5px 8px;

  border-radius: 4px;

  background: #f0ede7;
  color: #707078;

  font-size: 10px;
  line-height: 1;
  font-weight: 600;
}

.fzlg-product__badge {
  display: inline-flex;
  align-items: center;

  padding: 5px 9px;

  border-radius: 4px;

  background: #edf5ff;
  color: #0069d9;

  font-size: 10px;
  line-height: 1;
  font-weight: 600;
}

.fzlg-product__details h4 {
  max-width: 650px;

  margin: 0 0 12px;

  color: #090909;

  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -.02em;
}

.fzlg-product__details ul {
  display: flex;
  flex-direction: column;
  gap: 6px;

  margin: 0;
  padding: 0;

  list-style: none;
}

.fzlg-product__details li {
  position: relative;

  margin: 0;
  padding-left: 16px;

  color: #61616a;

  font-size: 12px;
  line-height: 1.55;
  font-weight: 400;
}

.fzlg-product__details li::before {
  content: "";

  position: absolute;
  top: .58em;
  left: 0;

  width: 6px;
  height: 6px;

  border-radius: 50%;

  background: var(--lg-bright-red);
}


/* =========================================================
   ENERGY RATING
========================================================= */

.fzlg-product__rating {
  width: 100%;
  max-width: 520px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;

  margin-bottom: 10px;
  padding: 10px 13px;

  border-radius: 6px;

  background: #f8f6f3;
}

.fzlg-product__rating div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.fzlg-product__rating span {
  color: #898a92;
  font-size: 10px;
  font-weight: 500;
}

.fzlg-product__rating strong {
  color: var(--lg-bright-red);
  font-size: 13px;
  font-weight: 700;
}

.fzlg-product__rating b {
  color: #ffb800;
  font-size: 16px;
  letter-spacing: 1px;
}


/* =========================================================
   OUTRIGHT
========================================================= */

.fzlg-product__outright {
  align-self: center;

  width: calc(100% - 20px);
  min-height: 200px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  margin: 10px;

  background: var(--lg-soft);
  border-radius: 10px;

  text-align: center;
}

.fzlg-product__outright > span {
  display: block;
  margin-bottom: 9px;

  color: #92929a;

  font-size: 11px;
  line-height: 1;
  font-weight: 500;
}

.fzlg-product__outright > strong {
  display: block;

  color: #000;

  font-size: 22px;
  line-height: 1.15;
  font-weight: 700;
}

.fzlg-product__outright > small {
  display: block;
  margin-top: 9px;

  color: #9a9aa2;

  font-size: 10px;
  line-height: 1.3;
}


/* =========================================================
   SUBSCRIBE BOX
========================================================= */

.fzlg-product__subscribe {
  align-self: center;

  width: calc(100% - 12px);
  min-height: 200px;

  display: flex;
  flex-direction: column;

  margin: 6px;

  border: 1px solid #ffd2d7;
  border-radius: 9px;

  background: #fff;

  overflow: hidden;
}

.fzlg-product__subscribe-top {
  display: flex;
  justify-content: center;
  align-items: center;

  min-height: 40px;

  padding: 9px 10px;

  background: var(--lg-bright-red);
  color: #fff;

  font-size: 11px;
  line-height: 1;
  font-weight: 700;
}

.fzlg-product__subscribe-price {
  flex: 1;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: baseline;

  padding: 20px 8px;

  text-align: center;
}

.fzlg-product__subscribe-price > span {
  flex-basis: 100%;

  display: block;
  margin-bottom: 8px;

  color: #9a9aa2;

  font-size: 10px;
  line-height: 1;
}

.fzlg-product__subscribe-price strong {
  color: var(--lg-bright-red);

  font-size: clamp(26px, 2.2vw, 35px);
  line-height: 1;
  font-weight: 800;

  letter-spacing: -.045em;
}

.fzlg-product__subscribe-price small {
  margin-left: 3px;

  color: #888995;

  font-size: 10px;
  font-weight: 400;
}


/* =========================================================
   ACTIONS
========================================================= */

.fzlg-product__actions {
  min-width: 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;

  padding: 24px 20px 24px 12px;
}

.fzlg-product__actions a {
  width: 100%;
  min-height: 44px;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;

  padding: 10px 13px;

  border-radius: 7px;

  font-family: inherit;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 600;

  text-decoration: none !important;

  transition:
    transform .2s ease,
    background .2s ease,
    color .2s ease,
    border-color .2s ease;
}

.fzlg-product__actions a:hover {
  transform: translateY(-2px);
}

.fzlg-product__learn {
  border: 1px solid var(--lg-bright-red);

  background: var(--lg-bright-red);
  color: #fff !important;
}

.fzlg-product__learn:hover {
  background: var(--lg-red);
  border-color: var(--lg-red);
}

.fzlg-product__wa {
  border: 1px solid #00a650;

  background: #f3fff7;
  color: #007d3d !important;
}

.fzlg-product__wa:hover {
  background: #e8fff0;
}

.fzlg-product__wa span {
  font-size: 12px;
}


/* =========================================================
   COMING SOON
========================================================= */

.fzlg-coming {
  display: grid;
  grid-template-columns: 1fr 1fr;

  min-height: 500px;

  border-radius: 18px;

  background: #ead9bd;

  overflow: hidden;
}

.fzlg-coming__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 65px;
}

.fzlg-coming__copy > span {
  display: block;
  margin-bottom: 15px;

  color: var(--lg-red);

  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}

.fzlg-coming__copy h3 {
  margin: 0 0 20px;

  color: #090909;

  font-size: clamp(40px, 4vw, 64px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -.05em;
}

.fzlg-coming__copy p {
  max-width: 580px;

  margin: 0;

  color: #373737;

  font-size: 14px;
  line-height: 1.8;
}

.fzlg-coming__benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 0;

  margin-top: 35px;

  border-top: 1px solid rgba(0,0,0,.15);
}

.fzlg-coming__benefits span {
  padding: 14px 18px 14px 0;
  margin-right: 18px;

  color: #111;

  font-size: 11px;
  font-weight: 600;
}

.fzlg-coming__visual {
  position: relative;

  min-height: 500px;

  background: #ddd5ca;

  overflow: hidden;
}

.fzlg-coming__visual > img {
  width: 100%;
  height: 100%;

  position: absolute;
  inset: 0;

  object-fit: cover;
}

.fzlg-coming__status {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  padding: 28px 32px;

  background: rgba(15,15,15,.92);
  color: #fff;
}

.fzlg-coming__status small {
  display: block;
  margin-bottom: 7px;

  color: rgba(255,255,255,.55);

  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
}

.fzlg-coming__status strong {
  display: block;

  font-size: 30px;
  line-height: 1.1;
  font-weight: 600;
}

.fzlg-coming__status span {
  display: block;
  margin-top: 7px;

  color: rgba(255,255,255,.65);

  font-size: 12px;
  line-height: 1.5;
}


/* =========================================================
   TERMS
========================================================= */

.fzlg-cat__terms {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 30px;

  margin-top: 35px;
  padding-top: 22px;

  border-top: 1px solid #d2d0cc;
}

.fzlg-cat__terms span {
  color: var(--lg-red);

  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
}

.fzlg-cat__terms p {
  max-width: 850px;

  margin: 0;

  color: #8c8c94;

  font-size: 11px;
  line-height: 1.7;
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1500px) {

  .fzlg-cat__wrap {
    padding-left: 52px;
    padding-right: 52px;
  }

  .fzlg-product {
    grid-template-columns:
      minmax(210px, .9fr)
      minmax(440px, 2.3fr)
      155px
      185px
      175px;
  }

  .fzlg-product__details h4 {
    font-size: 18px;
  }

  .fzlg-product__details li {
    font-size: 13px;
  }

}


/* =========================================================
   LAPTOP / SMALL DESKTOP
========================================================= */

@media (max-width: 1300px) {

  .fzlg-cat__wrap {
    padding-left: 28px;
    padding-right: 28px;
  }

  .fzlg-cat__filters {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .fzlg-product {
    grid-template-columns:
      170px
      minmax(330px, 1.7fr)
      135px
      155px
      145px;
  }

  .fzlg-product__details {
    padding-left: 5px;
    padding-right: 18px;
  }

  .fzlg-product__details h4 {
    font-size: 15px;
  }

  .fzlg-product__details li {
    font-size: 11px;
  }

  .fzlg-product__outright > strong {
    font-size: 19px;
  }

  .fzlg-product__actions {
    padding-right: 12px;
  }

}


/* =========================================================
   TABLET LANDSCAPE
========================================================= */

@media (max-width: 1100px) {

  .fzlg-cat__wrap {
    padding-top: 80px;
  }

  .fzlg-cat__head {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .fzlg-cat__head-side {
    max-width: 600px;
  }

  .fzlg-cat__filters {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .fzlg-product {
    grid-template-columns:
      190px
      minmax(0, 1fr)
      150px
      165px;

    min-height: 280px;
  }

  .fzlg-product__actions {
    grid-column: 1 / -1;

    display: grid;
    grid-template-columns: 1fr 1fr;

    padding: 12px 18px 18px;

    border-top: 1px solid #eee;
  }

  .fzlg-product__actions a {
    min-height: 48px;
    font-size: 12px;
  }

}


/* =========================================================
   TABLET PORTRAIT
========================================================= */

@media (max-width: 850px) {

  .fzlg-cat__wrap {
    padding: 65px 20px 45px;
  }

  .fzlg-cat__head {
    padding-bottom: 40px;
  }

  .fzlg-cat__head h2 {
    font-size: clamp(52px, 10vw, 72px);
  }

  .fzlg-cat__filters {
    display: flex;

    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;

    padding-left: 20px;
    padding-right: 20px;

    overflow-x: auto;
    overflow-y: hidden;

    border-left: 0;

    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .fzlg-cat__filters::-webkit-scrollbar {
    display: none;
  }

  .fzlg-filter {
    flex: 0 0 155px;

    min-height: 86px;

    scroll-snap-align: start;
  }

  .fzlg-cat__category-head h3 {
    font-size: 34px;
  }

  .fzlg-product {
    grid-template-columns:
      180px
      minmax(0, 1fr)
      145px;

    min-height: 0;
  }

  .fzlg-product__visual {
    grid-row: 1 / 3;
  }

  .fzlg-product__details {
    padding: 26px 18px 15px 5px;
  }

  .fzlg-product__outright {
    grid-column: 2;
    grid-row: 2;

    width: auto;
    min-height: 105px;

    align-items: flex-start;

    margin: 0 18px 20px 5px;
    padding: 17px;

    text-align: left;
  }

  .fzlg-product__subscribe {
    grid-column: 3;
    grid-row: 1 / 3;

    min-height: calc(100% - 20px);
  }

  .fzlg-product__actions {
    grid-column: 1 / -1;
  }

  .fzlg-coming {
    grid-template-columns: 1fr;
  }

  .fzlg-coming__visual {
    min-height: 380px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .fzlg-cat {
    overflow: hidden;
  }

  .fzlg-cat__wrap {
    padding:
      55px
      14px
      40px;
  }


  /* HEADER */

  .fzlg-cat__head {
    gap: 22px;
    padding-bottom: 35px;
  }

  .fzlg-cat__eyebrow {
    margin-bottom: 13px;

    font-size: 10px;
  }

  .fzlg-cat__eyebrow::before {
    width: 24px;
  }

  .fzlg-cat__head h2 {
    font-size: 50px;
    line-height: .94;
  }

  .fzlg-cat__head-side > span {
    font-size: 10px;
  }

  .fzlg-cat__head-side p {
    font-size: 13px;
    line-height: 1.7;
  }


  /* FILTER */

  .fzlg-cat__filters {
    width: calc(100% + 28px);

    margin:
      0
      -14px
      48px;

    padding:
      0
      14px;
  }

  .fzlg-filter {
    flex-basis: 140px;

    min-height: 82px;

    padding: 14px;
  }

  .fzlg-filter span {
    font-size: 11px;
  }


  /* CATEGORY */

  .fzlg-cat__category-head {
    align-items: flex-end;

    margin-bottom: 18px;
    padding-bottom: 18px;
  }

  .fzlg-cat__category-head > div:first-child > span {
    font-size: 10px;
  }

  .fzlg-cat__category-head h3 {
    max-width: 250px;

    font-size: 29px;
    line-height: 1.08;
  }

  .fzlg-cat__count {
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
  }

  .fzlg-cat__count strong {
    font-size: 25px;
  }

  .fzlg-cat__count span {
    font-size: 9px;
  }


  /* PRODUCT */

  .fzlg-products {
    gap: 14px;
  }

  .fzlg-product {
    display: flex;
    flex-direction: column;

    width: 100%;

    border-radius: 12px;
  }


  /* VISUAL */

  .fzlg-product__visual {
    min-height: 280px;

    padding:
      25px
      20px
      17px;

    border-bottom: 1px solid #eee;
  }

  .fzlg-product__image-wrap {
    height: 205px;
  }

  .fzlg-product__image {
    max-width: 85%;
    max-height: 195px;
  }

  .fzlg-product__placeholder {
    height: 190px;
  }

  .fzlg-product__swatches {
    margin-top: 12px;
  }

  .fzlg-swatch {
    width: 22px;
    height: 22px;
  }


  /* DETAILS */

  .fzlg-product__details {
    padding:
      24px
      20px
      22px;
  }

  .fzlg-product__meta {
    margin-bottom: 11px;
  }

  .fzlg-product__model,
  .fzlg-product__badge {
    font-size: 10px;
  }

  .fzlg-product__details h4 {
    margin-bottom: 14px;

    font-size: 17px;
    line-height: 1.42;
  }

  .fzlg-product__details ul {
    gap: 7px;
  }

  .fzlg-product__details li {
    padding-left: 17px;

    font-size: 12px;
    line-height: 1.6;
  }


  /* RATING */

  .fzlg-product__rating {
    margin-bottom: 14px;
    padding: 12px 13px;
  }

  .fzlg-product__rating span {
    font-size: 10px;
  }

  .fzlg-product__rating strong {
    font-size: 13px;
  }

  .fzlg-product__rating b {
    font-size: 14px;
  }


  /* PRICES */

  .fzlg-product__outright {
    width: auto;
    min-height: 105px;

    align-items: flex-start;

    margin:
      0
      20px
      12px;

    padding: 18px 20px;

    border-radius: 8px;

    text-align: left;
  }

  .fzlg-product__outright > span {
    font-size: 11px;
  }

  .fzlg-product__outright > strong {
    font-size: 24px;
  }

  .fzlg-product__outright > small {
    font-size: 10px;
  }


  /* SUBSCRIBE */

  .fzlg-product__subscribe {
    width: auto;
    min-height: 145px;

    margin:
      0
      20px
      12px;

    border-radius: 8px;
  }

  .fzlg-product__subscribe-top {
    min-height: 40px;

    font-size: 11px;
  }

  .fzlg-product__subscribe-price {
    padding: 18px;
  }

  .fzlg-product__subscribe-price > span {
    font-size: 10px;
  }

  .fzlg-product__subscribe-price strong {
    font-size: 34px;
  }

  .fzlg-product__subscribe-price small {
    font-size: 10px;
  }


  /* BUTTONS */

  .fzlg-product__actions {
    display: grid;
    grid-template-columns: 1fr;

    gap: 8px;

    padding:
      0
      20px
      22px;

    border: 0;
  }

  .fzlg-product__actions a {
    min-height: 48px;

    font-size: 12px;
  }


  /* WATER MODES */

  .fzlg-water-modes {
    margin-top: 13px;
  }

  .fzlg-water-modes span {
    font-size: 10px;
  }


  /* COMING SOON */

  .fzlg-coming {
    border-radius: 12px;
  }

  .fzlg-coming__copy {
    padding:
      38px
      24px;
  }

  .fzlg-coming__copy > span {
    font-size: 10px;
  }

  .fzlg-coming__copy h3 {
    font-size: 43px;
  }

  .fzlg-coming__copy p {
    font-size: 13px;
    line-height: 1.7;
  }

  .fzlg-coming__benefits {
    display: flex;
    flex-direction: column;

    margin-top: 25px;
  }

  .fzlg-coming__benefits span {
    width: 100%;

    margin: 0;
    padding: 12px 0;

    border-bottom:
      1px solid rgba(0,0,0,.1);

    font-size: 11px;
  }

  .fzlg-coming__visual {
    min-height: 330px;
  }

  .fzlg-coming__status {
    padding: 22px;
  }

  .fzlg-coming__status strong {
    font-size: 26px;
  }

  .fzlg-coming__status span {
    font-size: 11px;
  }


  /* TERMS */

  .fzlg-cat__terms {
    grid-template-columns: 1fr;
    gap: 9px;

    margin-top: 28px;
  }

  .fzlg-cat__terms span {
    font-size: 10px;
  }

  .fzlg-cat__terms p {
    font-size: 10px;
    line-height: 1.7;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

  .fzlg-cat__head h2 {
    font-size: 45px;
  }

  .fzlg-cat__category-head h3 {
    max-width: 215px;
    font-size: 26px;
  }

  .fzlg-product__visual {
    min-height: 255px;
  }

  .fzlg-product__image-wrap {
    height: 185px;
  }

  .fzlg-product__image {
    max-height: 175px;
  }

  .fzlg-product__details {
    padding:
      21px
      17px
      20px;
  }

  .fzlg-product__details h4 {
    font-size: 16px;
  }

  .fzlg-product__details li {
    font-size: 11px;
  }

  .fzlg-product__outright,
  .fzlg-product__subscribe {
    margin-left: 17px;
    margin-right: 17px;
  }

  .fzlg-product__actions {
    padding-left: 17px;
    padding-right: 17px;
  }

}


/* =========================================================
   ACCESSIBILITY / REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .fzlg-cat *,
  .fzlg-cat *::before,
  .fzlg-cat *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }

}/* End custom CSS */