/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 24 2025 | 10:14:14 */
/* Initially hide all sections */
body:not(.elementor-editor-active) .btn-1, body:not(.elementor-editor-active) .btn-2, body:not(.elementor-editor-active) .btn-3, body:not(.elementor-editor-active) .btn-4, body:not(.elementor-editor-active) .btn-5, body:not(.elementor-editor-active) .btn-6, body:not(.elementor-editor-active) .btn-7  {
    display: none;
}

/* Fade-in animation */
.fade-in {
    animation: fadeInSection 0.8s ease-out;
}

@keyframes fadeInSection {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.show-product-button {
	    color: white;
    border: 1px solid white;
    padding: 8px 10px;
    cursor: pointer;
    transition: 0.3s;
}
/*
.show-product-button {
    background-color: #61CE70;
    color: white;
    border: 1px solid white;
    padding: 5px 10px;
    cursor: pointer;
    transition: 0.3s;
}*/

.show-product-button.active {
    background-color: white;
    color: black;
    font-weight: bold;
}
