/*
Theme Name: Bimber Child
Template: bimber
Version: 1.0.0
*/

/* ===========================================================
   WOMAN AMAZON – PREMIUM STYLE (SIN VARIABLES / SIN ERRORES)
   =========================================================== */

/* Paleta */
.woman-primary { color: #C2478C; }
.woman-secondary { color: #663399; }
.woman-light-bg { background: #F3E7F7; }
.woman-dark-text { color: #111111; }

/* ======================================
   TOP BAR PREMIUM
   ====================================== */
.woman-topbar {
    background: #F3E7F7;
    border-bottom: 2px solid #C2478C;
    padding: 14px 25px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.woman-topbar-logo {
    font-size: 26px;
    font-weight: 500;
    color: #C2478C;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Search Bar Premium */
.woman-searchbar input[type="search"] {
    width: 100%;
    padding: 12px 18px;
    border: 2px solid #C2478C;
    border-radius: 50px;
    background: #ffffff;
    font-size: 15px;
    transition: 0.3s ease;
}

.woman-searchbar input[type="search"]:focus {
    border-color: #663399;
    box-shadow: 0 0 10px rgba(194, 71, 140, 0.3);
}

/* TOPBAR LINKS */
.woman-topbar-links a {
    font-weight: 700;
    font-size: 14px;
    color: #111111;
    transition: 0.3s;
}

.woman-topbar-links a:hover {
    color: #C2478C;
}

/* ======================================
   CATEGORY STRIP
   ====================================== */
.woman-catstrip {
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    padding: 14px 25px;
    display: flex;
    gap: 35px;
    overflow-x: auto;
}

.woman-catstrip a {
    font-weight: 700;
    font-size: 15px;
    color: #111111;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    transition: 0.2s;
    white-space: nowrap;
}

.woman-catstrip a:hover {
    border-bottom-color: #C2478C;
    color: #C2478C;
}

/* ======================================
   HERO BANNER
   ====================================== */
.woman-hero {
    margin: 40px auto;
    max-width: 1500px;
    padding: 0 20px;
}

.woman-hero img {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

/* TITULOS HERO */
.woman-hero h1 {
    margin-top: 20px;
    font-size: 38px;
    color: #111111;
    font-weight: 900;
}

.woman-hero p {
    margin-top: 10px;
    font-size: 18px;
    color: #444444;
}

/* ======================================
   SECCIONES
   ====================================== */
.woman-section {
    max-width: 1500px;
    margin: 40px auto;
    padding: 0 20px;
}

.woman-section-title {
    font-size: 26px;
    font-weight: 900;
    color: #C2478C;
    margin-bottom: 8px;
}

.woman-section-sub {
    font-size: 15px;
    color: #555555;
    margin-bottom: 20px;
}

/* ======================================
   PRODUCTOS
   ====================================== */
.woman-products-row .product {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 14px;
    padding: 15px;
    transition: 0.3s ease;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0,0,0,0.06);
}

.woman-products-row .product:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}

/* Imagen del producto */
.woman-products-row img {
    max-height: 230px;
    object-fit: contain;
    transition: 0.3s ease;
}

.woman-products-row .product:hover img {
    transform: scale(1.05);
}

/* Precios */
.price {
    color: #663399;
    font-weight: 900;
    font-size: 18px;
}

/* Botones */
.woman-products-row .button {
    background: #C2478C;
    color: #ffffff;
    font-weight: 700;
    border-radius: 50px;
    padding: 10px 18px;
    transition: 0.3s ease;
}

.woman-products-row .button:hover {
    background: #663399;
}

/* ======================================
   TRUST BLOCK
   ====================================== */
.woman-trust {
    background: #F3E7F7;
    padding: 50px 30px;
    margin-top: 60px;
    border-top: 3px solid #C2478C;
}

.woman-trust-item h3 {
    color: #C2478C;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 8px;
}

.woman-trust-item p {
    color: #444444;
    font-size: 15px;
}
