.text-center {
    text-align: center;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.text-right {
    text-align: right;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.margin-top-md {
    margin-top: 8rem !important;
}

.margin-top-xl {
    margin-top: 12rem !important;
}

.alpakaalm-faq {
    margin-top: 2rem !important;
    margin-bottom: 6rem !important;
}

.alpakaalm-margin-top {
    margin-top: 5rem !important;
}

.alpakaalm-margin-bottom-xl {
    margin-bottom: 12rem !important;
}

.alpakaalm-margin-bottom {
    margin-bottom: 5rem !important;
}

@media(min-width: 992px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-block {
        display: block !important;
    }
    
}

@media(max-width: 992px) {
    .is-layout-constrained:first-of-type {
        padding: 0.2rem !important;
    }
    .is-layout-constrained:not(:first-of-type) {
        padding: 0 !important;
    }
    figure.wp-block-image.size-full {
        display: flex;
        justify-content: center;
    }
    .alpakaalm-margin-bottom {
        margin-bottom: 1rem !important;
    }
    .alpakaalm-faq {
        margin-top: 1rem !important;
        margin-bottom: 3rem !important;
    }
}
@media(min-width: 1442px) {
    .alpakaalm-margin-bottom {
        margin-bottom: 12rem !important;
    }
    .alpakaalm-faq {
        margin-top: 5rem !important;
        margin-bottom: 10rem !important;
    }
}

a {
    color: inherit;
}

.h-full {
    height: 100%;
}

/* .wp-block-woocommerce-product-price {
    display: none;
} */

.wc-block-components-product-title .wc-block-components-product-name {
    text-decoration: none !important;
    letter-spacing: normal;
}