html body #popular-products .storefront-carousel-wrap,html body #top-selling-products .storefront-carousel-wrap {
    position:relative!important
}

html body #popular-products .storefront-carousel-actions,html body #top-selling-products .storefront-carousel-actions {
    width:100%!important;
    max-width:100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:8px!important;
    margin:0 0 12px 0!important;
    padding:0!important;
    box-sizing:border-box!important;
    text-align:right!important
}

html body #popular-products .storefront-carousel-actions button,html body #popular-products .storefront-carousel-btn,html body #top-selling-products .storefront-carousel-actions button,html body #top-selling-products .storefront-carousel-btn {
    appearance:none!important;
    -webkit-appearance:none!important;
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    min-height:38px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border:1px solid rgba(37,99,235,.45)!important;
    background:#fff!important;
    color:#2563eb!important;
    border-radius:999px!important;
    font-size:20px!important;
    font-weight:800!important;
    line-height:1!important;
    text-decoration:none!important;
    cursor:pointer!important;
    box-shadow:0 8px 18px rgba(15,23,42,.08)!important;
    padding:0!important;
    margin:0!important
}

html body #popular-products .storefront-carousel-actions button:hover,html body #popular-products .storefront-carousel-btn:hover,html body #top-selling-products .storefront-carousel-actions button:hover,html body #top-selling-products .storefront-carousel-btn:hover {
    background:#eff6ff!important;
    border-color:rgba(37,99,235,.65)!important
}

html body #popular-products .rr-home-carousel-progress,html body #top-selling-products .rr-home-carousel-progress {
    clear:both!important;
    width:100%!important;
    margin:8px 0 2px 0!important
}