:root {
  --lizpep-ink: #172126;
  --lizpep-muted: #61717a;
  --lizpep-line: #dbe7ea;
  --lizpep-soft: #f4faf9;
  --lizpep-soft-2: #eef5f7;
  --lizpep-teal: #009ca6;
  --lizpep-teal-dark: #05737c;
  --lizpep-green: #31b47b;
  --lizpep-navy: #103846;
  --lizpep-footer: #102b34;
  --lizpep-shadow: 0 18px 45px rgba(16, 56, 70, .14);
  --wd-primary-color: #009ca6;
  --wd-alternative-color: #31b47b;
  --wd-link-color-hover: #05737c;
}

html,
body {
  color: var(--lizpep-ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

body :is(h1, h2, h3, h4, h5, h6),
.title,
.wd-entities-title,
.product_title,
.entry-title {
  color: var(--lizpep-navy);
  letter-spacing: 0;
}

body :is(p, li, .woocommerce-product-details__short-description, .info-box-inner) {
  color: var(--lizpep-muted);
}

.lizpep-top-notice {
  background: var(--lizpep-navy);
  color: #fff;
}

.lizpep-top-notice__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: min(100%, var(--wd-container-w, 1220px));
  min-height: 40px;
  margin: 0 auto;
  padding: 8px 24px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
}

.lizpep-top-notice__inner a {
  color: #9df0e6;
  font-weight: 700;
  white-space: nowrap;
}

.lizpep-top-notice__inner span {
  min-width: 0;
}

.lizpep-top-notice__mobile-break {
  display: none;
}

.lizpep-top-notice__inner a:hover {
  color: #fff;
}

a:hover,
.wd-nav > li:hover > a,
.wd-nav > li.current-menu-item > a,
.wd-nav > li.current_page_item > a,
.wd-nav > li.wd-active > a {
  color: var(--lizpep-teal);
}

.whb-header,
.whb-main-header,
.whb-general-header,
.whb-sticked .whb-main-header {
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--lizpep-line);
  box-shadow: none;
  backdrop-filter: blur(14px);
}

.whb-main-header .wd-nav > li > a,
.whb-main-header .wd-tools-element > a,
.whb-main-header .wd-tools-icon {
  color: #273941;
  font-weight: 700;
}

body .whb-main-header .wd-nav > li:is(.current-menu-item, .current_page_item, .wd-active) > a,
body .wd-nav-mobile > li:is(.current-menu-item, .current_page_item, .wd-active) > a {
  color: var(--lizpep-teal-dark) !important;
}

.wd-nav-main > li > a .nav-link-text {
  position: relative;
}

.wd-nav-main > li > a .nav-link-text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 2px;
  background: var(--lizpep-teal);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.wd-nav-main > li:hover > a .nav-link-text::after,
.wd-nav-main > li.current-menu-item > a .nav-link-text::after {
  transform: scaleX(1);
}

.wd-page-content,
.main-page-wrapper,
.site-content {
  background: #fff;
}

.main-page-wrapper :is(.button, button, input[type="submit"], .btn, .added_to_cart, .checkout-button, .single_add_to_cart_button, .wd-buy-now-btn),
.lizpep-home-hero__button,
.lizpep-home-hero__button--primary {
  border-radius: 7px;
  color: #fff;
  background: var(--lizpep-teal);
  border-color: var(--lizpep-teal);
  box-shadow: 0 13px 26px rgba(0, 156, 166, .22);
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.main-page-wrapper :is(.button, button, input[type="submit"], .btn, .added_to_cart, .checkout-button, .single_add_to_cart_button, .wd-buy-now-btn):hover,
.lizpep-home-hero__button:hover,
.lizpep-home-hero__button--primary:hover {
  color: #fff;
  background: var(--lizpep-teal-dark);
  border-color: var(--lizpep-teal-dark);
  transform: translateY(-1px);
}

.lizpep-home-hero__button--secondary,
.main-page-wrapper .button.outline {
  color: var(--lizpep-navy);
  background: #fff;
  border: 1px solid #bfd5da;
  box-shadow: none;
}

.lizpep-home-hero__button--secondary:hover,
.main-page-wrapper .button.outline:hover {
  color: var(--lizpep-teal-dark);
  background: var(--lizpep-soft);
  border-color: var(--lizpep-teal);
}

.lizpep-home-hero + sr7-module {
  display: none !important;
}

.home .elementor-element-1f7e021,
.home .elementor-element-1f7e021 > .e-con-inner,
.home .elementor-element-df9c413,
.home .wp-block-themepunch-revslider {
  width: 100% !important;
  max-width: none !important;
}

.home .content-layout-wrapper.container {
  padding-top: 0 !important;
}

.home .wd-page-content,
.home .main-page-wrapper,
.home .wd-content-layout,
.home .entry-content,
.home .elementor-13 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.home .elementor-element-1f7e021 {
  --min-height: 0px !important;
  --align-items: stretch !important;
  --justify-content: flex-start !important;
  position: relative;
  left: 50%;
  width: 100vw !important;
  max-width: 100vw !important;
  min-height: 0 !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-left: -50vw !important;
  padding-top: 0 !important;
}

.home .elementor-element-1f7e021 > .e-con-inner {
  align-items: stretch !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.home .elementor-element-1f7e021 .elementor-widget-container,
.home .wp-block-themepunch-revslider {
  margin: 0 !important;
}

.lizpep-home-hero {
  position: relative;
  display: grid;
  align-items: center;
  width: 100% !important;
  min-height: 650px;
  margin: 0 !important;
  overflow: hidden;
  background: #fff;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, .97) 0%, rgba(255, 255, 255, .9) 38%, rgba(255, 255, 255, .36) 70%, rgba(255, 255, 255, .08) 100%),
    url("/wp-content/uploads/2026/06/lizpep-hero-lab.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.lizpep-home-hero__inner {
  position: relative;
  width: min(620px, 88vw);
  margin-left: 7vw;
  padding: 76px 0 70px;
  text-align: left;
}

.lizpep-home-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0 0 16px;
  padding: 6px 11px;
  background: rgba(0, 156, 166, .09);
  border: 1px solid rgba(0, 156, 166, .18);
  border-radius: 999px;
  color: var(--lizpep-teal-dark) !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1;
  text-transform: uppercase;
}

.lizpep-home-hero__title {
  max-width: 600px;
  margin: 0 0 18px;
  color: var(--lizpep-navy);
  font-size: clamp(40px, 4.8vw, 60px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -.02em;
}

.lizpep-home-hero__subtitle {
  max-width: 535px;
  margin: 0 0 26px;
  color: #485b64 !important;
  font-size: 17px;
  line-height: 1.62;
}

.lizpep-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.lizpep-home-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  line-height: 1.15;
  text-decoration: none;
}

.lizpep-home-hero__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 535px;
}

.lizpep-home-hero__metrics > div {
  min-height: 96px;
  padding: 16px 16px 14px;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(191, 213, 218, .72);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(16, 56, 70, .055);
}

.lizpep-home-hero__metrics strong {
  display: block;
  color: var(--lizpep-navy);
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -.01em;
}

.lizpep-home-hero__metrics span {
  display: block;
  margin-top: 6px;
  color: var(--lizpep-muted);
  font-size: 13px;
  font-weight: 700;
}

.elementor-section,
.elementor-element.e-con {
  --lizpep-section-bg: transparent;
}

.wd-products .wd-product,
.products .product,
.product-grid-item,
.product-wrapper,
.wd-product .product-wrapper {
  border-radius: 8px;
}

.wd-product .product-wrapper,
.products .product,
.product-grid-item .product-wrapper {
  background: #fff;
  border: 1px solid var(--lizpep-line);
  box-shadow: 0 18px 40px rgba(16, 56, 70, .07);
  overflow: hidden;
}

.wd-product .product-wrapper:hover,
.products .product:hover,
.product-grid-item .product-wrapper:hover {
  box-shadow: var(--lizpep-shadow);
}

.wd-product .product-element-top,
.products .product .product-image-link,
.product-grid-item .product-image-link {
  background: var(--lizpep-soft);
}

.wd-product .wd-entities-title,
.product-grid-item .wd-entities-title,
.product-grid-item .wd-entities-title a {
  color: var(--lizpep-navy);
  font-weight: 800;
}

.price,
.amount,
.woocommerce-Price-amount {
  color: var(--lizpep-teal-dark);
  font-weight: 800;
}

.onsale,
.product-label,
.out-of-stock,
.stock {
  border-radius: 999px;
}

.onsale,
.product-label.onsale,
.product-label.featured {
  background: var(--lizpep-teal);
}

.woocommerce-breadcrumb,
.wd-breadcrumbs,
.woocommerce-result-count,
.wd-shop-tools,
.wd-products-per-page,
.wd-products-shop-view {
  color: var(--lizpep-muted);
}

.page-title,
.wd-page-title,
.title-size-default {
  background: linear-gradient(135deg, #eaf7f7 0%, #fff 54%, #dcf4eb 100%);
}

.woocommerce-tabs,
.wc-tabs-wrapper,
.summary-inner,
.entry-summary,
.wd-single-tabs,
.wd-accordion-item,
.wd-info-box,
.info-box-wrapper,
.elementor-widget-wd_infobox .info-box-wrapper,
.contact-form,
.wpcf7-form-control {
  border-radius: 8px;
}

.wd-info-box,
.info-box-wrapper,
.elementor-widget-wd_infobox .info-box-wrapper {
  background: #fff;
  border: 1px solid var(--lizpep-line);
  box-shadow: 0 18px 40px rgba(16, 56, 70, .07);
}

.elementor-element-96edad1 .info-box-wrapper,
.elementor-element-96edad1 .wd-info-box {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.elementor-509 .elementor-element-e6ebaad,
.elementor-509 .elementor-element-2ae2e02 {
  --border-top-width: 0px !important;
  --border-right-width: 0px !important;
  --border-bottom-width: 0px !important;
  --border-left-width: 0px !important;
  border: 0 !important;
}

.wd-footer,
.footer-container,
.wd-prefooter,
.copyrights-wrapper {
  color: #d7e6e9;
  background: var(--lizpep-footer);
}

.wd-footer :is(h1, h2, h3, h4, h5, h6),
.footer-container :is(h1, h2, h3, h4, h5, h6) {
  color: #fff;
}

.wd-footer :is(a, p, li),
.footer-container :is(a, p, li),
.copyrights-wrapper :is(a, p, span) {
  color: #a9bdc3;
}

.wd-footer a:hover,
.footer-container a:hover {
  color: #9df0e6;
}

.qlwapp__button,
.qlwapp__reply {
  background: #1dbb6a !important;
  border-radius: 999px !important;
  box-shadow: 0 12px 30px rgba(10, 95, 59, .28) !important;
}

@media (max-width: 768px) {
  .lizpep-top-notice__inner {
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    min-height: 0;
    padding: 8px 16px;
    font-size: 13px;
    text-align: center;
  }

  .lizpep-top-notice__inner span {
    flex: initial;
    white-space: normal;
  }

  .lizpep-top-notice__desktop-space {
    display: none;
  }

  .lizpep-top-notice__mobile-break {
    display: block;
  }

  .lizpep-home-hero {
    min-height: 720px;
    margin-right: 0;
    margin-left: 0;
    background-image:
      linear-gradient(90deg, rgba(255, 255, 255, .95), rgba(255, 255, 255, .72)),
      url("/wp-content/uploads/2026/06/lizpep-hero-lab.png");
    background-position: 58% center;
  }

  .lizpep-home-hero__inner {
    width: min(100%, 360px);
    margin: 0 auto;
    padding: 64px 20px;
  }

  .lizpep-home-hero__title {
    font-size: 40px;
  }

  .lizpep-home-hero__subtitle {
    font-size: 16px;
  }

  .lizpep-home-hero__metrics {
    grid-template-columns: 1fr;
  }

  .qlwapp__container {
    right: 12px !important;
    bottom: 76px !important;
    width: auto !important;
    max-width: calc(100vw - 24px);
  }

  .qlwapp__container .qlwapp__button {
    width: 52px !important;
    height: 52px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .qlwapp__container .qlwapp__button .qlwapp__text {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .lizpep-home-hero {
    min-height: 680px;
  }

  .lizpep-home-hero__title {
    font-size: 34px;
  }

  .lizpep-home-hero__actions {
    display: grid;
  }
}
