/*
Theme Name: Inventive v5
Theme URI: https://ratherinventive.com
Author: Rather Inventive
Author URI: https://ratherinventive.com
Version: 5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: inventive5
Tags: portfolio, blog, e-commerce, full-site-editing, block-styles, editor-style, full-width-template, style-variations, translation-ready
*/

/* Admin styles */
@import url("editor-style.css");


:where(.wp-site-blocks)>* {
    margin-block-start: 0;
}

footer.wp-block-template-part {
    margin: 0;
}

.wc-block-components-product-price .amount {
    font-weight: 600;
    color: var(--wp--preset--color--primary);
}

.wc-block-components-product-price del .amount {
    font-weight: 400;
    opacity: 0.6;
    color: var(--wp--preset--color--secondary);
}

ul.wc-block-grid__products li.wc-block-grid__product:hover a img,
.woocommerce ul.products li.product:hover a img {
    transform: translateY(-7px);
}

.wp-block-query-pagination .wp-block-query-pagination-next,
.wp-block-query-pagination .wp-block-query-pagination-previous {
    color: var(--wp--preset--color--primary);
}

.wp-block-query-pagination .wp-block-query-pagination-next:hover,
.wp-block-query-pagination .wp-block-query-pagination-previous:hover {
    color: var(--wp--preset--color--primary-hover);
}

.page-numbers {
    padding: 5px 15px;
    border-radius: 15px;
    text-align: center;
    background: var(--wp--preset--color--primary);
    color: #fff;
    margin: 0 5px;
}

.page-numbers:hover {
    background: var(--wp--preset--color--primary-hover);
    color: #fff;
}

.wp-block-details summary::marker {
    content: '';
}

.wp-block-details summary::after {
    content: '/02936';
}

img:hover {}
