._filtered-product ._filtered-product__content ._filtered-product__content__price {
    margin: 1rem 0;
}

._filtered-product ._filtered-product__type {
    text-align: center;
    margin: 1rem 0;
}

._filtered-product ._filtered-product__image, ._filtered-product__content__price, ._filtered-product__content__heading {
    text-align: center;
}

._filtered-product ._filtered-product__video iframe {
    width: 100%;
    height: 350px;
}

@media screen and (max-width: 1170px) {
    ._filtered-product ._filtered-product__video iframe {
        height: 280px
    }
}

@media screen and (max-width: 992px) {
    ._filtered-product ._filtered-product__video iframe {
        height: 350px;
    }
}

@media screen and (max-width: 768px) {
    ._filtered-product ._filtered-product__video iframe {
        height: 280px;
    }
}

@media screen and (max-width: 1170px) {
    ._filtered-product__content__description,  {
        text-align: center;
    }
}

._filtered-product .required-name {
    color: red;
    text-align: center;
    display: none;
}

._filtered-product ._filtered-product__content__add-to-cart {
    max-width: 70%;
    margin: 0 auto;
}

@media screen and (max-width: 1170px) {
    ._filtered-product ._filtered-product__content__add-to-cart {
        max-width: 100%;
    }
}

._filtered-product .add-to-cart-field label {
    display: block;
}

._filtered-product .add-to-cart-field input {
    margin-bottom: 1rem;    
}

.disabled {
    pointer-events: none;
}