/* Estilos específicos para la página /customer/account/ */

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body,
.customer-account-index {
    font-family: 'Inter', sans-serif;
}

.customer-account-index .page-main {
    padding: 5px 0 !important;
    min-height: 1px !important;
}

.customer-account-index .header-style-1 .header-bottom {
    border-bottom: none !important;
    position: relative !important;
    z-index: 200 !important;
    border-radius: 24px !important;
    margin-right: 45px;
    margin-left: 45px;
}

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

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

.navigation-mobile-container {
    display: none !important;
}

/*LINKS*/
.custom-header-links a,
a:focus {
    color: #ffff !important;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 12px;
}

.custom-header-links li.active a {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #000 !important;
    background: #fff;
    border-radius: 24px;
    padding: 5px 15px 5px 15px;
    bottom: 5px;
    margin-top: -5px;
}

.customer-account-index .header-style-1 .header-bottom .logo-container .logo-wrapper .logo-andromeda {
    position: absolute;
    width: 55% !important;
    left: 490px;
    top: -5px;
}

.customer-account-index .header-style-1 .cart-search .notifications-header {
    margin-right: 40px !important;
    padding-top: 0px;
}

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

.customer-account-index .header-style-1 .sm_megamenu_wrapper_horizontal_menu {
    display: none;
}


.customer-account-index .page-title-wrapper .page-title {
    display: none;
}

.customer-account-index .container {
    width: 1320px !important;
}


.customer-account-index a,
a:focus,
a:visited {
    color: #000000;
}

.customer-account-index a:visited,
.alink:visited {
    color: #000000;
    text-decoration: none;
}

.customer-account-index .btn-primary {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 24px;
    padding: 5px 15px 5px 15px;
    margin-top: 40px;
}

.dashboard-custom-blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;

}

.dashboard-custom-blocks .custom-block {
    flex: 1 1 calc(25% - 40px);
    background-color: #B4B4B4;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 215px;
}


.dashboard-custom-blocks .custom-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.dashboard-custom-blocks .custom-block .custom-block-header {
    margin-bottom: 0px;
    padding-bottom: 0px;
    display: flex;
    padding: 5px;
    margin-left: 5px;
}

.dashboard-custom-blocks .custom-block .custom-block-header h2 {
    font-size: 32px;
    color: #fff;
    margin: 0;
    font-family: "Inter", sans-serif;
}

.dashboard-custom-blocks .custom-block .custom-block-header h1 {
    font-size: 80px;
    color: #fff;
    margin: 0;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

.dashboard-custom-blocks .custom-block .custom-block-content p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
    width: 50%;
    line-height: normal;
    padding-left: 7px;
    font-family: "Inter", sans-serif;
}

.dashboard-custom-blocks .account .column.main h2 {
    margin-top: 0;
    font-size: 32px;
    color: #000;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

.reservations-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 220px;
}

.reservation-block {
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 24px;
    padding: 16px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.reservation-header h3 {
    margin: 5px;
    font-size: 22px;
    color: #000;
    text-align: left;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

.reservation-header p {
    margin: 5px;
    color: #666;
    text-align: left;
    font-family: "Inter", sans-serif;
}

.reservation-details p {
    margin: 4px 0;
    font-size: 0.875rem;
    color: #555;
    font-family: "Inter", sans-serif;
}

span.reservation-time {
    color: #000000;
    font-family: "Inter", sans-serif;
}


.reservation-actions .btn {
    margin-top: 12px;
    padding: 8px 16px !important;
    font-size: 14px !important;
    color: #fff;
    background: #B4B4B4;
    border: none;
    border-radius: 24px;
    cursor: pointer;
    width: 100%;
    white-space: nowrap;
    text-transform: none !important;
}

.reservation-actions .btn:hover {
    background: #B4B4B4;
}

.reservation-header {
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.reservation-header .header-content {
    padding-right: 45px;
}

.reservation-details .date-and-time {
    font-size: 13px;
    font-weight: 700;
    color: #000 !important;
    display: inline-flex !important;
    gap: 95px !important;

}

.reservation-details .date-and-time,
.reservation-details .guests-qty,
.reservation-details .guests-table {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    color: #000 !important;
    gap: 10px !important;
}



/* Escritorios pequeños (>= 992px y <= 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    
    .reservation-details .date-and-time,
    .reservation-details .guests-qty,
    .reservation-details .guests-table {
        width: 68%;
    }
}

/* Tablets grandes (>= 1200px) */
@media (min-width: 1199px) and (max-width: 1398px) {

    .reservation-details .date-and-time,
    .reservation-details .guests-qty,
    .reservation-details .guests-table {
        width: 58%;
    }
}


.reservation-details .guests-qty {
    font-size: 13px;
    font-weight: 700;
    color: #8C8C8C !important;
    display: inline-flex !important;
    gap: 185px !important;

}

.reservation-details .guests-table {
    font-size: 13px;
    font-weight: 700;
    color: #8C8C8C !important;
    display: inline-flex !important;
    gap: 20px !important;

}

.dashboard-reservation-blocks {
    padding-top: 50px;
}

.dashboard-reservation-blocks .reservation-title {
    margin-top: 60px;
    color: #000;
    font-weight: 700;
    font-size: 28px;
    font-family: 'Inter' !important;
}

.dashboard-reservation-blocks .btn {
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #000000;
    margin-left: 250px !important;
    border-radius: 24px;
    text-transform: none !important;
    display: inline-block;
    touch-action: none !important;
}

.dashboard-reservation-blocks .btn:active {
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #000000;
    border-radius: 24px;
    text-transform: none !important;
    display: inline-block;
    touch-action: none !important;
}


.dashboard-reservation-blocks .btn:hover {
    background-color: #000000;
}

.custom-header-datetime {
    color: #fff;
}

.andromeda-header-links {
    display: flex;
    gap: 20px;
    padding-top: 20px;
    color: #fff !important;

}

.andromeda-header-links-hostess {
    display: flex;
    gap: 20px;
    padding-top: 110px;
    color: #fff !important;
}

.custom-header-links {
    display: -webkit-inline-box;
    gap: 20px;
    padding-top: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: flex-start;
}

.custom-header-links .nav.item a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    transition: color 0.3s ease, transform 0.3s ease;
    font-family: "Inter", sans-serif;
}

.custom-header-links .nav.item a:hover {
    color: #fff;
    transform: translateY(-2px);
    font-family: "Inter", sans-serif;
}

.custom-header-links .nav.item.current {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #000;
    background: #fff;
    border-radius: 24px;
    padding: 5px 15px 5px 15px;
    bottom: 5px;
    margin-top: -5px;
}

.custom-header-links .nav.item a:focus,
.custom-header-links .nav.item a:hover {
    outline: none;
    text-decoration: underline;
    font-family: "Inter", sans-serif;
}

.header-logo {
    max-height: 50px;
    width: auto;
}

.custom-block-logo {
    width: 95px;
    padding-right: 15px;
}

.custom-header-buttons {
    display: -webkit-inline-box;
    gap: 5px;
    padding-top: 20px;
    list-style: none;
    margin: 0;
    justify-content: flex-start;
    padding-top: 140px;

}

.link-assing-table a {
    color: #fff !important;
    text-decoration: none;
    font-weight: normal;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    border-radius: 15px;
    border: solid;
    padding: 5px 15px 5px 15px;
    transition: none !important;
    transform: none !important;
}

.details-inline-empty {
    padding-top: 80px;
}


/* Media Queries */

/* Dispositivos móviles pequeños (<= 576px) */
@media (max-width: 576px) {

    .customer-account-index .container {
        width: 100% !important;
    }

    .customer-account-index .header-style-1 .header-bottom {
        margin-right: 10px !important;
        margin-left: 10px !important;
        border-radius: 12px !important;
    }

    .customer-account-index .header-bottom-content {
        height: 150px !important;
        padding-top: 40px;
        padding-left: 20px;
    }

    .customer-account-index .dashboard-custom-blocks .custom-block {
        flex: 1 1 calc(100% - 20px);
        height: auto;
        overflow-x: auto;
    }

    .reservations-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .reservation-details .date-and-time,
    .reservation-details .guests-qty {
        display: block !important;
        gap: 0 !important;
    }

    .dashboard-reservation-blocks .btn {
        margin-left: 0 !important;
        margin-top: 15px;
    }

    .andromeda-header-links {
        display: flex;
        gap: 20px;
        padding-top: 0px;
        color: #fff !important;
    }

    .andromeda-header-links-hostess {
        display: flex;
        gap: 20px;
        padding-top: 0px;
        color: #fff !important;
    }

    .logo-andromeda {
        max-width: 100px;
    }

    .customer-account-index .header-bottom-content {
        height: 365px !important;
        padding-top: 40px;
        padding-left: 20px;
        width: 100%;
    }

    .customer-account-index .header-style-1 .header-bottom .logo-container .logo-wrapper .logo-andromeda {
        position: absolute;
        width: 45% !important;
        left: 40px;
        top: -10px;
    }

    .custom-header-links {
        display: block;
        gap: 10px !important;
        padding-top: 20px;
        list-style: none;
        margin: 0;
        padding: 0;
        justify-content: center;
        position: relative;
        z-index: 10;
        background: transparent;
        width: 100%;
        box-sizing: border-box;
    }
    
    .custom-header-links .nav.item {
        display: block;
        margin-bottom: 8px;
        width: 100%;
    }
    
    .custom-header-links .nav.item a {
        display: block;
        padding: 8px 12px;
        text-align: center;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.1);
        margin: 0 auto;
        max-width: 200px;
    }

    .custom-header-buttons {
        display: -webkit-inline-box;
        gap: 10px !important;
        padding-top: 20px;
        list-style: none;
        margin: 0;
        padding-top: 85px;
        justify-content: center;
    }

    .logo-andromeda {
        max-width: 85px;
    }

    .customer-account-index .header-style-1 .cart-search .notifications-header {
        margin-right: 80px !important;
        padding-top: 0px;
    }

    .custom-header-links .nav.item.current {
        font-family: 'Inter', sans-serif;
        font-weight: 700;
        color: #000;
        background: #fff;
        border-radius: 24px;
        padding: 5px 15px 5px 15px;
        bottom: 5px;
        margin-top: -5px;
    }

    .custom-block-logo {
        width: 95px;
        padding-right: 15px;
    }

    .link-assing-table {
        padding-top: 200px;
    }

    .navigation-mobile-container {
        display: none !important;
    }

    .header-style-1 .menu-col {
        position: absolute;
        z-index: 20;
        padding-top: 45px !important;
    }

    .andromeda-header-hostess-buttons {
        width: max-content;
    }
}

/* Tablets (>= 577px y <= 991px) */
@media (min-width: 577px) and (max-width: 605px) {
    .customer-account-index .header-style-1 .header-bottom {
        margin-right: 20px !important;
        margin-left: 20px !important;
        border-radius: 16px !important;
    }

    .customer-account-index .header-bottom-content {
        height: 200px !important;
        padding-top: 60px;
        padding-left: 30px;
    }

    .customer-account-index .dashboard-custom-blocks .custom-block {
        flex: 1 1 calc(50% - 20px);
    }

    .reservations-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }

    .dashboard-reservation-blocks .btn {
        margin-left: 165px !important;
    }

    .customer-account-index .header-bottom-content {
        height: 315px !important;
        padding-top: 0px;
        padding-left: 35px;
    }

    .custom-header-links {
        display: block;
        gap: 45px;
        padding-top: 20px;
        list-style: none;
        margin: 0px;
        padding: 0;
        justify-content: flex-start;
    }

    .customer-account-index .container {
        width: 100% !important
    }

    .dashboard-custom-blocks {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin: 20px 0;
        width: 100% !important;
    }

    .header-style-1 .header-bottom .logo-container .logo-wrapper {
        position: absolute;
        top: 30px;
        width: 75%;
        text-align: center;
    }

    .customer-account-index .header-style-1 .cart-search .notifications-header {
        margin-right: 0px !important;
        padding-top: 60px;
    }

    .andromeda-header-links {
        display: flex;
        gap: 20px;
        padding-top: 25px;
        color: #fff !important;
    }

    .andromeda-header-links-hostess {
        display: flex;
        gap: 20px;
        padding-top: 25px;
        color: #fff !important;
    }

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

    .custom-block-logo {
        width: 90px;
        padding-right: 15px;
    }

    .link-assing-table {
        padding-top: 90px;
    }

    .navigation-mobile-container {
        display: none !important;
    }
}


/* Tablets (>= 577px y <= 991px) */
@media (min-width: 605px) and (max-width: 675px) {
    .customer-account-index .header-style-1 .header-bottom {
        margin-right: 20px !important;
        margin-left: 20px !important;
        border-radius: 16px !important;
    }

    .customer-account-index .header-bottom-content {
        height: 200px !important;
        padding-top: 60px;
        padding-left: 30px;
    }

    .customer-account-index .dashboard-custom-blocks .custom-block {
        flex: 1 1 calc(50% - 20px);
    }

    .reservations-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .dashboard-reservation-blocks .btn {
        margin-left: 165px !important;
    }

    .customer-account-index .header-bottom-content {
        height: 315px !important;
        padding-top: 0px;
        padding-left: 35px;
    }

    .custom-header-links {
        display: block;
        gap: 45px;
        padding-top: 20px;
        list-style: none;
        margin: 0px;
        padding: 0;
        justify-content: flex-start;
    }

    .customer-account-index .container {
        width: 100% !important
    }

    .dashboard-custom-blocks {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin: 20px 0;
        width: 100% !important;
    }

    .header-style-1 .header-bottom .logo-container .logo-wrapper {
        position: absolute;
        top: 30px;
        width: 75%;
        text-align: center;
    }

    .customer-account-index .header-style-1 .cart-search .notifications-header {
        margin-right: 0px !important;
        padding-top: 75px;
    }

    .andromeda-header-links {
        display: flex;
        gap: 20px;
        padding-top: 25px;
        color: #fff !important;
    }

    .andromeda-header-links-hostess {
        display: flex;
        gap: 20px;
        padding-top: 25px;
        color: #fff !important;
    }

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

    .custom-block-logo {
        width: 90px;
        padding-right: 15px;
    }

    .custom-header-buttons {
        display: -webkit-inline-box;
        gap: 5px;
        padding-top: 20px;
        list-style: none;
        margin: 0;
        justify-content: flex-start;
        padding-top: 245px;
    }

    .navigation-mobile-container {
        display: none !important;
    }
}

/* Tablets (>= 577px y <= 991px) */
@media (min-width: 676px) and (max-width: 768px) {
    .customer-account-index .header-style-1 .header-bottom {
        margin-right: 20px;
        margin-left: 20px;
        border-radius: 16px !important;
    }

    .customer-account-index .dashboard-custom-blocks .custom-block {
        flex: 1 1 calc(50% - 20px);
    }

    .reservations-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .dashboard-reservation-blocks .btn {
        margin-left: 165px !important;
    }

    .customer-account-index .header-bottom-content {
        height: 385px !important;
        padding-top: 60px;
        padding-left: 35px;
    }

    .custom-header-links {
        display: block;
        gap: 45px;
        padding-top: 20px;
        list-style: none;
        margin: 0px;
        padding: 0;
        justify-content: flex-start;
    }

    .customer-account-index .container {
        width: 100% !important
    }

    .dashboard-custom-blocks {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin: 20px 0;
        width: 100% !important;
    }

    .header-style-1 .header-bottom .logo-container .logo-wrapper {
        position: absolute;
        top: 30px;
        width: 75%;
        text-align: center;
    }

    .customer-account-index .header-style-1 .cart-search .notifications-header {
        margin-right: 0px !important;
        padding-top: 50px;
    }

    .andromeda-header-links {
        display: flex;
        gap: 20px;
        padding-top: 25px;
        color: #fff !important;
    }

    .andromeda-header-links-hostess {
        display: flex;
        gap: 20px;
        padding-top: 25px;
        color: #fff !important;
    }

    .customer-account-index .header-style-1 .header-bottom .logo-container .logo-wrapper .logo-andromeda {
        position: absolute;
        top: 65px !important;
        width: 43% !important;
        left: 185px;
    }

    .custom-block-logo {
        width: 90px;
        padding-right: 15px;
    }

    .andromeda-header-hostess-buttons {
        padding: 90px 5px;
    }

    .navigation-mobile-container {
        display: none !important;
    }

    .custom-header-buttons {
        display: -webkit-inline-box;
        gap: 5px;
        list-style: none;
        margin: 0;
        justify-content: flex-start;
        padding-top: 170px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .customer-account-index .header-style-1 .header-bottom {
        margin-right: 20px;
        margin-left: 20px;
        border-radius: 16px !important;
    }

    .customer-account-index .dashboard-custom-blocks .custom-block {
        flex: 1 1 calc(50% - 20px);
    }

    .reservations-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .dashboard-reservation-blocks .btn {
        margin-left: 165px !important;
    }

    .customer-account-index .header-bottom-content {
        height: 375px !important;
        padding-top: 30px;
        padding-left: 35px;
    }

    .custom-header-links {
        display: block;
        gap: 45px;
        padding-top: 20px;
        list-style: none;
        margin: 0px;
        padding: 0;
        justify-content: flex-start;
    }

    .customer-account-index .container {
        width: 100% !important
    }

    .dashboard-custom-blocks {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin: 20px 0;
        width: 100% !important;
    }

    .header-style-1 .header-bottom .logo-container .logo-wrapper {
        position: absolute;
        top: 30px;
        width: 75%;
        text-align: center;
    }

    .customer-account-index .header-style-1 .cart-search .notifications-header {
        margin-right: 15px !important;
        padding-top: 65px;
    }

    .andromeda-header-links {
        display: flex;
        gap: 20px;
        padding-top: 25px;
        color: #fff !important;
    }

    .andromeda-header-links-hostess {
        display: flex;
        gap: 20px;
        padding-top: 25px;
        color: #fff !important;
    }

    .customer-account-index .header-style-1 .header-bottom .logo-container .logo-wrapper .logo-andromeda {
        position: absolute;
        top: 82px !important;
        width: 40% !important;
        left: 270px;
    }

    .custom-block-logo {
        width: 90px;
        padding-right: 15px;
    }

    .link-assing-table {
        padding-top: 0px;
    }

    .custom-header-buttons {
        display: -webkit-inline-box;
        gap: 5px;
        padding-top: 20px;
        list-style: none;
        margin: 0;
        justify-content: flex-start;
        padding-top: 140px;
    }

    .andromeda-header-hostess-buttons {
        width: max-content;
    }

    .navigation-mobile-container {
        display: none !important;
    }
}

/* Escritorios pequeños (>= 992px y <= 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .customer-account-index .header-style-1 .header-bottom {
        margin-right: 50px;
        margin-left: 50px;
        border-radius: 20px !important;
    }

    .customer-account-index .header-bottom-content {
        height: 315px !important;
        padding-top: 70px;
        padding-left: 0px;
    }

    .customer-account-index .dashboard-custom-blocks .custom-block {
        flex: 1 1 calc(33.33% - 20px);
    }

    .reservations-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .customer-account-index .container {
        width: 93% !important;
    }

    .dashboard-reservation-blocks .btn {
        font-size: 14px;
        padding: 10px 20px;
        border-radius: 5px;
        background-color: #000000;
        margin-left: 145px !important;
        border-radius: 24px;
        text-transform: none !important;
        touch-action: none !important;

    }

    .dashboard-custom-blocks {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin: 20px 0;
        width: 100%;
    }

    .customer-account-index .container {
        width: 750px !important;
    }

    .andromeda-header-links {
        display: flex;
        gap: 20px;
        padding-top: 50px !important;
        color: #fff !important;
    }
    

    .andromeda-header-links-hostess {
        display: flex;
        gap: 20px;
        padding-top: 65px !important;
        color: #fff !important;
    }

    .customer-account-index .container {
        width: 955px !important
    }

    .dashboard-reservation-blocks .btn {
        font-size: 14px;
        padding: 10px 20px;
        border-radius: 5px;
        background-color: #000000;
        margin-left: 85px !important;
        border-radius: 24px;
        text-transform: none !important;
        touch-action: none !important;
    }

    .custom-header-links {
        display: -webkit-inline-box;
        gap: 20px;
        padding-top: 20px;
        list-style: none;
        margin: 0;
        padding: 0;
        justify-content: flex-start;
    }

    .customer-account-index .header-style-1 .cart-search .notifications-header {
        margin-right: 35px !important;
        padding-top: 7px;
    }

    .header-style-1 .header-bottom .logo-container .logo-wrapper {
        position: absolute;
        top: -5px;
        width: 100%;
        width: 100%;
        text-align: center;
    }

    .customer-account-index .header-style-1 .header-bottom .logo-container .logo-wrapper .logo-andromeda {
        position: absolute;
        top: -65px;
        width: 55% !important;
        left: 360px;
        top: 15px;
    }

    .custom-header-links .nav.item a {
        color: #fff;
        text-decoration: none;
        font-weight: normal;
        transition: color 0.3s ease, transform 0.3s ease;
        font-family: "Inter", sans-serif;
        font-size: 13px;
    }

    .custom-header-buttons {
        display: -webkit-inline-box;
        gap: 5px;
        list-style: none;
        margin: 0;
        justify-content: flex-start;
        padding-top: 100px;
    }

    .navigation-mobile-container {
        display: none !important;
    }

    .andromeda-header-name .product-status {
        margin-bottom: 0px;
        color: #54F389;
        font-size: 15px;
    }

    .andromeda-header-name .product-city {
        margin-bottom: 0px;
        color: #8C8C8C;
        font-size: 15px;
    }

    .andromeda-header-name .details-inline {
        display: flex;
        align-items: center;
        gap: 10px;
    }
}

/* Tablets grandes (>= 1200px) */
@media (min-width: 1199px) and (max-width: 1398px) {
    .customer-account-index .container {
        width: 93% !important;
    }

    .reservations-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 20px;
        margin-bottom: 220px;
    }

    .dashboard-reservation-blocks .btn {
        font-size: 14px;
        padding: 10px 20px;
        border-radius: 5px;
        background-color: #000000;
        margin-left: 185px !important;
        border-radius: 24px;
        text-transform: none !important;
        touch-action: none !important;
    }

    .customer-account-index .header-style-1 .header-bottom .logo-container .logo-wrapper .logo-andromeda {
        position: absolute;
        top: 20px;
        width: 55% !important;
        left: 425px;

    }

    .custom-header-links {
        display: -webkit-inline-box;
        gap: 20px;
        padding-top: 20px;
        list-style: none;
        margin: 0;
        padding: 0;
        justify-content: flex-start;
    }

    .customer-account-index .header-style-1 .cart-search .notifications-header {
        margin-right: 40px !important;
        padding-top: 13px;
    }

    .custom-header-buttons {
        display: -webkit-inline-box;
        gap: 5px;
        padding-top: 20px;
        list-style: none;
        margin: 0;
        justify-content: flex-start;
        padding-top: 140px;
    }

    .andromeda-header-hostess-buttons {
        padding: 15px;
    }


}




@media (min-width: 1399px) and (max-width: 1549px) {
    .customer-account-index .container {
        width: 94% !important
    }

    .custom-header-links {
        display: -webkit-inline-box;
        gap: 20px;
        padding-top: 20px;
        list-style: none;
        margin: 0;
        padding: 0;
        justify-content: flex-start;
    }

    .custom-header-buttons {
        display: -webkit-inline-box;
        gap: 5px;
        padding-top: 20px;
        list-style: none;
        margin: 0;
        justify-content: flex-start;
        padding-top: 135px;
    }
}


@media (min-width: 1550px) {
    .customer-account-index .header-style-1 .header-bottom {
        border-radius: 24px !important;
    }

    .customer-account-index .header-bottom-content {
        height: 265px !important;
        padding-top: 34px;
        padding-left: 0px;
    }

    .customer-account-index .dashboard-custom-blocks .custom-block {
        flex: 1 1 calc(25% - 40px);
    }

    .reservations-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .customer-account-index .container {
        width: 1500px !important;
    }

    .dashboard-reservation-blocks .btn {

        margin-left: 250px !important;
    }
}


@media (min-width: 1615px) and (max-width: 2400px) {
    .customer-account-index .container {
        width: 100% !important;
        /* Asegura que el contenedor ocupe todo el ancho disponible */
    }

    .customer-account-index .header-style-1 .header-bottom .logo-container .logo-wrapper .logo-andromeda {
        position: absolute;
        width: 55% !important;
        left: 550px;
        top: -5px;
    }
}