/* ==========================================================================
   Home page sections
   ========================================================================== */

/* ------------------------------------------------------------------- hero */
.hero_outer-bg-limits { position: relative; overflow: hidden; }
.hero_outer-bg-limits::after {
  content: ""; position: absolute; inset: 0; background: rgba(127, 17, 224, 0.02); z-index: 0; pointer-events: none;
}
/* Pagrindinio puslapio hero video yra sviesus (zemelapis, baltas ekranas),
   todel po tekstu dedame tamsu sluoksni — kitaip baltas tekstas dingsta. */
.he_home-hero-outer:not(.he_collection-hero)::after {
  background:
    linear-gradient(180deg, rgba(4, 7, 32, 0.5) 0%, rgba(4, 7, 32, 0.12) 32%, rgba(4, 7, 32, 0.78) 100%),
    linear-gradient(90deg, rgba(4, 7, 32, 0.55) 0%, rgba(4, 7, 32, 0) 58%);
}
.he_hero-bg-video { width: 100%; position: absolute; height: 100%; object-fit: cover; left: 0; top: 0; }
.hero_outer-bg-limits .he_page-width { position: relative; z-index: 1; }

.he_home-hero-outer {
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 110vh;
  display: flex;
  align-items: flex-end;
  margin-top: -94px; /* header overlaps the hero */
}
.he_home-hero-outer .he_page-width { width: 100%; margin-bottom: 0; }
.he_home-hero-outer * { color: #fff; }

.he_hero-container { display: flex; align-items: flex-end; gap: 100px; }
.he_hero-container > div { width: 100%; }
.he_hero-left-side { max-width: 390px; }
.he_hero-right-side { max-width: 320px; margin-left: auto; }

.he_hero-title { font-size: 74px; line-height: 1.15em; margin: 0; font-weight: 200; text-transform: capitalize; }
.he_hero-title span { font-weight: 400; }
.he_hero-text { margin: 16px 0 0; line-height: 1.15em; font-size: 16px; }

.he_hero-number-block { position: relative; padding-top: 24px; padding-bottom: 42px; }
.he_hero-number-block .hea_border-line { position: absolute; top: 0; left: 0; background-color: #fff; }
.he_hero-number-title { font-size: 32px; line-height: 1.15em; margin: 0; opacity: 0; transition: all 0.3s; }
.he_hero-number-title.loaded { opacity: 1; }
.he_hero-number-text { margin: 16px 0 0; font-size: 16px; line-height: 1.15em; opacity: 0.6; }

.he_hero-btn {
  display: flex; width: 100%; align-items: center; justify-content: center; gap: 8px; padding: 16px;
  border-radius: var(--radius); background-color: rgba(255, 255, 255, 0.07);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  text-decoration: none; font-family: "MoriSemi", sans-serif; transition: all 0.3s;
}
.he_hero-btn span { font-size: 14px; line-height: 1.1em; }
.he_hero-btn:hover { background-color: rgba(255, 255, 255, 0.15); }
.he_hero-btn svg { width: 8px; display: block; position: relative; bottom: 1px; }

/* ------------------------------------------------------------------ ethos */
@media (min-width: 678px) {
  .he_product-outer-section.home_ethos { padding-bottom: 32px; padding-top: 32px; }
}
.he_home-ethos-grid_outer {
  margin-top: 40px; width: 100%; overflow-x: auto; -ms-overflow-style: none; scrollbar-width: none;
}
.he_home-ethos-grid_outer::-webkit-scrollbar { display: none; }
.he_home-ethos-grid { display: flex; gap: 16px; align-items: center; }
.he_home-ethos-box {
  width: 100%; background-size: cover; background-position: top; background-color: var(--light-blue);
  border-radius: var(--radius); padding: 14px; display: flex; align-items: center; justify-content: center;
  position: relative; cursor: pointer; transition: width 0.4s ease;
}
.he_home-ethos-box.active { width: 130%; }
.he_home-ethos-control-btn { position: absolute; top: 14px; right: 14px; cursor: pointer; max-width: 28px; }
.he_home-ethos-control-btn img { display: block; width: 28px; }
.he_home-ethos-control-btn .ethos_ctnrl_minus { display: none; }
.active .he_home-ethos-control-btn .ethos_ctnrl_minus { display: block; }
.active .he_home-ethos-control-btn .ethos_ctnrl_plus { display: none; }
.he_home-ethos__inner { width: 100%; }
.he_home-ethos-title {
  min-height: 320px; display: flex; align-items: center; justify-content: center; text-align: center;
}
.active .he_home-ethos-title { min-height: 200px; }
.he_home-ethos-title h4 { margin: 0; font-size: 32px; line-height: 1.15em; font-weight: 400; }
.he_home-ethos-content { display: none; }
.active .he_home-ethos-content { display: block; }
.he_home-ethos-content_text { padding: 16px; position: relative; }
.he_home-ethos-content_text * { font-size: 16px; line-height: 1.15em; margin: 0; }
.he_home-ethos-content_text .hea_border-line { position: absolute; top: 0; left: 0; background-color: var(--navy-80); }
.he_home-ethos-content-image img { display: block; width: 100%; border-radius: var(--radius); }

/* -------------------------------------------------------------- ingredients */
.he_home-ingr-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; margin-top: 44px; }
.he_hom-ingr-cell { padding: 8px; background: #fff; border-radius: var(--radius); }
.he_home-ingr-cell-header { display: flex; gap: 16px; align-items: center; }
.he_home-ingr-cell-header > div:nth-child(1) { width: 76px; }
.he_home-ingr-cell-header > div:nth-child(2) { width: calc(100% - 124px); }
.he_home-ingr-box-image { display: block; width: 100%; border-radius: var(--radius); }
.he_home-ingr-cell-title { margin: 0; font-size: 24px; line-height: 1.15em; font-weight: 400; }
.he_home-inr-cell-content { padding-top: 16px; display: none; }

/* ----------------------------------------------------------------- industry */
.he_home-industry-flex { display: flex; align-items: center; gap: 32px; }
.he_home-industry-flex > div { width: 100%; }
.he_product_industry-text { margin: 0; }
.he_product_industry-text * { font-size: 20px; margin: 0; line-height: 1.15em; }
.he_idustry-broken-line { display: flex; gap: 12px; }
.he_idustry-broken-line.reversed { flex-direction: row-reverse; margin-top: 12px; }
.he_industry-broken-larger {
  width: 100%; display: flex; flex-direction: column; justify-content: space-between; gap: 12px;
}
.he_industry-broken-shorter { width: 50%; border-radius: var(--radius); overflow: hidden; }
.he_industry-broken-shorter img { height: 100%; width: 100%; object-fit: cover; display: block; }
.he_industry-header__info-box { padding: 12px; background: var(--light-blue); border-radius: var(--radius); }
.he_industry-header-info { display: flex; align-items: center; gap: 12px; }
.he_industry-header-info > div:nth-child(1) { width: 40%; }
.he_industry-header-info > div:nth-child(2) { width: 100%; }
.he_industry-header-info h3 { margin: 0; font-size: 42px; line-height: 1.15em; font-weight: 400; }
.he_industry-header-info p { margin: 0; font-size: 14px; line-height: 1.15em; }
.he_industry-header-points3 { display: flex; gap: 12px; margin-top: 12px; }
.he_industry-header-point {
  width: 100%; height: 10px; background: rgba(254, 77, 119, 0.25); border-radius: 24px; display: block !important;
}
.he_industry-header-point.active { background: var(--pink); }
.he_industry-header-bar_out {
  width: 100%; background: rgba(254, 77, 119, 0.25); border-radius: 24px; margin-top: 12px;
}
.he_industry-header-bar { background: var(--pink); display: block !important; height: 10px; border-radius: 24px; }
.he_industry-header-bar.m_80width { width: 80%; }
.he_industry-header-bar.m_10width { width: 10%; }
.he_industry-header-bar.m_40width { width: 40%; }

/* ---------------------------------------------------------------- we fixed */
.he_product-outer-section.he_home-we-fixed { position: relative; overflow: hidden; }
.he_home-fixed-video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
/* video sviesus — po tekstu tamsus sluoksnis, kitaip antraste dingsta */
.he_product-outer-section.he_home-we-fixed::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(4, 7, 32, 0.72) 0%, rgba(4, 7, 32, 0.35) 45%, rgba(4, 7, 32, 0.2) 100%),
    linear-gradient(180deg, rgba(4, 7, 32, 0.3) 0%, rgba(4, 7, 32, 0.15) 40%, rgba(4, 7, 32, 0.45) 100%);
}
.he_product-outer-section.he_home-we-fixed .he_page-width { z-index: 1; position: relative; }
.he_home-we-fixed-container { display: flex; align-items: center; gap: 32px; }
.he_home-we-fixed-container > div { width: 100%; }
.he_home-we-fixed-container * { color: #fff; }
.he_home-fixed-box {
  border-radius: var(--radius); padding: 16px; background-color: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); display: grid; gap: 8px;
}
.he_home-fixed-cell {
  border-radius: var(--radius); border: 1px solid rgba(255, 255, 255, 0.5); padding: 8px;
  transition: all 0.3s; cursor: pointer;
}
.he_home-fixed-cell-header { display: flex; align-items: center; gap: 12px; }
.he_home-fixed-cell-header > div:nth-child(1) { width: 80px; }
.he_home-fixed-cell-header > div:nth-child(2) { width: calc(100% - 92px); }
.he_home-fixed-cell-header img { display: block; width: 100%; border-radius: var(--radius); }
.he_home-fixed-badge {
  display: inline-block; background: var(--green-light); font-size: 14px; line-height: 1em;
  padding: 3px 10px 2px; border-radius: 16px; margin: 0; color: var(--navy) !important;
}
.he_home-fixed-text {
  font-size: 20px; line-height: 1.15em; margin: 8px 0 0; font-family: "Clash", sans-serif;
}
.he_home-fixed-cell-content { display: none; padding-top: 16px; }
.active .he_home-fixed-cell-content { display: block; }
.he_home-fixed-cell-content img { display: block; width: 100%; }

/* ------------------------------------------------------------- bestsellers */
.he_home-bestsellers-grid_outer {
  margin-top: 40px; margin-bottom: 40px; width: 100%; overflow-x: auto;
  scrollbar-width: none; -ms-overflow-style: none;
}
.he_home-bestsellers-grid_outer::-webkit-scrollbar { display: none; }
.he_home-bestsellers-grid { display: flex; gap: 16px; width: 100%; }
.he_home-bestsellers-grid a { text-decoration: none; }
.he_home-bestsellers-grid > a { width: 100%; display: block; }
.he_home-bestsellers-review {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  color: var(--navy-80) !important; font-size: 14px; line-height: 1em; margin: 0;
}
.he_home-bestsellers-review span { color: var(--navy-80) !important; line-height: 1em; display: flex; align-items: center; }
.he_home-bestsellers-review img { display: block; max-width: 14px; }
.he_home-bestsellers-card {
  margin-top: 8px; border-radius: var(--radius); background: var(--light-blue); padding: 16px; text-align: center;
}
.he_best-sellers-header { min-height: 80px; }
.he_best-seller-title {
  font-size: 20px; line-height: 1.3em; font-family: "Mori", sans-serif; max-width: 260px;
  margin: 16px auto 0; font-weight: 400;
}
.he_best-seller-subtitle {
  font-size: 16px; line-height: 1.15em; max-width: 280px; margin: 8px auto 0; color: var(--navy-80);
}
.he_best-seller-image {
  max-width: 100%; margin: auto; object-fit: contain; max-height: 340px; transition: all 0.5s; display: block;
}
.he_home-bestseller-cell:hover .he_best-seller-image { transform: scale(0.95); }

/* ------------------------------------------- vienodos korteles tinklelyje
   Pavadinimai skirtingo ilgio, nuotraukos skirtingo formato — be sito
   mygtukai ir kainos gretimose kortelese atsiduria skirtingame aukstyje.
   Antrastei duodam vienoda auksti, nuotraukai vienoda langa, o apatine
   dali prisegam prie korteles apacios. */
.he_home-bestsellers-grid > *,
.he_main-collection-grid > * { display: flex; }
.he_home-bestsellers-grid .he_home-bestsellers-card,
.he_main-collection-grid .he_home-bestsellers-card {
  display: flex; flex-direction: column; width: 100%; margin-top: 0;
}
.he_home-bestsellers-grid .he_best-sellers-header,
.he_main-collection-grid .he_best-sellers-header { min-height: 124px; }
.he_home-bestsellers-grid .he_best-seller-image,
.he_main-collection-grid .he_best-seller-image {
  width: 100%; height: 270px; max-height: none; object-fit: contain;
  background: #fff; border-radius: var(--radius); padding: 10px; margin: 16px 0 0;
}
/* tikros nuotraukos (ne iskirpti produktai) uzpildo langa — kitaip lieka
   didelis baltas plotas virsuj ir apacioj */
.he_best-seller-image.is-photo { object-fit: cover; padding: 0; background: none; }
.he_home-bestsellers-grid .he_best-seller-footer,
.he_main-collection-grid .he_best-seller-footer { margin-top: auto; }
/* nuotrauka yra nuoroda i produkto puslapi — apvalkalas neturi keisti islydymo */
.mc-card-photo { display: block; }
.he_best-seller-footer { position: relative; padding-top: 12px; margin-top: 12px; }
.he_best-seller-footer .hea_border-line { position: absolute; top: 0; left: 0; background-color: var(--navy-80); }
.he_best-seller-btn {
  display: flex; align-items: center; justify-content: center; background: var(--green);
  height: 52px; border-radius: var(--radius);
}
.he_best-seller-btn span {
  font-size: 14px; line-height: 1.15em; position: relative; top: 1px; font-family: "MoriSemi", sans-serif;
}
.he_best-seller-footer-text { font-size: 14px; line-height: 1.15em; margin: 12px 0 0; color: var(--navy-80); }
.he_home-bestseller-shop-btn {
  display: flex; align-items: center; gap: 8px; justify-content: center; cursor: pointer; text-decoration: none;
}
.he_home-bestseller-shop-btn img { max-width: 6px; }
.he_home-bestseller-shop-btn span {
  font-size: 14px; display: flex; align-items: center; line-height: 1.15em; font-family: "MoriSemi", sans-serif;
}

/* ------------------------------------------------------------ manufactured */
.he_home-manu-flex { display: grid; gap: 20px; grid-template-columns: 1fr 1fr; }
.he_home-manu-flex > div { width: 100%; height: 100%; }
.he_home-manu-flex > div:nth-child(1) { border-radius: var(--radius); padding: 40px 32px 32px; background: var(--light-blue); }
.he_home-menu-flex-content { display: flex; flex-direction: column; justify-content: space-between; height: 100%; }
.he_manufactured-text { font-size: 16px; line-height: 1.15em; margin: 16px 0; }
.he_manufactured-bottom { display: flex; align-items: flex-end; gap: 16px; }
.he_man-smaller {
  width: 100%; border-radius: var(--radius); background: rgba(8, 14, 65, 0.25); padding: 12px;
  min-height: 140px; display: flex; align-items: flex-end;
}
.he_man-smaller img { max-width: 14px; display: block; }
.he_man-smaller p { font-size: 20px; line-height: 1.15em; margin: 8px 0 0; }
.he_man-larger {
  width: 200%; border-radius: var(--radius); background-image: url("../img/customer_mercedes-ZmTv8KLh.webp");
  background-size: cover; background-position: center; background-color: rgba(8, 14, 65, 0.25);
  padding: 12px; min-height: 240px; display: flex; align-items: flex-end;
}
.he_man-larger img { max-width: 14px; display: block; }
.he_man-larger p { font-size: 20px; line-height: 1.15em; margin: 8px 0 0; max-width: 200px; color: #fff; }
.he_home-manu-image { border-radius: var(--radius); overflow: hidden; }
.he_home-manu-image img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* -------------------------------------------------------------------- ugc */
.he_ugc-header { max-width: 600px; }
.he_ugc-ratings { margin-top: 24px; }
.he_ugc-stars { display: flex; align-items: center; gap: 8px; margin-bottom: 4px; }
.he_ugc-stars img { display: block; max-width: 100px; }
.he_ugc-revs-label {
  font-size: 14px; font-weight: 600; margin: 0; line-height: 1.3em; text-transform: uppercase;
  font-family: "MoriSemi", sans-serif;
}
.he_ugc-arrows { display: flex; align-items: center; justify-content: flex-end; gap: 12px; margin-top: -24px; }
.he_page-width-larger_ugc { max-width: 2000px; margin: auto; padding-left: calc(50% - 684px); }
.he_page-width-larger_ugc .he_ugc-carousel { padding-right: 16px; }
.he_ugc-carousel_outer {
  width: 100%; overflow-x: auto; margin-top: 32px; scrollbar-width: none; -ms-overflow-style: none;
  scroll-behavior: smooth;
}
.he_ugc-carousel_outer::-webkit-scrollbar { display: none; }
.he_ugc-carousel { width: fit-content; display: flex; gap: 24px; }
.he_ugc-block {
  position: relative; width: 290px; height: 500px; display: flex; flex-direction: column;
  border-radius: var(--radius); overflow: hidden; flex: 0 0 290px;
  background: linear-gradient(160deg, #1a258a, #080e41);
}
.he_ugc-block video { width: 100%; flex: 1 1 auto; min-height: 0; object-fit: contain; display: block; cursor: pointer; }
.he_ugc-block-overlay {
  width: 100%; flex: 0 0 auto; z-index: 2; display: flex; align-items: flex-end;
}
.he-ugc-footer-outer { padding: 14px; }
.he_ugc-block-footer-box { padding: 20px 14px; border-radius: var(--radius); background: #fff; width: 100%; }
.he_ugc-block-title {
  color: var(--navy) !important; font-size: 22px; line-height: 1.3em; margin: 0; text-align: center; font-weight: 400;
}
.he_ugc-block-name { display: flex; align-items: center; gap: 8px; justify-content: center; margin: 0; }
.he_ugc-block-name span { color: var(--navy-80) !important; font-size: 12px; }
.he_ugc-block-name img { display: block; max-width: 20px; }
img.he_ugc-block-play {
  display: block; width: 64px; height: 64px; position: absolute; left: calc(50% - 32px); top: calc(50% - 32px); z-index: 3;
}
.he_ugc-block.playing .he_ugc-block-overlay,
.he_ugc-block.playing .he_ugc-block-play { opacity: 0; pointer-events: none; }
.he_ugc-block-overlay, .he_ugc-block-play { transition: opacity 0.3s ease; }

/* ------------------------------------------------------------- world wide */
.he_product-outer-section.home_worldwde { padding-bottom: 0; }
.he_home-worldwide-flex { display: flex; align-items: center; gap: 64px; }
.he_home-worldwide-flex > div:nth-child(1) { width: 80%; }
.he_home-worldwide-flex > div:nth-child(2) { width: 100%; }
.he_world-visual { position: relative; }
.he_product-btn-container { max-width: 390px; }
@media (min-width: 678px) {
  .he_world-ship { position: absolute; top: 0; right: 0; max-width: 300px; }
  .he_world-img { display: block; max-width: 80%; }
}
.he_ship-label { font-size: 12px; text-transform: uppercase; color: var(--navy-80); margin: 0; line-height: 1.15em; }
.he_world-shio-line {
  display: flex; margin-top: 6px; background: var(--light-blue); border-radius: var(--radius);
  align-items: center; gap: 12px; height: 80px; padding: 6px 12px;
}
.he_world-shio-line > div:nth-child(1) { width: 110px; flex: 0 0 110px; }
.he_world-shio-line > div:nth-child(2) { width: 100%; }
.he_world-shio-line img { display: block; width: 100%; }
.he_world-shio-line p { font-size: 20px; line-height: 1.15em; margin: 0; }

/* ------------------------------------------------------------------ blogs */
.he_home-blogs-outer { margin-top: 46px; width: 100%; }
.he_home-blogs-grid { display: flex; width: 100%; gap: 20px; }
.he_home-blog-card { display: block; text-decoration: none; transition: all 0.2s; width: 100%; }
.he_home-blog-card:hover { text-decoration: underline; }
.he_home-blog-image { display: block; width: 100%; border-radius: var(--radius); aspect-ratio: 1.4 / 1; object-fit: cover; }
.he_home-blog-info { display: flex; align-items: center; gap: 12px; justify-content: space-between; margin: 16px 0; }
.he_home-blog-info p { font-size: 14px; line-height: 1.15em; margin: 0; color: rgba(8, 14, 65, 0.7); }
.he_home-blog-title { font-size: 20px; line-height: 1.15em; margin: 0; }

/* -------------------------------------------------------------- subscribe */
.home_subscribe-outer {
  position: relative; overflow: hidden; min-height: 800px; display: flex; align-items: center; justify-content: center;
}
.he-home-video-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.he_subscribe-inner { position: relative; z-index: 1; max-width: 680px; margin: auto; text-align: center; padding: 0 16px; }
.he_subscribe-title { font-size: 64px; line-height: 1.15em; margin: 0; color: #fff; font-weight: 400; }
.he_subscribe-subtitle { color: #fff; font-size: 20px; line-height: 1.15em; margin: 16px; }
.he_subscribe-inner .newsletter-form { margin: 24px auto auto !important; max-width: 500px !important; }
.he_subscribe-inner .newsletter-form__field-wrapper {
  border-radius: var(--radius); background: rgba(8, 14, 65, 0.5); padding: 12px 24px 12px 12px;
}
.he_subscribe-inner .newsletter-form__field-wrapper .field { display: flex; align-items: center; gap: 12px; }
.he_subscribe-inner .newsletter-form__field-wrapper .field__input {
  background: transparent !important; color: #fff; border: none !important; padding: 8px !important;
  width: 100%; height: auto;
}
.he_subscribe-inner .newsletter-form__field-wrapper .field__input::placeholder {
  color: rgba(255, 255, 255, 0.8) !important; font-family: "Mori", sans-serif;
}
.he_subscribe-inner .newsletter-form__button.field__button {
  background-color: var(--green) !important; padding: 14px; border-radius: var(--radius); width: 156px;
  color: var(--navy) !important; left: 0; top: 0; height: auto !important;
  font-family: "MoriSemi", sans-serif; text-transform: uppercase; font-size: 14px;
}
.he_subscribe-footer { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 12px; }
.he_subscribe-footer p { margin: 0; font-size: 12px; color: rgba(255, 255, 255, 0.5); line-height: 1.15em; }
.he_subscribe-footer img { max-width: 20px; display: block; }

/* ------------------------------------------------------------- responsive */
@media (max-width: 678px) {
  .he_home-hero-outer { padding-bottom: 32px; padding-top: 120px; min-height: 100vh; margin-top: -68px; }
  /* telefone video priartintas ir sviesesnis — tamsinam tolygiau */
  .he_home-hero-outer:not(.he_collection-hero)::after {
    background: linear-gradient(180deg, rgba(4, 7, 32, 0.62) 0%, rgba(4, 7, 32, 0.45) 45%, rgba(4, 7, 32, 0.82) 100%);
  }
  .he_hero-container {
    flex-wrap: wrap; flex-direction: column-reverse; gap: 24px;
    justify-content: space-between; min-height: 80vh;
  }
  .he_hero-right-side { max-width: 200px; margin-left: 0; }
  .he_hero-number-block { padding-top: 12px; padding-bottom: 12px; }
  .he_hero-number-text { margin-top: 6px; }
  .he_hero-title { font-size: 64px; }
  .he_hero-text { margin-bottom: 24px; }

  .he_home-ethos-box.active { width: 100%; }
  .he_home-ethos-box { min-width: 340px; }
  .he_home-ethos-grid { width: fit-content; align-items: unset; padding-left: 16px; padding-right: 16px; }
  .he_home-ethos-content { display: block; }
  .active .he_home-ethos-title, .he_home-ethos-title { min-height: 170px; }
  .he_home-ethos-title h4 { max-width: 220px; margin-left: auto; margin-right: auto; }
  .he_home-ethos-grid_outer { margin-top: 20px; margin-left: -16px; width: calc(100% + 32px); }
  .he_home-ethos-nav { display: flex; gap: 8px; margin-top: 20px; }
  .he_home-ethos-nav-btn {
    width: 100%; border-top: 1px solid rgba(8, 14, 65, 0.25); padding-top: 8px; text-align: right; cursor: pointer;
  }
  .he_home-ethos-nav-btn.active { border-top: 1px solid var(--navy); }
  .he_home-ethos-nav-btn p { margin: 0; font-size: 16px; line-height: 1em; color: var(--navy-80); }
  .active.he_home-ethos-nav-btn p { color: var(--navy); }
  .he_home-ethos-nav-arr { display: flex; align-items: center; gap: 12px; justify-content: flex-end; margin-top: 16px; }

  .he_home-ingr-grid { grid-template-columns: 1fr; gap: 8px; }
  .he_home-ingr-cell-header > div:nth-child(1) { width: 60px; }
  .he_home-ingr-cell-header > div:nth-child(2) { width: calc(100% - 108px); }

  .he_home-industry-flex { flex-wrap: wrap; gap: 32px; }
  .he_industry-header-info > div:nth-child(1) { width: 55%; }

  .he_home-we-fixed-container { flex-wrap: wrap; gap: 32px; }
  /* Telefone 16:9 video butu priartintas 3 kartus ir po kortelemis virstu
     spalvotu jovalu, todel ji visai slepiam — lieka svarus tamsus fonas. */
  .he_home-fixed-video { display: none; }
  .he_product-outer-section.he_home-we-fixed { background: linear-gradient(160deg, #1a258a 0%, #080e41 65%); }
  .he_product-outer-section.he_home-we-fixed::before { background: none; }
  .he_home-fixed-text { font-size: 14px; margin-top: 4px; }

  .he_home-bestsellers-grid a { min-width: 340px; }
  .he_home-bestsellers-grid { padding-left: 16px; padding-right: 16px; width: fit-content; }
  .he_home-bestsellers-grid_outer { margin-left: -16px; width: calc(100% + 32px); }

  .he_home-manu-flex { display: flex; flex-direction: column; gap: 16px; }
  .he_man-larger { min-height: 180px; }
  .he_man-smaller { min-height: 120px; width: 140%; }
  .he_man-larger p, .he_man-smaller p { font-size: 16px; }
  .he_manufactured-bottom { gap: 8px; }
  .he_home-manu-flex > div:nth-child(1) { padding: 8px; }
  .he_home-menu-flex-content > div:nth-child(1) { padding: 16px; }
  .he_home-manu-image.Mobile_only { padding-top: 8px; }

  .he_ugc-carousel { gap: 8px; padding: 0 16px; }
  .he_ugc-carousel_outer { margin-left: -16px; width: calc(100% + 32px); }

  .he_world-img { display: block; max-width: 100%; }
  .he_home-worldwide-flex { flex-wrap: wrap; gap: 0; }
  .he_home-worldwide-flex > div:nth-child(1),
  .he_home-worldwide-flex > div:nth-child(2) { width: 100%; }
  .he_world-shio-line { height: 76px; }
  .he_world-shio-line > div:nth-child(1) { width: 104px; flex: 0 0 104px; }
  .he_world-shio-line > div:nth-child(2) { width: calc(100% - 116px); }

  .he_home-blogs-outer { margin-left: -16px; width: calc(100% + 32px); overflow-x: auto; scrollbar-width: none; }
  .he_home-blogs-outer::-webkit-scrollbar { display: none; }
  .he_home-blogs-grid { width: fit-content; gap: 8px; padding: 0 16px; }
  .he_home-blog-card { min-width: 340px; }

  .he_subscribe-title { font-size: 40px; }
  .home_subscribe-outer { min-height: 780px; }
  .he_subscribe-subtitle { font-size: 16px; }
}

@media (max-width: 1400px) {
  .he_page-width-larger_ugc { padding-left: 16px; }
}
@media (min-width: 2000px) {
  .he_page-width-larger_ugc { padding-left: 16px; }
}
