.section-list-loop {
    padding: 0 0 20px;
}

.list-item-border-wrapper {
    border-radius: 7.59px;
    padding: 2px; /* Ancho del borde */
    background: linear-gradient(90deg, rgba(244, 222, 147, 0.2) 0%, rgba(244, 222, 147, 0.8) 100%);
    margin-bottom: 16px;
    /* Forzar que el contenido interno respete el borde redondeado */
    box-sizing: border-box;
}
.list-item-border-wrapper > .list-item {
    border-radius: 5.59px; /* Un poco menor que el wrapper para que no sobresalga */
    background: #0F3333; /* o tu fondo */
}

.section-list-loop .list-item {
    position: relative;
    border-radius: 7.59px;
    background-image:
        linear-gradient(91.09deg, #0F3333 0%, rgba(77, 201, 255, 0.7) 98.98%),
        url('../../../img/background-item.png'); /* Ajusta si necesario */
    background-repeat: no-repeat;
    background-size: 100% 100%, auto 140%;
    background-position: center center, right center;
    box-shadow: 0px 3.8px 7.59px 0px rgba(0, 0, 0, 0.06);
    color: #fff;
    transition: background-image 0.3s ease-in-out, filter 0.3s ease-in-out;
    border: none;
}

.section-list-loop .list-item:hover {
    background-image:
        linear-gradient(91.09deg, rgba(77, 201, 255, 0.2), rgba(77, 201, 255, 0.7) 98.98%),
        url('../../../img/background-item.png');
    filter: brightness(1.05);
}





.section-list-loop .list-item .col {
    padding: 0 2px;
    text-align: center;
}

.section-list-loop .r-col-1 {
    flex: 0 0 4%;
    width: 4%;
    /*max-width: 50px;*/
}

.section-list-loop .r-col-2 {
    flex: 0 0 14%;
    width: 26%;
    /*max-width: 320px;*/
    /* padding: 0 !important; */
    /* display: flex; */
    /* align-items: center; */
    gap: 12px;
}

.section-list-loop .r-col-3 {
    flex: 0 0 32%;
    width: 32%;
    /*max-width: 390px;*/
}

.section-list-loop .r-col-4 {
    flex: 0 0 17%;
    width: 17%;
    /*max-width: 200px;*/
}

.section-list-loop .r-col-5 {
    flex: 0 0 21%;
    width: 21%;
    /*max-width: 260px;*/
}


.section-list-loop .list-item .badge 
{
    font-family: "Geist Variable", sans-serif;
    position: absolute;
    top: -10px;
    left: -1px;
    border-radius: 3.8px 3.8px 3.8px 0px;
    padding: 1.9px 7.59px ;
    background: #DE9B35;
    color: #ffff;
    font-size: 11.39px;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    text-align: center;
    z-index: 10; /* para que quede encima */
}



.gradient-text {
    /* background: linear-gradient(to right, #FE910A, #D8371E);
     */
     background-color: #000000;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }

.section-list-loop .list-item .stars-list {
    display: flex;
    align-items: center;
    gap: 2px;
    justify-content: center;
    color: #7C27B8;
    font-size: 14px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.10);
    padding: 2px 2px 3px;
}

.section-list-loop .list-item .btn-action {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 2px 2px rgba(158, 48, 0, 0.69);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    display: block;
    border-radius: 5px;
    padding: 15px 20px;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
    text-decoration: none !important;
}

.section-list-loop .list-item .btn-action span {
    z-index: 1;
    position: relative;
}


.section-list-loop .list-item .btn-action:before {
    content: "";
    background-color: #ffff;
    /* background-image: linear-gradient(90deg,#D8371E, #FE910A 50%, #D8371E 100%); */
    background: linear-gradient(90deg, #E554DC 0%, #FD73FF 100%);
    box-shadow: 0px -3px 0px 0px #00000063 inset;
    box-shadow: 0px 2px 0px 0px #FFFFFF70 inset;
    box-shadow: 0px 0px 53.1px 0px #680043;

    padding-top: 16px;
    padding-right: 12px;
    padding-bottom: 16px;
    padding-left: 12px;
    gap: 10px;
    border-radius: 10px;

    display: inline-block;
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    transition: 0.3s;
    z-index: 0;
}

.section-list-loop .list-item .btn-action:hover {
    text-decoration: none;
}

.section-list-loop .list-item .btn-action:hover:before {
    right: -100%;
    
}


.section-list-loop .list-item .item-description .title {
    font-family: "Geist", sans-serif;
    color: #ffff;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    font-size: 17.08px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-bottom: 15px;
    color: #FF9A00;

}

.section-list-loop .list-item .item-description p {
    font-family: "Geist", sans-serif;
    font-weight: 700;
    font-size: 20.78px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: lowercase;
    margin-top: 0px !important;
}

.section-list-loop .list-item .img-wrapp {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    /* flex: 1; */
}

.section-list-loop .list-item .img-wrapp a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding-right: 15px; */
}



.section-list-loop .list-item .rating-score {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 0;
}

.section-list-loop .list-item .stars {
    --percent: calc((var(--rating) - 0.45) / 10 * 100%);
    display: inline-block;
    font-size: 27px;
    font-family: Times;
    line-height: 1;
    margin-bottom: 10px;
}
.section-list-loop .list-item .stars::before {
    content: "★★★★★";
    letter-spacing: 3px;
    background: linear-gradient(90deg, #FFC652 var(--percent), #f0f0cf var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-list-loop .score-title {
    color: #FFF;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section-list-loop .list-item .paiment-opt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-list-loop .list-item .paiment-opt img {
    width: 100%;
}


@media (max-width: 1423px) {
    .section-list-loop .list-item .btn-action {
        font-size: 12px;
    }

    .section-list-loop .list-item .item-description .title {
        font-size: 15px;
    }
    
    .section-list-loop .list-item .item-description p {
        font-size: 26px;
    }

    .section-list-loop .list-item .stars-list {
        font-size: 12px;
    }
    .section-list-loop .list-item .stars {
        font-size: 20px;
    }

}


@media (max-width: 991px) {
    .section-list-loop .list-item .item-description .title{
        margin-bottom: 0px;
    }
  .section-list-loop .list-item {
        background-image: 
        linear-gradient(167.21deg, #0F3333 25.2%, rgba(0, 136, 194, 0.7) 79.23%),
        url('../../../img/background-item.png');
        background-size: 100% 100%, 200% 50%;           /* fondo 1 = cover, fondo 2 = más pequeño */
        background-position: center center, left bottom; /* fondo 1 centrado, fondo 2 abajo a la izquierda */
        background-repeat: no-repeat;
    }
    .section-list-loop .list-item .col {
        flex: 0 0 100%;
        width: 100%;
        padding: 0;
    }

    .section-list-loop .list-item .img-wrapp img{
        width: 82.59649658203125px;
        height: 82.59649658203125px;
    }

    .section-list-loop .list-item .number{
        font-size: 13px;
        margin-left: -20px;
    }
    .section-list-loop .list-items {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 2rem;
    }

    .section-list-loop .list-item {
        flex: 0 0 calc(50% - 8px);
        margin: 0 auto;
        gap: 10px;
        row-gap: 0;
    }

    .section-list-loop .heading {
        display: none;
    }



    .section-list-loop .list-item .item-description p {
        font-size: 32px;
    }

    .section-list-loop .list-item .img-wrapp {
		height: 135px;
	}

    .section-list-loop .list-item .r-col-1 {
        text-align: left;
        padding: 0 0 0 20px;
        display: flex;
        gap: 30px;
        align-items: center;
    }

    .section-list-loop .list-item .r-col-4 {
        margin-bottom: 25px;
    }

    .section-list-loop .list-item .rating-score {
        font-size: 20px;
        line-height: 1.2;
        order: 2;
    }

    .section-list-loop .list-item .item-description .title {
        font-size: 16px;
        margin-left: -20px;
    }

    .section-list-loop .list-item .btn-action {
        font-size: 18px;
    }

    .section-list-loop .list-item .stars {
        font-size: 25px;
        margin-bottom: 0;
    }

    .section-list-loop .score-title {
        font-size: 14px;
    }

}

@media (max-width: 650px) {
    .section-list-loop {
        margin: 0 0 1rem;
    }

    .section-list-loop .list-items {
        flex-direction: column;
    }

    .section-list-loop .list-item {
        flex: none;
    }

    .section-list-loop {
        padding: 0;
    }

}

