
.wp-block-heading.has-x-large-font-size {
    font-size: 3.2rem !important;
    text-align: center;
    word-break: break-word;
}

@media (max-width: 991px) {
    .wp-block-heading.has-x-large-font-size { 
        font-size: 2rem !important;
    }    
}


@media (min-width: 768px) {
    .wp-block-cover.is-style-fullheight {
        min-height: 100vh;
    }
}

@media (min-width: 768px) {
    .wp-block-cover.is-style-smallheight {
        min-height: 250px;
    }
}

.wp-block-cover .wp-block-heading.is-style-small-caption {
    margin-bottom: 1.5rem;
}

.dg-special-cover {
    padding: 0;
}
@media (max-width: 782px) {
    .dg-special-cover {
        display: flex;
        flex-direction: column;
    }
    .dg-special-cover .wp-block-cover__image-background {
        position: static;
    }
}

@media (min-width: 783px) {
    body:not(.admin) .dg-special-cover .pull-up > .wp-block-column:nth-child(2) {
        margin-top: -150px;
    }
}

.dg-icon-cart {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url('../../../images/icon-cart.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.dg-custom-product-cover-component {
    min-height: 100vh !important;
}

.wp-block-cover .dg-content-wrapper {
    position: relative;
    z-index: 2;
}