.ranking-color-palette.rank {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -28px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
        width: auto;
        margin: 0;
        z-index: 5;
    }

    .ranking-color-palette.rank.btm{
       bottom: 0;
       padding-bottom: 5px;
    }

    .ranking-color-swatch {
        width: 18px;
        height: 18px;
        display: inline-block;
        border: 1px solid #d8d8d8;
        border-radius: 50%;
        box-sizing: border-box;
        flex: 0 0 auto;
    }

    .ranking-color-more {
        font-size: 14px;
        color: #555;
        font-weight: 600;
        white-space: nowrap;
    }

    .block_popular_ranking .product-page-content .image{
            margin: 0 auto 35px !important;
    }

    .ranking-color-palette.item-color{
        bottom: 5px !important;
    }

    .ranking-color-palette.item-color .ranking-color-swatch{
      width: 20px !important;
      height: 20px !important;
    }

    .product-image-wrapper {
        position: relative;
    }