
/* Custom Premium Theme CSS by Antigravity */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap');

body, p, a, h1, h2, h3, h4, h5, h6, span, div, button, input {
    font-family: 'Outfit', sans-serif !important;
}

/* Button style adjustments */
.botao-comprar, .btn-comprar, .botao-commerce, button.comprar {
    border-radius: 50px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
}

.botao-comprar:hover, .btn-comprar:hover, .botao-commerce:hover, button.comprar:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
}

/* Product list items */
.listagem-item, .card-produto, .produto-carrossel {
    border-radius: 12px !important;
    overflow: hidden !important;
    border: 1px solid rgba(0,0,0,0.04) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.listagem-item:hover, .card-produto:hover, .produto-carrossel:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 28px rgba(0,0,0,0.06) !important;
    border-color: rgba(0,0,0,0.08) !important;
}
