@media only screen and (max-width: 650px) {
    .header .header-logo {
        width: 50%;
        top: 20px;
        left: 15px;
        height: 60px;
    }
}

@media only screen and (max-width: 650px) {
    .header {
        padding: 0;
    }
}

@media only screen and (max-width: 650px) {
    .header-menutoggle {
        top: 25px;
    }
    
    .header nav {
        top: 0px;
   }
    
    .gdprcookie {
        border-radius: 10px;
        left: 1.5rem;
    }
    
    .gdprcookie-buttons button {
        margin-top: 10px;
        border-radius: 5px;
    }
}

.whatsapp-float {
    display: none;
}

@media (max-width: 768px) {
    .whatsapp-float {
        display: block;
        position: fixed;
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
        z-index: 9999;
    }

    .whatsapp-float img {
        width: 100%;
        height: auto;
        border-radius: 50%;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }
}


@media (max-width: 768px) {
    .footer-info .footer-social {
        display: flex !important;
        justify-content: center !important;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        gap: 25px;                         
    }

    .footer-info .footer-social li {
        padding: 0 !important;        
        margin: 0 !important;
        display: inline-flex;
        line-height: 100%;
    }
}

.footer-info .footer-msg {
    margin-bottom: 13px;
}

.footer-info .footer-social li {
    padding-right: 50px;
}

p {
    /*font-size: 1.1em !important;*/
}

.prod .prod-actions {
    display: none !important;
}

.whatsapp-btn {
    position: relative;
    display: inline-block;
    padding: 14px 28px;
    font-size: 13px;
    font-weight: 600;
    color: #fff !important;
    background: #3DCF43;
    border-radius: 50px;
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    margin-top: 19px;
}

/* Hover general */
.whatsapp-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(37, 211, 102, 0.5);
}

/* Efectul de shine */
.whatsapp-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.6),
        transparent
    );
    transform: skewX(-25deg);
    
}

/* Animația la hover */
.whatsapp-btn:hover::before {
    animation: shine 1.2s ease forwards;

}

@keyframes shine {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}

.prod .prod-desc a:hover {
    border: none !important;
}

@media (max-width: 768px) {
    .prod .prod-slider .slides li a:before {
        display: contents !important; /* forțează schimbarea */
    }
}

.prod .prod-slider .slides li a:before {
    display: contents !important; /* forțează schimbarea */
}

/* 27.01.2026 */

@media (min-width: 769px) {
    .frontslider-wrap .caption1 {
        white-space: nowrap !important; 
        margin-right: 0 !important;     
        font-size: 30px;   
    }
        
    .frontslider-wrap .caption2 {
        white-space: nowrap !important; 
        margin-right: 0 !important;     
        font-size: 30px;    
    }
}

@media (max-width: 768px) {
    .frontslider-wrap .caption2 {
        white-space: normal !important; 
        font-size: 15px !important;
        margin-right: 50% !important;   
        display: block !important;
    }

    .frontslider-wrap .caption1 {
        font-size: 15px !important;
    }
}