/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 10 2026 | 19:07:06 */
/* --- ESTÉTICA LELO / DARK LUXURY PARA WORDPRESS --- */

body {
    font-family: 'Montserrat', sans-serif !important;
    background-color: #000000 !important;
    color: #f5f5f5 !important;
    letter-spacing: 0.5px;
}

h1, h2, h3, h4, .woocommerce-loop-product__title, .product_title {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 300 !important;
    text-transform: uppercase;
    letter-spacing: 2px !important;
    color: #ffffff !important;
}

.woocommerce ul.products li.product, .product {
    background-color: #0a0a0a !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 0px !important;
    padding: 15px !important;
    transition: all 0.4s ease;
}

.woocommerce ul.products li.product:hover {
/* === ESTILOS GLOBALES SEGUROS PARA SEX SHOP XOCO === */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');
body:not(.wp-admin), .wp-site-blocks, .site-content, main {
background-color: #000000 !important;
color: #ffffff !important;
font-family: 'Montserrat', sans-serif !important;
}
h1.wp-block-post-title, .page-title, h1:not(.xoco-keep) {
display: none !important;
}
.button, .wp-block-button__link, button, input[type="submit"], .woocommerce a.button, .woocommerce button.button {
background-color: #000000 !important;
color: #ffffff !important;
border: 1px solid #ff2a85 !important;
border-radius: 0px !important;
text-transform: uppercase !important;
font-family: 'Montserrat', sans-serif !important;
font-size: 12px !important;
letter-spacing: 2px !important;
padding: 12px 28px !important;
transition: background-color 0.3s ease, color 0.3s ease !important;
box-shadow: 0px 4px 15px rgba(0,0,0,0.8) !important;
}
.button:hover, .wp-block-button__link:hover, button:hover, input[type="submit"]:hover, .woocommerce a.button:hover {
background-color: #ff2a85 !important;
color: #000000 !important;
}
.xoco-whatsapp-float {
position: fixed !important;
width: 55px !important;
height: 55px !important;
bottom: 25px !important;
right: 25px !important;
background-color: #25d366 !important;
color: #FFF !important;
border-radius: 50px !important;
text-align: center !important;
font-size: 30px !important;
box-shadow: 0px 4px 15px rgba(0,0,0,0.6) !important;
z-index: 10000 !important;
display: flex !important;
justify-content: center !important;
align-items: center !important;
text-decoration: none !important;
transition: transform 0.3s ease !important;
}
.xoco-whatsapp-float:hover {
transform: scale(1.1) !important;
}