.comparador-header{
    position: relative;
    padding-top: 75px;
    padding-bottom: 70px;
}
.comparador-header h1{
    color: #000;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
}
.comparador-content{
    padding-bottom: 70px;
}
.col-comparador-cards{
    max-width: 100%;
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: flex-start;
    padding-top: 20px;
    padding-bottom: 30px;
    overflow: hidden;
    overflow-x: auto;
    position: relative;
    padding-left: 0;
}
.col-comparador-cards {
    scrollbar-width: auto; /* Firefox */
  }
  
  .col-comparador-cards::-webkit-scrollbar {
    height: 10px;
  }
  
  .col-comparador-cards::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 5px;
  }
.boat-card {
    width: 370px;
    min-width: 370px;
}
.boat-card-guide{
    min-width: 300px;
    max-width: 300px;
    display: flex;
    align-items: flex-end;
    margin-left: 0;
    position: sticky;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 9;
    padding-left: 115px;
    margin-top: -15px;
}
.boat-card-empty{
   
}
.boat-card-empty-wrapper{
    border-radius: 10px;
    border: 1px solid #B5B5B5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    min-height: 765px;
    height: 100%;
}
.boat-card-empty-wrapper:hover{
    background-color: #E2F0F7;
}
.boat-card-empty-wrapper:hover .badge-boat{
    background-color: #FFF;
}
.badge-boat{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background-color: #E2F0F7;
    transition: all 0.3s ease;
}
.badge-boat img{
    width: 36px;
    height: auto;
}
.boat-details-empty{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.boat-details-empty .badge-boat{
    margin-bottom: 10px;
}
.image-container {
    position: relative;
}
.image-container img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}
.close-button {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #fff;
    border: 1px solid #B5B5B5;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    cursor: pointer;
}
.close-button i{
    position: relative;
    top: -1px;
    font-size: 18px;
}
.boat-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 0;
    background-color: #fff;
    padding-bottom: 10px;
}
.info-left {
    display: flex;
    flex-direction: column;
}
.boat-info h2 {
    margin: 0 0 3px;
    font-size: 26px;
    color: #002A4E;
}
.boat-info p {
    margin: 0 0 10px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}
.price-info {
    text-align: right;
    padding-top: 5px;
}
.with-discount.with-discount-result{
    position: relative;
    top: 0;
    right: 0;
}
.price-info h4:not(.discounted-price){
    color: #0FAB52;
    font-size: 20px;
    font-weight: 400;
}
.discount {
    background-color: #0FAB52;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 10px;
}
.current-price {
    font-size: 20px;
    color: #0FAB52;
    margin-right: 10px;
}
.original-price {
    text-decoration: line-through;
    color: #999;
}
.contact-button {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #1699E3;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.boat-details {
    padding: 15px 0px;
    background-color: #fff;
    width: 100%;
    padding-bottom: 0px;
}
.boat-details p {
    margin: 0;
    padding: 8px 12px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
.boat-details p:nth-child(odd) {
    background-color: #f5f5f5;
}

.boat-details p:nth-child(even) {
    background-color: #fff;
}

@media (max-width: 1440px) {
    .boat-card-guide{
        padding-left: 95px;
    }
}

@media (max-width: 1200px) {
    .boat-card-guide{
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
    .with-discount.with-discount-result.desktop h4:not(.discounted-price){
        display: inline-block;
    }
    .with-discount.with-discount-result.desktop h4.discounted-price{
        display: inline-block;
    }
    .comparador-header {
        position: relative;
        padding-top: 45px;
        padding-bottom: 20px;
    }
    .comparador-header h1{
        font-size: 32px;
        line-height: 1.2;
    }
    .col-comparador-cards {
        scrollbar-width: none; 
    }
    .col-comparador-cards::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera: Hide scrollbar */
    }
    .col-comparador-cards{
        padding-left: 15px;
    }
    .boat-card-guide{
        position: relative;
        margin-top: 0;
    }

}

@media (max-width: 575px) {
    .boat-card{
        min-width: 100vw;
        width: 100vw;
        padding-right: 15px;
        padding-left: 15px;
    }
    .boat-card-empty{
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-comparador-cards{
        gap: 10px;
    }
    .boat-card-guide{
        min-width: 180px;
        width: 180px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comparador-header h1{
        font-size: 26px;
    }
}