.header-logo-img {
    max-height: 50px;
    height: auto;
    max-width:100%;
}

.btn-secondary {
    color: #37ab5e;
    background-color: #ffffff;
    border-color: #37ab5e;
}

.btn-secondary:hover {
    color: #37ab5e;
    background-color: #f2f2f2;
    border-color: #37ab5e;
}

.btn-arrow-icon, .btn-icon {
    background-color: #37ab5e;
    color: #ffffff;
}

.btn-primary {
    color: #ffffff;
}

.btn-primary:hover {
    color: #e9e9e9;
}

.header-hamburger-button {
    background-color: #42bfe9;
    color: #ffffff;
    border-radius: var(--corner_10);
    padding: 0 15px 0 15px;
    height: 50px;
    border: 0;
    gap: 10px;
}
.product-card:has.product-price--special {
    border: 1px solid #ffffff !important;
}
.product-card-image__link {
    border: 1px solid #ffffff !important;
}

.location-title {
        margin-bottom: 0px;
    }


.location-wrapper-box-right {
    border: 1px solid var(--border-color-on-body);
    border-radius: var(--corner_30);
    background-color: #ffffff;
    color: var(--text-on-global);
    font-size: clamp(.875rem, .6875rem + .5vw, 1.125rem);
    height: 100%;
    width: 100%;
    padding: 20px;
}

.contact-module {
    background-color: #44bfe5 !important;
    color: var(--text-on-footer-secondary);
    border-radius: var(--corner_10);
    padding: 20px;
    font-size: 1rem;
}

#bestseller {
    background-color: #f0f0f0 !important;
    padding-bottom: 15px !important;
	border-radius: 10px;
}

#latest {
    background-color: #f0f0f0 !important;
    padding-bottom: 15px !important;
	border-radius: 10px;
}

.product-card {
    border-radius: var(--corner_10);
    padding: 10px !important;
}

.news-card-wrapper {
        gap: var(--news-gap);
        display: grid;
        grid-template-columns: 250px 1fr;
        background-color: #fff !important;
        padding: 15px !important;
	    border-radius: 10px;
}

#manufactureroffer {
    border-top: solid 1px #d5d5d5;
    border-bottom: solid 1px #d5d5d5;
    padding-top: 30px;
    padding-bottom: 14px;
}

.footer a {
    font-size: 14px !important;
}

.input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    background-color: #e2f0fd;
}

    .header-container {
        display: flex;
        transition: max-height var(--transition-speed-sticky-header) ease;
        max-height: var(--header-element-height);
        will-change: max-height;
        background-color: white;
		border-radius: 0 0 25px 25px;
    }

#body {
    background-image: url(https://dermopatika.sandbox.shoprenter.hu/custom/dermopatika/image/data/23-redesign/banner-hatter.png);
    background-repeat: repeat;
}

.news-scroller.slick-slider .news-card {
    padding-left: var(--news-gap);
    padding-right: var(--news-gap);
    border-radius: 15px;
}

.mm-panel {
    background: #ffffff;
}