/* Add custom CSS styles below */ 
.sicon-list:before {
    content: "\ed14";
}
.product-card--filled-mini-cart .product-card__mini-cart__btn .s-button-btn, .product-card--filled-normal-cart .product-card__normal-cart__btn .s-button-btn {
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
    color: #04dfc4 !important;
}
.auto-fit-grid {
    grid-template-columns: repeat(auto-fit, minmax(115px, 3fr));
}
.gomla-btn--primary {
    background: #25146c;
    color: #00f8d4;
}
.product-card__content-wrapper:before {
    background: url(https://s13.gifyu.com/images/bn1Gz.gif);
    content: '';
    width: 100%;
    height: 43px;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}