.hotel-card-container.hotel-card-container--product {
    width: 21.5rem;
    max-width: 85vw;
    height: auto;
    margin-bottom: 0.75rem;
}

.hotel-card.hotel-card--product {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 0.7rem 0.7rem 0.85rem;
    border-radius: 1.75rem;
    background: #fff;
    border: 1px solid rgba(24, 28, 50, 0.04);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hotel-card--product .hotel-card__media {
    position: relative;
    width: 100%;
}

.hotel-card--product .image-container,
.hotel-card--product .hotel-card__image {
    display: block;
    position: relative;
    width: 100%;
    height: 12.5rem;
    overflow: hidden;
    border-radius: 1.25rem;
    flex-basis: auto;
}

.hotel-card--product .image-container img,
.hotel-card--product .hotel-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    display: block;
    transition: transform 0.4s ease;
    transform: scale(1.3);
}

.hotel-card--product .hotel-card__stars {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.08rem;
    padding: 0.28rem 0.5rem;
    border-radius: 999px;
    background: #fff;
    color: #ffd56a;
    box-shadow: 0 4px 12px rgba(24, 28, 50, 0.12);
    pointer-events: none;
}

.hotel-card--product .hotel-card__stars svg {
    width: 0.9rem;
    height: 0.9rem;
}

.hotel-card--product .info-container,
.hotel-card--product .hotel-card__body {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding: 0.95rem 0.35rem 0.15rem;
    justify-content: flex-start;
}

.hotel-card--product .hotel-card__head {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
}

.hotel-card--product .hotel-card__title {
    flex: none;
    min-width: 0;
    color: #1b2140 !important;
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.55;
    text-align: right;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hotel-card--product .hotel-card__location,
.hotel-card--product .info-container .location {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.25rem;
    max-width: 100%;
    color: #9aa0ae;
    font-size: 0.8rem;
    margin-top: 0;
    flex-shrink: 1;
}

.hotel-card--product .hotel-card__location .location__icon,
.hotel-card--product .info-container .location .location__icon {
    display: inline-flex;
    color: var(--primary-50, #f97a00);
    margin: 0;
    transform: none;
}

.hotel-card--product .hotel-card__location .location__icon svg,
.hotel-card--product .info-container .location .location__icon svg {
    width: 15px;
    height: 15px;
    color: var(--primary-50, #f97a00);
}

.hotel-card--product .hotel-card__location .location__text,
.hotel-card--product .info-container .location .location__text {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hotel-card--product .hotel-card__amenities {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0.4rem;
    width: 100%;
}

.hotel-card--product .hotel-card__amenity {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    min-height: 3.15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.22rem;
    padding: 0.45rem 0.28rem;
    border-radius: 0.9rem;
    background: #f7f3ee;
    color: #8b8f9c;
    font-size: 0.62rem;
    text-align: center;
    line-height: 1.3;
}

.hotel-card--product .hotel-card__amenity-name {
    display: block;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hotel-card--product .hotel-card__amenity-icon {
    display: flex;
    color: var(--primary-50, #f97a00);
}

.hotel-card--product .hotel-card__amenity-icon svg,
.hotel-card--product .hotel-card__amenity-icon img {
    width: 1.35rem;
    height: 1.35rem;
}

.hotel-card--product .hotel-card__amenity-icon img {
    object-fit: contain;
}

.hotel-card--product .hotel-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    margin-top: 0.15rem;
}

.hotel-card--product .hotel-card__price-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 2.85rem;
    padding: 0.3rem 0.6rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff9a2f 0%, #f97a00 100%);
    color: #fff;
    text-decoration: none;
    flex-shrink: 0;
    white-space: nowrap;
}

.hotel-card--product .hotel-card__price-label {
    color: #8b8f9c;
    font-size: 0.78rem;
    font-weight: 600;
    flex-shrink: 0;
}

.hotel-card--product .hotel-card__price-value {
    display: flex;
    align-items: baseline;
    gap: 0.2rem;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
}

.hotel-card--product .hotel-card__price-cta--phone .hotel-card__price-value {
    font-size: 0.7rem;
    font-weight: 700;
}

.hotel-card--product .hotel-card__price-chevron {
    display: inline-flex;
    width: 1rem;
    height: 1rem;
    color: #fff;
}

.hotel-card--product .hotel-card__price-chevron svg {
    width: 100%;
    height: 100%;
}

.hotel-card--product .hotel-card__title:hover {
    color: #1b2140;
}

.hotel-card--product .hotel-card__price-cta:hover {
    color: #fff;
}

.most-visited-container .swiper:has(.hotel-card--product),
.categories-hotels-section .swiper:has(.hotel-card--product),
.hotel__related-container .swiper:has(.hotel-card--product),
.post-hotels-slider .swiper:has(.hotel-card--product),
.swiper.hotel-card-swiper {
    height: auto !important;
    padding-top: 0.35rem;
    padding-bottom: 1.25rem;
}

.swiper.hotel-card-swiper .swiper-wrapper,
.most-visited-container .swiper:has(.hotel-card--product) .swiper-wrapper,
.categories-hotels-section .swiper:has(.hotel-card--product) .swiper-wrapper,
.hotel__related-container .swiper:has(.hotel-card--product) .swiper-wrapper,
.post-hotels-slider .swiper:has(.hotel-card--product) .swiper-wrapper {
    height: auto;
    align-items: stretch;
}

.swiper.hotel-card-swiper .swiper-slide,
.most-visited-container .swiper:has(.hotel-card--product) .swiper-slide,
.categories-hotels-section .swiper:has(.hotel-card--product) .swiper-slide,
.hotel__related-container .swiper:has(.hotel-card--product) .swiper-slide,
.post-hotels-slider .swiper:has(.hotel-card--product) .swiper-slide {
    height: auto;
}

@media (max-width: 480px) {
    .hotel-card-container.hotel-card-container--product {
        width: 18.75rem;
    }

    .hotel-card--product .image-container,
    .hotel-card--product .hotel-card__image {
        height: 10.75rem;
    }

    .hotel-card--product .hotel-card__amenity {
        min-height: 3rem;
        font-size: 0.58rem;
        padding: 0.4rem 0.2rem;
    }

    .hotel-card--product .hotel-card__title {
        font-size: 0.95rem;
    }
}
