/*  Header fixed */
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    backdrop-filter: blur(15px);
    animation: slideDown 0.35s ease-out;
    background: rgba(255, 255, 255, 0.75) !important;
}

.fixed-header.block__header .upper .links a:not(.btn) span {
    position: absolute;
    /* top: -12px; */
}

.fixed-header.block__header .upper .logo a img {
    width: 120px;
}

.fixed-header.block__header .upper .links a > svg {
    width: 24px;
    height: 24px;
}

.form-control {
    line-height: 2;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.block__products .slider-for .item {
    height: auto;
    max-height: inherit;
}
.block__header .upper .links a {
    display: inline-block;
}
.block__header .upper .links a.addProductBtn.desktop {
    display: none;
}
@media (min-width: 500px) {
    .block__header .upper .links a.addProductBtn.desktop {
        display: inline-block;
    }
}
@media (max-width: 992px) {
    html body .block__header .upper .links a > svg {
        width: 24px !important;
        height: 24px !important;
    }
    .block__header .upper .links a.btn {
        font-size: 14px !important;
        padding: 5px 10px;
        line-height: 1.6;
    }
}

html body .block__products .slider-for .item img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.fixed-header.block__header .upper .links a:not(.btn) span {
    position: absolute;
    top: -10px;
}

.cine-suntem .section-text-and-image .image {
    padding: 20px 0;
}

.cine-suntem .section-text-and-image .image img {
    display: block;
    width: 100%;
}

.cine-suntem .section-text-and-image:first-of-type {
    padding: 0 0 35px 0;
}

@media (min-width: 992px) {
    .cine-suntem .section-text-and-image {
        padding: 70px 0;
    }
}

.cine-suntem .section-text-and-image.bg-pink {
    background: #ffc7c3;
}

.cine-suntem b {
    color: #ed2d3d;
}

.cine-suntem .hasUnderline {
    margin-bottom: 20px;
}

.cine-suntem .hasUnderline span {
    display: inline-block;
    border-bottom: 2px solid #3b3544;
    padding-bottom: 10px;
}

.cine-suntem h3 {
    font-size: 28px;
}

.cine-suntem h4 {
    font-size: 20px;
    font-weight: bold;
    font-family: "Geologica", sans-serif;
}

.cine-suntem p + h4 {
    margin-top: 40px;
}

@media (min-width: 992px) {
    .cine-suntem h3 {
        font-size: 50px;
    }

    .cine-suntem h4 {
        font-size: 20px;
    }
}

.blinking {
    animation: blinker 2s linear 4;
}

@keyframes blinker {
    50% {
        opacity: 0.5;
    }
}
