body .collection-list-item__title {
    font-size: var(--font-size-desktop) !important;
    @media screen and (max-width: 768px) {
        font-size: var(--font-size-mobile) !important;
    }
}

body .collection-list__heading {
    font-size: var(--font-size-desktop) !important;
    @media screen and (max-width: 768px) {
        font-size: var(--font-size-mobile) !important;
    }
}

body .image-with-text__button,
body .button-primary,
body .button-secondary,
body .action-btn,
body .featured_collection__view-all,
body .product-details__add-to-cart-button,
body .cart__checkout-button,
body .slideshow-slide__button,
body .countdown-timer__caption-button--primary,
body .pxs-newsletter-form-button {
    border-radius: 0;
    font-weight: 700;
    padding: 0.75rem 2rem;
}

.price {
  display: none !important;
}
