/*
Theme Name: Botiga Child
Theme URI: https://athemes.com/theme/botiga/
Template: botiga
Author: aThemes
Author URI: https://athemes.com
Description: Botiga is a fast, lightweight WooCommerce theme for building modern online stores and eCommerce websites. It works with both Elementor and the WordPress block editor to assemble pages quickly. A clean, modern design with deep customization keeps your shop, product, cart, and checkout pages on brand. Built from the ground up with clean code for strong performance and Core Web Vitals, Botiga is fully responsive, mobile-optimized, translation- and RTL-ready, and SEO-friendly, with dedicated WooCommerce styling and layout options to help you sell more. Trusted by 10,000+ stores with a 4.9-star rating. Start fast by importing a ready-made store demo: https://athemes.com/theme/botiga/#demos
Tags: e-commerce,custom-menu,custom-logo,grid-layout,featured-images,right-sidebar,left-sidebar,custom-colors,editor-style,theme-options,threaded-comments,translation-ready,blog,one-column,two-columns,rtl-language-support,custom-background,custom-header,footer-widgets,post-formats,wide-blocks,full-width-template
Version: 2.4.8.1789067630
Updated: 2026-09-11 01:13:50

*/

/* =================================================u00a
   DARK LUXURY THEME CUSTOMIZATIONS - SEX SHOP XOCO
   ================================================= */

/* 1. Importación de tipografía Montserrat y configuración general */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

/* ==========================================================================
   DARK LUXURY MASTER THEME - SEX SHOP XOCO (FINAL)
   ========================================================================== */

/* 1. Tipografía Global Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

body, button, input, select, textarea, h1, h2, h3, h4, h5, h6, .site-title, .site-description {
    font-family: 'Montserrat', sans-serif !important;
}

/* 2. Fondo Negro Absoluto y Texto Blanco */
body, .site, #page {
    background-color: #000000 !important;
    color: #ffffff !important;
}

/* 3. Corrección y Limpieza de Cabecera y Textos Desalineados */
/* ==========================================================================
   DARK LUXURY MASTER THEME - SEX SHOP XOCO
   Theme Name: Botiga Child
   Template: botiga
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

/* 1. Tipografía Global Montserrat */
body, button, input, select, textarea, h1, h2, h3, h4, h5, h6, .site-title {
    font-family: 'Montserrat', sans-serif !important;
/* ==========================================================================
   DARK LUXURY MASTER THEME - SEX SHOP XOCO (FINAL CORRECTO)
   Theme Name: Botiga Child
   Template: botiga
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

/* 1. Tipografia Global Montserrat */
body, button, input, select, textarea, h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif !important;
}

/* 2. Fondo Negro Absoluto para todo el sitio (Adiós franjas blancas) */
body, .site, #page, .site-header, .site-content, .site-footer {
    background-color: #000000 !important;
    color: #ffffff !important;
}

/* 3. Correccion de la barra superior y cabecera */
.site-header {
    background-color: #000000 !important;
    border-bottom: 1px solid #222222;
}

/* Forzar texto blanco en los titulos de cabecera si el tema los muestra */
.site-title a, .site-description {
    color: #ffffff !important;
}

/* 4. Estilizacion de todos los botones */
.button, 
button, 
input[type="submit"], 
.woocommerce a.button, 
.woocommerce button.button,
.botiga-button,
.added_to_cart {
    background-color: #000000 !important;
    color: #ff2a85 !important;
    border: 2px solid #ff2a85 !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    transition: all 0.3s ease !important;
}

.button:hover, 
button:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover {
    background-color: #ff2a85 !important;
    color: #000000 !important;
    box-shadow: 0 0 15px rgba(255, 42, 133, 0.7) !important;
}

/* 5. Blindaje absoluto para el boton flotante de WhatsApp */
.floating-whatsapp, 
.whatsapp-fixed-button, 
a[href*="whatsapp"],
.wa-chat-box {
    display: block !important;
    visibility: visible !important;
    z-index: 99999 !important;
}

/* 6. Enlaces generales */
a {
    color: #ff2a85 !important;
    text-decoration: none;
}
a:hover {
    color: #ffffff !important;
}

