/* [Master Stylesheet] */
/*
Template Name: Alazea - Gardening & Landscaping HTML Template
Adaptado para: Pequeñas Tentaciones y Detalles
*/

/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800");
/* :: 2.0 Import All CSS */
@import url(css/bootstrap.min.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/elegant-icon.css);

/* :: 3.0 Base CSS */
* { margin: 0; padding: 0; }
body { font-family: "Dosis", sans-serif; font-size: 16px; color: #5a5a5a; background-color: #ffffff; }
h1, h2, h3, h4, h5, h6 { color: #4a3a4d; line-height: 1.3; font-weight: 600; }
p { color: #5a5a5a; font-size: 16px; line-height: 1.7; font-weight: 400; }
a, a:hover, a:focus { -webkit-transition-duration: 500ms; transition-duration: 500ms; text-decoration: none; outline: 0 solid transparent; color: #4a3a4d; font-weight: 500; font-size: 14px; }
ul, ol { margin: 0; }
ul li, ol li { list-style: none; }
img { height: auto; max-width: 100%; }

/* :: 3.1.0 Spacing */
.mt-15 { margin-top: 15px !important; } .mt-30 { margin-top: 30px !important; } .mt-50 { margin-top: 50px !important; } .mt-70 { margin-top: 70px !important; } .mt-100 { margin-top: 100px !important; }
.mb-15 { margin-bottom: 15px !important; } .mb-30 { margin-bottom: 30px !important; } .mb-50 { margin-bottom: 50px !important; } .mb-70 { margin-bottom: 70px !important; } .mb-100 { margin-bottom: 100px !important; }

/* :: 3.3.0 Section Padding */
.section-padding-100 { padding-top: 100px; padding-bottom: 100px; }
.section-padding-100-0 { padding-top: 100px; padding-bottom: 0; }
.section-padding-0-100 { padding-top: 0; padding-bottom: 100px; }

/* :: 3.4.0 Section Heading */
.section-heading { position: relative; z-index: 1; margin-bottom: 50px; text-align: center; }
.section-heading h2 { font-size: 32px; text-transform: uppercase; margin-bottom: 15px; color: #8e44ad; font-weight: 700; }
.section-heading p { font-size: 16px; color: #9b59b6; margin-bottom: 0; font-style: italic; }

/* :: 3.5.0 Preloader */
.preloader { background-color: #f9f5fc; width: 100%; height: 100%; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 999999; overflow: hidden; }
.preloader .preloader-circle { width: 80px; height: 80px; position: relative; border-style: solid; border-width: 2px; border-top-color: #9b59b6; border-bottom-color: transparent; border-left-color: transparent; border-right-color: transparent; z-index: 10; border-radius: 50%; box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15); background-color: #ffffff; -webkit-animation: zoom 2000ms infinite ease; animation: zoom 2000ms infinite ease; }
.preloader .preloader-img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 200; }
.preloader .preloader-img img { max-width: 45px; }
@keyframes zoom { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

/* :: LOGO */
.classlogopag {
    width: 68px; height: 68px; object-fit: contain; transition: transform 0.3s ease;
}
.classlogopag:hover { transform: scale(1.08); }
.footer-area .classlogopag { width: 60px; height: 60px; }

/* =====================================================================
   4.0 HEADER AREA (Limpio, sin barra superior)
===================================================================== */
.header-area { position: relative; width: 100%; z-index: 999; top: 0; left: 0; background-color: transparent; }
 
/* --- Navbar principal --- */
.header-area .alazea-main-menu {
    position: relative;
    z-index: 1;
    background: linear-gradient(180deg, #a044cf 0%, #fdfbff 100%);
    box-shadow: 0 4px 20px rgba(142, 68, 173, 0.08);
    transition: all 0.3s ease;
}
.header-area .alazea-main-menu .classy-nav-container { background-color: transparent; background: linear-gradient(180deg, #a044cf 0%, #fdfbff 100%);}
.header-area .alazea-main-menu .classy-navbar { height: 90px; padding: 0; }
 
/* Links de navegación modernos tipo "Pill" (Botones iniciales) */
.header-area .alazea-main-menu .classynav ul li { 
    position: relative; 
    margin-left: 8px;
}
.header-area .alazea-main-menu .classynav ul li a {
    padding: 10px 22px !important; 
    font-weight: 600; 
    text-transform: capitalize !important;
    letter-spacing: 0.3px;
    font-size: 15px; 
    color: #8e44ad; 
    position: relative; 
    transition: all 0.3s ease;
    border-radius: 30px; 
    background: #d389f8a1; /* Fondo lavanda suave inicial */
    border: 1px solid #e8daef; /* Borde sutil inicial */
}
.header-area .alazea-main-menu .classynav ul li a:hover,
.header-area .alazea-main-menu .classynav ul li a:focus { 
    color: #fff !important; 
    background: linear-gradient(45deg, #9b59b6, #8e44ad); 
    border-color: transparent;
    box-shadow: 0 4px 12px rgba(142, 68, 173, 0.25);
}
.header-area .alazea-main-menu .classynav ul li a::after { 
    display: none !important; 
}
 
/* Estado pegado (sticky) */
.header-area .is-sticky .alazea-main-menu {
    background: #ffffff; position: fixed; width: 100%; top: 0; left: 0; z-index: 9999;
    box-shadow: 0 5px 25px rgba(142, 68, 173, 0.15); animation: stickySlideDown 0.35s ease;
}
@keyframes stickySlideDown {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}
 
@media only screen and (max-width: 991px) { 
    .header-area .alazea-main-menu .classy-navbar { height: 75px; } 
}

/* =====================================================================
   14.0 FOOTER AREA (Redes sociales con colores de marca)
===================================================================== */
.footer-area {
    position: relative; z-index: 1;
    background: linear-gradient(135deg, #3b1c47 0%, #1f1224 100%);
    overflow: hidden;
}
.footer-area::before {
    content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 4px;
    background: linear-gradient(90deg, #9b59b6, #d7bde2, #9b59b6);
}
 
.footer-area .main-footer-area { position: relative; z-index: 1; padding-top: 80px; padding-bottom: 40px; }
.footer-area .single-footer-widget { position: relative; z-index: 1; margin-bottom: 40px; }
.footer-area .single-footer-widget p { color: #c9b4d4; margin-bottom: 20px; line-height: 1.8; font-size: 15px; }
 
/* Títulos */
.footer-area .single-footer-widget .widget-title h5 {
    font-size: 18px; color: #ffffff; text-transform: uppercase; letter-spacing: 1px;
    margin-bottom: 25px; position: relative; padding-bottom: 12px; font-weight: 700;
}
.footer-area .single-footer-widget .widget-title h5::after {
    content: ""; position: absolute; left: 0; bottom: 0; width: 35px; height: 2px; background: #9b59b6;
}
 
/* Enlaces rápidos */
.footer-area .single-footer-widget .widget-nav ul li a {
    display: flex; align-items: center; gap: 8px; color: #c9b4d4; font-size: 15px;
    font-weight: 400; margin-bottom: 12px; transition: all 0.25s ease;
}
.footer-area .single-footer-widget .widget-nav ul li a::before {
    content: "\f105"; font-family: "FontAwesome"; font-size: 12px; color: #9b59b6; transition: transform 0.25s ease;
}
.footer-area .single-footer-widget .widget-nav ul li a:hover { color: #ffffff; padding-left: 4px; }
.footer-area .single-footer-widget .widget-nav ul li a:hover::before { transform: translateX(3px); }
 
/* Contacto */
.footer-area .single-footer-widget .contact-information p {
    display: flex; align-items: baseline; gap: 10px; line-height: 1.4; color: #ffffff;
    margin-bottom: 14px; font-size: 14px;
}
.footer-area .single-footer-widget .contact-information p i { color: #9b59b6; width: 14px; }
.footer-area .single-footer-widget .contact-information p span:first-of-type { color: #c9b4d4; font-weight: 600; }
 
/* Redes Sociales del Footer (Con colores de marca) */
.footer-area .single-footer-widget .social-info {
    display: flex; gap: 10px; list-style: none; margin: 0; padding: 0;
}
.footer-area .single-footer-widget .social-info a {
    display: flex; align-items: center; justify-content: center;
    border: 1px solid rgba(215, 189, 226, 0.3); width: 42px; height: 42px; border-radius: 50%;
    color: #ffffff; font-size: 16px; transition: all 0.3s ease; background: rgba(255,255,255,0.05);
}
/* Colores al hacer hover */
.footer-area .single-footer-widget .social-info a.classfacebook:hover { background: #1877F2; border-color: #1877F2; transform: translateY(-3px); }
.footer-area .single-footer-widget .social-info a.classinstagram:hover { background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); border-color: transparent; transform: translateY(-3px); }
.footer-area .single-footer-widget .social-info a.classtiktok:hover { background: #000000; border-color: #000000; transform: translateY(-3px); }
 
/* Barra inferior */
.footer-area .footer-bottom-area { position: relative; z-index: 1; border-top: 1px solid rgba(215, 189, 226, 0.1); margin-top: 20px; }
.footer-area .footer-bottom-area .copywrite-text p {
    font-size: 13px; color: #a590b0; font-weight: 400; margin: 0; padding: 20px 0; text-align: center;
}
.footer-area .footer-bottom-area .copywrite-text p a { color: #d7bde2; font-weight: 600; }
.footer-area .footer-bottom-area .copywrite-text p a:hover { color: #ffffff; }
 
/* =====================================================================
   DISEÑO FINAL TIENDA - PEQUEÑAS TENTACIONES (Fondos suaves y modernos)
===================================================================== */

/* --- LAYOUT GENERAL TIENDA Y FONDO --- */
.new-arrivals-products-area { 
    background: linear-gradient(97deg, #a400a780, #43136f00);
    padding-top: 80px; padding-bottom: 100px; 
}
.layout-tienda-wrapper { align-items: stretch; }

/* --- SIDEBAR IZQUIERDO --- */
.sidebar-wrapper {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    padding: 30px; border-radius: 16px;
    box-shadow: 0 10px 40px rgba(142, 68, 173, 0.08);
    border: 1px solid rgba(215, 189, 226, 0.3);
    max-height: calc(100vh - 120px); overflow-y: auto; transition: box-shadow 0.3s ease;
}
.sidebar-toggle-btn { display: none; }

/* Scrollbar moderna */
.sidebar-wrapper::-webkit-scrollbar { width: 6px; }
.sidebar-wrapper::-webkit-scrollbar-track { background: transparent; }
.sidebar-wrapper::-webkit-scrollbar-thumb { background: #d7bde2; border-radius: 10px; }
.sidebar-wrapper::-webkit-scrollbar-thumb:hover { background: #9b59b6; }
.sidebar-wrapper { scrollbar-width: thin; scrollbar-color: #d7bde2 transparent; }

@media (min-width: 992px) {
    .sidebar-wrapper { position: sticky; top: 110px; align-self: flex-start; }
}

@media (max-width: 991px) {
    .sidebar-toggle-btn { display: block; margin-bottom: 15px; }
    .btn-toggle-sidebar {
        background: linear-gradient(45deg, #9b59b6, #8e44ad); color: #fff; font-weight: 600; border-radius: 10px;
        padding: 12px; width: 100%; border: none; cursor: pointer; box-shadow: 0 4px 10px rgba(142, 68, 173, 0.2);
    }
    .sidebar-wrapper { display: none; }
    .sidebar-wrapper.show { display: block; position: fixed; top: 0; left: 0; width: 85%; max-width: 320px; height: 100vh; overflow-y: auto; z-index: 1050; box-shadow: 5px 0 25px rgba(0,0,0,0.2); border-radius: 0; }
    .sidebar-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.4); z-index: 1040; }
    .sidebar-overlay.show { display: block; }
}

/* Buscador y Categorías Sidebar */
.search-box-sidebar h5, .category-list-sidebar h5 {
    color: #8e44ad; font-weight: 700; margin-bottom: 20px; font-size: 16px;
    border-bottom: 2px solid #f8f4ff; padding-bottom: 12px; text-transform: uppercase; letter-spacing: 0.5px;
}
.search-box-sidebar .input-group {
    border-radius: 30px; overflow: hidden; box-shadow: 0 4px 15px rgba(142, 68, 173, 0.06); border: 1px solid #d7bde2;
}
.search-box-sidebar .input-group-text { background: linear-gradient(45deg, #9b59b6, #8e44ad); color: #fff; border: none; }
.search-box-sidebar .form-control { border: none; padding: 15px; font-size: 14px; }
.search-box-sidebar .form-control:focus { box-shadow: none; }

.categorias-container .list-group-item {
    background: transparent; border: none; color: #4a3a4d; font-weight: 500;
    border-bottom: 1px solid #f8f4ff; border-radius: 10px; padding: 14px 15px;
    transition: all 0.3s ease; cursor: pointer; display: flex; justify-content: space-between; align-items: center;
}
.categorias-container .list-group-item:hover { background: #f8f4ff; color: #8e44ad; transform: translateX(5px); }
.categorias-container .list-group-item.active { background: linear-gradient(45deg, #9b59b6, #8e44ad) !important; color: #fff !important; box-shadow: 0 4px 15px rgba(142, 68, 173, 0.25); border-color: transparent !important; }

/* --- TOOLBAR SUPERIOR Y PAGINACIÓN --- */
.toolbar-tienda {
    background: rgba(255, 255, 255, 0.8); backdrop-filter: blur(5px);
    padding: 15px 25px; border-radius: 12px; margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(142, 68, 173, 0.05); display: flex; justify-content: space-between;
    align-items: center; flex-wrap: wrap; gap: 10px; border: 1px solid rgba(215, 189, 226, 0.2);
}
.view-toggle button {
    background: #f8f4ff; border: 1px solid #d7bde2; width: 40px; height: 40px;
    border-radius: 10px; color: #8e44ad; margin-right: 5px; transition: all 0.3s; cursor: pointer; font-size: 16px;
}
.view-toggle button:hover { background: #d7bde2; }
.view-toggle button.active { background: linear-gradient(45deg, #9b59b6, #8e44ad) !important; color: #fff !important; border-color: transparent !important; box-shadow: 0 4px 10px rgba(142, 68, 173, 0.2); }

#botonespaginacioncontrol, #botonespaginacioncontrol-bottom { display: flex; justify-content: center; align-items: center; gap: 8px; }
#botonespaginacioncontrol button, #botonespaginacioncontrol-bottom button {
    background: #fff; border: 1px solid #d7bde2; color: #8e44ad; 
    min-width: 40px; height: 40px; border-radius: 10px; font-weight: 600; transition: all 0.3s; cursor: pointer; font-size: 14px;
}
#botonespaginacioncontrol button:hover, #botonespaginacioncontrol-bottom button:hover { background: #f8f4ff; transform: translateY(-2px); }
#botonespaginacioncontrol button.pagina-actual, #botonespaginacioncontrol-bottom button.pagina-actual { background: linear-gradient(45deg, #9b59b6, #8e44ad) !important; color: #fff !important; border-color: transparent !important; box-shadow: 0 4px 10px rgba(142, 68, 173, 0.2); }
#botonespaginacioncontrol button:disabled, #botonespaginacioncontrol-bottom button:disabled { opacity: 0.5; cursor: not-allowed; }

/* --- CONTENEDOR Y TARJETAS DE PRODUCTO --- */
.contenidoimgdinamicas { display: flex; flex-wrap: wrap; }
.single-product-area { display: flex; flex-direction: column; margin-bottom: 30px; }

.product-card-custom {
    background: #fff; border-radius: 16px; overflow: hidden;
    box-shadow: 0 5px 20px rgba(142, 68, 173, 0.05); 
    height: 100%; display: flex; flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease; border: 1px solid rgba(215, 189, 226, 0.15);
}
.product-card-custom:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(142, 68, 173, 0.15);
    border-color: rgba(155, 89, 182, 0.3);
}

/* Imagen y Tags */
.product-img { position: relative; overflow: hidden; flex-shrink: 0; }
.product-card-custom .product-img img { 
    transition: transform 0.5s ease; width: 100%; height: 230px; object-fit: cover; 
}
.product-card-custom:hover .product-img img { transform: scale(1.08); }

.product-tag { position: absolute; top: 0; left: 0; z-index: 5; }
.product-tag p { margin: 0; }
.product-tag.sale-tag a { 
    background: linear-gradient(45deg, #9b59b6, #8e44ad) !important; color: #fff !important; 
    border-radius: 0 0 12px 0; padding: 6px 14px; font-size: 12px; font-weight: bold; display: inline-block; text-decoration: none;
}

.price-tag { 
    position: absolute !important; bottom: 10px; left: 10px; top: auto !important; right: auto !important; 
    background: rgba(74, 35, 90, 0.85); color: #fff; backdrop-filter: blur(4px);
    padding: 6px 14px; border-radius: 8px; font-size: 14px; font-weight: bold;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); clip-path: none !important; z-index: 5;
}

/* Botón WhatsApp */
.btn-whatsapp-card {
    position: absolute; top: 10px; right: 10px; z-index: 10;
    width: 42px; height: 42px; box-sizing: border-box; padding: 0;
    background: rgba(255, 255, 255, 0.95); border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; line-height: 0; animation: pulseWhatsapp 2s infinite;
}
.btn-whatsapp-card img {
    width: 24px !important; height: 24px !important; max-width: 24px !important;
    object-fit: contain !important; flex-shrink: 0 !important; display: block !important; margin: 0 !important; padding: 0 !important;
}
@keyframes pulseWhatsapp {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
    70% { box-shadow: 0 0 0 12px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* Info del Producto */
.product-info-custom { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; background: #fff; }
.colornombrearreglo { color: #4a3a4d; font-size: 17px; margin-bottom: 5px; font-weight: 700; }
.category-description { font-size: 13px; color: #9b59b6; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }
.descripcion-container { margin-top: auto; padding-top: 12px; }
.descripcion-limitada { 
    display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; 
    overflow: hidden; text-overflow: ellipsis; font-size: 14.5px; color: #666; margin: 0; line-height: 1.6;
}

/* --- TARJETA DE PRODUCTO (LIST VIEW) --- */
.contenidoimgdinamicas.list-view { flex-direction: column; }
.contenidoimgdinamicas.list-view .single-product-area { width: 100%; max-width: 100%; flex: 0 0 100%; }
.contenidoimgdinamicas.list-view .product-card-custom { display: flex; flex-direction: row; align-items: stretch; }
.contenidoimgdinamicas.list-view .product-img { width: 300px; min-width: 300px; flex-shrink: 0; }
.contenidoimgdinamicas.list-view .product-img img { height: 100%; min-height: 230px; border-radius: 16px 0 0 16px; }
.contenidoimgdinamicas.list-view .product-info-custom { flex: 1; padding: 30px; justify-content: center; }
.contenidoimgdinamicas.list-view .product-tag.sale-tag { display: none; }
.contenidoimgdinamicas.list-view .price-tag { bottom: auto; top: 15px; left: 15px; }
.contenidoimgdinamicas.list-view .btn-whatsapp-card { top: 15px; right: 15px; }
.contenidoimgdinamicas.list-view .descripcion-limitada { -webkit-line-clamp: 3; font-size: 15px; }

/* Botón Consultar */
.btn-consultar-card {
    display: block; width: 100%; margin-top: 15px; padding: 12px;
    background: #f8f4ff; color: #8e44ad; border: 1px solid #d7bde2; border-radius: 10px;
    font-weight: 600; text-transform: uppercase; font-size: 13px; cursor: pointer; transition: all 0.3s ease;
}
.btn-consultar-card:hover { background: linear-gradient(45deg, #9b59b6, #8e44ad); color: #fff; border-color: transparent; box-shadow: 0 4px 10px rgba(142, 68, 173, 0.2); }
.contenidoimgdinamicas.list-view .btn-consultar-card { width: auto; padding: 12px 30px; }

/* --- GALERÍA SECUNDARIA --- */
.alazea-portfolio { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
.single_portfolio_item { flex: 0 0 22%; position: relative; overflow: hidden; border-radius: 12px; box-shadow: 0 5px 15px rgba(0,0,0,0.06); }
@media (max-width: 991px) { .single_portfolio_item { flex: 0 0 47%; } }
@media (max-width: 767px) { .single_portfolio_item { flex: 0 0 100%; } }
.portfolio-thumbnail { height: 300px; background-size: cover; background-position: center; transition: transform 0.5s; }
.single_portfolio_item:hover .portfolio-thumbnail { transform: scale(1.1); }
.portfolio-hover-overlay { 
    position: absolute; inset: 0; background: rgba(74, 35, 90, 0.7); backdrop-filter: blur(2px);
    display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s; border-radius: 12px; 
}
.single_portfolio_item:hover .portfolio-hover-overlay { opacity: 1; }
.port-hover-text h5 { color: #fff; font-size: 18px; font-weight: 700; text-align: center; padding: 10px; }

/* =====================================================================
   MODAL DE DETALLE DE PRODUCTO
===================================================================== */
.modal-producto-content { border-radius: 20px; border: none; overflow: hidden; box-shadow: 0 25px 60px rgba(142, 68, 173, 0.3); }
.modal-producto-content .modal-body { padding: 0; position: relative; }
.close-modal-btn {
    position: absolute; top: 15px; right: 15px; z-index: 10; width: 40px; height: 40px; box-sizing: border-box;
    background: rgba(255, 255, 255, 0.9); border-radius: 50%; border: none; font-size: 20px; line-height: 1; color: #8e44ad;
    cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease;
}
.close-modal-btn:hover { background: #8e44ad; color: #fff; transform: rotate(90deg); }

.modal-product-img-wrapper { position: relative; height: 100%; min-height: 450px; overflow: hidden; }
.modal-product-img { width: 100%; height: 100%; min-height: 450px; object-fit: cover; display: block; }

.modal-product-info { padding: 50px 40px; display: flex; flex-direction: column; height: 100%; background: #ffffff; }
.modal-product-code {
    display: inline-block; align-self: flex-start; color: #ffffff; background: linear-gradient(45deg, #9b59b6, #8e44ad);
    font-weight: 700; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; padding: 6px 14px; border-radius: 20px; margin-bottom: 15px;
}
.modal-product-title { color: #4a3a4d; font-size: 28px; font-weight: 700; margin: 0 0 8px; line-height: 1.25; }
.modal-product-cat {
    display: block; color: #9b59b6; font-size: 13px; font-weight: 600; text-transform: uppercase;
    letter-spacing: 0.5px; font-style: normal; margin-bottom: 25px;
}

.modal-product-price {
    margin-bottom: 25px; padding: 16px 20px; background: #f8f4ff; border-radius: 12px; border-left: 4px solid #8e44ad;
}
.modal-product-price .precio-label { display: block; font-size: 12px; color: #9b59b6; text-transform: uppercase; letter-spacing: 0.5px; font-weight: 600; margin-bottom: 2px; }
.modal-product-price .precio-normal { font-size: 32px; font-weight: 800; color: #8e44ad; line-height: 1.15; }
.modal-product-price .precio-consultar { font-size: 22px; font-weight: 800; color: #e67e22; line-height: 1.15; display: inline-flex; align-items: center; gap: 8px; }

.modal-product-desc { color: #666; font-size: 15px; line-height: 1.8; margin-bottom: 30px; }
.modal-nota-precio {
    display: block; margin-top: 12px; color: #8e44ad; font-weight: 600; font-size: 13px;
    background: #f8f4ff; padding: 12px 16px; border-radius: 8px; line-height: 1.5;
}

#modalWhatsappContainer{ text-align:center; }
#modalTelefonoContainer{ text-align:center; margin-top:12px; }
.modal-product-actions { margin-top: auto; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 12px; }

.btn-modal-whatsapp {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: #25D366; color: #fff;
    padding: 14px 30px; border-radius: 30px; font-weight: 700; font-size: 16px; text-decoration: none; transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}
.btn-modal-whatsapp:hover { background: #128C7E; color: #fff; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4); }
.btn-modal-whatsapp img { width: 24px; height: 24px; flex-shrink: 0; object-fit: contain; }

.modal-product-phone{
    display:inline-flex; align-items:center; justify-content:center; gap:8px; color:#4a3a4d; font-weight:600; font-size:14px;
    padding:10px 20px; border:1px solid #d7bde2; border-radius:30px; text-decoration:none; transition:.3s;
}
.modal-product-phone i{ color:#8e44ad; }
.modal-product-phone:hover{ background:#f8f4ff; border-color:#9b59b6; color:#8e44ad; }

@media (max-width: 767px) {
    .modal-product-img-wrapper, .modal-product-img { min-height: 280px; }
    .modal-product-info { padding: 30px 25px; }
    .modal-product-title { font-size: 24px; }
    .modal-product-price .precio-normal { font-size: 28px; }
}

/* --- FIX HEADER LOGO/NAV --- */
.classy-navbar { display: flex; align-items: center; justify-content: space-between !important; }
.menu-right { margin-left: 0 !important; display: flex; align-items: center; }

/* =====================================================================
   BARRA LATERAL FIJA DE REDES SOCIALES
===================================================================== */
.social-fixed-bar {
    position: fixed; right: 15px; top: 50%; transform: translateY(-50%); z-index: 9998;
    display: flex; flex-direction: column; gap: 12px;
}
.social-fixed-bar a {
    width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
    color: #ffffff; font-size: 18px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); transition: all 0.3s ease; text-decoration: none;
}
.social-fixed-bar a:hover { transform: scale(1.15) translateX(-4px); box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25); }
.social-fb { background-color: #1877F2; } 
.social-ig { background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); } 
.social-tt { background-color: #000000; } 

@media (max-width: 991px) {
    .social-fixed-bar {
        top: auto; bottom: 20px; right: 15px; transform: none; flex-direction: row;
        background: rgba(255, 255, 255, 0.95); padding: 8px; border-radius: 50px;
        box-shadow: 0 4px 15px rgba(142, 68, 173, 0.15); backdrop-filter: blur(5px);
    }
    .social-fixed-bar a { width: 38px; height: 38px; font-size: 16px; box-shadow: none; }
    .social-fixed-bar a:hover { transform: scale(1.1); }
}

/* =====================================================================
   FONDO DE PÁGINA Y MODO OSCURO
===================================================================== */

/* Fondo degradado suave para la página (Light Mode) */
body {
    background: linear-gradient(180deg, #fdfbff 0%, #f4ecf9 100%);
    background-attachment: fixed; /* Hace que el fondo no se mueva al hacer scroll */
}

/* Si prefieres una imagen de fondo en lugar del degradado, 
   descomenta el código de abajo y pon la ruta de tu imagen: */
/*
body {
    background-image: url('./public/img/backbody/fondo.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
*/


/* --- INTERRUPCTOR (SWITCH) EN EL MENÚ --- */
.dark-mode-toggle-li { display: flex; align-items: center; padding-left: 20px !important; }
.switch { position: relative; display: inline-block; width: 50px; height: 26px; }
.switch input { opacity: 0; width: 0; height: 0; }
.slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background: #ccc; transition: .4s; border-radius: 34px; }
.slider:before { position: absolute; content: ""; height: 18px; width: 18px; left: 4px; bottom: 4px; background: #fff; transition: .4s; border-radius: 50%; }
input:checked + .slider { background: linear-gradient(45deg, #9b59b6, #8e44ad); }
input:checked + .slider:before { transform: translateX(24px); }
.slider i { position: absolute; top: 5px; font-size: 14px; pointer-events: none; transition: .4s; }
.slider .fa-moon { right: 6px; color: #fff; opacity: 0; }
.slider .fa-sun { left: 6px; color: #f39c12; }
input:checked + .slider .fa-moon { opacity: 1; }
input:checked + .slider .fa-sun { opacity: 0; }

/* --- MODO OSCURO (DARK MODE) --- */
body.dark-mode {
    background: linear-gradient(180deg, #15101b 0%, #0c0910 100%);
    background-attachment: fixed;
    color: #b3a3ba !important;
}
body.dark-mode h1, body.dark-mode h2, body.dark-mode h3, body.dark-mode h4, body.dark-mode h5, body.dark-mode h6, 
body.dark-mode .colornombrearreglo, body.dark-mode .modal-product-title, body.dark-mode .section-heading h2 {
    color: #e6d7ee !important;
}
body.dark-mode p, body.dark-mode .descripcion-limitada, body.dark-mode .modal-product-desc {
    color: #9b8aa3 !important;
}

/* Header y Navbar en Oscuro */
body.dark-mode .header-area .alazea-main-menu {
    background: #1c1423 !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4) !important;
}
body.dark-mode .header-area .classynav ul li a { 
    color: #d7bde2 !important; 
    background: #3a2b47 !important; /* Fondo del botón en modo oscuro */
    border: 1px solid #4a3559 !important; /* Borde del botón en modo oscuro */
}
body.dark-mode .header-area .classynav ul li a:hover,
body.dark-mode .header-area .classynav ul li a:focus {
    color: #fff !important;
    background: linear-gradient(45deg, #9b59b6, #8e44ad) !important;
    border-color: transparent !important;
}

body.dark-mode .header-area .is-sticky .alazea-main-menu { background: #1c1423 !important; }

/* Contenedores y Tarjetas en Oscuro */
body.dark-mode .product-card-custom, 
body.dark-mode .modal-product-info,
body.dark-mode .modal-producto-content {
    background: #241b2c !important;
    border-color: #3a2b47 !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3) !important;
}

/* Sidebar y Toolbar en Oscuro */
body.dark-mode .sidebar-wrapper {
    background: rgba(36, 27, 44, 0.95) !important;
    border-color: #3a2b47 !important;
    backdrop-filter: blur(10px);
}
body.dark-mode .categorias-container .list-group-item { color: #d7bde2 !important; border-bottom-color: #3a2b47 !important; }
body.dark-mode .categorias-container .list-group-item:hover { background: #3a2b47 !important; }
body.dark-mode .toolbar-tienda { background: #241b2c !important; border-color: #3a2b47 !important; }
body.dark-mode .search-box-sidebar .form-control { background: #1c1423 !important; color: #fff !important; }
body.dark-mode .search-box-sidebar h5, body.dark-mode .category-list-sidebar h5 { color: #d7bde2 !important; border-bottom-color: #3a2b47 !important; }

/* Botones y Tags en Oscuro */
body.dark-mode .btn-consultar-card { background: #3a2b47 !important; color: #d7bde2 !important; border-color: #4a3559 !important; }
body.dark-mode .price-tag { background: rgba(155, 89, 182, 0.85) !important; }
body.dark-mode .product-tag.sale-tag a { background: #8e44ad !important; color: #fff !important; }
body.dark-mode #botonespaginacioncontrol button, body.dark-mode #botonespaginacioncontrol-bottom button { background: #241b2c !important; color: #d7bde2 !important; border-color: #3a2b47 !important; }

/* Footer en Oscuro (Un poco más oscuro de lo normal) */
body.dark-mode .footer-area { background: linear-gradient(135deg, #0f0c12 0%, #000000 100%) !important; }

/* Modal Precio en Oscuro */
body.dark-mode .modal-product-price { background: #1c1423 !important; }
body.dark-mode .modal-nota-precio { background: #1c1423 !important; }