/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./app/assets/css/PrincipalPageClient.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/

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

/* Header más compacto */
.PrincipalPageClient_header__K5zz9 {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 0.75rem 0;
}

.PrincipalPageClient_header_content__O3Xyf {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.PrincipalPageClient_logo___Fc54 {
    font-size: 1.5rem;
    font-weight: bold;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.PrincipalPageClient_header_actions___WVZn {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.PrincipalPageClient_cart_btn__zSUdp, .PrincipalPageClient_settings_btn__NZEFW {
    position: relative;
    background: white;
    border: 2px solid #667eea;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 600;
    color: #667eea;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.PrincipalPageClient_cart_btn__zSUdp:hover, .PrincipalPageClient_settings_btn__NZEFW:hover {
    background: #667eea;
    color: white;
}

.PrincipalPageClient_cart_badge__snMQw {
    background: #ff4757;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    position: absolute;
    top: -6px;
    right: -6px;
    font-weight: bold;
}

/* Hero más compacto */
.PrincipalPageClient_hero__jrFFa {
    background: rgba(255, 255, 255, 0.95);
    padding: 2rem 1rem;
    text-align: center;
    margin: 1rem auto;
    max-width: 1200px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.PrincipalPageClient_hero__jrFFa h1 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.PrincipalPageClient_hero__jrFFa p {
    font-size: 1rem;
    color: #666;
}

/* Categorías más compactas */
.PrincipalPageClient_categories__Agvpy {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.PrincipalPageClient_categories__Agvpy h2 {
    color: white;
    font-size: 1.75rem;
    margin-bottom: 1rem;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.PrincipalPageClient_category_grid__gN2gb {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.PrincipalPageClient_category_card___uutL {
    background: white;
    border-radius: 12px;
    padding: 1.25rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
}

.PrincipalPageClient_category_card___uutL:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.PrincipalPageClient_category_card___uutL.PrincipalPageClient_active__mVgIB {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.PrincipalPageClient_category_card___uutL.PrincipalPageClient_active__mVgIB h3,
.PrincipalPageClient_category_card___uutL.PrincipalPageClient_active__mVgIB p {
    color: white;
}

.PrincipalPageClient_category_icon__5FU0f {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.PrincipalPageClient_category_card___uutL h3 {
    font-size: 1.25rem;
    color: #333;
    margin-bottom: 0.25rem;
}

.PrincipalPageClient_category_card___uutL p {
    color: #666;
    font-size: 0.85rem;
    line-height: 1.4;
}

/* Productos más compactos */
.PrincipalPageClient_products_section__JouRT {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.PrincipalPageClient_products_header__1GNmq {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.PrincipalPageClient_products_section__JouRT h2 {
    color: white;
    font-size: 1.75rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.PrincipalPageClient_show_all_btn__oxHI5 {
    background: white;
    color: #667eea;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.85rem;
    transition: all 0.3s ease;
}

.PrincipalPageClient_show_all_btn__oxHI5:hover {
    background: #667eea;
    color: white;
}

.PrincipalPageClient_products_grid__0suwo {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
}

.PrincipalPageClient_product_card__Iq_yN {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.PrincipalPageClient_product_card__Iq_yN:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.15);
}

.PrincipalPageClient_product_image__95f4J {
    width: 100%;
    height: 180px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    overflow: hidden;
}

.PrincipalPageClient_actual_product_image__Dg1qU {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.PrincipalPageClient_product_card__Iq_yN:hover .PrincipalPageClient_actual_product_image__Dg1qU {
    transform: scale(1.1);
}

.PrincipalPageClient_product_info__NxIDO {
    padding: 1rem;
}

.PrincipalPageClient_product_category__wSbrP {
    color: #667eea;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.PrincipalPageClient_product_name__UkSQy {
    font-size: 1rem;
    font-weight: bold;
    margin: 0.25rem 0;
    color: #333;
}

.PrincipalPageClient_product_description__aqP_S {
    color: #666;
    font-size: 0.8rem;
    line-height: 1.4;
    margin-bottom: 0.75rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.PrincipalPageClient_product_footer__Egjr4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.PrincipalPageClient_product_price__nUY7g {
    font-size: 1.25rem;
    font-weight: bold;
    color: #667eea;
}

.PrincipalPageClient_add_to_cart_btn___mhR1 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.85rem;
    transition: all 0.3s ease;
}

.PrincipalPageClient_add_to_cart_btn___mhR1:hover {
    transform: scale(1.05);
    box-shadow: 0 3px 10px rgba(102, 126, 234, 0.4);
}

/* Sección de Ubicación */
.PrincipalPageClient_location_section__8BBUX {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.PrincipalPageClient_location_section__8BBUX h2 {
    color: white;
    font-size: 1.75rem;
    margin-bottom: 1rem;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.PrincipalPageClient_location_container__yjXnk {
    background: white;
    border-radius: 15px;
    padding: 1rem;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.PrincipalPageClient_map_iframe__rFmmL {
    width: 100%;
    height: 300px;
    border: none;
    border-radius: 10px;
}

.PrincipalPageClient_location_info__TOYk6 {
    text-align: center;
    padding: 0.5rem;
}

.PrincipalPageClient_location_info__TOYk6 p {
    color: #666;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.PrincipalPageClient_view_map_btn__rI5zM {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
}

.PrincipalPageClient_view_map_btn__rI5zM:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

/* Footer más compacto */
.PrincipalPageClient_footer__dMEdi {
    background: rgba(255, 255, 255, 0.95);
    margin-top: 2rem;
    padding: 2rem 1rem;
    text-align: center;
}

.PrincipalPageClient_footer_content___WhHO {
    max-width: 1200px;
    margin: 0 auto;
}

.PrincipalPageClient_footer_content___WhHO h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.PrincipalPageClient_social_links__xk3s9 {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 1rem;
}

.PrincipalPageClient_social_link__Kxc2H {
    font-size: 1.75rem;
    color: #667eea;
    transition: all 0.3s ease;
    text-decoration: none;
}

.PrincipalPageClient_social_link__Kxc2H:hover {
    transform: scale(1.15);
    color: #764ba2;
}

.PrincipalPageClient_footer_content___WhHO p {
    margin-top: 1rem;
    color: #666;
    font-size: 0.9rem;
}

.PrincipalPageClient_settings_modal__yMumY {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 2000;
    align-items: center;
    justify-content: center;
}

.PrincipalPageClient_settings_modal__yMumY.PrincipalPageClient_active__mVgIB {
    display: flex;
}

.PrincipalPageClient_settings_content__0lrvJ {
    background: white;
    border-radius: 15px;
    padding: 1.5rem;
    max-width: 450px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
}

.PrincipalPageClient_settings_content__0lrvJ h3 {
    margin-bottom: 1rem;
    color: #333;
    font-size: 1.5rem;
}

.PrincipalPageClient_settings_item__4wQ_a {
    padding: 0.75rem;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
}

.PrincipalPageClient_settings_item__4wQ_a:last-child {
    border-bottom: none;
}

.PrincipalPageClient_settings_item__4wQ_a strong {
    color: #667eea;
}

.PrincipalPageClient_close_btn__RXvGa {
    background: #ff4757;
    color: white;
    border: none;
    padding: 0.6rem 1.5rem;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 600;
    margin-top: 1rem;
    width: 100%;
    font-size: 0.9rem;
}

.PrincipalPageClient_login_section__fs_of {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 2px solid #eee;
}

.PrincipalPageClient_login_section__fs_of h4 {
    margin-bottom: 0.75rem;
    color: #667eea;
    font-size: 1.125rem;
}

.PrincipalPageClient_login_section__fs_of p {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 0.75rem;
}

.PrincipalPageClient_btn_admin__2dB6q {
    width: 100%;
    text-align: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-decoration: none;
    display: block;
    padding: 0.75rem;
    border-radius: 20px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.PrincipalPageClient_btn_admin__2dB6q:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

.PrincipalPageClient_loading__ogkdR {
    text-align: center;
    padding: 3rem 1rem;
    color: white;
    font-size: 1.25rem;
}

/* Ajustes para móviles */
@media (max-width: 768px) {
.PrincipalPageClient_category_grid__gN2gb {
    display: flex;
    overflow-x: auto;
    gap: 0.5rem;
    padding: 0.5rem 0.25rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
    grid-template-columns: none;
}

.PrincipalPageClient_category_grid__gN2gb::-webkit-scrollbar {
    display: none;
}

.PrincipalPageClient_category_card___uutL {
    flex: 0 0 calc(25% - 0.4rem);
    min-width: 85px;
    padding: 0.75rem 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 12px;
    gap: 0.25rem;
}

.PrincipalPageClient_category_icon__5FU0f {
    font-size: 1.5rem;
    margin-bottom: 0;
    flex-shrink: 0;
}

.PrincipalPageClient_category_info__mj8OE {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.PrincipalPageClient_category_card___uutL h3 {
    font-size: 0.75rem;
    margin-bottom: 0;
    white-space: nowrap;
}

.PrincipalPageClient_category_card___uutL p {
    display: none; /* Ocultamos la descripción para que sean más pequeños */
}

.PrincipalPageClient_hero__jrFFa h1 {
    font-size: 1.5rem;
}

.PrincipalPageClient_hero__jrFFa p {
    font-size: 0.85rem;
}

.PrincipalPageClient_categories__Agvpy h2, .PrincipalPageClient_products_section__JouRT h2 {
    font-size: 1.4rem;
}

/* Productos en 2 columnas en móvil */
.PrincipalPageClient_products_grid__0suwo {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

.PrincipalPageClient_product_image__95f4J {
    height: 140px;
    font-size: 2.5rem;
}

.PrincipalPageClient_product_info__NxIDO {
    padding: 0.75rem;
}

.PrincipalPageClient_product_name__UkSQy {
    font-size: 0.9rem;
    height: 2.4rem; /* Altura fija para 2 líneas */
    overflow: hidden;
}

.PrincipalPageClient_product_description__aqP_S {
    display: none; /* Ocultamos descripción en móvil para ahorrar espacio */
}

.PrincipalPageClient_product_price__nUY7g {
    font-size: 1rem;
}

.PrincipalPageClient_add_to_cart_btn___mhR1 {
    padding: 0.4rem 0.75rem;
    font-size: 0.75rem;
}
}

