/* ========================================
   TEMPLATE URBAN - Estilo Streetwear Premium
   Para tiendas de moda urbana, zapatillas, skateboarding
======================================== */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&family=Inter:wght@300;400;600&display=swap');

:root {
    --primary: #ffee00;
    /* Amarillo eléctrico tipo Off-White */
    --primary-dark: #ccbe00;
    --bg: #000000;
    --bg-light: #111111;
    --bg-card: #0a0a0a;
    --text: #ffffff;
    --text-muted: #888888;
    --border: #333333;

    --font-display: 'Oswald', sans-serif;
    /* Títulos impactantes */
    --font-body: 'Inter', sans-serif;

    --spacing-container: 1400px;
}

/* ========== IDENTIDAD URBAN: negro, amarillo eléctrico, Oswald ========== */
body.theme-urban {
    background: #000000 !important;
    color: #ffffff !important;
    font-family: 'Inter', 'Oswald', sans-serif !important;
}
/* Header negro, texto blanco (identidad streetwear) */
body.theme-urban .site-header.store-header {
    background: #000000 !important;
    border-bottom: 1px solid #333333 !important;
    box-shadow: none !important;
    padding: 0 !important;
    backdrop-filter: none !important;
}
body.theme-urban .site-header.store-header .logo a,
body.theme-urban .site-header.store-header .logo a.logo-store-name,
body.theme-urban .site-header.store-header .desktop-nav a,
body.theme-urban .site-header.store-header .desktop-nav ul li a,
body.theme-urban .site-header.store-header .header-icons .icon-link,
body.theme-urban .site-header.store-header .header-icons a,
body.theme-urban .site-header.store-header .mobile-menu-toggle {
    color: #ffffff !important;
    font-family: 'Oswald', sans-serif !important;
}
body.theme-urban .site-header.store-header .desktop-nav a:hover,
body.theme-urban .site-header.store-header .desktop-nav ul li a:hover,
body.theme-urban .site-header.store-header .logo a:hover {
    color: var(--primary, #ffee00) !important;
    background: rgba(255, 255, 255, 0.06) !important;
}
body.theme-urban .site-header.store-header .header-icons .icon-link:hover,
body.theme-urban .site-header.store-header .header-icons a:hover {
    color: var(--primary, #ffee00) !important;
}
body.theme-urban .btn,
body.theme-urban button[type="submit"],
body.theme-urban .product-card .btn {
    background: var(--primary) !important;
    color: #fff !important;
    border: none !important;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    border-radius: 0 !important;
    padding: 14px 28px !important;
}
body.theme-urban .btn:hover,
body.theme-urban button[type="submit"]:hover {
    background: var(--secondary) !important;
    color: #fff !important;
}
body.theme-urban .section-title,
body.theme-urban .hero-title,
body.theme-urban h1, body.theme-urban h2 {
    font-family: 'Oswald', sans-serif !important;
    font-weight: 700 !important;
    color: #fff;
    text-transform: uppercase !important;
}
body.theme-urban .product-card {
    background: #0a0a0a !important;
    border: 1px solid #333 !important;
    border-radius: 0 !important;
}
body.theme-urban .product-card:hover {
    border-color: var(--primary) !important;
}
/* La config del cliente sobrescribe: sin !important para que los estilos inline ganen */
body.theme-urban .announcement-bar {
    background: #111;
    color: var(--primary);
}
/* Secciones, features, iconos - identidad Urban */
body.theme-urban .section {
    padding: 1.35rem 0 !important;
    background: #000 !important;
    color: #fff !important;
}
body.theme-urban .product-detail-wrapper.section,
body.theme-urban .product-detail-wrapper { padding-top: 0 !important; margin-top: 0 !important; }
body.theme-urban .category-page-content.section,
body.theme-urban .category-page-content { padding-top: 0 !important; margin-top: 0 !important; }
body.theme-urban .section:nth-of-type(even) {
    background: #0a0a0a !important;
}
body.theme-urban .section-title {
    color: #fff !important;
    font-family: 'Oswald', sans-serif !important;
}
body.theme-urban .section-subtitle {
    color: #888 !important;
}
body.theme-urban .section-tag {
    color: var(--primary) !important;
    font-family: 'Oswald', sans-serif !important;
}
body.theme-urban .features-section {
    background: #111 !important;
    padding: 3.5rem 0 !important;
}
body.theme-urban .feature-card {
    background: #0a0a0a !important;
    border: 1px solid #333 !important;
    border-radius: 0 !important;
    padding: 1.75rem !important;
    color: #fff !important;
}
body.theme-urban .feature-card:hover {
    border-color: var(--primary) !important;
}
body.theme-urban .feature-card .icon-box {
    background: var(--primary) !important;
    color: #fff !important;
    width: 56px !important;
    height: 56px !important;
    border-radius: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.35rem !important;
}
body.theme-urban .feature-card h4 {
    font-family: 'Oswald', sans-serif !important;
    color: #fff !important;
    text-transform: uppercase !important;
}
body.theme-urban .feature-card p {
    color: #888 !important;
}
body.theme-urban .cat-card-item {
    color: #fff !important;
}
body.theme-urban .cat-card-img {
    border-color: #333 !important;
    background: #111 !important;
}
body.theme-urban .cat-card-item:hover .cat-card-img {
    border-color: var(--primary) !important;
}
body.theme-urban .cat-card-placeholder {
    color: #888 !important;
}
body.theme-urban .product-detail-title {
    color: #fff !important;
    font-family: 'Oswald', sans-serif !important;
}
body.theme-urban .product-detail-price {
    color: #fff !important;
    font-weight: 700 !important;
}
body.theme-urban .product-description-block,
body.theme-urban .product-description-title,
body.theme-urban .product-description-content,
body.theme-urban .product-description,
body.theme-urban .product-description * {
    color: #fff !important;
}
body.theme-urban .product-installments-box {
    background: rgba(0,0,0,0.4) !important;
    border-color: rgba(255,255,255,0.15) !important;
    color: #fff !important;
}
body.theme-urban .product-installments-box i {
    color: #fff !important;
}
body.theme-urban .products-grid .product-card .product-title,
body.theme-urban .product-card .product-title {
    color: #fff !important;
}
body.theme-urban .products-grid .product-card .product-price,
body.theme-urban .product-card .product-price {
    color: var(--primary) !important;
}

body.theme-urban .product-price-dual-card,
body.theme-urban .product-price-dual {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* Página producto: cantidad, envío, variantes (no heredar blanco sobre fondos claros) */
body.theme-urban .product-detail-wrapper .product-breadcrumb,
body.theme-urban .product-detail-wrapper .product-breadcrumb a {
    color: rgba(255, 255, 255, 0.55) !important;
}
body.theme-urban .product-detail-wrapper .product-breadcrumb a:hover,
body.theme-urban .product-detail-wrapper .product-breadcrumb .product-category {
    color: var(--primary, #ffee00) !important;
}

body.theme-urban .product-detail-wrapper .product-qty-label {
    color: #ffffff !important;
    font-weight: 600;
}

body.theme-urban .product-detail-wrapper .product-stock-msg {
    color: rgba(255, 255, 255, 0.65) !important;
}

body.theme-urban .product-detail-wrapper .qty-selector {
    border: 1px solid #444444 !important;
    background: #111111 !important;
    border-radius: 8px;
    overflow: hidden;
}

body.theme-urban .product-detail-wrapper .qty-btn {
    width: 40px;
    height: 44px;
    background: #222222 !important;
    color: #ffffff !important;
    border: none !important;
    font-size: 1.35rem !important;
    font-weight: 600 !important;
    line-height: 1;
}

body.theme-urban .product-detail-wrapper .qty-btn:hover {
    background: var(--primary, #ffee00) !important;
    color: #000000 !important;
}

body.theme-urban .product-detail-wrapper .qty-selector input[type="number"] {
    background: #0a0a0a !important;
    color: #ffffff !important;
    border-left: 1px solid #444444 !important;
    border-right: 1px solid #444444 !important;
    -moz-appearance: textfield;
    appearance: textfield;
}

body.theme-urban .product-detail-wrapper .variant-label,
body.theme-urban .product-detail-wrapper .product-variant-required-msg {
    color: rgba(255, 255, 255, 0.9) !important;
}

body.theme-urban .product-detail-wrapper .product-variant-btn {
    background: #1a1a1a !important;
    border-color: #444444 !important;
    color: #ffffff !important;
}

body.theme-urban .product-detail-wrapper .product-variant-btn:hover,
body.theme-urban .product-detail-wrapper .product-variant-btn.selected {
    border-color: var(--primary, #ffee00) !important;
    background: rgba(255, 238, 0, 0.12) !important;
    color: #ffffff !important;
}

body.theme-urban .product-detail-wrapper .product-compare-price-old {
    color: rgba(255, 255, 255, 0.5) !important;
}

body.theme-urban .product-detail-wrapper .product-price-list-label,
body.theme-urban .product-detail-wrapper .product-price-cash-label {
    color: rgba(255, 255, 255, 0.7) !important;
}

body.theme-urban .product-detail-wrapper .product-price-display-extras .pd-line {
    color: inherit;
}

body.theme-urban .product-detail-wrapper .shipping-title {
    color: #ffffff !important;
}

body.theme-urban .product-detail-wrapper .shipping-title i {
    color: var(--primary, #ffee00) !important;
}

body.theme-urban .product-detail-wrapper .shipping-zip-input {
    background: #111111 !important;
    border-color: #444444 !important;
    color: #ffffff !important;
}

body.theme-urban .product-detail-wrapper .shipping-zip-input::placeholder {
    color: #888888;
}

body.theme-urban .product-detail-wrapper .shipping-result {
    color: rgba(255, 255, 255, 0.85) !important;
}

body.theme-urban .product-detail-wrapper .product-features-list,
body.theme-urban .product-detail-wrapper .product-features-list li {
    color: rgba(255, 255, 255, 0.7) !important;
}

body.theme-urban .product-detail-wrapper .product-features-list i {
    color: var(--primary, #ffee00) !important;
}

body.theme-urban .product-detail-wrapper .btn-outline {
    border-color: #ffffff !important;
    color: #ffffff !important;
    background: transparent !important;
}

body.theme-urban .product-detail-wrapper .btn-outline:hover {
    background: #ffffff !important;
    color: #000000 !important;
}

/* Carrito: botones + / − visibles */
body.theme-urban .cart-td-qty .btn-qty,
body.theme-urban .btn-qty {
    background: #222222 !important;
    border: 1px solid #444444 !important;
    color: #ffffff !important;
}

body.theme-urban .cart-td-qty .btn-qty:hover,
body.theme-urban .btn-qty:hover {
    background: var(--primary, #ffee00) !important;
    border-color: var(--primary, #ffee00) !important;
    color: #000000 !important;
}

body.theme-urban .cart-td-qty span {
    color: #ffffff !important;
}

/* ========== CATÁLOGO / CATEGORÍAS (categories_listing + filtros) ========== */
body.theme-urban .categories-header,
body.theme-urban .cl-wrap .section-header-wrap {
    background: #000000 !important;
    color: #ffffff !important;
    padding: 1.25rem 0 !important;
    margin-bottom: 0.75rem !important;
    border-bottom: 1px solid #333 !important;
}
body.theme-urban .categories-header h1,
body.theme-urban .cl-wrap .section-header-wrap .section-title {
    color: #ffffff !important;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase !important;
}
body.theme-urban .categories-header p,
body.theme-urban .cl-wrap .section-subtitle,
body.theme-urban .section-heading-inline-sub {
    color: #aaaaaa !important;
}

/* Desplegable ordenar: contraste legible sobre fondo oscuro */
body.theme-urban select.cl-sort-wrap,
body.theme-urban .store-filters__select {
    background-color: #111111 !important;
    border: 1px solid #444444 !important;
    color: #ffffff !important;
    box-shadow: none !important;
}
body.theme-urban select.cl-sort-wrap option,
body.theme-urban .store-filters__select option {
    background: #111111;
    color: #ffffff;
}
body.theme-urban .cl-search-wrap input {
    background: #111111 !important;
    border-color: #444444 !important;
    color: #ffffff !important;
}
body.theme-urban .cl-search-wrap input::placeholder {
    color: #888888;
}
body.theme-urban .cl-count-label {
    color: #888888 !important;
}

body.theme-urban .store-filters {
    --sf-bg: #0a0a0a;
    --sf-border: #333333;
    --sf-text: #ffffff;
    --sf-muted: #888888;
    --sf-accent: var(--primary, #ffee00);
}
body.theme-urban .store-filters__summary,
body.theme-urban .store-filters__pill {
    color: #ffffff;
}
body.theme-urban .store-filters__details[open] .store-filters__content {
    background: #0a0a0a;
}

body.theme-urban .cl-filters {
    background: #0a0a0a !important;
    border-color: #333 !important;
    color: #fff !important;
}
body.theme-urban .cl-filters-title,
body.theme-urban .cl-filter-group h4,
body.theme-urban .cl-cat-btn {
    color: #fff !important;
}
body.theme-urban .cl-cat-btn:hover {
    background: #1a1a1a !important;
}
body.theme-urban .cl-cat-btn.active {
    background: var(--primary, #ffee00) !important;
    color: #000 !important;
}

/* Urban: centrar solo las tarjetas del catálogo */
/* Urban: columnas del catálogo las define #cl-xxx-grid en sections.php */
body.theme-urban .cl-wrap .cl-grid.cl-grid--grid {
    width: 100% !important;
}

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

body {
    background: var(--bg);
    color: var(--text);
    font-family: var(--font-body);
    line-height: 1.6;
    overflow-x: hidden;
}

.container {
    max-width: var(--spacing-container);
    margin: 0 auto;
    padding: 0 40px;
}

/* ========== HEADER (alineado al layout compartido: claro, sticky) ========== */
.store-header {
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid #e2e8f0;
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.store-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--text);
    text-decoration: none;
    letter-spacing: -1px;
    background: var(--text);
    color: var(--bg);
    padding: 5px 15px;
    transform: skew(-10deg);
}

.main-nav {
    display: flex;
    gap: 40px;
}

.main-nav a {
    color: var(--text-muted);
    text-decoration: none;
    font-family: var(--font-display);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 0.9rem;
    transition: all 0.3s;
    position: relative;
}

.main-nav a:hover {
    color: var(--text);
}

.main-nav a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0%;
    height: 2px;
    background: var(--primary);
    transition: 0.3s;
}

.main-nav a:hover::after {
    width: 100%;
}

.header-actions {
    display: flex;
    gap: 20px;
    align-items: center;
}

.cart-btn {
    background: transparent;
    border: none;
    color: var(--text);
    font-size: 1.2rem;
    cursor: pointer;
    position: relative;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background: var(--primary);
    color: #000;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 2px;
}

/* ========== HERO SECTION (FULL SCREEN) ========== */
.hero {
    height: 90vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid #222;
    overflow: hidden;
}

/* Hero Carousel */
.hero-carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-carousel .carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.hero-carousel .carousel-slide.active {
    opacity: 1;
}

/* Hero carrusel: indicadores abajo del todo (z-index por encima del overlay urban) */
body.theme-urban .hero-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    z-index: 3;
    pointer-events: auto;
    margin: 0;
    padding: 0;
}
body.theme-urban .hero-indicators .hero-indicator {
    width: 9px;
    height: 9px;
    border-radius: 2px;
    border: none;
    background: rgba(255, 255, 255, 0.45);
    cursor: pointer;
    padding: 0;
    margin: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    transition: background 0.2s ease, opacity 0.2s ease;
}
body.theme-urban .hero-indicators .hero-indicator.active {
    background: rgba(255, 255, 255, 0.95);
    opacity: 1;
}
@media (max-width: 768px) {
    body.theme-urban .hero-indicators {
        bottom: 12px;
    }
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.hero h1 {
    font-family: var(--font-display);
    font-size: 6rem;
    text-transform: uppercase;
    line-height: 0.9;
    letter-spacing: -2px;
    margin-bottom: 20px;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.hero p {
    font-size: 1.4rem;
    font-weight: 300;
    color: #ddd;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

/* ========== BUTTONS ========== */
.btn {
    font-family: var(--font-display);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 18px 40px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-size: 0.9rem;
}

.btn-primary {
    background: var(--primary);
    color: #000;
}

.btn-primary:hover {
    background: #fff;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn-outline {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    margin-left: 15px;
}

.btn-outline:hover {
    background: #fff;
    color: #000;
}

/* ========== PRODUCTS GRID ========== */
.products-section {
    padding: 22px 0;
}

.section-title {
    font-family: var(--font-display);
    font-size: 3rem;
    text-transform: uppercase;
    margin-bottom: 16px;
    text-align: center;
    letter-spacing: -1px;
}

.products-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 28px;
}

.products-grid > .product-card {
    flex: 0 1 300px;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.product-card {
    background: transparent;
    /* Minimal card */
    position: relative;
    group: hover;
}

.product-card a {
    display: block;
    overflow: hidden;
}

.product-card img {
    width: 100%;
    aspect-ratio: 1;
    /* Cuadrado perfecto */
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    filter: brightness(0.9);
}

.product-card:hover img {
    transform: scale(1.05);
    filter: brightness(1.1);
}

.product-card .info {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.product-card h3 {
    font-family: var(--font-display);
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px;
}

.product-card .price {
    font-weight: 700;
    color: var(--primary);
    font-size: 1.1rem;
}

/* Botón flotante al hover */
.product-card .btn-add {
    position: absolute;
    bottom: 90px;
    right: 20px;
    background: #fff;
    color: #000;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s;
    cursor: pointer;
}

.product-card:hover .btn-add {
    opacity: 1;
    transform: translateY(0);
}

/* ========== FEATURES (ICONOS) ========== */
.features-section {
    background: var(--bg-light);
    padding: 80px 0;
    border-top: 1px solid #222;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    text-align: center;
}

.feature {
    padding: 20px;
}

.feature i {
    font-size: 2.5rem;
    color: var(--primary);
    margin-bottom: 20px;
}

.feature h3 {
    font-family: var(--font-display);
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.feature p {
    color: var(--text-muted);
    font-size: 0.9rem;
}

/* Feature Cards */
.feature-card {
    background: var(--bg-card);
    border: 1px solid #222;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s;
}

.feature-card:hover {
    border-color: var(--primary);
    transform: translateY(-4px);
}

.feature-card .icon-box,
.icon-box {
    width: 60px;
    height: 60px;
    background: var(--primary);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin: 0 auto 15px;
}

.feature-card h3 {
    font-family: var(--font-display);
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 8px;
}

.feature-card p {
    color: var(--text-muted);
    font-size: 0.875rem;
    margin: 0;
}

/* Section Headers */
.section-header-wrap--compact .section-heading-inline .section-title {
    font-size: clamp(1.15rem, 2.8vw, 1.75rem) !important;
    margin-bottom: 0 !important;
    text-transform: none;
}

.section-header-wrap {
    text-align: center;
    margin-bottom: 20px;
}

.section-subtitle {
    color: var(--text-muted);
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-line {
    width: 60px;
    height: 3px;
    background: var(--primary);
    margin: 20px auto 0;
}

/* View All & Loading */
.view-all-wrap {
    text-align: center;
    margin-top: 60px;
}

.loading-products {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    color: var(--text-muted);
}

.loading-products i {
    font-size: 2rem;
    margin-bottom: 15px;
    display: block;
    color: var(--primary);
}

/* Empty State */
.empty-state {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px;
    color: var(--text-muted);
}

/* ========== CONTACT ========== */
.contact-section {
    padding: 80px 0;
    text-align: center;
}

.contact-box {
    background: var(--bg-card);
    border: 1px solid #222;
    padding: 60px 40px;
}

.contact-box h2 {
    font-family: var(--font-display);
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.contact-box p {
    color: var(--text-muted);
    margin-bottom: 30px;
}

.contact-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-whatsapp {
    background: #25d366;
    color: #fff;
}

.btn-instagram {
    background: #e6683c;
    color: #fff;
}

/* ========== FOOTER (site-footer compartido — alineado a Modern) ========== */
body.theme-urban .site-footer.footer-force-white {
    background: #0a0a0a !important;
    background-image: none !important;
    padding-top: 48px !important;
    padding-bottom: 24px !important;
}

body.theme-urban .site-footer .footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
    margin-bottom: 32px;
    text-align: left;
}

body.theme-urban .site-footer .footer-col h4 {
    font-family: var(--font-display);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 18px;
    font-size: 0.875rem;
    color: #ffffff !important;
}

body.theme-urban .site-footer .footer-col h4::after {
    background: var(--primary, #ffee00);
}

/* Nombre tienda: texto blanco legible (sin caja blanca que chocaba con color forzado) */
body.theme-urban .site-footer .footer-logo {
    background: none !important;
    color: #ffffff !important;
    padding: 0 !important;
    transform: none;
    font-family: var(--font-display);
    font-size: 1.5rem !important;
    font-weight: 700;
    margin-bottom: 14px;
    letter-spacing: 0.02em;
}

body.theme-urban .site-footer .footer-desc {
    color: rgba(255, 255, 255, 0.65) !important;
    font-size: 0.9rem;
    line-height: 1.65;
    max-width: 300px;
    margin-bottom: 18px;
}

body.theme-urban .site-footer .footer-col a,
body.theme-urban .site-footer .contact-list li {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 0.9rem;
}

body.theme-urban .site-footer .footer-col a:hover {
    color: var(--primary, #ffee00) !important;
    opacity: 1;
}

body.theme-urban .site-footer .contact-list i {
    color: var(--primary, #ffee00);
}

body.theme-urban .site-footer .social-links a {
    background: #1a1a1a;
    border-color: #333;
    color: #ffffff !important;
}

body.theme-urban .site-footer .social-links a:hover {
    background: var(--primary, #ffee00);
    color: #000000 !important;
    border-color: var(--primary, #ffee00);
}

body.theme-urban .site-footer .footer-extra-section {
    margin-top: 8px;
    padding: 22px 0;
    gap: 32px;
}

body.theme-urban .site-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 22px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.55) !important;
}

body.theme-urban .site-footer .footer-bottom p,
body.theme-urban .site-footer .footer-bottom .credit,
body.theme-urban .site-footer .footer-bottom .credit a {
    color: rgba(255, 255, 255, 0.7) !important;
}

body.theme-urban .site-footer .footer-bottom .credit a:hover {
    color: var(--primary, #ffee00) !important;
}

@media (max-width: 900px) {
    body.theme-urban .site-footer .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }

    body.theme-urban .site-footer .brand-col {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    body.theme-urban .site-footer .footer-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        text-align: center;
    }

    body.theme-urban .site-footer .footer-desc {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    body.theme-urban .site-footer .social-links {
        justify-content: center;
    }

    body.theme-urban .site-footer .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}

/* ========== CART SIDEBAR ========== */
.cart-sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: #111;
    border-left: 1px solid #222;
    z-index: 2000;
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
}

.cart-sidebar.active {
    right: 0;
}

.cart-header {
    padding: 30px;
    border-bottom: 1px solid #222;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-header h3 {
    font-family: var(--font-display);
    text-transform: uppercase;
}

.cart-items {
    flex: 1;
    overflow-y: auto;
    padding: 30px;
}

.cart-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #222;
}

.cart-item img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.cart-footer {
    padding: 30px;
    background: #000;
    border-top: 1px solid #222;
}

.cart-total-row {
    display: flex;
    justify-content: space-between;
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.btn-checkout {
    display: block;
    width: 100%;
    padding: 18px;
    text-align: center;
    background: var(--primary);
    color: #000;
    text-decoration: none;
    font-family: var(--font-display);
    text-transform: uppercase;
    font-weight: 700;
}

.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    z-index: 1500;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.cart-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* ===== URBAN STYLE ENHANCEMENTS ===== */

/* SECCIONES INCLINADAS (REDISEÑO CON CLIP-PATH) */
.features-section,
.faq-accordion-section,
.newsletter-section,
.cta-fullwidth-section {
    position: relative;
    margin: 80px 0;
    padding: 140px 0;
    overflow: visible;
    /* Permitir que los badges y sombras respiren */
}

/* Diagonal sharp cuts using clip-path instead of skewY */
.features-section::before,
.faq-accordion-section::before,
.newsletter-section::before,
.cta-fullwidth-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
}

/* Features Urban (Streetwear Ticker) */
.features-section {
    padding: 100px 0;
}

.features-section::before {
    background: var(--primary);
    /* Neon Color */
}

.features-grid {
    display: flex;
    overflow: hidden;
    gap: 0;
    border: 4px solid #000;
    transform: rotate(-1deg);
    background: #000;
}

.feature-card {
    flex: 1;
    background: #000;
    color: var(--primary);
    padding: 30px;
    border: 2px solid var(--primary);
    text-align: center;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.feature-card:hover {
    background: var(--primary);
    color: #000;
    transform: scale(1.05);
    z-index: 2;
}

.feature-card .icon-box {
    background: var(--primary) !important;
    color: #000 !important;
    font-size: 2rem;
    width: 60px;
    height: 60px;
    transform: skew(-15deg);
    margin-bottom: 20px;
}

.feature-card:hover .icon-box {
    background: #000 !important;
    color: var(--primary) !important;
}

.feature-card h4 {
    font-family: var(--font-display);
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.feature-card p {
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0.8;
}

/* FAQ URBAN */
.faq-accordion-section {
    background: #111;
    border-top: 4px solid var(--primary);
    border-bottom: 4px solid var(--primary);
}

.faq-item {
    border-bottom: 1px solid #333;
}

.faq-question {
    font-family: var(--font-display);
    text-transform: uppercase;
    font-size: 1.5rem;
}

.faq-question:hover {
    color: var(--primary);
    padding-left: 20px;
}

/* NEWSLETTER URBAN */
.newsletter-section {
    background: #000;
    border: 5px solid var(--primary);
}

.newsletter-form input {
    border-radius: 0;
    background: #222;
    border: 2px solid #444;
    color: #fff;
    transform: skew(-5deg);
}

.newsletter-form button {
    border-radius: 0;
    background: var(--primary);
    color: #000;
    transform: skew(-5deg);
}

/* CTA URBAN */
.cta-fullwidth-section {
    transform: skewY(2deg);
    border: 10px solid var(--primary);
    margin: 80px 0;
}

.cta-fullwidth-section .container {
    transform: skewY(-2deg);
}

.cta-fullwidth-section h2 {
    font-family: var(--font-display);
    font-size: 5rem;
    text-transform: uppercase;
}

/* PRODUCT CAROUSEL FIX & STYLE */
.products-carousel-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: stretch;
    box-sizing: border-box;
}

.products-carousel {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 30px;
    scrollbar-width: none;
    width: max-content;
    max-width: 100%;
    box-sizing: border-box;
}

.products-carousel::-webkit-scrollbar {
    display: none;
}

.products-carousel .carousel-item {
    flex: 0 0 320px;
}

.product-card {
    border: 1px solid #222;
    padding: 10px;
    background: #050505;
}

.product-card:hover {
    border-color: var(--primary);
}

/* ========== MOBILE ========== */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 3.5rem;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .main-nav {
        display: none;
    }

    /* TODO: Mobile Menu */
    .container {
        padding: 0 20px;
    }

    /* Sobre Nosotros: foto arriba, texto abajo */
    .about-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .about-image {
        order: 1;
        max-height: 40vh;
    }
    .about-image img,
    .about-image .about-image-placeholder {
        max-height: 40vh;
        object-fit: cover;
    }
    .about-content {
        order: 2;
        padding: 0;
    }
}

/* Product badges (descuento %, promo 3x2) - soporte en todos los temas */
body.theme-urban .product-badges-wrap {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    z-index: 10;
}
body.theme-urban .product-badges-wrap .product-badge { position: static; }
body.theme-urban .product-badge.badge-sale { background: var(--primary, #ffee00); color: #000; }
body.theme-urban .product-badge.badge-promo { color: #fff; }
body.theme-urban .product-badge {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ============================================================
   FIXES URBAN: contraste, flechas y overlay configurable
   Estos overrides son solo para body.theme-urban.
============================================================ */

/* El editor ya inyecta .hero-overlay cuando el overlay está activo.
   Si el usuario lo desactiva, el pseudo-overlay propio del tema no debe aparecer. */
body.theme-urban .hero.hero-no-overlay::before {
    content: none !important;
    display: none !important;
    background: transparent !important;
    opacity: 0 !important;
}

body.theme-urban .hero .hero-overlay {
    z-index: 1 !important;
}

/* Botones sobre colores vivos del tema: texto oscuro para contraste real. */
body.theme-urban .btn,
body.theme-urban button[type="submit"],
body.theme-urban .product-card .btn,
body.theme-urban .product-card .btn-add,
body.theme-urban .cl-card-btn {
    color: #000000 !important;
}

body.theme-urban .btn:hover,
body.theme-urban button[type="submit"]:hover,
body.theme-urban .product-card .btn:hover,
body.theme-urban .product-card .btn-add:hover,
body.theme-urban .cl-card-btn:hover {
    color: #ffffff !important;
}

/* Cards informativas y servicios: evitar texto gris claro sobre fondos que no contrastan. */
body.theme-urban .feature-card,
body.theme-urban .service-card {
    background: #0a0a0a !important;
    border-color: #333333 !important;
    color: #ffffff !important;
}

body.theme-urban .feature-card h3,
body.theme-urban .feature-card h4,
body.theme-urban .service-card h3 {
    color: #ffffff !important;
}

body.theme-urban .feature-card p,
body.theme-urban .feature-card-content,
body.theme-urban .service-card p {
    color: rgba(255, 255, 255, 0.82) !important;
    opacity: 1 !important;
}

body.theme-urban .feature-card .icon-box,
body.theme-urban .service-icon-wrap {
    background: var(--primary, #ffee00) !important;
    color: #000000 !important;
}

/* Flechas de carruseles: siempre visibles, no solo al hover ni blancas sobre blanco. */
body.theme-urban .pcarousel-btn,
body.theme-urban .carousel-btn,
body.theme-urban .carousel-prev,
body.theme-urban .carousel-next {
    background: var(--primary, #ffee00) !important;
    color: #000000 !important;
    border: 2px solid #000000 !important;
    opacity: 1 !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35) !important;
}

body.theme-urban .pcarousel-btn i,
body.theme-urban .carousel-btn i {
    color: #000000 !important;
}

body.theme-urban .pcarousel-btn:hover,
body.theme-urban .carousel-btn:hover,
body.theme-urban .carousel-prev:hover,
body.theme-urban .carousel-next:hover {
    background: #ffffff !important;
    color: #000000 !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45) !important;
}