<style>
.type-detail .p-thumbnails-inner #wrap {
	display: grid;
	grid-template-columns: 1fr !important;
	gap: 1rem;
}

.type-detail .p-image-wrapper .flags-extra {
	width: max-content;

	position: absolute;
	left: 0;
	right: auto;
}

@media (min-width: 480px) {
	.news-item {
		border-bottom: 0;
		background-color: #cbb193;
		display: flex;
		margin-bottom: 64px;
		padding-bottom: 0;
	}
}

@media (min-width: 768px) {
	.type-detail .p-thumbnails-inner #wrap:nth-of-type(1),
	.type-detail .p-thumbnails-inner #wrap:nth-of-type(n+4) { display: none; }
	.type-detail .cloud-zoom-loading { display: none; }
}

.products-related-header.products-header {
  background-color: #cbb193;
  padding: 60px 40px 0px 40px; /* padding nahoře */
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.2;
  margin: 20px auto 0 auto; /* přidaná horní mezera */

  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
}



.type-index .carousel-inner .item .extended-banner-texts .extended-banner-link {
    background-color: #f2c94c;



[class*=" icon-"]:after,
[class^="icon-"]:after {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: shoptet-shadows !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    margin-left: -1em;
    opacity: 0.3;       /* můžeš změnit na 1 pro plnou černou */
    color: #000000;     /* černá */
    text-transform: none;
}

@keyframes pulseIcon {
    0%, 100% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.15);
    }
}

</style>

<!-- AOS CSS (styly animací) -->
<link href="https://cdn.jsdelivr.net/npm/aos@2.3.4/dist/aos.css" rel="stylesheet">

