body.type-product p{
	color:var(--master-color_black);
}
/* layout */
body.type-product div.p-image-wrapper{
	width:65%;
	display: flex;
	flex-wrap:wrap;
}
body.type-product div.p-info-wrapper{
	width:35%;
}
body.type-product div.p-image{
	width:100%;
}
body.type-product div.p-thumbnails-wrapper{
	width:100%;
}
/* breakcrumbs */
.breadcrumbs{
	border:unset;
	border-color:#ffffff !important;
	padding:10px 0;
}
.breadcrumbs, .breadcrumbs a{
	color:var(--master-grey-dark);
	font-weight:bold;
}
.breadcrumbs>span>a:before{
	content:unset !important;
}
.type-product div.breadcrumbs span[itemprop="name"]{
	max-width: 250px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.breadcrumbs>span>a:after{
	background-image: url(/user/documents/upload/grafika/ikonky/right-arrow.png);
	background-size: 10px 10px;
	display: inline-block;
    width: 10px !important;
    height: 10px !important;
    position: absolute;
    right: -5px !important;
    background-color:unset !important;
    transform: unset !important;
    bottom:15px !important;
}
.breadcrumbs #navigation-first a{
	padding-left:0;
}
@media screen and (max-width: 991px){
	.breadcrumbs{
		overflow: overlay;
		display:flex;
		padding-top:0
	 }
	.breadcrumbs>span>a{
		display:flex;
		flex-direction: row;
		align-items:center;
	}
	.breadcrumbs>span>a:after{
		position:unset;
		content:"";
		margin-left:5px;
		margin-right:5px;
	}
}
@media screen and (max-width: 767px){
	.type-product .container.breadcrumbs-wrapper{
		padding:0 15px
	}
}
/* image wrapper */
body.type-product div.p-image div.flags{
	display:none;
}
body.type-product div.p-image-wrapper .p-image img{
	border-radius:5px
}
/* label */
body.type-product div.p-image-wrapper div.flags{
	display:none;
}

/* =============================== */
/* NEW TEXT WRAPPER LAYOUT        */
/* =============================== */

/* ------------------------------ */
/* INFO WRAPPER + TITLE          */
/* ------------------------------ */
.type-product .p-info-wrapper {
	container: small-info_wrapper-box / inline-size;
}

.type-product div.p-info-wrapper{
	display:grid;
	grid-template-columns: repeat(12,1fr);
}

.type-product div.p-detail-inner-header{
	grid-row-start: 1;
	grid-row-end: 1;
	grid-column: 1 / 13;
}

.p-detail-inner-header h1 {
	font-weight: bold;
	color: var(--master-color_black);
	margin-top: 0;
}

.type-product .p-info-wrapper p{
	margin-bottom:1rem
}


/* ------------------------------ */
/* PRODUCT LABELS                */
/* ------------------------------ */
.p-detail-info{
	flex-direction: column;
	align-items: flex-start;
}
.p-detail-info>div+div:before {
	content: unset;
}

.p-detail-info .stars-wrapper {
	display: none;
}

.type-product div.p-detail-info {
	grid-row: 2;
	grid-column: 1 / 13;
	margin-bottom: 1rem;
}

/* Product flags */
.type-product span.flag{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

body.type-product .p-detail-info div.flags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

body.type-product .p-detail-info div.flags span.flag {
	width: fit-content;
	max-width: 100%;
	border-radius: 5px;
	line-height: 1.5;
}

body.type-product .p-detail-info div.flags:before {
	content: unset;
}

/* DKLab Zakoupeno */
#zakoupeno_wrapper{
	margin-top:-5px
}
#dklabZakoupeno{
	display: flex;
	position: unset;
	line-height: 1.5;
	background: none;
	color: #ffffff;
	background-color: #548484;
	padding: 4px 10px;
	border: none;
	font-size: 13px;
	font-weight: 700;
	border-radius: 5px;
	width: fit-content;
	align-items: end;
	margin-bottom:0.5rem
}
#dklabZakoupeno .num{
	padding-left:0.35rem;
	font-size:13px;
}


/* ------------------------------ */
/* INTERCONNECTION STYLES       */
/* ------------------------------ */
.type-product div.interconnection-main-wrapper {
	display: flex;
	flex-direction: column;
	grid-column: 1 / 13;
	grid-row: 3;
	margin-bottom: 1rem;
	margin-top:1rem
}

.type-product .interconnection-headline {
	font-weight: bold;
	margin-bottom: 0.5rem !important;
}

.type-product div.interconnection-products-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.type-product div.interconnection-product-item {
	min-width: 80px;
	width: 80px;
	height: 80px;
	border: 1px solid var(--master-grey-border);
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.type-product div.interconnection-main-wrapper.all-variants .interconnection-product-item {
	display: flex;
}

.type-product div.interconnection-product-item:hover {
	border-color: var(--master-color-primary);
}

.type-product div.interconnection-product-item img {
	width: 70px;
	height: 70px;
	object-fit: cover;
	cursor: pointer;
	border-radius: 3px;
}

/* Tooltip */
.type-product .tooltip-product-variant {
	position: relative;
	display: inline-block;
}

.type-product .tooltip-product-variant-text {
	visibility: hidden;
	position: absolute;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.3s;
	bottom: 45px;
	left: -115px;
	width: 160px;
	max-width: 300px;
	padding: 10px;
	text-align: center;
	color: #fff;
	background-color: var(--master-color-primary);
	border-radius: 6px;
	font-weight: bold;
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.type-product .interconnection-product-item:hover .tooltip-product-variant-text {
	visibility: visible;
	opacity: 1;
}

.type-product div.interconnection-showmore-wrapper {
	display: none;
	margin-top: 5px;
}

.type-product .interconnection-showmore-text {
	cursor: pointer;
}

.type-product .interconnection-showmore-text:hover {
	text-decoration: underline;
}


/* ------------------------------ */
/* RESPONSIVE - INTERCONNECTION  */
/* ------------------------------ */
@media screen and (min-width: 1403px) {
	.type-product div.interconnection-product-item:nth-child(n + 7) {
		display: none;
	}

	.type-product div.interconnection-main-wrapper:has(div.variant-int-6) div.interconnection-showmore-wrapper {
		display: block;
	}
}

@media screen and (max-width: 1402px) {
	.type-product div.interconnection-product-item:nth-child(n + 6) {
		display: none;
	}

	.type-product div.interconnection-main-wrapper:has(div.variant-int-5) div.interconnection-showmore-wrapper {
		display: block;
	}
}

@media screen and (max-width: 1189px) {
	.type-product div.interconnection-product-item:nth-child(n + 5) {
		display: none;
	}

	.type-product div.interconnection-main-wrapper:has(div.variant-int-4) div.interconnection-showmore-wrapper {
		display: block;
	}
}

@media screen and (max-width: 1149px) {
	.type-product div.interconnection-product-item:nth-child(n) {
		display: flex;
	}

	.type-product div.interconnection-product-item:nth-child(n + 6) {
		display: none;
	}

	.type-product div.interconnection-main-wrapper:has(div.variant-int-5) div.interconnection-showmore-wrapper {
		display: block;
	}

	.type-product div.interconnection-main-wrapper:has(div.variant-int-4) div.interconnection-showmore-wrapper {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	.type-product div.interconnection-product-item:nth-child(n) {
		display: flex;
	}

	.type-product div.interconnection-products-wrapper {
		overflow: overlay;
		flex-wrap: nowrap;
		padding-bottom: 10px;
	}

	.type-product div.interconnection-showmore-wrapper {
		display: none !important;
	}
}

@media screen and (max-width: 576px){
	.type-product div.interconnection-main-wrapper {
		grid-row: 1;
	}
}


/* ------------------------------ */
/* PARAMS STYLES                */
/* ------------------------------ */
.type-product table.detail-parameters {
	grid-row: 5;
	grid-column: 1 / 13;
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.type-product table.detail-parameters tr:nth-child(1) {
	display: none;
}

.type-product table.detail-parameters th {
	display: flex;
	padding-bottom: 0.5rem;
}

.type-product table.detail-parameters .row-header-label {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	color: var(--master-color_black);
	font-size: 12px;
}

.type-product table.detail-parameters .row-header-label .row-header-label-colon {
	display: none;
}

.type-product table.detail-parameters td {
	color: var(--master-color_black);
	font-size: 12px;
	padding-bottom: 1rem;
	border: none;
}

.type-product table.detail-parameters td a {
	color: var(--master-color_black);
	text-decoration: underline;
}

.type-product table.detail-parameters td a:hover {
	color: var(--master-color-primary);
}
.p-info-wrapper p.lupa{
	margin-bottom:0
}
.p-info-wrapper p.lupa:before {
    content: '\f00e'!important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 130%;
	margin-right:0.5rem;
}
.type-product table.detail-parameters tr:has(#jsUnavailableCombinationMessage){
	display:none
}
.type-product table.detail-parameters tr.sold-out{
	display:none !important
}
.type-product .p-info-wrapper table.detail-parameters th{
	font-weight:bold;
	color:var(--master-color_black);
}
.type-product .p-info-wrapper table.detail-parameters tr{
	display:flex;
	flex-direction: column;
}
.type-product .p-info-wrapper table.detail-parameters tr.variant-list > td > div {
    display: flex;
    flex-wrap: wrap;
}
.type-product .p-info-wrapper table.detail-parameters tr.variant-list > td > div > label {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 5px;
    flex:1;
    padding-top: 0px;
    padding-bottom: 0px;
	max-width:50%;
	min-height: 50px;
	max-height: 50px;
	border: 1px solid var(--master-grey-border);
}
.type-product .p-info-wrapper table.detail-parameters tr.variant-list > td > div > label:hover{
	border:1px solid var(--master-color-primary);
}
.type-product .p-info-wrapper table.detail-parameters tr.variant-list > td > div > label:last-child{
	margin-right:0;
}
.type-product .p-info-wrapper table.detail-parameters tr.variant-list > td > div > label:has(span.yes-before){
	border:1px solid var(--master-color-primary);
}
.type-product .p-info-wrapper table.detail-parameters tr.variant-list > td > div span.advanced-parameter-inner {
	display: flex;
    width: unset;
}
.type-product .p-info-wrapper table.detail-parameters tr.variant-list > td > div span.parameter-value{
	margin: 0;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 0.2pt;
    display: flex;
    font-weight:bold;
}
.type-product .p-info-wrapper table.detail-parameters .advanced-parameter-inner img{
	width:100%;
	max-width:42px
}
.advanced-parameter-inner.yes-before:before{
	background-image:url(/user/documents/upload/grafika/ikonky/check.svg) !important;
	background-color:rgba(22,182,184,0.5);
	background-size:22px !important;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	background-position: 48% 60% !important;
	height:100%;
	width:45px;
	left:-5px;
}

/* req matrace */
body.type-product label.advanced-parameter{
	align-items:flex-start !important;
}
body.type-product label.advanced-parameter > span.advanced-parameter-inner{
	align-items: center;
	height:100% !important;
}
body.type-product label.advanced-parameter > span.parameter-value{
	align-items: center;
	height:100%;
}
.type-product .p-info-wrapper table.detail-parameters #parameter-id-164  > label {
    max-width: 32%;
    min-width: 32%;
}
body.type-product #parameter-id-164 > label:nth-child(4){
	border-top-left-radius:0;
	width: 35% !important;
    margin-right: 0;
    max-width: 35% !important;
}
body.type-product #parameter-id-164 > label:nth-child(4):before{
	font-weight:bold;
	background-color:#ffffff;
	position: absolute;
	margin-top: -16px;
	padding: 2px 5px 0px 5px;
	border-radius: 5px;
	background-color: var(--master-color-primary);
    border-color: var(--master-color-primary);
	z-index: 15;
	font-size: 10px;
	letter-spacing: 0.05rem;
	margin-left: -6px;
	border-bottom-left-radius: 0;
	border-bottom: 0;
	border-bottom-right-radius: 0;
	color:var(--master-color-white)
}
body.type-product #parameter-id-164 > label:hover:nth-child(4):before{
	border-color:#16b6b8;
}
.type-product .p-info-wrapper table.detail-parameters #parameter-id-164 > label:has(span.yes-before):before{
	border-color:#16b6b8;
}
.type-product.variant-not-chosen .variant-list:not(.variant-selected) .advanced-parameter-inner{
	border:none;
	box-shadow:unset
}
.type-product.variant-not-chosen table.detail-parameters th{
	color:var(--master-color-secondary)
}
.variant-not-chosen .variant-list:not(.variant-selected) label{
	box-shadow: 0px 0px 3px var(--master-color-secondary);
}

/* ------------------------------ */
/* RESPONSIVE - PARAMS STYLES  */
/* ------------------------------ */
@media screen and (max-width: 991px){
	.type-product .p-info-wrapper table.detail-parameters .advanced-parameter-inner img{
		max-width:39px;
	}	
}
@media screen and (max-width: 554px){	
	.type-product table.detail-parameters {
		grid-row: 2;
	}
	body.type-product #parameter-id-164 > label:nth-child(3){
		margin-bottom:20px;
	}
	body.type-product label.advanced-parameter > span.parameter-value{
		height:40px;
	}
}


/* ------------------------------ */
/* PRICE STYLES                 */
/* ------------------------------ */
.type-product div.availability-value {
	grid-row: 6;
	grid-column: 1 / 7;
	font-size: 14px;
	margin-bottom: 2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	flex-direction: column;
	align-items: flex-start;
}

.type-product div.p-final-price-wrapper {
	grid-row: 6;
	grid-column: 7 / 13;
	margin-bottom: 2rem;
	text-align: right;
}

/* ------------------------------ */
/* RESPONSIVE PRICE STYLES           */
/* ------------------------------ */
@media screen and (max-width: 499px){
	.type-product div.availability-value{
		grid-row:5;
		grid-column: 1 / 13;
	} 
	.type-product div.p-final-price-wrapper {
		grid-column: 1 / 13;
		text-align:left
	}
}

/* ------------------------------ */
/* ADD TO CART                  */
/* ------------------------------ */
.type-product div.add-to-cart {
	grid-row: 7;
	grid-column: 1 / 13;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom:2rem
}

.type-product div.add-to-cart button {
	height: 60px;
	flex: 1;
	font-weight: bold;
	font-size: 18px;
	border-radius: 5px;
	padding: 0 30px !important;
}

.type-product div.add-to-cart button:before {
	content: unset;
}

.type-product div.add-to-cart button:hover {
	border-color: var(--master-color-green-light) !important;
	background-color: var(--master-color-green-light) !important;
}

/* ------------------------------ */
/* QUANTITY                     */
/* ------------------------------ */
.type-product .p-detail .add-to-cart .quantity {
	width: 170px;
	height: 60px;
	border: none;
}

.type-product .p-info-wrapper .quantity input {
	width: 90px;
	height: 60px;
	font-size: 18px;
	font-weight: bold;
	color: var(--master-color_black);
}

.type-product .p-info-wrapper .quantity span {
	width: 60px;
	height: 60px;
}

.type-product .p-info-wrapper .quantity .decrease,
.type-product .p-info-wrapper .quantity .increase {
	border: none !important;
	border-radius: 5px;
	background-color: var(--master-color-primary-ultralight) !important;
}

.type-product .p-info-wrapper .quantity .decrease:hover,
.type-product .p-info-wrapper .quantity .increase:hover {
	background-color: var(--master-color-primary-light) !important;
}

.type-product .p-info-wrapper .quantity .decrease:before,
.type-product .p-info-wrapper .quantity .increase:before {
	font-size: 30px !important;
	line-height: 50px !important;
	color: var(--master-color-primary);
}

.type-product .p-info-wrapper .quantity .decrease:before {
	content: "−";
}

.type-product .p-info-wrapper .quantity .increase:before {
	content: "+";
}

.type-product .p-info-wrapper .quantity .decrease {
	left: 0;
	top: 0;
	right: auto;
}


/* ------------------------------ */
/* SHORT DESCRIPTION            */
/* ------------------------------ */
.type-product div.p-short-description {
	grid-row: 8;
	grid-column: 1 / 13;
	line-height:1.7
}

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


/* ------------------------------ */
/* RESPONSIVE CONTAINERS        */
/* ------------------------------ */
@container small-info_wrapper-box (inline-size < 520px) {
	.type-product .p-detail .add-to-cart .quantity {
		width: 140px;
		height: 45px;
	}

	.type-product .p-info-wrapper .quantity input {
		width: 75px;
		height: 45px;
	}

	.type-product .p-info-wrapper .quantity span {
		width: 45px;
		height: 45px;
	}

	.type-product div.add-to-cart button {
		height: 45px;
		font-size: 16px;
		padding: 0 20px !important;
	}

	.type-product .p-info-wrapper .quantity .decrease:before,
	.type-product .p-info-wrapper .quantity .increase:before {
		line-height: 35px !important;
	}
}

@container small-info_wrapper-box (inline-size < 420px) {
	@media screen and (min-width: 992px) {
		.type-product div.add-to-cart {
			grid-column: 1 / 13 !important;
			margin-right: 0 !important;
		}

		.type-product div.add-to-cart button.add-to-cart-button {
			width: 100%;
			margin-top: 1rem;
		}
	}
}


/* ------------------------------ */
/* EXTRA DESCRIPTION            */
/* ------------------------------ */
.type-product #parameters_wrapper{
	grid-row-start: 10;
    grid-row-end: 10;
    grid-column: 1 / 13;
}
.type-product #parameters_wrapper h3{
	color:var(--master-color_black);
	font-weight:bold;
	padding-bottom:1.5rem;
	padding-top:1.5rem;
	display: flex;
    justify-content: space-between;
    padding-right:2.5rem;
    margin:0;
}
.type-product #parameters_wrapper h3:hover{
	cursor:pointer;
}
.type-product #parameters_wrapper h3:after{
	font-size:18px;
	content: "\f107";
	font-family: 'Font Awesome 5 Free';
}
.type-product #parameters_wrapper .parameter-item.visible h3:after{
	content: "\f106";
}
.type-product #parameters_wrapper .parameter-item:not(:first-child){
	border-top:1px solid var(--master-grey-light);	
}
.type-product #parameters_wrapper .parameter-description{
	display:none;
	margin-bottom:1.5rem;
}
.type-product #parameters_wrapper .parameter-description ul{
	padding-left:20px;
	margin-top:0
}
.type-product #parameters_wrapper .parameter-description ul li{
	background:none;
	padding-left:0;
	color:var(--master-color_black);
	margin:0
}
.type-product #parameters_wrapper .parameter-item.visible .parameter-description{
	display:block;
}
.type-product #parameters_wrapper .parameter-table{
	display:flex;
	flex-wrap:wrap;
}
.type-product #parameters_wrapper .parameter-table > *{
	width:calc(50% - 10px);
	margin:0;
	color:var(--master-color_black);
	font-size:14px;
}
.type-product #parameters_wrapper .parameter-table h4{
	width:35%;
	display: flex;
	align-items: center;
	background-color: #f8f8f8;
  border-bottom: 1px solid #d9d9d9;
  padding: 1rem;
  padding-top: 1.2rem;
}
.type-product #parameters_wrapper .parameter-table h4:first-of-type{
	border-top-left-radius:5px;
}
.type-product #parameters_wrapper .parameter-table h4:last-of-type{
	border-bottom-left-radius:5px;
	border-bottom:none;
}
.type-product #parameters_wrapper .parameter-table p{
	width:65%;
	font-weight: 500;
	display: flex;
	align-items: center;
  border-bottom: 1px solid #d9d9d9;
  padding: 1rem;
  padding-top: 1.2rem;
}
.type-product #parameters_wrapper .parameter-table p:last-of-type{
	border-bottom:none;
}
.type-product #parameters_wrapper .parameter-image{
	display:flex;
	align-items:center
}
.type-product #parameters_wrapper .parameter-image .parameter-image-text{
	margin-left:10px;
	color:var(--master-color_black);
}

/* ------------------------------ */
/* RESPONSIVE EXTRA DESCRIPTION            */
/* ------------------------------ */
@media screen and (max-width: 767px){
	.type-product #parameters_wrapper{
		grid-row-start: 11;
	    grid-row-end: 11;
	}
	.type-product #parameters_wrapper h3{
		padding-right:0
	}
}


/* ------------------------------ */
/* UPSELL BOX            */
/* ------------------------------ */
body.type-product #product_upsellwrapper{
	grid-row-start: 15;
    grid-row-end: 15;
    grid-column: 1 / 13;
    margin-top:1rem;
}
body.type-product #product_upsellwrapper > p{
	font-weight:bold;
	margin-bottom:1rem;
}
body.type-product .product-upsellbox{
	display:flex;
	border-radius: 5px;
	border:1px solid var(--master-grey-border);
	padding:5px;
	align-items: center;
}
body.type-product .upsellbox-icon{
	max-width:150px;
}
body.type-product #product_upsellwrapper .upsellbox-text{
	padding:20px 10px;
	width:100%
}
body.type-product #product_upsellwrapper .product-name > a{
	color:var(--master-color_black);
}
body.type-product #product_upsellwrapper .product-name > a:hover{
	text-decoration:underline;
}
body.type-product #product_upsellwrapper .price-box{
	display:flex;
	justify-content: space-between;
	align-items:center;
}
body.type-product #product_upsellwrapper .price-box .product-price{
	margin-bottom:0;
	font-weight:bold;
	font-size:16px;
}
body.type-product #product_upsellwrapper .price-box a{
	color:var(--master-color-white);
	background-color:var(--master-color-green);
	border-radius:5px;
	font-weight:bold;
}
body.type-product #product_upsellwrapper .special-prices .normal-price{
	font-size:12px;
	text-decoration: line-through;
}
body.type-product #product_upsellwrapper .special-prices .price-save{
	font-size:12px;
}
/* ------------------------------ */
/* RESPONSIVE UPSELL BOX            */
/* ------------------------------ */
@container small-info_wrapper-box (inline-size < 450px) {
	body.type-product .product-upsellbox{
		flex-direction:column
	}
	body.type-product .upsellbox-icon{
		max-width:100%;
		width:100%;
	}
	body.type-product .upsellbox-icon img{
		border-radius:5px
	}
}
@media screen and (max-width: 576px){	
	body.type-product .product-upsellbox{
		flex-direction:column
	}
	body.type-product .upsellbox-icon{
		max-width:100%;
		width:100%;
	}
	body.type-product .upsellbox-icon img{
		border-radius:5px
	}
}


/* text wrapper */
.type-product div.dkLabFavouriteDiv{
	display:none
}
.type-product div.social-buttons-wrapper{
	display:none;
}

/* read more */
.type-product p[data-testid="productCardDescr"] a{
	color:var(--master-color_black);
	font-weight:bold;
}
.type-product p[data-testid="productCardDescr"] a.chevron-after:after{
	font-size:10px;
}
.type-product p[data-testid="productCardDescr"] a:hover{
	text-decoration:underline;
}
/* variants */

/* prices */
.type-product .price-measure{
	margin-top:0;
}
.type-product .p-info-wrapper .price-standard{
	color:var(--master-color_black);
	font-size:14px;
	padding-bottom:5px;
}
.type-product .p-info-wrapper .price-save{
	background-color: #E94B4B;
	padding:4px 7px;
	border-radius:5px;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
}
.type-product .price-save:has(span.empty:not(.no-display)){
	display:none;
}
.type-product .p-info-wrapper:has(span.empty:not(.no-display)) #delivery_time_wrapper{
	display:none;
}
.type-product .p-info-wrapper .price-final{
	font-size:34px;
	margin-top:5px;
	margin-bottom:5px;
}
.type-product .p-info-wrapper .price-additional{
	font-size:12px;
}
/* availability */
.type-product .availability-label{
	font-weight:bold;
	margin-bottom: -20px;
	font-size:18px
}
.type-product .default-variant .availability-label{
	font-size:14px;
}
.type-product .availability-amount{
	color:var(--master-color_black);
	margin-bottom: -20px;
	margin-left:5px;
}
.type-product .availability-value span.default-variant span.availability-label{
	font-weight:normal;
	color:var(--master-color_black);
}
/* delivery */
.type-product .delivery-time-label{
	color:var(--master-color_black);
}
.type-product .delivery-time{
	padding-right:0;
	padding-bottom:0;
}
.type-product .delivery-time span{
	color:var(--master-color_black);
	font-weight:bold;
	margin-left:5px;
}
.type-product #delivery_time_wrapper{
	width:100%;
	display:flex;
	justify-content: flex-start;
}


/* favourites */
.type-product .dkLabFavDetailSpan.dkLabFavouriteDetailLinkAdd{
	color:var(--master-grey-dark);
}
.type-product .dkLabFavDetailSpan.dkLabFavouriteDetailLinkAdd:hover{
	color:var(--dklab-favourites-remove-text-detail-color);
}
.type-product .dkLabFavDetailSpan.dkLabFavouriteDetailLinkRemove:hover{
	color:var(--master-grey-dark);
}
@media screen and (max-width: 1499px){
	body.type-product div.p-image-wrapper{
		width:60%;
	}	
	body.type-product div.p-info-wrapper{
		width:40%;
	}
}
@media screen and (max-width: 1149px){
	body.type-product div.p-image-wrapper{
		width:50%;
	}	
	body.type-product div.p-info-wrapper{
		width:50%;
	}
}
@media screen and (max-width: 991px){
	body.type-product div.p-image-wrapper{
		width:50%;
	}	
	body.type-product div.p-info-wrapper{
		width:50%;
	}
}


@media screen and (max-width: 991px){
	body.type-product .p-detail-inner-header h1{
		font-size:22px;
	}
	body.type-product .p-detail-info{
		margin-bottom:10px;
	}
	body.type-product div.p-image-wrapper{
		width:100%;
		display:block;
	}
	body.type-product div.p-image-wrapper .p-image{
		margin-bottom:10px;
	}
	body.type-product div.p-image-wrapper .p-thumbnails{
		height:80px;
		margin-bottom:0
	}
	body.type-product div.p-image-wrapper .p-thumbnails a{
		max-width:75px;
	}
	body.type-product div.p-info-wrapper{
		width:100%;
	}
}
@media screen and (max-width: 499px){
	.type-product table.detail-parameters{
    	margin-bottom:5px;
	}
	.type-product .p-info-wrapper .price-final{
		font-size:28px;
	}
	.type-product .p-info-wrapper .price-save{
		font-size:14px;
	}
	.type-product #delivery_time_wrapper{
		justify-content: flex-start;
	}
	body.type-product label.advanced-parameter > span.parameter-value{
		height:45px
	}
	.type-product .p-info-wrapper table.detail-parameters tr.variant-list > td > div > label{
		width:100%;
		max-width:100%;
		flex:none;
		min-height: 45px;
		max-height: 45px;
	}
	.type-product .p-info-wrapper table.detail-parameters #parameter-id-164 > label{
		max-width: 100%;
		width:100%
	}
	body.type-product #parameter-id-164 > label:nth-child(4){
		max-width: 100% !important;
		width:100% !important
	}
}


@media screen and (min-width: 992px){
	body.type-product.video_content_add div.p-image-wrapper{
		width:65%;
		display: flex;
		flex-wrap:wrap;
	}
	body.type-product.video_content_add div.p-image{
		width:70%;
	}
	body.type-product.video_content_add div.video-wrapper{
		width:30%;
		padding-left:0.25vw;
	}
	body.type-product.video_content_add div.video-wrapper video{
		border-radius:5px
	}
	body.type-product.video_content_add div.p-thumbnails-wrapper{
		width:100%;
	}
	body.type-product.video_content_add div.p-info-wrapper{
		width:35%;
	}
	body.type-product div.p-short-description{
		margin-top:0;
	}
}
@media screen and (max-width: 991px){
	body.type-product.video_content_add div.p-short-description{
		margin-top:0;
	}
	body.type-product.video_content_add div.dklabSliderplusDetail{
		display:block;
	}
	body.type-product.video_content_add div.video-wrapper{
		display:none;
		margin-top:10px;
	}
	body.type-product.video-mobile-visible div.video-wrapper{
		display:block;
	}
	body.type-product.video_content_add div.video-wrapper video{
		border-radius:5px
	}
	body.type-product.video-mobile-visible div.dklabSliderplusDetail,
	body.type-product.video-mobile-visible div.p-image,
	body.type-product.video-mobile-visible div.p-thumbnails-wrapper{
		display:none;
	}
	body.type-product.video_content_add #video_visibler{
		color:#F24646;
		display:flex;
		justify-content: flex-end;
	    top: -20px;
	    position: relative;
	    width: fit-content;
	}
	body.type-product.video_content_add div.p-image-wrapper > #video_visibler{
		top: -5px;
	}
	body.type-product.video-mobile-visible #video_visibler{
		display:none;
	}
	body.type-product.video_content_add #video_visibler img{
		width:20px;
	}
	body.type-product.video_content_add div.video-text {
		text-align:center;
		font-weight:bold;
		background-color:var(--master-grey-light);
		padding: 5px 0;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	body.type-product.video_content_add div.video-text a{
		color:#666;
	}
}
@media screen and (max-width: 767px){
	body.type-product.video_content_add div.p-image-wrapper:has(div.dklabSliderplusDetail) #video_visibler{
	    top: -5px;
	}
	body.type-product.video_content_add div.p-image-wrapper:has(div.dklabSliderplusDetail) #video_visibler:has(+ div.swiper-pagination > span.swiper-pagination-bullet:nth-child(11)) {
		top: 10px
	}
	body.type-product.video_content_add div.p-image-wrapper > #video_visibler{
		top: -5px;
	}
}


/* related products */
.type-product .products-block.products-related>div:nth-child(4n){
	border-right-style:none !important
}
.type-product div.products-related{
	flex-wrap:nowrap;
	overflow:overlay;
}
.type-product h2.products-related-header{
	display:none;
}
.type-product .products-related-headline{
	font-weight:bold;
	color:var(--master-color_black);
}
.type-product div.products-related div.product{
	display:flex;
	flex-direction: column;
	width:200px;
}
.type-product div.products-related .flag{
	font-size:10px !important;
	padding:5px 8px 4px 8px !important
}
.type-product div.products-related span[data-micro="name"]{
	font-size:14px;
	font-weight:normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* Number of lines to display */
	-webkit-box-orient: vertical;
}
.type-product div.products-related div.p-tools{
	display:none ;
}
.type-product div.products-related .dkLabFavouriteProductDiv{
	display:none;
}
.type-product div.browse-p a.p-prev,
.type-product div.browse-p a.p-next{
	display:none;
}
.type-product #related_products_upper_wrap{
	display:flex;
	justify-content: space-between;
}
.type-product #related_products_arrows{
	display:flex;
	gap:1.5rem
}
.type-product #related_products_arrows svg{
	width:35px;
	height:auto;
}
.type-product #related_products_arrows svg:hover{
	cursor:pointer;
}
.type-product #related_products_arrows svg:not(.not-active):hover path:nth-child(2){
	fill:var(--master-color-primary)
}
.type-product #related_products_arrows svg.not-active{
	opacity:0.5;
	cursor:default;
}
.type-product div.p-detail:has(div.products.less-products) #related_products_arrows{
	display:none;
}
.type-product .products-related:after{
	content:unset
}
@media screen and (max-width: 767px){
	.type-product div.products-related span[data-micro="name"]{
		text-align:left;
		margin-bottom:10px
	}
	.type-product div.p-detail div.browse-p{
		display:none
	}
	.type-product .shp-tabs-holder{
		margin-left:unset;
		margin-right:unset;
		padding-left:unset;
		padding-right:unset;
	}
}

/* infobox */
.type-product div.product-infobox{
	background-color:var(--master-grey-ultralight);
	border-radius:5px;
	display:flex;
	margin-bottom:2rem;
	align-items:center;
}
.type-product div.product-infobox .infobox-icon{
	padding:15px;
}
.type-product div.product-infobox img{
	width:100px;
}
.type-product div.infobox-text{
	padding: 15px 10px 15px 0px;
}
.type-product div.product-infobox p{
	margin-bottom:0;
}
.type-product div.product-infobox p:nth-child(1){
	margin-bottom:5px;
}
.type-product div.infobox-text a{
	font-weight:bold;
	text-decoration:underline;
	color:black;
}
.type-product div.infobox-text a:hover{
	color:var(--master-color-primary);
}
@media screen and (max-width: 767px){
	.type-product div.product-infobox .infobox-icon{
		padding:10px;
	}
	.type-product div.infobox-text{
		padding: 10px 5px 10px 5px;
	}
}




/* x+y shoptet widget */
body.type-product div.xyDiscount__banner{
	background-color: #fdeeee;
    border-radius: 5px;
    border:none;
    margin: 0 0 2rem 0;
    color:#eb5757 !important;
}

/* sidebar */
.type-product .extended-description h3{
	color:var(--master-color_black);
	font-weight:700;
	font-size:14px;
}
.type-product .extended-description .detail-parameters{
	display:flex;
	background-color: var(--master-grey-ultralight);
	border-radius:5px;
	padding:1.5rem;
}
.type-product .extended-description .productEan{
	display:none
}

.type-product .more-categories-wrap{
	display:none;
}
.type-product .custom-more-categories{
	margin-top:3rem;
}
.type-product .custom-more-categories-wrapper{
	display:flex;
	flex-wrap:wrap;
	gap:1rem;
}
.type-product .custom-more-categories-wrapper a{
	color:var(--master-color_black);
	border:1px solid var(--master-grey-border);
	border-radius:5px;
	padding: 7px 8px;
    font-size: 12px;
}
.type-product .custom-more-categories-wrapper a:hover{
	color:var(--master-color-white);
	background-color:var(--master-color-primary);
	border-color:var(--master-color-primary);
}

/* tooltip */
.type-product .extended-description .question-tooltip{
	background-color:var(--master-grey-medium);
	border-color:var(--master-grey-medium);
	border-radius:10px;
	width:15px;
	height:15px;
	line-height:14px;
	font-size:10px;
	margin-right:5px;
}

/* down description handler */
.type-product .description-inner{
	flex-wrap: nowrap;
	gap:2rem;
}

/* newsletter form */
.type-product .email-image-wrapper{
	display:flex;
}
.type-product .email-image-wrapper img{
	width: 170px;
    margin-top: -75px;
    height: 170px;
    margin-right:0;
}

.type-product .custom-email-product-wrapper{
	padding:0;
	margin-top:3rem;
}
.type-product .e-mail-product-form{
	background-color:var(--master-grey-ultralight);
	padding:2rem 1.5rem;
	border-radius:5px;
}
.type-product .e-mail-product-form p{
	font-size:14px;
	margin-bottom:15px;
	line-height:1.7;
}
.type-product .custom-email-fields{
	display:flex;
	gap:1rem
}
.type-product .custom-email-fields input{
	height:40px;
}
.type-product .custom-email-fields #boldemEmail{
	flex:1;
	border:1px solid var(--master-grey-medium);
	background-color:var(--master-color-white);
	border-radius:5px;
	padding-left:1rem;
}
.type-product .custom-email-fields .email-product-submit{
	background-color:var(--master-grey-dark);
	border:1px solid var(--master-grey-dark);
	border-radius:5px;
	font-weight:bold;
	color:var(--master-color-white);
	letter-spacing: 1px;
	padding:0 15px;
}
.type-product .custom-email-fields .email-product-submit:hover{
	background-color: var(--master-color-primary);
	border:1px solid var(--master-color-primary);
}
.type-product .email-info-status-success{
	background-color:rgba(57,182,184,0.75);
	color:var(--master-color-white);
	border-radius:5px;
	padding:1rem 1.5rem;
	font-weight:bold;
}
.type-product .email-info-status-error{
	background-color:rgba(235,87,87,0.75);
	color:var(--master-color-white);
	border-radius:5px;
	padding:1rem 1.5rem;
	font-weight:bold;
}
.type-product .email-info-status p{
	display:none;
}
.type-product .email-info-status p.active{
	display:block;
}
.type-product .email-info-status p.hide{
	display:none
}
.type-product .email-info-status .email-info-status-error.active{
	margin-top:1rem;
}
.type-product .custom-email-product-wrapper form.hide{
	display:none;
}
.type-product .custom-email-product-wrapper form p{
	margin-top:0.5rem;
}
@media screen and (max-width: 1249px){
	.type-product .email-image-wrapper img{
		width:140px;
		height:140px;
	}
	.type-product .e-mail-product-form p{
		font-size:12px;
	}
}
@media screen and (max-width: 991px){
	.type-product .custom-email-product-wrapper{
		max-width:767px;
	}
	.type-product .email-image-wrapper p{
		flex:1;
	}
}
@media screen and (max-width: 499px){
	.type-product .custom-email-product-wrapper{
		margin-bottom:5rem;
		margin-top:5rem;
	}
	.type-product .email-image-wrapper img{
		width:120px;
		height:120px;
	}
	.type-product .custom-email-fields input{
		height:32px;
		font-size:12px;
	}
}
@media screen and (max-width: 399px){
	.type-product .email-image-wrapper{
		flex-direction: column-reverse;
		align-items: flex-end;
	}
	.type-product .email-image-wrapper img{
		width:90px;
		height:90px;
	}
	.type-product .custom-email-fields{
		flex-direction: column;
	}
	.type-product .custom-email-fields #boldemEmail{
		padding-top:0.75rem;
		padding-bottom:0.75rem;
	}
}

/* usefull products */
#usefull_articles_wrapper{
	display:flex;
	flex-direction: column;
}
#usefull_articles_wrapper img{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	width:100%
}
#usefull_articles_wrapper div.usefull-article-info{
	background-color:var(--master-grey-ultralight);
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

#usefull_articles_wrapper .usefull-article-perex{
	font-size:12px;
	line-height:1.7;
}
#usefull_articles_wrapper .usefull-article-info a{
	color:var(--master-color_black);
	text-decoration:underline;
	font-size:12px;
}
#usefull_articles_wrapper .usefull-article-info a:hover{
	color:var(--master-color-primary);
}



/* moving iamges */
@media screen and (min-width: 992px){
	.p-image-wrapper, .video-wrapper {
		position: sticky;
		top: 0;
		z-index: 10;
	}
	.p-image-wrapper{
		overflow: hidden;
	}
	.p-image-wrapper .p-image{
		margin-bottom:10px;
	}
	.p-image-wrapper img, .video-wrapper video {
		height: auto;
	}
	}

/* price-different */
body.type-product .price-different > span{
	color:var(--master-color-green);
}

/* payments and certified */
#payments_certified_wrapper{
    grid-row-start: 9;
    grid-row-end: 9;
	grid-column: 1 / 13;
}
#payments_certified_wrapper > *{
	flex:1;
}
#payments_certified_wrapper #payment_and_delivery_wrapper img{
	height:15px;
}
#payments_certified_wrapper > div:nth-child(2) > img{
	height:50px;
}
#payments_certified_wrapper etrusted-widget{
	margin-top:-1.5em;
	display:flex;
	flex-direction: row-reverse;
}
@media screen and (max-width: 499px){
	#payments_certified_wrapper{
		grid-row-start: 10;
		grid-row-end: 10;
		flex-direction: column;
		flex-wrap:wrap
	}
	#payments_certified_wrapper > * {
		width:100%;
		justify-content: center;
	}
	#payments_certified_wrapper > div{
		align-items: center;
	}
	#payments_certified_wrapper etrusted-widget{
		margin-top:1rem;
		flex-direction: row;
	}
}

/* stock amount alert */
.availability-value:has(.amount-alert) > div{
	text-align:left;
}
.amount-alert{
	background-color: #ffb266;
	font-weight:bold;
	padding: 3px 10px;
	border-radius:5px;
}
@media screen and (max-width: 499px){
	.availability-value:has(.amount-alert) > div{
		text-align:left;
	}
	.certified-product-page{
		text-align:center !important;
		margin-top:2rem;
	}
} 

/* vyprodáno */
body.type-product:not(:has(.product-top button[data-testid="buttonAddToCart"][data-action="buy"])) #dkLabFavouriteDiv,
body.type-product:not(:has(.product-top button[data-testid="buttonAddToCart"][data-action="buy"])) #payments_certified_wrapper{
	display:none;
}

body.type-product li[data-testid="tabRelatedFiles"]{
	display:none;
}