.hs-fp {
    padding-top:70px;
    padding-bottom:70px;
    background:#f6f6f6;
}

.featured-products .section-title {
    max-width:750px;
    width:100%;
    margin:0 auto;
}

.featured-products .products.product-loop .product {
    display: flex !important;
}

.featured-products .product-grid-style-0 {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1;
}

.featured-products  article.product-miniature {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
    background: #fff; 
    justify-content: start;
}

.featured-products .product-description > div:last-child {
    margin-top: auto;
}

.product-miniature._fp {
    transition: all 0.3s ease-in-out;
    border-radius:3px;
    overflow: hidden;
}

.product-miniature._fp ._fp-desc {
    font-size:15px;
    line-height:1.4;
}

.product-miniature._fp:hover {
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.12);
}

.product-miniature._fp h3 {
    min-height:initial !important;
}

.product-miniature._fp h3 a {
    font-weight: 600 !important;
    font-size: 18px !important;
}

.product-miniature._fp .calendar-item {
    position: relative;
    padding: 10px;
    margin: 0 3px;
}

.product-miniature._fp .di-calendar-swiper .slick-dotted.slick-slider {
    margin-bottom: 8px;
}

.product-miniature._fp .swiper-pagination .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 4px;
}

.product-miniature._fp .swiper-pagination .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 4px;
}

.product-miniature._fp .swiper-controls-wrapper .slick-arrow {
    width: 28px;
    height: 28px;
}

.product-miniature._fp .swiper-controls-wrapper .slick-arrow::after {
    font-size: 16px !important;
}

.product-miniature._fp .calendar-item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.product-miniature._fp .calendar-item .cal-month {
    font-size: 14px;
}

.product-miniature._fp .calendar-item .current-price {
    font-size: 15px;
    margin-bottom: 3px;
}

.product-miniature._fp .product-description {
    padding: 20px !important;
}

.top-pr-wrapper {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 30;
}

.top-pr-wrapper .top-pr-badge {
    display: block;
    background: #d66327;
    color: #fff;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 3px;
}

._fp-product-variant {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 10px 0;
}

.attribute-box {
    display: flex;
    align-items: stretch;
    border-radius: 3px;
    overflow: hidden;
    max-width: fit-content;
    border: 1px solid #e5e5e5;
}

.attribute-header {
    background-color: #e5e5e5;
    color: #555;
    font-size: 13px;
    font-weight: 500;
    padding: 1px 10px;
    display: flex;
    align-items: center;
    width: 145px;
    line-height: 1.4;
}

.attribute-body {
    background-color: #f8f8f8;
    color: #666;
    font-size: 13px;
    font-weight: 600;
    padding: 1px 12px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    line-height: 1.4;
}

.inc-in-set-wrapper ul {
    list-style:none;
    margin:0;
    padding:0;
}

.inc-in-set-wrapper h3 {
    font-size:16px;
    font-weight:500;
    color:#0f7238;
    margin-bottom:5px;
}

.inc-in-set-wrapper ul li {
    line-height:1.2;
    color:#0f7238 !important;
    position:relative;
    padding-left:25px;
    margin-bottom:2px;
}

.inc-in-set-wrapper ul li i {
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
}

.inc-in-set-wrapper ul li span {
    font-size:14px;
    font-weight:500;
}