/* ============================================================
   BLUMIO.SK – GLOBÁLNE ÚPRAVY A STRÁNKA GEBERIT AQUACLEAN

   PREHĽAD SEKCIÍ
   01 BLUMIO premenné
   02 Farby menu desktop/tablet
   03 Výška fixnej hlavičky desktop/tablet
   04 Posun obsahu pod fixnú hlavičku desktop/tablet
   05 Fixná hlavička iba desktop/tablet
   06 Mobilná hlavička bez custom úprav
   07 Zaoblenie tlačidiel
   08 E-mail desktop
   09 Logo desktop/tablet
   10 Odkazy
   11 Hover odkazy
   12 Hover obrázky
   13 Skrytie podpisu Shoptet v pätičke
   14 AquaClean – základ stránky
   15 AquaClean – typografia a tlačidlá
   16 AquaClean – hero a navigácia
   17 AquaClean – úvod a prehľad modelov
   18 AquaClean – modelové sekcie
   19 AquaClean – video a galérie
   20 AquaClean – porovnanie
   21 AquaClean – predĺžená záruka
   22 AquaClean – kontaktná sekcia
   23 AquaClean – tablet
   24 AquaClean – mobil
   ============================================================ */

/* ===== ZAČIATOK 01: BLUMIO premenné ===== */
:root {
  --bl-blue: #21409A;
  --bl-light-blue: #59B7E8;
  --bl-red: #BE1E2D;
  --bl-header-h: 170px;
}
/* ===== KONIEC 01 ===== */

/* ===== ZAČIATOK 02: Farby menu desktop/tablet ===== */
@media screen and (min-width: 768px) {
  #header::after {
    background: linear-gradient(90deg, var(--bl-blue) 0%, var(--bl-light-blue) 100%);
  }

  .navigation-in {
    background-color: transparent;
  }

  .navigation-in > ul > li > a,
  .submenu-arrow::after,
  .menu-helper::after {
    color: #ffffff;
  }

  .navigation-in > ul > li > a:hover,
  .navigation-in > ul > li > a:focus {
    color: #ffffff;
    opacity: 0.88;
  }
}
/* ===== KONIEC 02 ===== */

/* ===== ZAČIATOK 03: Výška fixnej hlavičky desktop/tablet ===== */
@media screen and (min-width: 768px) {
  :root {
    --bl-header-h: 170px;
  }
}
/* ===== KONIEC 03 ===== */

/* ===== ZAČIATOK 04: Posun obsahu pod fixnú hlavičku desktop/tablet ===== */
@media screen and (min-width: 768px) {
  body {
    padding-top: var(--bl-header-h);
  }
}
/* ===== KONIEC 04 ===== */

/* ===== ZAČIATOK 05: Fixná hlavička iba desktop/tablet ===== */
@media screen and (min-width: 768px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background-color: #ffffff;
    box-shadow: 0 8px 24px rgba(33, 64, 154, 0.10);
  }
}
/* ===== KONIEC 05 ===== */

/* ===== ZAČIATOK 06: Mobilná hlavička bez custom úprav ===== */
@media screen and (max-width: 767px) {
  body {
    padding-top: 0 !important;
  }
}
/* ===== KONIEC 06 ===== */

/* ===== ZAČIATOK 07: Zaoblenie tlačidiel ===== */
.btn:not(.cart-count),
.compact-form .form-control,
.pagination > a,
.pagination > strong,
a.login-btn {
  border-radius: 15px;
}
/* ===== KONIEC 07 ===== */

/* ===== ZAČIATOK 08: E-mail desktop ===== */
@media screen and (min-width: 1200px) {
  .top-navigation-bar .project-email {
    display: inline-block;
    margin-left: 24px;
    color: var(--bl-blue);
    font-size: 16px;
    font-weight: normal;
  }

  a.project-email::before {
    content: '\e910';
    color: var(--bl-blue);
    font-size: 14px;
  }

  .top-navigation-bar .project-email:hover,
  .top-navigation-bar .project-email:focus,
  .top-navigation-bar .project-email:hover::before,
  .top-navigation-bar .project-email:focus::before {
    color: var(--bl-red);
  }
}
/* ===== KONIEC 08 ===== */

/* ===== ZAČIATOK 09: Logo desktop/tablet ===== */
@media screen and (min-width: 768px) {
  #header .site-name a img {
    max-height: 110px;
  }
}
/* ===== KONIEC 09 ===== */

/* ===== ZAČIATOK 10: Odkazy ===== */
a,
a:link,
a:visited {
  color: var(--bl-blue);
}
/* ===== KONIEC 10 ===== */

/* ===== ZAČIATOK 11: Hover odkazy ===== */
a:hover,
a:focus {
  color: var(--bl-red);
}
/* ===== KONIEC 11 ===== */

/* ===== ZAČIATOK 12: Hover obrázky ===== */
a img {
  transition: transform 150ms ease;
  transform: scale(1);
}

a:hover img {
  transform: scale(1.04);
}
/* ===== KONIEC 12 ===== */

/* ===== ZAČIATOK 13: Skrytie podpisu Shoptet v pätičke ===== */
#signature,
.signature,
.created-by,
.powered-by,
.footer-bottom a[href*="shoptet"],
.footer-bottom .shoptet,
.footer-bottom .shoptetLogo,
.footer-bottom .shoptet-logo,
.footer-bottom .createdBy,
.footer-bottom .created-by {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
}
/* ===== KONIEC 13 ===== */

/* ===== ZAČIATOK 14: AquaClean – základ stránky ===== */
.content-inner .bl-aquaclean-page,
.content-wrapper-in .bl-aquaclean-page,
#content .bl-aquaclean-page {
  position: relative;
  left: 50%;
  width: min(1380px, calc(100vw - 48px));
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  transform: translateX(-50%);
}

.bl-aquaclean-page {
  --aq-blue: #21409A;
  --aq-blue-dark: #17347F;
  --aq-sky: #59B7E8;
  --aq-red: #BE1E2D;
  --aq-ink: #172033;
  --aq-muted: #667085;
  --aq-line: #DBE7F3;
  --aq-soft: #F5F8FC;
  --aq-white: #FFFFFF;
  width: 100%;
  margin: 0 auto 56px;
  color: var(--aq-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.bl-aquaclean-page,
.bl-aquaclean-page *,
.bl-aquaclean-page *::before,
.bl-aquaclean-page *::after {
  box-sizing: border-box;
}

.bl-aquaclean-page img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.bl-aquaclean-page a:hover img {
  transform: none;
}

.bl-aquaclean-page section {
  scroll-margin-top: 190px;
}
/* ===== KONIEC 14 ===== */

/* ===== ZAČIATOK 15: AquaClean – typografia a tlačidlá ===== */
.bl-aquaclean-page h1,
.bl-aquaclean-page h2,
.bl-aquaclean-page h3,
.bl-aquaclean-page p {
  margin-top: 0;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.bl-aquaclean-page h1 {
  max-width: 720px;
  margin-bottom: 24px;
  color: var(--aq-ink);
  font-size: clamp(46px, 4.8vw, 74px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.bl-aquaclean-page h2 {
  margin-bottom: 20px;
  color: var(--aq-ink);
  font-size: clamp(34px, 3.5vw, 52px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.bl-aquaclean-page h3 {
  margin-bottom: 12px;
  color: var(--aq-ink);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
}

.bl-aq-eyebrow {
  margin-bottom: 12px;
  color: var(--aq-blue);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.bl-aq-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 2px solid transparent;
  border-radius: 15px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.bl-aq-btn:hover,
.bl-aq-btn:focus {
  transform: translateY(-2px);
}

.bl-aq-btn--primary {
  color: #FFFFFF !important;
  background: linear-gradient(120deg, var(--aq-blue), #3478C8);
  box-shadow: 0 12px 28px rgba(33, 64, 154, 0.24);
}

.bl-aq-btn--primary:hover,
.bl-aq-btn--primary:focus {
  color: #FFFFFF !important;
  background: var(--aq-red);
}

.bl-aq-btn--secondary {
  color: var(--aq-blue) !important;
  border-color: var(--aq-blue);
  background: #FFFFFF;
}

.bl-aq-btn--secondary:hover,
.bl-aq-btn--secondary:focus {
  color: #FFFFFF !important;
  border-color: var(--aq-red);
  background: var(--aq-red);
}
/* ===== KONIEC 15 ===== */

/* ===== ZAČIATOK 16: AquaClean – hero a navigácia ===== */
.bl-aq-hero {
  display: grid;
  grid-template-columns: minmax(520px, 0.95fr) minmax(0, 1.05fr);
  min-height: 650px;
  overflow: hidden;
  border: 1px solid var(--aq-line);
  border-radius: 30px;
  background: #EEF5FB;
  box-shadow: 0 24px 70px rgba(31, 67, 115, 0.10);
}

.bl-aq-hero__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 72px 64px;
}

.bl-aq-hero__image {
  min-width: 0;
  min-height: 650px;
  overflow: hidden;
}

.bl-aq-hero__image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bl-aq-lead {
  max-width: 630px;
  margin-bottom: 30px;
  color: var(--aq-muted);
  font-size: 19px;
  line-height: 1.72;
}

.bl-aq-hero__actions,
.bl-aq-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bl-aq-nav {
  display: flex;
  width: max-content;
  max-width: 100%;
  justify-content: center;
  gap: 6px;
  margin: 24px auto 0;
  padding: 8px;
  overflow-x: auto;
  border: 1px solid var(--aq-line);
  border-radius: 15px;
  background: #FFFFFF;
  box-shadow: 0 12px 34px rgba(24, 50, 91, 0.10);
}

.bl-aq-nav a,
.bl-aq-nav a:visited {
  padding: 10px 16px;
  border-radius: 10px;
  color: var(--aq-ink) !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
}

.bl-aq-nav a:hover,
.bl-aq-nav a:focus {
  color: var(--aq-blue) !important;
  background: var(--aq-soft);
}
/* ===== KONIEC 16 ===== */

/* ===== ZAČIATOK 17: AquaClean – úvod a prehľad modelov ===== */
.bl-aq-intro,
.bl-aq-model-overview,
.bl-aq-comparison {
  padding: 94px 72px;
}

.bl-aq-intro {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 84px;
  align-items: start;
}

.bl-aq-intro__text {
  color: var(--aq-muted);
  font-size: 20px;
  line-height: 1.75;
}

.bl-aq-intro__text p {
  margin-bottom: 0;
}

.bl-aq-section-heading {
  max-width: 860px;
  margin-bottom: 44px;
}

.bl-aq-model-overview {
  border-radius: 28px;
  background: var(--aq-soft);
}

.bl-aq-overview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.bl-aq-overview-card,
.bl-aq-overview-card:visited {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 20px;
  border: 1px solid var(--aq-line);
  border-radius: 18px;
  color: var(--aq-ink) !important;
  background: #FFFFFF;
  text-decoration: none !important;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.bl-aq-overview-card:hover,
.bl-aq-overview-card:focus {
  transform: translateY(-5px);
  border-color: rgba(33, 64, 154, 0.28);
  box-shadow: 0 20px 42px rgba(36, 73, 121, 0.13);
}

.bl-aq-overview-card img {
  aspect-ratio: 1.35 / 1;
  margin-bottom: 14px;
  object-fit: contain;
}

.bl-aq-overview-card span {
  color: var(--aq-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.bl-aq-overview-card strong {
  margin: 2px 0 4px;
  font-size: 29px;
  line-height: 1.2;
}

.bl-aq-overview-card small {
  color: var(--aq-muted);
  font-size: 14px;
  line-height: 1.5;
}
/* ===== KONIEC 17 ===== */

/* ===== ZAČIATOK 18: AquaClean – modelové sekcie ===== */
.bl-aq-model {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
  gap: 68px;
  align-items: center;
  padding: 104px 72px;
}

.bl-aq-model--alt {
  border-radius: 28px;
  background: linear-gradient(135deg, #F8FBFE, #EDF5FB);
}

.bl-aq-model__product {
  display: flex;
  min-width: 0;
  min-height: 420px;
  align-items: center;
  justify-content: center;
  padding: 36px;
  border: 1px solid var(--aq-line);
  border-radius: 24px;
  background: #FFFFFF;
  box-shadow: 0 18px 46px rgba(31, 67, 115, 0.09);
}

.bl-aq-model__product img {
  max-height: 390px;
  object-fit: contain;
}

.bl-aq-model__content {
  min-width: 0;
}

.bl-aq-model__claim {
  max-width: 760px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.38;
}

.bl-aq-model__content > p:not(.bl-aq-eyebrow):not(.bl-aq-model__claim) {
  max-width: 760px;
  color: var(--aq-muted);
  font-size: 17px;
  line-height: 1.72;
}

.bl-aq-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(230px, 1fr));
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.bl-aq-features li {
  position: relative;
  min-width: 0;
  padding: 15px 16px 15px 44px;
  border: 1px solid var(--aq-line);
  border-radius: 12px;
  color: var(--aq-ink);
  background: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  word-break: normal;
  overflow-wrap: normal;
}

.bl-aq-features li::before {
  content: "✓";
  position: absolute;
  top: 14px;
  left: 16px;
  color: var(--aq-blue);
  font-weight: 900;
}
/* ===== KONIEC 18 ===== */

/* ===== ZAČIATOK 19: AquaClean – video a galérie ===== */
.bl-aq-gallery {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 10px;
}

.bl-aq-gallery img {
  height: 330px;
  border-radius: 16px;
  object-fit: cover;
}

.bl-aq-video {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
  gap: 34px;
  align-items: center;
  margin-top: 26px;
  padding: 28px;
  border: 1px solid var(--aq-line);
  border-radius: 22px;
  background: #FFFFFF;
}

.bl-aq-video__frame {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  border-radius: 16px;
  background: #111111;
}

.bl-aq-video__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.bl-aq-video p:last-child {
  margin-bottom: 0;
  color: var(--aq-muted);
}
/* ===== KONIEC 19 ===== */

/* ===== ZAČIATOK 20: AquaClean – porovnanie ===== */
.bl-aq-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--aq-line);
  border-radius: 18px;
}

.bl-aq-table-wrap table {
  width: 100%;
  min-width: 820px;
  margin: 0;
  border-collapse: collapse;
  background: #FFFFFF;
}

.bl-aq-table-wrap th,
.bl-aq-table-wrap td {
  padding: 20px 22px;
  border-bottom: 1px solid var(--aq-line);
  text-align: left;
  vertical-align: top;
}

.bl-aq-table-wrap thead th {
  color: var(--aq-blue);
  background: var(--aq-soft);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bl-aq-table-wrap tbody th {
  color: var(--aq-ink);
  font-size: 20px;
}

.bl-aq-table-wrap tbody tr:last-child th,
.bl-aq-table-wrap tbody tr:last-child td {
  border-bottom: 0;
}
/* ===== KONIEC 20 ===== */

/* ===== ZAČIATOK 21: AquaClean – predĺžená záruka ===== */
.bl-aq-warranty {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 64px;
  align-items: center;
  margin: 0 72px 94px;
  padding: 48px;
  border: 1px solid #E2E2DF;
  border-radius: 26px;
  background: #F1F1EF;
}

.bl-aq-warranty__image img {
  max-height: 310px;
  object-fit: contain;
}

.bl-aq-warranty__content p:not(.bl-aq-eyebrow) {
  max-width: 720px;
  color: var(--aq-muted);
  font-size: 17px;
  line-height: 1.72;
}
/* ===== KONIEC 21 ===== */

/* ===== ZAČIATOK 22: AquaClean – kontaktná sekcia ===== */
.bl-aq-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 44px;
  align-items: center;
  margin: 0 72px 36px;
  padding: 52px 56px;
  overflow: hidden;
  border-radius: 26px;
  color: #FFFFFF;
  background: linear-gradient(90deg, var(--aq-blue) 0%, var(--aq-sky) 100%);
}

.bl-aq-cta > div {
  min-width: 0;
}

.bl-aq-cta .bl-aq-eyebrow {
  color: rgba(255, 255, 255, 0.82);
}

.bl-aq-cta h2 {
  max-width: 700px;
  margin-bottom: 16px;
  color: #FFFFFF;
  font-size: clamp(34px, 3vw, 48px);
}

.bl-aq-cta p:not(.bl-aq-eyebrow) {
  max-width: 700px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.90);
  font-size: 18px;
  line-height: 1.65;
}

.bl-aq-cta__actions {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.bl-aq-btn--light,
.bl-aq-btn--light:visited {
  color: var(--aq-blue) !important;
  background: #FFFFFF;
}

.bl-aq-btn--light:hover,
.bl-aq-btn--light:focus {
  color: #FFFFFF !important;
  background: var(--aq-red);
}

.bl-aq-btn--outline-light,
.bl-aq-btn--outline-light:visited {
  color: #FFFFFF !important;
  border-color: rgba(255, 255, 255, 0.82);
  background: transparent;
}

.bl-aq-btn--outline-light:hover,
.bl-aq-btn--outline-light:focus {
  color: var(--aq-blue) !important;
  border-color: #FFFFFF;
  background: #FFFFFF;
}
/* ===== KONIEC 22 ===== */

/* ===== ZAČIATOK 23: AquaClean – tablet ===== */
@media screen and (max-width: 1180px) {
  .content-inner .bl-aquaclean-page,
  .content-wrapper-in .bl-aquaclean-page,
  #content .bl-aquaclean-page {
    width: min(100%, calc(100vw - 32px));
  }

  .bl-aq-hero {
    grid-template-columns: 1fr;
  }

  .bl-aq-hero__image {
    min-height: 440px;
    order: -1;
  }

  .bl-aq-hero__content {
    padding: 56px 48px;
  }

  .bl-aq-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bl-aq-model {
    grid-template-columns: 1fr;
  }

  .bl-aq-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bl-aq-video,
  .bl-aq-warranty,
  .bl-aq-cta {
    grid-template-columns: 1fr;
  }

  .bl-aq-cta__actions {
    justify-content: flex-start;
  }
}
/* ===== KONIEC 23 ===== */

/* ===== ZAČIATOK 24: AquaClean – mobil ===== */
@media screen and (max-width: 700px) {
  .content-inner .bl-aquaclean-page,
  .content-wrapper-in .bl-aquaclean-page,
  #content .bl-aquaclean-page {
    width: calc(100vw - 20px);
  }

  .bl-aquaclean-page {
    margin-bottom: 32px;
  }

  .bl-aquaclean-page section {
    scroll-margin-top: 80px;
  }

  .bl-aquaclean-page h1 {
    font-size: 39px;
  }

  .bl-aquaclean-page h2 {
    font-size: 31px;
  }

  .bl-aq-hero {
    min-height: 0;
    border-radius: 20px;
  }

  .bl-aq-hero__image {
    min-height: 270px;
  }

  .bl-aq-hero__content {
    padding: 38px 22px;
  }

  .bl-aq-lead {
    font-size: 16px;
  }

  .bl-aq-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bl-aq-hero__actions .bl-aq-btn {
    width: 100%;
  }

  .bl-aq-nav {
    justify-content: flex-start;
    margin-top: 16px;
    border-radius: 14px;
  }

  .bl-aq-intro,
  .bl-aq-model-overview,
  .bl-aq-comparison,
  .bl-aq-model {
    padding: 62px 20px;
  }

  .bl-aq-intro {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .bl-aq-intro__text {
    font-size: 17px;
  }

  .bl-aq-model-overview,
  .bl-aq-model--alt {
    border-radius: 20px;
  }

  .bl-aq-overview-grid,
  .bl-aq-features,
  .bl-aq-gallery {
    grid-template-columns: 1fr;
  }

  .bl-aq-model {
    gap: 34px;
  }

  .bl-aq-model__product {
    min-height: 300px;
    padding: 24px;
  }

  .bl-aq-model__claim {
    font-size: 21px;
  }

  .bl-aq-gallery img {
    height: 260px;
  }

  .bl-aq-video {
    gap: 22px;
    padding: 18px;
  }

  .bl-aq-warranty {
    gap: 28px;
    margin: 0 20px 62px;
    padding: 28px 20px;
  }

  .bl-aq-cta {
    gap: 28px;
    margin: 0 14px 20px;
    padding: 36px 22px;
  }

  .bl-aq-cta__actions {
    width: 100%;
  }

  .bl-aq-cta__actions .bl-aq-btn {
    width: 100%;
  }
}
/* ===== KONIEC 24 ===== */
