.best_selling_products_shortcode {
    background: var(--white);
    border-radius: 25px;
    padding: 30px;
}

#nestable_shortcode-173-79 {
    z-index: 9;
}
#nestable_shortcode-173-79,
#nestable_shortcode-173-79 .best_selling_products_shortcode {
    width: 100%;
}

.best_selling_products_shortcode small {
    font-weight: 400 !important;
    font-size: 1.3rem !important;
    line-height: 1 !important;
    color: #999 !important;
}

.best_selling_products_shortcode .produkt a {
    transition-timing-function: linear;
    transition-property: opacity, color, background, box-shadow, filter, transform;
    transition-duration: 80ms;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.best_selling_products_shortcode .produkt a:hover {
    transform: translateY(-3px);

}
.best_selling_products_shortcode .produkt a:hover p {
    color: var(--purple-dark-2);
}

.subcategory-list {
    width: 100%;
    margin-bottom: 30px;
}
.subcategory-list ul {
    display: grid !important;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap:    2rem !important;
    width: 100%;
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}
.subcategory-list ul a {
    padding: 1rem;
    color: #4A4A4A;
    font-weight: 500;
    background: #fff;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    text-align: center;
    height: 100%;
}