.hfp-featured-product-section {
    background-color: #fff;
    border-radius: 1rem;
    padding: 1.25rem;
    min-width: 267px;
    flex-grow: 1;
}

.hfp-container {
    max-width: 500px;
    margin: 0 auto;
}

.hfp-title {
    color: #147be3 !important;
    margin-bottom: 1.25rem;
    font-size: 2.5rem;
    font-weight: bold;
}

.hfp-product-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
}

.hfp-product-image-wrapper {
    position: relative;
    border-radius: 0.375rem;
    overflow: hidden;
    width: 100%;
}

.hfp-product-image-wrapper img {
    width: 100% !important;
}

.hfp-product-info {
    padding-top: 1.25rem;
}

.hfp-badge {
    border: 1px solid #147be3;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.125rem 0.5rem;
    border-radius: 0.125rem;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    color: #147be3;
}

.hfp-product-title {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.hfp-product-title-link {
    color: #383836;
    text-decoration: none;
}

.hfp-product-title-link:hover,
.hfp-product-title-link:active {
    color: #147be3;
}

.hfp-price-wrapper {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    font-weight: bold;
    color: #147be3;
}

.hfp-price-history {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.25rem;
    font-size: 0.75rem;
    color: #999;
}

.hfp-line-through {
    text-decoration: line-through;
}

.hfp-sale-timer {
    display: flex;
    gap: 0.25rem;
    margin-top: 0.5rem;
}

.hfp-timer-segment {
    background-color: #FBFBFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    min-width: 41px;
}

.hfp-timer-segment p {
    margin: 0 !important;
}

.hfp-timer-num {
    font-size: 0.75rem;
    color: #555;
}

.hfp-timer-label {
    font-size: 0.625rem;
    color: #888888;
}

.hfp-add-to-cart {
    margin-top: 0.5rem;
}

.hfp-timer-title {
    font-size: 0.75rem;
}

.hfp-round-start {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    width: 100%;
}

.hfp-round-end {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.overflow-hidden {
    overflow: hidden;
}


.grid-landing-page ul {
    display: grid !important;
    grid-template-columns: repeat(4, auto) !important;
    margin-bottom: 0 !important;
}

.grid-landing-page ul::before {
    display: none !important;
}

.hfp-sale-badge {
    border: 1px solid #147be3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    height: fit-content;
    padding: 0.225em;
}

.hfp-add-to-cart-btn{
    width: 100% !important;
    text-align: center;
}

.hfp-cursor-grabbing{
    cursor: grabbing !important;
}

@media (max-width:64rem) {
    .grid-landing-page ul {
        grid-template-columns: repeat(2, auto) !important;
    }
}

@media (max-width:781px) {
    .grid-landing-page ul {
        display: flex !important;
    }
}