/** Shopify CDN: Minification failed

Line 46:1 Unexpected "{"
Line 46:2 Expected identifier but found "."

**/


/*BUTTON STYLING*/
button.button, a.button.button--primary {
    background: #D4F1E5 !important;
}


/*PAGE STYLING*/

.slider-counter{
display: none
}

.card__heading .icon{
    display: none;
}

/* Hide the number counter and arrows */
.slider-counter{
    display: none !important;
}

.multicolumn-card__button .icon{
    display: none !important;
}

.link--arrow::after {
    display: none !important;
}

/* Add dot indicators */
.slider-buttons {
    display: flex !important;
    justify-content: center;
    gap: 5px;
}

@media screen and (max-width:767px){
 {.slider-buttons
display:none !important;
}
}
