.p-detail-inner{
	padding-top: 25px;
	}

.p-detail h1{
	font-size: 2rem;
	font-family: Cardo;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: 0rem;
	}

.p-detail .price-final-holder{
	font-size: 2.2rem;
	font-family: Cardo;
	font-weight: bold;
	}


/* nÃ¡zev */
.p-detail-inner .p-detail-inner-header{
	display: block;
	}

.p-detail-inner h1{
	font-size: 2rem;
	line-height: 160%;
	color: var(--tb-color-black);
	text-transform: uppercase;
	}

.p-detail-inner .p-short-description{
	color: var(--tb-color-silver);
	}

/*** price ***/
.p-detail-inner .price-final-holder{
	font-size: 2.2rem;
	color: var(--tb-color-black);
	}


/*** drobek ***/
.breadcrumbs{
	display: none;
	}


/*** flags ***/
.tb-product-header-drobflag{
	padding: 0 0 15px;
	display: flex;
	justify-content: space-between;
	}

.tb-product-breadcrumbs{
	font-size: 1.3rem;
	padding: 2px 0 0;
	white-space: nowrap;
	padding-right: 30px;
	}

.tb-product-breadcrumbs a{
	color: var(--tb-color-black);
	}

.tb-product-header-drobflag .flags.flags-default{
	position: static;
	width: auto;
	display: flex;
	gap: 5px;
	margin: unset;
	padding: unset;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: end;
	}

.tb-product-header-drobflag .flags.flags-default span.flag{
	background-color: var(--tb-color-bone) !important;
	color: var(--tb-color-black) !important;
	margin: unset;
	padding: 5px 7px 3px;
	line-height: 100%;
	}


/*** print, dotaz, atd ***/
.buttons-wrapper.social-buttons-wrapper .link-icon.print,
.buttons-wrapper.social-buttons-wrapper .link-icon.chat,
.buttons-wrapper.social-buttons-wrapper .link-icon.share{
	display: none;
	}

/*** related ***/
.tb-products-related{
	padding: 20px 0;
	}

.tb-products-related h6{
	margin: auto;
	padding: 0 0 15px;
	font-family: Questrial;
	font-size: 1.6rem;
	font-weight: 400
	}

.tb-products-related-in{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
	gap: 1px;
	}

.tb-products-related__item{
	position: relative;
	display: block;
	text-decoration: none;
	color: inherit;
	overflow: hidden;
	background: #fff;
	transition: transform .25s ease, box-shadow .25s ease;
	}

.tb-products-related__item:hover{
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, .12);
	}

.tb-products-related__item img{
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 2/3;
	object-fit: cover;
	transition: transform .4s ease;
	}

.tb-products-related__item:hover img{
	transform: scale(1.05);
	}

.tb-products-related__name{
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 12px 14px;
	background: rgba(0, 0, 0, .55);
	color: #fff;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 130%;
	opacity: 0;
	transition: opacity .25s ease;
	pointer-events: none;
	}

.tb-products-related__item:hover .tb-products-related__name{
	opacity: 1;
	}

@media (max-width: 768px)
{
	.tb-products-related__name{
		position: static;
		opacity: 1;
		background: transparent;
		color: inherit;
		padding: 8px 10px 0;
		font-size: 1.2rem;
		}

	.tb-products-related__item:hover .tb-products-related__name{
		color: var(--tb-color-black);
		}
}



/*** product depa ***/
.tb-product-depa{
	border-bottom: 1px solid var(--tb-color-boneDark);
	padding: 10px 0;
	display: flex;
	}

.tb-product-depa-availability{
	padding-right: 25px;
	font-size: 1.3rem;
	font-weight: 400;
	}

.tb-product-depa-availability-stored::before,
.tb-product-depa-availability-none::before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 5px;
	position: relative;
	top: 1px;
	}

.tb-product-depa-availability-stored::before{
	background-color: #17963D;
	}

.tb-product-depa-availability-none::before{
	background-color: silver;
	}

.tb-product-depa-transport a{
	color: var(--tb-color-black);
	font-size: 1.3rem;
	font-weight: 400;
	text-decoration: underline;
	}


/*** product usp ***/
.tb-product-usp{
	display: flex;
	justify-content: flex-start;
	padding: 35px 0 0;
	}

.tb-product-usp b{
	display: block;
	/*flex-basis: 180px;*/
	flex-basis: 33.3%;
	font-size: 1.3rem;
	text-align: center;
	padding: 37px 20px 15px;
	font-weight: normal;
	line-height: 135%;
	background-repeat: no-repeat;
	background-size: 32px;
	background-position: top center;
	}

.tb-product-usp b:nth-of-type(1){
	background-image: var(--tb-svg-product-machine);
	background-size: 30px;
	}

.tb-product-usp b:nth-of-type(2){
	background-image: var(--tb-svg-product-flower);
	background-size: 55px;
	background-position: top -17px center;
	}

.tb-product-usp b:nth-of-type(3){
	background-image: var(--tb-svg-product-hedgehog);
	background-size: 32px;
	}
/*
.tb-product-uspmain-dotaz{
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 30px;
	line-height: 100%;
	border-top: 1px solid #E0CCB1;
	padding: 30px 0;
	}

.tb-product-uspmain-dotaz b{
	display: block;
	font-weight: 700;
	font-size: 1.4rem;
	}

.benefitBanner__data .tb-product-uspmain-dotaz a{
	display: block;
	margin-top: unset;
	}
*/
/*
<div class="tb-product-usp-dotaz">
<span>MÁTE DOTAZ?</span>
<a href="tel:+420775740230" id="tb-product-usp-status">+420 775 740 230</a>
<a href="mailto:podpora@bubelo.cz">podpora@bubelo.cz</a>
</div>
*/


/*** dostupnost ***/
.detail-parameters .detail-parameter.detail-parameter-availability{
	display: none;
	}


/*** hodnocení ***/
.tb-stars-hearts{
	gap: 2px;
	}

.tb-stars-hearts .tb-reviews-star,
.tb-stars-hearts .tb-reviews-star .tb-reviews-heart{
	width: 15px;
	height: 12px;
	}

a.tb-stars-label-link{
	text-decoration: underline;
	font-size: 1.35rem;
	color: var(--tb-color-silver);
	position: relative;
	left: -5px;
	}

.tb-stars-value{
	line-height: 100%;
	color: var(--tb-color-silver);
	font-size: 1.35rem;
	padding-right: 5px;
	}

/*** variace ***/
.p-detail-inner .variant-list .variant-label{
	text-transform: none;
	font-weight: 500;
	color: var(--tb-color-black);
	}

.p-detail-inner .variant-list .tb-variant-name{
	padding-left: 5px;
	font-weight: 500;
	font-size: 1.3rem;
	}