/*
 * Theme name: Blank Sheet
 * Author: Yan Studio
 * Author URI: https://yanstudio.site
 * Version: 2.0
 */

body > pre {
    margin-top: 200px;
}

.quantity {
    display: none !important;
}

.variations tr {
    display: flex;
    flex-direction: column;
}

.choices {
    margin-bottom: 0 !important;
}

.variation-actions {
    align-items: flex-end;
}

.reset_variations {
    display: none !important;
}

.woocommerce-error,
.woocommerce-message {
    margin-bottom: 40px;

    @media (max-width:1024px) {
        margin-bottom: 20px;
    }
}

@media (min-width:1025px) {
    .reviews-bottom {
        margin-left: auto;
        width: fit-content;
    }

    section.news-page .h1 {
        margin-bottom: 0;
    }
}


.archive-posts:has(._loading) {
    pointer-events: none;

    [data-container],
    [data-terms] {
        opacity: 0.5;
        pointer-events: none;
    }
}

.load-more:disabled {
    cursor: not-allowed;
}

.lang-to-hide {
    display: none !important;
}