element.style {
}
.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
}
.s-product-card-entry .s-product-card-content-footer button {
    border-radius: 50px !important;
    padding: 8px 20px !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
    color: white !important;
    background-image: linear-gradient(to left, var(--color-bg-text-promotion), var(--color-primary)) !important;
}

.sokar-store-footer .sokar-store-footer__inner {
    background-image: linear-gradient(to left, var(--color-bg-text-promotion), var(--color-primary)) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.s-contacts-icon svg {
    height: 0.875rem;
    width: 0.875rem;
    fill: rgb(255 193 2);
}