/* =========================
   Lazesoft Product CSS v2
   Cleaned structure
   - Shared tokens
   - Shared layouts
   - Shared components
   - Page-type tweaks
========================= */

/* =========================
   Lazesoft Product Page UI
   Modern light-blue product styling
========================= */
:root {
  --lz-blue-900: #0f3f85;
  --lz-blue-800: #0d57b8;
  --lz-blue-700: #1667d9;
  --lz-blue-600: #2d8cff;
  --lz-blue-500: #56a4ff;
  --lz-blue-100: #eef6ff;
  --lz-blue-050: #f7fbff;

  --lz-border: #d8e6f7;
  --lz-border-strong: #c9dbf3;
  --lz-border-soft: #e5eef8;

  --lz-text: #24364b;
  --lz-text-soft: #566a7f;
  --lz-text-muted: #7b8ca3;
  --lz-danger: #d13253;

  --lz-white: #ffffff;
  --lz-shadow: 0 18px 42px rgba(26, 74, 139, 0.10);
  --lz-shadow-soft: 0 10px 24px rgba(37, 85, 152, 0.06);
  --lz-shadow-card: 0 16px 32px rgba(25, 84, 152, 0.08);

  --lz-radius-xl: 24px;
  --lz-radius-lg: 18px;
  --lz-radius-md: 14px;

  --lz-space-1: 8px;
  --lz-space-2: 12px;
  --lz-space-3: 18px;
  --lz-space-4: 22px;
  --lz-space-5: 28px;
  --lz-space-6: 30px;
}

/* =========================
   2) Global product base
========================= */
body.lz-product-page {
  margin: 0;
  background:
    radial-gradient(circle at top right, rgba(110, 179, 255, 0.16), transparent 28%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 260px);
  color: var(--lz-text);
}

body.lz-product-page img {
  max-width: 100%;
  height: auto;
}

body.lz-product-page a {
  color: var(--lz-blue-800);
  text-decoration: none;
}

body.lz-product-page a:hover {
  color: var(--lz-blue-700);
  text-decoration: underline;
}

.lz-page-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: var(--lz-space-5);
}

.content.lz-page-shell {
  background: transparent;
}

/* =========================
   3) Shared cards / shells
========================= */
.lz-card,
#faq,
.mpart,
#tabFrame,
#right_side,
.product_right_side,
.lz-social-strip,
.lz-footer {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid var(--lz-border);
  border-radius: var(--lz-radius-xl);
  box-shadow: var(--lz-shadow);
}

.lz-card-soft,
.whitebox__,
.rs,
div.tabPane > div[style*="margin-left:10px"] {
  background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
  border: 1px solid #e0ebfb;
  border-radius: var(--lz-radius-lg);
  box-shadow: 0 10px 26px rgba(25, 84, 152, 0.05);
}

/* =========================
   4) Shared breadcrumb / intro
========================= */
.lz-breadcrumb-bar,
#left_side .intro,
.tab_left_side .intro,
.product_left_side .intro {
  margin: 24px 0 0;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid var(--lz-border);
  border-radius: 28px;
  box-shadow: var(--lz-shadow-soft);
}

.lz-breadcrumb-bar .pad,
#left_side .intro .pad,
.tab_left_side .intro .pad,
.product_left_side .intro .pad {
  padding: 14px 20px 16px !important;
  font-size: 14px;
  color: var(--lz-text-soft);
}

.lz-breadcrumb-bar a,
#left_side .intro a,
.tab_left_side .intro a,
.product_left_side .intro a {
  font-weight: 600;
}

#left_side .intro h3,
.tab_left_side .intro h3,
.product_left_side .intro h3 {
  margin: 12px 0 0;
  font-size: 30px;
  line-height: 1.2;
  color: var(--lz-blue-900);
}

#left_side .intro a h3,
.tab_left_side .intro a h3,
.product_left_side .intro a h3 {
  color: inherit;
}

#left_side .intro br:first-of-type,
#left_side .intro br:nth-of-type(2),
.tab_left_side .intro br:first-of-type,
.tab_left_side .intro br:nth-of-type(2),
.product_left_side .intro br:first-of-type,
.product_left_side .intro br:nth-of-type(2) {
  display: none;
}

.crumb-sep {
  margin: 0 7px;
  color: #8aa4c3;
}

/* =========================
   5) Shared main layouts
========================= */
#main,
.product_main {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(340px, 1fr);
  gap: 26px;
  align-items: start;
  margin: 0 20px;
}

#left_side,
#right_side,
.product_left_side,
.product_right_side,
.tab_left_side {
  float: none !important;
  width: auto !important;
}

#left_side,
.product_left_side,
.tab_left_side {
  min-width: 0;
}

#right_side,
.product_right_side {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid var(--lz-border) !important;
  box-shadow: var(--lz-shadow);
  padding: 22px 22px 18px;
  position: sticky;
  top: 92px;
  border-radius: var(--lz-radius-xl);
}

#right_side .pad,
.product_right_side .pad {
  padding: 0 !important;
}

#right_side h3,
.product_right_side h3 {
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--lz-border-soft);
  font-size: 20px;
  color: var(--lz-blue-900);
}

#right_side p,
#right_side li,
.product_right_side p,
.product_right_side li {
  font-size: 16px;
  line-height: 1.75;
  color: var(--lz-text);
}

#right_side p,
.product_right_side p {
  margin: 0 0 12px;
}

#right_side p a,
.product_right_side p a {
  font-weight: 600;
}

#right_side img[alt="awards pictures"],
#right_side img[alt*="compatible"],
.product_right_side img[alt="awards pictures"],
.product_right_side img[alt*="compatible"] {
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(25, 84, 152, 0.10);
}

#right_side .compat-box {
  padding: 10px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid var(--lz-border);
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(25, 84, 152, 0.08);
}

/* =========================
   6) Shared content cards
========================= */
#faq,
.mpart {
  margin-top: 22px !important;
  padding: 28px 30px 32px;
}

#faq h1,
.mpart h1 {
  margin: 0 0 18px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.2;
  color: var(--lz-blue-900);
}

#faq h2,
#faq h3,
.mpart h2,
.mpart h3,
.mpart h4,
#left_side > p strong {
  color: var(--lz-blue-900);
}

#faq p,
#faq li,
#faq td,
.mpart p,
.mpart li,
.mpart td,
#left_side > p,
#left_side td,
.tabPane p,
.tabPane li,
.tabPane td {
  font-size: 16px;
  line-height: 1.75;
  color: var(--lz-text);
}

#faq strong,
.mpart strong,
.tabPane strong {
  color: var(--lz-blue-900);
}

#faq .red,
.mpart .red,
.tabPane .red,
#right_side .red,
.product_right_side .red {
  color: var(--lz-danger);
  font-weight: 700;
}

#faq img.left,
.mpart img.left,
.lz-password-hero img.left,
.lz-suite-promo img.left {
  float: left;
  margin: 0 22px 18px 0;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(25, 84, 152, 0.14);
}

#faq iframe,
.mpart iframe {
  max-width: 100%;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(25, 84, 152, 0.10);
}

.whitebox__ {
  margin-top: 22px;
  padding: 22px;
}

.whitebox__ .borderss img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(25, 84, 152, 0.10);
}

.rs {
  margin: 22px 0;
  padding: 18px 22px;
}

/* =========================
   7) Shared feature / note blocks
========================= */
#faq .featurelist,
.mpart .featurelist,
.featurelist {
  text-align: left !important;
  border: 1px solid #d9e8fb !important;
  background: linear-gradient(180deg, #f9fcff 0%, #f3f8ff 100%) !important;
  border-radius: var(--lz-radius-lg);
  padding: 18px 20px !important;
  box-shadow: 0 10px 26px rgba(25, 84, 152, 0.05);
}

#faq .featurelist ul,
.mpart .featurelist ul,
.featurelist ul,
.rs ul,
.lz-spec-table ul {
  padding-left: 22px !important;
}

#faq .featurelist li,
.mpart .featurelist li,
.featurelist li {
  margin-bottom: 8px;
}

#imgonlybox___ {
  margin-top: 18px !important;
}

/* =========================
   8) Shared table styling
========================= */
#faq table,
.mpart table,
#left_side > table,
.tabPane table,
.lz-spec-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--lz-border-strong);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--lz-shadow-card);
}

#faq table td,
.mpart table td,
#left_side > table td,
.tabPane table td,
.lz-spec-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #e8f0fa;
  vertical-align: top;
}

#faq table tr:last-child td,
.mpart table tr:last-child td,
#left_side > table tr:last-child td,
.tabPane table tr:last-child td,
.lz-spec-table tr:last-child td {
  border-bottom: 0;
}

.tabPane table tr:first-child td,
.lz-comparison-card table tr:first-child td {
  background: linear-gradient(180deg, #e9f3ff 0%, #dcecff 100%) !important;
  color: var(--lz-blue-900);
  font-weight: 700;
}

.lz-comparison-card table tr:first-child td {
  text-align: center;
}

.lz-comparison-card table tr:first-child td:first-child {
  text-align: left;
}

.lz-spec-table table {
  margin-top: 16px;
}

.lz-spec-table td {
  font-size: 15px;
  line-height: 1.7;
}

.lz-spec-table td:first-child {
  width: 260px;
  font-weight: 700;
  color: var(--lz-blue-900);
  background: linear-gradient(180deg, #f4f9ff, #eef6ff);
}

.lz-spec-table td:last-child {
  color: var(--lz-text);
}

.download_list_header {
  font-size: 14px;
}

/* =========================
   9) Shared buttons / CTA
========================= */
#Image19,
#Image20 {
  border: 0;
}

.buttonwrapper,
.lz-btn-group,
.lz-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.lz-cta-row {
  margin-top: 20px;
  gap: 14px;
}

.lz-cta-image {
  float: none !important;
  margin-right: 0 !important;
}

.lz-cta-image a {
  display: inline-flex;
  padding: 8px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid var(--lz-border);
  box-shadow: 0 12px 24px rgba(25, 84, 152, 0.08);
}

.lz-cta-image img {
  display: block;
  border-radius: 10px;
}

#dlOnline a,
.lz-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 12px 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, #2d8cff, #0d6efd);
  box-shadow: 0 12px 26px rgba(13, 110, 253, 0.25);
  color: #fff !important;
  font-size: 17px;
  font-weight: 700;
}

#dlOnline a {
  min-width: 190px;
}

.lz-btn-primary * {
  color: #ffffff !important;
}

.horsort,
.horsortpro {
  display: inline-flex;
  float: none !important;
  margin: 0;
}

.horsort {
  margin: 14px 10px 0 0;
}

.horsort a,
.horsortpro a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid var(--lz-border);
  box-shadow: 0 8px 18px rgba(25, 84, 152, 0.06);
  font-weight: 700;
}

/* =========================
   10) Shared pricing blocks
========================= */
.lz-price-card {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  text-decoration: none !important;
}

.lz-price-card img {
  display: block;
  margin-bottom: 6px;
}

.lz-price-original {
  font-size: 14px;
  line-height: 1.2;
  color: var(--lz-text-muted);
  text-decoration: line-through;
  font-weight: 600;
}

.lz-price-sale {
  font-size: 22px;
  line-height: 1.1;
  color: var(--lz-danger);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.lz-price-regular {
  font-size: 20px;
  line-height: 1.1;
  color: var(--lz-blue-900);
  font-weight: 800;
}

.mpart table td .lz-price-card:hover .lz-price-sale,
.mpart table td .lz-price-card:hover .lz-price-regular {
  color: #b42342;
}

/* =========================
   11) Shared social / footer shell
========================= */
.lz-social-strip,
.sns.lz-social-strip {
  max-width: 900px;
  margin: 30px auto 0;
  padding: 18px 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  align-items: center;
  justify-content: center; /* ⭐ THIS centers horizontally */
  background: linear-gradient(180deg, #ffffff 0%, #f2f8ff 100%);
  border: 1px solid var(--lz-border);
  box-shadow: 0 14px 28px rgba(25, 84, 152, 0.06);
  border-radius: var(--lz-radius-xl);
}

.lz-social-strip a,
.sns.lz-social-strip a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: var(--lz-blue-900);
}

.lz-social-strip img,
.sns.lz-social-strip img {
  width: 24px;
  height: 24px;
}

/* =========================
   12) Tabbed product pages
========================= */
.tabFrame_textbg {
  display: none;
}

#tabFrame {
  position: relative;
  overflow: hidden;
  padding-top: 0 !important;
}

.sub_tab_menu {
  height: auto !important;
  background: linear-gradient(180deg, #f4f9ff 0%, #e9f3ff 100%) !important;
  border-bottom: 1px solid var(--lz-border);
  padding: 12px 14px 0;
  font-family: inherit !important;
}

.sub_tab_menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  float: none !important;
}

.sub_tab_menu li {
  width: auto !important;
  min-width: 120px;
  height: auto !important;
  line-height: 1.3 !important;
  padding: 11px 18px;
  border-radius: 999px;
  background: #ffffff !important;
  border: 1px solid var(--lz-border);
  color: var(--lz-text-soft) !important;
  font-weight: 700;
  box-shadow: 0 6px 16px rgba(25, 84, 152, 0.05);
}

.sub_tab_menu li.active {
  background: linear-gradient(180deg, #2d8cff 0%, #0d6efd 100%) !important;
  color: #ffffff !important;
  border-color: transparent;
  box-shadow: 0 12px 24px rgba(13, 110, 253, 0.24);
}

div#tabFiller {
  display: none;
}

div.tabPane {
  position: static !important;
  margin: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  padding: 26px 28px 30px;
}

div.tabPane h2,
div.tabPane h3 {
  color: var(--lz-blue-900);
  line-height: 1.3;
}

div.tabPane h2 {
  margin: 8px 0 12px;
  font-size: 28px;
}

div.tabPane h3 {
  margin: 18px 0 10px;
  font-size: 22px;
}

div.tabPane ul {
  padding-left: 24px;
}

div.tabPane li {
  margin-bottom: 8px;
}

div.tabPane > div[style*="margin-left:10px"] {
  margin: 18px 0 0 !important;
  padding: 22px 22px 10px;
}

div.tabPane > div[style*="margin-left:10px"] img[style*="float:left"] {
  float: left !important;
  margin: 4px 12px 8px 0 !important;
}

/* =========================
   13) Family-specific helpers
========================= */
.lz-product-hero {
  margin: 22px 20px 28px;
  padding: 0;
  min-height: 280px;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid #d9e8fb;
  box-shadow: 0 22px 50px rgba(34, 87, 159, 0.12);
  background:
    linear-gradient(120deg, rgba(255,255,255,0.94) 0%, rgba(237,246,255,0.90) 52%, rgba(206,228,252,0.92) 100%),
    url(images/bg_banner_recovery_suite.jpg) center/cover no-repeat;
  display: grid;
  grid-template-columns: minmax(260px, 420px) minmax(320px, 1fr);
  align-items: center;
  gap: 10px;
}

.lz-product-hero > div:first-child {
  padding: 34px 0 20px 34px !important;
  float: none !important;
}

.lz-product-hero > div:last-child {
  padding: 34px 34px 28px 8px !important;
  float: none !important;
  width: auto !important;
  height: auto !important;
  color: var(--lz-text) !important;
}

.lz-product-hero h2,
.lz-product-hero h3 {
  margin: 0 0 14px 0;
}

.lz-product-hero h2 span,
.lz-product-hero h3 span {
  color: var(--lz-blue-900) !important;
  text-shadow: none;
}

.lz-product-hero h2 span {
  font-size: clamp(28px, 3vw, 40px) !important;
  line-height: 1.2 !important;
}

.lz-product-hero h3 span {
  font-size: clamp(20px, 2vw, 26px) !important;
}

.lz-password-hero,
.lz-suite-promo {
  background: linear-gradient(135deg, rgba(255,255,255,0.96) 0%, rgba(240,247,255,0.96) 100%) !important;
  border: 1px solid #d9e8fb;
  border-radius: 26px;
  box-shadow: 0 14px 30px rgba(25, 84, 152, 0.08);
  padding: 26px !important;
  margin-top: 0 !important;
}

.lz-password-hero h3,
.lz-suite-promo h3 {
  font-size: 28px;
  line-height: 1.25;
  margin: 0 0 16px;
  text-align: left !important;
}

/* =========================
   14) Comparison page helpers
========================= */
.lz-comparison-card h1 {
  margin: 0 0 12px;
  font-size: clamp(30px, 3.3vw, 42px);
  line-height: 1.2;
  color: var(--lz-blue-900);
}

.lz-comparison-card > p:first-of-type {
  margin-top: 0;
}

.lz-comparison-card table td {
  font-size: 15px;
  line-height: 1.65;
}

.lz-comparison-card table a img {
  vertical-align: middle;
}

.lz-comparison-card .date + p {
  margin-top: 4px;
}

/* =========================
   15) Screenshot / gallery page helpers
========================= */
#screenshots {
  border-collapse: separate;
  border-spacing: 18px;
  width: 100%;
}

#screenshots td {
  width: 50%;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

#screenshots a {
  display: block;
  padding: 12px;
  border-radius: var(--lz-radius-lg);
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid var(--lz-border);
  box-shadow: 0 10px 24px rgba(25, 84, 152, 0.06);
}

#screenshots img {
  display: block;
  width: 100%;
  border-radius: 12px;
}

/* =========================
   16) Responsive
========================= */
@media (max-width: 1100px) {
  #main,
  .product_main {
    grid-template-columns: 1fr;
  }

  #right_side,
  .product_right_side {
    position: static;
  }
}

@media (max-width: 900px) {
  .lz-product-hero {
    grid-template-columns: 1fr;
  }

  .lz-product-hero > div:first-child {
    padding: 28px 28px 0 !important;
  }

  .lz-product-hero > div:last-child {
    padding: 0 28px 28px !important;
  }
}

@media (max-width: 700px) {
  #main,
  .product_main,
  .lz-breadcrumb-bar,
  .lz-product-hero,
  .lz-social-strip,
  .sns.lz-social-strip,
  .lz-footer,
  #left_side .intro,
  .tab_left_side .intro,
  .product_left_side .intro {
    margin-left: 14px;
    margin-right: 14px;
  }

  #faq,
  .mpart {
    padding: 22px 18px 24px;
  }

  #faq img.left,
  .mpart img.left,
  .lz-password-hero img.left,
  .lz-suite-promo img.left {
    float: none;
    display: block;
    margin: 0 auto 18px;
  }

  #faq h1,
  .mpart h1 {
    font-size: 28px;
  }

  #faq iframe {
    width: 100%;
    height: min(56.25vw, 315px);
  }

  .lz-password-hero,
  .lz-suite-promo {
    padding: 18px !important;
  }

  div.tabPane {
    padding: 22px 18px 24px;
  }

  div.tabPane h2 {
    font-size: 24px;
  }

  div.tabPane h3 {
    font-size: 20px;
  }

  .sub_tab_menu {
    padding: 12px 10px 0;
  }

  .sub_tab_menu ul {
    gap: 8px;
  }

  .sub_tab_menu li {
    min-width: unset;
    padding: 10px 14px;
    font-size: 14px;
  }

  div.tabPane > div[style*="margin-left:10px"] {
    padding: 18px 16px 8px;
  }

  .lz-comparison-card table td,
  .lz-spec-table td {
    padding: 10px 10px;
    font-size: 14px;
  }

  .lz-footer-simple .lz-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  #screenshots {
    border-spacing: 12px;
  }

  #screenshots td {
    display: block;
    width: 100%;
  }
}



/* =========================
   Homepage layout fixes
========================= */
body.lz-product-page.lz-homepage .product_main {
  display: block;
  margin: 0;
}

body.lz-product-page.lz-homepage .product_left_side {
  width: 100% !important;
  max-width: none;
}

body.lz-product-page.lz-homepage .list_container,
body.lz-product-page.lz-homepage .home_page_product_list {
  width: min(1000px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

body.lz-product-page.lz-homepage .product_banner {
  height: auto;
  min-height: 438px;
  border-radius: 0;
}

body.lz-product-page.lz-homepage .product_banner .text {
  text-shadow: none;
  padding-top: 22px;
}

body.lz-product-page.lz-homepage .product_banner .text h5 {
  margin: 0 20px 10px;
  font-size: 13px;
  line-height: 1.4;
}

body.lz-product-page.lz-homepage .product_banner .text p {
  width: 46%;
  margin: 0 20px 10px;
}

body.lz-product-page.lz-homepage .product_banner_features {
  width: 46%;
  margin: 0 20px 0 36px;
  padding: 0 0 0 16px;
  color: #000;
}

body.lz-product-page.lz-homepage .product_banner_features li {
  margin: 0 0 4px;
  line-height: 1.35;
}

body.lz-product-page.lz-homepage .home_page_product_list_table {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

body.lz-product-page.lz-homepage .product_item {
  box-sizing: border-box;
}

body.lz-product-page.lz-homepage .review_list {
  display: flex;
  flex-wrap: wrap;
}

body.lz-product-page.lz-homepage .review_list .review_list_item {
  box-sizing: border-box;
}

body.lz-product-page.lz-homepage .review_list-press .review_list_item {
  width: 25%;
  padding: 25px 20px;
}

body.lz-product-page.lz-homepage .review_list-users .review_list_item {
  width: 25%;
  padding: 25px 20px;
  min-height: 230px;
}

body.lz-product-page.lz-homepage .review_list-users .pic img {
  width: 58px;
  height: 58px;
  object-fit: cover;
}

body.lz-product-page.lz-homepage .lz-clear {
  clear: both;
}

@media (max-width: 1024px) {
  body.lz-product-page.lz-homepage .review_list-press .review_list_item,
  body.lz-product-page.lz-homepage .review_list-users .review_list_item {
    width: 50%;
  }
}

@media (max-width: 979px) {
  body.lz-product-page.lz-homepage .product_banner {
    min-height: 538px;
  }

  body.lz-product-page.lz-homepage .product_banner .text p,
  body.lz-product-page.lz-homepage .product_banner_features {
    width: 80%;
  }
}

@media (max-width: 767px) {
  body.lz-product-page.lz-homepage .list_container,
  body.lz-product-page.lz-homepage .home_page_product_list {
    width: calc(100% - 28px);
  }

  body.lz-product-page.lz-homepage .home_page_product_list_table {
    display: block;
  }

  body.lz-product-page.lz-homepage .product_item {
    width: 100%;
    float: none;
  }

  body.lz-product-page.lz-homepage .review_list-press .review_list_item,
  body.lz-product-page.lz-homepage .review_list-users .review_list_item {
    width: 100%;
  }

  body.lz-product-page.lz-homepage .product_banner .text p,
  body.lz-product-page.lz-homepage .product_banner_features {
    width: auto;
  }
}
