/* Add custom CSS styles below */ 
.leading-tight {
    line-height: 1.25;
    font-size: 27px;
}

a, p, span {
    font-family: var(--font-secondary);
    font-size: 12px;
}

.gap-4 {
    gap: 1rem;
    padding-bottom: 40px;
}

.s-block__title {

    text-align: center;
}

.s-product-card-entry {

    border-width: 1px;

}

.tabs {
    display: flex;
    flex-direction: row;
    gap: .5rem;
    overflow-x: scroll;
    -ms-overflow-style: none;
    overflow-y: scroll;
    scrollbar-width: none;
    justify-content: center;
}