* { /*  Debug */
	box-sizing: border-box;
	/* border: 1px solid black; */
}

body {
	/* background-image: url(); */
	font-size: 16px; 
	margin: 0;
	padding: 0;
	font-family: monospace;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}

header {
	display: flex; /* FIXME: tu niewiem*/
	height: 40px;
}

.Nazwa {
	float: left;
	letter-spacing: -0.5px;
	text-align: center;
	padding: 2px;

	background-color: #FF3535;
	color: #FFFF00;
	border-radius: 5px;
	border: 3px solid #CC3535;

	font-size: 1rem;
	text-shadow: 1px 0.5px 0.5px #550000;
}

.Wyszukiwarka {
	align-content: center;
	justify-content: center;
	display: flex;
	width: 100%;
}

.Koszyk {
	float: right;
	align-content: center;
	text-align: center;
}

.koszyk-btn {
	font-size: 1.2rem;
	padding: 4px 16px;
	border: 4px solid #DD0000;
	background-color: #FF3535;
	color: #FFFF00;
	border-radius: 5px;
	flex-shrink: 0;
	cursor: pointer;
	text-shadow: 1px 0.5px 0.5px #550000;
}

/* SEARCH INPUT */
.search_input {
	font-size: 18px;
	justify-content: center;
	padding: 5px;
	border-radius: 10px 10px;
	width: 400px;
	margin-top: 3px;
	border: 2px solid red;
}
.search_input_real {
	font-size: 16px;
	margin: -10px;
	border: none;
	width: 80%;
}

/* KATEGORIE (nav) */
nav {
	margin-left: auto;
	margin-right: auto;
}

nav ul {
	/* justify-content: center; */
	letter-spacing: -0.5px;
	list-style-type: none;
	list-style-position: outside;
	display: flex;
	gap: 5px;
	padding: 0;
}

nav li {
	text-align: center;
	padding: 5px;
	background-color: #FADA00;
	border-radius: 8px;
	font-size: 1.7rem;
	width: 100%;
	border: 3px solid #FAB800;
}

/* LINKI */

a {
	cursor: pointer;
	text-decoration: none;
	color: #FF0000;
	text-shadow: 1px 1px 0.5px #222222;
}

a:hover {
	cursor: pointer;
	text-decoration: none;
	color: #FFE9E9;
}

/* PRODUKTY */
.produkty {
	margin-left: auto;
	margin-right: auto;
}

.produkt_kafelek {
	padding: 10px;
	margin: 10px;
	float: left;
	background-color: lightblue;
	border-radius: 10px 10px;
}

.produkt_kafelek .img {
	width: 300px;
	height: 200px;
}

.produkt_kafelek .category {
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	color: gray;
}

.produkt_kafelek .title {
	font-size: 1.2rem;
	display: block;
}

.produkt_kafelek .oldprice {
	margin-right: auto;
	display: inline-block;
	color: #FF0000;
	font-size: 25px;
	margin-top: 5px;
	text-shadow: 0.9px 1px 1px black;
}

.produkt_kafelek .price {
	margin-right: auto;
	display: inline-block;
	color: #FFBB00;
	font-size: 25px;
	margin-top: 5px;
	text-shadow: 0.9px 1px 1px black;
}

.produkt_kafelek .buy {
	margin-right: auto;
	background-color: #FFBB00;
	color: white;
	padding: 10px;
	text-decoration: none;
	font-weight: 700;
	border: 2px solid #FF9100;
	
	float: right;
}

.produkt_kafelek .del {
	background-color: #DD0000 !important;
}

.podsumowanie {
	color: #FFBB00;
	font-weight: 700;
	font-size: 2rem;
	float: right;
}

.buy {
	border-radius: 10px;
}

footer {
	clear: both;
}

@media (min-width: 1024px) {
	main ul {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 600px) and (max-width: 1023px) {
	main ul {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* @media (max-width: 599px) {
	main ul {
		grid-template-columns: 1fr;
	}
	
	.Koszyk-btn {
		padding: 4px 0px;
	}
} */

@media (max-width: 700px) {
	/* INPUT INNY */
	.search_input {
		font-size: 18px;
		justify-content: center;
		padding: 5px;
		border-radius: 10px 10px;
		width: 200px;
		margin-top: 3px;
		border: 2px solid red;
	}
	.icon-2 {
		display: none;
	}
	.search_input_real {
		margin: 0px;
		width: 70%;
	}
}

@media (max-width: 530px) {
	.Nazwa {
		font-size: 0.7rem;
	}
}

@media (max-width: 850px) {
	nav ul {
		overflow-x: scroll;
	}
}

/* Produkt.html */
.PDS {
	color: black;
	text-shadow: 0px 0px 0px;
}

#produkt_img {
	width: 700px;
	height: 500px;
}

#zdjęcie_produkta {
	
}

#Kartka_z_opisem {
	width: 440px;
	height: 523px;
}

#opis_category {
	text-transform: uppercase;
	font-size: 1rem;
	color: gray;
}

#opis_title {
	font-size: 1.6rem;
}

#Cechy {
	
}

.opis_bottom {
	
}

#opis_price {
	font-size: 1.5rem;
	color: #FFBB00;
	font-weight: bold;
}

@media (max-width: 1200px) {
	#produkt_img {
		width: 100%;
		height: 100%;
	}
	
	#zdjęcie_produkta {
		width: 100%;
		height: 100%;
	}
	
	#Kartka_z_opisem {
	width: 100%;
	height: 100%;
}
}
