/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1768571534
Updated: 2026-01-16 10:52:14

*/

@media only screen and (max-width: 768px) {
    .header-mobile-v1 .img-header-logo {
        max-width: 100% !important;
        height: auto !important;
    }
}


 /* Swatches de Cores - Layout e Tamanhos Iguais */
 .cores-padrao {
     display: flex !important;
     flex-wrap: wrap !important;
     gap: 10px !important;
 }
 .cor-swatch {
     width: 40px !important;
     height: 40px !important;
     border-radius: 50% !important;
     cursor: pointer !important;
     border: 3px solid #e0e0e0 !important;
     position: relative !important;
     display: flex !important;
     align-items: center !important;
     justify-content: center !important;
     transition: all 0.2s ease !important;
     box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
 }
 .cor-swatch:hover {
     transform: scale(1.05) !important;
     border-color: #999 !important;
     box-shadow: 0 4px 8px rgba(0,0,0,0.15) !important;
 }
 .cor-swatch input {
     opacity: 0 !important;
     position: absolute !important;
     width: 100% !important;
     height: 100% !important;
     cursor: pointer !important;
     margin: 0 !important;
     z-index: 1 !important;
 }
 .cor-swatch span {
     width: 28px !important;
     height: 28px !important;
     border-radius: 50% !important;
     display: block !important;
     transition: all 0.2s ease !important;
     border: 2px solid transparent !important;
 }

 /* MARCADOR FORTE na SELEÇÃO */
 .cor-swatch input:checked + span {
     border-width: 4px !important;
     border-color: #0073aa !important; /* Azul forte Woo */
     box-shadow: 0 0 0 3px rgba(0,115,170,0.3), inset 0 0 0 1px rgba(255,255,255,0.8) !important;
     transform: scale(0.95) !important;
 }
 .cor-swatch input:checked ~ * {
     border-color: #0073aa !important;
     box-shadow: 0 0 0 2px rgba(0,115,170,0.4), 0 4px 12px rgba(0,115,170,0.3) !important;
     transform: scale(1.08) !important;
 }

 /* Campo Custom */
 #cor_custom {
     margin-top: 10px !important;
     padding: 10px !important;
     width: 220px !important;
     border: 2px solid #e0e0e0 !important;
     border-radius: 6px !important;
     font-size: 14px !important;
     transition: all 0.2s ease !important;
 }
 #cor_custom:focus {
     border-color: #0073aa !important;
     outline: none !important;
     box-shadow: 0 0 0 3px rgba(0,115,170,0.2) !important;
 }
 .cor-custom {
     font-size: 14px !important;
     padding: 8px !important;
     border: 2px solid transparent !important;
     border-radius: 6px !important;
     transition: all 0.2s ease !important;
 }
 .cor-custom input:checked + span {
     color: #0073aa !important;
     font-weight: bold !important;
 }
 .cor-custom:hover {
     background: #f8f9fa !important;
     border-color: #0073aa !important;
 }

 /* Carrinho */
 .cor-swatch-cart {
     width: 20px !important;
     height: 20px !important;
     border-radius: 50% !important;
     border: 2px solid #ddd !important;
     vertical-align: middle !important;
     margin-right: 6px !important;
     display: inline-block !important;
 }

/*.woocommerce-mini-cart-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.mini-cart-thumb img {
    width: 50px !important;
    height: 50px !important;
    object-fit: cover;
    border-radius: 4px;
}
.mini-cart-details {
    flex: 1;
}
.product-name {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
}
.quantity {
    display: block;
    font-size: 14px;
    color: #e74c3c;
    font-weight: bold;
}
.woocommerce-mini-cart__total {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0;
}

 