/* ESTILOS ESPECÍFICOS PARA WELCOME - MÁXIMA PRIORIDAD */

/* Header principal */
.header-style-1-welcome .header-bottom-welcome {
    border-bottom: none !important;
    position: relative !important;
    z-index: 200 !important;
    border-radius: 24px !important;
    margin-right: 45px !important;
    margin-left: 45px !important;
}

/* Header content */
.header-bottom-content-welcome {
    background-image: url('../images/background-banner-1.png') !important;
    background-position: center !important;
    background-size: cover !important;
    background-position-y: bottom !important;
    width: auto !important;
    height: 265px !important;
    padding-top: 34px !important;
    padding-left: 0px !important;
    border-radius: 24px !important;
    display: block !important;
}

.header-bottom-content-welcome::before {
    border-radius: 24px !important;
    content: "" !important;
    position: absolute !important;
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
    background-color: rgba(0, 0, 0, 0.50) !important;
}

/* Logo */
.header-style-1-welcome .header-bottom-welcome .logo-container-welcome .logo-wrapper-welcome .logo-andromeda-welcome {
    position: absolute !important;
    width: 65% !important;
    left: 490px !important;
    top: -5px !important;
}

/* Cart y notificaciones */
.header-style-1-welcome .cart-search-welcome .notifications-header-welcome {
    margin-right: 0px !important;
    padding-top: 0px !important;
}

/* Search box */
.header-style-1-welcome .searchbox-header-welcome {
    float: right !important;
    padding-right: 50px !important;
    position: relative !important;
    min-width: 50px !important;
    min-height: 35px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.4) !important;
    display: none !important;
}

/* Megamenu */
.header-style-1-welcome .sm_megamenu_wrapper_horizontal_menu-welcome {
    display: none !important;
}

/* Categories scroll container - Ocultar en rutas específicas */
.categories-scroll-container-welcome,
.categories-scroll-container-account-edit,
.categories-scroll-container-review-customer,
.categories-scroll-container-order-history,
.categories-scroll-container-wishlist,
.categories-scroll-container-customer-account {
    display: none !important;
}

/* Counter customer header - Mantener estilos originales */
.counter-customer-header-wrapper-welcome,
.counter-customer-header-wrapper-account-edit,
.counter-customer-header-wrapper-review-customer,
.counter-customer-header-wrapper-order-history,
.counter-customer-header-wrapper-wishlist,
.counter-customer-header-wrapper-customer-account {
    width: 100% !important;
    height: 100% !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 10px !important;
}

.counter-customer-header-box {
    display: inline-flex !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}

.counter-customer-header-left {
    padding: 10px !important;
    background: black !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
}

.counter-customer-header-icon {
    background-image: url(../images/assignment_ind.svg) !important;
    width: 24px !important;
    height: 24px !important;
}

.counter-customer-header-label {
    color: white !important;
    font-size: 18px !important;
    font-family: Inter, sans-serif !important;
    font-weight: 500 !important;
    word-wrap: break-word !important;
}

.counter-customer-header-right {
    align-self: stretch !important;
    padding: 10px !important;
    background: white !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
}

.counter-customer-header-value {
    color: black !important;
    font-size: 18px !important;
    font-family: Inter, sans-serif !important;
    font-weight: 500 !important;
    word-wrap: break-word !important;
}

/* Notifications header - Estilos base para welcome */
.notifications-header-welcome {
    margin-left: 0px !important;
    grid-column-start: 2 !important;
    text-align: center !important;
    width: 100% !important;
}

.notifications-header-welcome .notifications-container {
    display: block !important;
}

.notifications-header-welcome .notifications-container .notifications-icon-container {
    display: flex !important;
    background-color: white !important;
    height: 40px !important;
    border-radius: 50% !important;
}

.notifications-header-welcome .notifications-icon {
    left: 9px !important;
    top: 12px !important;
    width: 20.28px !important;
    height: 20.28px !important;
}

/* Page main */
body.sales-order-welcome .page-main {
    padding: 5px 0 !important;
    min-height: 1px !important;
}

/* MEDIA QUERIES PARA WELCOME */

/* Móviles pequeños (<= 576px) */
@media (max-width: 576px) {
    .header-style-1-welcome .header-bottom-welcome {
        margin-right: 10px !important;
        margin-left: 10px !important;
        border-radius: 12px !important;
    }

    .header-bottom-content-welcome {
        height: 270px !important;
        padding-top: 10px !important;
        padding-left: 20px !important;
    }

    .header-style-1-welcome .header-bottom-welcome .logo-container-welcome .logo-wrapper-welcome .logo-andromeda-welcome {
        position: absolute !important;
        top: -65px !important;
        width: 45% !important;
    }

    .header-style-1-welcome .cart-search-welcome .notifications-header-welcome {
        margin-right: 90px !important;
        padding-top: 7px !important;
    }
}

/* Tablets pequeñas (577px - 605px) */
@media (min-width: 577px) and (max-width: 605px) {
    .header-style-1-welcome .header-bottom-welcome {
        margin-right: 20px !important;
        margin-left: 20px !important;
        border-radius: 24px !important;
    }

    .header-bottom-content-welcome {
        height: 365px !important;
        padding-top: 60px !important;
    }

    .header-style-1-welcome .header-bottom-welcome .logo-container-welcome .logo-wrapper-welcome .logo-andromeda-welcome {
        position: absolute !important;
        top: 65px !important;
        width: 40% !important;
    }

    .header-style-1-welcome .cart-search-welcome .notifications-header-welcome {
        margin-right: 135px !important;
        padding-top: 75px !important;
    }
}

/* Tablets medianas (605px - 675px) */
@media (min-width: 605px) and (max-width: 675px) {
    .header-style-1-welcome .header-bottom-welcome {
        margin-right: 20px !important;
        margin-left: 20px !important;
        border-radius: 24px !important;
    }

    .header-bottom-content-welcome {
        height: 360px !important;
        padding-top: 60px !important;
    }

    .header-style-1-welcome .header-bottom-welcome .logo-container-welcome .logo-wrapper-welcome .logo-andromeda-welcome {
        position: absolute !important;
        top: 65px !important;
        width: 45% !important;
    }

    .header-style-1-welcome .cart-search-welcome .notifications-header-welcome {
        margin-right: 165px !important;
        padding-top: 75px !important;
    }
}

/* Tablets grandes (676px - 768px) */
@media (min-width: 676px) and (max-width: 768px) {
    .header-style-1-welcome .header-bottom-welcome {
        margin-right: 20px !important;
        margin-left: 20px !important;
        border-radius: 24px !important;
    }

    .header-bottom-content-welcome {
        height: 355px !important;
        padding-top: 60px !important;
    }

    .header-style-1-welcome .header-bottom-welcome .logo-container-welcome .logo-wrapper-welcome .logo-andromeda-welcome {
        position: absolute !important;
        top: 65px !important;
        width: 45% !important;
    }

    .header-style-1-welcome .cart-search-welcome .notifications-header-welcome {
        margin-right: 165px !important;
        padding-top: 80px !important;
    }
}

/* Tablets grandes (768px - 992px) */
@media (min-width: 768px) and (max-width: 992px) {
    .header-style-1-welcome .header-bottom-welcome {
        margin-right: 20px !important;
        margin-left: 20px !important;
        border-radius: 24px !important;
    }

    .header-bottom-content-welcome {
        height: 375px !important;
        padding-top: 30px !important;
    }

    .header-style-1-welcome .header-bottom-welcome .logo-container-welcome .logo-wrapper-welcome .logo-andromeda-welcome {
        position: absolute !important;
        top: 95px !important;
        width: 40% !important;
    }

    .header-style-1-welcome .cart-search-welcome .notifications-header-welcome {
        margin-right: 0px !important;
        padding-top: 65px !important;
    }
}

/* Escritorios pequeños (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .header-style-1-welcome .header-bottom-welcome {
        margin-right: 50px !important;
        margin-left: 50px !important;
        border-radius: 24px !important;
    }

    .header-bottom-content-welcome {
        height: 347px !important;
        padding-top: 70px !important;
    }

    .header-style-1-welcome .header-bottom-welcome .logo-container-welcome .logo-wrapper-welcome .logo-andromeda-welcome {
        position: absolute !important;
        width: 65% !important;
        left: 360px !important;
    }

    .header-style-1-welcome .cart-search-welcome .notifications-header-welcome {
        margin-right: 5px !important;
        padding-top: 7px !important;
    }
}

/* Escritorios medianos (1199px - 1398px) */
@media (min-width: 1199px) and (max-width: 1398px) {
    .header-style-1-welcome .header-bottom-welcome .logo-container-welcome .logo-wrapper-welcome .logo-andromeda-welcome {
        position: absolute !important;
        top: -65px !important;
        width: 70% !important;
    }

    .header-style-1-welcome .cart-search-welcome .notifications-header-welcome {
        margin-right: 60px !important;
        padding-top: 13px !important;
    }
}

/* Escritorios grandes (>= 1550px) */
@media (min-width: 1550px) {
    .header-style-1-welcome .header-bottom-welcome {
        border-radius: 24px !important;
    }
    
    .header-bottom-content-welcome {
        height: 265px !important;
        padding-top: 34px !important;
    }
}

/* Escritorios muy grandes (1615px - 2400px) */
@media (min-width: 1615px) and (max-width: 2400px) {
    .customer-account-index .header-style-1-welcome .header-bottom-welcome .logo-container-welcome .logo-wrapper-welcome .logo-andromeda-welcome {
        position: absolute !important;
        width: 55% !important;
        left: 550px !important;
    }
}
