/*
Theme Name: MarikaySV
Theme URI: https://opencollective.com/blankslate
Author: VuvoSytems
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2026
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2026
BlankSlate is distributed under the terms of the GNU GPL
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

main#main {
    max-width: 1360px;
}


html {
    scroll-behavior: smooth
}

body {
    line-height: 1
}

a {
    text-decoration-skip-ink: auto
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none
}

button {
    outline: 0
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

q {
    display: inline;
    font-style: italic
}

q:before {
    content: '"';
    font-style: normal
}

q:after {
    content: '"';
    font-style: normal
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
    appearance: none;
    border-radius: 0
}

input[type="search"] {
    appearance: textfield
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th,
td {
    padding: 2px
}

big {
    font-size: 120%
}

aside#sidebar {
    display: none !important;
}

div#coming-soon-footer-banner {
    display: none;
}

div#reviews {
    display: none;
}

small,
sup,
sub {
    font-size: 80%
}

sup {
    vertical-align: super
}

sub {
    vertical-align: sub
}

dd {
    margin-left: 20px
}

kbd,
tt {
    font-family: courier;
    font-size: 12px
}

ins {
    text-decoration: underline
}

del,
strike,
s {
    text-decoration: line-through
}

dt {
    font-weight: bold
}

address,
cite,
var {
    font-style: italic
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

article {
    display: block;
    width: 90%;
}

span.price.wc-block-components-product-price {
    font-size: 1.5rem !important;
    margin: 0 !important;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: 3em;
    background: black;
    color: white;
}

.sticky {}

.bypostauthor {}

.wp-caption {}

.wp-caption-text {}

.gallery-caption {}

.alignright {}

.alignleft {}

.aligncenter {}

/* --- VARIABLES & ESTÉTICA COSMÉTICA --- */
:root {
    /* Colores Base */
    --bg-body: #000000;
    /* Negro Base solicitado */
    --bg-panel: #0a0a0a;
    /* Un negro apenas más claro para el header/menú */
    --bg-hover: #1a1a1a;
    /* Gris muy oscuro para hovers */

    /* Color Secundario (Tu color) */
    --accent: #f2b19d;

    /* Textos */
    --text-main: #ffffff;
    /* Blanco para fondo negro */
    --text-muted: #a3a3a3;
    /* Gris elegante */
    --text-on-accent: #000000;
    /* Texto negro sobre el color nude para contraste */

    --border: #222222;
    /* Bordes muy sutiles */
    --header-height: 80px;
    --container-width: 1200px;
    /* Ancho máximo solicitado */
}


a {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: 0.3s;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    display: block;
}

body,
html {
    padding: 0;
    margin: 0;
}
/* Estilo del mensaje para no logueados */
a.mk-login-price-link {
    color: #ec008c; /* Rosa */
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
	    margin-bottom: 5%;
}

a.mk-login-price-link:hover {
    color: #000;
    text-decoration: none;
}
/* Contenedor Maestro: Controla que nada mida más de 1200px */
.container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* --- HEADER --- */
.site-header {
    border-bottom: 1px solid var(--border);
    background: var(--bg-panel);
    position: relative;
    z-index: 1000;
}

.header-top {
    height: var(--header-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

/* LOGO */
.header-logo img {
    height: 35px;
    width: auto;
}

/* Logo un poco más discreto */

/* BUSCADOR */
.header-search {
    flex: 1;
    max-width: 500px;
    margin: 0 2rem;
}

.search-form {
    display: flex;
    background: var(--bg-hover);
    border-radius: 4px;
    /* Bordes menos redondos para más elegancia */
    padding: 5px;
    border: 1px solid var(--border);
}

.search-form:focus-within {
    border-color: var(--accent);
}

.search-field {
    border: none;
    background: transparent;
    outline: none;
    flex: 1;
    color: white;
    padding-left: 15px;
    font-size: 0.9rem;
}

.search-submit {
    background: var(--accent);
    color: var(--text-on-accent);
    /* Texto negro para leerse bien en el nude */
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ICONOS & MOBILE BTN */
.header-extra {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.header-icon-btn {
    font-size: 1.2rem;
    color: var(--text-main);
    cursor: pointer;
}

.header-icon-btn:hover {
    color: var(--accent);
}

.mobile-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.8rem;
    color: var(--text-main);
    cursor: pointer;
}

/* --- NAVEGACIÓN DESKTOP --- */
.header-nav {
    border-top: 1px solid var(--border);
}

/* Aquí nos aseguramos que la lista también respete el ancho container */
.main-navigation .menu {
    display: flex;
    gap: 2.5rem;
    /* Más espacio entre items para elegancia */
    justify-content: flex-start;
    /* Alineado a la izquierda del container de 1200px */
}

.menu-link {
    padding: 1.2rem 0;
    font-weight: 400;
    /* Letra más fina */
    font-size: 0.9rem;
    text-transform: uppercase;
    /* Estilo boutique */
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: white;
    cursor: pointer;
}

.menu-link:hover,
.menu-link.active {
    color: var(--accent);
}

/* --- MEGA MENU (Escritorio) --- */
.menu-item.has-mega-menu {
    position: static;
}

.mega-menu-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--bg-panel);
    border-bottom: 1px solid var(--border);
    padding: 3rem 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.4s ease;
    /* Transición un poco más lenta y suave */
    z-index: 99;
}

/* Hover solo en PC */
@media (min-width: 993px) {
    .menu-item.has-mega-menu:hover .mega-menu-wrapper {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

.mega-menu-inner {
    display: grid;
    grid-template-columns: auto;
    gap: 4rem;
}

.mega-title {
    font-size: 0.8rem;
    text-transform: uppercase;
    color: var(--accent);
    /* Títulos en color nude */
    margin-bottom: 1.5rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 10px;
}

.mega-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.mega-links a {
    display: flex;
    flex-direction: column;
    border-left: 1px solid transparent;
    padding-left: 0;
    transition: 0.3s;
}

.mega-links a:hover {
    padding-left: 10px;
    border-left: 2px solid var(--accent);
    /* Línea lateral elegante al hover */
}

.mega-links div.link-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.mega-links i {
    font-size: 1.2rem;
    color: var(--text-muted);
    transition: 0.3s;
}

.mega-links a:hover i {
    color: var(--accent);
}

.mega-links span.title {
    font-size: 1rem;
    color: var(--text-main);
}

.mega-links span.desc {
    font-size: 0.8rem;
    color: var(--text-muted);
    font-weight: 300;
}

.view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 2.5rem;
    color: var(--text-main);
    border: 1px solid var(--border);
    padding: 10px 20px;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.view-all-btn:hover {
    border-color: var(--accent);
    color: var(--accent);
}

/* Visual Column */
.mega-visual-column {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.visual-card {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.visual-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    opacity: 0.8;
}

.visual-card:hover img {
    transform: scale(1.05);
    opacity: 1;
}

.visual-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
}

.visual-content h4 {
    color: white;
    font-weight: 400;
    font-size: 1.1rem;
    letter-spacing: 1px;
}

.tag {
    background: var(--accent);
    color: var(--text-on-accent);
    padding: 3px 8px;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: inline-block;
}

/* --- MÓVIL Y TABLET --- */
@media (max-width: 992px) {
    .mobile-toggle {
        display: block;
    }

    .header-search {
        display: none;
    }

    .header-extra .header-icon-btn {
        display: none;
    }

    /* Ocultar iconos extra en móvil para limpiar header */
    .header-extra .mobile-toggle {
        display: block;
    }

    .header-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: var(--bg-body);
        height: calc(100vh - var(--header-height));
        overflow-y: auto;
        padding-bottom: 2rem;
        z-index: 999;
    }

    .header-nav.active {
        display: block;
    }

    .main-navigation .menu {
        flex-direction: column;
        gap: 0;
    }

    .menu-item {
        border-bottom: 1px solid var(--border);
    }

    .menu-link {
        padding: 1.5rem;
        justify-content: space-between;
        font-size: 1rem;
    }

    .mega-menu-wrapper {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: none;
        padding: 0;
        display: none;
        background: var(--bg-hover);
    }

    .menu-item.active .mega-menu-wrapper {
        display: block;
    }

    .menu-item.active .ri-arrow-down-s-line {
        transform: rotate(180deg);
        color: var(--accent);
    }

    .mega-menu-inner {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 1.5rem;
    }

    .mega-links {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .mega-links a:hover {
        border-left: none;
        padding-left: 0;
    }

    /* Sin efecto borde en móvil */
    .mega-visual-column {
        display: none;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif !important;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

header {
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
}

.marykay-logo {
    color: #f2b19d;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.marykay-logo:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    background-color: #f2b19d;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}

h1 {
    font-size: 2.8rem;
    margin-bottom: 10px;
    font-weight: 300;
}

.subtitle {
    font-size: 1.1rem;
    color: #aaa;
    max-width: 700px;
    margin: 0 auto 30px;
    line-height: 1.6;
}

.slider-container {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(242, 177, 157, 0.1);
    background-color: #111;
}

.slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease, transform 1.2s ease;
    display: flex;
    align-items: center;
    padding: 0 80px;
    overflow: hidden;
}

.slide.active {
    opacity: 1;
    z-index: 10;
}

.slide.prev {
    transform: translateX(-100%);
    opacity: 0;
}

.slide.next {
    transform: translateX(100%);
    opacity: 0;
}

.slide-content {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.slide-text {
    flex: 1;
    max-width: 45%;
    padding-right: 50px;
    z-index: 2;
}

.slide-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.product-img {
    max-width: 100%;
    max-height: 480px;
    object-fit: contain;
    filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.7));
    transition: transform 0.8s ease;
}

.slide.active .product-img {
    animation: float 6s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(2deg);
    }
}

.slide h2 {
    font-size: 2.8rem;
    color: #f2b19d;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 300;
    transform: translateX(-80px);
    opacity: 0;
    transition: transform 0.8s ease 0.3s, opacity 0.8s ease 0.3s;
}

.slide.active h2 {
    transform: translateX(0);
    opacity: 1;
}

.product-description {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #ccc;
    margin-bottom: 30px;
    transform: translateX(-80px);
    opacity: 0;
    transition: transform 0.8s ease 0.5s, opacity 0.8s ease 0.5s;
}

.slide.active .product-description {
    transform: translateX(0);
    opacity: 1;
}

.product-details {
    font-size: 1rem;
    line-height: 1.8;
    color: #aaa;
    margin-bottom: 25px;
    transform: translateY(30px);
    opacity: 0;
    transition: transform 0.8s ease 0.7s, opacity 0.8s ease 0.7s;
}

.slide.active .product-details {
    transform: translateY(0);
    opacity: 1;
}

.product-details strong {
    color: #f2b19d;
    font-weight: 600;
}

.price-container {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    transform: translateY(30px);
    opacity: 0;
    transition: transform 0.8s ease 0.9s, opacity 0.8s ease 0.9s;
}

.slide.active .price-container {
    transform: translateY(0);
    opacity: 1;
}

.price {
    font-size: 2.5rem;
    font-weight: 700;
    color: #f2b19d;
    margin-right: 20px;
}

.original-price {
    font-size: 1.5rem;
    color: #777;
    text-decoration: line-through;
}

.btn {
    display: inline-block;
    background: linear-gradient(45deg, #f2b19d, #e89c85);
    color: #000;
    padding: 16px 38px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    box-shadow: 0 5px 20px rgba(242, 177, 157, 0.3);
    transition: all 0.3s ease;
    transform: translateY(30px);
    opacity: 0;
    transition: transform 0.8s ease 1.1s, opacity 0.8s ease 1.1s, box-shadow 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.slide.active .btn {
    transform: translateY(0);
    opacity: 1;
}

.btn:hover {
    box-shadow: 0 8px 30px rgba(242, 177, 157, 0.5);
    transform: translateY(-5px);
}

.btn i {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.btn:hover i {
    transform: translateX(5px);
}

.slide-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    background: linear-gradient(45deg, rgba(18, 18, 18, 0.9), rgba(30, 30, 30, 0.95));
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 0;
}

.product-badge {
    position: absolute;
    top: 30px;
    left: -10px;
    background-color: #f2b19d;
    color: #000;
    padding: 8px 20px;
    font-weight: 700;
    font-size: 0.9rem;
    border-radius: 0 20px 20px 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    z-index: 3;
}

.slider-nav {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 100;
}

.nav-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid rgba(242, 177, 157, 0.3);
}

.nav-dot.active {
    background-color: #f2b19d;
    transform: scale(1.3);
    border-color: #f2b19d;
    box-shadow: 0 0 10px rgba(242, 177, 157, 0.5);
}

.slider-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
    z-index: 100;
    transform: translateY(-50%);
}

.slider-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(15, 15, 15, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.5rem;
    color: #f2b19d;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    border: 1px solid rgba(242, 177, 157, 0.2);
}

.slider-btn:hover {
    background-color: #f2b19d;
    color: #000;
    transform: scale(1.1);
    border-color: #f2b19d;
}

.transition-selector {
    margin-top: 40px;
    background-color: #151515;
    padding: 25px 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 800px;
    border: 1px solid #222;
}

.transition-selector h3 {
    text-align: center;
    margin-bottom: 20px;
    color: #f2b19d;
    font-weight: 500;
    font-size: 1.3rem;
}

.transition-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.transition-btn {
    padding: 12px 24px;
    background-color: #222;
    border: 1px solid #333;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    color: #ccc;
}

.transition-btn.active {
    background: linear-gradient(45deg, #f2b19d, #e89c85);
    color: #000;
    border-color: #f2b19d;
}

.instructions {
    margin-top: 30px;
    text-align: center;
    color: #777;
    font-size: 0.9rem;
    max-width: 800px;
    line-height: 1.5;
}

.instructions i {
    color: #f2b19d;
    margin-right: 5px;
}

.footer {
    margin-top: 40px;
    text-align: center;
    color: #555;
    font-size: 0.9rem;
    border-top: 1px solid #222;
    padding-top: 20px;
    width: 100%;
    max-width: 800px;
}

@media (max-width: 1100px) {
    .slide {
        padding: 0 50px;
    }

    .slide h2 {
        font-size: 2.3rem;
    }

    .slider-container {
        height: 550px;
    }
}

@media (max-width: 900px) {
    .slide-content {
        flex-direction: column;
        text-align: center;
    }

    .slide-text {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }

    .slide {
        padding: 50px 30px;
    }

    .slider-container {
        height: 800px;
    }

    .slide-bg {
        width: 100%;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        opacity: 0.7;
    }

    h1 {
        font-size: 2.2rem;
    }

    .product-img {
        max-height: 350px;
    }
}

@media (max-width: 600px) {
    .slider-container {
        height: 750px;
    }

    .slide h2 {
        font-size: 1.9rem;
    }

    .product-description {
        font-size: 1.1rem;
    }

    .slider-btn {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }

    .transition-options {
        gap: 10px;
    }

    .transition-btn {
        padding: 10px 18px;
        font-size: 0.9rem;
    }
}





/* --- SECCIÓN DE GRID (CATEGORÍAS) --- */
.categories-section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    color: #f2b19d;
    margin-bottom: 3rem;
    letter-spacing: 1px;
}

/* El Contenedor Flexbox */
.mk-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    /* Espacio entre tarjetas */
    justify-content: center;
}

/* La Tarjeta Individual */
.mk-card {
    /* Cálculo para 3 columnas exactas menos el gap */
    flex: 0 0 calc(33.333% - 20px);
    display: flex;
    background-color: #ffffff;
    /* Fondo blanco para contraste como en la imagen */
    height: 250px;
    /* Altura fija para uniformidad */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mk-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(242, 177, 157, 0.2);
    /* Sombra color durazno sutil */
}

/* Mitad Izquierda: Imagen con Marco */
.mk-card-visual {
    width: 50%;
    position: relative;
    overflow: hidden;
    /* Simulamos el patrón de fondo de la imagen original con el color accent */
    background-color: #fae3db;
    /* Un tono más claro que el accent */
    background-image: radial-gradient(var(--accent) 1px, transparent 1px);
    background-size: 10px 10px;
    /* Patrón de puntos sutil */
    padding: 10px;
    /* Esto crea el efecto de "marco" */
    display: flex;
    align-items: center;
    justify-content: center;
}

.mk-frame {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: white;
    /* Borde blanco interno entre patrón y foto */
    padding: 5px;
}

.mk-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Mitad Derecha: Texto */
.mk-card-content {
    width: 50%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /* Alineado a la izquierda */
    background-color: #ffffff;
    /* Fondo blanco para el texto */
}

.mk-card-content h3 {
    font-size: 1.2rem;
    color: #000000;
    /* Texto negro sobre fondo blanco */
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.mk-card-content h3 strong {
    color: var(--accent);
    /* Si quieres destacar palabras */
}

.mk-link {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--accent);
    letter-spacing: 1px;
    border-bottom: 1px solid transparent;
    transition: 0.3s;
}

.mk-link:hover {
    border-bottom-color: var(--accent);
    color: #000;
}

/* --- FOOTER ALTO Y NEGRO --- */
.site-footer {
    background-color: #000000;
    /* Negro puro */
    color: #ffffff;
    padding-top: 80px;
    padding-bottom: 40px;
    border-top: 1px solid #222;
}

.footer-header {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.footer-logo {
    filter: brightness(0) invert(1);
    height: auto;
    width: auto;
    max-width: 90%;
}

.footer-links-wrapper {
    display: flex;
    justify-content: space-between;
    /* Distribuye las 3 columnas */
    max-width: 900px;
    margin: 0 auto 60px auto;
}

.footer-col {
    text-align: left;
}

.footer-col h4 {
    color: var(--accent);
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: 1.5px;
}

.footer-col ul li {
    margin-bottom: 15px;
}

.footer-col ul li a {
    color: #a3a3a3;
    font-size: 0.9rem;
    transition: color 0.3s;
}

.footer-col ul li a:hover {
    color: white;
    padding-left: 5px;
    /* Efecto de movimiento sutil */
}

.footer-divider {
    height: 1px;
    background-color: #222;
    margin: 40px 0;
}

.footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.social-icons {
    display: flex;
    gap: 20px;
}

.social-icons a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    font-size: 1.2rem;
}

.social-icons a:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: black;
}

.legal-text {
    font-size: 0.8rem;
    color: #666;
    text-align: center;
}

.legal-text a:hover {
    text-decoration: underline;
    color: #888;
}

.legal-text .separator {
    margin: 0 10px;
}

.copyright {
    margin-top: 10px;
    color: #444;
}

/* --- RESPONSIVE DEL GRID Y FOOTER --- */
@media (max-width: 992px) {

    /* Tablet: 2 Columnas */
    .mk-card {
        flex: 0 0 calc(50% - 20px);
    }
}

@media (max-width: 600px) {

    /* Móvil: 1 Columna */
    .mk-card {
        flex: 0 0 100%;
        max-width: 400px;
        /* Que no se estire demasiado */
    }

    .footer-links-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .footer-col {
        text-align: center;
    }
}





/*TIENDA EN LINEA*/
/* --- CONTENEDOR PRINCIPAL --- */
/* Aseguramos que los textos generales de cabecera sean visibles si el fondo es oscuro */
.woocommerce-products-header__title,
.woocommerce-breadcrumb,
.woocommerce-result-count {
    color: #ffffff;
    /* O el color que prefieras para los titulos fuera de las tarjetas */
    font-weight: 700;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: #958e09;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* --- ESTILO DE LA TARJETA DEL PRODUCTO --- */
.woocommerce ul.products li.product {
    background-color: #ffffff;
    /* Fondo blanco para la tarjeta */
    border-radius: 15px;
    /* Bordes redondeados modernos */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    /* Sombra muy suave y elegante */
    padding: 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* Efecto rebote suave */
    border: 1px solid rgba(0, 0, 0, 0.03);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Efecto Hover en la tarjeta completa (se levanta) */
.woocommerce ul.products li.product:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

/* --- IMAGEN DEL PRODUCTO --- */
.woocommerce ul.products li.product a img {
    border-radius: 10px;
    margin-bottom: 15px !important;
    transition: transform 0.5s ease;
    mix-blend-mode: multiply;
    /* Truco para que si la img tiene fondo blanco se fusione mejor */
}

/* Zoom suave en la imagen al pasar el mouse */
.woocommerce ul.products li.product:hover a img {
    transform: scale(1.08);
}

/* --- TITULO DEL PRODUCTO --- */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #1a1a1a !important;
    /* Negro solicitado */
    font-size: 1.1rem !important;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
    padding-top: 10px;
}

/* --- PRECIO --- */
.woocommerce ul.products li.product .price {
    color: #444 !important;
    /* Gris oscuro para precio */
    font-size: 1.2rem !important;
    font-weight: 800;
    display: block;
    margin-bottom: 20px;
}

.woocommerce ul.products li.product .price del {
    opacity: 0.5;
    /* Precio anterior más suave */
    font-size: 0.9em;
}

/* --- BOTÓN AÑADIR AL CARRITO (LA MAGIA) --- */
.woocommerce ul.products li.product .button {
    background: #000000;
    /* Botón negro solido */
    color: #ffffff !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8rem;
    padding: 12px 25px;
    border-radius: 50px;
    /* Botón tipo píldora */
    margin-top: auto;
    /* Empuja el botón siempre al fondo */
    transition: all 0.3s ease;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* Efecto hover del botón */
.woocommerce ul.products li.product .button:hover {
    background: #333333;
    /* Un gris muy oscuro */
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    color: #fff !important;
}

/* Loading en el botón (cuando haces click) */
.woocommerce ul.products li.product .button.loading {
    opacity: 0.7;
    padding-right: 40px;
}

/* --- SELECTOR DE ORDENAMIENTO (BONUS) --- */
/* El selector por defecto suele ser feo, vamos a mejorarlo */
.woocommerce-ordering select {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    padding: 10px 20px;
    color: #333;
    font-size: 0.9rem;
    outline: none;
    cursor: pointer;
}

.woocommerce-products-header__title,
.woocommerce-breadcrumb,
.woocommerce-result-count {
    color: #000;
}


/* --- CONTENEDOR PRINCIPAL DEL PRODUCTO (La Tarjeta Grande) --- */
/* Esto crea un fondo blanco detrás de la foto y la info para que se lea bien */
.single-product div.product {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    padding: 40px;
    /* Espacio interno para que respire */
    margin-bottom: 50px;
    border: 1px solid rgba(0, 0, 0, 0.02);
}

/* --- TÍTULO Y PRECIO (Haciéndolos negros y grandes) --- */
.single-product div.product .product_title {
    color: #000000 !important;
    /* Negro puro */
    font-size: 2.5rem !important;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.single-product div.product p.price {
    color: #333333 !important;
    /* Gris oscuro elegante */
    font-size: 1.8rem !important;
    font-weight: 600;
    margin-bottom: 30px;
}

/* --- INPUT DE CANTIDAD (Input numérico) --- */
.single-product div.product .quantity .qty {
    border: 2px solid #eeeeee;
    background-color: #f9f9f9;
    color: #000;
    border-radius: 50px;
    /* Redondo estilo píldora */
    padding: 12px 15px;
    font-weight: 700;
    width: 80px;
    /* Un poco más ancho */
    margin-right: 15px;
    transition: all 0.3s ease;
}

.single-product div.product .quantity .qty:focus {
    border-color: #000;
    /* Se pone negro al hacer clic */
    outline: none;
    background-color: #fff;
}

/* --- BOTÓN DE AÑADIR AL CARRITO (Gigante y Moderno) --- */
.single-product div.product .single_add_to_cart_button.button {
    background-color: #000000;
    /* Negro */
    color: #ffffff !important;
    border-radius: 50px;
    padding: 15px 40px;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.single-product div.product .single_add_to_cart_button.button:hover {
    background-color: #333333;
    transform: translateY(-5px) scale(1.02);
    /* Se levanta y crece un poco */
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

/* --- META DATOS (Categorías, SKUs) --- */
.single-product div.product .product_meta {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px dashed #eee;
    color: #888;
    font-size: 0.9rem;
}

.single-product div.product .product_meta a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

/* --- PESTAÑAS (Descripción / Valoraciones) --- */
.woocommerce-tabs ul.tabs {
    padding: 0 !important;
    border: none !important;
    margin-bottom: 20px !important;
}

.woocommerce-tabs ul.tabs li {
    background: transparent !important;
    border: none !important;
    margin-right: 20px !important;
}

.woocommerce-tabs ul.tabs li a {
    color: #999 !important;
    /* Gris suave para inactivos */
    font-weight: 700 !important;
    font-size: 1.1rem !important;
    padding: 10px 0 !important;
    position: relative;
    transition: color 0.3s ease;
}

/* Pestaña Activa */
.woocommerce-tabs ul.tabs li.active a {
    color: #000 !important;
    /* Negro para la activa */
}

/* Línea animada debajo de la pestaña activa */
.woocommerce-tabs ul.tabs li.active a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
    border-radius: 2px;
}

/* Contenido de las pestañas (Texto de reviews) */
.woocommerce-Tabs-panel {
    color: #444;
    /* Texto gris oscuro legible */
    line-height: 1.6;
}

/* --- SECCIÓN DE PRODUCTOS RELACIONADOS --- */
/* Título de "Productos relacionados" fuera de la tarjeta */
section.related.products>h2 {
    color: #ffffff;
    /* Blanco, asumiendo que el fondo de tu web es oscuro */
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

nav.woocommerce-breadcrumb {
    display: none;
}

.woocommerce-product-details__short-description {
    color: black;
}







/*MI CUENTAAAAAAAAAAAA MI CUENTAAAAAAAAAAAAAAAA MI CUENTAAAAAAAAAAAA*/
/* =========================================
   VARIABLES (Solo activas en Mi Cuenta)
   ========================================= */
.woocommerce-account {
    --vuvo-primary: #2d2e32;
    /* Indigo moderno */
    --vuvo-primary-dark: #57575e;
    /* Indigo oscuro para hover */
    --vuvo-accent: #10b981;
    /* Verde esmeralda */
    --vuvo-bg: #f8fafc;
    /* Fondo gris claro */
    --vuvo-card-bg: #ffffff;
    /* Fondo tarjetas */
    --vuvo-text: #1e293b;
    /* Texto oscuro */
    --vuvo-text-muted: #64748b;
    /* Texto secundario */
    --vuvo-radius: 16px;
    /* Bordes */
    --vuvo-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/* =========================================
   LAYOUT GENERAL (Solo en Mi Cuenta)
   ========================================= */

/* Limitamos los cambios de layout solo a esta página */
.woocommerce-account .woocommerce {
    max-width: 1200px;
    margin: 40px auto;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: var(--vuvo-text);
}

/* Reset de floats solo aquí */
.woocommerce-account .woocommerce .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    float: none !important;
    width: 30 !important;
}

/* Grid layout para Desktop */
@media (min-width: 992px) {
    .woocommerce-account .woocommerce {
        display: flex !important;
        grid-template-columns: 280px 1fr !important;
        gap: 40px !important;
        align-items: start !important;
    }

    /* Aseguramos que el contenido no se estire raro */
    .woocommerce-account .woocommerce-MyAccount-content {
        width: auto !important;
    }
}

/* =========================================
   BARRA LATERAL / NAVEGACIÓN
   ========================================= */
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: var(--vuvo-card-bg);
    border-radius: var(--vuvo-radius);
    box-shadow: var(--vuvo-shadow);
    border: 1px solid #e2e8f0;
    overflow: hidden;
    position: sticky;
    top: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #f1f5f9;
    margin: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 16px 24px;
    text-decoration: none !important;
    color: var(--vuvo-text-muted);
    font-weight: 500;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

/* Hover y Estado Activo */
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #f8fafc;
    color: var(--vuvo-primary);
    border-left-color: var(--vuvo-primary);
}

/* Botón de salir */
.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a {
    color: #ef4444 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    background-color: #fef2f2 !important;
    border-left-color: #ef4444 !important;
}

/* =========================================
   CONTENIDO PRINCIPAL
   ========================================= */
.woocommerce-account .woocommerce-MyAccount-content {
    background: transparent;
}

/* Mensaje de bienvenida */
.woocommerce-account .woocommerce-MyAccount-content>p:first-of-type {
    font-size: 1.1rem;
    margin-bottom: 24px;
    background: var(--vuvo-card-bg);
    padding: 24px;
    border-radius: var(--vuvo-radius);
    box-shadow: var(--vuvo-shadow);
}

/* Ocultar el segundo parrafo (según tu código original) */
.woocommerce-account .woocommerce-MyAccount-content>p:nth-of-type(2) {
    display: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content a {
    color: var(--vuvo-primary);
    text-decoration: none;
    font-weight: 600;
}

/* =========================================
   TARJETA DE PUNTOS (VMP)
   ========================================= */
.woocommerce-account .vmp-user-points {
    background: linear-gradient(135deg, var(--vuvo-primary), #2e2ec7);
    color: white;
    padding: 30px;
    border-radius: var(--vuvo-radius);
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 1.2rem;
    text-align: center;
    box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.3);
    position: relative;
    overflow: hidden;
}

.woocommerce-account .vmp-user-points::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
    transform: rotate(30deg);
}

.woocommerce-account .vmp-user-points strong {
    display: block;
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1;
    margin: 10px 0;
    letter-spacing: -2px;
}

/* Texto pequeño debajo de los puntos */
.woocommerce-account .woocommerce-MyAccount-content>p>small {
    display: block;
    text-align: center;
    background: #ecfdf5;
    color: #065f46;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    width: fit-content;
    margin: 0 auto;
    border: 1px solid #a7f3d0;
}

/* =========================================
   RESPONSIVE MÓVIL (Menú horizontal)
   ========================================= */
@media (max-width: 991px) {
    .woocommerce-account .woocommerce {
        display: flex !important;
        flex-direction: column;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        margin-bottom: 30px !important;
        width: 100% !important;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        position: relative;
        top: 0;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li {
        border-bottom: none;
        border-right: 1px solid #f1f5f9;
        flex: 0 0 auto;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        padding: 12px 16px;
        border-left: none;
        border-bottom: 3px solid transparent;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
        border-left-color: transparent;
        border-bottom-color: var(--vuvo-primary);
        background: transparent;
    }
}

/* Layout General de la Página */
.mk-ofertas-page {
    max-width: 100%;
    margin: 0;
    padding: 40px 20px;
	width:100%;
}

.mk-page-header {
    text-align: center;
    margin-bottom: 50px;
}

.mk-page-header h1 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mk-subtitle {
    color: #777;
    font-size: 1.1rem;
}

/* Grid de Productos */
.mk-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); /* Responsivo automático */
    gap: 30px;
}

/* Tarjeta de Producto */
.mk-product-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
}

.mk-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

/* Badge de Descuento */
.mk-badge-save {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #ec008c; /* Rosa Mary Kay */
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 20px;
    font-size: 0.9rem;
    z-index: 10;
}

/* Imagen */
.mk-img-link img {
    width: 100%;
    height: 250px; /* Altura fija para uniformidad */
    object-fit: cover; /* Recorta la imagen si no encaja */
    transition: opacity 0.3s;
}

.mk-product-card:hover .mk-img-link img {
    opacity: 0.9;
}

/* Cuerpo de la tarjeta */
.mk-card-body {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mk-product-title a {
    color: #222;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limita a 2 líneas */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mk-price-wrapper {
    margin: 15px 0;
    font-size: 1.1rem;
    color: #ec008c;
    font-weight: bold;
}

.mk-price-wrapper del {
    color: #999;
    font-size: 0.9rem;
    font-weight: normal;
    margin-right: 8px;
}

/* Botón Añadir */
.mk-btn-add {
    display: block;
    width: 100%;
    padding: 12px;
    background-color: #222;
    color: #fff !important;
    text-align: center;
    border-radius: 6px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 600;
    transition: background 0.3s;
}

.mk-btn-add:hover {
    background-color: #ec008c;
}

/* =========================================
   ESTILOS MODERNOS PARA LISTA DE DESEOS (WISHLIST)
   ========================================= */

/* 1. TÍTULO PRINCIPAL */
/* Estilizamos el título que agregamos con PHP */
h3.mk-wishlist-title {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #ec008c; /* Rosa MK */
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 15px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

/* 2. LIMPIEZA DE ESTRUCTURA */
/* Ocultamos títulos duplicados o etiquetas raras que trae el plugin */
.wishlist-title, 
.wishlist-title h2 { 
    display: none !important; 
}

/* Forzamos que la tabla ocupe todo el ancho disponible */
#yith-wcwl-form, 
table.wishlist_table {
    width: 100% !important;
    max-width: 100%;
}

/* 3. ESTILO DE LA TABLA (CARD STYLE) */
table.wishlist_table {
    border-collapse: separate;
    border-spacing: 0 15px; /* Espacio entre productos */
    border: none !important;
    background: transparent !important;
}

/* Cabecera de la tabla */
table.wishlist_table thead th {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #000;
    color: #999;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 10px;
    letter-spacing: 1px;
}

/* Filas de Productos (Efecto Tarjeta Blanca) */
table.wishlist_table tbody tr {
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05); /* Sombra suave */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

table.wishlist_table tbody tr:hover {
    transform: translateY(-3px); /* Se levanta al pasar el mouse */
    box-shadow: 0 10px 25px rgba(236, 0, 140, 0.15); /* Sombra rosada suave */
}

/* Celdas generales */
table.wishlist_table td {
    border: none !important;
    padding: 20px !important;
    vertical-align: middle !important;
    font-size: 0.95rem;
}

/* -- COLUMNAS ESPECÍFICAS -- */

/* Imagen del producto */
table.wishlist_table td.product-thumbnail img {
    width: 80px !important;
    border-radius: 8px;
    border: 1px solid #eee;
}

/* Nombre del producto */
table.wishlist_table td.product-name {
    text-align: left;
}
table.wishlist_table td.product-name a {
    color: #333;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
}
table.wishlist_table td.product-name a:hover {
    color: #ec008c;
}

/* Precio */
table.wishlist_table td.product-price {
    color: #ec008c;
    font-weight: 800;
    font-size: 1.1rem;
}

/* Estado del inventario (Stock) */
table.wishlist_table td.product-stock-status span.wishlist-in-stock {
    color: #25D366; /* Verde */
    background: #eaffea;
    padding: 5px 12px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
}

/* BOTÓN AÑADIR AL CARRITO (Transformación total) */
table.wishlist_table td.product-add-to-cart a {
    display: inline-block;
    background-color: #000 !important;
    color: #fff !important;
    padding: 12px 25px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    white-space: nowrap; /* Evita que el texto se parta */
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

table.wishlist_table td.product-add-to-cart a:hover {
    background-color: #ec008c !important; /* Rosa al pasar mouse */
    transform: scale(1.05);
}

/* Botón Eliminar (X Roja) */
table.wishlist_table td.product-remove a.remove {
    color: #ccc !important;
    font-size: 1.5rem !important;
    font-weight: 300;
    border: none !important;
}
table.wishlist_table td.product-remove a.remove:hover {
    color: #ff0000 !important;
    background: transparent !important;
}

/* 4. REDES SOCIALES (COMPARTIR) */
.yith-wcwl-share {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    text-align: right; /* Alineado a la derecha */
}

.yith-wcwl-share-title {
    display: inline-block;
    margin-right: 15px;
    font-weight: 600;
    color: #555;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.yith-wcwl-share ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.yith-wcwl-share li {
    display: inline-block;
    margin-left: 5px;
}

/* Hacer los iconos de redes sociales más bonitos */
.yith-wcwl-share li a {
    opacity: 0.8;
    transition: opacity 0.3s;
}
.yith-wcwl-share li a:hover {
    opacity: 1;
}

/* 5. RESPONSIVO (Móviles) */
@media (max-width: 768px) {
    table.wishlist_table thead { display: none; } /* Ocultar cabecera */
    table.wishlist_table tr { 
        display: block; 
        margin-bottom: 20px; 
        border: 1px solid #eee;
    }
    table.wishlist_table td { 
        display: flex; 
        justify-content: space-between;
        align-items: center;
        padding: 15px !important;
        border-bottom: 1px solid #f9f9f9 !important;
        text-align: right;
    }
    /* Añadir etiquetas antes del contenido en móvil */
    table.wishlist_table td::before {
        content: attr(data-title);
        font-weight: 700;
        text-transform: uppercase;
        font-size: 0.8rem;
        color: #999;
        float: left;
    }
    table.wishlist_table td.product-thumbnail,
    table.wishlist_table td.product-remove {
        justify-content: center;
    }
}
/* OCULTAR REDES SOCIALES EN WISHLIST */
.yith-wcwl-share {
    display: none !important;
}

/* =========================================
   ESTILOS HERO SLIDER MARY KAY
   ========================================= */

.mk-hero-slider-container {
    position: relative;
    width: 100%;
    height: 600px; /* Altura del slider en PC */
    overflow: hidden;
    background: #f0f0f0;
}

.mk-slider-wrapper {
    height: 100%;
}

/* Estilo de cada Slide */
.mk-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 1;
}

.mk-slide.active {
    opacity: 1;
    z-index: 2;
}

/* Imagen de Fondo */
.mk-slide-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    /* Efecto Zoom suave al aparecer */
    transform: scale(1);
    transition: transform 6s linear;
}

.mk-slide.active .mk-slide-img {
    transform: scale(1.05); /* Zoom lento */
}

/* Capa Oscura (Overlay) */
.mk-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.6), transparent);
    z-index: 1;
}

/* Contenido (Texto) */
.mk-slide-content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    max-width: 500px;
    z-index: 3;
    color: #fff;
    text-align: left;
}

/* Variaciones de posición */
.mk-slide-content.center {
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    align-items: center;
}

.mk-slide-content.right {
    left: auto;
    right: 10%;
    text-align: right;
    align-items: flex-end;
}

/* Tipografía */
.mk-subtitle {
    display: block;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease 0.3s; /* Delay para animación */
    color: #ec008c; /* Rosa MK */
    font-weight: 700;
}

.mk-title {
    font-size: 3.5rem;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease 0.5s;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}

.mk-desc {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease 0.7s;
}

/* Clases para texto oscuro sobre fondos claros */
.text-dark { color: #333 !important; text-shadow: none !important; }

/* Animación de entrada al activarse el slide */
.mk-slide.active .mk-subtitle,
.mk-slide.active .mk-title,
.mk-slide.active .mk-desc,
.mk-slide.active .mk-btn-hero {
    opacity: 1;
    transform: translateY(0);
}

/* Botones */
.mk-btn-hero {
    display: inline-block;
    padding: 15px 35px;
    background-color: #ec008c;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    border-radius: 50px;
    transition: all 0.3s;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease 0.9s, background 0.3s; /* Delay largo */
    border: 2px solid #ec008c;
}

.mk-btn-hero:hover {
    background-color: #fff;
    color: #ec008c;
}

.mk-btn-hero.outline {
    background: transparent;
    border: 2px solid #fff;
    margin-left: 10px;
}
.mk-btn-hero.outline:hover {
    background: #fff;
    color: #000;
}

.mk-btn-hero.dark {
    background: #000;
    border-color: #000;
}

/* Flechas de Navegación */
.mk-prev-btn, .mk-next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.3);
    color: white;
    border: none;
    font-size: 2rem;
    padding: 15px;
    cursor: pointer;
    z-index: 10;
    transition: 0.3s;
}
.mk-prev-btn:hover, .mk-next-btn:hover { background: #ec008c; }
.mk-prev-btn { left: 0; }
.mk-next-btn { right: 0; }

/* Puntos (Dots) */
.mk-dots-container {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.mk-dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
}
.mk-dot.active, .mk-dot:hover {
    background-color: #ec008c;
    transform: scale(1.2);
}

/* RESPONSIVO (Móviles) */
@media (max-width: 768px) {
    .mk-hero-slider-container { height: 500px; } /* Más corto en móvil */
    .mk-slide-content { 
        left: 5%; 
        width: 90%; 
        text-align: center; /* Centrar todo en móvil */
        top: 50%;
        transform: translate(0, -50%);
    }
    .mk-slide-content.right, .mk-slide-content.center {
        left: 5%; right: auto; transform: translate(0, -50%);
    }
    .mk-title { font-size: 2.2rem; }
    .mk-desc { font-size: 1rem; }
    .mk-btn-hero { padding: 12px 25px; font-size: 0.9rem; }
    .mk-overlay { background: rgba(0,0,0,0.4); } /* Fondo más oscuro para legibilidad */
}