@font-face{font-family:'Avenir Next LT Pro';src:url('../fonts/AvenirNextLTPro-Regular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap;}
@font-face{font-family:'Avenir Next LT Pro';src:url('../fonts/AvenirNextLTPro-Demi.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap;}
@font-face{font-family:'Avenir Next LT Pro';src:url('../fonts/AvenirNextLTPro-Bold.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap;}
.ico-account-shell .mi-perfil-title{color: var(--ICO-Azul, #0B4460);
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 8px 0;}
.ico-account-shell .mi-perfil-subtitle{color: #41484D;
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 40px 0;}
.ico-account-shell .perfil-card{display: flex;
    max-width: 749px;
    width: 100%;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 16px;
    border: 1px solid #C0C7CD;
    background: var(--fondo, #F6F9FA);
    box-shadow: 0 4px 20px 0 rgba(0, 158, 214, 0.08);
    box-sizing: border-box;}
.ico-account-shell .perfil-card-header{display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;}
.ico-account-shell .perfil-card-header-left{display: flex;
    flex-direction: column;}
.ico-account-shell .perfil-card-title{color: var(--ICO-Azul, #0B4460);
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin: 0;}
.ico-account-shell .perfil-card-subtitle{color: #41484C;
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 4px 0 0 0;}
.ico-account-shell .btn-toggle-perfil{background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;}
.ico-account-shell .perfil-card-body{width: 100%;
    margin-top: 24px;
    display: block;}
.ico-account-shell .perfil-form{width: 100%;
    display: flex;
    flex-direction: column;}
.ico-account-shell .form-row{display: flex;
    gap: 16px;
    margin-bottom: 20px;
    width: 100%;}
.ico-account-shell .form-row.two-cols>.form-group{flex: 1;
    min-width: 0;}
.ico-account-shell .form-row.full-width>.form-group{width: 100%;}
.ico-account-shell .form-group{display: flex;
    flex-direction: column;
    gap: 8px;}
.ico-account-shell .form-group label{color: var(--ICO-Azul, #0B4460);
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;}
.ico-account-shell .form-group input{display: flex;
    height: 49px;
    padding: 14px 16px;
    align-items: center;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid var(--ICO-Gris, #A4A4A4);
    background: var(--ICO-Blanco, #FFF);
    color: var(--ICO-texto-mate, #343737);
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.8px;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    transition: border-color 0.2s;}
.ico-account-shell .form-group input:focus{border-color: var(--ICO-Azul, #0B4460);}
.ico-account-shell .form-group.disabled input{background: #EDEDED;
    border-color: #C0C7CD;
    color: #9AA2A6;
    cursor: not-allowed;}
.ico-account-shell .input-pass-container{position: relative;
    display: flex;
    align-items: center;
    width: 100%;}
.ico-account-shell .input-pass-container input{padding-right: 48px;}
.ico-account-shell .btn-toggle-password{position: absolute;
    right: 16px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;}
.ico-account-shell .btn-toggle-password img{width: 20px;
    height: 20px;}
.ico-account-shell .form-actions{display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 12px;}
.ico-account-shell .btn-guardar-cambios{display: flex;
    padding: 14px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: #8DBF3E;
    color: #FFF;
    text-align: center;
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: background 0.2s;}
.ico-account-shell .btn-guardar-cambios:hover{background: #79a633;}
.ico-account-shell .btn-guardar-cambios:disabled{background: #E5E8EB;
    color: #343737;
    cursor: not-allowed;}
.ico-account-shell .btn-guardar-cambios:disabled:hover{background: #E5E8EB;}
@media (max-width: 1024px){.ico-account-shell .mi-perfil-title{font-size: 28px;
        line-height: 32px;}
.ico-account-shell .mi-perfil-subtitle{font-size: 14px;
        line-height: 20px;
        margin-bottom: 24px;}
.ico-account-shell .perfil-card{padding: 20px 16px;
        border-radius: 12px;
        max-width: 100%;}
.ico-account-shell .perfil-card-header{cursor: pointer;}
.ico-account-shell .perfil-card-body{display: none;
        margin-top: 16px;}
.ico-account-shell .perfil-card.open .perfil-card-body{display: block;}
.ico-account-shell .perfil-card.open .btn-toggle-perfil svg{transform: rotate(180deg);}
.ico-account-shell .form-row{flex-direction: column;
        gap: 16px;
        margin-bottom: 16px;}
.ico-account-shell .form-actions{justify-content: center;}
.ico-account-shell .btn-guardar-cambios{width: 100%;}}
.ico-account-shell .favoritos-title{color: var(--ICO-Azul, #0B4460);
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 8px 0;}
.ico-account-shell .favoritos-subtitle{color: #41484D;
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 32px 0;}
.ico-account-shell .favoritos-grid{display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;}
.ico-account-shell .favoritos-grid .producto-card{width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;}
.ico-account-shell .favoritos-grid .fav-btn{background-color: #0B4460 !important;
    border-color: #0B4460 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;}
.ico-account-shell .favoritos-grid .fav-btn svg{width: 20px;
    height: 20px;
    display: block;}
.ico-account-shell .favoritos-grid .fav-btn:hover{background-color: #0B4460 !important;
    border-color: #0B4460 !important;
    opacity: 0.9;}
@media (max-width: 1024px){.ico-account-shell .favoritos-title{font-size: 28px;
        line-height: 32px;}
.ico-account-shell .favoritos-subtitle{font-size: 14px;
        line-height: 20px;
        margin-bottom: 24px;}
.ico-account-shell .favoritos-grid{grid-template-columns: repeat(2, 1fr);
        gap: 16px;}
.ico-account-shell .favoritos-grid .producto-card{width: 100% !important;
        min-width: 0 !important;
        padding: 12px 8px;
        min-height: 340px;}
.ico-account-shell .favoritos-grid .producto-img-wrapper{width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;}
.ico-account-shell .favoritos-grid .producto-name{font-size: 14px;}
.ico-account-shell .favoritos-grid .producto-price-current{font-size: 16px;}
.ico-account-shell .favoritos-grid .action-btn{width: 32px;
        height: 32px;}
.ico-account-shell .favoritos-grid .action-btn img, .ico-account-shell .favoritos-grid .action-btn svg{width: 16px;
        height: 16px;}
.ico-account-shell .favoritos-grid .quantity-control{width: 90px;
        height: 32px;}
.ico-account-shell .favoritos-grid .quantity-btn{width: 24px;
        height: 24px;}
.ico-account-shell .favoritos-grid .quantity-number{font-size: 14px;}}
.ico-account-shell .direcciones-header-row{display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;}
.ico-account-shell .direcciones-title{color: var(--ICO-Azul, #0B4460);
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 4px 0;}
.ico-account-shell .direcciones-subtitle{color: #41484D;
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0;}
.ico-account-shell .btn-nueva-direccion{display: flex;
    height: 50px;
    padding: 15px 22px 15px 23px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 25px;
    background: #8DBF3E;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;}
.ico-account-shell .btn-nueva-direccion:hover{background: #79a633;
    transform: translateY(-2px);}
.ico-account-shell .btn-nueva-direccion:active{transform: translateY(0);}
.ico-account-shell .btn-nueva-direccion span{color: var(--ICO-Blanco, #FFF);
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;}
.ico-account-shell .direcciones-grid{display: flex;
    flex-wrap: wrap;
    gap: 32px;}
.ico-account-shell .direccion-card{box-sizing: border-box;
    width: 300px;
    height: auto;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.08);
    padding: 34px;
    border: 1px solid #E5E8EC;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;}
.ico-account-shell .direccion-card.predeterminada{border: 1px solid #0B4460;}
.ico-account-shell .direccion-card-top{display: flex;
    justify-content: space-between;
    align-items: center;
    height: 24px;}
.ico-account-shell .badge-predeterminada{display: flex;
    padding: 4px 12px;
    align-items: center;
    gap: 6px;
    border-radius: 4px;
    background: #E0F2FE;}
.ico-account-shell .badge-predeterminada span{color: var(--ICO-Azul, #0B4460);
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;}
.ico-account-shell .icon-edificio{flex-shrink: 0;}
.ico-account-shell .icon-edificio.left-aligned{margin-right: auto;}
.ico-account-shell .direccion-card-body{margin-top: 16px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;}
.ico-account-shell .direccion-card-title{color: #1A1C1E;
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin: 0 0 6px 0;}
.ico-account-shell .direccion-card-text{color: #42474E;
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.75px;
    margin: 0;}
.ico-account-shell .direccion-card-actions{margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #E5E8EC;
    display: flex;
    justify-content: space-between;
    align-items: center;}
.ico-account-shell .btn-editar, .ico-account-shell .btn-eliminar{background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: opacity 0.2s ease;}
.ico-account-shell .btn-editar:hover, .ico-account-shell .btn-eliminar:hover{opacity: 0.7;}
.ico-account-shell .btn-editar span{color: var(--ICO-Azul, #0B4460);
    text-align: center;
    font-family: "Avenir Next LT Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;}
.ico-account-shell .btn-eliminar span{color: #F00;
    text-align: center;
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;}
@media (max-width: 1024px){.ico-account-shell .direcciones-grid{justify-content: center;}}
@media (max-width: 768px){.ico-account-shell .direcciones-header-row{flex-direction: column;
        align-items: flex-start;
        gap: 16px;}
.ico-account-shell .btn-nueva-direccion{width: 253px;}
.ico-account-shell .direcciones-grid{flex-direction: column;
        align-items: center;
        width: 100%;}
.ico-account-shell .direccion-card{width: 100%;
        max-width: 100%;
        height: auto;}}
.ico-account-shell .btn-volver-direcciones{display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    margin-bottom: 28px;
    transition: opacity 0.2s ease;}
.ico-account-shell .btn-volver-direcciones:hover{opacity: 0.8;}
.ico-account-shell .btn-volver-direcciones span{color: #0B4460;
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;}
.ico-account-shell .editar-direccion-title{color: #1A1C1C;
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.9px;
    margin: 0 0 12px 0;}
.ico-account-shell .title-separator{margin-bottom: 24px;
    border-bottom: 1px solid #EAEAEA;}
.ico-account-shell .editar-direccion-form{display: flex;
    flex-direction: column;
    gap: 24px;}
.ico-account-shell .form-row-2col{display: flex;
    gap: 24px;
    width: 100%;}
.ico-account-shell .editar-direccion-form .form-group{display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    min-width: 0;}
.ico-account-shell .editar-direccion-form .form-group.full-width{width: 100%;}
.ico-account-shell .editar-direccion-form .form-group label{color: #343737;
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.5px;
    letter-spacing: 0.55px;
    text-transform: uppercase;}
.ico-account-shell .editar-direccion-form .form-input{display: flex;
    height: 48px;
    padding: 12px 16px;
    box-sizing: border-box;
    align-items: center;
    border-radius: 4px;
    border: 1px solid var(--ICO-Gris, #A4A4A4);
    background: var(--ICO-Blanco, #FFF);
    color: var(--ICO-texto-mate, #343737);
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    outline: none;
    transition: border-color 0.2s ease;}
.ico-account-shell .editar-direccion-form .form-input:focus{border-color: var(--ICO-Azul, #0B4460);}
.ico-account-shell .editar-direccion-form .form-input::placeholder{color: var(--ICO-Gris, #A4A4A4);
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;}
.ico-account-shell .editar-direccion-form .form-select{display: flex;
    height: 48px;
    padding: 12px 16px;
    box-sizing: border-box;
    align-items: center;
    border-radius: 4px;
    border: 1px solid var(--ICO-Gris, #A4A4A4);
    background: var(--ICO-Blanco, #FFF);
    color: var(--ICO-texto-mate, #343737);
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23343737' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px;
    cursor: pointer;
    outline: none;}
.ico-account-shell .editar-direccion-form .form-select:focus{border-color: var(--ICO-Azul, #0B4460);}
.ico-account-shell .switch-predeterminado-container{display: flex;
    padding: 16px;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    background: #F3F3F3;
    margin-top: 8px;}
.ico-account-shell .switch-left{display: flex;
    align-items: center;
    gap: 12px;}
.ico-account-shell .switch-left svg{flex-shrink: 0;}
.ico-account-shell .switch-label-text{color: #1A1C1C;
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;}
.ico-account-shell .custom-switch{position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
    flex-shrink: 0;}
.ico-account-shell .custom-switch input{opacity: 0;
    width: 0;
    height: 0;}
.ico-account-shell .switch-slider{position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #C2C7CF;
    transition: .3s;
    border-radius: 12px;}
.ico-account-shell .switch-slider:before{position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .3s;
    border-radius: 50%;}
.ico-account-shell input:checked+.switch-slider{background-color: #0B4460;}
.ico-account-shell input:checked+.switch-slider:before{transform: translateX(20px);}
.ico-account-shell .form-buttons-row{display: flex;
    justify-content: flex-end;
    gap: 16px;
    margin-top: 16px;}
.ico-account-shell .btn-cancelar-edit{display: flex;
    height: 50px;
    padding: 15px 22px 15px 23px;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    border: 2px solid #8DBF3E;
    color: #8DBF3E;
    background: transparent;
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
    width: 200px;
    box-sizing: border-box;}
.ico-account-shell .btn-cancelar-edit:hover{background: rgba(141, 191, 62, 0.08);}
.ico-account-shell .btn-guardar-edit{display: flex;
    height: 50px;
    padding: 15px 22px 15px 23px;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    background: #8DBF3E;
    color: var(--ICO-Blanco, #FFF);
    border: none;
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
    transition: background 0.3s, opacity 0.3s;
    width: 200px;
    box-sizing: border-box;}
.ico-account-shell .btn-guardar-edit:hover:not(.inactive){background: #79a633;}
.ico-account-shell .btn-guardar-edit.inactive{background: #C2C7CF !important;
    color: #FFF !important;
    cursor: not-allowed;
    opacity: 0.8;}
@media (max-width: 768px){.ico-account-shell .form-row-2col{flex-direction: column;
        gap: 24px;}
.ico-account-shell .form-buttons-row{flex-direction: column-reverse;
        gap: 16px;
        width: 100%;
        margin-top: 0px;}
.ico-account-shell .btn-cancelar-edit, .ico-account-shell .btn-guardar-edit{width: 100% !important;}}
.ico-account-shell .mi-cuenta-container.vista-edicion .mi-cuenta-sidebar{display: none;}
.ico-account-shell .mi-cuenta-container.vista-edicion .mi-cuenta-content{max-width: 100%;}
.ico-account-shell .modal-overlay{position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.44);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;}
.ico-account-shell .modal-content{width: 100%;
    max-width: 500px;
    height: 266px;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10);
    position: relative;
    box-sizing: border-box;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;}
.ico-account-shell .modal-close{position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;}
.ico-account-shell .modal-close:hover{transform: scale(1.1);}
.ico-account-shell .modal-body{display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;}
.ico-account-shell .modal-icon{width: 64px;
    height: 64px;
    object-fit: contain;
    margin-bottom: 24px;}
.ico-account-shell .modal-title{color: var(--ICO-Azul, #0B4460);
    text-align: center;
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.6px;
    margin: 0 0 8px 0;}
.ico-account-shell .modal-text{color: var(--ICO-texto-mate, #343737);
    text-align: center;
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0;}
@media (max-width: 576px){.ico-account-shell .modal-content{max-width: 90%;
        height: auto;
        padding: 40px 20px 30px;}}
.ico-account-shell .delete-modal{height: auto !important;
    padding: 32px 24px !important;}
.ico-account-shell .alert-icon{width: 64px;
    height: 64px;
    margin-bottom: 20px;}
.ico-account-shell .modal-buttons{display: flex;
    gap: 16px;
    width: 100%;
    justify-content: center;}
.ico-account-shell .btn-modal-cancel{display: flex;
    height: 40px;
    padding: 0 24px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #8DBF3E;
    background: #FFF;
    color: #8DBF3E;
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;}
.ico-account-shell .btn-modal-cancel:hover{background: rgba(141, 191, 62, 0.08);}
.ico-account-shell .btn-modal-confirm{display: flex;
    height: 40px;
    padding: 0 24px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: none;
    background: #FF0000;
    color: #FFF;
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;}
.ico-account-shell .btn-modal-confirm:hover{background: #D90000;}
.ico-account-shell .mensaje-sin-direcciones{grid-column: 1 / -1;
    text-align: center;
    color: #8C949A;
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 40px 0;}
.ico-account-shell #tab-lista-compras .compras-seccion{margin-top: 24px;}
.ico-account-shell #tab-lista-compras .compras-body{border-radius: 10px;
   width: 100%;
   height: auto;
   border: 1px solid var(--ICO-Gris-transparente, #EAEAEA);
   background: var(--fondo, #F6F9FA);
   padding: 32px;
   box-sizing: border-box;}
.ico-account-shell #tab-lista-compras .compras-header{display: flex;
   width: 100%;
   padding: 24px 32px;
   justify-content: space-between;
   align-items: center;
   border-radius: 10px 10px 0 0;
   border: 1px solid #E5E8EB;
   background: var(--fondo, #F6F9FA);
   box-sizing: border-box;}
.ico-account-shell #tab-lista-compras .compras-header-title{color: #191C1E;
   font-family: "Avenir Next LT Pro", sans-serif;
   font-size: 18px;
   font-style: normal;
   font-weight: 700;
   line-height: 28px;
   margin: 0;}
.ico-account-shell #tab-lista-compras .link-ver-pedidos{color: var(--ICO-Azul, #0B4460);
   font-family: "Avenir Next LT Pro", sans-serif;
   font-size: 14px;
   font-style: normal;
   font-weight: 700;
   line-height: 20px;
   text-decoration: none;}
.ico-account-shell #tab-lista-compras .compras-filtros{display: flex;
   justify-content: space-between;
   align-items: flex-end;
   width: 100%;}
.ico-account-shell #tab-lista-compras .compras-filtros-main{display: flex;
   gap: 16px;
   flex: 1;}
.ico-account-shell #tab-lista-compras .filtro-grupo{display: flex;
   flex-direction: column;
   gap: 8px;}
.ico-account-shell #tab-lista-compras .filtro-grupo label{color: #40484C;
   font-family: "Avenir Next LT Pro", sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: 700;
   line-height: 16px;
   letter-spacing: 0.6px;
   text-transform: uppercase;}
.ico-account-shell #tab-lista-compras .filtro-buscar{width: 256px;}
.ico-account-shell #tab-lista-compras .filtro-estado{width: 160px;}
.ico-account-shell #tab-lista-compras .input-buscar-container{position: relative;
   display: flex;
   align-items: center;}
.ico-account-shell #tab-lista-compras .input-buscar-container input{width: 100%;
   height: 42px;
   padding: 8px 40px 8px 16px;
   border-radius: 4px;
   border: 1px solid #E5E8EB;
   background: #FFF;
   color: #191C1E;
   font-family: "Avenir Next LT Pro", sans-serif;
   font-size: 14px;
   box-sizing: border-box;}
.ico-account-shell #tab-lista-compras .input-buscar-container input::placeholder{color: #9AA2A6;}
.ico-account-shell #tab-lista-compras .search-icon{position: absolute;
   right: 12px;
   width: 20px;
   height: 20px;
   pointer-events: none;}
.ico-account-shell #tab-lista-compras .select-container{position: relative;}
.ico-account-shell #tab-lista-compras .select-container select{width: 100%;
   height: 42px;
   padding: 8px 16px;
   border-radius: 4px;
   border: 1px solid #E5E8EB;
   background: #FFF;
   color: #191C1E;
   font-family: "Avenir Next LT Pro", sans-serif;
   font-size: 14px;
   appearance: none;
   -webkit-appearance: none;
   background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'><path d='M1 1L5 5L9 1' stroke='%2340484C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
   background-repeat: no-repeat;
   background-position: right 16px center;
   box-sizing: border-box;
   margin: 5px 0 0 0;}
.ico-account-shell #tab-lista-compras .btn-descargar-excel{display: inline-flex;
   height: 42px;
   padding: 13px 40px;
   justify-content: center;
   align-items: center;
   gap: 10px;
   border-radius: 20px;
   background: var(--ICO-Verde, #8DBF3E);
   box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
   color: #FFF;
   border: none;
   cursor: pointer;
   font-family: "Avenir Next LT Pro", sans-serif;
   font-size: 14px;
   font-style: normal;
   font-weight: 700;
   line-height: 16px;
   text-decoration: none;
   box-sizing: border-box;
   transition: background-color 0.2s ease, box-shadow 0.2s ease;}
.ico-account-shell #tab-lista-compras .btn-descargar-excel:hover{background: #79a633;
   box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);}
.ico-account-shell #tab-lista-compras .icon-excel{width: 20px;
   height: 20px;}
.ico-account-shell #tab-lista-compras .compras-tabla-container{width: 100%;
   margin-top: 32px;}
.ico-account-shell #tab-lista-compras .compras-tabla{width: 100%;
   border-collapse: collapse;}
.ico-account-shell #tab-lista-compras .compras-tabla th{background-color: #EDEDED;
   font-family: "Avenir Next LT Pro", sans-serif;
   font-size: 10px;
   font-style: normal;
   font-weight: 700;
   line-height: 16px;
   letter-spacing: 0.6px;
   text-transform: uppercase;
   text-align: center;
   padding: 12px 16px;
   border-bottom: 2px solid #EAEAEA;
   color: #41484D;}
.ico-account-shell #tab-lista-compras .compras-tabla td{padding: 16px;
   vertical-align: middle;
   text-align: center;}
.ico-account-shell #tab-lista-compras .compras-tabla tbody tr{height: 83px;
   border-bottom: 1px solid var(--ICO-Gris-transparente, #EAEAEA);
   background: #FFF;}
.ico-account-shell #tab-lista-compras .compras-tabla tbody tr:last-child{border-bottom: none;}
.ico-account-shell #tab-lista-compras .col-id{color: #191C1E;
   font-family: "Avenir Next LT Pro", sans-serif;
   font-size: 16px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;}
.ico-account-shell #tab-lista-compras .col-fecha{color: #41484D;
   font-family: "Avenir Next LT Pro", sans-serif;
   font-size: 14px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;}
.ico-account-shell #tab-lista-compras .status-pill{display: inline-flex;
   padding: 6px 12px;
   justify-content: center;
   align-items: center;
   border-radius: 12px;
   font-family: "Avenir Next LT Pro", sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   text-transform: uppercase;
   letter-spacing: -0.3px;}
.ico-account-shell #tab-lista-compras .status-pagado, .ico-account-shell #tab-lista-compras .status-entregado{background: var(--ICO-Verde, #8DBF3E);
   display: inline-flex;
   height: 25px;
   padding: 4px 12px;
   align-items: center;
   gap: 6px;
   color: #FFF;
   font-family: "Avenir Next LT Pro";
   font-size: 14px;
   font-style: normal;
   font-weight: 700;
   line-height: 15px;
   letter-spacing: 0.5px;
   text-transform: uppercase;}
.ico-account-shell #tab-lista-compras .status-pendiente, .ico-account-shell #tab-lista-compras .status-enviado{background: #FFD000;
   color: var(--ICO-texto-mate, #343737);
   font-family: "Avenir Next LT Pro";
   font-size: 14px;
   font-style: normal;
   font-weight: 700;
   line-height: 15px;
   letter-spacing: 0.5px;
   text-transform: uppercase;}
.ico-account-shell #tab-lista-compras .col-total{color: #191C1E;
   font-family: "Avenir Next LT Pro", sans-serif;
   font-size: 18px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;}
.ico-account-shell #tab-lista-compras .accion-buttons-wrapper, .ico-account-shell #tab-lista-compras .compra-card-actions{display: flex;
   gap: 8px;
   align-items: center;
   justify-content: center;}
.ico-account-shell #tab-lista-compras .action-btn{width: 32px;
   height: 32px;
   border-radius: 50%;
   border: 1px solid var(--ICO-Azul, #0B4460);
   background: #FFF;
   color: var(--ICO-Azul, #0B4460);
   display: inline-flex;
   align-items: center;
   justify-content: center;
   text-decoration: none;
   box-sizing: border-box;
   transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;}
.ico-account-shell #tab-lista-compras .action-btn svg{width: 20px;
   height: 20px;
   display: block;}
.ico-account-shell #tab-lista-compras .action-btn:hover{background: var(--ICO-Verde, #8DBF3E);
   color: #FFF;
   border-color: var(--ICO-Verde, #8DBF3E);}
.ico-account-shell #tab-lista-compras .compras-paginacion{display: flex;
   justify-content: space-between;
   align-items: center;
   margin-top: 32px;
   width: 100%;}
.ico-account-shell #tab-lista-compras .paginacion-info{color: #40484C;
   font-family: "Avenir Next LT Pro";
   font-size: 11px;
   font-style: normal;
   font-weight: 700;
   line-height: 16.5px;
   letter-spacing: 1.1px;
   text-transform: uppercase;
   margin: 0;}
.ico-account-shell #tab-lista-compras .paginacion-links{display: flex;
   align-items: center;
   gap: 4px;}
.ico-account-shell #tab-lista-compras .paginacion-link{display: flex;
   width: 32px;
   height: 32px;
   padding: 7.5px 0 8.5px 0;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   border-radius: 4px;
   color: #40484C;
   text-align: center;
   font-family: "Avenir Next LT Pro", sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: 700;
   line-height: 16px;
   text-decoration: none;
   box-sizing: border-box;
   transition: background-color 0.2s ease, color 0.2s ease;}
.ico-account-shell #tab-lista-compras .paginacion-link:not(.active):hover{background: rgba(141, 191, 62, 0.08);
   color: var(--ICO-Verde, #8DBF3E);}
.ico-account-shell #tab-lista-compras .paginacion-link.active{display: flex;
   width: 32px;
   height: 32px;
   padding: 7.5px 0 8.5px 0;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   border-radius: 4px;
   background: var(--ICO-Verde, #8DBF3E);
   color: #FFF;
   text-align: center;
   font-family: "Avenir Next LT Pro", sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: 700;
   line-height: 16px;
   text-decoration: none;}
.ico-account-shell #tab-lista-compras .paginacion-arrow{display: flex;
   width: 32px;
   height: 32px;
   justify-content: center;
   align-items: center;
   color: #40484C;
   text-decoration: none;
   cursor: pointer;}
.ico-account-shell #tab-lista-compras .paginacion-arrow.disabled, .ico-account-shell #tab-lista-compras .paginacion-link.disabled{opacity: 0.35;
   cursor: not-allowed;
   pointer-events: none;}
.ico-account-shell #tab-detalle-pedido{width: 100%;
   margin-top: 0;}
.ico-account-shell #tab-detalle-pedido .btn-volver-recibos{display: inline-flex;
   align-items: center;
   gap: 8px;
   color: var(--ICO-Azul, #0B4460);
   text-decoration: none;
   font-family: "Avenir Next LT Pro";
   font-size: 14px;
   font-weight: 700;
   margin-bottom: 24px;}
.ico-account-shell #tab-detalle-pedido .detalle-recibo-header{display: flex;
   justify-content: space-between;
   align-items: center;
   width: 100%;
   margin-bottom: 24px;}
.ico-account-shell #tab-detalle-pedido .detalle-header-left{display: flex;
   flex-direction: column;
   gap: 8px;}
.ico-account-shell #tab-detalle-pedido .detalle-recibo-id{color: #1A1C1C;
   font-family: "Avenir Next LT Pro";
   font-size: 36px;
   font-style: normal;
   font-weight: 700;
   line-height: 40px;
   letter-spacing: -0.9px;
   margin: 0;}
.ico-account-shell #tab-detalle-pedido .detalle-fechas{display: flex;
   align-items: center;}
.ico-account-shell #tab-detalle-pedido .fecha-fila{display: flex;
   align-items: center;
   gap: 6px;
   color: #6E7880;
   font-family: "Avenir Next LT Pro";
   font-size: 14px;}
.ico-account-shell #tab-detalle-pedido .fecha-fila svg{width: 18px;
   height: 18px;}
.ico-account-shell #tab-detalle-pedido .fecha-fila .val{color: #1A1C1C;
   font-weight: 600;}
.ico-account-shell #tab-detalle-pedido .pedido-status-badge{display: inline-flex;
   align-self: flex-start;
   padding: 4px 16px;
   border-radius: 8px;
   background: #FFD000;
   color: #343737;
   font-family: "Avenir Next LT Pro";
   font-size: 13px;
   font-weight: 700;
   text-transform: uppercase;
   box-sizing: border-box;}
.ico-account-shell #tab-detalle-pedido .detalle-header-right{display: flex;
   gap: 16px;
   align-items: center;}
.ico-account-shell #tab-detalle-pedido .btn-comprar-nuevo{display: flex;
   width: 194px;
   height: 42px;
   padding: 13px 10px;
   justify-content: center;
   align-items: center;
   gap: 10px;
   border-radius: 20px;
   background: var(--ICO-Verde, #8DBF3E);
   box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
   color: #FFF;
   text-align: center;
   font-family: "Avenir Next LT Pro";
   font-size: 14px;
   font-style: normal;
   font-weight: 700;
   line-height: 16px;
   border: none;
   cursor: pointer;
   transition: background-color 0.2s ease, box-shadow 0.2s ease;}
.ico-account-shell #tab-detalle-pedido .btn-comprar-nuevo:hover{background: #79a633;
   box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);}
.ico-account-shell #tab-detalle-pedido .btn-solicitar-cancelacion{display: flex;
   width: 194px;
   height: 42px;
   padding: 13px 10px;
   justify-content: center;
   align-items: center;
   gap: 10px;
   border-radius: 20px;
   border: 1px solid var(--ICO-Verde, #8DBF3E);
   box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
   color: var(--ICO-Verde, #8DBF3E);
   background: transparent;
   text-align: center;
   font-family: "Avenir Next LT Pro";
   font-size: 14px;
   font-style: normal;
   font-weight: 700;
   line-height: 16px;
   cursor: pointer;
   box-sizing: border-box;
   transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;}
.ico-account-shell #tab-detalle-pedido .btn-solicitar-cancelacion:hover{background: rgba(141, 191, 62, 0.08);
   box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08);}
.ico-account-shell #tab-detalle-pedido .detalle-divider{height: 1px;
   margin: 24px 0;
   background-color: #EAEAEA;
   border: none;}
.ico-account-shell #tab-detalle-pedido .pedido-estado-section{margin-bottom: 32px;}
.ico-account-shell #tab-detalle-pedido .pedido-estado-title{color: var(--ICO-Azul, #0B4460);
   font-family: "Avenir Next LT Pro";
   font-size: 20px;
   font-style: normal;
   font-weight: 700;
   line-height: 28px;
   margin: 0 0 20px 0;}
.ico-account-shell #tab-detalle-pedido .pedido-timeline{display: flex;
   align-items: flex-start;
   width: 100%;}
.ico-account-shell #tab-detalle-pedido .pedido-step{display: flex;
   flex-direction: column;
   align-items: center;
   gap: 8px;
   width: 120px;
   min-width: 120px;
   max-width: 120px;
   position: relative;
   z-index: 2;}
.ico-account-shell #tab-detalle-pedido .pedido-step-circle{width: 30px;
   height: 30px;
   border-radius: 50%;
   background: #EAEAEA;
   position: relative;
   z-index: 3;}
.ico-account-shell #tab-detalle-pedido .pedido-step-line{width: 150px;
   height: 2px;
   background: #EAEAEA;
   margin-top: 14px;
   margin-left: -60px;
   margin-right: -60px;
   position: relative;
   z-index: 1;}
.ico-account-shell #tab-detalle-pedido .pedido-step.is-completed .pedido-step-circle{background: var(--ICO-Verde, #8DBF3E);}
.ico-account-shell #tab-detalle-pedido .pedido-step-line.is-completed{background: var(--ICO-Verde, #8DBF3E);}
.ico-account-shell #tab-detalle-pedido .pedido-step-label{text-align: center;
   font-family: "Avenir Next LT Pro";
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 24px;
   color: var(--ICO-texto-mate, #343737);}
.ico-account-shell #tab-detalle-pedido .pedido-step.is-inactive .pedido-step-label{color: var(--ICO-Gris, #A4A4A4);}
.ico-account-shell #tab-detalle-pedido .detalle-columnas-container{display: flex;
   gap: 28px;
   margin-bottom: 24px;}
.ico-account-shell #tab-detalle-pedido .col-detalle-izquierda{width: 741px;
   flex-shrink: 0;}
.ico-account-shell #tab-detalle-pedido .col-detalle-derecha{width: 363px;
   flex-shrink: 0;}
.ico-account-shell #tab-detalle-pedido .card-articulos-pedido{width: 100%;
   border-radius: 8px;
   background: var(--fondo, #F6F9FA);
   border: 1px solid var(--ICO-Gris-transparente, #EAEAEA);
   padding: 24px;
   box-sizing: border-box;}
.ico-account-shell #tab-detalle-pedido .articulos-card-header{display: flex;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 20px;}
.ico-account-shell #tab-detalle-pedido .header-title-left{display: flex;
   align-items: center;
   gap: 10px;}
.ico-account-shell #tab-detalle-pedido .header-title-left svg{fill: var(--ICO-Azul, #0B4460);}
.ico-account-shell #tab-detalle-pedido .header-title-left h2{color: var(--ICO-Azul, #0B4460);
   font-family: "Avenir Next LT Pro";
   font-size: 18px;
   font-weight: 700;
   margin: 0;}
.ico-account-shell #tab-detalle-pedido .articulos-lista{display: flex;
   flex-direction: column;}
.ico-account-shell #tab-detalle-pedido .articulo-item{display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 16px 0;
   border-bottom: 1px solid #EAEAEA;}
.ico-account-shell #tab-detalle-pedido .articulo-item:last-child{border-bottom: none;}
.ico-account-shell #tab-detalle-pedido .articulo-img-info{display: flex;
   align-items: center;
   gap: 16px;}
.ico-account-shell #tab-detalle-pedido .articulo-img{width: 64px;
   height: 64px;
   border-radius: 6px;
   object-fit: cover;}
.ico-account-shell #tab-detalle-pedido .articulo-datos{display: flex;
   flex-direction: column;
   gap: 4px;}
.ico-account-shell #tab-detalle-pedido .articulo-name{color: #1A1C1C;
   font-family: "Avenir Next LT Pro";
   font-size: 15px;
   font-weight: 700;
   margin: 0;}
.ico-account-shell #tab-detalle-pedido .articulo-attr{color: #6E7880;
   font-family: "Avenir Next LT Pro";
   font-size: 12px;}
.ico-account-shell #tab-detalle-pedido .articulo-price-unit{color: var(--ICO-Azul, #0B4460);
   font-family: "Avenir Next LT Pro";
   font-size: 13px;
   font-weight: 600;}
.ico-account-shell #tab-detalle-pedido .articulo-qty-total{display: flex;
   flex-direction: column;
   align-items: flex-end;
   gap: 4px;}
.ico-account-shell #tab-detalle-pedido .articulo-qty{color: #6E7880;
   font-family: "Avenir Next LT Pro";
   font-size: 13px;}
.ico-account-shell #tab-detalle-pedido .articulo-qty .qty-num{color: #1A1C1C;
   font-weight: 700;}
.ico-account-shell #tab-detalle-pedido .articulo-total{color: var(--ICO-Azul, #0B4460);
   font-family: "Avenir Next LT Pro";
   font-size: 16px;
   font-weight: 700;}
.ico-account-shell #tab-detalle-pedido .card-resumen-factura{width: 100%;
   border-radius: 8px;
   background: var(--ICO-Azul, #0B4460);
   padding: 24px;
   box-sizing: border-box;
   color: #FFF;}
.ico-account-shell #tab-detalle-pedido .resumen-card-title{font-family: "Avenir Next LT Pro";
   font-size: 18px;
   font-weight: 700;
   margin: 0 0 20px 0;}
.ico-account-shell #tab-detalle-pedido .resumen-valores{display: flex;
   flex-direction: column;
   gap: 12px;
   padding-bottom: 16px;
   border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
   margin-bottom: 16px;}
.ico-account-shell #tab-detalle-pedido .resumen-fila{display: flex;
   justify-content: space-between;
   align-items: center;}
.ico-account-shell #tab-detalle-pedido .resumen-lbl{font-family: "Avenir Next LT Pro";
   font-size: 14px;
   opacity: 0.8;}
.ico-account-shell #tab-detalle-pedido .resumen-val{font-family: "Avenir Next LT Pro";
   font-size: 14px;
   font-weight: 600;}
.ico-account-shell #tab-detalle-pedido .total-row{display: flex;
   justify-content: space-between;
   align-items: center;}
.ico-account-shell #tab-detalle-pedido .total-lbl{font-family: "Avenir Next LT Pro";
   font-size: 16px;
   font-weight: 700;}
.ico-account-shell #tab-detalle-pedido .total-val{font-family: "Avenir Next LT Pro";
   font-size: 22px;
   font-weight: 700;}
.ico-account-shell #tab-detalle-pedido .detalle-bottom-container{display: flex;
   flex-direction: row;
   gap: 24px;
   width: 100%;}
.ico-account-shell #tab-detalle-pedido .card-comprobantes{display: flex;
   width: 749px;
   height: 180px;
   padding: 24px;
   flex-direction: column;
   align-items: flex-start;
   gap: 16px;
   border-radius: 8px;
   border: 1px solid var(--ICO-Gris-transparente, #EAEAEA);
   background: var(--fondo, #F6F9FA);
   box-sizing: border-box;
   flex: none;}
.ico-account-shell #tab-detalle-pedido .comprobantes-title{color: #1A1C1C;
   font-family: "Avenir Next LT Pro", sans-serif;
   font-size: 18px;
   font-weight: 700;
   line-height: 28px;
   margin: 0;}
.ico-account-shell #tab-detalle-pedido .comprobantes-grid{display: flex;
   flex-direction: row;
   gap: 16px;
   width: 100%;}
.ico-account-shell #tab-detalle-pedido .comprobante-item{display: flex;
   flex: 1;
   height: 70px;
   padding: 16px;
   justify-content: space-between;
   align-items: center;
   border-radius: 4px;
   border: 1px solid var(--ICO-Gris, #A4A4A4);
   background: #FFF;
   box-sizing: border-box;}
.ico-account-shell #tab-detalle-pedido .comprobante-left{display: flex;
   align-items: center;
   gap: 12px;}
.ico-account-shell #tab-detalle-pedido .comprobante-info{display: flex;
   flex-direction: column;
   gap: 2px;}
.ico-account-shell #tab-detalle-pedido .comprobante-name{color: #1A1C1C;
   font-family: "Avenir Next LT Pro";
   font-size: 14px;
   font-weight: 700;}
.ico-account-shell #tab-detalle-pedido .comprobante-size{color: #6E7880;
   font-family: "Avenir Next LT Pro";
   font-size: 11px;}
.ico-account-shell #tab-detalle-pedido .btn-download-file{display: flex;
   align-items: center;
   justify-content: center;
   width: 28px;
   height: 28px;
   color: var(--ICO-Azul, #0B4460);}
.ico-account-shell #tab-detalle-pedido .card-direccion-entrega{display: flex;
   width: 363px;
   height: 180.25px;
   border-radius: 8px;
   border: 1px solid var(--ICO-Gris-transparente, #EAEAEA);
   background: var(--fondo, #F6F9FA);
   padding: 24px;
   flex-direction: column;
   box-sizing: border-box;
   flex: none;}
.ico-account-shell #tab-detalle-pedido .de-header{display: flex;
   align-items: center;
   gap: 10px;
   margin-bottom: 16px;}
.ico-account-shell #tab-detalle-pedido .de-header svg{fill: var(--ICO-Azul, #0B4460);}
.ico-account-shell #tab-detalle-pedido .de-header h2{color: var(--ICO-Azul, #0B4460);
   font-family: "Avenir Next LT Pro";
   font-size: 16px;
   font-weight: 700;
   margin: 0;}
.ico-account-shell #tab-detalle-pedido .de-body{display: flex;
   flex-direction: column;
   gap: 4px;}
.ico-account-shell #tab-detalle-pedido .de-restaurant{color: #1A1C1C;
   font-family: "Avenir Next LT Pro";
   font-size: 15px;
   font-weight: 700;
   margin: 0 0 4px 0;}
.ico-account-shell #tab-detalle-pedido .de-address-line{color: #41484D;
   font-family: "Avenir Next LT Pro";
   font-size: 14px;
   margin: 0;}
.ico-account-shell #tab-detalle-pedido .card-toggle-icon{display: none;}
@media (max-width: 1024px){.ico-account-shell #tab-lista-compras .compras-body{border-radius: 10px;
      padding: 24px 16px;}
.ico-account-shell #tab-lista-compras .compras-filtros{flex-direction: column;
      align-items: stretch;
      gap: 16px;}
.ico-account-shell #tab-lista-compras .compras-filtros-main{width: 100%;
      display: flex;
      align-items: flex-end;
      gap: 8px;}
.ico-account-shell #tab-lista-compras .filtro-buscar{flex: 1;
      width: auto;}
.ico-account-shell #tab-lista-compras .input-buscar-container input{padding: 8px 16px 8px 40px;
      height: 50px;}
.ico-account-shell #tab-lista-compras .search-icon{left: 12px;
      right: auto;}
.ico-account-shell #tab-lista-compras .btn-descargar-excel.mobile-only{display: flex !important;
      width: 50px;
      height: 50px;
      min-width: 42px;
      padding: 0;
      border-radius: 4px;
      justify-content: center;
      align-items: center;
      background: var(--ICO-Verde, #8DBF3E);}
.ico-account-shell #tab-lista-compras .compras-pills.mobile-only{display: flex !important;
      gap: 8px;
      overflow-x: auto;
      padding: 4px 0 12px;
      margin-top: 16px;
      width: 100%;
      scrollbar-width: none;
      -ms-overflow-style: none;}
.ico-account-shell #tab-lista-compras .compras-pills.mobile-only::-webkit-scrollbar{display: none;}
.ico-account-shell #tab-lista-compras .pill{display: inline-flex;
      height: 32px;
      padding: 6px 16px;
      justify-content: center;
      align-items: center;
      border-radius: 16px;
      border: none;
      background: #F0F2F5;
      color: #40484C;
      font-family: "Avenir Next LT Pro", sans-serif;
      font-size: 14px;
      font-weight: 600;
      white-space: nowrap;
      cursor: pointer;}
.ico-account-shell #tab-lista-compras .pill.active{background: var(--ICO-Verde, #8DBF3E);
      color: #FFF;}
.ico-account-shell #tab-lista-compras .compras-cards-container.mobile-only{display: flex !important;
      flex-direction: column;
      gap: 16px;
      margin-top: 24px;}
.ico-account-shell #tab-lista-compras .compra-card{background: #FFF;
      border-radius: 8px;
      border: 1px solid #EAEAEA;
      padding: 16px;
      display: flex;
      flex-direction: column;
      gap: 12px;}
.ico-account-shell #tab-lista-compras .compra-card-row-top{display: flex;
      justify-content: space-between;
      align-items: center;}
.ico-account-shell #tab-lista-compras .compra-card-id-date{display: flex;
      flex-direction: column;
      gap: 2px;}
.ico-account-shell #tab-lista-compras .compra-card-id{color: var(--ICO-Azul, #0B4460);
      font-family: "Avenir Next LT Pro";
      font-size: 14px;
      font-weight: 700;}
.ico-account-shell #tab-lista-compras .compra-card-date{color: #6E7880;
      font-family: "Avenir Next LT Pro";
      font-size: 12px;}
.ico-account-shell #tab-lista-compras .compra-card-divider{height: 1px;
      background-color: #EAEAEA;}
.ico-account-shell #tab-lista-compras .compra-card-row-bottom{display: flex;
      justify-content: space-between;
      align-items: center;}
.ico-account-shell #tab-lista-compras .compra-card-total-group{display: flex;
      flex-direction: column;
      gap: 2px;}
.ico-account-shell #tab-lista-compras .compra-card-total-label{color: #6E7880;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;}
.ico-account-shell #tab-lista-compras .compra-card-total-value{color: #1A1C1C;
      font-size: 18px;
      font-weight: 700;}
.ico-account-shell .detalle-pedido-page .mi-cuenta-wrapper{padding: 0 24px 200px !important;}
.ico-account-shell #tab-detalle-pedido .pedido-status-badge{width: 100%;
      text-align: center;
      justify-content: center;}
.ico-account-shell #tab-detalle-pedido .pedido-step-circle{width: 24px;
      height: 24px;}
.ico-account-shell #tab-detalle-pedido .pedido-timeline{flex-direction: column;
      align-items: flex-start;
      gap: 0;}
.ico-account-shell #tab-detalle-pedido .pedido-step{flex-direction: row;
      align-items: center;
      gap: 12px;
      min-width: 0;
      width: auto;
      max-width: none;}
.ico-account-shell #tab-detalle-pedido .pedido-step-label{text-align: left;}
.ico-account-shell #tab-detalle-pedido .pedido-step-line{width: 2px;
      height: 50px;
      margin: 0 0 0 11px;
      flex-grow: 0;}
.ico-account-shell #tab-detalle-pedido .detalle-recibo-header{flex-direction: column;
      align-items: flex-start;
      gap: 16px;}
.ico-account-shell #tab-detalle-pedido .detalle-header-right{position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 24px;
      flex-direction: column;
      gap: 12px; 
      border-radius: 16px 16px 0 0;
      background: var(--fondo, #F6F9FA);
      box-shadow: 1px 0 8px 0 rgba(0, 0, 0, 0.15);
      box-sizing: border-box;
      z-index: 1000;}
.ico-account-shell #tab-detalle-pedido .btn-comprar-nuevo, .ico-account-shell #tab-detalle-pedido .btn-solicitar-cancelacion{height: 50px;
      width: 100%;
      padding: 15px 10px;
      align-self: stretch;
      border-radius: 25px;
      font-size: 16px;
      font-weight: 700;}
.ico-account-shell #tab-detalle-pedido .btn-solicitar-cancelacion{order: 1;}
.ico-account-shell #tab-detalle-pedido .btn-comprar-nuevo{order: 2;}
.ico-account-shell #tab-detalle-pedido .detalle-columnas-container{flex-direction: column;
      gap: 0;}
.ico-account-shell #tab-detalle-pedido .col-detalle-izquierda{width: 100%;
      margin-bottom: 28px;}
.ico-account-shell #tab-detalle-pedido .col-detalle-derecha{width: 100%;
      margin-bottom: 24px;}
.ico-account-shell #tab-detalle-pedido .detalle-bottom-container{flex-direction: column;
      gap: 24px;
      width: 100%;}
.ico-account-shell #tab-detalle-pedido .card-toggle-icon{display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 20px;
      height: 20px;
      flex-shrink: 0;
      cursor: pointer;
      transition: transform 0.3s ease;
      transform: rotate(0deg);}
.ico-account-shell #tab-detalle-pedido .card-articulos-pedido:not(.open) .card-toggle-icon, .ico-account-shell #tab-detalle-pedido .card-comprobantes:not(.open) .card-toggle-icon, .ico-account-shell #tab-detalle-pedido .card-direccion-entrega:not(.open) .card-toggle-icon{transform: rotate(180deg);}
.ico-account-shell #tab-detalle-pedido .card-articulos-pedido:not(.open) .articulos-lista, .ico-account-shell #tab-detalle-pedido .card-comprobantes:not(.open) .comprobantes-grid, .ico-account-shell #tab-detalle-pedido .card-direccion-entrega:not(.open) .de-body{display: none;}
.ico-account-shell #tab-detalle-pedido .card-articulos-pedido:not(.open), .ico-account-shell #tab-detalle-pedido .card-comprobantes:not(.open), .ico-account-shell #tab-detalle-pedido .card-direccion-entrega:not(.open){padding-bottom: 24px;
      height: auto;
      min-height: unset;}
.ico-account-shell #tab-detalle-pedido .articulos-card-header, .ico-account-shell #tab-detalle-pedido .comprobantes-card-header, .ico-account-shell #tab-detalle-pedido .de-header{display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      margin-bottom: 0;
      cursor: pointer;}
.ico-account-shell #tab-detalle-pedido .card-articulos-pedido.open .articulos-card-header{margin-bottom: 24px;}
.ico-account-shell #tab-detalle-pedido .card-comprobantes.open .comprobantes-card-header{margin-bottom: 16px;}
.ico-account-shell #tab-detalle-pedido .card-direccion-entrega.open .de-header{margin-bottom: 16px;}
.ico-account-shell #tab-detalle-pedido .card-articulos-pedido{width: 100%;
      height: auto;
      min-height: unset;
      border-radius: 4px;
      background: var(--fondo, #F6F9FA);
      padding: 24px;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;}
.ico-account-shell #tab-detalle-pedido .card-resumen-factura{display: flex;
      width: 100%;
      height: auto;
      min-height: 0;
      padding: 32px;
      flex-direction: column;
      align-items: flex-start;
      gap: 24px;
      border-radius: 8px;
      background: var(--ICO-Azul, #0B4460);
      box-sizing: border-box;}
.ico-account-shell #tab-detalle-pedido .card-comprobantes, .ico-account-shell #tab-detalle-pedido .card-direccion-entrega{display: flex;
      width: 100%;
      height: auto;
      min-height: unset;
      padding: 24px;
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
      border-radius: 8px;
      background: var(--fondo, #F6F9FA);
      border: 1px solid var(--ICO-Gris-transparente, #EAEAEA);
      box-sizing: border-box;}
.ico-account-shell #tab-detalle-pedido .card-comprobantes.open .comprobantes-grid{display: flex;
      flex-direction: column;
      gap: 12px;
      width: 100%;}
.ico-account-shell #tab-detalle-pedido .articulo-item{display: flex;
      flex-direction: row;
      align-items: flex-start;
      gap: 16px;
      padding: 16px 0;
      border-bottom: 1px solid #E8E8E8;
      width: 100%;}
.ico-account-shell #tab-detalle-pedido .articulo-img-info{display: flex;
      align-items: flex-start;
      gap: 16px;
      width: 100%;}
.ico-account-shell #tab-detalle-pedido .articulo-img{width: 80px;
      height: 80px;
      border-radius: 4px;
      object-fit: cover;}
.ico-account-shell #tab-detalle-pedido .articulo-datos{display: flex;
      flex-direction: column;
      gap: 4px;}
.ico-account-shell #tab-detalle-pedido .articulo-name{font-size: 15px;
      line-height: 20px;
      font-weight: 700;
      color: #0B4460;}
.ico-account-shell #tab-detalle-pedido .articulo-qty{font-size: 13px;
      color: #343737;
      font-weight: 600;
      text-align: left;}
.ico-account-shell #tab-detalle-pedido .articulo-qty .qty-num{font-weight: 700;}
.ico-account-shell #tab-detalle-pedido .articulo-attr{font-size: 13px;
      color: #6E7880;}
.ico-account-shell #tab-detalle-pedido .articulo-total{font-size: 16px;
      font-weight: 700;
      color: #0B4460;
      margin-top: 4px;
      text-align: left;}
.ico-account-shell #tab-detalle-pedido .total-row{flex-direction: column;
      text-align: left;
      align-items: flex-start;}}
.ico-account-shell .mi-cuenta-wrapper{max-width: 1184px;
    margin: 0 auto;
    padding: 0 24px 78px;
    box-sizing: border-box;}
.ico-account-shell .mi-cuenta-container{display: flex;
    gap: 50px;
    margin-top: 32px;}
.ico-account-shell .mi-cuenta-container.sin-sidebar{gap: 0;}
.ico-account-shell .mi-cuenta-container.sin-sidebar .mi-cuenta-sidebar{display: none;}
.ico-account-shell .mi-cuenta-container.sin-sidebar .mi-cuenta-content{max-width: 100%;
    width: 100%;}
.ico-account-shell #carrito-breadcrumb{width: 100%;
    padding: 24px 0 0 0;}
.ico-account-shell .carrito-breadcrumb-inner{display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;}
.ico-account-shell .carrito-breadcrumb-item{display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ICO-texto-mate, #343737);
    text-align: center;
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    transition: color 0.2s ease;}
.ico-account-shell .carrito-breadcrumb-item:hover{color: var(--ICO-Celeste, #459CD6);}
.ico-account-shell .carrito-breadcrumb-item.active{color: var(--ICO-texto-mate, #343737);
    pointer-events: none;}
.ico-account-shell .carrito-breadcrumb-separator{display: flex;
    align-items: center;
    flex-shrink: 0;
    color: var(--ICO-texto-mate, #343737);
    width: 24px;
    height: 24px;}
.ico-account-shell .carrito-breadcrumb-separator img, .ico-account-shell .carrito-breadcrumb-separator svg{width: 100%;
    height: 100%;
    object-fit: contain;}
.ico-account-shell .mi-cuenta-sidebar{width: 100%;
    max-width: 336px;}
.ico-account-shell .mi-cuenta-menu{display: flex;
    flex-direction: column;}
.ico-account-shell .menu-item{display: flex;
    height: 48px;
    padding: 8px 8px 8px 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 4px 0 0 4px;
    text-decoration: none;
    box-sizing: border-box;
    color: var(--ICO-texto-mate, #343737);
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;}
.ico-account-shell .menu-item.active{border-left: 8px solid var(--ICO-Azul, #0B4460);
    background: var(--fondo, #F6F9FA);
    font-weight: 600;}
.ico-account-shell .menu-item-left{display: flex;
    align-items: center;
    gap: 8px;}
.ico-account-shell .menu-item-left img, .ico-account-shell .menu-item-left svg{width: 24px;
    height: 24px;}
.ico-account-shell .menu-item>svg{width: 24px;
    height: 24px;}
.ico-account-shell .mi-cuenta-content{width: 100%;
    max-width: 749px;}
.ico-account-shell .mi-cuenta-title{color: var(--ICO-Azul, #0B4460);
    font-family: "Avenir Next LT Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 8px 0;}
.ico-account-shell .mi-cuenta-subtitle{color: #41484D;
    font-family: "Avenir Next LT Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 32px 0;}
.ico-account-shell .desktop-only{display: inline-flex;}
.ico-account-shell span.desktop-only{display: inline;}
.ico-account-shell div.desktop-only{display: block;}
.ico-account-shell .mobile-only{display: none !important;}
@media (max-width: 1024px){.ico-account-shell .mi-cuenta-wrapper{padding: 0 24px 40px;}
.ico-account-shell .mi-cuenta-container{flex-direction: column;
        gap: 32px;
        margin-top: 24px;}
.ico-account-shell .mi-cuenta-sidebar{max-width: 100%;
        width: 100%;}
.ico-account-shell .mi-cuenta-content{max-width: 100%;
        width: 100%;}
.ico-account-shell .mi-cuenta-title{font-size: 28px;
        line-height: 32px;}
.ico-account-shell .desktop-only, .ico-account-shell span.desktop-only, .ico-account-shell div.desktop-only{display: none !important;}
.ico-account-shell .mobile-only{display: block !important;}
.ico-account-shell span.mobile-only{display: inline !important;}
.ico-account-shell div.mobile-only{display: block !important;}
.ico-account-shell button.mobile-only{display: inline-flex !important;}}

/* Fix integración Mis direcciones según maquetación */
.ico-account-shell .direcciones-header-row{align-items:flex-start;}
.ico-account-shell .btn-nueva-direccion svg{width:20px;height:20px;flex:0 0 20px;display:block;}
.ico-account-shell .direccion-card.direccion-pendiente{border-color:#E5E8EC!important;background:#F6F9FA!important;box-shadow:none!important;}
.ico-account-shell .direccion-card.direccion-pendiente .direccion-card-title,
.ico-account-shell .direccion-card.direccion-pendiente .direccion-card-text{color:#69727D!important;}
.ico-account-shell .direccion-card.direccion-pendiente .icon-edificio path{fill:#C2C7CF!important;}
.ico-account-shell .direccion-card.direccion-pendiente .direccion-card-actions{border-top-color:#E5E8EC;}
.ico-account-shell .editar-direccion-form .form-row.two-cols,
.ico-account-shell .editar-direccion-form .form-row-2col{display:flex;gap:24px;width:100%;}
.ico-account-shell .editar-direccion-form .form-input,
.ico-account-shell .editar-direccion-form .form-select,
.ico-account-shell .editar-direccion-form .form-control{display:flex;height:48px;padding:12px 16px;box-sizing:border-box;align-items:center;border-radius:4px;border:1px solid var(--ICO-Gris,#A4A4A4);background:var(--ICO-Blanco,#FFF);color:var(--ICO-texto-mate,#343737);font-family:"Avenir Next LT Pro",sans-serif;font-size:16px;font-weight:400;line-height:24px;width:100%;outline:none;transition:border-color .2s ease;}
.ico-account-shell .editar-direccion-form .form-select{appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23343737' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 16px center;background-size:16px;cursor:pointer;}
.ico-account-shell .editar-direccion-form .form-input:focus,
.ico-account-shell .editar-direccion-form .form-select:focus,
.ico-account-shell .editar-direccion-form .form-control:focus{border-color:var(--ICO-Celeste,#459CD6);}
.ico-account-shell .switch-predeterminado-container{display:flex;padding:16px;justify-content:space-between;align-items:center;border-radius:4px;background:#F3F3F3;margin-top:8px;}
.ico-account-shell .switch-left{display:flex;align-items:center;gap:12px;}
.ico-account-shell .switch-label-text{color:#1A1C1C;font-family:"Avenir Next LT Pro",sans-serif;font-size:14px;font-weight:700;line-height:20px;}
.ico-account-shell .custom-switch{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0;}
.ico-account-shell .custom-switch input{opacity:0;width:0;height:0;}
.ico-account-shell .switch-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#C2C7CF;transition:.3s;border-radius:12px;}
.ico-account-shell .switch-slider:before{position:absolute;content:"";height:16px;width:16px;left:4px;bottom:4px;background-color:white;transition:.3s;border-radius:50%;}
.ico-account-shell .custom-switch input:checked+.switch-slider{background-color:var(--ICO-Celeste,#459CD6);}
.ico-account-shell .custom-switch input:checked+.switch-slider:before{transform:translateX(20px);}
.ico-account-shell .form-buttons-row{display:flex;justify-content:flex-end;gap:16px;margin-top:16px;}
.ico-account-shell .btn-cancelar-edit{display:flex;height:50px;padding:15px 22px 15px 23px;justify-content:center;align-items:center;border-radius:25px;border:2px solid var(--ICO-Celeste,#459CD6);color:var(--ICO-Celeste,#459CD6);background:transparent;font-family:"Avenir Next LT Pro",sans-serif;font-size:16px;font-weight:700;line-height:normal;cursor:pointer;transition:background .3s,color .3s;width:200px;box-sizing:border-box;}
.ico-account-shell .btn-cancelar-edit:hover{background:rgba(69,156,214,.08);}
.ico-account-shell .btn-guardar-edit{display:flex;height:50px;padding:15px 22px 15px 23px;justify-content:center;align-items:center;border-radius:25px;background:var(--ICO-Celeste,#459CD6);color:var(--ICO-Blanco,#FFF);border:none;font-family:"Avenir Next LT Pro",sans-serif;font-size:16px;font-weight:700;line-height:normal;cursor:pointer;transition:background .3s,opacity .3s;width:200px;box-sizing:border-box;}
.ico-account-shell .btn-guardar-edit:hover:not(.inactive):not(:disabled){background:#009ED6;}
.ico-account-shell .btn-guardar-edit.inactive,
.ico-account-shell .btn-guardar-edit:disabled{background:#C2C7CF!important;color:#FFF!important;cursor:not-allowed;opacity:.85;}
.ico-account-shell .modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.44);display:flex;justify-content:center;align-items:center;z-index:10000;}
.ico-account-shell .modal-content{width:100%;max-width:500px;min-height:266px;background:#FFF;border-radius:4px;box-shadow:0 4px 6px -1px rgba(0,0,0,.10),0 2px 4px -2px rgba(0,0,0,.10);position:relative;box-sizing:border-box;padding:32px 24px;display:flex;flex-direction:column;justify-content:center;align-items:center;}
.ico-account-shell .modal-close{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;}
.ico-account-shell .modal-body{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;}
.ico-account-shell .modal-icon{width:64px;height:64px;object-fit:contain;margin-bottom:20px;}
.ico-account-shell .modal-title{color:var(--ICO-Azul,#0B4460);text-align:center;font-family:"Avenir Next LT Pro",sans-serif;font-size:24px;font-weight:700;line-height:32px;letter-spacing:-.6px;margin:0 0 8px 0;}
.ico-account-shell .modal-text{color:var(--ICO-texto-mate,#343737);text-align:center;font-family:"Avenir Next LT Pro",sans-serif;font-size:16px;font-weight:400;line-height:26px;margin:0;}
.ico-account-shell .delete-modal{height:auto!important;padding:32px 24px!important;}
.ico-account-shell .alert-icon{width:64px;height:64px;margin-bottom:20px;}
.ico-account-shell .modal-buttons{display:flex;gap:16px;width:100%;justify-content:center;}
.ico-account-shell .btn-modal-cancel{display:flex;height:40px;padding:0 24px;justify-content:center;align-items:center;border-radius:20px;border:1px solid var(--ICO-Celeste,#459CD6);background:#FFF;color:var(--ICO-Celeste,#459CD6);font-family:"Avenir Next LT Pro",sans-serif;font-size:15px;font-weight:700;cursor:pointer;}
.ico-account-shell .btn-modal-confirm{display:flex;height:40px;padding:0 24px;justify-content:center;align-items:center;border-radius:20px;border:none;background:#FF0000;color:#FFF;font-family:"Avenir Next LT Pro",sans-serif;font-size:15px;font-weight:700;cursor:pointer;}
@media (max-width:768px){.ico-account-shell .editar-direccion-form .form-row-2col,.ico-account-shell .editar-direccion-form .form-row.two-cols{flex-direction:column;gap:24px}.ico-account-shell .form-buttons-row{flex-direction:column-reverse;gap:16px;width:100%;margin-top:0}.ico-account-shell .btn-cancelar-edit,.ico-account-shell .btn-guardar-edit{width:100%!important}}

/* Mi cuenta > Lista de compras: asegurar que los SVG inline se vean como la maquetación. */
.ico-account-shell #tab-lista-compras .lista-compras-box .action-btn,
.ico-account-shell #tab-lista-compras .compras-seccion .action-btn {
    background: #FFF;
    color: #0B4460;
    border-color: #0B4460;
}

.ico-account-shell #tab-lista-compras .lista-compras-box .action-btn:first-child {
    background: #FFF;
    color: #0B4460;
}

.ico-account-shell #tab-lista-compras .action-btn svg,
.ico-account-shell #tab-lista-compras .action-btn svg path {
    display: block;
    color: currentColor;
    stroke: currentColor;
}

.ico-account-shell #tab-lista-compras .action-btn:hover {
    background: #0B4460;
    color: #FFF;
    border-color: #0B4460;
}
