.flags-extra {
	position: unset;
	margin-bottom: -70px;
	z-index: 2;
}
.flags-extra .flag {
	margin-left: 0;

}
#product-detail-form div.availability-value {
	display: none;
}

a.star {
	visibility: collapse;
}

.in-party-hry .p-detail-inner {
	position: relative;
}
.in-party-hry .p-detail-inner::before {
	content: '';
	background-image: url(/user/documents/upload/img/product/sada/party-hry/m-party-product-background.jpg);
	position: absolute;
	left: -50%;
	right: 0;
	width: 200vw;
	height: 100%;
	background-repeat: no-repeat;
	z-index: 0;
	background-size: cover;
}

.in-party-hry .p-detail-inner-header h1 {
	color: white;
	position: relative;
}

/* Soubor na hodnocení */

.star-on::before {
	content: none !important;
	display: none !important;
}

.star-on::after {
	content: url("/user/documents/upload/img/product/sada/rating_star_on.svg");
	visibility: visible;
}

/*.in-party-hry .star-on::after {
	content: url("/user/documents/upload/img/product/sada/party-hry/star_full.svg");
	visibility: visible;
}*/

.star-off::before {
	content: none !important;
	display: none !important;
}

.star-off::after {
	content: url("/user/documents/upload/img/product/sada/rating_star_or.svg");
	visibility: visible;
}


.star-half::before {
	content: none !important;
	display: none !important;
}

.star-half::after {
	content: url("/user/documents/upload/img/product/sada/rating_star_half.svg");
	visibility: visible;
}

/*.in-party-hry .star-half::after {
	content: url("/user/documents/upload/img/product/sada/party-hry/star-half.svg");
	visibility: visible;
}
*/

.stars-label {
	color: #242424;
	text-decoration: underline;
}

.in-party-hry .stars-label {
	color: white !important;
}

.stars-wrapper::before {
	content: none !important;
	display: none !important;
}

.latest-contribution-box {
	display: none;
}

@media only screen and (min-width: 768px) {
  .stars-wrapper {
    display: none;
  }
}


/*    Do souboru na rozmístění a pořadí produktového displeje   */

.row.product-top {
	display: flex;
	flex-direction: column;

}

.row.product-top div.p-image-wrapper {
	order: 1;
}

div:has(.p-detail-info) {
	order: 2;
}

.row.product-top div.p-info-wrapper {
	order: 3;
	display: flex;
	flex-direction: column;

}

.row.product-top div.p-image-wrapper .p-short-description {
	order: 1;
}

.in-party-hry .p-short-description p {
	color: white !important;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 25.5px;
}

.row.product-top .p-info-wrapper .p-gifts-wrapper {
	order: 2;
}

.row.product-top .p-info-wrapper .p-final-price-wrapper {
	order: 3;
}

.row.product-top .p-info-wrapper .add-to-cart {
	order: 4;
}

@media only screen and (min-width: 768px) {
	.row.product-top .p-info-wrapper .add-to-cart {
		max-width: 324px;
	}

	.row.product-top {
		flex-direction: row;
	}

	.row.product-top div:has(.p-detail-info) {
    		display: none;
  	}

}


/* Soubor na breadkrumpy  */
@media (min-width: 992px) {
	.breadcrumbs {
		border-bottom-color: #222222;
	}
}
.breadcrumbs-wrapper {
	background-color: #222222;
}

.breadcrumbs-wrapper {
	position: relative;
}

.breadcrumbs-wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 200vw;
	height: 100%;
	background-color: #222222;
	z-index: -1;
	margin: auto;
	margin-left: -50%;
}

.breadcrumbs {
	background: #222222;
	display: block;
	visibility: visible;
	color: white;
	padding-top: 3px;
	padding-bottom: 3px;
}

.breadcrumbs a {
	color: white;
	text-decoration: underline;

}

.breadcrumbs a::hover {
	opacity: 0.75;
}

@media (min-width: 992px) {
	.breadcrumbs>span>a, .breadcrumbs>span>span {
		display: block;
		padding: 8px 8px;
	}
}

.breadcrumbs span {
	align-self: center;
	justify-self: center;
	vertical-align:middle;
	font-size: 13px;
	line-height: 0;
	padding-right: 3px;
}

#navigation-first a span {
	content: url("/user/documents/upload/img/global/home.svg");
}

.navigation-bullet {
	display: inline !important;
	visibility: collapse;
}
.navigation-bullet::after {
	display: inline !important;
	visibility: visible;
	color: #B6B6B6;
	content: '>';
}

@media only screen and (min-width: 768px) {
	.breadcrumbs span a{
		display: inline;
		text-decoration: none;
	}

	.breadcrumbs span a::before, .breadcrumbs span a::after {
		display: none;
		content: none;
	}

	.breadcrumbs span a, .breadcrumbs span span {
		display: inline;
	}
}

/* Do souboru na search  */
.search-invisible {
	display: none;
}

.search-invisible.search-visible {
	display: block;
}


/* Do souboru na flagy */

.flags-default {
	display: none;
}

.flag-discount {
	background-color: transparent !important;
}

.flag-discount .price-standard {
	display: none;
	color: black;
}

.flag-discount .price-save {
	bottom: 75px;
	width: 89px;
	height: 67px;
	right: 67px;
	color: white;
	background: url(/user/documents/upload/img/homepage/fire.svg);
	background-size: 53%;
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-left: 12px;
	font-size: 10px !important;
}
.products-block .p > a::before, .products-block .img > a::before {
	padding-top: 0 !important;
}
.p a.image {
	display: flex !important;
	flex-direction: column;
}

.p a.image img {
	order: 2;
}

.p a.image .flags-extra {
	order: 1;
}
.p-in-in a.image {
	display: flex !important;
	flex-direction: column;
}

.p-in-in a.image img {
	order: 2;
}

.p-in-in a.image .flags-extra {
	order: 1;
}

#product-detail-form .flag-discount {
	display: none;
}

.category-content-wrapper .flag-discount .price-save {
	right: 240px !important;
	bottom: 130px !important;
}

.flag-discount .price-save::after {
	content: " AKCE";
	color: #fff;
	padding-left: 0px;
	display: flex;
	flex-direction: column;
}


/* Do nějakého globalu */
.overall-wrapper {
	overflow: hidden;
}

.homepage-box.welcome-wrapper {
	display: none;
}

/* Do souboru na social-wrapper */
.social-buttons-wrapper {
	display: none !important;
}

/* Do souboru na možnosti doručení */
a.shipping-options {
	display: none;
}

/* Do souboru na tlačítko na detailní informace */

p[data-testid="productCardDescr"] {
	display: none;
}

/* Do souboru na popis produktu */

.shp-tabs-wrapper.p-detail-tabs-wrapper {
	display: none;
}

/* Do souboru na spodní bannery (kontakty) */

.footer-banner-title {
	color: var(--color-content-secondary);
	font-weight: bold;
	font-size: 20px;
}

.footer-banner-link {
	color: var(--color-content-secondary) !important;
	font-weight: 500 !important;
	font-size: 15px !important;
}

/* Do souboru na spodní bannery (Newsletter) */
#formNewsletterWidget input[type=email] {
	padding-top: 23px;
	padding-bottom: 23px;
	border-radius: 7.67px;
	border-color: var(--color-content-secondary);
}

#formNewsletterWidget input[type=email]::placeholder {
	color: var(--color-content-secondary);
	opacity: 0.5;
	font-weight: 500;
	font-size: 13px;
}


#formNewsletterWidget button[type=submit] {
	background: var(--color-brand-secondary);
	border: none;
	border-radius: 7px;
	margin: 2%;
}

.in-party-hry #formNewsletterWidget button[type=submit] {
	background: var(--color-party-hry-gradient-secondary);
}

#formNewsletterWidget button[type=submit]::before {
	content: "";
}

#formNewsletterWidget button[type=submit]::after {
	content: "ODEBÍRAT";
	font-weight: 600;
	font-size: 14px;
}

.banner {
        min-height: 0 !important;
	margin-bottom: 0;
}

/* Do souboru na List Bannerů */
.benefitBanner {
	display: flex;
	flex-direction: column;
	align-items: center;
}


/*  Do souboru na kategorie  */
.category-top {
	display: none;
}

#category-header {
	display: none;
}

#filters-wrapper {
	display: none;
}

#products .product {
	border-color: transparent;
}

#products .product .ratings-wrapper {
	display: none;
}

#products .product .availability {
	display: none;
}

#products .product button.add-to-cart-button {
	background-color: var(--color-brand-secondary);
	border: none;
	border-radius: 5px;
	display: block;
	width: 100%;
	margin: 5% 0;

}

#products .product button.add-to-cart-button::before {
	display: none;
}

#products .product button.add-to-cart-button::after {
	position: relative;
	left: 25px;
	top: 5px;
	content: url(/user/documents/upload/img/product/sada/OrderSadaButtonIcon.svg);
}

#products .product .prices .price-final {
	text-align: center;
	margin: 5% 0;
	display: flex;
	flex-direction: column-reverse;
}

#products .product .p-bottom div {
	align-items: stretch;
	flex-direction: column;
}

.price-final {
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 767px) {
	.products-block.products .p .price span {
		color: #242424;
		font-size: 12px;
		font-style: normal;
		font-weight: 700;
		line-height: 13.569px; /* 113.075% */
		text-decoration-line: line-through;
	}
	.products-block.products .p .price strong {
		color: #42AD00;
		font-size: 18px;
		font-style: normal;
		font-weight: 900;
		line-height: 110%; /* 19.8px */
	}
	#products .product .p-bottom .prices  {
		align-items: center;
		justify-content: center;
		display: flex;
	}
	#products .product .prices .price-final {
		gap: 10px;
		flex-direction: row;
		align-items: center;
	}
	#products .product .prices .price-final span {
		color: #FF676A;
		font-size: 11.308px;
		font-style: normal;
		font-weight: 700;
		text-decoration-line: line-through;
	}
	.price-final {
		flex-direction: row;
		justify-content: space-between;
		display: flex;
		align-items: center;
	 }
}

@media only screen and (min-width: 767px) {
	.price .price-final strong {
		color: #42AD00;
		font-size: 18px;
		font-style: normal;
		font-weight: 900;
		line-height: 110%; /* 19.8px */
	}
	.price .price-final span {
		color: #242424;
		font-size: 12px;
		font-style: normal;
		font-weight: 700;
		line-height: 13.569px;
		text-decoration-line: line-through;
	}
	.price-final {
		display: flex;
		flex-direction: column-reverse;
		margin-bottom: 5px;
	}
}
@media only screen and (min-width: 767px) {
	.price-final .price-final-holder {
		color: #0ED037;
		font-size: 24px !important;
		font-style: normal;
		font-weight: 900;
		display: flex;
	}
	.price-final .price-final-holder::before {
		content: "";
	}
	.price-final strong {
		font-style: normal;
		width: 100%;
		display: flex;
		color: #42AD00;
		text-align: center;
		font-size: 24px;
		font-style: normal;
		font-weight: 900;
		line-height: 28.8px;
	}
	.price-final strong::before {
		content: "Nová cena: ";
		text-decoration: none;
		color: #42AD00;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 16px;
		text-align: left;
		display: inline-flex;
		justify-content: flex-start;
		align-items: center;
		flex: 1;
	}
	.price-final span {
		color: #242424;
		font-size: 14px !important;
		font-style: normal;
		font-weight: 400;
		line-height: 16px;
		width: 100%;
		text-align: right;
		display: block;
	}
	.price-final span::before {
		content: "Původní cena: ";
		text-decoration: none;
		color: #242424;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 16px;
		text-align: left;
		justify-content: flex-start;
		align-items: center;
		flex: 1;
		top: 15px;
		position: relative;
		display: inline-block;
		width: 100%;
	}
}



.category-content-wrapper .pagination-wrapper {
	display: none;
}

#products .product .p-in-in .name span {
	color: var(--color-content-secondary);
	font-size: 24px;
	font-weight: 900;
}

.p-desc {
	color: var(--color-content-secondary);
	font-size: 14px;
	font-weight: 500;

	text-align: center;
	order: -1 !important;
}


/*  Do souboru na HP   */

#products-1 {

}

#products-1 .product {
	width: 46%;
	background-color: white;
	border-radius: 13px;
	margin: 2%;
}
@media (min-width: 767px) {
	#products-1 .product {
		background: #FFF;
		box-shadow: none;
		border: 1px solid #D9D9D9;
	}
}
@media (max-width: 767px) {
	#products-1 .product {
		background: #FFF;
		box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
		border: 0 solid #D9D9D9;
	}
}

#products-1 .product .p-tools {
	display: none;
}

#products-1 .product .p-desc {
	display: none;
}

#products-1 .product .ratings-wrapper {
	display: none;
}
