.valo-hot-deals-carousel-wrap {
    position: relative;
    
}

.valo-hot-deals-main-swiper {
    position: relative;
    overflow: hidden;
}

.valo-hot-deals-main-swiper .swiper-slide {
    height: auto;
}
.valo-hot-deals-main-swiper .valo-hot-deals-main-pagination {
    position: relative;
    bottom: auto !important;
    margin-top: 20px;
    text-align: center;
}

.valo-hot-deals-carousel-wrap .valo-hot-deals-main-prev,
.valo-hot-deals-carousel-wrap .valo-hot-deals-main-next {
    width: 42px!important;
    height: 42px!important;
    margin-top: -21px;
    border-radius: 999px;
    background: var(--valo-blue)!important;
    color: #fff!important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.valo-hot-deals-carousel-wrap .valo-hot-deals-main-prev:after,
.valo-hot-deals-carousel-wrap .valo-hot-deals-main-next:after {
    font-size: 16px;
    font-weight: 700;
}
@media (min-width: 768px) {
.valo-hot-deals-carousel-wrap .valo-hot-deals-main-prev {
    left: -26px!important;
}

.valo-hot-deals-carousel-wrap .valo-hot-deals-main-next {
    right: -26px!important;
}
}
@media (max-width: 767px) {
.valo-hot-deals-carousel-wrap .valo-hot-deals-main-prev {
    left: -6px!important;
}
.valo-hot-deals-carousel-wrap .valo-hot-deals-main-next {
    right: -6px!important;
}
}

.valo-hot-deals-main-swiper .valo-hot-deal-card {
    height: 100%;
}

.valo-hot-deal-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border: 1px solid #ddd;
}

.valo-hot-deal-card__image-wrap {
    position: relative;
}
.valo-hot-deal-card__swiper {
    position: relative;
}

.valo-hot-deal-card__swiper.swiper.swiper-container-horizontal>.swiper-pagination-bullets,
.valo-hot-deal-card__swiper .swiper-pagination {
    bottom: 12px !important;
    position: absolute!important;
    left: 50%;
    transform: translateX(-50%);

}

.valo-hot-deal-card__swiper .swiper-button-prev,
.valo-hot-deal-card__swiper .swiper-button-next {
    width: 36px;
    height: 36px;
    margin-top: -18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: #111;
}

.valo-hot-deal-card__swiper .swiper-button-prev:after,
.valo-hot-deal-card__swiper .swiper-button-next:after {
    font-size: 14px;
    font-weight: 700;
}

.valo-hot-deal-card__swiper .swiper-button-prev {
    left: 12px;
}

.valo-hot-deal-card__swiper .swiper-button-next {
    right: 12px;
}
.elementor img.valo-hot-deal-card__image,
.valo-hot-deal-card__image {
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.valo-hot-deal-card__image-wrap.swiper-container-horizontal>.swiper-pagination.swiper-pagination-bullets {
    position: absolute!important;
}

.valo-hot-deal-card__gallery-hidden {
    display: none;
}

.valo-hot-deal-card__badge {
    position: absolute;
    top: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.valo-hot-deal-card__badge--discount {
    left: 14px;
    background: #ff0000;
    color: #fff;
    z-index: 1;
}

.valo-hot-deal-card__badge--featured {
    right: 14px;
    background: #44af37;
    color: #fff;
    z-index: 1;
}

.valo-hot-deal-card__content {
    padding: 0 20px 20px 20px;
    color: var(--main-blue);

}
.valo-hot-deal-card__content h3 {
    color: var(--main-blue);
}

.valo-hot-deal-card__title {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
}

.valo-hot-deal-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-bottom: 14px;
    font-size: 14px;
    color: #666;
}

.valo-hot-deal-card__price-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.valo-hot-deal-card__price {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: red;
}

.valo-hot-deal-card__original-price {
    font-size: 20px;
    text-decoration: line-through;
}

.valo-hot-deal-card__details {
    display: grid;
    gap: 1px;
    margin-bottom: 20px;
    font-size: 13px;
    
}

.valo-hot-deal-card__actions {
    display: flex;
    justify-content: space-around;
    gap: 12px;
}
.valo-hot-deal-card__actions a i {
    margin-right: 6px;
    font-size: 20px;
}
.valo-hot-deal-card__actions a i.fa-whatsapp {
    background-color: #25d366;
    border-radius: 50%;
    color: #fff;
}
.swiper-slide a.valo-hot-deal-card__btn,
.valo-hot-deal-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--valo-blue);
    border: 2px solid var(--valo-blue);
    color: #fff;
    min-height: 44px;
    padding: 4px 4px;
    width: 50%;
    border-radius: 8px;
    text-decoration: none;
    font-size: 12px;
    transition: opacity 0.3s ease, color 0.3s ease;
}
.valo-hot-deal-card__btn:hover {
    opacity: 0.8;
    color: #fff;
}

.valo-hot-deals-list-wrap {
    display: grid;
    gap: 32px;
}

.valo-hot-deals-filters {
    padding: 18px 20px;
    border-radius: 18px;
    background: #f7f7f7;
}

.valo-hot-deals-filters__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
    align-items: end;
}

.valo-hot-deals-filters__field {
    display: grid;
    gap: 6px;
}
.valo-hot-deals-filters__field.vhd-checkboxes {
    display: flex;
    gap: 10px;
    width: fit-content;
}

.valo-hot-deals-filters__field label {
    font-size: 13px;
    font-weight: 600;
}

.valo-hot-deals-filters__field input,
.valo-hot-deals-filters__field select {
    min-height: 42px;
    padding: 8px 12px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 0;
}

.valo-hot-deals-filters__field {
    display: grid;
    gap: 8px;
}

.valo-hot-deals-filters__field label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
}

.valo-hot-deals-filters__field input,
.valo-hot-deals-filters__field select {
    min-height: 46px;
    padding: 10px 14px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 0!important;
}

.valo-hot-deals-filters__actions {
    display: flex;
    gap: 12px;
    margin-top: 18px;
}

.valo-hot-deals-filters__submit,
.valo-hot-deals-filters__reset {
    display: inline-flex;
    font-family: inherit!important;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border: 0;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
}
button[type=submit].valo-hot-deals-filters__submit,
.valo-hot-deals-filters__submit {
    background: var(--valo-blue);
    border-color: var(--valo-blue);
    background-image: none;
    color: #fff;
    border-radius: 20px;
    
}
button[type=submit].valo-hot-deals-filters__submit:hover {
    background: var(--main-gold);
    border-color: var(--main-gold);
}

.valo-hot-deals-filters__reset {
    background: #ececec;
    color: #111;
}

.valo-hot-deals-list-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.valo-hot-deals-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.valo-hot-deals-pagination__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    border-radius: 10px;
    background: var(--valo-blue);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
}
.valo-hot-deals-pagination__link:hover {
    background: #111;
    color: #fff;
}
.valo-hot-deals-checkbox {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid var(--valo-blue);
    border-radius: 999px;
    background: #fff;
    color: var(--valo-blue);
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    margin: 0 10px 10px 0;
    position: relative;
    overflow: hidden;
}
.valo-hot-deals-filters-wrap {
    display: grid;
    gap: 12px;
}

.valo-hot-deals-filters-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    min-height: 42px;
    padding: 10px 18px;
    border: 1px solid var(--valo-blue);
    border-radius: 999px;
    background: #fff;
    color: var(--valo-blue);
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: all 0.18s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.valo-hot-deals-filters-toggle:hover {
    background: var(--valo-blue);
    color: #fff;
}

.valo-hot-deals-filters-wrap.is-open .valo-hot-deals-filters-toggle {
    background: var(--valo-blue);
    color: #fff;
}

@media (max-width: 767px) {
    .valo-hot-deals-filters-toggle {
        width: 100%;
    }
}
.valo-hot-deals-checkbox input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.valo-hot-deals-checkbox span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.valo-hot-deals-checkbox:hover {
    background: rgba(0, 46, 255, 0.06);
}

.valo-hot-deals-checkbox:has(input:checked) {
    background: var(--main-gold);
    border-color: var(--main-gold);
    color: #fff;
}
.valo-hot-deal-meta-top {
    display: flex;
    
    flex-wrap: nowrap;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
}
.valo-hot-deal-meta-top__item {
    padding: 4px;
    font-size: 12px;
    color: var(--main-blue);
    width: 50%;
}
.valo-hot-deal-meta-top__item:nth-child(2) {
    border-left: 1px solid #ddd;
    text-align: right;
}

.valo-hot-deals-pagination__link.is-active {
    background: #111;
    color: #fff;
}
.valo-hot-deal-card__extra-badges {
    position: absolute;
    left: 14px;
    top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    z-index: 3;
}
.valo-hot-deal-card__extra-badges.movedown {
   top: 46px;
}

.valo-hot-deal-card__extra-badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    background: rgba(255, 255, 255, 0.95);
    color: #111;
}

.valo-hot-deal-card__extra-badge {
    background: red;
    color: #fff;
}

@media (max-width: 1200px) {
    .valo-hot-deals-filters__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .valo-hot-deals-list-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1201px) {
    .valo-hot-deals-filters__actions {
        margin-top: 14px;
    }
}

@media (max-width: 767px) {
    .valo-hot-deals-filters__grid,
    .valo-hot-deals-list-grid {
        grid-template-columns: 1fr;
    }

    .valo-hot-deals-filters__actions {
        flex-direction: column;
    }
}

@media (max-width: 1024px) {
    .valo-hot-deals-carousel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .valo-hot-deals-carousel {
        grid-template-columns: 1fr;
    }
    .valo-hot-deal-card__original-price,
    .valo-hot-deal-card__price {
        font-size: 17px;
    }

}