/*
Theme Name:   Crealink
Theme URI:   xxx
Description: Twenty Twenty Five Child Theme
Author:       Crealink
Author URI:   http://www.crealink.nl
Template:     twentytwentyfive
Version:     1.0.0
Tags:
Text Domain: crealink
*/

@import url("../twentytwentyfive/style.css");

.body {
    background-color: #f5c82708;
}
h1 {
    font-size: 1.5em;
    text-align: center;
}
h2 {
    font-size: 1.2em;
}
h3 {
    font-size: 1.1em;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}


.crl-header {
    padding: 12px;
}
@media only screen and (min-width: 768px) {
    .crl-header {
        padding: 18px 64px 18px 64px;
    }
}

.crl-search .wp-block-search__button {
    width: 36px;
    padding: 6px;
}


.clr-home-colour-group .wp-block-button {
    margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
    .clr-home-colour-group .wp-block-button {
        margin-bottom: 24px;
    }
}
/* category page*/
.wc-block-product {
    padding: 6px;
    border-radius: 1px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.wp-block-post-title {
    height: 52px;
    margin-bottom: 6px;
}
@media only screen and (max-width: 768px) {
    .wp-block-post-title {
        height: 48px;
        font-size: 0.9em !important;
    }
}
.crl_descr {
    text-align: center;
}
.crl_descr p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    height: 36px;
    margin: 0;
}
.crl_descr a {
    text-decoration: none !important;
}
.wc-block-components-product-button__button {
    margin-bottom: 0 !important;
}
/* label plugin override */
.berocket_better_labels.berocket_better_labels_label {
    margin-bottom: 0;
}
/* single product page */
/*
.wp-block-post-excerpt p {
    white-space: pre-wrap;
}
*/
.woocommerce div.product div.images img {
    width: 90%;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    margin: 12px 0 0 0;
}
.woocommerce div.product form.cart .reset_variations {
    display: none !important;
    width: 0;
    height: 0;
}
.woocommerce .price bdi {
    color: var(--wp--preset--color--custom-rood-qw);
    font-weight: bold;
}
/*
.woocommerce div.product form.cart button.single_add_to_cart_button {

}
*/