/*
 Theme Name:   Davo
 Theme URI:    https://davo.com
 Description:  Davo Theme
 Author:       Fiburfi
 Author URI:   https://fiburfi.com
 Template:     hello-elementor
 Version:      1.0.0
*/

@import url("../hello-elementor/style.css");

.loading-spinner {
    text-align: center;
    padding: 2em 0;
    display: flex;
    justify-content: center;
}

.svg-spinner {
    display: inline-block;
    animation: rotate 1s linear infinite;
    /* Si el logo tiene margen innecesario, puedes ajustar con: margin: 0 auto; */
}
@keyframes rotate {
    100% { transform: rotate(360deg);}
}

.product-categories-list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}