#MainProduct-template--19515791179820__main {
    .product__tax {
        display: none;
    }
    product-info div:has(.installment) {
        display: none !important;
    }
    @media only screen and (max-width: 767px) {
        product-info {
            display: flex;
            flex-wrap: wrap;
            gap: 0 3.5vw;
        }
        .product__info-container>*+* {
            margin: 0;
        }
        .grid {
            column-gap: 3vw;
        }
        .product__media-list li {
            max-height: 30vh;
            width: 55vw;
        }
        .product__media.media.media--transparent {
            height: 30vh;
            padding-top: 0;
        }
        .slider-buttons {
            margin-bottom: 1vh;
        }
        .slider-button {
            height: auto;
        }
        .slider.slider--mobile {
            margin-bottom: 0.5rem;
        }
        .product__media img {
            border-radius: 2rem;
        }
        .price {
            margin: 1rem 0 0.5rem;
        }
        .product-form {
            margin: 1rem 0;
        }
        .product-form__input {
            flex: none;
        }
        .product-form__buttons {
            display: flex;
            width: 92vw;
            justify-content: space-between;
        }
        .product-form__submit {
            height: fit-content;
            width: 48%;
        }
        .shopify-payment-button {
            width: 48%;
        }
    }
}