.product .badge-container {
    margin-top: 15px;
}

.product .badge-circle, .product .badge-outline {
    margin-left: 0 !important;
    width: 60px !important;
    height: 30px !important;
    font-size: 16px !important;
}

.product .badge-circle+.badge {
    margin-top: 4px;
}

.product .badge-circle .badge-inner, .product .badge-circle-inside .badge-inner {
    border-radius: 0;
    font-weight: normal;
}

.product-small .col-inner {
    background: #fff;
    padding: 10px 20px 20px;
    height: 100%;
}

.product.product-small {
    padding: 0 8px 16px !important;
}

.product-small .box-image {
    margin: 0 -10px;
}

.product-small .box-image img {
    height: 220px;
    object-fit: contain;
}

.product-small .box-text {
    padding: 16px 0 0;
    line-height: 1.4;
}

.product-small .box-text p {
    margin: 0;
}

.product-small .box-text .category {
    font-size: 14px;
    opacity: 1;
    padding-bottom: 3px;
    letter-spacing: 0;
}

.product-small .box-text .name a {
    font-size: 16px;
    color: #183a4a;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: .25s ease all;
}

.product-small .price-wrapper {
    padding-top: 4px;
}

.product-small .price-wrapper .price {
    line-height: 1.4;
    font-size: 16px;
}

.product-small .price-wrapper .price ins .amount {
    color: var(--fs-color-secondary);
}

.product-small:hover .product-small .box-text .name a {
    color: var(--fs-color-secondary);
}

.product-slider-home.slider-nav-circle {
    display: flex;
    flex-wrap: nowrap !important;
    padding-left: 5px;
    padding-right: 5px;
}

body .product-slider-home.slider-nav-circle .flickity-prev-next-button {
    opacity: 1;
    transform: none !important;
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    bottom: auto;
    margin: 0 !important;
}

body .product-slider-home.slider-nav-circle .flickity-prev-next-button:hover {
    opacity: .8;
}

.product-slider-home.slider-nav-circle .flickity-prev-next-button.previous {
    left: -16px;
}

.product-slider-home.slider-nav-circle .flickity-prev-next-button.next {
    right: -16px;
}

.product-slider-home .col {
    max-width: 20% !important;
    flex: 0 0 20% !important;
}

.product-slider-home.slider-nav-circle .flickity-button-icon {
    background: #183a4a;
    border: 10px solid #F5F7F8 !important;
}
.product-slider-home.slider-nav-circle .flickity-button-icon path {
    fill: #fff;
}

.product-small.has-hover:hover img.show-on-hover {
    background: #fff;
}

@media (max-width:1365.98px) {
    body .product-slider-home.slider-nav-circle .flickity-prev-next-button {
        top: -68px;
        width: 40px;
        height: 40px;
    }

    .product-slider-home.slider-nav-circle .flickity-button-icon {
        border: 4px solid #183a4a !important;
    }

    .product-slider-home.slider-nav-circle .flickity-prev-next-button.previous {
        left: auto;
        right: 60px;
    }
    
    .product-slider-home.slider-nav-circle .flickity-prev-next-button.next {
        right: 14px;
    }
}

@media (max-width:1279.98px) {
    .product-slider-home .col {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}

@media (max-width:1024px) {
    .product-slider-home .col {
        flex: 0 0 260px !important;
        max-width: 260px !important;
    }

    .product-slider-home.slider-nav-circle {
        padding-right: 0;
    }

    .product-slider-home.slider-nav-circle .flickity-viewport {
        overflow: inherit;
    }
}

@media (max-width:991.98px) {
    body .product-slider-home.slider-nav-circle .flickity-prev-next-button {
        top: -64px !important;
        width: 32px;
        height: 32px;
    }
    
    .product-slider-home.slider-nav-circle .flickity-prev-next-button.previous {
        right: 52px;
    }
}

@media (max-width:850px) {
    body .product-slider-home.slider-nav-circle .flickity-prev-next-button {
        top: -52px !important;
    }
}

@media (max-width:470px) {
    body .product-slider-home.slider-nav-circle .flickity-prev-next-button {
        display: none;
    }

    /* .product-slider-home.slider-nav-circle {
        padding-left: 8px;
    } */

    .product .badge-container {
        margin-top: 14px;
    }
    .product .badge-circle, .product .badge-outline {
        height: 26px;
        width: 50px;
        font-size: 14px;
    }

    .product-small .col-inner {
        padding: 8px 15px 15px;
    }
    .product-small .box-image {
        margin: 0 -7px;
    }
    .product-small .box-image img {
        height: 190px;
    }
    .product-small .box-text {
        padding: 12px 0 0;
    }
    .product-small .box-text .category {
        font-size: 13px;
        padding-bottom: 3px;
    }
    .product-small .box-text .name a {
        font-size: 15px;
    }
    .product-small .price-wrapper .price {
        font-size: 15px;
    }

    /* .product.product-small {
        padding: 0 5px 10px !important;
    } */

    .product-slider-home .col {
        flex: 0 0 240px !important;
        max-width: 240px !important;
    }
}