/*
 * Dealbox.sk – predajná titulná stránka pre Shoptet Step
 * Verzia: 3.11.0 – AI integrácia, Heureka recenzie a Google obchodný widget
 * Súbor nahrajte ako:
 * /user/documents/upload/dealbox-homepage-v1/dealbox-homepage-v3.css
 */

:root {
  --dbx-red: #e53935;
  --dbx-red-dark: #bd2020;
  --dbx-red-soft: #fff1f0;
  --dbx-header: #0d0f11;
  --dbx-ink: #101418;
  --dbx-ink-2: #1d252d;
  --dbx-muted: #626d78;
  --dbx-line: #e5e8eb;
  --dbx-bg: #f5f7f8;
  --dbx-white: #fff;
  --dbx-radius-sm: 10px;
  --dbx-radius: 16px;
  --dbx-radius-lg: 22px;
  --dbx-shadow: 0 12px 34px rgba(16, 20, 24, .09);
  --dbx-shadow-hover: 0 18px 42px rgba(16, 20, 24, .15);
  --dbx-container: 1370px;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--dbx-white);
  color: var(--dbx-ink);
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
.h1,
.h2,
.h3,
.h4,
.section-title,
.homepage-group-title,
.homepage-tabs .shp-tab-link {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: .035em;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(229, 57, 53, .34);
  outline-offset: 3px;
}

.dbx-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Horná predajná lišta */
#dbx-topbar {
  position: relative;
  z-index: 102;
  min-height: 38px;
  background: var(--dbx-red);
  color: var(--dbx-white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .01em;
}

#dbx-topbar .dbx-topbar__inner {
  width: min(calc(100% - 36px), var(--dbx-container));
  min-height: 38px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

#dbx-topbar .dbx-topbar__group {
  display: flex;
  align-items: center;
  gap: 25px;
}

#dbx-topbar span,
#dbx-topbar a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--dbx-white) !important;
  text-decoration: none !important;
}

#dbx-topbar svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

#dbx-topbar a:hover {
  color: #fff !important;
  text-decoration: underline !important;
}

.ordering-process #dbx-topbar {
  display: none;
}

/* Hlavička Step – pôvodné menu a košík zostávajú funkčné */
#header,
#header .navigation-wrapper,
#header .navigation-in,
#header #navigation,
#header .menu-helper,
#header .menu-helper > span,
#header .navigation-buttons,
#header .navigation-buttons .top-nav-button,
#header .navigation-buttons > a,
#header .navigation-buttons > button {
  background: var(--dbx-header) !important;
}

#header .navigation-buttons {
  border-right: 0 !important;
}

#header .navigation-buttons .top-nav-button,
#header .navigation-buttons > a,
#header .navigation-buttons > button {
  border: 0 !important;
  border-left: 1px solid rgba(255, 255, 255, .1) !important;
  box-shadow: none !important;
}

#header .menu-helper > span {
  border: 0 !important;
  border-left: 1px solid rgba(255, 255, 255, .1) !important;
}

#header {
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

#header .navigation-in > ul > li > a,
#header .menu-helper > span,
#header .menu-helper > ul > li > a {
  color: #fff !important;
  font-weight: 600;
  transition: color .2s ease, background .2s ease;
}

#header .navigation-in > ul > li:hover > a,
#header .navigation-in > ul > li.exp > a,
#header .menu-helper:hover > span {
  color: #fff !important;
  background: var(--dbx-red) !important;
}

#header .menu-level-2 a:hover,
#header .menu-level-3 a:hover {
  color: var(--dbx-red) !important;
}

#header .site-name img {
  max-height: 58px;
  width: auto;
}

.dbx-header-search {
  display: none;
}

@media (min-width: 1200px) {
  #header {
    height: auto !important;
    min-height: 110px;
  }

  #header .navigation-wrapper {
    width: min(calc(100% - 36px), var(--dbx-container));
    max-width: var(--dbx-container);
    min-height: 0;
    margin: 0 auto;
    padding: 10px 0 0;
    display: grid !important;
    grid-template-columns: minmax(165px, 215px) minmax(330px, 620px) 1fr auto;
    grid-template-areas:
      "logo search spacer actions"
      "nav nav nav nav";
    column-gap: 24px;
    align-items: center;
    height: auto !important;
  }

  #header .site-name {
    grid-area: logo;
    align-self: center;
    height: 52px;
    display: flex;
    align-items: center;
  }

  #header .site-name a {
    display: flex;
    align-items: center;
  }

  #header .site-name img {
    max-height: 50px;
  }

  #header .dbx-header-search {
    grid-area: search;
    display: block;
    min-width: 0;
  }

  #header .dbx-header-search form {
    position: relative;
    margin: 0;
  }

  #header .dbx-header-search input {
    width: 100%;
    height: 46px;
    padding: 0 54px 0 18px;
    border: 1px solid #d9dde1;
    border-radius: 12px;
    background: #fff;
    color: var(--dbx-ink);
    font-size: 14px;
    box-shadow: none;
  }

  #header .dbx-header-search input:focus {
    border-color: var(--dbx-red);
    box-shadow: 0 0 0 3px rgba(229, 57, 53, .16);
  }

  #header .dbx-header-search button {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 40px;
    height: 38px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 9px;
    background: var(--dbx-red);
    color: #fff;
    cursor: pointer;
  }

  #header .dbx-header-search button:hover {
    background: var(--dbx-red-dark);
  }

  #header .dbx-header-search svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
  }

  #header #navigation {
    grid-area: nav;
    width: 100%;
    min-width: 0;
    align-self: end;
    height: 48px !important;
  }

  #header .menu-helper {
    grid-area: nav;
    justify-self: end;
    align-self: end;
    z-index: 3;
    height: 48px !important;
  }

  #header .navigation-buttons {
    grid-area: actions;
    justify-self: end;
    height: 52px !important;
  }

  #header .navigation-buttons > a,
  #header .navigation-buttons > button {
    height: 52px !important;
  }

  #header .navigation-in > ul > li > a,
  #header .menu-helper > span {
    height: 48px !important;
    min-height: 48px;
    padding-top: 0 !important;
    padding-bottom: 6px !important;
    display: flex;
    align-items: center;
  }
}

/* Globálne tlačidlá, formuláre a pätička */
.btn,
.button,
input[type="submit"] {
  border-radius: 10px;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.add-to-cart-button,
.to-cart,
.btn-primary {
  background: var(--dbx-red);
  border-color: var(--dbx-red);
  color: #fff;
  box-shadow: 0 7px 16px rgba(229, 57, 53, .24);
}

.add-to-cart-button:hover,
.to-cart:hover,
.btn-primary:hover {
  background: var(--dbx-red-dark);
  border-color: var(--dbx-red-dark);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(229, 57, 53, .32);
}

.search-input,
input[type="text"],
input[type="search"] {
  border-radius: 10px;
}

.search-input:focus,
input[type="text"]:focus,
input[type="search"]:focus {
  border-color: var(--dbx-red);
  box-shadow: 0 0 0 3px rgba(229, 57, 53, .14);
}

.badge,
.flag,
.label,
.flag.flag-discount {
  border-radius: 7px;
  font-weight: 800;
}

#footer,
.footer,
footer {
  background: #0d0f11;
  color: #b9c0c7;
  border-top: 4px solid var(--dbx-red);
}

#footer a,
.footer a {
  color: #e7e9eb !important;
  transition: color .2s ease;
}

#footer a:hover,
.footer a:hover {
  color: #ff6864 !important;
}

#footer h2,
#footer h3,
#footer h4,
#footer .h4,
.footer h2,
.footer h3,
.footer h4 {
  color: #fff !important;
}

/* Spoločné prvky titulnej stránky */
.dbx-home-source,
.dbx-home-hero,
.dbx-home-categories,
.dbx-home-advisor,
.dbx-home-paths,
.dbx-home-gift,
.dbx-home-proof,
.dbx-home-seo {
  box-sizing: border-box;
}

.dbx-home-source *,
.dbx-home-hero *,
.dbx-home-categories *,
.dbx-home-advisor *,
.dbx-home-paths *,
.dbx-home-gift *,
.dbx-home-proof *,
.dbx-home-seo * {
  box-sizing: border-box;
}

.dbx-home-hero,
.dbx-home-categories,
.dbx-home-advisor,
.dbx-home-paths,
.dbx-home-gift,
.dbx-home-proof,
.dbx-home-seo,
.in-index.dbx-home-mounted .homepage-tabs-wrapper,
.in-index.dbx-home-mounted .homepage-blog-wrapper {
  width: min(calc(100% - 36px), var(--dbx-container));
  max-width: var(--dbx-container);
  margin-left: auto;
  margin-right: auto;
}

.dbx-section-head {
  margin: 0 0 24px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.dbx-section-kicker {
  margin: 0 0 7px;
  color: var(--dbx-red);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.dbx-section-head h2,
.dbx-home-seo h2 {
  margin: 0;
  color: var(--dbx-ink);
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: .98;
}

.dbx-section-head > p {
  max-width: 520px;
  margin: 0;
  color: var(--dbx-muted);
  font-size: 14px;
  line-height: 1.65;
}

/* Hero */
.dbx-home-hero {
  position: relative;
  min-height: 480px;
  margin-top: 28px;
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr);
  overflow: hidden;
  border-radius: var(--dbx-radius-lg);
  background: #15191d;
  box-shadow: 0 18px 46px rgba(16, 20, 24, .18);
}

.dbx-home-hero__copy {
  position: relative;
  z-index: 2;
  padding: clamp(38px, 4.2vw, 56px) clamp(34px, 4.4vw, 62px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background:
    radial-gradient(circle at 0 0, rgba(229, 57, 53, .26), transparent 36%),
    linear-gradient(135deg, #171b1f 0%, #101316 100%);
}

.dbx-home-hero__eyebrow {
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.dbx-home-hero h2 {
  max-width: 630px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(46px, 4.5vw, 64px);
  line-height: .94;
  letter-spacing: .015em;
}

.dbx-home-hero__lead {
  max-width: 600px;
  margin: 0 0 22px;
  color: #d8dde1;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.55;
}

.dbx-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.dbx-button {
  min-height: 50px;
  padding: 13px 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 800;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.dbx-button--primary {
  background: var(--dbx-red);
  color: #fff !important;
  box-shadow: 0 12px 25px rgba(229, 57, 53, .3);
}

.dbx-button--primary:hover {
  background: #f04a46;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(229, 57, 53, .4);
}

.dbx-button--ghost {
  border-color: rgba(255, 255, 255, .32);
  background: rgba(255, 255, 255, .06);
  color: #fff !important;
}

.dbx-button--ghost:hover {
  border-color: #fff;
  background: #fff;
  color: var(--dbx-ink) !important;
  transform: translateY(-2px);
}

.dbx-button svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.dbx-home-hero__micro {
  margin: 22px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  list-style: none;
  color: #c7cdd2;
  font-size: 12px;
  font-weight: 600;
}

.dbx-home-hero__micro li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.dbx-home-hero__micro li::before {
  content: "✓";
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--dbx-red);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.dbx-home-hero__media {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  background: #e9ecee;
}

.dbx-home-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(16, 20, 24, .22), transparent 26%);
  pointer-events: none;
}

.dbx-home-hero__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 82% center;
  transition: transform .6s ease;
}

.dbx-home-hero__media:hover img {
  transform: scale(1.025);
}

.dbx-home-hero__badge {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 22px;
  max-width: 245px;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 12px;
  background: rgba(13, 15, 17, .86);
  color: #fff;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.dbx-home-hero__badge strong {
  display: block;
  color: #fff;
  font-size: 14px;
}

.dbx-home-hero__badge span:first-child {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: var(--dbx-red);
  font-size: 18px;
}

.dbx-home-hero__badge span:first-child svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Pôvodný carousel nahrádza hero až po úspešnom presunutí obsahu */
.in-index.dbx-home-mounted #content > .banners-row {
  display: none !important;
}

/* Natívne benefity Shoptetu */
.in-index.dbx-home-mounted .container--bannersBenefit {
  width: min(calc(100% - 36px), var(--dbx-container));
  max-width: var(--dbx-container);
  margin: 0 auto 44px;
  padding: 0;
}

.in-index.dbx-home-mounted .benefitBanner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--dbx-line);
  border-radius: var(--dbx-radius);
  background: var(--dbx-line);
  box-shadow: 0 8px 24px rgba(16, 20, 24, .055);
}

.in-index.dbx-home-mounted .benefitBanner__item {
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
  margin: 0 !important;
  padding: 18px 19px;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 13px;
  background: #fff;
  box-sizing: border-box;
  float: none !important;
  flex: none !important;
}

.in-index.dbx-home-mounted .benefitBanner__content {
  min-width: 0;
}

.in-index.dbx-home-mounted .benefitBanner__picture {
  width: 48px;
  height: 48px;
}

.in-index.dbx-home-mounted .benefitBanner__img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.in-index.dbx-home-mounted .benefitBanner__title {
  display: block;
  margin-bottom: 3px;
  color: var(--dbx-ink);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 800;
}

.in-index.dbx-home-mounted .benefitBanner__data {
  color: var(--dbx-muted);
  font-size: 11px;
  line-height: 1.45;
}

/* Kategórie */
.dbx-home-categories {
  margin-top: 0;
  margin-bottom: 58px;
}

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

.dbx-cat {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid var(--dbx-line);
  border-radius: var(--dbx-radius);
  background: #111;
  text-decoration: none !important;
  box-shadow: 0 7px 20px rgba(16, 20, 24, .08);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.dbx-cat::after {
  content: "→";
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .94);
  color: var(--dbx-ink);
  font-size: 19px;
  font-weight: 800;
  box-shadow: 0 5px 14px rgba(0, 0, 0, .14);
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.dbx-cat img {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  transition: transform .38s ease;
}

.dbx-cat:hover {
  border-color: rgba(229, 57, 53, .45);
  transform: translateY(-4px);
  box-shadow: var(--dbx-shadow-hover);
}

.dbx-cat:hover img {
  transform: scale(1.035);
}

.dbx-cat:hover::after {
  background: var(--dbx-red);
  color: #fff;
  transform: translateX(2px);
}

.dbx-cat--auta img { object-position: center 42%; }
.dbx-cat--lietadla img { object-position: center 48%; }
.dbx-cat--vrtulniky img { object-position: center 45%; }
.dbx-cat--lode img { object-position: center 50%; }
.dbx-cat--tanky img { object-position: center 48%; }
.dbx-cat--stroje img { object-position: center 44%; }
.dbx-cat--drony img { object-position: center 46%; }
.dbx-cat--hracky img { object-position: center 50%; }

/* AI poradca na titulnej stránke */
.dbx-home-advisor {
  position: relative;
  min-height: 238px;
  margin-bottom: 62px;
  padding: 0 42px 0 260px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  overflow: hidden;
  border: 1px solid #ffc392;
  border-radius: var(--dbx-radius-lg);
  background:
    radial-gradient(circle at 88% 0, rgba(229, 57, 53, .12), transparent 28%),
    linear-gradient(105deg, #fff0e4 0%, #fff8f2 56%, #fff 100%);
  box-shadow: var(--dbx-shadow);
}

.dbx-home-advisor__robot {
  position: absolute;
  left: 12px;
  bottom: 0;
  width: 238px;
  height: 238px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.dbx-home-advisor__robot img {
  width: 226px;
  max-width: none;
  height: auto;
  display: block;
}

.dbx-home-advisor__content {
  padding: 34px 0;
}

.dbx-home-advisor h2 {
  margin: 0 0 9px;
  color: var(--dbx-ink);
  font-size: clamp(34px, 3.3vw, 50px);
  line-height: .98;
}

.dbx-home-advisor__text {
  max-width: 690px;
  margin: 0 0 17px;
  color: #343c44;
  font-size: 15px;
  line-height: 1.6;
}

.dbx-home-advisor__benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  color: var(--dbx-ink);
  font-size: 12px;
  font-weight: 800;
}

.dbx-home-advisor__benefits span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.dbx-home-advisor__benefits span::before {
  content: "✓";
  width: 19px;
  height: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--dbx-red);
  color: #fff;
  font-size: 11px;
}

.dbx-home-advisor .dbx-button {
  min-width: 218px;
  white-space: nowrap;
}

/* Natívne produkty */
.in-index.dbx-home-mounted .homepage-tabs-wrapper {
  margin-bottom: 65px;
  padding: 0;
}

.in-index.dbx-home-mounted .homepage-tabs-wrapper .shp-tabs-row {
  margin: 0 0 24px;
  border: 0;
}

.in-index.dbx-home-mounted .homepage-tabs-wrapper .shp-tabs-holder {
  width: 100%;
}

.in-index.dbx-home-mounted .homepage-tabs {
  width: 100%;
  display: flex;
  align-items: flex-end;
  border: 0;
}

.in-index.dbx-home-mounted .homepage-tabs .shp-tab {
  border: 0;
}

.in-index.dbx-home-mounted .homepage-tabs .shp-tab-link {
  padding: 0 0 8px;
  border: 0;
  border-bottom: 4px solid var(--dbx-red);
  background: transparent;
  color: var(--dbx-ink) !important;
  font-size: clamp(31px, 3vw, 44px);
  line-height: 1;
}

.in-index.dbx-home-mounted .homepage-products-heading-40,
.in-index.dbx-home-mounted .tab-pane > .homepage-group-title {
  display: none;
}

.in-index.dbx-home-mounted .products-block {
  margin: 0;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.in-index.dbx-home-mounted .products-block > .product {
  width: auto !important;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  overflow: hidden;
  border: 1px solid var(--dbx-line);
  border-radius: var(--dbx-radius);
  background: #fff;
  box-shadow: 0 8px 24px rgba(16, 20, 24, .07);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.in-index.dbx-home-mounted .products-block > .product:nth-child(n + 5) {
  display: none;
}

.in-index.dbx-home-mounted .products-block > .product:hover {
  border-color: rgba(229, 57, 53, .34);
  transform: translateY(-5px);
  box-shadow: var(--dbx-shadow-hover);
}

.in-index.dbx-home-mounted .product .p {
  height: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.in-index.dbx-home-mounted .product .image {
  position: relative;
  min-height: 0;
  aspect-ratio: 4 / 3;
  padding: 12px;
  display: block;
  overflow: hidden;
  background: #fff;
}

.in-index.dbx-home-mounted .product .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .35s ease;
}

.in-index.dbx-home-mounted .product:hover .image img {
  transform: scale(1.035);
}

.in-index.dbx-home-mounted .product .p-in {
  min-height: 194px;
  padding: 14px 16px 17px;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.in-index.dbx-home-mounted .product .p-in-in {
  min-height: 70px;
}

.in-index.dbx-home-mounted .product .name {
  display: -webkit-box;
  overflow: hidden;
  color: var(--dbx-ink) !important;
  font-size: 14px;
  line-height: 1.42;
  font-weight: 750;
  text-decoration: none !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.in-index.dbx-home-mounted .product .name:hover {
  color: var(--dbx-red) !important;
}

.in-index.dbx-home-mounted .product .availability {
  margin-top: 8px;
  font-size: 10.5px;
  line-height: 1.35;
  font-weight: 700;
}

.in-index.dbx-home-mounted .product .p-bottom {
  margin-top: auto;
  padding-top: 13px;
}

.in-index.dbx-home-mounted .product .price,
.in-index.dbx-home-mounted .product .price-final {
  color: var(--dbx-red);
  font-size: 24px;
  line-height: 1.15;
  font-weight: 900;
}

.in-index.dbx-home-mounted .product .p-tools {
  margin-top: 12px;
}

.in-index.dbx-home-mounted .product .add-to-cart-button {
  width: 100%;
  min-height: 43px;
  padding: 10px 12px;
  font-size: 12px;
  text-transform: uppercase;
  background: var(--dbx-red) !important;
  border-color: var(--dbx-red) !important;
  color: #fff !important;
}

.in-index.dbx-home-mounted .product .add-to-cart-button:hover {
  background: var(--dbx-red-dark) !important;
  border-color: var(--dbx-red-dark) !important;
}

.in-index.dbx-home-mounted .product .p-desc {
  display: none;
}

.in-index.dbx-home-mounted .product .flags {
  top: 11px;
  left: 11px;
}

.in-index.dbx-home-mounted .product .flag {
  min-height: 26px;
  padding: 5px 8px;
  background: var(--dbx-red);
  color: #fff;
  font-size: 10px;
}

/* Rýchle výberové cesty */
.dbx-home-paths {
  margin-bottom: 58px;
}

.dbx-path-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.dbx-path-card {
  min-height: 154px;
  padding: 23px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  overflow: hidden;
  border: 1px solid var(--dbx-line);
  border-radius: var(--dbx-radius);
  background: var(--dbx-bg);
  color: var(--dbx-ink) !important;
  text-decoration: none !important;
  transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.dbx-path-card:hover {
  border-color: rgba(229, 57, 53, .35);
  background: #fff;
  color: var(--dbx-ink) !important;
  transform: translateY(-3px);
  box-shadow: var(--dbx-shadow);
}

.dbx-path-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.dbx-path-card__icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #163941;
  color: #fff;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .08),
    0 7px 16px rgba(16, 20, 24, .12);
}

.dbx-path-card__icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dbx-path-card__icon .dbx-path-icon__accent {
  stroke: var(--dbx-red);
  stroke-width: 2.2;
}

.dbx-path-card__arrow {
  color: var(--dbx-red);
  font-size: 22px;
  font-weight: 800;
  transition: transform .2s ease;
}

.dbx-path-card:hover .dbx-path-card__arrow {
  transform: translateX(4px);
}

.dbx-path-card strong {
  display: block;
  margin-bottom: 4px;
  color: var(--dbx-ink);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
}

.dbx-path-card small {
  display: block;
  color: var(--dbx-muted);
  font-size: 11px;
  line-height: 1.45;
}

/* Darčeková výzva */
.dbx-home-gift {
  min-height: 260px;
  margin-bottom: 60px;
  padding: 42px clamp(28px, 5vw, 72px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .68fr);
  align-items: center;
  gap: 28px;
  overflow: hidden;
  border-radius: var(--dbx-radius-lg);
  background:
    radial-gradient(circle at 88% 30%, rgba(229, 57, 53, .65), transparent 23%),
    linear-gradient(115deg, #111519 0%, #20272d 62%, #451716 100%);
  color: #fff;
  box-shadow: 0 16px 42px rgba(16, 20, 24, .17);
}

.dbx-home-gift h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(36px, 4.2vw, 58px);
  line-height: .98;
}

.dbx-home-gift p {
  max-width: 700px;
  margin: 0 0 22px;
  color: #d2d8dd;
  font-size: 14px;
  line-height: 1.65;
}

.dbx-home-gift__visual {
  min-height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dbx-home-gift__orb {
  position: relative;
  width: 176px;
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-size: 68px;
  box-shadow: 0 0 0 22px rgba(255, 255, 255, .035), 0 0 0 44px rgba(255, 255, 255, .02);
}

/* Prečo Dealbox */
.dbx-home-proof {
  margin-bottom: 65px;
}

.dbx-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.dbx-proof-card {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border: 1px solid var(--dbx-line);
  border-radius: var(--dbx-radius);
  background: linear-gradient(180deg, #fff 0%, #fbfcfc 100%);
  box-shadow: 0 10px 28px rgba(16, 20, 24, .045);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.dbx-proof-card:hover {
  border-color: rgba(229, 57, 53, .24);
  transform: translateY(-3px);
  box-shadow: 0 15px 34px rgba(16, 20, 24, .085);
}

.dbx-proof-card__icon {
  width: 52px;
  height: 52px;
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: linear-gradient(145deg, #183a43 0%, #10272e 100%);
  color: #fff;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .08),
    0 8px 18px rgba(16, 39, 46, .15);
}

.dbx-proof-card__icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dbx-proof-card__icon .dbx-proof-icon__accent {
  stroke: #ff4c47;
  stroke-width: 2.2;
}

.dbx-proof-card h3 {
  margin: 0 0 7px;
  color: var(--dbx-ink);
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: 0;
  font-weight: 800;
}

.dbx-proof-card p {
  margin: 0;
  color: var(--dbx-muted);
  font-size: 12px;
  line-height: 1.6;
}

/* Natívny blog */
.in-index.dbx-home-mounted .homepage-blog-wrapper {
  margin-top: 0;
  margin-bottom: 64px;
  display: block;
}

.in-index.dbx-home-mounted .homepage-blog-wrapper .dbx-blog-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.in-index.dbx-home-mounted .homepage-blog-wrapper .homepage-group-title {
  grid-column: 1 / -1;
  margin: 0 0 24px;
  padding: 0 0 8px;
  border-bottom: 4px solid var(--dbx-red);
  color: var(--dbx-ink);
  font-size: clamp(31px, 3vw, 44px);
  line-height: 1;
}

.in-index.dbx-home-mounted .homepage-blog-wrapper .news-item {
  width: auto;
  margin: 0;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid var(--dbx-line);
  border-radius: var(--dbx-radius);
  background: #fff;
  box-shadow: 0 8px 24px rgba(16, 20, 24, .065);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.in-index.dbx-home-mounted .homepage-blog-wrapper .news-item:hover {
  border-color: rgba(229, 57, 53, .32);
  transform: translateY(-4px);
  box-shadow: var(--dbx-shadow-hover);
}

.in-index.dbx-home-mounted .homepage-blog-wrapper .news-item > a {
  height: 100%;
  display: flex;
  flex-direction: column;
  color: var(--dbx-ink) !important;
  text-decoration: none !important;
}

.in-index.dbx-home-mounted .homepage-blog-wrapper .image {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f2f4f5;
}

.in-index.dbx-home-mounted .homepage-blog-wrapper .image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #f2f4f5;
  transition: transform .35s ease;
}

.in-index.dbx-home-mounted .homepage-blog-wrapper .news-item:hover .image img {
  transform: scale(1.035);
}

.in-index.dbx-home-mounted .homepage-blog-wrapper .text {
  padding: 17px;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.in-index.dbx-home-mounted .homepage-blog-wrapper .title {
  display: -webkit-box;
  overflow: hidden;
  color: var(--dbx-ink);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 800;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.in-index.dbx-home-mounted .homepage-blog-wrapper .description {
  margin-top: 9px;
  display: -webkit-box;
  overflow: hidden;
  color: var(--dbx-muted);
  font-size: 11px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.in-index.dbx-home-mounted .homepage-blog-wrapper .read-article {
  margin-top: auto;
  padding-top: 13px;
  color: var(--dbx-red);
  font-size: 11px;
  font-weight: 800;
}

.in-index.dbx-home-mounted .homepage-blog-wrapper .dbx-blog-all {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.dbx-blog-all__button {
  min-height: 50px;
  padding: 13px 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #15191d;
  border-radius: 11px;
  background: #15191d;
  color: #fff !important;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(16, 20, 24, .14);
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.dbx-blog-all__button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dbx-blog-all__button:hover {
  border-color: var(--dbx-red);
  background: var(--dbx-red);
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 13px 28px rgba(229, 57, 53, .26);
}

/* SEO text */
.dbx-home-seo {
  margin-bottom: 64px;
  padding: clamp(28px, 4vw, 48px);
  border-radius: var(--dbx-radius-lg);
  background: var(--dbx-bg);
}

.dbx-home-seo h2 {
  margin-bottom: 9px;
}

.dbx-home-seo h3 {
  margin: 0 0 18px;
  color: var(--dbx-ink-2);
  font-family: "Poppins", sans-serif;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.35;
  letter-spacing: 0;
  font-weight: 750;
}

.dbx-home-seo p {
  max-width: 1040px;
  margin: 0 0 12px;
  color: var(--dbx-muted);
  font-size: 13px;
  line-height: 1.75;
}

.dbx-home-seo p:last-child {
  margin-bottom: 0;
}

.in-index.dbx-home-mounted .homepage-texts-wrapper {
  display: none !important;
}

/* AI pás na kategóriách – zachováva aktuálnu funkcionalitu */
.dbx-ai-box {
  margin: 24px 0 30px;
  min-height: 178px;
  padding: 0 26px 0 0;
  display: grid;
  grid-template-columns: 220px 1fr 235px;
  align-items: center;
  gap: 22px;
  overflow: hidden;
  border: 1px solid #ffb47a;
  border-radius: var(--dbx-radius);
  background:
    radial-gradient(circle at 92% 25%, rgba(229, 57, 53, .07), transparent 26%),
    linear-gradient(90deg, #fff0e4 0%, #fff8f2 45%, #fff 100%);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .07);
}

.dbx-ai-robot {
  height: 178px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.dbx-ai-robot img {
  width: 220px;
  max-width: none;
  height: auto;
  margin-bottom: -8px;
  display: block;
}

.dbx-ai-content {
  padding: 20px 0;
}

.dbx-ai-title {
  max-width: 560px;
  margin: 0 0 8px;
  color: var(--dbx-ink);
  font-family: "Bebas Neue", sans-serif;
  font-size: 34px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: .025em;
  white-space: pre-line;
}

.dbx-ai-text {
  max-width: 600px;
  margin: 0 0 13px;
  color: #283038;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 650;
}

.dbx-ai-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  color: var(--dbx-ink);
  font-size: 12px;
  font-weight: 800;
}

.dbx-ai-benefits span {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.dbx-ai-benefits span::before {
  content: "✓";
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-right: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--dbx-red);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.dbx-ai-action {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dbx-ai-btn {
  width: 220px;
  min-height: 56px;
  padding: 13px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: linear-gradient(180deg, #f13d38, #d71919);
  color: #fff !important;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 900;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 12px 24px rgba(229, 57, 53, .32);
  transition: transform .2s ease, background .2s ease;
}

.dbx-ai-btn:hover {
  background: linear-gradient(180deg, #e53935, #b91414);
  color: #fff !important;
  transform: translateY(-2px);
}

/* Tablet */
@media (max-width: 1199px) {
  .dbx-home-hero {
    min-height: 470px;
    grid-template-columns: minmax(0, 1fr) minmax(380px, .85fr);
  }

  .dbx-home-hero__copy {
    padding: 48px 38px;
  }

  .dbx-home-advisor {
    padding-left: 220px;
  }

  .dbx-home-advisor__robot {
    width: 205px;
  }

  .dbx-home-advisor__robot img {
    width: 200px;
  }

  .dbx-ai-box {
    min-height: 190px;
    padding: 0 22px 22px 0;
    grid-template-columns: 180px 1fr;
  }

  .dbx-ai-action {
    grid-column: 1 / -1;
  }

  .dbx-ai-btn {
    width: 100%;
    max-width: 340px;
  }

  .dbx-ai-robot {
    height: 190px;
  }

  .dbx-ai-robot img {
    width: 190px;
  }
}

@media (max-width: 991px) {
  #dbx-topbar .dbx-topbar__desktop-extra {
    display: none;
  }

  .dbx-home-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .dbx-home-hero__copy {
    min-height: 410px;
  }

  .dbx-home-hero__media {
    min-height: 340px;
  }

  .in-index.dbx-home-mounted .benefitBanner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dbx-categories,
  .dbx-path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dbx-home-advisor {
    min-height: 280px;
    padding: 28px 28px 28px 205px;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .dbx-home-advisor__robot {
    left: 0;
    width: 200px;
    height: 230px;
  }

  .dbx-home-advisor__robot img {
    width: 195px;
  }

  .dbx-home-advisor__content {
    padding: 0;
  }

  .dbx-home-advisor .dbx-button {
    justify-self: start;
  }

  .in-index.dbx-home-mounted .products-block,
  .in-index.dbx-home-mounted .homepage-blog-wrapper .dbx-blog-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dbx-home-gift {
    grid-template-columns: 1fr 220px;
  }

  .dbx-home-gift__orb {
    width: 145px;
    height: 145px;
    font-size: 56px;
  }

  .dbx-proof-grid {
    grid-template-columns: 1fr;
  }
}

/* Mobil */
@media (max-width: 767px) {
  #dbx-topbar,
  #dbx-topbar .dbx-topbar__inner {
    min-height: 34px;
  }

  #dbx-topbar .dbx-topbar__inner {
    width: calc(100% - 24px);
    justify-content: center;
  }

  #dbx-topbar .dbx-topbar__group {
    gap: 15px;
  }

  #dbx-topbar .dbx-topbar__mobile-hide {
    display: none;
  }

  #dbx-topbar {
    font-size: 10px;
  }

  .dbx-home-hero,
  .dbx-home-categories,
  .dbx-home-advisor,
  .dbx-home-paths,
  .dbx-home-gift,
  .dbx-home-proof,
  .dbx-home-seo,
  .in-index.dbx-home-mounted .homepage-tabs-wrapper,
  .in-index.dbx-home-mounted .homepage-blog-wrapper,
  .in-index.dbx-home-mounted .container--bannersBenefit {
    width: calc(100% - 24px);
  }

  .dbx-section-head {
    margin-bottom: 18px;
    display: block;
  }

  .dbx-section-head > p {
    margin-top: 9px;
  }

  .dbx-section-head h2,
  .dbx-home-seo h2 {
    font-size: 34px;
  }

  .dbx-home-hero {
    margin-top: 12px;
    margin-bottom: 14px;
    border-radius: 16px;
  }

  .dbx-home-hero__copy {
    min-height: 0;
    padding: 34px 22px 30px;
  }

  .dbx-home-hero h2 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .dbx-home-hero__lead {
    margin-bottom: 22px;
    font-size: 14px;
  }

  .dbx-home-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .dbx-button {
    width: 100%;
  }

  .dbx-home-hero__micro {
    margin-top: 22px;
    display: grid;
    gap: 8px;
  }

  .dbx-home-hero__media {
    min-height: 235px;
  }

  .dbx-home-hero__media img {
    object-position: 70% center;
  }

  .dbx-home-hero__badge {
    right: 12px;
    bottom: 12px;
    max-width: calc(100% - 24px);
  }

  .in-index.dbx-home-mounted .container--bannersBenefit {
    margin-bottom: 42px;
  }

  .in-index.dbx-home-mounted .benefitBanner {
    grid-template-columns: 1fr;
  }

  .in-index.dbx-home-mounted .benefitBanner__item {
    padding: 14px 15px;
    grid-template-columns: 42px 1fr;
  }

  .in-index.dbx-home-mounted .benefitBanner__picture,
  .in-index.dbx-home-mounted .benefitBanner__img {
    width: 42px;
    height: 42px;
  }

  .dbx-home-categories,
  .dbx-home-paths,
  .dbx-home-proof,
  .in-index.dbx-home-mounted .homepage-tabs-wrapper,
  .in-index.dbx-home-mounted .homepage-blog-wrapper,
  .dbx-home-seo {
    margin-bottom: 46px;
  }

  .dbx-categories {
    gap: 10px;
  }

  .dbx-cat {
    border-radius: 11px;
  }

  .dbx-cat::after {
    right: 7px;
    bottom: 7px;
    width: 28px;
    height: 28px;
    font-size: 15px;
  }

  .dbx-home-advisor {
    min-height: 0;
    margin-bottom: 46px;
    padding: 22px 18px;
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    border-radius: 16px;
  }

  .dbx-home-advisor__robot {
    position: static;
    width: 100%;
    height: 125px;
  }

  .dbx-home-advisor__robot img {
    width: 135px;
  }

  .dbx-home-advisor h2 {
    font-size: 34px;
  }

  .dbx-home-advisor__text {
    font-size: 13px;
  }

  .dbx-home-advisor__benefits {
    justify-content: center;
    font-size: 11px;
  }

  .dbx-home-advisor .dbx-button {
    width: 100%;
    min-width: 0;
  }

  .in-index.dbx-home-mounted .homepage-tabs .shp-tab-link,
  .in-index.dbx-home-mounted .homepage-blog-wrapper .homepage-group-title {
    font-size: 34px;
  }

  .in-index.dbx-home-mounted .products-block {
    width: calc(100vw - 12px);
    margin-left: 0;
    padding: 0 12px 16px 0;
    display: flex !important;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .in-index.dbx-home-mounted .products-block > .product,
  .in-index.dbx-home-mounted .products-block > .product:nth-child(n + 5) {
    width: min(78vw, 290px) !important;
    min-width: min(78vw, 290px);
    display: block;
    scroll-snap-align: start;
  }

  .in-index.dbx-home-mounted .product .p-in {
    min-height: 210px;
  }

  .dbx-path-grid {
    gap: 10px;
  }

  .dbx-path-card {
    min-height: 142px;
    padding: 16px;
  }

  .dbx-path-card__icon {
    width: 44px;
    height: 44px;
  }

  .dbx-path-card__icon svg {
    width: 28px;
    height: 28px;
  }

  .dbx-path-card strong {
    font-size: 13px;
  }

  .dbx-path-card small {
    font-size: 10px;
  }

  .dbx-home-gift {
    min-height: 0;
    margin-bottom: 46px;
    padding: 31px 22px;
    grid-template-columns: 1fr;
    border-radius: 16px;
  }

  .dbx-home-gift h2 {
    font-size: 42px;
  }

  .dbx-home-gift__visual {
    display: none;
  }

  .dbx-proof-card {
    padding: 21px;
  }

  .in-index.dbx-home-mounted .homepage-blog-wrapper {
    overflow: visible;
  }

  .in-index.dbx-home-mounted .homepage-blog-wrapper .dbx-blog-track {
    width: calc(100vw - 12px);
    max-width: none;
    margin: 0;
    padding: 0 12px 12px 0;
    display: flex;
    gap: 13px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .in-index.dbx-home-mounted .homepage-blog-wrapper .dbx-blog-track::-webkit-scrollbar {
    display: none;
  }

  .in-index.dbx-home-mounted .homepage-blog-wrapper .news-item {
    width: min(82vw, 320px);
    min-width: min(82vw, 320px);
    flex: 0 0 min(82vw, 320px);
    min-height: 0;
    scroll-snap-align: start;
  }

  .in-index.dbx-home-mounted .homepage-blog-wrapper .news-item > a {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .in-index.dbx-home-mounted .homepage-blog-wrapper .image {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .in-index.dbx-home-mounted .homepage-blog-wrapper .text {
    padding: 14px;
  }

  .in-index.dbx-home-mounted .homepage-blog-wrapper .description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
  }

  .in-index.dbx-home-mounted .homepage-blog-wrapper .dbx-blog-all {
    margin-top: 10px;
  }

  .in-index.dbx-home-mounted .homepage-blog-wrapper .dbx-blog-all__button {
    width: 100%;
  }

  .dbx-home-seo {
    padding: 25px 20px;
    border-radius: 16px;
  }

  .dbx-home-seo h3 {
    font-size: 16px;
  }

  .dbx-home-seo p {
    font-size: 12px;
  }

  .dbx-ai-box {
    min-height: 0;
    padding: 20px 16px;
    grid-template-columns: 1fr;
    gap: 14px;
    text-align: center;
  }

  .dbx-ai-robot {
    height: auto;
  }

  .dbx-ai-robot img {
    width: 135px;
    margin: 0 auto;
  }

  .dbx-ai-content {
    padding: 0;
  }

  .dbx-ai-title {
    margin-bottom: 10px;
    font-size: 29px;
  }

  .dbx-ai-text {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .dbx-ai-benefits {
    justify-content: center;
    font-size: 11px;
  }

  .dbx-ai-btn {
    width: 100%;
    min-height: 54px;
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  .dbx-categories,
  .dbx-path-grid {
    gap: 8px;
  }

  .dbx-path-card {
    min-height: 136px;
    padding: 14px;
  }

  .dbx-path-card small {
    display: none;
  }
}

/* V3: presné doladenie natívnych prvkov šablóny Step */
#footer,
#footer .footer-newsletter,
#footer .footer-rows,
#footer .footer-links-icons,
#footer .footer-bottom {
  background: #0d0f11 !important;
  color: #b9c0c7 !important;
}

#footer .footer-newsletter {
  padding-top: 38px;
  padding-bottom: 34px;
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(460px, 1.2fr);
  grid-template-areas: "newsletter-intro newsletter-form";
  align-items: start;
  gap: 46px;
}

#footer .newsletter-header {
  grid-area: newsletter-intro;
  grid-column: 1;
  grid-row: 1;
  order: 1 !important;
  position: static !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  transform: none !important;
}

#footer .subscribe-form {
  grid-area: newsletter-form;
  grid-column: 2;
  grid-row: 1;
  order: 2 !important;
  position: static !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

#footer .newsletter-header,
#footer .subscribe-form,
#footer .subscribe-form fieldset {
  min-width: 0;
}

#footer .newsletter-header .topic {
  margin-top: 0;
  margin-bottom: 12px;
  display: block !important;
  position: static !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

#footer .subscribe-form fieldset {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-items: end;
  gap: 10px 14px;
  border: 0;
}

#footer .subscribe-form .smart-label-wrapper {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}

#footer .subscribe-form .consents {
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 0;
}

#footer .subscribe-form .consents .label {
  margin: 0;
  color: #aeb6bd !important;
  font-size: 11px !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
}

#footer .subscribe-form input[type="email"] {
  height: 48px;
  border: 1px solid #394149;
  border-radius: 10px;
  background: #fff;
  color: var(--dbx-ink);
}

#footer .subscribe-form .btn-primary {
  grid-column: 2;
  grid-row: 1;
  min-width: 154px;
  min-height: 48px;
  margin: 0;
  background: var(--dbx-red) !important;
  border-color: var(--dbx-red) !important;
  color: #fff !important;
  box-shadow: 0 9px 20px rgba(229, 57, 53, .24);
}

#footer .subscribe-form .btn-primary:hover {
  background: var(--dbx-red-dark) !important;
  border-color: var(--dbx-red-dark) !important;
}

#footer .footer-rows {
  padding-top: 34px;
  padding-bottom: 26px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

#footer .custom-footer {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-areas: "footer-contact footer-articles footer-instagram footer-facebook";
  align-items: start;
  gap: 26px;
}

#footer .custom-footer > div {
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  padding: 0 !important;
  float: none !important;
  clear: none !important;
  order: initial !important;
}

#footer .custom-footer__contact {
  grid-area: footer-contact;
  grid-column: 1;
  grid-row: 1;
  order: 1 !important;
}

#footer .custom-footer__articles {
  grid-area: footer-articles;
  grid-column: 2;
  grid-row: 1;
  order: 2 !important;
}

#footer .custom-footer__instagram {
  grid-area: footer-instagram;
  grid-column: 3;
  grid-row: 1;
  order: 3 !important;
}

#footer .custom-footer__facebook {
  grid-area: footer-facebook;
  grid-column: 4;
  grid-row: 1;
  order: 4 !important;
}

#footer .pageElement__heading {
  margin-top: 0;
  margin-bottom: 16px;
}

#footer .instagram-widget,
#footer #facebookWidget,
#footer #fb-widget-wrap {
  max-width: 100%;
  overflow: hidden;
}

#footer .instagram-widget img,
#footer iframe {
  max-width: 100% !important;
}

#footer .footer-links-icons {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

#footer .footer-bottom {
  padding-top: 17px;
  padding-bottom: 17px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

@media (min-width: 768px) and (max-width: 991px) {
  #footer .footer-newsletter {
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: 28px;
  }

  #footer .custom-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "footer-contact footer-articles"
      "footer-instagram footer-facebook";
    gap: 30px 24px;
  }

  #footer .custom-footer__contact {
    grid-column: 1;
    grid-row: 1;
  }

  #footer .custom-footer__articles {
    grid-column: 2;
    grid-row: 1;
  }

  #footer .custom-footer__instagram {
    grid-column: 1;
    grid-row: 2;
  }

  #footer .custom-footer__facebook {
    grid-column: 2;
    grid-row: 2;
  }
}

@media (max-width: 767px) {
  html,
  body,
  #overall-wrapper {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  #content-wrapper,
  #content,
  .content-wrapper-in,
  .index-content-wrapper {
    max-width: 100%;
    min-width: 0;
  }

  .in-index.dbx-home-mounted .container--bannersBenefit {
    display: none !important;
  }

  .dbx-home-hero {
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 20px;
    background: #11171b;
    box-shadow: 0 14px 34px rgba(16, 20, 24, .16);
  }

  .dbx-home-hero__copy {
    padding: 26px 22px 21px;
    background:
      radial-gradient(circle at 100% 0, rgba(229, 57, 53, .13), transparent 35%),
      linear-gradient(145deg, #171d21 0%, #0f1417 100%);
  }

  .dbx-home-hero__eyebrow {
    position: relative;
    margin-bottom: 13px;
    padding: 0 0 0 18px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #ff625e;
    font-size: 8.5px;
    line-height: 1.4;
    letter-spacing: .14em;
  }

  .dbx-home-hero__eyebrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 11px;
    height: 2px;
    border-radius: 2px;
    background: var(--dbx-red);
    transform: translateY(-50%);
  }

  .dbx-home-hero h2 {
    max-width: 330px;
    margin-bottom: 13px;
    font-size: clamp(36px, 10.2vw, 43px);
    line-height: .97;
    letter-spacing: .01em;
  }

  .dbx-home-hero__lead {
    margin-bottom: 16px;
    color: #cbd2d7;
    font-size: 12.75px;
    line-height: 1.52;
  }

  .dbx-home-hero__actions {
    gap: 4px;
  }

  .dbx-home-hero .dbx-button--primary {
    min-height: 52px;
    border-radius: 12px;
    background: linear-gradient(180deg, #ef403b 0%, #d92f2b 100%);
    box-shadow: 0 10px 22px rgba(229, 57, 53, .23);
  }

  .dbx-home-hero .dbx-button--ghost {
    width: fit-content;
    min-height: 34px;
    margin: 3px auto 0;
    padding: 7px 4px 2px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #f4f6f7 !important;
    font-size: 12.5px;
    box-shadow: none;
  }

  .dbx-home-hero .dbx-button--ghost:hover {
    border: 0;
    background: transparent;
    color: #fff !important;
    transform: none;
  }

  .dbx-home-hero .dbx-button--ghost svg {
    width: 17px;
    height: 17px;
    color: #ff625e;
  }

  .dbx-home-hero__micro {
    margin-top: 12px;
    padding-top: 13px;
    gap: 6px;
    border-top: 1px solid rgba(255, 255, 255, .09);
    color: #bec6cb;
    font-size: 10px;
  }

  .dbx-home-hero__micro li::before {
    width: 16px;
    height: 16px;
    background: rgba(229, 57, 53, .16);
    color: #ff625e;
    font-size: 9px;
  }

  .dbx-home-hero__media {
    min-height: 188px;
    border-top: 1px solid rgba(255, 255, 255, .07);
  }

  .dbx-home-hero__media::after {
    background: linear-gradient(180deg, rgba(15, 20, 23, .2), transparent 38%);
  }

  .dbx-home-hero__media img {
    object-position: 76% center;
  }

  .dbx-home-hero__badge {
    right: 10px;
    bottom: 10px;
    padding: 9px 11px;
    gap: 8px;
    border-radius: 10px;
    font-size: 10px;
  }

  .dbx-home-hero__badge strong {
    font-size: 12px;
  }

  .dbx-home-hero__badge span:first-child {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    border-radius: 8px;
  }

  .dbx-home-hero__badge span:first-child svg {
    width: 18px;
    height: 18px;
  }

  .dbx-home-categories,
  .dbx-home-paths,
  .dbx-home-proof,
  .in-index.dbx-home-mounted .homepage-tabs-wrapper,
  .in-index.dbx-home-mounted .homepage-blog-wrapper,
  .dbx-home-seo {
    margin-bottom: 40px;
  }

  .dbx-section-head h2,
  .dbx-home-seo h2,
  .in-index.dbx-home-mounted .homepage-tabs .shp-tab-link,
  .in-index.dbx-home-mounted .homepage-blog-wrapper .homepage-group-title {
    font-size: 31px;
    line-height: 1;
  }

  .dbx-section-head > p {
    font-size: 12.5px;
    line-height: 1.55;
  }

  .dbx-home-advisor {
    margin-bottom: 40px;
    padding: 18px 16px 20px;
    gap: 10px;
  }

  .dbx-home-advisor__robot {
    height: 108px;
  }

  .dbx-home-advisor__robot img {
    width: 118px;
  }

  .dbx-home-advisor h2 {
    font-size: 31px;
  }

  .dbx-home-advisor__text {
    margin-bottom: 13px;
    font-size: 12.5px;
    line-height: 1.55;
  }

  .dbx-home-advisor__benefits {
    gap: 7px 12px;
    font-size: 10.5px;
  }

  .in-index.dbx-home-mounted .homepage-tabs-wrapper {
    overflow: hidden;
  }

  .in-index.dbx-home-mounted .products-block {
    width: 100% !important;
    max-width: 100%;
    margin: 0;
    padding: 0 0 14px;
    box-sizing: border-box;
    overscroll-behavior-x: contain;
  }

  .in-index.dbx-home-mounted .products-block > .product,
  .in-index.dbx-home-mounted .products-block > .product:nth-child(n + 5) {
    width: min(80vw, 286px) !important;
    min-width: min(80vw, 286px);
  }

  .in-index.dbx-home-mounted .product .p-in {
    min-height: 188px;
  }

  .dbx-path-card {
    min-height: 132px;
    padding: 14px;
    gap: 13px;
  }

  .dbx-home-gift {
    margin-bottom: 40px;
    padding: 28px 20px;
  }

  .dbx-home-gift h2 {
    font-size: 38px;
  }

  .dbx-proof-card {
    padding: 18px;
  }

  .dbx-proof-card__icon {
    margin-bottom: 12px;
  }

  .in-index.dbx-home-mounted .homepage-blog-wrapper .text {
    min-width: 0;
    padding: 15px;
  }

  .in-index.dbx-home-mounted .homepage-blog-wrapper .title {
    font-size: 14px;
    line-height: 1.4;
  }

  .in-index.dbx-home-mounted .homepage-blog-wrapper .read-article {
    display: block;
    padding-top: 11px;
  }

  #footer .footer-newsletter {
    padding: 30px 20px 28px;
    display: block;
    grid-template-areas: none;
  }

  #footer .newsletter-header {
    margin-bottom: 22px;
    width: 100% !important;
    text-align: left !important;
  }

  #footer .subscribe-form {
    width: 100% !important;
  }

  #footer .subscribe-form fieldset {
    display: block;
  }

  #footer .subscribe-form .smart-label-wrapper,
  #footer .subscribe-form .consents,
  #footer .subscribe-form .btn-primary {
    width: 100%;
    margin: 0 0 14px;
    display: block;
  }

  #footer .subscribe-form .consents .label {
    font-size: 10.5px !important;
  }

  #footer .footer-rows {
    padding: 0 20px 25px;
  }

  #footer .custom-footer {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "footer-contact"
      "footer-articles";
    gap: 0;
  }

  #footer .custom-footer > div {
    padding: 22px 0 !important;
    border-top: 1px solid rgba(255, 255, 255, .1);
  }

  #footer .custom-footer__instagram,
  #footer .custom-footer__facebook {
    display: none !important;
  }

  #footer .custom-footer__contact,
  #footer .custom-footer__articles {
    grid-column: 1;
    grid-row: auto;
  }

  #footer .custom-footer__articles ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 14px;
  }

  #footer .custom-footer__articles li {
    margin: 0;
    min-width: 0;
  }

  #footer .custom-footer__articles a {
    font-size: 11px;
    line-height: 1.35;
  }

  #footer .footer-links-icons {
    padding: 18px 20px;
  }

  #footer .footer-links {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 14px;
  }

  #footer .footer-link {
    margin: 0;
  }

  #footer .footer-link a,
  #footer .footer-bottom {
    font-size: 10.5px;
  }

  #footer .footer-bottom {
    padding: 15px 20px;
    display: block;
    text-align: center;
  }
}

/* V3.2: vlastná pätička – vizuál návrhu, funkčný formulár zostáva zo Shoptetu */
#footer[data-dbx-footer-built] {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-top: 0 !important;
  background: #0b0c0e !important;
  color: #b9c0c7 !important;
}

#footer[data-dbx-footer-built],
#footer[data-dbx-footer-built] * {
  box-sizing: border-box;
}

#footer[data-dbx-footer-built] .dbx-footer-newsletter {
  margin: 0;
  padding: 46px 0;
  background: #17171b !important;
}

#footer[data-dbx-footer-built] .dbx-footer-newsletter__inner,
#footer[data-dbx-footer-built] .dbx-footer-main__inner,
#footer[data-dbx-footer-built] .dbx-footer-bottom {
  width: min(calc(100% - 48px), var(--dbx-container));
  max-width: var(--dbx-container);
  margin-right: auto;
  margin-left: auto;
}

#footer[data-dbx-footer-built] .dbx-footer-newsletter__inner {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(540px, 1.15fr);
  align-items: center;
  gap: 56px;
}

#footer[data-dbx-footer-built] .dbx-footer-newsletter__copy h2 {
  margin: 0 0 10px;
  padding: 0;
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-size: clamp(25px, 2vw, 31px);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -.025em;
  text-transform: none;
}

#footer[data-dbx-footer-built] .dbx-footer-newsletter__copy p {
  margin: 0;
  color: #c3c8cf !important;
  font-size: 14px;
  line-height: 1.55;
}

#footer[data-dbx-footer-built] .dbx-footer-newsletter__form,
#footer[data-dbx-footer-built] .dbx-footer-form {
  width: 100% !important;
  min-width: 0;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  transform: none !important;
}

#footer[data-dbx-footer-built] .dbx-footer-form fieldset {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 176px;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 10px 14px;
  border: 0;
}

#footer[data-dbx-footer-built] .dbx-footer-form .smart-label-wrapper {
  grid-column: 1;
  grid-row: 1;
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0;
}

#footer[data-dbx-footer-built] .dbx-footer-form .form-control-wrapper {
  width: 100%;
  min-width: 0;
}

#footer[data-dbx-footer-built] .dbx-footer-form input[type="email"] {
  width: 100% !important;
  height: 58px;
  margin: 0;
  padding: 0 20px;
  border: 1px solid #e0e1e4;
  border-radius: 12px;
  background: #fff;
  color: var(--dbx-ink);
  font-size: 15px;
  line-height: 58px;
  box-shadow: none;
}

#footer[data-dbx-footer-built] .dbx-footer-form input[type="email"]::placeholder {
  color: #717780;
  opacity: 1;
}

#footer[data-dbx-footer-built] .dbx-footer-form .btn-primary {
  grid-column: 2;
  grid-row: 1;
  width: 176px;
  min-width: 176px;
  height: 58px;
  min-height: 58px;
  margin: 0 !important;
  padding: 0 18px;
  border: 1px solid var(--dbx-red) !important;
  border-radius: 12px;
  background: var(--dbx-red) !important;
  color: #fff !important;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  text-transform: none;
  box-shadow: 0 12px 24px rgba(229, 57, 53, .24);
}

#footer[data-dbx-footer-built] .dbx-footer-form .btn-primary:hover {
  border-color: #f04945 !important;
  background: #f04945 !important;
  color: #fff !important;
}

#footer[data-dbx-footer-built] .dbx-footer-form .consents {
  grid-column: 1 / -1;
  grid-row: 2;
  width: 100%;
  margin: 0 !important;
  padding: 0;
}

#footer[data-dbx-footer-built] .dbx-footer-form .consents .label {
  margin: 0;
  padding: 0;
  background: transparent !important;
  color: #8f979f !important;
  font-size: 10px !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
}

#footer[data-dbx-footer-built] .dbx-footer-form .consents a {
  color: #c8cdd2 !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#footer[data-dbx-footer-built] .dbx-footer-main {
  margin: 0;
  padding: 52px 0 0;
  background: #0b0c0e !important;
}

#footer[data-dbx-footer-built] .dbx-footer-main__inner {
  padding-bottom: 52px;
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) repeat(3, minmax(150px, .75fr));
  align-items: start;
  gap: 54px;
}

#footer[data-dbx-footer-built] .dbx-footer-brand,
#footer[data-dbx-footer-built] .dbx-footer-column {
  min-width: 0;
}

#footer[data-dbx-footer-built] .dbx-footer-brand__logo {
  width: 238px;
  max-width: 100%;
  margin: 0 0 18px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

#footer[data-dbx-footer-built] .dbx-footer-brand__logo img {
  width: 238px;
  max-width: 100%;
  height: auto;
  display: block;
}

#footer[data-dbx-footer-built] .dbx-footer-brand p {
  max-width: 330px;
  margin: 0 0 17px;
  color: #b9c0c7 !important;
  font-size: 13px;
  line-height: 1.55;
}

#footer[data-dbx-footer-built] .dbx-footer-brand > a:not(.dbx-footer-brand__logo) {
  width: fit-content;
  margin: 0 0 3px;
  display: block;
  color: #d8dde2 !important;
  font-size: 13px;
  line-height: 1.45;
  text-decoration: none;
}

#footer[data-dbx-footer-built] .dbx-footer-brand > .dbx-footer-brand__phone {
  color: #fff !important;
  font-weight: 800;
}

#footer[data-dbx-footer-built] .dbx-footer-column h3 {
  margin: 4px 0 19px;
  padding: 0;
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

#footer[data-dbx-footer-built] .dbx-footer-column a {
  width: fit-content;
  margin: 0 0 10px;
  display: block;
  color: #b9c0c7 !important;
  font-size: 13px;
  line-height: 1.4;
  text-decoration: none;
}

#footer[data-dbx-footer-built] .dbx-footer-column a:hover,
#footer[data-dbx-footer-built] .dbx-footer-brand > a:hover,
#footer[data-dbx-footer-built] .dbx-footer-bottom a:hover {
  color: #ff6864 !important;
}

#footer[data-dbx-footer-built] .dbx-footer-bottom {
  min-height: 70px;
  padding: 21px 0 25px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, .11);
  background: transparent !important;
  text-align: left;
}

#footer[data-dbx-footer-built] .dbx-footer-bottom p {
  margin: 0;
  color: #858e97 !important;
  font-size: 10.5px;
  line-height: 1.5;
}

#footer[data-dbx-footer-built] .dbx-footer-bottom p strong {
  color: #aeb5bc;
}

#footer[data-dbx-footer-built] .dbx-footer-bottom > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
}

#footer[data-dbx-footer-built] .dbx-footer-bottom a {
  color: #858e97 !important;
  font-size: 10.5px;
  line-height: 1.5;
  text-decoration: none;
}

@media (max-width: 991px) {
  #footer[data-dbx-footer-built] .dbx-footer-newsletter__inner {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  #footer[data-dbx-footer-built] .dbx-footer-main__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 44px;
  }

  #footer[data-dbx-footer-built] .dbx-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  #footer[data-dbx-footer-built] .dbx-footer-newsletter {
    padding: 34px 0;
  }

  #footer[data-dbx-footer-built] .dbx-footer-newsletter__inner,
  #footer[data-dbx-footer-built] .dbx-footer-main__inner,
  #footer[data-dbx-footer-built] .dbx-footer-bottom {
    width: calc(100% - 40px);
  }

  #footer[data-dbx-footer-built] .dbx-footer-newsletter__copy h2 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 1.25;
  }

  #footer[data-dbx-footer-built] .dbx-footer-newsletter__copy p {
    font-size: 12.5px;
  }

  #footer[data-dbx-footer-built] .dbx-footer-form fieldset {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    gap: 10px;
  }

  #footer[data-dbx-footer-built] .dbx-footer-form .smart-label-wrapper,
  #footer[data-dbx-footer-built] .dbx-footer-form .btn-primary,
  #footer[data-dbx-footer-built] .dbx-footer-form .consents {
    grid-column: 1;
    width: 100% !important;
  }

  #footer[data-dbx-footer-built] .dbx-footer-form .smart-label-wrapper {
    grid-row: 1;
  }

  #footer[data-dbx-footer-built] .dbx-footer-form .btn-primary {
    grid-row: 2;
    min-width: 0;
  }

  #footer[data-dbx-footer-built] .dbx-footer-form .consents {
    grid-row: 3;
    margin-top: 3px !important;
  }

  #footer[data-dbx-footer-built] .dbx-footer-main {
    padding-top: 40px;
  }

  #footer[data-dbx-footer-built] .dbx-footer-main__inner {
    padding-bottom: 38px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 24px;
  }

  #footer[data-dbx-footer-built] .dbx-footer-brand__logo,
  #footer[data-dbx-footer-built] .dbx-footer-brand__logo img {
    width: 190px;
  }

  #footer[data-dbx-footer-built] .dbx-footer-column h3 {
    margin-bottom: 15px;
  }

  #footer[data-dbx-footer-built] .dbx-footer-column a {
    margin-bottom: 9px;
    font-size: 12px;
  }

  #footer[data-dbx-footer-built] .dbx-footer-bottom {
    padding: 20px 0 24px;
    display: block !important;
    text-align: left;
  }

  #footer[data-dbx-footer-built] .dbx-footer-bottom > div {
    margin-top: 12px;
    justify-content: flex-start;
    gap: 7px 15px;
  }
}

@media (max-width: 420px) {
  #footer[data-dbx-footer-built] .dbx-footer-main__inner {
    grid-template-columns: 1fr;
    gap: 29px;
  }

  #footer[data-dbx-footer-built] .dbx-footer-brand {
    grid-column: 1;
  }
}

/* V3.3: predajnejšia darčeková výzva s reálnymi produktmi */
.dbx-home-gift {
  position: relative;
  min-height: 300px;
  padding: 38px clamp(30px, 4.8vw, 68px);
  grid-template-columns: minmax(0, 1fr) minmax(410px, .76fr);
  gap: clamp(30px, 4vw, 68px);
  isolation: isolate;
  background:
    radial-gradient(circle at 83% 42%, rgba(229, 57, 53, .48), transparent 29%),
    linear-gradient(112deg, #111519 0%, #1b2228 58%, #531b1b 100%);
}

.dbx-home-gift::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 63%, rgba(255, 255, 255, .025) 63% 63.15%, transparent 63.15%),
    radial-gradient(circle at 91% 18%, rgba(255, 255, 255, .1) 0 2px, transparent 3px),
    radial-gradient(circle at 70% 79%, rgba(255, 255, 255, .08) 0 2px, transparent 3px);
}

.dbx-home-gift__copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.dbx-home-gift__visual {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 0;
  min-height: 230px;
  margin: 0;
  display: block;
  color: inherit !important;
  text-decoration: none !important;
  perspective: 900px;
}

.dbx-home-gift__visual::before {
  content: "";
  position: absolute;
  inset: 17px 30px 4px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(229, 57, 53, .22), rgba(229, 57, 53, .04) 47%, transparent 70%);
  transform: rotate(-7deg);
}

.dbx-gift-product {
  position: absolute;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .86);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .3);
  transition: transform .28s ease, box-shadow .28s ease;
}

.dbx-gift-product img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #fff;
}

.dbx-gift-product--plane {
  z-index: 1;
  top: 30px;
  left: 0;
  width: 168px;
  height: 126px;
  transform: rotate(-8deg);
}

.dbx-gift-product--machine {
  z-index: 1;
  right: 0;
  bottom: 23px;
  width: 168px;
  height: 126px;
  transform: rotate(8deg);
}

.dbx-gift-product--main {
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 238px;
  height: 210px;
  transform: translate(-50%, -50%) rotate(-2deg);
  box-shadow: 0 24px 55px rgba(0, 0, 0, .38);
}

.dbx-gift-product--main img {
  height: 151px;
  padding: 4px 7px 0;
}

.dbx-gift-product__badge {
  position: absolute;
  z-index: 2;
  top: 11px;
  left: 11px;
  padding: 6px 9px;
  border-radius: 7px;
  background: var(--dbx-red);
  color: #fff;
  font-size: 9px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 7px 16px rgba(229, 57, 53, .28);
}

.dbx-gift-product__meta {
  height: 59px;
  padding: 9px 13px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #111519;
  color: #fff;
}

.dbx-gift-product__meta strong,
.dbx-gift-product__meta small {
  display: block;
}

.dbx-gift-product__meta strong {
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 800;
}

.dbx-gift-product__meta small {
  color: #cbd1d6;
  font-size: 9px;
  line-height: 1.3;
  font-weight: 600;
}

.dbx-home-gift__spark {
  position: absolute;
  z-index: 4;
  color: #fff;
  font-size: 23px;
  line-height: 1;
  text-shadow: 0 0 18px rgba(255, 255, 255, .7);
}

.dbx-home-gift__spark--one {
  top: 10px;
  right: 35px;
}

.dbx-home-gift__spark--two {
  bottom: 9px;
  left: 42px;
  color: #ff7773;
  font-size: 17px;
}

.dbx-home-gift__visual:hover .dbx-gift-product--main {
  transform: translate(-50%, -54%) rotate(-1deg);
  box-shadow: 0 28px 62px rgba(0, 0, 0, .43);
}

.dbx-home-gift__visual:hover .dbx-gift-product--plane {
  transform: translate(-4px, -3px) rotate(-10deg);
}

.dbx-home-gift__visual:hover .dbx-gift-product--machine {
  transform: translate(4px, -3px) rotate(10deg);
}

@media (max-width: 1199px) {
  .dbx-home-gift {
    grid-template-columns: minmax(0, 1fr) 370px;
    gap: 34px;
  }

  .dbx-gift-product--plane,
  .dbx-gift-product--machine {
    width: 145px;
    height: 109px;
  }

  .dbx-gift-product--main {
    width: 220px;
    height: 198px;
  }

  .dbx-gift-product--main img {
    height: 139px;
  }
}

@media (max-width: 991px) {
  .dbx-home-gift {
    padding: 35px 32px;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 24px;
  }

  .dbx-home-gift__visual {
    min-height: 210px;
  }

  .dbx-gift-product--plane,
  .dbx-gift-product--machine {
    width: 122px;
    height: 92px;
  }

  .dbx-gift-product--main {
    width: 195px;
    height: 180px;
  }

  .dbx-gift-product--main img {
    height: 125px;
  }

  .dbx-gift-product__meta {
    height: 55px;
  }
}

@media (max-width: 767px) {
  .dbx-home-gift {
    padding: 29px 20px 23px;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .dbx-home-gift h2 {
    font-size: 38px;
  }

  .dbx-home-gift__visual {
    min-height: 174px;
    margin-top: 3px;
    display: block;
  }

  .dbx-home-gift__visual::before {
    inset: 13px 34px 5px;
  }

  .dbx-gift-product--plane {
    top: 28px;
    left: 3px;
    width: 114px;
    height: 86px;
  }

  .dbx-gift-product--machine {
    right: 3px;
    bottom: 22px;
    width: 114px;
    height: 86px;
  }

  .dbx-gift-product--main {
    width: 184px;
    height: 164px;
  }

  .dbx-gift-product--main img {
    height: 111px;
  }

  .dbx-gift-product__meta {
    height: 53px;
    padding: 8px 11px;
  }

  .dbx-gift-product__meta strong {
    font-size: 10.5px;
  }

  .dbx-gift-product__meta small {
    font-size: 8px;
  }

  .dbx-gift-product__badge {
    top: 8px;
    left: 8px;
    padding: 5px 7px;
    font-size: 8px;
  }

  .dbx-home-gift__spark--one {
    right: 22px;
  }

  .dbx-home-gift__spark--two {
    left: 25px;
  }
}

@media (max-width: 380px) {
  .dbx-gift-product--plane,
  .dbx-gift-product--machine {
    width: 102px;
    height: 77px;
  }

  .dbx-gift-product--main {
    width: 168px;
    height: 154px;
  }

  .dbx-gift-product--main img {
    height: 103px;
  }

  .dbx-gift-product__meta {
    height: 51px;
  }
}

/* V3.11 – recenzie zákazníkov */
.dbx-home-reviews,
.dbx-home-reviews * {
  box-sizing: border-box;
}

.dbx-home-reviews {
  width: min(calc(100% - 36px), var(--dbx-container));
  max-width: var(--dbx-container);
  margin: 0 auto 65px;
}

.dbx-reviews-head {
  align-items: center;
}

.dbx-reviews-head__link {
  min-height: 46px;
  padding: 11px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--dbx-line);
  border-radius: 11px;
  background: #fff;
  color: var(--dbx-ink) !important;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(16, 20, 24, .06);
  transition: transform .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.dbx-reviews-head__link svg,
.dbx-reviews-summary > a svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dbx-reviews-head__link:hover {
  border-color: var(--dbx-red);
  color: var(--dbx-red) !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(16, 20, 24, .1);
}

.dbx-reviews-panel {
  padding: 17px;
  display: grid;
  grid-template-columns: minmax(260px, 310px) minmax(0, 1fr);
  gap: 17px;
  border: 1px solid var(--dbx-line);
  border-radius: var(--dbx-radius-lg);
  background: #f5f7f8;
  box-shadow: 0 16px 40px rgba(16, 20, 24, .07);
}

.dbx-reviews-summary {
  min-height: 224px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 17px;
  background:
    radial-gradient(circle at 100% 0, rgba(229, 57, 53, .22), transparent 42%),
    linear-gradient(145deg, #182026 0%, #0e1215 100%);
  color: #fff;
}

.dbx-reviews-summary__source {
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 10px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .04em;
}

.dbx-reviews-summary__source span {
  width: 19px;
  height: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #16a34a;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.dbx-reviews-summary > strong {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 800;
}

.dbx-reviews-summary > strong span {
  display: block;
  margin-bottom: 2px;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 54px;
  line-height: .9;
  letter-spacing: .02em;
}

.dbx-reviews-summary > p {
  margin: 13px 0 18px;
  color: #cbd2d7;
  font-size: 12px;
  line-height: 1.55;
}

.dbx-reviews-summary > a {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff !important;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 800;
  text-decoration: none !important;
}

.dbx-reviews-summary > a:hover {
  color: #ff6965 !important;
}

.dbx-review-cards {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}

.dbx-review-card {
  position: relative;
  min-width: 0;
  min-height: 224px;
  margin: 0;
  padding: 24px 21px 20px;
  display: flex;
  flex-direction: column;
  border: 1px solid #e1e5e8;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(16, 20, 24, .045);
}

.dbx-review-card::before {
  content: "“";
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: var(--dbx-red-soft);
  color: var(--dbx-red);
  font-family: Georgia, serif;
  font-size: 31px;
  line-height: 1;
  font-weight: 700;
}

.dbx-review-card__verified {
  position: absolute;
  top: 25px;
  right: 18px;
  color: #16803a;
  font-size: 9px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.dbx-review-card p {
  margin: 0 0 22px;
  color: var(--dbx-ink);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
}

.dbx-review-card footer {
  margin-top: auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 0;
  background: transparent;
  color: var(--dbx-muted);
}

.dbx-review-card footer strong,
.dbx-review-card footer span {
  color: inherit !important;
  font-size: 10px;
  line-height: 1.3;
}

.dbx-review-card footer strong {
  color: var(--dbx-ink) !important;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .dbx-reviews-panel {
    grid-template-columns: 1fr;
  }

  .dbx-reviews-summary {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .dbx-home-reviews {
    width: calc(100% - 24px);
    margin-bottom: 40px;
  }

  .dbx-reviews-head {
    display: block;
  }

  .dbx-reviews-head__link {
    width: 100%;
    margin-top: 15px;
  }

  .dbx-reviews-panel {
    padding: 11px;
    gap: 11px;
    border-radius: 18px;
  }

  .dbx-reviews-summary {
    min-height: 0;
    padding: 23px 21px;
    border-radius: 14px;
  }

  .dbx-reviews-summary > strong span {
    font-size: 48px;
  }

  .dbx-review-cards {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .dbx-review-card {
    min-height: 178px;
    padding: 19px 18px 17px;
  }

  .dbx-review-card::before {
    margin-bottom: 14px;
  }

  .dbx-review-card__verified {
    top: 20px;
    right: 16px;
  }
}

/* V3.10 – nový hero: celý široký banner bez výrezu */
@media (min-width: 1200px) {
  .dbx-home-hero {
    min-height: 0;
    aspect-ratio: 1348 / 536;
    display: block;
    isolation: isolate;
    background: #0f1316;
  }

  .dbx-home-hero__copy {
    position: relative;
    z-index: 2;
    width: 52%;
    height: 100%;
    min-height: 0;
    padding: clamp(32px, 3.3vw, 48px) clamp(38px, 4.2vw, 58px);
    justify-content: center;
    background: transparent;
  }

  .dbx-home-hero__eyebrow {
    margin-bottom: 13px;
  }

  .dbx-home-hero h2 {
    max-width: 590px;
    margin-bottom: 14px;
    font-size: clamp(45px, 4vw, 59px);
    line-height: .92;
  }

  .dbx-home-hero__lead {
    max-width: 560px;
    margin-bottom: 17px;
    font-size: clamp(14px, 1.15vw, 16px);
    line-height: 1.48;
  }

  .dbx-home-hero__micro {
    margin-top: 17px;
  }

  .dbx-home-hero__media {
    position: absolute;
    z-index: 0;
    inset: 0;
    min-height: 0;
    background: #0f1316;
  }

  .dbx-home-hero__media::after {
    z-index: 1;
    background:
      linear-gradient(90deg, rgba(13, 17, 20, .99) 0%, rgba(13, 17, 20, .94) 27%, rgba(13, 17, 20, .68) 43%, rgba(13, 17, 20, .17) 65%, rgba(13, 17, 20, 0) 79%),
      linear-gradient(0deg, rgba(8, 10, 12, .18), rgba(8, 10, 12, 0) 40%);
  }

  .dbx-home-hero__media img {
    object-fit: contain;
    object-position: center;
    transform: none;
  }

  .dbx-home-hero__media:hover img {
    transform: none;
  }

  .dbx-home-hero__badge {
    z-index: 3;
  }
}

/* Menší notebook a tablet: text a celý široký banner pod sebou */
@media (min-width: 768px) and (max-width: 1199px) {
  .dbx-home-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .dbx-home-hero__copy {
    min-height: 0;
    padding: 38px 42px 34px;
  }

  .dbx-home-hero__media {
    min-height: 0;
    aspect-ratio: 1348 / 536;
    background: #0f1316;
  }

  .dbx-home-hero__media::after {
    background: linear-gradient(180deg, rgba(15, 19, 22, .18), transparent 34%);
  }

  .dbx-home-hero__media img {
    object-fit: contain;
    object-position: center;
  }
}

@media (max-width: 767px) {
  .dbx-home-hero__media {
    min-height: 0;
    aspect-ratio: 1348 / 536;
    overflow: visible;
    background: #0f1316;
  }

  .dbx-home-hero__media::after {
    background: linear-gradient(180deg, rgba(15, 20, 23, .14), transparent 32%);
  }

  .dbx-home-hero__media img {
    object-fit: contain;
    object-position: center;
  }

  .dbx-home-hero__badge {
    right: 8px;
    bottom: 8px;
    max-width: 215px;
    padding: 7px 9px;
  }

  .dbx-home-hero__badge span:last-child {
    display: block;
    font-size: 0;
    line-height: 1;
  }

  .dbx-home-hero__badge span:last-child strong {
    font-size: 11px;
    line-height: 1.15;
  }

  .dbx-home-hero__badge span:first-child {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
