/* Estilos Sección Cosméticos */
.cosmeticos {
    background-color: #fff;
}

/* Tablas de productos cosméticos */
.cosmetics-table-container {
    margin: 40px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.cosmetics-table-title {
    font-size: 1.8rem;
    color: var(--primary-dark);
    margin-bottom: 25px;
    padding-left: 15px;
    position: relative;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cosmetics-table-title i {
    color: var(--primary-color);
    font-size: 1.5rem;
}

.cosmetics-table-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 4px;
    background: linear-gradient(to bottom, var(--primary-color), var(--secondary-color));
    border-radius: 2px;
}

.cosmetics-table {
    width: 100%;
    border-collapse: collapse;
    background-color: var(--white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.cosmetics-table thead {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
}

.cosmetics-table thead th {
    padding: 20px 15px;
    text-align: left;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: none;
}

.cosmetics-table thead th i {
    margin-right: 8px;
    font-size: 1rem;
}

.cosmetics-table tbody tr {
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.cosmetics-table tbody tr:hover {
    background-color: rgba(var(--primary-rgb), 0.02);
    transform: scale(1.01);
}

.cosmetics-table tbody tr:last-child {
    border-bottom: none;
}

.cosmetics-table tbody td {
    padding: 18px 15px;
    font-size: 0.95rem;
    color: var(--grey-color);
    line-height: 1.4;
    vertical-align: middle;
}

.cosmetics-table tbody td:first-child {
    font-weight: 600;
    color: var(--primary-dark);
}

/* Columnas de precios */
.cosmetics-table tbody td:nth-child(4),
.cosmetics-table tbody td:nth-child(5) {
    text-align: center;
    font-weight: 600;
    color: var(--primary-color);
    font-size: 1rem;
}

/* Columna de presentación */
.cosmetics-table tbody td:nth-child(2) {
    text-align: center;
    font-weight: 500;
}

/* Columna de envase */
.cosmetics-table tbody td:nth-child(3) {
    font-style: italic;
    color: var(--grey-color);
}

/* Destacar filas de categorías principales */
.cosmetics-table tbody tr.category-header {
    background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.1), rgba(var(--secondary-rgb), 0.05));
    font-weight: 700;
}

.cosmetics-table tbody tr.category-header td {
    color: var(--primary-dark);
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 25px 15px;
}

/* Responsive tables */
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 30px;
}

/* Notas y textos destacados */
.cosmetics-note {
    background-color: rgba(var(--primary-rgb), 0.05);
    border-left: 4px solid var(--primary-color);
    padding: 20px;
    margin: 30px 0;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: var(--primary-dark);
}

.cosmetics-note i {
    color: var(--primary-color);
    margin-right: 8px;
}

/* Sección intro específica para cosméticos */
.cosmetics-intro {
    text-align: center;
    padding: 40px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 20px;
    margin: 40px 0;
}

.cosmetics-intro h3 {
    color: var(--primary-dark);
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.cosmetics-intro p {
    color: var(--grey-color);
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

/* Grid de categorías */
.cosmetics-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin: 50px 0;
}

.category-card {
    background: var(--white);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.category-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.category-card h4 {
    color: var(--primary-color);
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.category-card h4 i {
    font-size: 1.2rem;
}

.category-card p {
    color: var(--grey-color);
    line-height: 1.6;
    margin-bottom: 15px;
}

.category-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-features li {
    color: var(--grey-color);
    margin-bottom: 8px;
    padding-left: 25px;
    position: relative;
    font-size: 0.95rem;
}

.category-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: bold;
    font-size: 1rem;
}

/* CTA específica para cosméticos */
.cosmetics-cta {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: white;
    padding: 60px 0;
    margin: 80px 0 0 0;
    border-radius: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cosmetics-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="pattern" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100%" height="100%" fill="url(%23pattern)"/></svg>');
    opacity: 0.3;
}

.cosmetics-cta-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
}

.cosmetics-cta h3 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.cosmetics-cta p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.95;
    line-height: 1.6;
}

.cosmetics-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cosmetics-cta .btn-white {
    background: white;
    color: var(--primary-color);
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cosmetics-cta .btn-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.cosmetics-cta .btn-outline-white {
    background: transparent;
    color: white;
    border: 2px solid white;
    padding: 13px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cosmetics-cta .btn-outline-white:hover {
    background: white;
    color: var(--primary-color);
    transform: translateY(-2px);
} 