/* Add custom CSS styles below */ 
.s-block-tabs button.tab-trigger {
    border-radius: 10px;
}
@media (min-width: 640px) {
    .s-block--tabs-produtcs .tabs {
        padding-bottom: 1.5rem;
    }
}
.s-block--tabs-produtcs .tabs {
    overflow-x: auto;
    white-space: nowrap;
    padding-left: 1.25rem;
    padding-right: 0.25rem;
    text-align: center;
}

custom-salla-product-card:not([horizontal=true]) {
    height: 100%;
    flex-direction: column;
    display: flex
;
    background: white;
    padding: 20px;
    border-radius: 20px;
    gap: 4px;
}

@media (min-width: 640px) {
    .s-block {
        margin-top: 1rem;
    }
}

@media (min-width: 1024px) {
    .lg\:py-8 {
        padding-top: 1rem;
        padding-bottom: 0.5rem;
    }
}

.s-block {
    margin-top: 1rem;
}