.row {
margin-left: -15px !important;
margin-right: -15px !important;
}
.before-carousel.homepage-box .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* ===== SEKCE KATEGORIÍ – carousel ===== */

.category-section {
  padding: 48px 0;
}

/* hlavička: nadpis + šipky */
.cat-carousel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}
.category-section__title {
  font-weight: 600;
  font-size: 2rem;
  margin: 0;
  text-align: left;
}
.cat-carousel__nav {
  display: flex;
  gap: 8px;
  flex: 0 0 auto;
}
.cat-carousel__btn {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0,0,0,.2);
  background: #fff;
  color: #111;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, opacity .2s ease;
}
.cat-carousel__btn:hover { background: #f2f2f2; }
.cat-carousel__btn:disabled { opacity: .3; cursor: default; }

/* ---- carousel ---- */
.cat-carousel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.cat-carousel::-webkit-scrollbar { display: none; }

/* ---- karta ---- */
.cat-card {
  flex: 0 0 260px;
  aspect-ratio: 3 / 4;
  scroll-snap-align: start;
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  background: #1a1a1a;
}
.cat-card__img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
  transition: transform .4s ease;
}
.cat-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 45%);
  pointer-events: none;
}
.cat-card:hover .cat-card__img { transform: scale(1.04); }

.cat-card__label,
.cat-card__arrow {
  position: absolute;
  bottom: 14px;
  z-index: 2;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  line-height: 1;
}
.cat-card__label { left: 18px; font-size: .95rem; }
.cat-card__arrow { right: 18px; font-size: 1.4rem; }

@media (max-width: 767px) {
  /* nadpis a šipky pod sebe, ne vedle sebe */
  .cat-carousel__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .category-section__title {
    font-size: 1.4rem;
    line-height: 1.25;      /* ⬅️ dost místa pro zalomení, žádné překrývání */
    white-space: normal;
    margin: 0;
  }

  .cat-carousel { gap: 12px; }
  .cat-card { flex: 0 0 180px; }
  .cat-carousel__btn { width: 34px; height: 34px; font-size: 1.1rem; }
}

/* ===== WRAPPERY – vytažení sekce z banner slotu na plnou šířku ===== */

.banners-row .col-sm-8:has(#carousel),
.banners-row .col-sm-4:has(.category-section) {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

.next-to-carousel-banners:has(.category-section) {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 100px;
    box-sizing: border-box;
}

.next-to-carousel-banners:has(.category-section) .normal-banners-line,
.next-to-carousel-banners:has(.category-section) .banner-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.banner-wrapper:has(.category-section) > span {
    display: block;
    width: 100%;
}


/* ===== RESPONSIVITA ===== */

@media (max-width: 767px) {
  .next-to-carousel-banners:has(.category-section) {
    padding: 0 20px;
  }
  .category-section__title { font-size: 1.5rem; }
  .cat-carousel { gap: 12px; }
  .cat-card { flex: 0 0 180px; }
  .cat-carousel__btn { width: 34px; height: 34px; font-size: 1.1rem; }
}

/* ---- vzhled pruhu ---- */

/* ===== BENEFIT BANNER – vzhled (všechny pozice) ===== */
.benefitBanner {
    background-color: #efefef;
    border-top: 1.5px solid grey;
    border-bottom: 1.5px solid grey;
}

/* grid + rozložení buněk – platí pro homepage, kategorii i produkt */
.benefitBanner.position--benefitHomepage,
.benefitBanner.position--benefitCategory,
.benefitBanner.position--benefitProduct {
    margin: 0 0 25px 0 !important;
    padding: 30px 100px !important;
    box-sizing: border-box !important;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 40px !important;
    align-items: start;
}

/* full-width breakout na VŠECH pozicích */
.benefitBanner.position--benefitHomepage,
.benefitBanner.position--benefitCategory,
.benefitBanner.position--benefitProduct {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

/* ===== vnitřek buňky – společné pro všechny pozice ===== */
.benefitBanner__item {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    gap: 14px !important;
}
.benefitBanner__picture {
    flex: 0 0 auto !important;
    margin: 0 !important;
}
.benefitBanner__img {
    width: auto !important;
    max-width: none !important;
}
.benefitBanner__content {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: none !important;
}

/* ===== responsivita – všechny pozice ===== */
@media (max-width: 991px) {
    .benefitBanner.position--benefitHomepage,
    .benefitBanner.position--benefitCategory,
    .benefitBanner.position--benefitProduct {
        grid-template-columns: repeat(2, 1fr) !important;
        padding: 24px 30px !important;
        gap: 30px !important;
    }
}
@media (max-width: 575px) {
    .benefitBanner.position--benefitHomepage,
    .benefitBanner.position--benefitCategory,
    .benefitBanner.position--benefitProduct {
        grid-template-columns: 1fr !important;
        padding: 20px 20px !important;
        gap: 20px !important;
    }
}

/* ===== O NÁS – základ (desktop 70/30) ===== */
.about-section {
  display: flex;
  align-items: stretch;          /* oba sloupce stejně vysoké */
  /* full-width breakout z .container */
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.about-section__media { flex: 0 0 70%; max-width: 70%; position: relative; overflow: hidden; }
.about-section__panel { flex: 0 0 30%; max-width: 30%; }

/* fotka */
.about-section__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* černý panel */
.about-section__panel {
  background: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 40px;
  box-sizing: border-box;
  text-align: right;
}

/* logo nahoře vpravo */
.about-section__logo {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 24px;
  max-width: 70px;
  margin-left: auto;
}
.about-section__logo img { display: block; height: 64px; width: auto; }

/* obsah svisle vycentrovaný */
.about-section__body {
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.about-section__title {
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.about-section__text {
  font-size: .9rem;
  line-height: 1.6;
  opacity: .8;
  margin: 0 0 12px;
  max-width: 320px;
}

/* tlačítko */
.about-section__btn {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: 200px;
  padding: 12px 20px;
  background: #1a1a1a;
  border: 1px solid rgba(255,255,255,.25);
  color: #fff;
  text-decoration: none;
  font-size: .9rem;
  transition: background .25s ease, border-color .25s ease;
}
.about-section__btn:hover { background: #2a2a2a; border-color: rgba(255,255,255,.5); }
.about-section__btn-arrow { font-size: 1rem; }


/* ===== Tablet a níž (≤1199): složit pod sebe, na střed ===== */
@media (max-width: 1199px) {
  .about-section { flex-direction: column; }

  .about-section__media,
  .about-section__panel {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }
  .about-section__media { height: 340px; }

  .about-section__panel {
    padding: 36px 24px;
    text-align: center;
  }
  .about-section__logo {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;        /* vycentruje logo, ne doprava */
  }
  .about-section__body { align-items: center; }
  .about-section__text { max-width: 460px; }
}


/* ===== Mobil (≤768): jen černý panel, fotka pryč ===== */
@media (max-width: 768px) {
  .about-section__media { display: none; }
  .about-section__panel { padding: 40px 24px; }
}


/* ===== Malý mobil (≤480): jemné doladění ===== */
@media (max-width: 480px) {
  .about-section__panel { padding: 32px 20px; }
  .about-section__title { font-size: 2rem; }
  .about-section__btn   { min-width: 180px; }
}
</style>

<style>
.newsletter {
margin-bottom: 0;
}
.promo-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
      width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    align-items: stretch;    
}
.promo-tile {
  display: block;
  overflow: hidden;
}
.promo-tile img {
width: 100% !important;
  height: auto !important;     /* celý obrázek, nic se neořízne */
  display: block;
  transition: transform .5s ease;
}
.promo-tile:hover img {
transform: scale(1.03);
}

.promo-tile:hover,
.promo-tile:hover img,
.promo-tile a:hover {
    opacity: 1 !important;
    filter: none !important;
}


/* mobil: pod sebe */
@media (max-width: 768px) {
  .promo-tiles {
grid-template-columns: 1fr;
width: 100%;

}
}
.homepage-blog-wrapper {
display: none;
}
.products-block.products .product .flags.flags-extra .flag {
border-radius: 0 !important;
background-color: #2F2727 !important;
}
.products-block.products .product .flags.flags-extra .flag span {
color: white !important;
}

#dklab_instagram_widget_heading > span.logo {
display: none;
}

.quantity input {
border-radius: 0px;
}

.product-top .add-to-cart button.add-to-cart-button {
border-radius: 0px !important;
}

.product-top .detail-parameters td select {
border-radius: 0 !important;
}

.type-detail .p-thumbnails-wrapper .p-thumbnails-inner a {
border-radius: 0 !important;
}

.cart-content .next-step .btn {
border-radius: 0 !important;
}

.slick-slider .slick-arrow {
border-radius: 0;
}

.subcategories.with-image li a {
border-radius: 0;
}

.products-inline.products .product .p {
border-radius: 0;
}

.type-index .newsletter {
max-width: 100%;
}