/* Add custom CSS styles below */ 
.card--align-center .product-entry--vertical .product-entry__content {
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #ae82398c;
}


.gap-2\.5 {
    gap: .625rem;
    color: #af8436;
}



@media (min-width: 768px) {
    .product-tabs .tabs a {
        max-width: 200px;
        background: #ae8239;
    }
}


.product-tabs .tabs {
    position: relative;
    margin-bottom: 1.25rem;
    display: flex;
    justify-content: flex-start;
    border-bottom-width: 1px;
    font-size: .875rem;
    line-height: 1.25rem;
    background: #f1e0c5;
}