body {
    font-family: 'Assistant', sans-serif;
    background-color: #ffffff;
    color: #000000;
    line-height: 1.6;
}

.navbar-brand {
    font-weight: 600;
    font-size: 1.25rem;
}

.search-container {
    position: relative;
    width: 100%;
    max-width: 400px;
}

.search-input {
    border: 1px solid #e3e3e0;
    border-radius: 4px;
    padding: 8px 40px 8px 12px;
    width: 100%;
    font-size: 14px;
}

.search-input:focus {
    outline: none;
    border-color: #000;
    box-shadow: none;
}

.search-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    cursor: pointer;
}

.product-card {
    border: none;
    transition: all 0.2s ease;
}

.product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.product-image {
    width: 100%;
    height: 280px;
    object-fit: contain;
    background: #fff;
    display: block;
    margin: 0 auto;
}

.product-title {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    margin-bottom: 4px;
}

.product-price {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.footer {
    background-color: #f8f9fa;
    border-top: 1px solid #e3e3e0;
}

.social-icon {
    color: #666;
    font-size: 20px;
    transition: color 0.2s ease;
}

.social-icon:hover {
    color: #000;
}

.company-info h6 {
    font-weight: 600;
    margin-bottom: 8px;
}

.company-info p {
    margin-bottom: 4px;
    color: #666;
    font-size: 14px;
}

.section-title {
    font-size: 1.5rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 2rem;
    text-align: left;
}

.logo {
    height: 100px;
    width: auto;
}

/* Imagen de producto en ficha */
.product-img-main {
    max-width: 400px;
}

/* Imagenes de productos relacionados */
.product-img-related {
    height: 300px;
    object-fit: contain;
}

.btn-budget {
    padding: 0.375rem 1.25rem;
    font-size: 1rem;
    border-radius: 0.5rem;
    min-width: 0;
    width: auto;
    white-space: nowrap;
}

.is-invalid {
    border-color: #dc3545 !important;
    background-color: #fff0f1;
}
