.breadcrumb a {
	text-decoration: underline;
}

.block-pp-cmsblog-search .form-control {
    max-width: 14rem;
    padding: 8px 8px 8px 36px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.block-pp-cmsblog-search .search-results {
    list-style: none;
    padding: 0;
    margin: 0;
}
.block-pp-cmsblog-search .search-item {
    margin: 5px 0;
}
.block-pp-cmsblog-search a.search-link {
    /*color: #007bff !important;
    text-decoration: none;*/
}
.block-pp-cmsblog-search .search-link:hover {
    text-decoration: underline;
}
.block-pp-cmsblog-search .block-content {
  position: relative;
}
.block-pp-cmsblog-search .block-content span.search {
  position: absolute;
  z-index: 1;
  left: 0.5rem;
  top: 0.6rem;
}
.block-pp-cmsblog-search .block-content #blog-search-results {
  box-shadow: 0 0 1rem 0.5rem rgba(0, 0, 0, .1);
  overflow: auto;
  max-height: 50vh;
  position: absolute;
  top: 2.9rem;
  z-index: 9;
}
.block-pp-cmsblog-search .block-content #blog-search-results ul {
  background: white;
  padding: 8px;
  margin: 0;
}
.block-pp-cmsblog-search .block-content #blog-search-results ul li {
	font-size: 0.9rem;
	padding: 0.4rem 0;
}

.block-pp-cmsblog-search #blog-search-results.hidden,
.block-pp-cmsblog-search #blog-search-results .hidden {
    display: none;
}
.block-pp-cmsblog-search #blog-search-results.visible,
.block-pp-cmsblog-search #blog-search-results .visible {
    display: block;
}

.block-pp-cmsblog-search #blog-search-results ul.list-unstyled {
    /*margin: 0;
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;*/
}

.block-pp-cmsblog-tags li.active a {
  font-weight: bold;
  letter-spacing: -0.04rem;
}




#module-pp_cmsblog-list #left-column .links,
#module-pp_cmsblog-cms #left-column .links {
  display: none;
}


#module-pp_cmsblog-list .post-tags {
  display: flex;
  flex-wrap: wrap;
}

#content-wrapper #cmsblog-detail .card-body h2,
#content-wrapper #cmsblog-detail .card-body h3,
#content-wrapper #cmsblog-detail .card-body h4,
#content-wrapper #cmsblog-detail .card-body .h2,
#content-wrapper #cmsblog-detail .card-body .h3,
#content-wrapper #cmsblog-detail .card-body .h4 {
  margin-top: 2.5rem !important;
  margin-bottom: 0.5rem !important;
}

#content-wrapper #cmsblog-detail .card-body ul,
#content-wrapper #cmsblog-detail .card-body ol,
#content-wrapper #cmsblog-detail .card-body up {
  margin-bottom: 1rem !important;
}
#content-wrapper #cmsblog-detail .card-body ul {
  list-style: none; /* Odstraní výchozí odrážky */
  margin-bottom: 1rem !important;
}

#content-wrapper #cmsblog-detail .card-body ul li {
  position: relative;
  padding-left: 1.5rem !important; /* Prostor pro čtvereček */
}

#content-wrapper #cmsblog-detail .card-body p {
  /*font-size: inherit !important;*/
  line-height: 1.4rem !important;
  margin-bottom: 2rem !important;
}
#content-wrapper #cmsblog-detail .card-body img {
	max-width: 100% !important;
	height: auto !important;
}

#content-wrapper #cmsblog-detail .card-body ul li:before {
  content: '\25A0'; /* Unicode pro čtvereček */
  /*color: #f5a506;*/
  position: absolute;
  left: 0;
  top:0;
  font-size: 1.0rem; /* Zvětšení čtverečku */
  line-height: 1.1rem;
  text-shadow: 1px 1px 2px rgba(0, 0,0, 0.1); /* Slabý stín 1–2 px níže */
}
#content-wrapper #cmsblog-detail .card-body ul li {
  line-height: 1.46rem !important;
  margin: 0.5rem 0.5rem !important;
}
#content-wrapper #cmsblog-detail .card-body a {
  /*color: #000;
  color: #f7a707;
  text-decoration: underline;*/
  white-space: wrap;
}



@media (min-width: 768px) {
.block-pp-cmsblog-search .block-content #blog-search-results ul li {
	font-size: 0.8rem;
	padding: 0.3rem 0;
}
#cmsblog-home .h3,
#cmsblog-home .h4,
#cmsblog-list .h3,
#cmsblog-list .h4 {
  font-size: 1.0rem;
}
#left-column .h3,
#left-column .h4 {
  font-size: 0.9rem;
}
}



.pp_cmsblog .image-container{
  background: #fff;
  text-align: center;
}

.pp_cmsblog .image-container {
  height: 7rem; 
  overflow: hidden;
  margin-bottom: 1rem;
}
#cmsblog-home.pp_cmsblog .image-container {
  height: 10rem;
}
#left-column .pp_cmsblog .image-container {
  height: auto;
  margin-bottom: -1rem;
}
.pp_cmsblog .image-container img {
  width: inherit;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  margin: auto;
}
#cmsblog-detail .image-container {
  height: auto;
  /*overflow: hidden;*/
  margin-bottom: 1rem;
}
#cmsblog-detail .image-container img {
  width: auto;
  height: auto;
  object-fit: cover; /* Klíčový řádek */
  object-position: center; /* Vizuálně ořízne obrázek od středu */
}


#cmsblog-home.pp_cmsblog article,
#cmsblog-left.pp_cmsblog article,
#cmsblog-list.pp_cmsblog article {
  padding: 1rem 1rem 4rem 1rem;
  position: relative;
}
.pp_cmsblog article h3,
.pp_cmsblog article p.h3 {
  text-transform: none;
  /*height: 2.7vw;*/
  line-height: 1.1rem;
  margin: 0;
  margin-bottom: 0.5rem;
  text-align: center;
}
.pp_cmsblog article h3 a,
.pp_cmsblog article .h3 a {
  /*color: #000;
  font-size: 1.1rem;*/
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}
.pp_cmsblog article .card-body {
  /*height: 7.7vw;
  overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  padding: 1rem 0 0;
  margin-bottom: 0.5rem;
}
.pp_cmsblog article .card-body p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin-top: 1rem;
}

.pp_cmsblog article .card-footer {
  font-size: 0.8rem;
  display: flex;
  padding: 1rem 0;
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
}
.pp_cmsblog article .card-footer .btn {
  margin-right: 0.5rem;
}
.pp_cmsblog article .card-footer .post-meta {
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}
.pp_cmsblog article .card-footer .post-date {
	margin-right: 1rem;
}
#cmsblog-detail .post-views {
  color: #5a5a5a;
  display: flex;
  font-size: 0.7rem;
  margin: 0 0 1rem 0;
  line-height: 2;
}
.pp_cmsblog article .card-footer .post-date + i + span {
  display: block;
  line-height: 1.8;
  margin: 0 0 0 0.2rem;
}
#cmsblog-detail .post-views .post-date  {
	margin-right: 1rem;
}
#cmsblog-detail .post-views .post-tags {
  margin: 0 0 0 1rem;
}
.pp_cmsblog .btn,
.pp_cmsblog .btn:hover {
  color: inherit;
  padding: 0;
  border: none;
  background: transparent;
  font-weight: 300;
  text-decoration: underline;
  text-decoration: underline;
  text-transform: inherit;
}

.pp_cmsblog .btn.h4 {
  color: inherit;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0;
  border: none;
  background: transparent;
  text-decoration: underline;
  text-transform: inherit;
  margin: 1rem 1rem 2rem 1rem;
}


#cmsblog-home {
    margin-bottom: 3.5rem;
}
#cmsblog-home h2 {
  font-size: 1.8rem;
  margin: 2.5rem 0 1.5rem 0;
    margin-top: 2.5rem;
  font-weight: 500;
  text-align: center;
  text-transform: none !important;
}
#cmsblog-home #cmsbloghomeurl, 
#cmsblog-list h1 {
  text-align: center;
}
#cmsblog-list nav {
  text-align: center;
  margin: 2rem auto;
}
#cmsblog-list nav .pagination {
  width: auto;
}


#cmsblog-detail.card {
  background: #f8f8f8;
  /*padding: 3rem 2rem;*/
  margin: 1rem 0 4rem 0;
}
@media (min-width: 768px) {
	#cmsblog-detail.card {
	  padding: 3rem 2rem;
	}
}
#cmsblog-detail .card-footer {
  padding: .75rem 1.25rem;
  background-color: #fff;
  border-top: 1px solid rgba(0,0,0,.125);
}
#cmsblog-detail .post-perex,
#cmsblog-detail .image-container,
#cmsblog-detail .card-body,
#cmsblog-detail .card-footer {
  margin-bottom: 2rem;
}
#cmsblog-detail .card-footer {
  padding: 1rem 0;
  margin-top: 5rem;
}
#cmsblog-detail .post-perex p {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  /*font-style: italic;*/
}
#cmsblog-detail h1 {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  text-transform: none !important;
  margin: 1rem auto;
  text-align: center;
}
#cmsblog-detail .card-footer h2 {
  margin: 1rem auto;
  text-align: center;
}
#cmsblog-detail .card-footer .products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2rem auto 0 auto;
}
#cmsblog-detail .card-footer .js-product.product.col-12 {
  /*width: 220px;*/
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  text-align: center;
  min-width: 210px;
}
#cmsblog-detail .card-footer .js-product.product.col-12 .js-product.product {
  float: none;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
#cmsblog-detail .card-footer .js-product.product.col-12 .product-miniature .thumbnail-container {
  margin-bottom: 1.563rem;
}

#cmsblog-left .wrapper,
#cmsblog-list.flex .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


#cmsblog-left .wrapper article {
  width: 100%;
  margin-bottom: 1rem;
}
#cmsblog-list.flex .row .col-12 {
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-bottom: 1rem;
}





@media (min-width: 376px) {
#cmsblog-detail .card-footer .js-product.product.col-12 {
  width: calc(100% / 2);
}
}

@media (min-width: 416px) {
#cmsblog-list.flex .row .col-12 {
  width: calc(100% / 2);
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-bottom: 1rem;
}
.pp_cmsblog article .card-footer {
  flex-wrap: wrap;
}
}


@media (min-width: 576px) {
#cmsblog-list.flex .row .col-12 {
  width: calc(100% / 2);
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-bottom: 1rem;
}
#cmsblog-detail .card-footer .js-product.product.col-12 {
  width: calc(100% / 3);
}
}


@media (min-width: 768px) {
#cmsblog-left .wrapper article {
  width: 100%;
  margin-bottom: 1rem;
}
#cmsblog-list.flex .row .col-12 {
  width: calc(100% / 2);
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-bottom: 1rem;
}
#cmsblog-detail .card-footer .js-product.product.col-12 {
  width: calc(100% / 4);
}
}

@media (min-width: 1200px) {
#cmsblog-left .wrapper article {
  width: 100%;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
#cmsblog-list.flex .row .col-12 {
  width: calc(100% / 3);
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-bottom: 1rem;
}
#cmsblog-detail .card-footer .js-product.product.col-12 {
  width: calc(100% / 3);
}
}

#left-column section.pp_cmsblog {
  margin-bottom: 0rem;
  padding: 1rem;
}
#left-column .pp_cmsblog article .card-footer {
  position: inherit;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
#cmsblog-left .wrapper article {
  width: calc(100% / 2 - 30px);
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: inherit;
}
#cmsblog-left article .card-footer {
  left: 0;
  right: 0;
}
#left-column .pp_cmsblog .image-container {
  height: auto;
  overflow: inherit;
  width: 40%;
}
#left-column .pp_cmsblog article .card-body {
  height: inherit;
  overflow: inherit;
  text-overflow: inherit;
  margin-bottom: 0.5rem;
  width: 55% !important;
  margin-left: auto;
  flex: inherit;
}
#left-column .pp_cmsblog article .card-body p.h3 {
  margin-left: 0;
}
.pp_cmsblog article .card-body p.h3 {
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-align: left;
  margin-top: 0;
  margin-left: 1rem;
}
#left-column .pp_cmsblog article .card-body p.card-text {
  display: none;
  margin: 1rem;
}
.pp_cmsblog article .card-footer {
  font-size: 0.8rem;
  /*display: flex;
  padding: 0.5rem 0 0 0;
  width: 100%;*/
}

}
@media (max-width: 467px) {
  #cmsblog-left .wrapper article {
    width: 100%;
    margin-right: 0;
  }
  #left-column .pp_cmsblog article .card-body p.card-text {
    display: none;
  }
}


/***** OLSEN STYLE *******/
/*
#cmsblog-home h2 {
  color: #000;
  font-size: 2rem;
  font-weight: 100 !important;
  text-align: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative;
  text-transform: initial !important;
  text-transform: none !important;
  margin-top: 2rem !important;
  margin-bottom: 0.8rem !important;
}
#cmsblog-home h2::after {
  border: 1px solid #f7a707;
  width: 150px;
  content: "";
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#cmsblog-home.pp_cmsblog .btn.h4 {
  color: #f7a707;
  font-size: 0.8rem !important;
  font-weight: 500;
  padding: 0;
  border: none;
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  margin: 1rem 1rem 2rem 1rem;
}
#cmsblog-home.pp_cmsblog article {
  padding: 0;
  position: relative;
  box-shadow: none;
  transition: all .2s ease-in-out 0s;
}
#cmsblog-home.pp_cmsblog article:hover {
  transform: scale(1.04);
  margin: -0.2rem -0.2rem -0.2rem -0.2rem;
  box-shadow: 0 0 1rem 0.5rem rgba(0, 0, 0, .1);
}
#cmsblog-home.pp_cmsblog .image-container {
  height: auto;
  position: relative;
  margin: 0;
}
#cmsblog-home.pp_cmsblog .image-container a::before {
  border: 1px solid #f4a406;
  content: "";
  position: absolute;
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  transition: all .5s ease-in-out 0s;
  z-index: 2;
}
#cmsblog-home.pp_cmsblog .image-container img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  margin: auto;
}
#cmsblog-home.pp_cmsblog article .card-body {
  background: #f2f2f2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  height: 4rem;
  margin: 0;
}
#cmsblog-home.pp_cmsblog article .card-body h3 a {
  color: #000;
}
#cmsblog-home.pp_cmsblog article .card-body p,
#cmsblog-home.pp_cmsblog article .card-footer {
  display: none;
}
*/


/* Zacílení na odkaz s konkrétní adresou blogu */
#module-pp_cmsblog-cms .breadcrumb li a[href*="/blog"] span {
    font-size: 0; /* Schová původní text */
}

/* Vložení nového textu */
#module-pp_cmsblog-cms .breadcrumb li a[href*="/blog"] span::after {
    content: "Blog - novinky";
    font-size: 1rem; /* Nastavte podle vaší původní velikosti písma */
    visibility: visible;
}

/* Skryje původní text u odkazu i prostého textu v breadcrumbu pro blog */
#module-pp_cmsblog-list .breadcrumb li a[href*="/blog"] span,
#module-pp_cmsblog-list .breadcrumb li:nth-child(2) span {
    font-size: 0 !important;
}

/* Vloží nový text "Blog - novinky" */
#module-pp_cmsblog-list .breadcrumb li a[href*="/blog"] span::after,
#module-pp_cmsblog-list .breadcrumb li:nth-child(2) span::after {
    content: "Blog - novinky";
    font-size: 14px; /* Upravte podle vaší šablony */
    visibility: visible;
}


 #cmsblog-left.pp_cmsblog article {
  padding: 1rem 1rem 0 1rem;
}


/* Na desktopu schováme vše pomocné */
.read-more-overlay { display: none; }

@media (max-width: 767px) {
	#left-column {
	  padding-right: 0 !important;
	}
    .mobile-read-more-wrapper {
		background: #f2f2f2;
        position: relative;
        max-height: 260px; /* Výška v zavřeném stavu */
        overflow: hidden;
        transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
		margin: 0 -15px;
		margin-bottom: 2rem;
		padding: 1rem;
    }

    .mobile-read-more-wrapper.is-expanded {
        max-height: 2500px; /* Dostatečná výška pro celý obsah */
    }

    .read-more-overlay {
        /* Jemný přechod do ztracena */
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		border-bottom: solid 1px rgba(0,0,0,0.1);
        display: flex;
        align-items: flex-end;
        justify-content: center;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100px;
        padding-bottom: 10px;
        z-index: 10;
        cursor: pointer;
    }

    /* Po rozbalení odstraníme stín, aby nepřekážel v textu */
    .mobile-read-more-wrapper.is-expanded .read-more-overlay {
        position: static;
        height: auto;
        background: none;
        padding-top: 15px;
    }

	.toggle-read-more {
		font-size: 14px;
		color: #000;
		display: flex;
		align-items: center;
		gap: 5px;
		text-decoration: none;
		border: solid 1px lightgray;
		padding: 0.2rem 0.5rem;
		border-radius: 0.3rem;
		background: white;
		text-transform: uppercase;
		/*font-weight: bold;*/
		margin: 0 0 -1rem 0;
	}

    /* Otočení šipky při rozbalení */
    .mobile-read-more-wrapper.is-expanded .toggle-read-more i {
        transform: rotate(180deg);
    }
	.list-unstyled.tag-list  {
	  display: flex;
	  flex-wrap: wrap;
	}
	.list-unstyled.tag-list li {
		font-size: 1.1rem;
		white-space: nowrap;
		margin-right: 0.8rem;
	  }
	  
	  
	#wrapper .breadcrumb {
	  padding: 0;
	  background: 0 0;
	  margin: 0.5rem 0 1rem 0;
	}
	#wrapper .breadcrumb li:first-child a span::before {
	  margin-left: 0 !important;
	}
	  
	#left-column section.pp_cmsblog {
	  background: transparent;
	  margin-bottom: 0rem;
	  padding: 0 !important;
	}
	#left-column section.block-pp-cmsblog-search  {
	  margin-bottom: 1rem !important;
	}
	#left-column #cmsblog-left.pp_cmsblog.container > .h3 {
	  display: none !important;
	}
	#left-column .pp_cmsblog article .card-footer {
	  width: 100%;
	}
	#left-column .pp_cmsblog article .card-footer .btn,
	.pp_cmsblog article .card-footer .btn {
	  margin-right: 0.5rem;
	  max-width: 30%;
	}
	#subcategories {
	  display: block !important;
	}
	#subcategories ul li {
	  width: calc(100%/2 - 20px);
	  min-width: inherit;
	  margin: 10px;
	  text-align: center;
	  display: flex;
	  height: auto;
	  text-align: left !important;
	  padding: 0;
	  align-items: center;
	}
	#subcategories ul li p {
	  margin: 0;
	  display: contents;
	}
	#subcategories ul li a.img {
	  display: block;
	  max-height: 3rem;
	  width: auto;
	  margin-right: 0.8rem;
	}
	#subcategories ul li img {
	  max-width: 120px;
	  height: 3rem !important;
	  margin-bottom: 0 !important;
	}
	.products-selection .sort-by-row .btn-unstyle.select-title:before {
	  content: "pořadí: ";
	}
	#js-product-list-footer .card {
	  border: none !important;
	}
}
.pp_cmsblog .image-container img, 
#content-wrapper #cmsblog-detail .card-body img {
  border-radius: 1rem;
}

#module-pp_cmsblog-list #tags_block_left,
#module-pp_cmsblog-cms #tags_block_left {
	display: none !important;
}

#left-column section.pp_cmsblog .tag-list li {
	display: inline;
}
#left-column section.pp_cmsblog .tag-list li a {
  font-size: 0.8rem;
  white-space: nowrap;
}
#left-column section.pp_cmsblog .tag-list li a i {
  font-size: 1.1rem;
}
#left-column section.pp_cmsblog .h1, 
#left-column section.pp_cmsblog .h2, 
#left-column section.pp_cmsblog .h3, 
#left-column section.pp_cmsblog .h4{
  font-size: inherit;
}