/*
 Theme Name: CosmosWP Child
 Theme URI: https://yourwebsite.com
 Description: Child theme voor CosmosWP
 Author: Jij
 Template: cosmoswp
 Version: 1.0
*/

.cwp-woo-archive-toolbar {
    background-color: #fcfcfc !important;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail, a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover!important;
    display: block!important;
}

.cwp-image-box.cwp-elements {
    aspect-ratio: 1/1!important;
    overflow: hidden!important;
}

body.woocommerce .cwp-top-footer,
body.woocommerce-page .cwp-top-footer {
    display: none !important;
}
