#breadcrumbs {
	font-size: 0.6em;
    margin: 0.9em 0 1em -20px;
    color: var(--gray-color);
    font-weight: 600;
    background: var(--darken-lighten-white-color);
    position: relative;
    width: fit-content;
    padding: 0.6em 2em 0.5em 2em;
    clip-path: polygon(0 0, 100% 0, calc(100% - 1em) 100%, 0 100%);
}

#prod_header_info h1 {
    color: var(--black-color);
    font-family: 'Yanone Kaffeesatz', sans-serif;
    text-transform: initial;
    letter-spacing: normal;
    font-size: 2em;
    margin: auto;
    margin-right: 0;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
}

#prod_header_info * {
    text-align: right;
}

#prod_header .attr {
    display: block;
    font-size: 1.2em;
}

#prod_header {
    margin: auto -20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#prod_header img {
    aspect-ratio: 1.2;
    height: 17em;
    object-fit: cover;
    transform: skewX(-20deg);
}

#prod_header_info {
    padding: 1em 2em 0 1em;
}

#prod_header .price {
    position: relative;
    font-size: 2.7em;
    font-weight: 700;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    width: fit-content;
    margin: 0.5em 0em 0.5em auto;
    padding: 0.2em 0.3em 0.2em 0.7em;
}

#prod_header .units {
    font-weight: normal;
    font-size: 0.5em;
}

.img-wrapper {
    transform: skewX(20deg);
    overflow: hidden;
    width: 100%;
    margin-left: -20%;
    padding-left: 20%;
}

#prod_header .price:after {
    content: " ";
    width: 100%;
    --height: 1.4em;
    height: var(--height);
    position: absolute;
    left: -3px;
    top: 0;
    backface-visibility: hidden;
    transform: skewX(20deg) skewX(-20deg);
    z-index: -1;
    background: var(--white-color);
    clip-path: polygon(0 0, 100% 0, 100% 100%, calc(var(--height)*0.364) 100%);
}

#prod_header .price:before{
    content: " ";
    --height: calc(1.4em + 18px);
    width: calc(100% + 24px);
    height: var(--height);
    position: absolute;
    left: -12px;
    top: -14px;
    background: var(--accent-color);
    z-index: -1;
    box-shadow: -4px 0px 0px 0px var(--accent-color);
    box-shadow: 5px -5px 0px 9px var(--accent-color);
    backface-visibility: hidden;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, calc(var(--height)*0.364) 100%);
}

#pr_button_wrapper {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: 0.5em;
    font-weight: initial;
    margin-top: 0.2em;
    border-top: 4px solid var(--accent-color);
    padding: 0 0.1em 0 0.6em;
    width: 111%;
    height: 1.5em;
    margin-left: -0.6em;
    /* line-height: 1em; */
}

#pr_button_wrapper input {
    display: none;
}

#prod_header .double-price:before {
    --height: calc(2.1em + 18px);
}

#prod_header .double-price:after {
    --height: 2.1em;
}

#pr_button_wrapper > * {
    padding: 0em 0.2em;
    cursor: pointer;
}

#pr_button_wrapper > *:hover {
    background: var(--more-lighten-accent-color);
}

#pr_button_wrapper > .active {
    background: var(--lighten-accent-color);
}

#price2 { display: none; }

#prod_info h2 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: var(--black-color);
    padding: 0;
    font-weight: 400;
    text-align: left;
    font-size: 2.1em;
    font-weight: 600;
    letter-spacing: 0.01em;
    margin: 1.5em 0px -0.2em;
}

#prod_header .bulkprice {
    position: absolute;
    right: 0;
    bottom: -0.75em;
}

#prod_header .bulkprice a {
    font-size: 0.3em;
    letter-spacing: -0.02em;
    font-family: 'Nunito';
}

#param_select {
	margin-top: 1em;
}

.param_select_block {
    margin: 0.4em;
	display: inline-block;
    vertical-align: top;
	text-align: center;
    width: 46%;
}

.param_select_name {
    font-size: 1em;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.param_select_list .param_select_block > a, .param_select_button > label {
    display: inline-block;
    font-size: 0.65em;
    font-weight: 600;
    padding: 0.2em 0.5em;
    transform: skewX(-20deg);
    box-shadow: none;
    border: 3px solid var(--accent-color);
	margin: 0.2em 0;
    transition-duration: 0s;
	cursor: pointer;
}

.param_select_list a > div, .param_select_button > label > div {
    transform: skewX(20deg);
	max-width: 25vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.param_select_list a.current {
    background: var(--accent-color);
    color: #FFF;
}

.param_select_button {
    display: inline;
    position: relative;
}

.param_select_button > label > input {
    display: none;
}

a.inactive, .param_select_button > label {
    padding-right: 18px;
    --dot-color: var(--gray-color);
}

a.inactive::after, .param_select_button > label::after {
    content: ' ';
    position: absolute;
    right: 7px;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    background: var(--dot-color);
    top: 0.25em;
    transform: skewX(20deg);
    color: var(--dot-color);
}

.basic_popup {
	position: absolute;
	top: 0em;
	left: 50%;
	text-align: center;
	z-index: 10;
	background: var(--white-color);
	padding: 0.8em 1.1em;
	box-shadow: 0px 1px 3px 2px hsl(200deg 30% 35% / 38%);
	border-radius: 8px;
	transition-duration: 0.5s;
	transform: translateY(-110%) translateX(-50%) !important;
	font-size: 0.65em;
	line-height: 1.8em;
	width: max-content;
	display: none;
}

.checked .basic_popup {
    display: block;
}

.basic_popup::after {
    position: absolute;
    transform: translateX(50%);
    bottom: -18px;
    right: 50%;
    content: '▼';
    text-shadow: 0px 5px 4px hsl(200deg 30% 40% / 50%);
    font-size: 1.3em;
    color: var(--lighten-accent-color);
    color: var(--even-more-lighten-accent-color);
    color: var(--white-color);
}

.param_select_list .param_select_block > a:hover, 
.param_select_button > label:hover, 
.param_select_button.checked > label{
    background: var(--lighten-accent-color);
    color: var(--black-color);
}

table.prod-specs {
    font-size: 1em;
    letter-spacing: 0;
    margin-top: 1.6em;
	min-width: auto;
}

table.prod-specs tr td:nth-child(1) {
    font-weight: bold;
}

@media screen and (max-width: 1016px){
	
	#prod_header {display: block; margin-bottom: 4em;}
	
	.img-wrapper {transform: none;}
	
	#prod_header img {transform: none; height: 11em;}

	#prod_header_info {padding: 1em 1em 0 1em;}
	
	#prod_header_info h1 {text-align: center;}
	
	#prod_header_info * {text-align: left;}

	#prod_header .price {margin: 0.4em auto; padding: 0.2em 0.8em 0em 0.8em;}
	
	#prod_header .price:after {
		width: calc(100% - 26px);
		--height: 1.3em;
		left: 13px;
		top: 9px;
		clip-path: polygon(0 0, 100% 0, calc(100% - var(--height)*0.364) 100%, calc(var(--height)*0.364) 100%);
	}
	
	#prod_header .price:before {
		width: 100%;
		left: 0;
		top: 0;
		clip-path: polygon(0% 0%, 100% 0%, calc(100% - var(--height)*0.364) 100%, calc(var(--height)*0.364) 100%);
	}

	#prod_header .attr {text-align: center;}
	
	#prod_header .bulkprice {
		right: 25%;
		bottom: -1.1em;
	}
	
	.param_select_block {
		width: 42%;
	}	
	
	#breadcrumbs {
		background: none;
	}
	
	#prod_header .double-price:after {
		--height: 2em;
	}

	.double-price {
		min-width: 3em;
		text-align: center;
	}

	#pr_button_wrapper {
		padding: 0px 0.5em;
		width: 120%;
		box-sizing: border-box;
	}
}