/* ŠTÍTEK - TIP u produktu */
.flag.flag-tip {
  background-color: #59bd9c;
  border-radius: 0 20px 20px 0;
}

/* DOPRAVA ZDARAM - u produktu */
@media (max-width: 360px) {
  .produkt_doprava_zdarma {
    text-align: center;
  }
}

/* Home page - Nejoblíbenější kategorie */
.footer-banners.row.banner-wrapper .footer-banner:nth-child(1) .kategorie .kategorie-polozka {
  width: calc(50% - 20px);
  min-height: 350px;
  align-items: flex-end;
}

.footer-banners.row.banner-wrapper .footer-banner:nth-child(1) .kategorie .kategorie-polozka img {
  width: 50%;
  margin: 0 auto;
}

.footer-banners.row.banner-wrapper .footer-banner:nth-child(1) .kategorie .kategorie-polozka h3 {
  width: 100%;
  font-size: 1.8em;
  background-color: rgba(255, 255, 255, 0.7);
  min-height: 50px;
  line-height: 50px;
  position: relative;
  border-radius: 0 0 20px 20px;
  margin: 0px;
}

.footer-banners.row.banner-wrapper .footer-banner:nth-child(6) .kategorie .kategorie-polozka {
  width: calc(25% - 20px);
  min-height: 350px;
  align-items: flex-end;
}

.footer-banners.row.banner-wrapper .footer-banner:nth-child(6) .kategorie .kategorie-polozka img {
  width: 50%;
  margin: 0 auto;
}

.footer-banners.row.banner-wrapper .footer-banner:nth-child(6) .kategorie .kategorie-polozka h3 {
  width: 100%;
  font-size: 1.8em;
  background-color: rgba(255, 255, 255, 0.7);
  min-height: 50px;
  line-height: 50px;
  position: relative;
  border-radius: 0 0 20px 20px;
  margin: 0px;
}

@media (max-width: 990px) {

  .footer-banners.row.banner-wrapper .footer-banner:nth-child(6) .kategorie .kategorie-polozka {
    width: calc(50% - 20px);
  }
}

@media (max-width: 767px) {
  .footer-banners.row.banner-wrapper .footer-banner:nth-child(1) .kategorie .kategorie-polozka {
    width: calc(100% - 20px);
  }

  .footer-banners.row.banner-wrapper .footer-banner:nth-child(6) .kategorie .kategorie-polozka {
    width: calc(100% - 20px);
  }
}


/* Home page - nastavení margin-top u nadpisu H4 */
h4.homepage-group-title,
.h4.homepage-group-title {
  margin-top: 0;
}

/* Home page - skrytí obrázku "chlap s dárkem" v banneru */
.homepage-box.before-carousel {
  background-image: none;
  background-color: #fff;
}

/* Home page - úprava zobrazení IG příspěvků 2x2 na mobilu */
/*
@media screen and (max-width: 992px) {
	.dklab_instagram_widget_box {
		width: 50% !important;
		min-width: 50% !important;
		max-width: 50% !important;
		display: none !important;
	}
}*/

/* Home page - změna řazení BLOG článků */
#newsWrapper {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.in-blog .news-item {
  align-items: center;
}

.in-index .news-item {
  border-radius: 15px;
  background-color: white;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  width: calc(23%);
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  margin: 0px 0px 20px;
  flex-direction: column;
}

@media (max-width: 1050px) {
  .in-index .news-item {
    width: calc(40%);
  }
}

@media (max-width: 660px) {
  .in-index .news-item {
    width: calc(90%);
  }
}

.in-index #titulka-blog {
  display: flex;
  justify-content: center;
}

#titulka-blog .news-item .image {
  width: 100%;
}

#titulka-blog .news-item .image img {
  border-radius: 15px 15px 0 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

#titulka-blog .news-item .text {
  display: flex;
  flex-direction: column;
  justify-content: inherit;
  align-items: center;
}

#titulka-blog .news-item .text .title {
  font-family: "sofia-pro-soft", sans-serif !important;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

#titulka-blog .news-item .text .description {
  font-family: "sofia-pro-soft", sans-serif !important;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.5;
  opacity: 0.5;
  text-align: center;
}

@media (max-width: 660px) {
  .news-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .news-item {
    width: 80%;
  }
}

@media (max-width: 767px) {
  #titulka-blog .news-item .text .description {
    font-size: 16px;
  }
}

@media (max-width: 990px) {
  .blog-titulka {
    width: 100%;
  }
}

/* Hlavní menu - změna barevnosti */
.top-navigation-bar a {
  color: rgba(32, 58, 143, 0.3);
}

.top-navigation-bar {
  border-bottom-color: rgba(32, 58, 143, 0.3);
  opacity: 1;
}

/* Produkt - skrytí detailu */
.extended-description {}

/* Kariéra - zobrazení počtu inzerátů */
/*
li.top-navigation-menu-item-2085::before{
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  background-color: red;
  border-radius: 20px;
  left: 75px;
  z-index: 2000;
  top: 20px;
  font-size: 1em;
}
*/
#titulka-blog-popisek {
  width: 100%;
  text-align: center;
}

#titulka-blog-popisek .sipka {
  background: #555c6e;
  color: #fff;
  padding: 2xp;
  margin-left: 25px;
}

.banner,
.banner-wrapper,
.banner-category,
.carousel-inner {
  color: #555c6e;
}

.kategorie-polozka.hrnky {
  background-image: url("/user/documents/upload/obrazky/titulka/hrnek3.jpg");
  background-repeat: space;
  background-position: center;
}

.kategorie-polozka.sklenice {
  background-image: url("/user/documents/upload/obrazky/titulka/sklenice3.jpg");
  background-repeat: space;
  background-position: center;
}

.kategorie-polozka.dekorace {
  background-image: url("/user/documents/upload/obrazky/titulka/dekorace.jpg");
  background-repeat: space;
  background-position: center;
}

.kategorie-polozka.prani {
  background-image: url("/user/documents/upload/obrazky/titulka/prani3.jpg");
  background-repeat: space;
  background-position: center;
}

.kategorie-polozka.svatek {
  background-image: url("/user/documents/upload/obrazky/titulka/svatek.jpg");
  background-repeat: space;
  background-position: center;
  background-size: cover;
}

.kategorie-polozka.narozeniny {
  background-image: url("/user/documents/upload/obrazky/titulka/narozeniny.jpg");
  background-repeat: space;
  background-position: center;
  background-size: cover;
}

.kategorie-polozka.svatba {
  background-image: url("/user/documents/upload/obrazky/titulka/svatba.jpg");
  background-repeat: space;
  background-position: center;
  background-size: cover;
}

.kategorie-polozka.dite {
  background-image: url("/user/documents/upload/obrazky/titulka/dite.jpg");
  background-repeat: space;
  background-position: center;
  background-size: cover;
}
.kategorie-polozka.matky {
  background-image: url("/user/documents/upload/obrazky/titulka/den-matiek.jpg");
  background-repeat: space;
  background-position: center;
  background-size: cover;
}

.footer-banners.row.banner-wrapper .footer-banner:nth-child(1) .kategorie .kategorie-polozka:hover {
  box-shadow: none;
  opacity: 0.7;
}

.footer-banners.row.banner-wrapper .footer-banner:nth-child(6) .kategorie .kategorie-polozka:hover {
  box-shadow: none;
  opacity: 0.7;
}

/* Wrapper pro tlačítko + vyhledávání vedle sebe */
.banner-actions-wrap {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 20px;
}
/* Srovnání výšky */
.breadcrumbs-wrapper .btn.obly.prechod.sipka.scroll-produkty,
.banner-search-input-wrap {
  height: 46px;
  margin: 0px;
}
/* Tlačítko Zobraziť produkty — oranžové místo šedého */
.breadcrumbs-wrapper .btn.obly.prechod.sipka.scroll-produkty {
  background-image: linear-gradient(to right, #e87722, #cf6510);
    display: inline-flex;
  align-items: center;
}

/* Banner search - moderní styl */
.banner-actions-wrap {
  display: flex;
  align-items: center;  /* vertikální zarovnání na střed */
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.banner-search-wrap {
  margin: 0;
}

.banner-search-input-wrap {
  display: flex;
  gap: 0;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
  background: #fff;
  height: 46px;  /* stejná výška jako .btn */
}

.banner-search-input {
  flex: 1;
  padding: 0 22px;
  border: none;
  font-size: 15px;
  background: transparent;
  outline: none;
  color: #333;
  min-width: 280px;
  height: 100%;
}

.banner-search-input::placeholder {
  color: #be8484;
  opacity: 0.8;
}

.banner-search-btn {
  padding: 0 24px;
  background: #e87722;
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0 50px 50px 0;
  transition: background 0.2s, transform 0.1s;
  white-space: nowrap;
  height: 100%;
}

.banner-search-btn:hover {
  background: #cf6510;
}

.banner-search-btn:active {
  transform: scale(0.97);
}

@media (max-width: 768px) {
  .banner-actions-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .banner-search-wrap {
    width: 100%;
  }

  .banner-search-input-wrap {
    width: 100%;
    height: 46px;
  }

  .banner-search-input {
    min-width: 0;
    width: 100%;
  }

  .breadcrumbs-wrapper .btn.obly.prechod.sipka.scroll-produkty {
    width: 100%;
    justify-content: center;
  }
}