:root {
	--primary: #fedc00;
	--primary-100: #dec100;
	--primary-200: #ceb200;
	--primary-300: #bfa500;
	--primary--100: #fee01f;
	--primary--200: #fee333;
	--primary--300: #fee647;
	--primary-rgba-0: rgba(254, 220, 0, 0);
	--primary-rgba-10: rgba(254, 220, 0, 0.1);
	--primary-rgba-20: rgba(254, 220, 0, 0.2);
	--primary-rgba-30: rgba(254, 220, 0, 0.3);
	--primary-rgba-40: rgba(254, 220, 0, 0.4);
	--primary-rgba-50: rgba(254, 220, 0, 0.5);
	--primary-rgba-60: rgba(254, 220, 0, 0.6);
	--primary-rgba-70: rgba(254, 220, 0, 0.7);
	--primary-rgba-80: rgba(254, 220, 0, 0.8);
	--primary-rgba-90: rgba(254, 220, 0, 0.9);
}
 

.is-invalid{
    color: #f00;
}

html.sticky-header-active #header .header-logo {
    margin: 8px 0;
}

html.sticky-header-active #header .header-logo img {
    max-height: 40px;
    height: auto;
    width: auto;
}
#header .header-logo img{
    height: auto;
}

html.sticky-header-active #header .header-nav {
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 80px;
}

.wa-float {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 1100;
    animation: wa-float-bounce 2.8s ease-in-out infinite;
}

.wa-float .whatsapp-float {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-color: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wa-float .whatsapp-float:hover {
    transform: scale(1.08);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.3);
}

@keyframes wa-float-bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}


#header .header-nav-main nav > ul li a{
    width: 100%;
    display: block;
    padding: 11px;
}

.product .product-thumb-info img{
        height: 200px;
}

