/* Add custom CSS styles below */ 
@media(max-width:425px){

.ver .s-button-btn {
    padding: 0.5rem !important;
    
}
.ver .s-button-btn .s-button-text{
font-size: 1rem;
}
}

.product_features_detail {
 display:none !important
}

.tab-trigger.is-active .s-button-text {
    color: #76b62a;
}

@media (max-width: 768px) {
    .s-product-card-entry .s-product-card-image {
        padding-top: 0px;
        padding-bottom: 0;
    }
}