@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body>footer>div>nav:last-child ul li.badges {
	display: none !important
		/* ZAKOMENTOWANE */
}

:root {
	font-size: 20px;
	--radius: 10px;
	--smallradius: 4px;
	--white: #faffff;
	--black: #070000;
	--orange: #f74805;
	--orange2: #cd3900;
	--red: #d80000;
	--green: #009b52;
	--gray: #3c4043;
	--newgray: #3C4043;
	--midgray: #989b9d;
	--oldlightgray: #ebecee;
	--lightgray: #EAECEE;
	--verylightgray: #f8f9fb;
	--blue: #2668d1;
	--blue2: #2859a8;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

b,
strong {
	font-weight: bold;
}

i,
em {
	font-style: italic;
}

ul {
	list-style-type: disc;
	margin: 0 1rem 1rem 1rem;
	margin-left: 2rem;
}

ol {
	list-style-type: decimal;
	margin: 1rem 0;
	margin-left: 3rem;
}

li {
	padding-left: 0px;
}

table td {
	vertical-align: top;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
	font-weight: normal;
}

ul {
	margin-top: 0;
}

img {
	border: 0;
}

body {
	font-family: poppins, arial, sans-serif;
	font-size: 1rem;
	overflow-x: hidden;
}

a {
	color: var(--blue);
	text-decoration: none;
	transition: all 0.3s;
}

a:hover {
	color: var(--blue2);
	text-decoration: none;
}

.topbelt {
	position: relative;
	background: #ebecee;
}

.topbelt>div {
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
	max-width: 1400px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1;
	font-size: .65rem;
}

@media(max-width:520px) {
	.topbelt>div {
		justify-content: right;
	}
}

@media(max-width:480px) {
	.topbelt>div {
		padding: 0 10px;
	}
}

@media(max-width:520px) {
	.topbelt>div>header {
		display: none;
	}
}

.topbelt a {
	display: block;
	padding: .5em;
	color: var(--black);
}

.topbelt a:hover {
	color: var(--orange);
}

.topbelt>div>nav>ul {
	display: flex;
	align-items: center;
	list-style-type: none;
	margin: 0;
}

@media(max-width:1000px) {
	.topbelt>div>nav>ul>li {
		display: none;
	}

	.topbelt>div>nav>ul>li:nth-child(1),
	.topbelt>div>nav>ul>li:nth-last-child(1),
	.topbelt>div>nav>ul>li:nth-last-child(4) {
		display: block;
	}
}

.topbelt a {
	display: block;
	padding: 1em .5em;
	color: var(--black);
}

.topbelt a:has(img) {
	position: relative;
	padding-left: 2em;
}

.topbelt a img {
	min-height: 100%;
	width: 1.6em;
	object-fit: contain;
	position: absolute;
	left: .2em;
	top: 0;
}

.topbelt>div>nav>ul li.sep {
	width: 1px;
	background: #0002;
	height: 1rem;
	margin: 0 .4rem;
}

.topbelt>div>nav>ul li.sep2 {
	width: 0;
}

.topbelt>div>nav>ul li.sep3 {
	margin: 0 0 0 .2em;
}

.topbelt input#checkbox {
	display: none;
}

.topbelt input#checkbox+label {
	display: block;
	position: relative;
	top: .2em;
	margin-left: 1em;
	width: 2.5em;
	height: 1.2em;
	border-radius: var(--radius);
	background: #0002;
	padding: 1px;
	cursor: pointer;
}

.topbelt input#checkbox+label:hover {
	background: #0005;
}

.topbelt input#checkbox+label span {
	display: block;
	background: var(--blue);
	width: 1.2em;
	height: 1.2em;
	border-radius: var(--radius);
	border: 1px solid #ffffff;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.2s ease;
}

.topbelt input#checkbox:checked+label span {
	left: 1.3em;
	background: var(--orange);
}

.headerbelt {
	position: relative;
}

.headerbelt>div {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1;
	font-size: .75rem;
}

@media(max-width:480px) {
	.headerbelt>div {
		padding: 0 10px;
	}
}

@media(max-width:1000px) {
	.headerbelt a.logo {
		padding-left: 70px;
	}
}

@media(max-width:480px) {
	.headerbelt a.logo {
		padding-left: 40px;
	}
}


.headerbelt a.logo img {
	width: 12rem;
	height: 7rem;
	object-fit: contain;
}

@media(max-width:1000px) {
	.headerbelt a.logo img {
		width: 9rem;
		height: 5rem;
	}
}

@media(max-width:600px) {
	.headerbelt a.logo img {
		width: 7rem;
	}
}

@media(max-width:480px) {
	.headerbelt a.logo img {
		width: 7rem;
		padding-left: .5rem;
	}
}

input,
textarea,
select,
button {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	border: 1px solid var(--lightgray);
	padding: .7em;
	font-size: 1em;
	line-height: 1;
	border-radius: var(--smallradius);
	accent-color: var(--orange);
}

input[type="checkbox"],
input[type="radio"] {
	width: 1em;
	height: 1em;
	position: relative;
	top: -.07em;
	margin-right: .33rem;
}

.headerbelt input {
	width: 33vw;
	padding: .7em 1em;
	min-width: 200px;
	line-height: 1.5em;
	border: 2px solid var(--lightgray);
}

@media(max-width:480px) {
	.headerbelt input {
		width: 33vw;
		margin-left: 1rem;
		padding: .7em 1em;
		min-width: 110px;
		font-size: .5rem;
	}
}

.headerbelt input[type="submit"] {
	width: 2em;
	min-width: 3em;
	line-height: 1.5em;
	background: url('gfx/search.svg') no-repeat center;
	background-size: contain;
	text-align: left;
	text-indent: -9999px;
	border: none;
	filter: invert(44%) sepia(93%) saturate(2704%) hue-rotate(347deg) brightness(96%) contrast(107%);
	/* to orange */
}

@media(max-width:600px) {
	.headerbelt input[type="submit"] {
		display: none;
	}
}

@media(max-width:1000px) {
	.headerbelt>div>nav {
		display: none;
	}
}

.headerbelt nav ul {
	display: flex;
	list-style-type: none;
	margin: 0;
	width: 13rem;
}

.headerbelt nav ul li {
	text-align: center;
	width: 3rem;
}

.headerbelt nav ul li+li {
	margin-left: 1rem;
}

.headerbelt nav ul li a {
	color: var(--black);
}

.headerbelt nav ul li:last-child a {
	color: var(--orange);
}

.headerbelt nav ul li img {
	width: 2rem;
	height: 2rem;
	display: block;
	margin: 0 auto;

}

.headerbelt nav>ul>li:last-child img {
	filter: invert(44%) sepia(93%) saturate(2704%) hue-rotate(347deg) brightness(96%) contrast(107%);
	/* to orange */
}

.menubelt {
	position: relative;
	background: var(--gray);
}

.menubelt>div {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
	padding: 0 20px;
}

@media(max-width:480px) {
	.menubelt>div {
		padding: 0 10px;
	}
}

.menubelt>div>nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1;
	font-size: .8rem;
}

.menubelt ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menubelt a {
	display: block;
	color: var(--white);
	padding: 1rem .5rem;
}

.menubelt a:hover,
.menubelt>div>nav>ul>li:has(ul:hover)>a {
	color: var(--orange);
}

.menubelt a:has(img) {
	position: relative;
	padding-left: 1.5em;
}

.menubelt a img {
	min-height: 100%;
	width: 1.6em;
	object-fit: contain;
	position: absolute;
	left: 0em;
	top: -.07em;
	filter: brightness(0) invert(1);
}

.menubelt>div>nav>ul>li:first-child {
	margin-right: 1rem;
}

@media(max-width:1200px) {
	.menubelt>div>nav>ul>li:first-child {
		margin-right: .2rem;
	}
}

.menubelt>div>nav>ul>li:first-child>ul {
	display: none !important;
}

.menubelt>div>nav>ul>li:first-child a {
	background: var(--orange);
	padding-left: 2rem;
	width: calc(270px - 2rem);
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.menubelt>div>nav>ul>li:first-child a:hover {
	background: var(--orange2);
	color: var(--white);
}

.menubelt>div>nav>ul>li:first-child a span {
	font-size: .9em;
	text-transform: uppercase;
}

.menubelt>div>nav>ul>li:first-child a img {
	left: .6rem;
}

.menubelt>div>nav>ul>li:first-child a::after {
	content: '>';
	display: block;
	position: absolute;
	top: 0;
	right: .5rem;
	height: 100%;
	line-height: 2rem;
	width: 2rem;
	text-align: center;
	transform: scale(1, .7) rotate(90deg);
}

.menubelt>div>nav>ul+a {
	padding-left: 2rem;
}

.menubelt>div>nav>ul+a span {
	font-size: .8em;
	text-transform: uppercase;
}

.menubelt>div>nav>ul+a img {
	left: .6em;
}

.menubelt>div>nav>ul+a:hover img {
	filter: invert(44%) sepia(93%) saturate(2704%) hue-rotate(347deg) brightness(96%) contrast(107%);
	/* to orange */
}

.menubelt>div>nav>ul li {
	position: relative;
	display: inline-block;
}

.menubelt>div>nav>ul>li:nth-child(2) {
	display: none !important;
}

@media(max-width:1200px) {
	.menubelt>div>nav>ul>li+li>a {
		font-size: .7rem;
		padding-left: .2rem;
	}

	.menubelt>div>nav>ul>li:last-child {
		display: none;
	}
}

.menubelt>div>nav>ul>li:has(ul)>a {
	padding-right: 1.3rem;
}

.menubelt>div>nav>ul>li:has(ul)>a::after {
	content: '>';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	line-height: 2rem;
	width: 2rem;
	text-align: center;
	transform: scale(1, .7) rotate(90deg);
}

.menubelt>div>nav>ul ul {
	display: none;
	position: absolute;
	top: 2rem;
	left: 0;
	background: #fff;
	z-index: 10;
	min-width: 200px;
	max-width: 350px;
	border-radius: var(--smallradius);
	box-shadow: .25rem .25rem .5rem #0003;
}

.menubelt>div>nav>ul li:hover>ul {
	display: block;
}

.menubelt>div>nav>ul ul li {
	display: block;
}

.menubelt>div>nav>ul ul a {
	color: var(--gray);
	border-bottom: 1px solid #0001;
	padding-left: 1rem;
	font-size: .9em;
	padding-top: .5rem;
	padding-bottom: .5rem;
}

input#rwdmn,
input#rwdmn+label {
	display: none;
}

@media (max-width: 1000px) {

	input#rwdmn+label+nav {
		display: none;
	}

	input#rwdmn+label {
		display: block;
		position: fixed;
		left: 20px;
		top: 65px;
		cursor: pointer;
		padding: 0;
		width: 50px;
		height: 50px;
		font-size: 50px;
		line-height: 50px;
		background: #fff;
		color: var(--orange);
		z-index: 100;
		text-align: center;
		outline: 2px solid var(--orange);
		border-radius: var(--radius);
		font-weight: normal;
	}

	@media (max-width: 480px) {
		input#rwdmn+label {
			left: 10px;
			top: 68px;
			width: 40px;
			height: 40px;
			font-size: 40px;
			line-height: 40px;
			border-radius: var(--smallradius);
		}
	}

	input#rwdmn:checked+label {
		left: auto;
		right: 20px;
		top: 20px;
	}

	input#rwdmn+label>span::before {
		content: '\2261';
	}

	input#rwdmn:checked+label>span::before {
		content: '\D7';
	}

	input#rwdmn+label>span span {
		display: none;
	}

	input#rwdmn:checked+label+nav {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		background: #000c;
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		padding-top: 1rem;
		z-index: 50;
		overflow-x: hidden;
		overflow-y: scroll;
	}

	input#rwdmn:checked+label+nav * {
		color: #fff;
		background: 0;
		box-shadow: none;
		border: 0;
	}

	input#rwdmn:checked+label+nav>a {
		display: none;
	}

	input#rwdmn:checked+label+nav a {
		padding-left: 2rem !important;
	}

	input#rwdmn:checked+label+nav a::after {
		display: none;
	}

	input#rwdmn:checked+label+nav ul {
		display: block !important;
		padding: 0 0 0 .5rem;
		background: transparent;
		position: relative;
		left: 0;
		top: 0;
		outline: 0;
	}

	input#rwdmn:checked+label+nav>ul {
		padding: 0 1rem 0 0;
	}

	input#rwdmn:checked+label+nav li {
		display: block !important;
		text-align: left;
		border: none;
	}

	input#rwdmn:checked+label+nav>ul>li:nth-child(1),
	input#rwdmn:checked+label+nav>ul>li:nth-child(2) {
		width: 45%;
		display: inline-block !important;
		vertical-align: top;
	}

	input#rwdmn:checked+label+nav>ul>li:nth-child(1)>ul>li>a,
	input#rwdmn:checked+label+nav>ul>li:nth-child(2)>ul>li>a {
		font-weight: bold;
	}

	input#rwdmn:checked+label+nav>ul>li:nth-child(1)>a,
	input#rwdmn:checked+label+nav>ul>li:nth-child(2)>a {
		display: none;
	}

	input#rwdmn:checked+label+nav>ul>li:nth-child(1) a,
	input#rwdmn:checked+label+nav>ul>li:nth-child(1) a * {
		color: var(--orange) !important;
	}

	input#rwdmn:checked+label+nav>ul>li+li+li {
		display: none !important;
	}

	input#rwdmn:checked+label+nav li a {
		padding: .25rem 1rem;
		font-size: .8rem;
		line-height: .95;
	}

	input#rwdmn:checked+label+nav li a:hover,
	input#rwdmn:checked+label+nav li a.active {
		background: var(--kolor2);
	}

	input#rwdmn:checked+label+nav li>ul,
	input#rwdmn:checked+label+nav li:hover>ul {
		display: block;
		position: relative;
		left: 0;
		top: 0;
		margin: 0;
		padding: 0;
	}

	input#rwdmn:checked+label+nav li ul a {
		width: auto;
	}

	input#rwdmn:checked+label+nav li ul a {
		padding-left: 1rem;
	}

	input#rwdmn:checked+label+nav li ul ul a {
		padding-left: 2rem;
	}

	input#rwdmn:checked+label+nav li ul ul ul a {
		padding-left: 3rem;
	}

}

/* @media (max-width: 1000px) */

.searchbox {
	position: relative;
	margin: 1.5rem 0;
}

.mainbanners {
	position: relative;
}

.mainbanners>div {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
	padding: 0 20px;
	display: grid;
	grid-template-columns: 280px 1fr 280px;
	gap: 1rem;
	align-items: stretch;
}

@media(max-width:1120px) {
	.mainbanners>div {
		grid-template-columns: 220px 1fr 250px;
	}
}

@media(max-width:1000px) {
	.mainbanners>div {
		grid-template-columns: 1fr 300px;
	}
}

@media(max-width:800px) {
	.mainbanners>div {
		grid-template-columns: 1fr 1fr;
	}
}

@media(max-width:480px) {
	.mainbanners>div {
		padding: 0 10px;
	}
}

@media(max-width:1000px) {
	.mainbanners>div>nav {
		display: none;
	}
}

.mainbanners>div>nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: var(--verylightgray);
	border-radius: var(--radius);
	border: 1px solid var(--lightgray);
}

.mainbanners>div>nav ul ul {
	display: none;
}

.mainbanners>div>nav ul li:hover ul {
	display: block;
	position: absolute;
	left: 90%;
	top: -1px;
	z-index: 10;
	width: 500px;
	height: 400px;
	padding-right: 250px;
	border-radius: 0;
	background: #fff;
	box-shadow: .25rem .25rem .5rem #0001;
	background: #fff url('gfx/il1.jpg') no-repeat;
	background-position: 250px;
	background-size: cover;
}

.mainbanners>div>nav ul li {
	display: block;
	position: relative;
}

.mainbanners>div>nav ul li+li {
	border-top: 1px solid #00000009;
}

.mainbanners>div>nav li a {
	display: block;
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: var(--black);
	line-height: 1.2;
	font-size: .75rem;
}

.mainbanners>div>nav li a:hover {
	background: var(--lightgray);
}

.mainbanners>div>nav li:has(ul:hover)>a {
	background: var(--lightgray);
}

.mainbanners>div>nav>ul>li:first-child a {
	border-radius: var(--radius) var(--radius) 0 0;
}

.mainbanners>div>nav>ul>li:last-child a {
	border-radius: 0 0 var(--radius) var(--radius);
}

.mainbanners>div>nav li li a {
	display: block;
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: var(--black);
	line-height: 1.2;
	font-size: .75rem;
	padding-left: 1rem;
	border-radius: 0 !important;
}

.mainbanners>div>nav li li a:hover {
	background: var(--verylightgray);
}

.mainbanners>div>nav li li a::after {
	display: none;
}

.mainbanners>div>nav a:has(img) {
	position: relative;
	padding-left: 2.5em;
}

.mainbanners>div>nav a img {
	min-height: 100%;
	width: 1.6em;
	object-fit: contain;
	position: absolute;
	left: .5em;
	top: -.1rem;
}

.mainbanners>div>nav ul li:has(ul) a:after {
	content: '>';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	line-height: 2.5rem;
	width: 2rem;
	text-align: center;
	transform: scale(.7, 1);
}

.mainbanners .slider {
	border-radius: var(--radius);
	overflow: hidden;
}

@media(max-width:800px) {
	.mainbanners .slider {
		grid-column: 1 / span 2;
		height: 300px;
	}
}

.mainbanners .slider>nav {
	position: absolute;
	bottom: .5rem;
	left: 0;
	width: 100%;
	z-index: 6;
	text-align: center;
	font-size: 0;
}

.mainbanners .slider>nav input {
	display: none;
}

.mainbanners .slider>nav label {
	display: inline-block;
	width: .6rem;
	height: .6rem;
	margin: .2rem;
	background: #fff;
	border-radius: var(--radius);
	box-shadow: 0 0 .3rem #0009;
	cursor: pointer;
	transition: all 0.2s;
}

.mainbanners .slider>nav input:checked+label {
	width: 1rem;
}

.mainbanners .slider ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	width: 100%;
	height: 100%;
	background: var(--gray);
}

.mainbanners .slider ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	opacity: 0;
	z-index: 3;
	transition: all 0.5s;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.mainbanners .slider ul li span {
	color: var(--orange);
	text-shadow: 0 0 .1rem #0004;
	padding: .25rem 2rem;
}

.mainbanners .slider ul li h3 {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-shadow: 0 0 .2rem #0009;
	padding: .25rem 2rem;
}

.mainbanners .slider ul li .buttons {
	color: #fff;
	font-weight: bold;
	padding: .5rem 1.75rem;
}

.mainbanners .slider ul li .buttons button {
	color: #fff;
	font-weight: bold;
	font-size: .7rem;
	text-transform: uppercase;
	padding: .5rem 1rem;
	background: var(--gray);
	border: none;
	margin: .25rem;
	cursor: pointer;
	transition: all 0.5s;
}

.mainbanners .slider ul li .buttons button:hover {
	background: var(--black);
}

.mainbanners .slider ul li .lightbuttons button {
	color: var(--black);
	background: var(--lightgray);
}

.mainbanners .slider ul li .buttons button:hover {
	background: #fff;
}

.mainbanners .slider:has(input#sli1:checked) ul li:nth-child(1) {
	opacity: 1;
	z-index: 5;
}

.mainbanners .slider:has(input#sli2:checked) ul li:nth-child(2) {
	opacity: 1;
	z-index: 5;
}

.mainbanners .slider:has(input#sli3:checked) ul li:nth-child(3) {
	opacity: 1;
	z-index: 5;
}

.mainbanners .slider:has(input#sli4:checked) ul li:nth-child(4) {
	opacity: 1;
	z-index: 5;
}

.mainbanners .slider:has(input#sli5:checked) ul li:nth-child(5) {
	opacity: 1;
	z-index: 5;
}

.mainbanners .slider:has(input#sli6:checked) ul li:nth-child(6) {
	opacity: 1;
	z-index: 5;
}

.mainbanners .slider:has(input#sli7:checked) ul li:nth-child(7) {
	opacity: 1;
	z-index: 5;
}

.mainbanners .slider:has(input#sli8:checked) ul li:nth-child(8) {
	opacity: 1;
	z-index: 5;
}

.mainbanners .slider:has(input#sli9:checked) ul li:nth-child(9) {
	opacity: 1;
	z-index: 5;
}

.mainbanners .banners {
	display: grid;
	gap: 1rem;
}

@media(max-width:800px) {
	.mainbanners .banners {
		grid-column: 1 / span 2;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 1rem;
	}
}

@media(max-width:600px) {
	.mainbanners .banners {
		grid-template-columns: 1fr;
	}
}

.mainbanners .banners .banner {
	display: grid;
	align-items: center;
	position: relative;
	border-radius: var(--radius);
	background-size: cover;
	padding: 1rem;
}

.mainbanners .banners .banner>span {
	display: block;
	color: var(--orange);
	text-shadow: 0 0 .1rem #0004;
	font-size: .8rem;
	padding: .2rem 0;
}

.mainbanners .banners .banner>h3 {
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	text-shadow: 0 0 .2rem #0009;
	padding: .2rem 0;
}

.mainbanners .banners .banner>button {
	color: #fff;
	width: 60%;
	font-size: .65rem;
	text-transform: uppercase;
	padding: .5rem 1rem;
	margin: .3rem 0;
	background: var(--gray);
	border: none;
	cursor: pointer;
	transition: all 0.5s;
}

.mainbanners .banners .banner>button:hover {
	background: var(--black);
}

.statements {
	position: relative;
	margin: 2rem 0 0;
}

.statements>div {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
	padding: 0 20px;
}

@media(max-width:480px) {
	.statements>div {
		padding: 0 10px;
	}
}

.statements>div ul {
	display: grid;
	grid-template-columns: repeat(4, 25%);
	gap: 1rem;
	justify-items: center;
	width: calc(100% - 3rem);
	margin: 0;
	padding: 0;
	list-style: none;
}

@media(max-width: 1000px) {
	.statements>div ul {
		grid-template-columns: repeat(2, 50%);
	}
}

.statements>div ul li {
	position: relative;
	display: grid;
	grid-template-columns: 3rem 1fr;
	align-items: center;
	max-width: 300px;
}

@media(max-width: 1200px) {
	.statements>div ul li {
		font-size: .8rem;
	}
}

.statements>div ul li img {
	grid-row: 1 / span 2;
	width: 3em;
	height: 3em;
	object-fit: contain;
}

.statements>div ul li strong {
	display: block;
	padding: .2em .5em;
	font-size: 1.1em;
	align-self: end;
}

.statements>div ul li span {
	display: block;
	padding: .2em .5em;
	font-size: .8em;
	align-self: start;
}

.iconsandlogos {
	position: relative;
	margin: 2rem 0 0;
}

.iconsandlogos>div {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
	padding: 0 20px;
	display: grid;
	grid-template-columns: 40% 1fr;
	align-content: center;
}

@media(max-width:1060px) {
	.iconsandlogos>div {
		grid-template-columns: 100%;
		gap: 2rem;
	}
}

@media(max-width:480px) {
	.iconsandlogos>div {
		padding: 0 10px;
	}
}

.iconsandlogos ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gicons {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	align-content: center;
	margin: 0;
}

.gicons>li {
	display: block;
	text-align: center;
	font-size: .65em;
	line-height: 1;
}

@media(max-width:480px) {
	.gicons>li {
		font-size: .55em;
	}
}

.gicons>li img {
	display: block;
	margin: 0 auto .2rem;
	width: 2.6rem;
	height: 2.6rem;
	object-fit: contain;
	filter: invert(44%) sepia(93%) saturate(2704%) hue-rotate(347deg) brightness(96%) contrast(107%);
	/* to orange */
}

.iconsandlogos ul:nth-child(2) {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	margin-left: 2rem;
}

@media(max-width:1060px) {
	.iconsandlogos ul:nth-child(2) {
		margin-left: 0;
	}
}

.iconsandlogos ul:nth-child(2) li {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.iconsandlogos ul:nth-child(2)>li img {
	display: block;
	margin: 0 auto;
	max-width: 80%;
	max-height: 70%;
	object-fit: contain;
}

.prodthumbs {
	position: relative;
	margin: 2rem 0 0;
}

.prodthumbs>div {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
	padding: 0 20px;
}

@media(max-width:480px) {
	.prodthumbs>div {
		padding: 0 10px;
	}
}

.prodthumbs>div section header>* {
	display: block;
	font-size: 2rem;
	margin-bottom: 2rem;
	font-weight: bold;
}

.prodthumbs>div ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(auto-fit, 320px);
	gap: 1.5rem 1rem;
	justify-content: space-between;
}

@media(max-width:1060px) {
	.prodthumbs>div ul {
		justify-content: center;
	}
}

.prodthumbs>div ul>li a {
	display: block;
	overflow: hidden;
	background: #fff;
	padding: .5rem;
	line-height: 1;
	color: var(--black);
	border-radius: var(--radius);
	border: 1px solid var(--lightgray);
}

.prodthumbs>div ul>li a:hover {
	transform: scale(1.1, 1.1);
	box-shadow: .5rem .5rem 1rem #0005;
}

.prodthumbs>div ul>li a>span {
	display: block;
	font-size: .7rem;
	padding-bottom: .2rem;
}

.prodthumbs>div ul>li a>strong {
	display: block;
	font-size: 1.2rem;
	padding-bottom: .1rem;
}

.prodthumbs>div ul>li a>small {
	display: block;
	font-size: .65rem;
	padding-bottom: .3rem;
}

.prodthumbs>div ul>li a>ul {
	display: block;
	font-size: 0;
	opacity: .66;
	text-align: right;
	margin-right: -.5rem;
}

.prodthumbs>div ul>li a>ul>li {
	display: inline-block;
	vertical-align: middle;
	font-size: .65rem;
	line-height: 1;
	background: var(--lightgray);
	padding: .3rem;
}

.prodthumbs>div ul>li a>ul>li+li {
	border-left: 1px solid #0002;
}

.prodthumbs>div ul>li a>ul>li:first-child {
	border-radius: var(--smallradius) 0 0 var(--smallradius);
}

.prodthumbs>div ul>li a>ul>li:last-child {
	padding-right: .5rem;
}

.prodthumbs>div ul>li a>ul>li img {
	width: 1em;
	height: 1em;
	object-fit: contain;
	display: inline-block;
	vertical-align: bottom;
}

.prodthumbs>div ul>li a .pic {
	display: block;
	position: relative;
	margin-top: .5rem;
	height: 70vw;
	max-height: 150px;
	overflow: hidden;
}

.prodthumbs>div ul>li a .pic>img {
	position: absolute;
	top: 0;
	left: 0;
	height: 70vw;
	max-height: 150px;
	min-width: 100%;
	max-width: 100%;
	object-fit: cover;
	object-position: top;
}

.prodthumbs>div ul>li a .pic .signs {
	position: absolute;
	left: 0;
	top: 0;
}

.prodthumbs>div ul>li a .pic .signs img {
	object-fit: contain;
	width: 1.5rem;
	height: 1.5rem;
}

.prodthumbs>div ul>li a .pic .rate {
	position: absolute;
	right: 0;
	bottom: -1px;
	background: #fff;
	border-radius: var(--smallradius) 0 0 0;
	font-size: .8rem;
	line-height: 1;
}

.prodthumbs>div ul>li a .pic .rate>span:nth-child(1) {
	display: inline-block;
	vertical-align: middle;
	padding: .35rem .3rem .3rem .5rem;
	font-weight: bold;
}

.stars {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 20px;
	background: url('gfx/star-empty.svg') repeat-x left center;
	background-size: 20px;
	filter: invert(82%) sepia(37%) saturate(2882%) hue-rotate(357deg) brightness(100%) contrast(105%);
	/* to yellow */
}

.stars>span {
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	width: 50% !important;
	background: url('gfx/star.svg') repeat-x left center;
	background-size: 20px;
}

.prodthumbs>div ul>li a .price {
	display: block;
	position: relative;
	text-align: center;
	font-size: 0;
}

.prodthumbs>div ul>li a .price>* {
	display: inline-block;
	vertical-align: bottom;
	width: 50%;
	font-size: 1rem;
}

.prodthumbs>div ul>li a .price>span {
	padding-top: .3rem;
}

.prodthumbs>div ul>li a .price>span .oldprice {
	display: inline-block;
	font-size: .8rem;
	padding: 0 .2rem;
	position: relative;
	color: #aaa;
	font-weight: bold;
	opacity: .9;
}

.prodthumbs>div ul>li a .price>span .oldprice::after {
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background: #aaa;
	position: absolute;
	left: 0;
	top: 40%;
}

.prodthumbs>div ul>li a .price>span .oldprice>span {
	display: inline-block;
	vertical-align: baseline;
}

.prodthumbs>div ul>li a .price>span .oldprice>span>span:nth-child(1) {
	display: inline-block;
	vertical-align: baseline;
	font-size: .75em;
	position: relative;
	top: -.3em;
}

.prodthumbs>div ul>li a .price>span .oldprice>span>span:nth-child(2) {
	display: inline-block;
	position: relative;
	vertical-align: baseline;
	width: 3px;
	border-right: 1px solid #aaa;
	height: .8em;
	transform: rotate(30deg);
}

.prodthumbs>div ul>li a .price>span .oldprice>span>span:nth-child(3) {
	display: inline-block;
	vertical-align: baseline;
	font-size: .75em;
	position: relative;
}

.prodthumbs>div ul>li a .price .regprice {
	display: block;
	font-size: 1.7rem;
	padding: .1rem;
	font-weight: bold;
}

.prodthumbs>div ul>li a .price .regprice>span>span:nth-child(1) {
	display: inline-block;
	vertical-align: baseline;
	font-size: .5em;
	position: relative;
	top: -.5em;
}

.prodthumbs>div ul>li a .price>span .regprice>span>span:nth-child(2) {
	display: inline-block;
	position: relative;
	vertical-align: baseline;
	width: 3px;
	border-right: 1px solid #000;
	height: .8em;
	transform: rotate(30deg);
}

.prodthumbs>div ul>li a .price>span .regprice>span>span:nth-child(3) {
	display: inline-block;
	vertical-align: baseline;
	font-size: .5em;
	position: relative;
}

.prodthumbs>div ul>li a .price>div.likebutton {
	background: var(--blue);
	color: #fff;
	line-height: 2em;
	margin: 0 .5rem;
	width: calc(50% - 1rem);
	border-radius: var(--smallradius);
	transition: all 0.3s;
}

.prodthumbs>div ul>li a .price>div.likebutton:hover {
	background: var(--orange);
}


.textplace {
	position: relative;
	margin: 1rem 0 0;
	background: var(--verylightgray);
	border-top: 1px solid var(--lightgray);
	border-bottom: 1px solid var(--lightgray);
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: .75rem;
	margin-bottom: -1px;
}

.textplace>div {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
	padding: 0 20px;
	line-height: 1.4;
}

@media(max-width:480px) {
	.textplace>div {
		padding: 0 10px;
	}
}

.textplace p,
.textplace ul,
.textplace ol,
.textplace h1,
.textplace h2,
.textplace h3,
.textplace h4,
.textplace h5,
.textplace h6 {
	margin-bottom: 1rem;
}

.textplace h1,
.textplace h2,
.textplace h3,
.textplace h4,
.textplace h5,
.textplace h6 {
	font-weight: bold;
}

.textplace ul {
	margin: 0 !important;
	list-style-type: none;
	font-size: .65rem;
}

.textplace ul li {
	display: inline-block;
}

.textplace ul li a {
	color: var(--blue2);
}

.textplace ul li::after {
	content: ',';
}

.textplace ul li:last-child::after {
	content: '';
}

.textplace ul li:has(>strong)::after {
	content: '';
}

.textplace h1 {
	font-size: 2rem;
}

.textplace h2 {
	font-size: 1.6rem;
}

.textplace h3 {
	font-size: 1.4rem;
}

.textplace h4 {
	font-size: 1.2rem;
}

.textplace h5 {
	font-size: 1rem;
}

.textplace h6 {
	font-size: .9rem;
}

.textplace h1 img,
.textplace h2 img,
.textplace h3 img,
.textplace h4 img,
.textplace h5 img,
.textplace h6 img,
.textplace h7 img {
	height: 1.4em;
	width: 1.4em;
	object-fit: contain;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -.05em;
	margin-right: .3em;
}

.textplace.cols2>div {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

@media(max-width:600px) {

	.textplace.cols2>div>section {
		grid-column: 1 /-1;
	}
}

.textplace.cols2>div {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.textplace.cols2 h3 {
	height: 1.5rem;
}

.textplace.cols2>div img {
	width: 1.5rem;
	height: 1.5rem;
	margin-bottom: 0.5rem;
}

.bigbanner {
	position: relative;
	margin-top: 4rem;
}

.bigbanner img {
	min-width: 100%;
	max-width: 100%;
}

body>footer {
	position: relative;
	margin-top: 0rem;
	border-top: 1px solid var(--lightgray);
}

body>footer>div {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
	padding: .5rem 20px;
	font-size: 0;
	text-align: center;
}

@media(max-width:800px) {
	body>footer>div {
		padding: .5rem 0;
	}
}

body>footer nav {
	font-size: .6rem;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	text-align: left;
	line-height: 2;
}

@media(max-width:1000px) {
	body>footer nav {
		font-size: .8rem;
		width: 33%;
	}
}

@media(max-width:800px) {
	body>footer nav {
		font-size: .7rem;
		display: block;
		width: 90%;
		min-width: 0px;
		margin: 0 auto 2rem auto;
		text-align: center;
		line-height: 1.5;
	}
}

body>footer nav>ul>li:first-child {
	font-weight: 600;
	font-size: 1.4em;
	display: block;
	margin-bottom: 0rem;
	margin-top: 1rem;
}

body>footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body>footer a {
	color: var(--black);
}

body>footer nav:nth-child(3) img {
	max-width: 100px;
	margin: 1rem 2rem;
}

body>footer nav input {
	font-size: .7em;
	margin: 0 !important;
	border: 1px solid var(--midgray);
	border-radius: var(--smallradius) 0 0 var(--smallradius);
	max-height: 2.5rem;
	min-height: 2.5rem;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 1rem;
	padding-right: 1rem;
	width: calc(80% - 2rem);
	display: inline-block;
	vertical-align: middle;
}

body>footer nav input+input {
	border-radius: 0 var(--smallradius) var(--smallradius) 0;
	height: 2.5rem;
	width: 28%;
	background: var(--midgray);
	color: #fff;
	position: relative;
	max-height: calc(2.5rem + 2px);
	min-height: calc(2.5rem + 2px);
	left: -.5rem
}

body>footer>div>nav:last-child ul {
	display: grid;
	align-items: center;
	justify-items: center;
	grid-template-columns: repeat(6, 1fr);
}


body>footer>div>nav:last-child ul li:first-child,
body>footer>div>nav:last-child ul li:nth-child(2) {
	grid-column: 1 /-1;
	justify-self: stretch;
}

body>footer>div>nav:last-child ul li:nth-child(2) {
	margin-bottom: 2rem;
}

body>footer>div>nav:last-child ul li:nth-child(2) form {
	display: block;
	min-width: 300px;
	font-size: .9rem;
}

a.sbt {
	display: block;
	background: var(--lightgray);
	text-align: center;
	margin: 0;
	padding: .5rem;
}

.sbt img {
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	object-fit: contain;
	opacity: .5;
}

body>footer>div>nav:last-child ul li.badges {
	margin-bottom: 0;
	grid-column: 1 / span 6
}


body>footer>div>nav:last-child ul li.badges img {
	width: 90px;
	margin: 2rem .5rem 0;
}


.breadcrumbs {
	position: relative;
	background: var(--verylightgray);
}

.breadcrumbs>div {
	position: relative;
	display: block;
	padding: .5rem 0;
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
}

.breadcrumbs>div ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
	opacity: .7;
	padding-left: 1rem;
}

.breadcrumbs>div ul li {
	font-size: .6rem;
	display: inline-block;
}

.breadcrumbs>div ul li a {
	color: #000;
}

.breadcrumbs>div ul li:has(a)::after {
	content: ">";
	display: inline-block;
	margin: 0 .4rem;
}

.listing {
	position: relative;
	margin-top: .5rem;
}

.listing>div {
	position: relative;
	display: block;
	padding: .5rem 0;
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
	display: grid;
	grid-template-columns: minmax(250px, 350px) 1fr;
	gap: 2rem;
}

@media(max-width:1420px) {
	.listing>div {
		gap: 1rem;
		padding-right: 1rem;
		width: calc(100% - 1rem);
	}
}

@media(max-width:1150px) {
	.listing>div {
		grid-template-columns: 1fr;
		gap: 0;
		padding-right: 1rem;
		padding-left: 1rem;
		width: calc(100% - 2rem);
	}
}

.filters {
	position: relative;
	background: var(--verylightgray);
	border-radius: var(--radius);
	padding: 1rem;
	text-align: center;
	font-size: .8rem;
}

@media(max-width:1420px) {
	.filters {
		border-radius: 0 var(--radius) var(--radius) 0;
	}
}

@media(max-width:980px) {
	.filters {
		padding-left: .5rem !important;
		padding-right: .5rem !important;
	}
}

@media(max-width:1150px) {
	.filters {
		position: absolute;
		left: -350px;
		margin-top: 60px;
		width: 300px;
		z-index: 30;
		box-shadow: 0 0 1rem #0005;
		transition: all 0.3s;
	}

	.overfilters:has(input:checked)+.filters {
		left: 0;
	}
}

@media(max-width:1150px) {
	.overfilters {
		display: block !important;
		position: absolute;
		left: 0;
		width: 50px;
		height: 60px;
		z-index: 25;
	}

	.overfilters input {
		display: none;
	}

	.overfilters label {
		display: block;
		position: relative;
	}

	.overfilters input:checked+label::after {
		content: '';
		width: 100vw;
		height: 100vh;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 10;
	}

	.overfilters img {
		width: 2rem;
		margin-top: .4rem;
	}
}

.filters>header>* {
	font-size: 1.2rem;
	margin-bottom: 1rem;
}

.searchby {
	position: relative;
	display: block;
	background: var(--lightgray);
	border-radius: var(--radius);
	font-size: 0;
	margin-bottom: 1rem;
}

.searchby input {
	display: none;
}

.searchby label {
	display: inline-block;
	vertical-align: middle;
	width: calc(50% - .4rem);
	font-size: .7rem;
	padding: .3rem .2rem;
	text-align: center;
	border-radius: var(--radius);
	transition: all 0.3s;
	cursor: pointer;
}

.searchby input:checked+label {
	background: var(--orange);
	color: #fff;
}

.filters .bysize,
.filters .bycar {
	display: none;
}

.filters:has(input#searchby1:checked) .bysize {
	display: block;
}

.filters:has(input#searchby2:checked) .bycar {
	display: block;
}

.filters .sizes {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1rem;
	margin-bottom: 1rem;
}

.filters select {
	font-size: .7rem;
	padding: .3rem;
	width: 100%;
	border-color: var(--midgray);
}

.filters .sizes select {
	margin-top: .3rem;
}

.filters .producerclass {
	position: relative;
	margin-bottom: 1rem;
}

.filters .producerclass {
	position: relative;
	margin-bottom: 1rem;
	text-align: left;
}

*:has(label.likeselect)>input {
	display: none;
}

label.likeselect {
	display: block;
	position: relative;
	background: #fff;
	font-size: .7rem;
	padding: .4rem .6rem;
	border: 1px solid var(--midgray);
	border-radius: var(--smallradius);
	margin-top: .3rem;
	cursor: pointer;
}

label.likeselect::before {
	content: '^';
	font-size: 1.1em;
	line-height: 1;
	font-weight: bold;
	display: block;
	position: absolute;
	top: .4rem;
	right: .3rem;
	transform: scale(1, .66) rotate(180deg);
}

.popup {
	display: none;
}

input:checked+label.likeselect::after {
	content: '';
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
}

input:checked+label.likeselect+.popup {
	display: block;
	position: absolute;
	left: 0;
	z-index: 30;
	width: 100%;
	min-width: 300px;
}

.producerclass>input:checked+label.likeselect+.popup {
	width: 50vw;
}

.popup {
	display: none;
	background: #fff;
	box-shadow: 0 0 2rem #0004;
	border-radius: var(--radius);
	padding: 1rem;
	width: 280px;
}

.popup::after {
	content: '';
	display: block;
	position: absolute;
	top: -.7rem;
	left: calc(50% - 2rem + 1rem);
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 1rem 1rem 1rem;
	border-color: transparent transparent #ffffff transparent;
}

.producerclass .popup::after {
	left: 13rem;
}

.producerclass .popup>input {
	width: calc(100% - 1rem - 2px - 2rem);
	padding: .5rem;
	background: url('gfx/search2.svg') no-repeat right .5rem center;
	background-size: 1.5em;
	border-color: var(--blue);
}

.producerclass .popup>label {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 40px;
	font-weight: 200;
	width: 50px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.popup button {
	position: relative;
	display: block;
	color: #fff;
	background: var(--orange);
	font-weight: bold;
	padding: .66rem 2rem;
}

.producerclass .popup button {
	margin: 0 0 0 auto;
}

.producerclass .popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.producerclass .popup ul li {
	display: block;
	margin-top: 1rem;
}

.producerclass .popup ul li>span {
	display: block;
	background: var(--lightgray);
	padding: 0 .5rem;
	border-radius: var(--smallradius);
}

.producerclass .popup ul li.g1>span {
	background: linear-gradient(to left, #f005, var(--lightgray), var(--lightgray));
}

.producerclass .popup ul li.g2>span {
	background: linear-gradient(to left, #00a5, var(--lightgray), var(--lightgray));
}

.producerclass .popup ul li.g3>span {
	background: linear-gradient(to left, #0c05, var(--lightgray), var(--lightgray));
}

.producerclass .popup ul ul li {
	margin-top: 0;
	display: inline-block;
	background: transparent;
	width: 250px;
	padding-left: 1rem;
}

.producerclass .popup ul li label {
	display: inline-block;
	padding: .5rem;
}

div.info {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	cursor: default;
}

div.info>span:first-child {
	display: block;
	color: var(--blue);
	border: 1px solid var(--blue);
	width: 1.2em;
	height: 1.2em;
	font-size: .6rem;
	line-height: 1.4;
	font-weight: bold;
	border-radius: 99px;
	text-align: center;
}

div.info>div {
	display: none;
}

div.info:hover>div {
	display: block;
	position: absolute;
	left: .7em;
	bottom: .7em;
	width: 200px;
	background: #fff;
	font-size: .65rem;
	line-height: 1.2;
	padding: .5rem;
	border-radius: var(--smallradius) var(--smallradius) var(--smallradius) 0;
	box-shadow: 0 0 1rem #0005;
	z-index: 10;
}

hr {
	margin: 1rem 0;
	border: none;
	border-top: 1px solid var(--lightgray);
}

.season {
	position: relative;
	margin-bottom: 1rem;
}

.betterradio {
	font-size: 0;
}

.betterradio input {
	outline: 1px solid #fff;
	width: 1rem;
	height: 1rem;
	position: relative;
	top: -.75rem;
	margin-left: .3rem;
}

.betterradio img+img {
	filter: brightness(0) invert(1);
	display: none;
}

.betterradio label {
	display: inline-block;
	vertical-align: top;
	font-size: .6rem;
	width: 30.3%;
	margin: 0 1.5%;
	cursor: pointer;
}

.betterradio label>span {
	display: block;
}

.betterradio label>span:first-child {
	padding: .3rem 0 0;
	font-size: 0;
}

.betterradio label:has(input:checked)>span:first-child {
	background: var(--orange);
	display: block;
}

.betterradio label>span img {
	width: 1.6rem;
	height: 1.6rem;
	object-fit: contain;
}

.betterradio label:has(input:checked)>span:first-child img {}

.betterradio label:has(input:checked)>span:first-child img+img {}

.betterradio label:has(input:checked)>span:nth-child(2) {
	font-weight: bold;
}

.betterradio label>span:first-child {
	display: block;
	border-radius: var(--radius);
	margin-bottom: .2rem;
}

.betterradio label:has(input:checked)>span:first-child {
	background: var(--orange);
	display: block;
}

.velocity,
.capacity {
	position: relative;
	margin-bottom: 1rem;
	text-align: left;
}

.velocity>input:checked+label.likeselect+.popup,
.capacity>input:checked+label.likeselect+.popup {
	width: calc(100% - 2rem);
	min-width: 200px;
}

.velocity .popup ul,
.capacity .popup ul {
	width: 150px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.velocity .popup ul li,
.capacity .popup ul li {
	padding: .3rem;
}

.popup ul li.disabled {
	position: relative;
	opacity: .5;
}

.popup ul li.disabled::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.velocity hr,
.capacity hr {
	margin: .5rem;
}

.velocity .popup button,
.capacity .popup button {
	margin: 0 auto;
}

.vehicle {
	position: relative;
	margin-bottom: 1rem;
}

.vehicle label>span img {
	width: 2rem;
	height: 2rem;
	object-fit: cover;
}

.vehicle label>span img {
	opacity: .7;
}

.vehicle label>span img+img {
	opacity: 1;
}

.vehicle input {
	top: -.95rem;
}

.pricerange {
	position: relative;
	margin-bottom: 1rem;
	display: grid;
	grid-template-columns: 40% 25% 1fr 25%;
	align-items: center;
	justify-items: center;
	gap: .2rem;
	background: var(--lightgray);
	padding: .5rem 1rem;
	margin-left: -1rem;
	margin-right: -1rem;
}

@media(max-width:980px) {
	.pricerange {
		margin-left: -.5rem;
		margin-right: -.5rem;
	}
}

.pricerange input {
	width: calc(100% - 1rem);
	min-width: 0;
	border-color: var(--midgray);
	padding: .3rem;
	text-align: center;
}

.pricerange>div:nth-child(1) strong {
	display: block;
}

.pricerange>div:nth-child(5) {
	width: 100%;
	grid-column: 1 / span 4;
}

.rangeslider {
	position: relative;
	width: 300px;
	height: 6px;
	background: #0002;
	margin: 20px auto;
	border-radius: 5px;
}

.rangeslider .thumb {
	position: absolute;
	width: 20px;
	height: 20px;
	background: var(--orange);
	border-radius: 50%;
	top: -7px;
	cursor: pointer;
}

.rangeslider .thumb.active {
	background: var(--orange2);
}

.rangeslider .track {
	position: absolute;
	height: 100%;
	background: var(--orange);
	border-radius: 5px;
}

.aoptions {
	position: relative;
	text-align: left;
	font-size: 0;
}

.aoptions>div {
	font-size: .8rem;
	padding: .5rem;
	display: inline-block;
	width: calc(50% - 1rem);
}

.aoptions>div input {
	width: 1.2rem;
	height: 1.2rem;
}

.aoptions>div label {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 1.7rem);
	padding-top: .2rem;
}

.aoptions>div input:checked+label {
	color: var(--orange);
}

.bycar {
	position: relative;
	padding-top: 1rem;
	text-align: left;
}

.bycar div:has(span+select)>span:nth-child(1) {
	display: block;
	padding-bottom: .3rem;
}

.bycar .veh {
	display: grid;
	grid-template-columns: 50% 50%;
	gap: 1.5rem 1rem;
	width: calc(100% - 1rem);
}

div.disabled {
	position: relative;
	opacity: .5;
}

div.disabled::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

section.list {
	position: relative;
}

.active-filters {
	display: block;
	position: relative;
	font-size: 0;
	margin: 0;
//padding-right: 0px;
	padding-left: 130px;
	list-style: none;
}

@media(max-width: 1150px) {
	.active-filters {
		margin-left: 50px;
	}
}

@media(max-width:800px) {
	.active-filters {
		padding-right: 0px;
		padding-left: 0px;
	}

	.active-filters * {
		font-size: .6rem !important;
	}
}

.active-filters li {
	font-size: .8rem;
	display: inline-block;
	margin-right: 1rem;
}

.active-filters li:first-child {
	position: absolute;
	padding: .5rem 0 .45rem;
	border: 1px #fff0;
	left: 0;
}

@media(max-width:800px) {
	.active-filters li:first-child {
		position: relative;
	}
}

.active-filters li>a {
	display: block;
	background: #fff;
	border: 1px solid var(--lightgray);
	box-shadow: 0 0 .5rem #0001;
	padding: .5rem .8rem .45rem;
	border-radius: 99px;
	color: var(--black);
	margin-bottom: .3rem;
}

.active-filters li>a>span {
	display: inline-block;
	margin-left: .3rem;
	margin-right: -.2rem;
	opacity: .5;
}

.active-filters li.clean {
	margin-right: 0;
	position: absolute;
	right: 0;
}

@media(max-width:800px) {
	.active-filters li.clean {
		position: relative;
		right: auto;
	}
}

.active-filters li.clean a {
	display: block;
	border: 1px #fff0;
	box-shadow: none;
	padding: .5rem .2rem .45rem;
	color: var(--blue);
}

.active-filters li.clean>a>span {
	margin-right: 0;
	opacity: 1;
}

.hdr {
	position: relative;
	padding: .45rem 0;
	display: grid;
	grid-template-columns: 1fr 12rem;
	align-items: center;
	gap: 2rem;
}

@media(max-width:800px) {
	.hdr {
		padding: 1rem 0;
		grid-template-columns: 1fr 200px;
		gap: 1rem;
	}
}

@media(max-width:800px) {
	.hdr header {
		grid-column: 1 / span 2;
	}
}

.hdr>div {
	position: relative;
	font-size: .7rem;
	grid-template-columns: 1fr 7rem;
	align-items: center;
}

@media(max-width:800px) {
	.hdr>div {
		grid-column: 2;
		position: relative;
		font-size: .6rem;
		grid-template-columns: 1fr;
	}
}

.hdr>div>span {
	position: relative;
	top: .15rem;
	opacity: .7;
	text-align: right;
	padding-right: .5rem;
}

@media(max-width:800px) {
	.hdr>div>span {
		text-align: left;
	}
}

.hdr input:checked+label.likeselect+.popup {
	left: auto;
	right: 0;
	top: 2.2rem;
	width: 120px;
	min-width: 120px;
}

.prodlist {
	position: relative;
}

.prodlist ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.prodlist>ul>li {
	position: relative;
	border: 1px solid var(--lightgray);
	border-radius: var(--radius);
	padding: 1rem 1rem 0rem;
	font-size: .8rem;
	display: grid;
	grid-template-columns: 18% 22% 25% 1fr 22%;
	align-items: stretch;
	justify-items: stretch;
	transition: all 0.3s;
	margin-bottom: 1rem;
}

.prodlist>ul>li:hover {
	transform: scale(1.03, 1.03);
	box-shadow: .2rem .2rem 1rem #0002;
}

@media(max-width:1220px) {
	.prodlist>ul>li {
		grid-template-columns: 17% 22% 20% 1fr 25%;
		padding: .4rem .4rem 0rem;
	}
}

@media(max-width:1110px) {
	.prodlist>ul>li {
		grid-template-columns: 17% 22% 20% 1fr 25%;
	}
}

@media(max-width:800px) {
	.prodlist>ul>li {
		grid-template-columns: 25% 25% 25%;
	}
}

@media(max-width:580px) {
	.prodlist>ul>li {
		grid-template-columns: 27% 40% 1fr;
	}
}

.prodlist>ul>li.promo {
	border: 1px solid var(--orange);
}

.prodlist>ul>li.promo:hover {
	transform: scale(1.03, 1.03);
	box-shadow: .2rem .2rem 1rem var(--orange);
}

.prodlist>ul>li>* {
	display: block;
	position: relative;
}

.prodlist>ul>li>a.pic {
	grid-column: 1 / 1;
	grid-row: 1 / span 5;
	align-self: stretch;
	margin-right: .5rem;
}

.prodlist>ul>li>a.pic img {
	position: absolute;
	bottom: 0;
	min-width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 150px;
	object-fit: cover;
	object-position: top;
}

.prodlist>ul>li>a.pic img+img {
	position: absolute;
	top: 0;
	left: 0;
	width: 1.6rem;
	min-width: 1.6rem;
	max-width: 1.6rem;
	height: 1.6rem;
	object-fit: contain;
}

.prodlist>ul>li>span {
	grid-column: 2 / span 3;
	opacity: .5;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .6rem;
}

@media(max-width:580px) {
	.prodlist>ul>li>span {
		grid-column: 2 / span 2;
	}
}

.prodlist>ul>li>.header>h2 {
	display: inline-block;
	vertical-align: middle;
	padding: .2rem 0;
}

.prodlist>ul>li>.header {
	grid-column: 2 / span 3;
	grid-row: 2;
}

@media(max-width:580px) {
	.prodlist>ul>li>.header {
		grid-column: 2 / span 2;
	}
}

.prodlist>ul>li>.header a {
	color: var(--black);
	font-size: 1rem;
	font-weight: 600;
}

@media(max-width:500px) {
	.prodlist>ul>li>.header a {
		font-size: 1.2rem;
	}
}

.prodlist>ul>li>.header .apop {
	display: inline-block;
	vertical-align: middle;
	margin-left: .5rem;
	background: var(--orange);
	color: #fff;
	border-radius: var(--smallradius);
	cursor: pointer;
	padding: .3rem;
	font-size: .6rem;
}

@media(max-width:1160px) {
	.prodlist>ul>li>.header .apop {
		font-size: .5rem;
	}
}

.prodlist>ul>li .apop>div+div {
	display: none;
}

.prodlist>ul>li .apop:hover>div+div {
	display: block;
	color: var(--black);
	position: absolute;
	left: 50%;
	bottom: 1.5em;
	width: 200px;
	background: #fff;
	font-size: .65rem;
	line-height: 1.2;
	padding: .5rem;
	border-radius: var(--smallradius) var(--smallradius) var(--smallradius) 0;
	box-shadow: 0 0 1rem #0005;
	z-index: 10;
}

.prodlist>ul>li>.ozn {
	grid-column: 2 / span 3;
	grid-row: 3;
	padding: .3rem 0;
	color: var(--black);
	font-size: .7rem;
}

@media(max-width:580px) {
	.prodlist>ul>li>.ozn {
		grid-column: 2 / span 2;
	}
}

.prodlist>ul>li>.kat {
	grid-column: 5;
	grid-row: 1;
	opacity: .5;
	text-align: right;
	font-size: .7rem;
}

@media(max-width:1160px) {
	.prodlist>ul>li>.kat {
		font-size: .5rem;
	}
}

@media(max-width:800px) {
	.prodlist>ul>li>.kat {
		grid-column: 2 / span 2;
		grid-row: 7;
	}
}

@media(max-width:580px) {
	.prodlist>ul>li>.kat {
		grid-column: 2 / span 1;
		grid-row: 7;
		align-self: end;
	}
}

.prodlist>ul>li>.cena {
	grid-column: 5;
	grid-row: 2 / span 3;
	text-align: right;
	font-size: 2.5rem;
	font-weight: bold;
	padding-top: .3rem;
}

@media(max-width:1160px) {
	.prodlist>ul>li>.cena {
		font-size: 2rem;
	}
}

@media(max-width:800px) {
	.prodlist>ul>li>.cena {
		grid-column: 3;
		grid-row: 8;
	}
}

@media(max-width:580px) {
	.prodlist>ul>li>.cena {
		grid-column: 2;
		grid-row: 8;
		font-size: 1.8rem;
	}
}

@media(max-width:500px) {
	.prodlist>ul>li>.cena {
		font-size: 1.6rem;
	}
}

.prodlist>ul>li>.cena>span {
	display: inline-block;
	font-size: .7em;
	font-weight: 400;
	min-width: 1.5em;
}

.prodlist>ul>li>.cena>span>span:nth-child(1) {
	display: inline-block;
	vertical-align: baseline;
	font-size: .6em;
	position: relative;
	top: -.5em;
}

.prodlist>ul>li>.cena>span>span:nth-child(2) {
	display: inline-block;
	position: relative;
	vertical-align: baseline;
	width: 3px;
	border-right: 1px solid #000;
	height: .8em;
	transform: rotate(30deg);
}

.prodlist>ul>li>.cena>span>span:nth-child(3) {
	display: inline-block;
	vertical-align: baseline;
	font-size: .5em;
	position: relative;
}

.prodlist>ul>li>.cena>small {
	font-size: .32em;
	display: block;
	padding-top: .3rem;
	font-weight: 400;
}

@media(max-width:580px) {
	.prodlist>ul>li>.cena>small {
		font-size: .3em;
		padding-bottom: .5rem;
	}
}

.prodlist>ul>li>.kup {
	grid-column: 5;
	grid-row: 5;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: var(--blue);
	border-radius: var(--radius);
	align-self: end;
	padding: .6rem 1rem;
	margin-left: 1rem;
	margin-top: 1rem;
}

@media(max-width:800px) {
	.prodlist>ul>li>.kup {
		grid-column: 4;
		grid-row: 8;
		align-self: start;
		margin-top: 0;
	}
}

@media(max-width:580px) {
	.prodlist>ul>li>.kup {
		grid-column: 3;
		grid-row: 8;
		align-self: start;
		margin: 0 0 0 .5rem;
		padding: .5rem 0;
		font-size: 1.2rem;
	}
}

@media(max-width:500px) {
	.prodlist>ul>li>.kup {
		margin: 0 0 0 .5rem;
		padding: .5rem 0;
		font-size: 1rem;
	}
}

.prodlist>ul>li>.del {
	grid-column: 5;
	grid-row: 6;
	font-size: .6rem;
	font-weight: bold;
	text-align: center;
	margin-left: 1rem;
	padding-top: .3rem;
}

@media(max-width: 1150px) {
	.prodlist>ul>li>.del {
		font-size: .45rem;
	}
}

@media(max-width:800px) {
	.prodlist>ul>li>.del {
		grid-column: 4;
		grid-row: 9;
		align-self: start;
		margin-top: 0;
	}
}

@media(max-width:580px) {
	.prodlist>ul>li>.del {
		grid-column: 1;
		grid-row: 8;
		align-self: start;
		margin-top: 0;
	}
}

.prodlist>ul>li>.del img {
	position: relative;
	top: -.05rem;
	display: inline-block;
	vertical-align: middle;
	height: 1.4rem;
	filter: invert(44%) sepia(93%) saturate(2704%) hue-rotate(347deg) brightness(96%) contrast(107%);
	/* to orange */
}

.prodlist>ul>li>.params {
	padding-top: .1rem;
	margin-left: -.1rem;
	grid-column: 2 / span 3;
	grid-row: 4;
}

@media(max-width:580px) {
	.prodlist>ul>li>.params {
		grid-column: 2 / span 2;
	}
}

.opadding {
	position: relative;
	margin: 2rem 0 0;
}

.prodthumbs>div {}

nav.paging {
	display: block;
	position: relative;
	position: relative;
	margin: 0 auto 2rem auto;
	width: 100%;
	max-width: 1440px;
	padding: 0;
	text-align: right;
}

@media(max-width:520px) {
	nav.paging {
		padding: 0;
	}
}

nav.paging ul {
	font-size: 0;
}

@media(max-width:520px) {
	nav.paging ul {
		text-align: center;
		padding: 0;
		border: 0;
	}
}

nav.paging ul li {
	display: inline-block;
	font-size: 1rem;
	text-align: center;
	margin: 0 0 0 .5rem;
}

nav.paging ul li a {
	display: block;
	border: 1px solid var(--orange);
	border-radius: var(--radius);
	line-height: 1;
	padding: .5rem .7rem;
	font-size: .7rem;
	font-weight: 600;
	text-decoration: none;
	color: var(--orange)
}

nav.paging ul li a.active,
nav.paging ul li a:hover {
	background: var(--orange);
	color: #fff;
}

nav.paging ul li a:hover {}

.params>li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	font-size: .6rem;
	line-height: 1rem;
	padding: 0 .3rem .1rem .16rem;
	border-right: 1px solid #0002;
	cursor: default;
}

@media(max-width:580px) {
	.params>li.spacer {
		display: block;
	}
}

.params>li:last-child {
	border-right: 0;
}

.params>li img {
	position: relative;
	height: .6rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
	opacity: .5;
	top: -0.05rem;
}

.prodlist>ul>li>.params li>span {
	display: none;
}

.prodlist>ul>li>.params li:hover>span {
	display: block;
	color: var(--black);
	position: absolute;
	left: 0;
	bottom: 1.5em;
	width: 200px;
	background: #fff;
	font-size: .65rem;
	line-height: 1.2;
	padding: .5rem;
	border-radius: var(--smallradius) var(--smallradius) var(--smallradius) 0;
	box-shadow: 0 0 1rem #0005;
	z-index: 10;
}

.prodlist>ul>li>.ocena {
	grid-column: 2;
	grid-row: 5;
	display: grid;
	align-self: end;
	justify-self: center;
	grid-template-columns: 50% 50%;
	color: var(--black);
	padding-right: 2rem;
}

@media(max-width:1250px) {
	.prodlist>ul>li>.ocena {
		margin-left: 1rem;
		width: 130px;
	}
}

@media(max-width:1110px) {
	.prodlist>ul>li>.ocena {
		margin-left: 2rem;
		width: 130px;
	}
}

@media(max-width:580px) {
	.prodlist>ul>li>.ocena {
		grid-column: 2;
		grid-row: 5;
		margin: 0;
		justify-self: stretch;
	}
}

.prodlist>ul>li>.ocena strong {
	font-size: 1.3rem;
	grid-row: 1 / span 2;
}

@media(max-width:500px) {
	.prodlist>ul>li>.ocena strong {
		font-size: 1.1rem;
		text-align: right;
		position: relative;
		top: .2rem;
		padding-right: .2rem;
	}
}

.prodlist>ul>li>.ocena .stars {
	transform: scale(.8, .8);
	position: relative;
	margin-left: -10px;
}

@media(max-width:1250px) {
	.prodlist>ul>li>.ocena .stars {
		transform: scale(.6, .6);
		position: relative;
		margin-left: -20px;
	}
}

.prodlist>ul>li>.ocena small {
	font-size: .6rem;
	grid-column: 2;
	color: var(--blue);
}

.prodlist>ul>li>.infos {
	grid-column: 3;
	grid-row: 5;
	align-self: end;
	font-size: .6rem;
}

@media(max-width:1160px) {
	.prodlist>ul>li>.infos {
		grid-column: 2 / span 2;
		grid-row: 6;
		align-self: end;
		font-size: .6rem;
	}
}

@media(max-width:800px) {
	.prodlist>ul>li>.infos {
		grid-column: 2 / span 2;
	}
}

@media(max-width:580px) {
	.prodlist>ul>li>.infos {
		display: none;
	}
}

.prodlist>ul>li>.infos li img {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -.1em;
	height: 1.7em;
	filter: invert(44%) sepia(93%) saturate(2704%) hue-rotate(347deg) brightness(96%) contrast(107%);
	/* to orange */
}

.prodlist>ul>li>.infos li img+span {
	display: inline;
}

.prodlist>ul>li>.qty {
	grid-column: 4;
	grid-row: 5;
	align-self: end;
	justify-self: center;
	margin-bottom: .4rem;
	font-size: .6rem;
	margin-left: 2rem;
}

@media(max-width:800px) {
	.prodlist>ul>li>.qty {
		grid-column: 4;
		justify-self: end;
	}
}

@media(max-width:580px) {
	.prodlist>ul>li>.qty {
		grid-column: 3;
		grid-row: 6;
		justify-self: center;
		margin: 0;
		margin-top: .5rem;
	}
}

.prodlist .qty select {
	border-color: var(--midgray);
	padding: .2rem;
	display: block;
	font-size: .8rem;
}

@media(max-width:580px) {
	.prodlist .qty select {
		font-size: .6rem;
	}
}

.prodlist>ul>li>.qtyi {
	grid-column: 4;
	grid-row: 6;
	align-self: start;
	justify-self: center;
	margin-bottom: .4rem;
	font-size: .5rem;
	margin-left: 2rem;
}

@media(max-width:800px) {
	.prodlist>ul>li>.qtyi {
		grid-column: 4;
		grid-row: 6;
		align-self: end;
		justify-self: end;
		margin-left: 0;
		margin-right: .25rem;
	}
}

@media(max-width:580px) {
	.prodlist>ul>li>.qtyi {
		grid-column: 3;
		grid-row: 5;
		align-self: end;
		justify-self: center;
		margin: 0;
	}
}

.qtyi>div {
	position: relative;
	margin: .3rem auto .1rem;
	display: block;
	width: .3rem;
	height: .6rem;
	background: #0003;
}

.qtyi>div>div {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: .3rem !important;
	height: .6rem;
	z-index: 1;
}

.qtyi>div::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -.4rem;
	margin: 0 auto;
	display: block;
	width: .3rem;
	height: .4rem;
	background: #0003;
}

.qtyi>div>div::before {
	content: '';
	display: block;
	position: absolute;
	left: -.4rem;
	bottom: 0;
	display: block;
	width: .3rem !important;
	height: .4rem !important;
}

.qtyi>div::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: .4rem;
	margin: 0 auto;
	display: block;
	width: .3rem;
	height: .9rem;
	background: #0003;
}

.qtyi>div>div::after {
	content: '';
	display: block;
	position: absolute;
	left: .4rem;
	bottom: 0;
	display: block;
	width: .3rem !important;
	height: .9rem !important;
}

.qtyi>div>div,
.qtyi>div>div::before,
.qtyi>div>div::after {
	background: #0a0;
}

.qtyi.mala-ilosc>div>div::before {
	background: #c00;
}

.qtyi.mala-ilosc>div>div,
.qtyi.mala-ilosc>div>div::after {
	background: transparent;
}

.qtyi.srednia-ilosc>div>div,
.qtyi.srednia-ilosc>div>div::before {
	background: #c70;
}

.qtyi.srednia-ilosc>div>div::after {
	background: transparent;
}

.prodlist>ul>li>.comp {
	grid-column: 1;
	grid-row: 6;
	text-align: center;
	font-size: .6rem;
	padding-top: .3rem;
}

.prodlist>ul>li .info>span {
	transform: scale(.8, .8);
}

.prodlist>ul>li .info>div h5 {
	display: block;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid var(--lightgray);
	padding-bottom: .3rem;
	margin-bottom: .3rem;
}

.prodlist>ul>li .info>div>div img {
	display: inline-block;
	vertical-align: top;
}

.prodlist>ul>li .info>div>div img+span {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 1.5rem);
	position: relative;
	top: .1rem;
}

.prodlist>ul>li .info>div>div {
	padding-bottom: .5rem;
}

.produkt {
	position: relative;
}

.produkt>div {
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
	max-width: 1400px;
}

@media(max-width:480px) {
	.produkt>div {
		padding: 0 10px;
	}
}

.produkt1 {
	position: relative;
	display: grid;
	grid-template-columns: 100px 50% 1fr;
	grid-template-rows: 2rem 1fr;
	grid-auto-rows: auto;
	gap: 0 2rem;
}

@media(max-width:1200px) {
	.produkt1 {
		grid-template-columns: 0 50% 1fr;
		gap: 0 1rem;
	}
}

@media(max-width:900px) {
	.produkt1 {
		padding-top: 100px;
		grid-template-columns: 0 40% 1fr;
	}
}

@media(max-width:800px) {
	.produkt1 {
		padding-top: 1rem;
		grid-template-columns: 0 100% 1fr;
		gap: 0;
	}
}

.produkt1>.title {
	grid-column: 2;
	grid-row: 2;
}

@media(max-width:1200px) {
	.produkt1>.title {
		margin-left: 80px;
	}
}

@media(max-width:900px) {
	.produkt1>.title {
		margin-left: 0px;
	}
}

.produkt1>.title>* {
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: bold;
}

@media(max-width:900px) {
	.produkt1>.title>* {
		font-size: 1.2rem;
	}
}

.produkt1>.title>*>span {
	font-size: .8em;
	font-weight: normal;
	display: block;
}

.produkt1>.subtitle {
	grid-column: 2;
	grid-row: 3;
	font-size: .85rem;
	padding-top: .2rem;
}

@media(max-width:1200px) {
	.produkt1>.subtitle {
		margin-left: 80px;
	}
}

@media(max-width:900px) {
	.produkt1>.subtitle {
		margin-left: 0px;
		font-size: .7rem;
	}
}

.produkt1>.overtitle {
	grid-column: 2;
	grid-row: 1;
	font-size: .65rem;
	font-weight: bold;
	text-transform: uppercase;
	opacity: .5;
	align-self: end;
}

@media(max-width:1200px) {
	.produkt1>.overtitle {
		margin-left: 80px;
	}
}

@media(max-width:900px) {
	.produkt1>.overtitle {
		margin-left: 0px;
	}
}

.produkt1>.badge {
	grid-column: 1;
	grid-row: 1 / span 4;
}

@media(max-width:1200px) {
	.produkt1>.badge {
		position: absolute;
		left: 0;
		top: 0;
		width: 70px;
		font-size: .6rem;
	}
}

@media(max-width:900px) {
	.produkt1>.badge {
		top: -100px;
	}
}

@media(max-width:800px) {
	.produkt1>.badge {
		position: relative;
		left: 0;
		top: 0;
		width: 200px;
		padding: 0;
		height: 1rem;
		line-height: 1rem;
		border-radius: 0;
		font-size: .6rem;
	}
}

.produkt1>.badge>span {
	display: block;
}

@media(max-width:800px) {
	.produkt1>.badge>span {
		display: inline-block;
	}
}

@media(max-width:800px) {
	.produkt1>.badge img {
		display: none;
	}
}

.produkt1>.new {
	position: absolute;
	top: 0;
	right: 0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 99px 99px 0;
	border-color: transparent var(--blue) transparent transparent;
	z-index: 10;
}

@media(max-width:800px) {
	.produkt1>.new {
		grid-column: 1;
		position: relative;
		top: 0;
		right: auto;
		left: auto;
		width: 100px;
		height: 1rem;
		border-width: 0;
		z-index: 10;
		background: var(--blue);
	}
}

.produkt1>.new>span {
	display: block;
	position: absolute;
	top: 30px;
	left: 0px;
	font-size: .9rem;
	width: 120px;
	height: 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	transform: rotate(45deg);
	color: #fff;
}

@media(max-width:800px) {
	.produkt1>.new>span {
		position: relative;
		top: 0;
		font-size: .8rem;
		width: auto;
		height: auto;
		transform: rotate(0);
		line-height: 1rem;
	}
}

.produkt1>.pics {
	grid-column: 2;
	grid-row: 4;
	margin-top: 2rem;
	position: relative;
}

.produkt1>.pics .ozn img {
	position: absolute;
	left: 0;
	top: -1rem;
	width: 2.5rem;
	height: 2.5rem;
	object-fit: contain;
}


.produkt1>.pics .big img {
	display: block;
	min-width: 100%;
	max-width: 100%;
	min-height: 640px;
	max-height: 640px;
	object-fit: contain;
}

@media(max-width:900px) {
	.produkt1>.pics .big img {
		min-height: 350px;
		max-height: 350px;
	}
}

.produkt1>.pics .gal {
	margin: 0;
	list-style-type: none;
	font-size: 0;
	text-align: center;
	margin-top: 1rem;
}

@media(min-width:900px) {
	.produkt1>.pics .gal {
		position: absolute;
		bottom: 0;
		left: -148px;
		width: 100px;
	}
}


.produkt1>.pics .gal li {
	display: inline-block;
	margin: .5rem;
}

.produkt1>.pics .gal li img {
	background: #fff;
	border-radius: var(--smallradius);
	overflow: hidden;
	display: block;
	min-width: 4rem;
	max-width: 4rem;
	min-height: 4rem;
	max-height: 4rem;
	object-fit: contain;
	outline: 1px solid var(--lightgray);
}

.badge {
	justify-self: stretch;
	height: 90px;
	border-radius: 0 0 999px 999px;
	background: var(--orange);
	text-align: center;
	padding: .5rem;
	text-transform: uppercase;
	font-size: .8rem;
	font-weight: bold;
	color: #fff;
}

.badge img {
	width: 2rem;
	height: 2rem;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.produkt1>.elems {
	grid-column: 3;
	grid-row: 2 / span 4;
	align-self: start;
	justify-self: center;
	display: grid;
	grid-template-columns: 1fr 20% 20%;
}

@media(max-width: 900px) {
	.produkt1>.elems {
		margin-top: -100px;
	}
}

@media(max-width: 800px) {
	.produkt1>.elems {
		grid-column: 1 / -1;
		grid-row: auto;
		margin-top: 3rem;
	}
}

.produkt1 .certified {
	position: relative;
	grid-column: 1 / span 3;
	width: 70%;
	justify-self: center;
	color: var(--orange);
	text-align: center;
	display: block;
	padding: 1.3rem 1rem 1rem;
	border-top: 1px solid var(--orange);
	border-bottom: 1px solid var(--orange);
	font-size: .8rem;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.produkt1 .certified>span:has(img) {
	display: block;
	width: 3rem;
	height: 2rem;
	background: #fff;
	position: absolute;
	left: calc(50% - 1.5rem);
	top: -1rem;
}

.produkt1 .certified img {
	width: 2rem;
	height: 2rem;
	filter: invert(44%) sepia(93%) saturate(2704%) hue-rotate(347deg) brightness(96%) contrast(107%);
	/* to orange */
}

.produkt .price {
	grid-column: 1;
	grid-row: 3;
	font-size: 4rem;
	letter-spacing: -.2rem;
}

@media(max-width:1150px) {
	.produkt .price {
		font-size: 4rem;
	}
}

@media(max-width:480px) {
	.produkt .price {
		font-size: 3.5rem;
		grid-column: 1 / -1;
		grid-row: 3;
		letter-spacing: -.2rem;
	}
}

.produkt .price>span {
	display: inline-block;
	font-size: .5em;
	font-weight: 400;
	min-width: 1.5em;
	letter-spacing: 0rem;
	margin-left: .5rem;
}

.produkt .price>span>span:nth-child(1) {
	display: inline-block;
	vertical-align: baseline;
	font-size: .5em;
	position: relative;
	top: -.5em;
}

.produkt .price>span>span:nth-child(2) {
	display: inline-block;
	position: relative;
	vertical-align: baseline;
	width: 3px;
	border-right: 1px solid #000;
	height: .8em;
	transform: rotate(30deg);
}

.produkt .price>span>span:nth-child(3) {
	display: inline-block;
	vertical-align: baseline;
	font-size: .5em;
	position: relative;
}

.produkt .kat {
	grid-column: 1;
	grid-row: 2;
	font-size: .7rem;
	opacity: .6;
	align-self: end;
}

.produkt .kup {
	grid-column: 2 / span 2;
	grid-row: 3;
	font-size: 1.4rem;
	display: block;
	color: #fff;
	background: var(--blue);
	border-radius: var(--radius);
	text-align: center;
	align-self: center;
	padding: .5rem 0;
	margin: 0 .5rem;
	text-transform: uppercase;
	font-weight: bold;
}

@media(max-width:480px) {
	.produkt .kup {
		grid-row: 4;
	}
}

.produkt .kup:hover {
	background: var(--orange);
}

.produkt .ava {
	grid-column: 2;
	grid-row: 2;
	font-size: .6rem;
	text-align: center;
	align-self: end;
}

@media(max-width:480px) {
	.produkt .ava {
		grid-column: 1;
		grid-row: 4;
	}
}

.avabelt {
	display: block;
	margin: .3rem .8rem 0;
	height: 1.6rem;
	background: var(--lightgray);
	border-radius: var(--smallradius);
	overflow: hidden;
}

.avabelt>div {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: var(--orange);
	opacity: .8;
}

.produkt .qty {
	grid-column: 3;
	grid-row: 2;
	font-size: .6rem;
	text-align: center;
	justify-self: center;
	align-self: end;
	font-weight: bold;
}

@media(max-width:480px) {
	.produkt .qty {
		grid-column: 2 / -1;
		grid-row: 3;
		margin-bottom: .5rem;
	}
}

.qty select {
	display: block;
	font-size: .8rem;
	padding: .3rem;
	margin-top: .3rem;
	border-color: var(--blue);
	font-weight: bold;
	color: var(--blue)
}

.produkt .comms {
	grid-column: 1 / span 3;
	grid-row: 4;
}

@media(max-width:480px) {
	.produkt .comms {
		grid-row: auto;
	}
}

.comms>div {
	display: block;
	background: #fed;
	border-radius: var(--smallradius);
	border: 2px solid var(--orange);
	padding-right: 3rem;
	padding-left: .5rem;
	font-size: .8rem;
	line-height: 2.2;
	margin-top: 1rem;
}

.comms>div+div {
	margin-top: .5rem;
}

.comms>div img {
	height: 2em;
	margin-top: .3rem;
	margin-bottom: .3rem;
	display: inline-block;
	vertical-align: middle;
	filter: invert(44%) sepia(93%) saturate(2704%) hue-rotate(347deg) brightness(96%) contrast(107%);
	/* to orange */
}

.comms>div input {
	display: none;
}

.comms>div label {
	width: 2rem;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	line-height: 2;
	font-size: 1.4em;
	color: #fff;
	background: var(--orange);
	cursor: pointer;
}

.comms>div {
	display: none;
}

.comms>div:has(input:checked) {
	display: block;
}

.produkt .icons {
	grid-column: 1 / span 3;
	grid-row: 5;
	justify-self: center;
	margin: 1rem 0;
}

@media(max-width:480px) {
	.produkt .icons {
		grid-row: auto;
	}
}

.produkt .boffer {
	grid-column: 1 / span 3;
	grid-row: 6;
	display: grid;
	grid-template-columns: 60% 1fr;
	align-items: center;
	justify-items: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
	background: var(--verylightgray);
	border-radius: var(--radius);
	margin: 0 0 1rem 0;
}

.produkt .boffer .in1 {
	grid-column: 1;
	grid-row: 1;
	text-align: center;
	font-size: 1rem;
	justify-self: stretch;
	align-self: center;
}

@media(max-width:480px) {
	.produkt .boffer .in1 {
		font-size: .8rem;
	}
}

.produkt .boffer .in1 strong {
	display: block;
}

.produkt .boffer .in2 {
	grid-column: 1;
	grid-row: 1;
	text-align: center;
	font-size: .8rem;
}

.produkt .boffer .bprice {
	grid-column: 2;
	grid-row: 1;
	font-size: 1.2rem;
}

.produkt .boffer .bbutton {
	grid-column: 2;
	grid-row: 1;
	color: var(--blue);
	border: 1px solid var(--blue);
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1rem;
	padding: .5rem;
	border-radius: var(--smallradius);
	background: #fff;
}

.produkt .boffer .bbutton:hover {
	color: #fff;
	background: var(--blue);
}

.bforms {
	grid-column: 1 / span 2;
	justify-self: stretch;
	text-align: center;
	font-size: .7rem;
}

.bforms>div {
	width: 20%;
	min-width: 130px;
	display: inline-block;
	vertical-align: bottom;
	padding: 1rem .5rem;
	text-align: left;
}

@media(max-width:480px) {
	.bforms>div {
		width: 32%;
		min-width: 50px;
		padding-bottom: 0;
	}
}


.bforms>div span {
	display: block;
	padding-bottom: .2rem;
}

.bforms>div>select {
	width: 100%;
}

.produkt1 .ocena {
	grid-column: 1;
	display: grid;
	align-self: end;
	justify-self: center;
	grid-template-columns: 50% 50%;
	color: var(--black);
	padding-right: 2rem;
}

@media(max-width: 550px) {
	.produkt1 .ocena {
		grid-column: 1 / -1;
	}
}

.produkt1 .ocena strong {
	font-size: 2.6rem;
	grid-row: 1 / span 2;
}

.produkt1 .ocena .stars {
	position: relative;
}

.produkt1 .ocena small {
	font-size: .75rem;
	padding-left: .1rem;
	padding-top: .1rem;
	grid-column: 2;
	color: var(--blue);
}

.produkt1 .testy {
	grid-column: 2 / span 2;
	display: grid;
	align-self: end;
	justify-self: center;
	align-items: center;
	justify-items: start;
	grid-template-columns: 3.5rem 1fr;
	color: var(--black);
	margin-left: -3rem;
}

@media(max-width: 550px) {
	.produkt1 .testy {
		grid-column: 1 / -1;
		margin-left: 0;
		margin-top: 1rem;
	}
}

.produkt1 .testy img {
	grid-column: 1;
	grid-row: 1 / span 2;
	filter: invert(82%) sepia(37%) saturate(2882%) hue-rotate(357deg) brightness(100%) contrast(105%);
	/* to yellow */
	height: 3rem;
	width: 3rem;
}

.produkt1 .testy strong {
	align-self: end;
	padding-bottom: .1rem;
}

.produkt1 .testy small {
	font-size: .8rem;
	align-self: start;
	padding-top: .1rem;
}

.underprod {
	position: relative;
	display: grid;
	width: calc(100% - 3 * 2rem);
	grid-template-columns: repeat(4, 25%);
	gap: 2rem;
	margin-top: 2rem;
}

.underprod .etykieta {
	grid-column: 1;
}

@media(max-width:1000px) {
	.underprod .etykieta {
		grid-column: 1 / span 2;
		grid-row: 1;
	}
}

@media(max-width:600px) {
	.underprod .etykieta {
		grid-column: 1 / span 4;
		grid-row: 1;
		text-align: center;
	}
}

.underprod .pod-ety {
	grid-row: 1;
	grid-column: 3;
	padding-right: 1rem;
}

@media(max-width:1000px) {
	.underprod .pod-ety {
		grid-column: 3 / span 2;
		grid-row: 1;
	}
}

@media(max-width:600px) {
	.underprod .pod-ety {
		grid-column: 1 / span 4;
		grid-row: 4;
		padding-right: 0;
	}
}


.underprod .obok-ety {
	grid-row: 1;
	grid-column: 4;
	padding-right: 1rem;
}

@media(max-width:1000px) {
	.underprod .obok-ety {
		grid-column: 3 / span 2;
		grid-row: 2;
	}
}

@media(max-width:600px) {
	.underprod .obok-ety {
		padding-right: 0;
		grid-column: 1 / span 4;
		grid-row: 3;
	}
}

.underprod .etykieta>img {
	box-shadow: 0 0 1rem #0005;
	max-width: 100%;
	height: auto;
	margin-bottom: 2rem;
}

.underprod ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}

.underprod li {
	display: block;
	position: relative;
}

.underprod li+li {
	margin-top: 2rem;
}

.underprod .etykieta li strong,
.underprod .obok-ety li strong {
	font-size: .9rem;
	text-transform: uppercase;
	display: block;
	padding-bottom: .3rem;
}

@media(max-width:600px) {

	.underprod .etykieta li strong,
	.underprod .obok-ety li strong {
		text-align: center;
	}
}

.underprod .sicon {
	display: inline-block;
	vertical-align: top;
	width: 3rem;
	margin-right: 1rem;
}

@media(max-width:1150px) {
	.underprod .sicon {
		display: block;
		margin-bottom: 1rem;
	}
}

@media(max-width:600px) {
	.underprod .sicon {
		margin: 0 auto .5rem;
	}
}

.underprod .sicon img {
	max-width: 3rem;
	max-height: 3rem;
}

.underprod .sicon img+img {
	max-width: 1.5rem;
	max-height: 1.5rem;
	position: absolute;
	right: -.3rem;
	top: -.2rem;
	-webkit-filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff);
	filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff);
}

.underprod .sicon.ice img+img {
	max-width: 4rem;
	max-height: 1.5rem;
	position: absolute;
	right: -.2rem;
	top: auto;
	bottom: -.5rem;
	-webkit-filter: none;
	filter: none;
}

.underprod .sicon+div {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 4rem);
	font-size: .7rem;
}

@media(max-width:1150px) {
	.underprod .sicon+div {
		width: 100%;
		font-size: .6rem;
	}
}

.uparams {
	margin-top: .2rem;
	grid-row: 1;
	grid-column: 2;
}

@media(max-width:1000px) {
	.uparams {
		grid-column: 1 / span 2;
		grid-row: 2;
	}
}

@media(max-width:600px) {
	.uparams {
		grid-column: 1 / span 4;
		grid-row: 2;
	}
}

.uparams>header>* {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 1rem;
	margin-top: -.3rem;
	text-align: center;
}

.uparams ul {
	font-size: .9rem;
	line-height: 1.3;
	text-align: center;
}

.uparams li+li {
	margin-top: .2rem;
}

.uparams li span {
	opacity: .7;
	font-size: .8rem;
	display: inline-block;
	vertical-align: top;
	width: 47%;
	text-align: right;
}

.uparams li strong,
.uparams li ul {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-left: 1%;
	text-align: left;
}

.uparams li ul li {
	display: inline-block;
	font-weight: bold;
	margin-top: 0 !important;
}

.uparams li ul li img {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -.1rem;
	filter: invert(33%) sepia(71%) saturate(5859%) hue-rotate(205deg) brightness(103%) contrast(103%);
	/* to blue */
	height: 1em;
}

.uparams p {
	display: block;
	margin-top: 1rem;
	text-align: justify;
	border-top: 1px solid #0003;
	padding-top: 1rem;
	font-size: .65rem;
	opacity: .6;
	margin-left: 2rem;
	line-height: 1.3;
}

@media(max-width:900px) {
	.uparams p {
		font-size: .6rem;
		margin-left: 0;
	}
}

.underprod .bookmarks {
	background: var(--verylightgray);
	grid-column: 1 / -1
}

@media(max-width:600px) {
	.underprod .bookmarks {
		margin-left: -1rem;
		margin-right: -1rem;
	}
}

.bookmarks>ul {
	font-size: 1rem;
	text-align: center;
	background: var(--lightgray);
}

.bookmarks>ul li {
	display: inline-block;
	margin-top: 0
}

.bookmarks>ul li input {
	display: none;
}

.bookmarks>ul li label {
	display: block;
	padding: .7rem 1rem;
	cursor: pointer;
}

@media(max-width:1150px) {
	.bookmarks>ul li label {
		display: block;
		padding: .7rem .5rem;
		cursor: pointer;
		font-size: .8rem;
	}
}

@media(max-width:600px) {
	.bookmarks>ul li label {
		display: block;
		padding: .7rem .5rem;
		cursor: pointer;
		font-size: .6rem;
	}
}

.bookmarks>ul li input:checked+label {
	background: var(--verylightgray);
}

.bookmarks>div {
	display: none;
}

.bookmarks:has(>ul>li:nth-child(1)>input:checked)>div:nth-child(2) {
	display: block;
}

.bookmarks:has(>ul>li:nth-child(2)>input:checked)>div:nth-child(3) {
	display: block;
}

.bookmarks:has(>ul>li:nth-child(3)>input:checked)>div:nth-child(4) {
	display: block;
}

.bookmarks:has(>ul>li:nth-child(4)>input:checked)>div:nth-child(5) {
	display: block;
}

.bookmarks:has(>ul>li:nth-child(5)>input:checked)>div:nth-child(6) {
	display: block;
}

.bookmarks:has(>ul>li:nth-child(6)>input:checked)>div:nth-child(7) {
	display: block;
}

.bookmarks:has(>ul>li:nth-child(7)>input:checked)>div:nth-child(8) {
	display: block;
}

.bookmarks>div {
	position: relative;
	margin: 1rem;
}

@media(max-width:1000px) {
	.bookmarks>div {
		margin: 1rem .5rem;
	}
}

.bookmarks>div>section>header>* {
	text-align: center;
	font-size: 1.5rem;
	padding: 1rem 0 2rem;
}

.bookmarks>div.br3>section>header>* {
	/* naglowek warianty */
	padding: 1rem 0 0;
}

.br3 .oponeus_tire-image-container img {
	max-height: 300px;
}


.bookmarks>div>section>p {
	font-size: .9rem;
	line-height: 1.5;
	margin-bottom: 1em;
	text-align: justify;
}

.bookmarks>div>section img {
	max-width: 100%;
}

.br1 .pods {
	width: 70%;
	min-width: 300px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 33% 33% 33%;
	align-items: center;
	justify-items: center;
	font-size: .9rem;
}

@media(max-width:1100px) {
	.br1 .pods {
		width: 100%;
	}
}

@media(max-width:900px) {
	.br1 .pods {
		grid-template-columns: 50% 50%;
	}
}

@media(max-width:600px) {
	.br1 .pods {
		grid-template-columns: 100%;
	}
}

.br1 .pods .circular svg {
	margin: 0 auto;
	position: relative;
	display: block;
}

.circular-progress {
	--size: 150px;
	--half-size: calc(var(--size) / 2);
	--stroke-width: 20px;
	--radius: calc((var(--size) - var(--stroke-width)) / 2);
	--circumference: calc(var(--radius) * pi * 2);
	--dash: calc((var(--progress) * var(--circumference)) / 100);
}

.circular-progress circle {
	cx: var(--half-size);
	cy: var(--half-size);
	r: var(--radius);
	stroke-width: var(--stroke-width);
	fill: none;
	stroke-linecap: round;
}

.circular-progress circle.bg {
	stroke: var(--lightgray);
}

.circular-progress circle.fg {
	transform: rotate(-90deg);
	transform-origin: var(--half-size) var(--half-size);
	stroke-dasharray: var(--dash) calc(var(--circumference) - var(--dash));
	transition: stroke-dasharray 0.3s linear 0s;
	stroke: var(--orange);
}

.br1 .pods .circular>div+span {
	display: block;
	padding-top: 1rem;
	text-align: center;
}

.br1 .pods .circular>div+span strong {
	display: block;
}

.br1 .pods .center {
	position: relative;
	text-align: center;
}

@media(max-width:600px) {
	.br1 .pods .center {
		margin-top: 2rem;
	}
}

.br1 .pods .center>div {
	font-size: 3rem;
	font-weight: bold;
	color: var(--orange);
}

.br1 .pods .center>.stars {
	text-align: left;
	display: block;
	margin: 1rem auto;
	transform: scale(2, 2)
}

.br1 .pods .center>small {
	font-size: .6rem;
}

.br1 .pods .center>ul {
	font-size: .8rem;
}

.br1 .pods .center>ul li {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin-top: 0;
}

.br1 .pods .center>ul li img {
	height: 1.5em;
	display: inline-block;
	vertical-align: middle;
	filter: invert(82%) sepia(37%) saturate(2882%) hue-rotate(357deg) brightness(100%) contrast(105%);
	/* to yellow */
}

.br1 .pods .center>ul li img+div {
	display: inline-block;
	vertical-align: middle;
	font-size: .6rem;
}

.br1 .pods .center>ul li img+div strong {
	font-size: .9rem;
}

.br1 .pods .center>ul li>span {
	display: block;
	padding-top: .5rem;
	font-size: .6rem;
}

.br1 .pods .paski {
	text-align: center;
	justify-self: stretch;
	font-size: 1rem;
}

@media(max-width:900px) {
	.br1 .pods .paski {
		text-align: center;
		justify-self: center;
		grid-column: 1 / -1;
		margin-top: 2rem;
	}
}

.br1 .pods .paski li {
	margin-top: 1rem;
	font-size: .7rem;
}

.br1 .pods .paski li img {
	height: 1.5em;
	display: inline-block;
	vertical-align: middle;
	filter: invert(82%) sepia(37%) saturate(2882%) hue-rotate(357deg) brightness(100%) contrast(105%);
	/* to yellow */
	position: relative;
	top: -.1rem;
}

.br1 .pods .paski li .belt {
	display: inline-block;
	width: 130px;
	height: 8px;
	border-radius: 99px;
	background: var(--lightgray);
	position: relative;
	text-align: left;
	margin: 0 .3rem;
}

.br1 .pods .paski li .belt>div {
	display: block;
	height: 8px;
	border-radius: 99px;
	background: var(--orange);
}

.pods+input {
	display: none;
}

.pods+input+label {
	position: relative;
	display: block;
	width: 80%;
	margin: 1rem auto;
	max-width: 900px;
	font-size: .8rem;
	text-align: right;
	color: var(--blue);
	cursor: pointer;
}

.pods+input+label>span+span {
	display: none;
}

.pods+input:checked+label>span {
	display: none;
}

.pods+input:checked+label>span+span {
	display: inline;
}

.pods+input+label+div {
	display: none;
}

.pods+input:checked+label+div {
	width: 70%;
	min-width: 300px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	align-items: center;
	justify-items: center;
	font-size: .9rem;
}

@media(max-width:900px) {
	.pods+input:checked+label+div {
		grid-template-columns: 50% 50%;
		width: 100%;
	}
}

.pods2 div {
	margin-top: 1rem;
	margin-bottom: 2rem;
	display: grid;
	grid-template-columns: 3rem 1fr;
	font-size: .8rem;
	align-items: center;
}

.pods2 div img {
	grid-column: 1;
	grid-row: 1 / 3;
	width: 3rem;
	height: 3rem;
	filter: invert(44%) sepia(93%) saturate(2704%) hue-rotate(347deg) brightness(96%) contrast(107%);
	/* to orange */
}

.pods2 div>span {
	font-size: .7rem;
	padding-right: .5rem;
	padding-left: .5rem;
}

@media(max-width:600px) {
	.pods2 div>span {
		font-size: .55rem;
	}
}

.pods2 div>strong {
	padding-right: 1rem;
	padding-left: .5rem;
}

@media(max-width:600px) {
	.pods2 div>strong {
		font-size: .7rem;
	}
}

.pods2 div>strong span {
	font-weight: normal;
	font-size: .8em;
}

@media(max-width:600px) {
	.pods2 div>strong span {
		font-size: .5rem;
	}
}

.ile {
	position: relative;
	display: block;
	background: var(--lightgray);
	padding: 1rem;
	margin: 2rem -1rem;
	border-bottom: 1rem solid #fff;
}

@media(max-width:1000px) {
	.ile {
		margin: 2rem -.5rem;
	}
}

.opinia {
	position: relative;
	display: block;
	font-size: .8rem;
	margin: 1rem;
	width: 80%;
	min-width: 300px;
	margin: 3rem auto 0;
	display: grid;
	grid-template-columns: 70% 1fr;
	padding-bottom: 3rem;
}

.opinia::after {
	content: '';
	width: 100vw;
	height: 1rem;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: calc((100vw - 100%) /-2);
}

@media(max-width:1100px) {
	.opinia {
		width: 100%;
	}
}

@media(max-width:800px) {
	.opinia {
		font-size: .7rem;
		margin: 3rem auto 0;
		grid-template-columns: 100% 1fr;
	}
}

@media(max-width:600px) {
	.opinia {
		font-size: .7rem;
		margin: 1rem auto 0;
		grid-template-columns: 100% 1fr;
	}
}

.opinia>div>header,
.opinia>div>header>* {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}

.opinia .potw {
	display: inline-block;
	vertical-align: middle;
	color: var(--green);
	margin-left: 1rem;
}

.opinia .potw img {
	filter: invert(36%) sepia(34%) saturate(6016%) hue-rotate(137deg) brightness(94%) contrast(101%);
	/* to green */
	height: 1em;
	display: inline-block;
	vertical-align: middle;
	margin-right: .3rem;
}

.opinia .opiin {
	margin-right: 2rem;
}

@media(max-width:800px) {
	.opinia .opiin {
		margin-right: 0;
	}
}

.opinia .opiin p {
	display: block;
	margin: 1rem;
	margin-left: 0;
	line-height: 1.4;
	font-style: italic;
}

.opinia .opiin input {
	display: none;
}

.opinia .opiin input+label {
	color: var(--blue);
	cursor: pointer;
}

.opinia .opiin input+label>span+span {
	display: none;
}

.opinia .opiin input:checked+label>span {
	display: none;
}

.opinia .opiin input:checked+label>span+span {
	display: inline;
}

.opinia .opiin p:has(input+label) span+span {
	display: none;
}

.opinia .opiin p:has(input:checked+label) span+span {
	display: inline;
}

.opinia .werdykt {}

@media(max-width:600px) {
	.opinia .werdykt {
		max-width: 250px;
		margin: 0 auto;
		padding-bottom: 1rem;
		text-align: center;
	}
}

@media(max-width:600px) {
	.opinia .werdykt strong {
		display: block;
	}
}

.opinia .werdykt+ul {
	font-size: .75rem !important;
}

@media(max-width:600px) {
	.opinia .werdykt+ul {
		font-size: .7rem !important;
		max-width: 250px;
		margin: 0 auto;
		padding-bottom: 1rem;
	}
}

.opinia .werdykt+ul li {
	display: inline-block;
	vertical-align: top;
	margin-top: 1rem;
	margin-bottom: 1rem;
	width: 25%;
	border-top: 1px solid #0005;
	padding-top: .5rem;
	margin-right: 1rem;
	line-height: 1.2;
	color: #999;
}

@media(max-width:800px) {
	.opinia .werdykt+ul li {
		width: 100%;
		margin: 0 0 .7rem 0;
	}
}

.opinia .werdykt+ul li strong {
	display: block;
	color: var(--black)
}

@media(max-width:800px) {
	.opinia .orate {
		grid-column: 1 / -1;
		min-width: 250px;
		max-width: 250px;
		margin: 0 auto;
	}
}

.orate .stars {
	margin: .5rem .7rem;
	display: inline-block;
	vertical-align: middle;
	transform: scale(1.3, 1.3);
}

.orate .stars+strong {
	margin: .5rem 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 2rem;
	color: var(--orange);
	margin-left: 1rem;
}

.orate ul {
	margin-top: 1rem;
}

.orate li {
	margin-top: 0 !important;
	font-size: .8rem;
	padding: .5rem 0;
	border-bottom: 1px solid #0002;
	width: 220px;
	margin-bottom: 1rem;
}

.orate li>span {
	display: inline-block;
	margin-right: .5rem;
}

.orate li>strong>span {
	font-weight: normal;
	font-size: .8em;
}

.ooce {
	display: block;
	background: linear-gradient(to right, var(--lightgray), #fff0);
	padding: 1rem;
	border-radius: var(--radius);
	font-size: .7rem;
}

@media(max-width:800px) {
	.ooce {
		padding: .5rem 1rem 0;
		font-size: .6rem;
	}
}

.ooce>* {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1rem;
}

@media(max-width:550px) {
	.ooce>div {
		display: block;
		margin-bottom: .5rem;
	}
}

.ooce img {
	height: 1.2em;
	display: inline-block;
	vertical-align: middle;
	margin-right: .2rem;
}

.ooce a.tak {
	color: var(--green);
	font-weight: bold;
}

.ooce a.tak img {
	filter: invert(36%) sepia(34%) saturate(6016%) hue-rotate(137deg) brightness(94%) contrast(101%);
	/* to green */
}

.ooce a.nie {
	color: var(--red);
	font-weight: bold;
}

.ooce a.nie img {
	filter: invert(11%) sepia(72%) saturate(6017%) hue-rotate(357deg) brightness(99%) contrast(114%);
	/* to red */
}

.ooce>div:last-child {
	display: block;
	position: absolute;
	right: 0;
	top: .5rem;
	text-align: right;
	font-size: .6rem;
	line-height: 1.4;
}

@media(max-width:550px) {
	.ooce>div:last-child {
		position: relative;
		right: 0;
		top: 0;
	}
}

.ooce>div:last-child strong {
	display: block;
}

a.shownext {
	display: block;
	background: #fff;
	padding-bottom: 2rem;
	text-align: center;
	font-weight: 600;
	color: var(--orange);
}

a.shownext:hover {
	color: var(--orange2);
}

a.shownext span {
	display: inline-block;
	vertical-align: middle;
}

a.shownext span+span {
	margin-left: .5rem;
	transform: rotate(90deg);
}

.br1 .dodaj {
	position: relative;
	display: block;
	font-size: .8rem;
	width: calc(80% - 6rem);
	min-width: 300px;
	margin: 4rem auto 0;
	background: var(--lightgray);
	border-radius: var(--radius);
	padding: 1rem 3rem;
}

@media(max-width:900px) {
	.br1 .dodaj {
		width: calc(100% - 6rem);
	}
}

@media(max-width:800px) {
	.br1 .dodaj {
		padding: 1rem;
		width: calc(100% - 2rem);
	}
}

@media(max-width:600px) {
	.br1 .dodaj {
		padding: 1rem;
		width: calc(100% + 1rem);
		margin-left: -.5rem;
		padding: 1rem 0.5rem;
		border-radius: 0;
	}
}

.br1 .dodaj>header>* {
	font-weight: bold;
	font-size: 1rem;
	text-align: center;
}

.br1 .dodaj .vehicle {
	display: grid;
	grid-template-columns: repeat(6, 16.6%);
}

@media(max-width:1150px) {
	.br1 .dodaj .vehicle {
		grid-template-columns: repeat(3, 32%);
	}
}

@media(max-width:800px) {
	.br1 .dodaj .vehicle {
		grid-template-columns: repeat(2, 50%);
	}
}

.br1 .dodaj .vehicle+div,
.br1 .dodaj .vehicle+div+div {
	display: inline-block;
	width: 250px;
	margin-bottom: 1rem;
}

.br1 .dodaj form div>span {
	display: block;
	padding: 1rem 0;
}

@media(max-width:800px) {
	.br1 .dodaj form div>span {
		padding: 1rem 0 .3rem;
	}
}

.br1 .dodaj form select,
.br1 .dodaj form input[type="text"] {
	width: 90%;
	max-width: 300px;
	border: 1px solid #0005;
}

@media(max-width:600px) {

	.br1 .dodaj form select,
	.br1 .dodaj form input[type="text"] {
		font-size: .8em;
	}
}

.br1 .dodaj form textarea {
	width: 90%;
	max-width: 600px;
	height: 100px;
	border: 1px solid #0005;
	margin-bottom: 1rem;
}

div:has(textarea)+div label {
	display: inline-block;
	margin-right: 2rem;
	margin-bottom: 1rem;
}

@media(max-width:600px) {
	div:has(textarea)+div label {
		display: inline-block;
		margin-right: .7rem;
		margin-bottom: 0.5rem;
		margin-top: .5rem;
	}
}

div:has(>.ocex) {
	display: inline-block;
	width: 32%;
	text-align: center;
}

@media(max-width:900px) {
	div:has(>.ocex) {
		width: 100%;
	}
}

div:has(>textarea),
div:has(>textarea)+div {
	display: block;
	text-align: center;
}

.ocex {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 200px;
	height: 40px;
	background: url('gfx/star-empty.svg');
	background-size: 40px;
	margin-bottom: .5rem;
	filter: invert(82%) sepia(37%) saturate(2882%) hue-rotate(357deg) brightness(100%) contrast(105%);
	/* to yellow */
	font-size: 0;
	z-index: 5;
}

.ocex input {
	display: none;
}

.ocex label {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	z-index: 7;
	cursor: pointer;
}

.ocex:before {
	content: '';
	display: block;
	width: 0;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	background: url('gfx/star.svg');
	background-size: 40px;
	z-index: 2;
}

.ocex:has(>label>input:checked)::before {
	width: 40px;
}

.ocex:has(>label+label>input:checked)::before {
	width: 80px;
}

.ocex:has(>label+label+label>input:checked)::before {
	width: 120px;
}

.ocex:has(>label+label+label+label>input:checked)::before {
	content: '';
	width: 160px;
}

.ocex:has(>label+label+label+label+label>input:checked)::before {
	width: 200px;
}

.br1 .dodaj form div:has(>input[type="text"]) {
	text-align: center;
}

.br1 .dodaj form button {
	background: var(--orange);
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1rem;
	padding: 1rem;
	margin: 3rem auto 1rem;
	display: block;
}

@media(max-width:600px) {
	.br1 .dodaj form button {
		margin: 2rem auto 0rem;
	}
}

.koszyk {
	position: relative;
}

.koszyk>div {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
	padding: 0 20px;
}

@media(max-width:480px) {
	.koszyk>div {
		padding: 0 10px;
	}
}

.koszyk .cart {
	position: relative;
	margin-top: 2rem;
}

.cart>header {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
}

.cart>header>* {
	font-size: 2.6rem;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
}

.cart>header+ul {
	display: inline-block;
	vertical-align: middle;
	width: 65%;
	margin: 0;
	list-style: none;
	text-align: right;
	margin-right: 1rem;
}

@media(max-width:800px) {
	.cart>header+ul {
		width: 100%;
		margin: 0;
		list-style: none;
		text-align: left;
		font-size: .6rem;
		margin-top: 1rem;
	}
}

.cart>header+ul li {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: 500;
	margin-left: 2rem;
}

.cart>header+ul li.disabled {
	opacity: .4;
}

@media(max-width:1000px) {
	.cart>header+ul li {
		margin: .3rem;
	}
}

.cart>header+ul li:first-child {
	opacity: 1;
}

.cart>header+ul li a {
	color: #111;
}

.cart>header+ul li img {
	display: inline-block;
	vertical-align: middle;
	height: 2em;
	margin-right: .1rem;
	position: relative;
	top: -.1rem;
}

.cart #br1,
.cart #br2,
.cart #br3,
.cart #br4,
.cart #br5,
.cart #br6 {
	margin-top: 2rem;
	outline: 1px solid var(--lightgray);
	border-radius: var(--radius);
	padding: 1rem;
	box-shadow: 0 0 2rem #0001;
}

@media(max-width:800px) {

	.cart #br1,
	.cart #br2,
	.cart #br3,
	.cart #br4,
	.cart #br5,
	.cart #br6 {
		padding: .5rem;
		margin-top: 1rem;
	}
}

.cart .item {
	display: grid;
	grid-template-columns: 100px 1fr 100px 12% 8% 12% 4rem;
	align-items: stretch;
	justify-items: stretch;
	background: linear-gradient(to bottom, #fff0, #fff0, #fff0, #00000007);
	padding-bottom: 1rem;
}

@media(max-width:1150px) {
	.cart .item {
		grid-template-columns: 100px 1fr 100px 15% 10% 15% 4rem;
	}
}

@media(max-width:1000px) {
	.cart .item {
		grid-template-columns: 0 1fr 30px 15% 10% 15% 4rem;
	}
}

.cart .item .badge {
	grid-column: 1;
	grid-row: 1 / span 4;
}

@media(max-width:1000px) {
	.cart .item .badge {
		width: 1px;
		overflow: hidden;
		height: 1px;
		opacity: 0;
	}
}

.cart .item .title {
	padding-left: 1rem;
	padding-top: .5rem;
}

@media(max-width:800px) {
	.cart .item .title {
		grid-column: 1 / span 7;
		grid-row: 1;
		padding-left: 0rem;
	}
}

.cart .item .title>* {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	font-size: 1rem;
}

@media(max-width:800px) {
	.cart .item .title>* {
		font-size: 0.8rem;
	}
}

.cart .item .certified {
	font-size: .5rem;
	text-transform: uppercase;
	font-weight: bold;
	width: 155px;
	margin-top: .0rem;
	display: inline-grid;
	vertical-align: top;
	margin-left: .5rem;
	grid-template-columns: 2.2rem 1fr;
	align-items: center;
	background: #dbede4aa;
	border-radius: 999px;
}

@media(max-width:800px) {
	.cart .item .certified {
		font-size: .5rem;
		width: 150px;
		margin-left: .2rem;
	}
}

.cart .item .certified img {
	width: 2.9em;
	position: relative;
	top: .05rem;
	filter: invert(36%) sepia(34%) saturate(6016%) hue-rotate(137deg) brightness(94%) contrast(101%);
	/* to green */
}

.cart .item .certified span+span {
	color: var(--green);
}

.cart .item .gicons {
	grid-column: 4 / -1;
	color: var(--green);
}

@media(max-width:800px) {
	.cart .item .gicons {
		width: 1px;
		height: 1px;
		opacity: 0;
		overflow: hidden;
	}
}

.cart .item .title2 {
	grid-column: 2 / -1;
	font-size: 1.3rem;
	padding-bottom: .3rem;
	padding-left: 1rem;
}

@media(max-width:800px) {
	.cart .item .title2 {
		grid-column: 2 / span 5;
		font-size: 1rem;
		padding-top: .3rem;
		padding-bottom: .3rem;
		padding-left: 0rem;
	}
}

.cart .item .subtitle {
	grid-column: 2 / -1;
	padding-left: 1rem;
	font-size: .8rem;
	padding-bottom: .1rem;
}

.cart .item .pars {
	grid-column: 2 / -1;
	margin: 0;
	list-style: none;
	padding-left: 1rem;
	opacity: .5;
}

.cart .item .pars li {
	display: inline-block;
	font-weight: bold;
	font-size: .7rem;
	margin-right: .3rem;
}

.cart .item .pars li img {
	display: inline-block;
	height: 1.2em;
	vertical-align: middle;
	position: relative;
	top: -.05rem;
}

.cart .item .pic {
	grid-column: 2;
	position: relative;
	font-size: 0;
}

@media(max-width:800px) {
	.cart .item .pic {
		grid-column: 2;
		grid-row: auto / span 2;
		align-self: end;
	}
}

.cart .item .pic img {
	height: 150px;
	width: 80%;
	object-position: top center;
	object-fit: cover;
}

@media(max-width:800px) {
	.cart .item .pic img {
		height: 140px;
		width: 90%;
		object-position: bottom center;
		object-fit: contain;
	}
}

.cart .item .pic img+img {
	width: 2rem;
	height: 2rem;
	position: absolute;
	top: 1rem;
	left: 1rem;
}

@media(max-width:800px) {
	.cart .item .pic img+img {
		top: 0rem;
		left: 0rem;
	}
}

.price1 {
	grid-column: 4;
	align-self: end;
	font-size: .7rem;
}

@media(max-width:800px) {
	.price1 {
		grid-column: 5 / span 2;
		grid-row: 6;
		width: auto;
		justify-self: stretch;
		margin-bottom: .5rem;
		margin-top: 1rem;
		align-self: end;
	}
}

.price1 span+span {
	font-size: 1.4rem;
	line-height: 1;
	height: 2rem;
	display: block;
	margin-top: .3rem;
	padding-top: .3rem;
	border-top: 1px solid #0002;
}

@media(max-width:1250px) {
	.price1 span+span {
		font-size: 1.5rem;
	}
}

@media(max-width:800px) {
	.price1 span+span {
		font-size: 1rem;
		line-height: 1.5;
	}
}

.qty {
	align-self: end;
	font-size: .7rem;
}

@media(max-width:800px) {
	.qty {
		grid-column: 3;
		grid-row: 7;
	}
}

.qty span {
	display: block;
	padding-bottom: .3rem;
	border-bottom: 1px solid #0002;
	margin-bottom: .3rem;
}

.qty select {
	height: 1.65rem;
}

.price2 {
	align-self: end;
	font-size: .7rem;
}

@media(max-width:800px) {
	.price2 {
		grid-column: 5 / span 2;
		align-self: stretch;
		font-size: .7rem;
	}
}

.price2 span+strong {
	font-size: 1.4rem;
	line-height: 1;
	height: 2rem;
	display: block;
	margin-top: .3rem;
	padding-top: .3rem;
	border-top: 1px solid #0002;
}

@media(max-width:1250px) {
	.price2 span+strong {
		font-size: 1.5rem;
	}
}

@media(max-width:800px) {
	.price2 span+strong {
		font-size: 1rem;
		line-height: 2;
	}
}

.del {
	align-self: end;
	margin-left: 1rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	font-size: .6rem;
	text-align: center;
	opacity: .5;
}

.del img {
	width: 1.5rem;
}

.koszyk .options {}

@media(max-width:800px) {
	.koszyk .options {
		margin-left: -.5rem;
		margin-right: -.5rem;
	}
}

.koszyk .options>header>* {
	display: block;
	padding: 1rem;
	padding-left: calc(80px + 1rem);
	background: var(--lightgray);
	font-weight: bold;
}

.koszyk .options ul.opcje {
	margin: 0;
	list-style-type: none;
	font-size: 0;
}

.koszyk ul.opcje li {
	font-size: .8rem;
	padding: 1rem;
	border-bottom: 1px solid #0003
}

.koszyk ul.opcje li>img {
	width: 130px;
	height: 100px;
	display: inline-block;
	vertical-align: middle;
	filter: invert(44%) sepia(93%) saturate(2704%) hue-rotate(347deg) brightness(96%) contrast(107%);
	/* to orange */
}

@media(max-width: 1000px) {
	.koszyk ul.opcje li>img {
		width: 70px;
	}
}

.koszyk ul.opcje li>img+div {
	width: calc(60% - 130px);
	display: inline-block;
	vertical-align: middle;
	margin-right: 1rem;
}

@media(max-width: 1000px) {
	.koszyk ul.opcje li>img+div {
		width: calc(55% - 100px);
	}
}

@media(max-width: 800px) {
	.koszyk ul.opcje li>img+div {
		width: calc(90% - 70px);
	}
}

.koszyk ul.opcje li>img+div strong {
	display: block;
	padding: .5rem 0;
	font-size: 1.3em;
}

.koszyk ul.opcje li>img+div+div {
	width: 15%;
	display: inline-block;
	vertical-align: middle;
}

@media(max-width: 800px) {
	.koszyk ul.opcje li>img+div+div {
		width: calc(90% - 70px);
		padding-left: 75px;
		padding-top: .5rem;
	}
}

.koszyk ul.opcje li>img+div+div>span {
	display: block;
	padding-bottom: .5rem;
	line-height: 1.3;
}

.koszyk ul.opcje li>img+div+div>span strong {
	display: block;
}

.koszyk ul.opcje li>img+div+div>label {
	display: block;
	padding-bottom: .1rem;
	font-size: .7em;
	opacity: .6;
}

.koszyk ul.opcje li>img+div+div select {
	padding: .2rem;
	border-color: var(--midgray);
}

.koszyk ul.opcje li>button {
	width: 18%;
	background: var(--blue);
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 1rem;
}

@media(max-width: 800px) {
	.koszyk ul.opcje li>button {
		width: 60%;
		margin-left: 75px;
		margin-top: 1rem;
	}
}

.sumup {
	position: relative;
	padding: 2rem 2rem 2rem 1rem;
	text-align: right;
	width: auto;
	font-size: 1rem;
}

@media(max-width: 800px) {
	.sumup {
		position: relative;
		padding: 1rem .5rem;
		text-align: right;
		width: auto;
		font-size: .7rem;
	}
}

.sumup .sinfo {
	font-size: 1.4em;
	display: block;
	padding-bottom: 1rem;
	color: var(--green);
}

.sumup .sprice {
	font-size: 1.8em;
	display: block;
	padding-bottom: 1rem;
}

.sumup button {
	font-size: 1.2em;
	display: block;
	margin: 0 0 0 auto;
	background: var(--orange);
	color: #fff;
	padding: 1rem 1.5rem;
	border-radius: var(--radius);
}

.sumup>a {
	position: absolute;
	left: .5rem;
	top: 1rem;
	font-size: .9em;
}

section.zamowienie>header>* {
	font-size: 3rem;
	font-weight: 600;
	line-height: 1;
	padding: 2rem 1rem;
	border-bottom: 1px solid#0001;
}

@media(max-width:600px) {
	section.zamowienie>header>* {
		font-size: 1.8rem;
		padding: 1.2rem 1rem;
	}
}

section.zamowienie .azamowienie>h3,
section.zamowienie .adostawa>h3,
section.zamowienie .aplatnosc>h3,
section.zamowienie .azgody>h3 {
	font-size: 2rem;
	font-weight: 400;
	line-height: 1;
	padding: 2rem;
}

@media(max-width:600px) {

	section.zamowienie .azamowienie>h3,
	section.zamowienie .adostawa>h3,
	section.zamowienie .aplatnosc>h3,
	section.zamowienie .azgody>h3 {
		font-size: 1.2rem;
		padding: 1rem;
	}
}

.azamowienie .biz {
	text-align: center;
}

.azamowienie .biz label {
	display: inline-block;
	width: 30%;
	margin: 0 1rem;
	padding: 1rem;
	min-width: 280px;
	border: 1px solid var(--lightgray);
	background: var(--verylightgray);
	text-align: left;
	border-radius: var(--radius);
	margin-bottom: 2rem;
}

.azamowienie .biz label:has(input:checked) {
	border: 1px solid var(--orange);
}

.azamowienie:has(input#priv:checked) .forcomp {
	display: none;
}

.azamowienie:has(input#comp:checked) .forpriv {
	display: none;
}

.azamowienie .forpriv,
.azamowienie .forcomp {
	background: var(--verylightgray);
	padding: 1rem;
	text-align: center;
	font-size: 0;
	border-radius: var(--radius);
}

@media(max-width:800px) {

	.azamowienie .forpriv,
	.azamowienie .forcomp {
		padding: 1rem .5rem;
	}
}

.azamowienie input:not([type=radio]) {
	border-color: var(--midgray);
	margin: 1rem 0;
	padding: .75rem 1rem;
	width: calc(100% - 2rem - 2px);
}

@media(max-width:800px) {
	.azamowienie input:not([type=radio]) {
		border-color: var(--midgray);
		margin: 1rem 0;
		padding: .5rem;
		width: calc(100%);
		font-size: .7em;
	}
}

.azamowienie .forpriv label,
.azamowienie .forcomp label {
	position: relative;
	display: inline-block;
	width: calc(50% - 2rem);
	padding: 0 1rem;
	text-align: left;
	font-size: 1rem;
}

.azamowienie .forpriv label:nth-child(3),
.azamowienie .forcomp label:nth-child(3) {
	width: calc(100% - 2rem);
}

.azamowienie .forcomp label:nth-child(5) {
	width: calc(100% - 2rem);
}

@media(max-width:800px) {

	.azamowienie .forpriv label,
	.azamowienie .forcomp label {
		width: calc(100%) !important;
	}
}

.azamowienie .forpriv label>span,
.azamowienie .forcomp label>span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	padding: 0 1rem;
	opacity: .7;
	font-size: .7em;
}

.adostawa>label,
.aplatnosc>label {
	display: grid;
	grid-template-columns: 5% 60% 35%;
	outline: 1px solid var(--lightgray);
	background: var(--verylightgray);
	margin-bottom: 1rem;
	border-radius: var(--radius);
	padding: 1rem;
	font-size: .8rem;
	line-height: 1.3;
	margin-left: 5rem;
	margin-right: 5rem;
}

@media(max-width:1000px) {

	.adostawa>label,
	.aplatnosc>label {
		margin-left: 0rem;
		margin-right: 0rem;
	}
}

@media(max-width: 800px) {

	.adostawa>label,
	.aplatnosc>label {
		grid-template-columns: 5% 75% 20%;
		padding: .5rem;
	}
}

@media(max-width: 800px) {
	.aplatnosc>label {
		grid-template-columns: 2rem 1fr !important;
	}
}

.adostawa>label:has(input:checked),
.aplatnosc>label:has(input:checked) {
	outline: 1px solid var(--orange);
}

.adostawa>label input,
.aplatnosc>label input {
	width: 1.5rem;
	height: 1.5rem;
}

.adostawa>label .link {
	color: var(--orange);
	cursor: pointer;
	display: inline-block;
	font-weight: 300;
	font-size: .8rem;
}

.adostawa>label .tt {
	grid-column: 2;
	font-size: 1.2rem;
}

@media(max-width: 800px) {
	.adostawa>label .tt {
		grid-column: 2 / span 2;
		font-size: 1rem;
	}
}

.rinfo,
.rinfo2 {
	grid-column: 3;
	grid-row: 1 / span 2;
	text-align: right;
	font-weight: 600;
	color: var(--green);
	font-size: 1.1rem;
}

@media(max-width: 800px) {

	.rinfo,
	.rinfo2 {
		grid-column: 2 / span 2;
		grid-row: 1;
		font-size: .8rem;
	}
}

.rinfo {
	display: none;
}

.adostawa>label:has(input:checked) .rinfo,
.aplatnosc>label:has(input:checked) .rinfo {
	display: block;
}

.adostawa>label:has(input:checked) .rinfo2,
.aplatnosc>label:has(input:checked) .rinfo2 {
	display: none;
}

.rinfo small,
.rinfo2 small {
	display: block;
	font-size: .8rem;
	color: var(--black);
	font-weight: 400;
}

.adostawa>label .uty {
	grid-column: 2;
	font-size: 1.2rem;
	color: var(--green);
	font-size: .7rem;
	padding: .5rem 0;
}

.adostawa>label .uty img {
	height: 1.8em;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -.3em;
	margin-right: .5em;
	filter: invert(36%) sepia(34%) saturate(6016%) hue-rotate(137deg) brightness(94%) contrast(101%);
	/* to green */
}

.adostawa>label .serwis {
	grid-column: 2;
	padding-top: 1rem;
}

@media(max-width: 800px) {
	.adostawa>label .serwis {
		grid-column: 2 / span 2;
		padding-top: 1rem;
	}
}

.adostawa>label .serwis strong {
	display: block;
}

.adostawa>label .serwis .link {
	display: block;
}

.adostawa>label .termin {
	grid-column: 3;
	align-self: end;
	border: 1px solid var(--orange);
	border-radius: var(--smallradius);
	padding: .5rem;
}

@media(max-width: 800px) {
	.adostawa>label .termin {
		grid-column: 2 / span 2;
		font-size: .6rem;
		margin: 1rem 0 0 3rem;
	}
}

.adostawa>label .termin img {
	display: inline-block;
	vertical-align: middle;
	width: 2rem;
	height: 2rem;
	margin-right: 1rem;
}

.adostawa>label .termin img+span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1rem;
	width: calc(100% - 5rem);
	line-height: 1.1;
}

.aplatnosc>label {
	grid-template-columns: 5% 200px 30% 1fr;
	align-items: center;
}

.aplatnosc>label img {
	max-width: 200px;
	max-height: 50px;
	object-fit: contain;
}

.aplatnosc>label .tt {
	grid-column: 3;
	font-size: 1.1rem;
	font-weight: bold;
}

@media(max-width: 800px) {
	.aplatnosc>label .tt {
		grid-column: 2 / span 2;
		font-size: 1rem;
		padding-top: .3rem;
	}
}

.aplatnosc>label .tt>span {
	display: block;
	font-size: .8rem;
	font-weight: normal;
}

.aplatnosc>label .rinfo {
	grid-column: 4;
	display: block;
}

.olabel {
	display: block;
	margin: 0rem 6rem 2rem;
	display: grid;
	grid-template-columns: 50px 1fr;
	line-height: 1.3;
}

@media(max-width: 1000px) {
	.olabel {
		margin: 0rem 2rem 1rem;
		font-size: .7rem;
	}
}

@media(max-width: 600px) {
	.olabel {
		margin: 0rem 1rem 1rem;
		font-size: .6rem;
	}
}

.olabel1,
.olabel2 {
	margin-left: 8.5rem;
}

@media(max-width: 1000px) {

	.olabel1,
	.olabel2 {
		margin-left: 3.5rem;
	}
}

@media(max-width: 600px) {

	.olabel1,
	.olabel2 {
		margin-left: 2rem;
	}
}

.olabel input {
	width: 1.2rem;
	height: 1.2rem;
	top: .1rem;
}

@media(max-width: 600px) {
	.olabel input {
		width: 1rem;
		height: 1rem;
		top: -.1rem;
	}
}

.olabel b {
	color: red;
}

.podzgodami {
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid #0002;
	text-align: right;
	position: relative;
	padding: 2rem;
	padding-bottom: 1rem;
	font-size: 1rem;
}

@media(max-width: 600px) {
	.podzgodami {
		margin-top: 2rem;
		padding: 1rem;
		padding-top: 2rem;
		font-size: .7rem;
	}
}

.podzgodami>a {
	position: absolute;
	left: 1rem;
	top: 2rem;
	font-size: 1em;
}

@media(max-width: 600px) {
	.podzgodami>a {
		left: .5rem;
		top: .5rem;
	}
}

.podzgodami>span {
	font-size: 1.8em;
	display: block;
	padding-bottom: 1em;
}

.podzgodami>small {
	font-size: .8em;
	display: block;
	padding-bottom: 1em;
}

.podzgodami .green {
	font-size: 1.2em;
	display: block;
	padding: 1rem 0;
	color: var(--green);
}

.podzgodami button {
	font-size: 1.4em;
	display: block;
	margin: 0 0 0 auto;
	background: var(--orange);
	color: #fff;
	padding: 1.5rem 2.5rem;
	border-radius: var(--radius);
	text-transform: uppercase;
	font-weight: bold;
}

.podsum>header>* {
	font-size: 1.5rem;
	padding-bottom: 3rem;
}

.podsum>div {
	display: grid;
	grid-template-columns: 12% 30% 1fr 15% 15% 15%;
	gap: 1rem;
	align-items: stretch;
	justify-items: stretch;
	background: linear-gradient(to bottom, #fff0, #fff0, #fff0, #00000007);
	padding-bottom: 1rem;
	margin: 0 6rem;
	background: var(--verylightgray);
	padding: 1rem;
	border-radius: var(--radius);
}

@media(max-width:1000px) {
	.podsum>div {
		margin: 0 0rem;
	}
}

@media(max-width:800px) {
	.podsum>div {
		padding: .5rem;
		grid-template-columns: 20% 25% 1fr;
		gap: .5rem;
	}
}

.podsum .pic {
	position: relative;
}

.podsum .pic img {
	width: 100%;
	max-height: 120px;
	object-fit: contain;
}

.podsum .pic img+img {
	position: absolute;
	top: 0;
	left: 0;
	width: 2rem;
}

.podsum .pic+div {
	grid-column: 2 / span 2;
}

@media(max-width:800px) {
	.podsum .pic+div {
		grid-column: 2 / span 4;
	}
}

.podsum .title1 {
	font-weight: bold;
	font-size: 1.2rem;
	padding-bottom: .3rem;
}

.podsum .title2 {
	font-size: 1.2rem;
	padding-bottom: .5rem;
}

.podsum .subtitle {
	font-size: .8rem;
	padding-bottom: .3rem;
}

.podsum .pars {
	margin: 0;
	list-style: none;
	opacity: .5;
}

.podsum .pars li {
	display: inline-block;
	font-weight: bold;
	font-size: .7rem;
	margin-right: .3rem;
}

.podsum .pars li img {
	display: inline-block;
	height: 1.2em;
	vertical-align: middle;
	position: relative;
	top: -.05rem;
}

.podsum .dor {
	grid-column: -3 / span 2;
	color: var(--green);
	font-weight: bold;
	text-align: right;
}

@media(max-width:800px) {
	.podsum .dor {
		grid-column: 1 / span 5;
		color: var(--green);
		font-weight: bold;
		text-align: right;
		font-size: .6rem;
	}
}

.podsum .price1 {
	grid-column: 4;
	align-self: end;
	font-size: .7rem;
}

@media(max-width:800px) {
	.podsum .price1 {
		grid-column: 1 / 3 !important;
		grid-row: 3 !important;
	}
}

.podsum .price1 span+span {
	font-size: 1.5rem;
	line-height: 1;
	height: 2rem;
	display: block;
	margin-top: .3rem;
	padding-top: .3rem;
	border-top: 1px solid #0002;
}

@media(max-width:800px) {
	.podsum .price1 span+span {
		font-size: 1.1rem;
	}
}

.podsum .qty {
	align-self: end;
	font-size: .7rem;
}

@media(max-width:800px) {
	.podsum .qty {
		grid-column: 1 / 3 !important;
		grid-row: 4 !important;
	}
}

.podsum .qty span {
	display: block;
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}

.podsum .qty span+span {
	font-size: 1.5rem;
	line-height: 1;
	height: 2rem;
	display: block;
	margin-top: .3rem;
	padding-top: .3rem;
	border-top: 1px solid #0002;
}

@media(max-width:800px) {
	.podsum .qty span+span {
		font-size: 1.1rem;
	}
}

.podsum .price2 {
	align-self: end;
	font-size: .7rem;
}

@media(max-width:800px) {
	.podsum .price2 {
		grid-column: 3 / 6 !important;
		grid-row: 4 !important;
	}
}

.podsum .price2 span+strong {
	font-size: 1.5rem;
	line-height: 1;
	height: 2rem;
	display: block;
	margin-top: .3rem;
	padding-top: .3rem;
	border-top: 1px solid #0002;
}

@media(max-width:800px) {
	.podsum .price2 span+strong {
		font-size: 1.1rem;
	}
}

.podsum .opcje {
	grid-column: 1;
	grid-row: 2;
	font-size: .7rem;
	opacity: .7;
}

.podsum .opcje+div {
	grid-column: 2;
	grid-row: 2;
	font-size: .8rem;
	opacity: 1;
	font-weight: bold;
	line-height: 1.2;
}

@media(max-width:800px) {
	.podsum .opcje+div {
		grid-column: 2 / span 4;
	}
}

.underfooter {
	position: relative;
	margin-top: 1rem;
	background: var(--gray);
	color: #fff;
}

.underfooter>div {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
	padding: 1rem 20px;
	text-align: center;
	font-size: 0;
}

.underfooter>div>div:first-child {
	font-size: 1.1rem;
	font-weight: 500;
	width: 20%;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}

.underfooter>div>div:nth-child(2) {
	font-size: .7rem;
	font-weight: 400;
	width: calc(60% - 2rem);
	padding: 1rem;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.underfooter>div>div:nth-child(2) small {
	display: block;
	padding-top: .3rem;
	font-size: .6rem;
}

.underfooter>div>div:last-child {
	font-size: .8rem;
	font-weight: 500;
	width: 20%;
	padding: 1rem 0;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
}

@media(max-width:600px) {
	.underfooter>div>div:last-child {
		padding: 0;
	}
}

@media(max-width:800px) {
	.underfooter>div>div {
		display: block !important;
		width: auto !important;
	}
}

.welcome-msg {
	font-size: inherit;
	font-weight: inherit;
	line-height: 1.5;
	white-space: nowrap;
	text-transform: uppercase;
}