/* Add custom CSS styles below */ 
.main-nav-container {
    background-color: #71185d00;
    color: var(--header-text-color);
}

.rounded-full {
    border-radius: 15px;
}

.text-lg {
    font-size: 1.5rem;
    }
    
    @media (max-width: 767px) {
    .product-card__price .total-price {
        font-size: 22px;
    }
}


@media (min-width: 640px) {
    .sm\:py-16 {
         padding-top: 0rem; 
    }
}

.py-8 {
    padding-bottom: 0rem;
    /* padding-top: 2rem; */
}