﻿/* Hot Product Widget */
.elementor-widget-hot_product_widget,
.elementor-widget-hot_product_widget .elementor-widget-container {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.hp-widget {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
}

.hp-main-img {
    display: block;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    line-height: 0;
}

.hp-main-img img {
    width: 100%;
    max-width: 100%;
    height: 400px;
    display: block;
    object-fit: cover;
    object-position: center;
}

.hp-info-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 54px;
    display: flex;
    align-items: flex-end;
    background: rgba(240,235,228,0.88);
    overflow: visible;
}

.hp-info-text {
    display: flex;
    align-items: center;
    flex: 1;
    height: 100%;
    padding: 0 12px 0 20px;
    min-width: 0;
    overflow: hidden;
    align-self: stretch;
}

.hp-rank {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    margin-right: 6px;
    white-space: nowrap;
}

.hp-arrow {
    color: #222;
    font-size: 14px;
    margin: 0 6px;
    flex-shrink: 0;
}

.hp-name {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    flex: 1;
}

.hp-label {
    flex-shrink: 0;
    height: 72px;
    align-self: flex-end;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #c9a86c 0%, #a67c52 100%);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 0 28px;
    border-radius: 10px 0 0 0;
}
