/*
    Theme Name: Steliga & Delicias Theme
    Author: TWD Angola
    Author URI: https://wordpress.org
    Description: Tema para encomendas de doces, salgados e cursos
    Version: 1.0
    Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/


/* Scrollbar Personalizada */
    ::-webkit-scrollbar { width: 10px; }
    ::-webkit-scrollbar-track { background: #f8fafc; } /* slate-50 */
    ::-webkit-scrollbar-thumb { 
        background: #ea580c; /* orange-600 */
        border-radius: 10px;
        border: 2px solid #f8fafc;
    }
    ::-webkit-scrollbar-thumb:hover { background: #c2410c; } /* orange-700 */

    /* Comportamento de Rolagem Suave */
    html { scroll-behavior: smooth; }
    
    /* Esconder botão topo inicialmente */
    #btnTopo { opacity: 0; visibility: hidden; transition: all 0.3s ease; }
    #btnTopo.show { opacity: 1; visibility: visible; }