* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* CSS */
:root {
    font-family: Inter, sans-serif;
    font-feature-settings: 'liga' 1, 'calt' 1;
    /* fix for Chrome */
}

@supports (font-variation-settings: normal) {
    :root {
        font-family: InterVariable, sans-serif;
    }
}

body {
    font-family: Inter, sans-serif;
    line-height: 1.6;
    font-size: 1rem;
    color: #202020;
    background: #fff;
}

main {
    min-height: 70vh;
}

/* Top Bar */
.top-bar {
    background: #f8f8f8;
    font-size: 1rem;
    border-bottom: 1px solid #e0e0e0;
}

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

.social-icons a {
    color: #666;
    text-decoration: none;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: #ddd;
    font-size: 12px;
}

.special-offer {
    font-weight: 500;
    color: #333;
    text-align: center;
}

.special-offer span {
    color: #ff4444;
    font-weight: bold;
}

.top-links {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.top-links a {
    color: #202020;
    text-decoration: none;
    font-size: 14px;
}

/* Header */
.header {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 8;
}

.logo {
    font-size: 36px;
    font-weight: 300;
    color: #000;
    text-decoration: none;
    font-style: italic;
    font-family: cursive;
    max-width: 100px;
}

.logo img {
    width: 100px;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.main-nav {
    display: flex;
    list-style: none;
    gap: 35px;
    justify-content: center;
}

.main-nav a {
    text-decoration: none;
    font-weight: 800;
    font-size: 1.3rem;
    text-transform: uppercase;
    transition: all 0.3s;
    color: #202020;
    display: block;
    border-bottom: 2px solid transparent;

}

.main-nav a:hover {
    color: #202020;
    border-bottom: 2px solid #202020;
    transition: all 0.3s;

}

.main-nav .current-menu-parent a:hover {
    color: #202020;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;

}

.header-right {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
}

.get-pro-btn {
    background: #000;
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.header-icons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.header-icons a {
    color: #333;
    text-decoration: none;
    font-size: 18px;
}

/* Hero Section */
.hero-section {
    padding: 20px 0;
}

.hero-slide {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    color: #fff;
    min-height: 500px;
}

.hero-slide.main-slide {
    background:
        url('/wp-content/uploads/2025/06/model-17.png');
    background-size: cover;
    background-position: center;
}

.sub-slide {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-end;
    color: #fff;
    min-height: 240px;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}

.sub-slide.sports-wear {
    background:
        url('/wp-content/uploads/2025/06/model-05.jpeg');
    background-size: cover;
    background-position: center;
}

.sub-slide.fashion-shoes {
    background:
        url('/wp-content/uploads/2025/06/model-12.png');
    background-size: cover;
    background-position: center;
}

.hero-content {
    padding: 30px;
    z-index: 2;
}

.hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.sub-slide .hero-title {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.shop-btn {
    background: rgba(255, 255, 255, 1);
    color: #202020;
    padding: 10px 20px;
    border: 2px solid #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    transition: all 0.3s;
    backdrop-filter: blur(10px);
}

.shop-btn:hover {
    background: #fff;
    color: #202020;
}

/* Carousel Dots */
.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
}



/* Section Styling */
.section-padding {
    padding: 0px 0;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.section-title {
    font-size: 2rem;
    transition: color 0.3s;
    color: #202020;
}

.view-all-btn {
    color: #202020;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.2rem;
    border-bottom: 1px solid #202020;
}

/* Product Cards */
.product-card {
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #202020;
    transition: all 0.3s ease;
}

.product-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.product-image {
    width: 100%;
    height: 280px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.product-image.orange {
    background: url('img/model-18.png');
    background-size: cover;
    background-position: center;
}

.product-image.purple {
    background: url('img/model-12.png');
    background-size: cover;
    background-position: center;
}

.product-image.red {
    background: url('img/model-15.png');
    background-size: cover;
    background-position: center;
}

.product-image.gray {
    background: url('img/model-14.png');
    background-size: cover;
    background-position: center;
}

.product-image.dark {
    background: url('img/model-16.png');
    background-size: cover;
    background-position: center;
}

.product-info {
    padding: 15px;
    text-align: left;
}

.product-name {
    color: #202020;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 8px;
}

.product-price {
    color: #202020;
    font-weight: 600;
    font-size: 1.2rem;
}

/* Collections */
.collection-card {
    position: relative;
    height: 400px;
    display: flex;
    align-items: flex-end;
    color: #fff;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.collection-card.minimal {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url('/wp-content/uploads/2025/06/bolso.webp');
    background-size: cover;
    background-position: center;
}

.collection-card.sneakers {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url('/wp-content/uploads/2025/06/bolso-1.png');
    background-size: cover;
    background-position: center;
}

.collection-content {
    padding: 40px;
    z-index: 2;
}

.collection-content h3 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.1;
    color: #fff;
}

.collection-btn {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 2px solid #fff;
    padding-bottom: 2px;
}

/* Footer */
.footer {
    background: #f8f8f8;
    padding: 60px 0 16px;
    margin-top: 80px;
}

.footer-column h4 {
    color: #202020;
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    color: #202020;
    text-decoration: none;
    transition: all 0.3s;
    border-bottom: 2px solid transparent;

}

.footer-column ul li a:hover {
    color: #202020;
    border-bottom: 2px solid #202020;
    transition: all 0.3s;

}

.footer-bottom {
    border-top: 2px solid #ddd;
    margin-top: 40px;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #202020;
    text-align: center;

}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }

    .sub-slide .hero-title {
        font-size: 1.5rem;
    }

    .collection-content h3 {
        font-size: 2rem;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        flex-direction: column;
    }

    .header-icons {
        display: flex;
        gap: 15px;
        align-items: center;
        position: absolute;
        right: 20px;
    }
}


/* Collections */
.collections-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
}

.collection-card {
    position: relative;
    height: 400px;
    display: flex;
    align-items: flex-end;
    color: #fff;
    background-size: cover;
    background-position: center;
}

.collection-card.minimal {
    background:
        url('/wp-content/uploads/2025/06/bolso-1.png');
    background-size: cover;
    background-position: center;
}

.collection-card.sneakers {
    background:
        url('/wp-content/uploads/2025/06/model-20.png');
    background-size: cover;
    background-position: center;
}

.collection-content {
    padding: 40px;
    z-index: 2;
}

.collection-content h3 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.1;
    color: #fff;
}

.collection-btn {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 2px solid #fff;
    padding-bottom: 2px;
}

section.collections-section>div.collection-card.minimal {
    border-bottom-left-radius: 1rem !important;
    ;
    border-top-left-radius: 1rem !important;
    ;
}

section.collections-section>div.collection-card.sneakers {
    border-bottom-right-radius: 1rem !important;
    ;
    border-top-right-radius: 1rem !important;
    ;

}


/* ===============================================
   HEADER ICONS - SIMPLE CART & ACCOUNT
   Usando estilos existentes del tema MD RUIN
   =============================================== */

/* Header Icons Container - ya existe pero añadimos cart */
.header-icons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.header-icons .header-icon {
    color: #202020;
    text-decoration: none;
    font-size: 18px;
    position: relative;
    transition: all 0.3s;
}

.header-icons .header-icon:hover {
    color: #202020;
}

.header-icons .header-icon svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
}


/* Cart Counter */
.cart-link .cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #202020;
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: bold;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}


.current-menu-item a {
    border-bottom: solid 2px #202020 !important;

}


.current_page_parent,
.current-menu-parent {
    border-bottom: solid 2px #202020 !important;

}