body {
	font-family: "DM Mono", monospace;
}

body #wrapper{
	background-color: #F4F4ED;
}

body .thumbnail-container{
	display:flex;
	flex-direction: column;
	position: relative;
}

body .product-miniature .thumbnail-container{

    background-color: #d9d9d9;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, .8), 0px -1px 0px #fff;
    padding-left: 5% !important;
    padding-top: 5% !important;
    padding-right: 5% !important;
    margin-right: initial !important;
    margin-bottom: initial !important;
    margin-left: initial !important;
}

body .thumbnail-container > .thumbnail-top{
	border: solid 1.5px;
	border-radius: 5px;
}



body .product-description{
	letter-spacing: -.04em !important;
	background-color: rgb(217, 217, 217) !important;
	order:2;
}
.product-information .product-description {
	background-color: transparent !important;
}
body .product-description::after{
	content: none !important;
}

body .product-description .product-title{
	text-align: left;
	margin-bottom:-5px;
}

body .product-description .product-title a {
	color: black !important;
	font-size: 1.2rem;
	margin: 0 !important;
	font-weight: 400;
	letter-spacing: -1px;
}

body .product-description .product-title a:hover {
	background-color: #c8e1ec;
}

body .product-description .product-price{
	font-size: 1.2rem !important;
	
}

body .product-description .product-price-and-shipping {
	font-size: 0.8rem;
	color: black !important;
	text-align: center;
	font-weight: 400;
	letter-spacing: -1px;
	margin-top: 8px;
	font-family: "DM Sans", sans-serif;
	letter-spacing: 2px;
}

body .products article .wishlist-button-add{
	position:absoule;
	background-color:transparent;
	box-shadow: none;
}

body .highlighted-informations{
	background-color: rgb(217, 217, 217) !important;
}

/* Zerowanie zartości */
body .product-flags {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	position: static !important;
	margin-top: auto !important;
	margin-bottom: 0 !important;
	width:0;
	flex: 0 0 auto !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
}

/* Zerowanie wartości */
body li.product-flag{
	margin: 0 !important;
}

body .product-flags{
	display: flex;
	flex-direction: row;
	gap: 4px;
	height: auto !important; 
	margin-top: 10px !important;
	justify-content: center;
}

body .product-flags .product-flag{

	display: flex;
	align-items: center !important;
	justify-content: center !important;
	height: 20px !important;
	min-height: 0 !important;
	line-height: normal !important;
	padding: 0 8px !important;
	font-size: .55rem !important;
	border-radius: 12px !important;
	box-sizing: border-box !important;
	border: none !important;
	box-shadow: 0px 1.5px 0px #fff, 0px -1.5px 1.43px rgba(0, 0, 0, .6);
	color: black !important;
	white-space: nowrap;
    background-color: #c8e1ec;
}

body .product-flags .product-flag:hover{
	background-color: #7e8cd5;
	color: #fff;
}

body .product-flag{
	display: inline-block;
	width: auto !important;
}

body .highlighted-informations{
	display:none;
}

body .on-sale{
	background-color: #F6C2A0 !important;
}

body .new{
	background-color: #ADDDEB !important;
}

body .js-product {
  margin-bottom: 30px; /* domyślnie */
}

/* Dla tabletów i mniejszych ekranów */
@media (max-width: 1024px) {
  body .js-product {
    margin-bottom: 50px;
  }
}

/* Dla telefonów */
@media (max-width: 768px) {
  body .js-product {
    margin-bottom: 30px;
  }
}

/* Dla bardzo małych ekranów */
@media (max-width: 480px) {
  body .js-product {
    margin-bottom: 10px;
  }
}