/* ============================================================
   BENEFIT BOX - homepage sekce s výhodami pod hlavním bannerem
   ============================================================ */

.benefitBanner.position--benefitHomepage,
.benefitBanner.position--benefitHomepage:not(.container) {
  --padding-sides: 600px;
  --width-benefit: calc(100% + (2 * 600px));
  background-color: #F4EBE4 !important;
  margin-left: -600px !important;
  margin-right: -600px !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  padding-left: 600px !important;
  padding-right: 600px !important;
  width: var(--width-benefit) !important;
  max-width: var(--width-benefit) !important;
  border-radius: 0 !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 15px !important;
  box-sizing: border-box !important;
  align-items: stretch !important;
  margin-top: 0 !important;
}

.benefitBanner.position--benefitHomepage .benefitBanner__item {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  background: rgba(255,255,255,0.45) !important;
  border: 1px solid rgba(255,255,255,0.7) !important;
  border-radius: 16px !important;
  padding: 12px 14px !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 12px !important;
  box-shadow: none !important;
  backdrop-filter: blur(2px) !important;
  box-sizing: border-box !important;
  text-align: left !important;
}

.benefitBanner.position--benefitHomepage .benefitBanner__picture {
  flex: 0 0 44px !important;
  width: 44px !important;
  height: 44px !important;
  background: #fff !important;
  border-radius: 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 5px !important;
  box-sizing: border-box !important;
}

.benefitBanner.position--benefitHomepage .benefitBanner__img {
  width: 34px !important;
  height: 34px !important;
  object-fit: contain !important;
  display: block !important;
}

.benefitBanner.position--benefitHomepage .benefitBanner__content {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 3px !important;
  margin-top: 2px !important;
}

.benefitBanner.position--benefitHomepage .benefitBanner__title {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
  line-height: 1.3 !important;
  display: block !important;
  margin: 0 !important;
  word-break: normal !important;
}

.benefitBanner.position--benefitHomepage .benefitBanner__data {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #7E7067 !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  .benefitBanner.position--benefitHomepage,
  .benefitBanner.position--benefitHomepage:not(.container) {
    flex-wrap: wrap !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    gap: 10px !important;
  }
  .benefitBanner.position--benefitHomepage .benefitBanner__item {
    flex: 1 1 calc(50% - 10px) !important;
  }
}

@media screen and (max-width: 480px) {
  .benefitBanner.position--benefitHomepage .benefitBanner__item {
    flex: 1 1 100% !important;
  }
}

.position--benefitHomepage {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.content-wrapper-in > .benefitBanner,
main > .benefitBanner {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* ============================================================
   TOP LIŠTA - horní informační pruh s dopravou zdarma
   ============================================================ */

.dklab-delivery-box.dopravaInfo {
  background-color: #E3916C !important;
  color: #fff !important;
}
.dklab-delivery-box.dopravaInfo p,
.dklab-delivery-box.dopravaInfo span {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.dklab-delivery-box.dopravaInfo .dklabdelicon-full-delivery-truck {
  display: none !important;
}
.dklab-delivery-box.dopravaInfo p::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('/user/documents/upload/Redesign ikony/Doprava.png');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 6px;
}

/* ============================================================
   NAVIGAČNÍ BAR - druhá lišta s telefonem, měnou a jazykem
   ============================================================ */
@media (min-width: 768px) {
  .top-navigation-bar {
    background-color: #E7E9EC !important;
    height: 60px !important;
    display: flex !important;
    align-items: center !important;
  }

  .top-navigation-bar,
  .top-navigation-bar a,
  .top-navigation-bar span,
  .top-navigation-bar p {
    color: #2F2F2F !important;
    font-size: 14px !important;
    font-weight: 400 !important;
  }
}

/* Ikony zůstávají globálně — nezasahují do layoutu */
.top-navigation-contacts .project-phone::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('/user/documents/upload/Redesign ikony/image 3.png');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 6px;
}

.languagesMenu__header--actual::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 4px;
}

.languagesMenu__box[data-target="currency"] .languagesMenu__header--actual::before {
  background-image: url('/user/documents/upload/Redesign ikony/image 4 (1).png');
}

.languagesMenu__box[data-target="language"] .languagesMenu__header--actual::before {
  background-image: url('/user/documents/upload/Redesign ikony/image 4.png');
}
/* ============================================================
   HLAVNÍ BANNER - jeden banner přes celou šířku homepage
   ============================================================ */

.row.banners-row {
    display: none;
}

.next-to-carousel-banners .col2,
.next-to-carousel-banners .col3 {
    display: none;
}

.wide-carousel + .next-to-carousel-banners,
.no-carousel .next-to-carousel-banners {
    margin-top: 0 !important;
}

.next-to-carousel-banners {
    display: flex;
    justify-content: center;
    padding: 0;              /* ← bylo 24px 24px */
    margin-top: 0;
    box-sizing: border-box;
}

.next-to-carousel-banners .col1 {
    width: 100%;
    max-width: 100%;         /* ← bylo 1400px */
    flex: 0 0 100%;
}

.next-to-carousel-banners .col1 img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;        /* ← bylo 12px, full-width nemá smysl zaoblovat */
}

@media (max-width: 768px) {
    .next-to-carousel-banners {
        padding: 0 !important;   /* ← bylo 8px */
    }
    .next-to-carousel-banners .col1 {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }
}
/* ============================================================
   BLOG SEKCE - homepage
   ============================================================ */

.homepage-blog-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 24px !important;
    justify-content: center !important;
    padding: 0 24px !important;
}

.homepage-blog-wrapper .homepage-group-title {
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 16px !important;
}

.homepage-blog-wrapper .news-item {
    position: relative !important;
    flex: 1 1 calc(33% - 24px) !important;
    max-width: calc(33% - 24px) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: transparent !important;
    display: flex !important;
    flex-direction: column !important;
}

.homepage-blog-wrapper .news-item a {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    text-decoration: none !important;
    border-radius: 12px !important;
    overflow: hidden !important;
}

.homepage-blog-wrapper .news-item .image {
    position: static !important;
    width: 100% !important;
    height: 200px !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
}

.homepage-blog-wrapper .news-item .image img {
    position: static !important;
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
    display: block !important;
}

.homepage-blog-wrapper .news-item .text,
.homepage-blog-wrapper .news-item .image + .text {
    position: static !important;
    width: 100% !important;
    right: auto !important;
    bottom: auto !important;
    padding: 16px !important;
    background: rgb(242, 240, 239) !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

.homepage-blog-wrapper .news-item:hover .text,
.homepage-blog-wrapper .news-item:hover .image + .text {
    background: rgb(242, 240, 239) !important;
}

.homepage-blog-wrapper .news-item .text .title {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    line-height: 1.4 !important;
    display: block !important;
    text-decoration: none !important;
}

.homepage-blog-wrapper .news-item .text .description,
.homepage-blog-wrapper .news-item .text .read-article {
    display: none !important;
}

.homepage-blog-wrapper .news-item .text .description {
    display: block !important;
    font-size: 13px !important;
    color: #7E7067 !important;
    line-height: 1.5 !important;
    margin-top: 8px !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.homepage-blog-wrapper .news-item .text {
    display: flex !important;
    flex-direction: column !important;
}

.homepage-blog-wrapper .news-item .text .title {
    order: 1 !important;
}

.homepage-blog-wrapper .news-item .text .description {
    order: 2 !important;
}

@media (max-width: 768px) {
    .homepage-blog-wrapper .news-item {
        flex: 1 1 100% !important;
        max-width: 100% !important;
    }
}

/* ============================================================
   FAQ SEKCE - produktové stránky
   ============================================================ */

#custom-faq-section .faq-container {
    max-width: 890px;
    margin: 0 auto 60px auto;
}
#custom-faq-section .faq-title {
    font-family: 'Poppins', sans-serif;
    font-size: 33px;
    color: #E3916C;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 400;
}
#custom-faq-section .faq-item {
    margin-bottom: 16px;
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    transition: all 0.3s ease;
}
#custom-faq-section .faq-item:hover {
    border-color: #E3916C;
}
#custom-faq-section .faq-question {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    padding: 20px 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    user-select: none;
}
#custom-faq-section .faq-question:hover,
#custom-faq-section .faq-question.active {
    background-color: #F4EBE4;
}
#custom-faq-section .faq-question.active {
    color: #E3916C;
}
#custom-faq-section .faq-icon {
    font-size: 24px;
    color: #E3916C;
    transition: transform 0.3s ease;
}
#custom-faq-section .faq-question.active .faq-icon {
    transform: rotate(45deg);
}
#custom-faq-section .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background-color: #fff;
}
#custom-faq-section .faq-answer.active {
    max-height: 2000px;
    padding: 0 24px 24px 24px;
}
#custom-faq-section .faq-answer p {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 12px;
}
#custom-faq-section .faq-answer strong {
    color: #E3916C;
    font-weight: 700;
}
#custom-faq-section .faq-answer ul {
    margin: 12px 0;
    padding-left: 24px;
}
#custom-faq-section .faq-answer li {
    margin-bottom: 8px;
    line-height: 1.6;
}
