ul.subcategories.products.chollo {
    justify-content: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap !important;
    padding: 0 0 1rem 0rem;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    position: relative;
    left: 0;
    gap: 1rem !important;
    margin-top: 2rem;
    max-width: fit-content;
    /* margin: 0 auto; */
    justify-content: space-between;
    row-gap: 14px;
    padding: 0.5rem;
    align-items: center;
}

/* scrollbar */
ul.chollo::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

ul.chollo::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px var(--global--color-primary);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

ul.chollo::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: var(--global--color-primary);
}

ul.chollo::-webkit-scrollbar-thumb:window-inactive {
  background: var(--global--color-primary);
}

ul.subcategories.chollo:not(.buttons) li.product-category.product, 
ul.subcategories.chollo:not(.buttons) li.product-category.product:not(.buttons){
    padding:0;
}

ul.chollo.products .product-category-img {
  /* height:111px; */
}


ul.subcategories.premia.products li {
    margin-bottom: 0rem !important;
    font-family: var(--heading--font-family);
    font-weight: 500;
}

.woocommerce ul.premia.products li.product-category a {
    align-items: center;
    background-position: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    min-height: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.woocommerce ul.premia.products li.product-category .woocommerce-loop-category__title {
    position: absolute;
    max-width: var(--responsive--aligndefault-width);
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    margin: 0;
    padding: 20px;
    border: 2px solid rgb(255 255 255);
    font-size: 22px;
    color: #FFF !important;
    margin: 0 1rem;
    height: auto;
    -webkit-transition: border 250ms ease-in-out;
    transition: border 250ms ease-in-out;
    text-align: center;
}

.woocommerce ul.premia.products .product-category-img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
  border-radius: var(--button--border-radius);
}

 body:not(.home) .product-category img,
 body:not(.home) .product-category svg {
    background: var(--global--color-background);
    color: var(--global--color-primary) !important;
}

 .product-category.active img,
 .product-category.active svg {
    background-color: var(--wp--preset--color--adicustom);
}