/* Add custom CSS styles below */ 
.s-block-tabs button.tab-trigger {
    border-radius: 15px;
}

#app.quantity-gradient:not(.quantity-inputs-old-shape) .s-quantity-input-button, #app.btns-gradient .btn-gradient, #app.btns-gradient .tab-trigger.is-active, #app.btns-gradient .tab-trigger.is-active>button, #app.btns-gradient .s-button-primary, #app.btns-gradient .btn--primary, #app.awesome-btn-gradient .s-block-awesome-btn button, #app.fs-btn-gradient .fs_banners_btn, #app.f-icon-gradient .feature-icon {
    background: linear-gradient(45deg, var(--gradient-second), var(--gradient-first)) !important;
    border-width: 0 !important;
    color: var(--gradient-text-color) !important;
    fill: var(--gradient-text-color) !important;
    border-radius: 25px;
}

body.xl-price custom-salla-product-card .price-wrapper span.pc-t:not(.color-danger), body.xl-price custom-salla-product-card .price-wrapper .color-danger {
    font-size: 1.3rem;
    font-weight: bold;
    color: #0a67fa;
}