.cookie-banner {
    display: none;
    position: fixed;
    right: 34%;
    bottom: 20px;
    border-radius: 8px;
    max-width: 615px;
    background: #fff;
    padding: 20px;
    z-index: 999999;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(34, 60, 80, 0.63);
    -moz-box-shadow: 0px 0px 15px 0px rgba(34, 60, 80, 0.63);
    box-shadow: 0px 0px 15px 0px rgba(34, 60, 80, 0.63);
}
.cookie-content {
    display: flex;
    align-items: center;
    gap: 20px;
}
.cookie-banner a {
    color: black;
    text-decoration: underline;
}
.cookie-banner a:hover {
    text-decoration: none;
}

.catalog-wrapper + .catalog-wrapper {
	margin-top: 0;
}


.hvr__images .images {
  height: auto !important;
  aspect-ratio: 1 / 1.19;
}

.hvr__images .images img {

  width: 100%  !important;
  height: 95%  !important;
}

@media (max-width: 768px) {
    .cookie-banner {
        right: 0;
    }
}

@media (max-width: 768px) {
	.new-slider-item__footer {
		margin-top: 10px !important;
		padding-bottom: 0px;
	}
}