<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 Theme Name:   Blocksy child
 Description:  Blocksy Child Theme
 Author:       Apimasters
 Template:     blocksy
 Author URI:   https://www.apimasters.nl
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  blocksy-child
*/
.pdp-page-price {
    flex-direction: row-reverse;
}

.gridview-page-price {
    flex-direction: column-reverse;
    flex-basis: min-content;
}

.custom-price-class {
    flex-direction: column;
}

[data-products=type-2] .ct-woo-card-actions .price {
    display: grid !important;
}

a.ct-offcanvas-trigger.ct-filter-trigger:not(.custom-filter-btn) {
    display: block !important;
    text-align: center;
}

@media (max-width: 999px) {
    a.ct-offcanvas-trigger.ct-filter-trigger:not(.custom-filter-btn) {
        display: none !important;
    }

    .tax-product_cat .woo-listing-top:not(:empty), .post-type-archive-product .woo-listing-top:not(:empty) {
        margin-bottom: 10px !important;
    }
}


/* FOR WISHLISH STYLING - START */
.products .product {
    position: relative;
}

.yith-wcwl-add-to-wishlist {
    position: absolute;
    z-index: 10;
    margin: 0;
    top: 10px;
    right: 10px !important;

}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
    left: unset;
}

.yith-wcwl-icon {
    color: #FAC10D;
}

.yith-wcwl-icon::after {
    content: ""
}

.visually-hidden {
    clip-path: inset(100%);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;

}

.single-product .yith-wcwl-add-to-wishlist {
    font-size: 0;
    text-indent: 0 !important;
    right: 0px !important;
}

.single-product .yith-wcwl-add-to-wishlist i {
    text-indent: 0;
    font-size: 1.6rem;
}

.single-product .yith-wcwl-add-to-wishlist i.fa-heart:before {
    content: "\e000";
}

.yith-wcwl-add-button span, a.view-wishlist {
    display: none;
}

.wishlist_table tr td {
    text-align: unset;
}

.wishlist_table .product-add-to-cart a {
    display: unset !important;
}

a.button .product_type_simple .add_to_cart_button .ajax_add_to_cart .button .add_to_cart .alt {
    width: 182px !important;
}

a.remove_from_wishlist.button {
    display: none !important;
}
/* FOR WISHLISH STYLING - END */


/* price html cleaning */
.products[data-products="type-2"] .price .woocommerce-price-suffix {
    display:inherit!important;
}
[data-products=type-2] .ct-woo-card-actions .price {
    display:unset!important;
    padding-top: 16px!important;
}
.products[data-products="type-2"] .add_to_cart_button {
    --buttonFontSize: 12px!important;
}
.products[data-products="type-2"] .ct-woo-card-actions&gt;* {
    min-height: 55px!important;
}
/* price html cleaning */



/* view minor size changes */
[data-products=type-2] .ct-woo-card-actions .price {
    font-size: 12px!important;
}
.woocommerce-products-compare-compare-button{
    margin: 5px 0;
}
.woocommerce-products-compare-compare-button a{
    font-size:12px!important;
}
.ct-floating-bar{
    z-index: 11!important;
}
/* view minor size changes */

.products .product .ct-woo-card-actions{
    padding-top: 5px;
    padding-bottom: 5px;
}
[data-products=type-2] .ct-woo-card-actions .button, [data-products=type-2] .ct-woo-card-actions .added_to_cart{
    background-color:var(--theme-button-background-initial-color);
    color:black;
}
.products[data-products="type-2"] .ct-woo-card-actions&gt;*{
    max-width: 152px;
}
[data-products=type-2] figure, [data-products=type-2] .ct-woo-card-actions{
    width: calc(88% + 40px);
}
.home .wc-block-featured-category .wp-block-button__link:hover, .home .wc-block-featured-category .wp-block-button__link:focus {
    color: unset;
}
.single-product .summary .woocommerce-product-details__short-description ul{
    padding-top: 15px;
    padding-left: 0px;
}
.single-product .summary .woocommerce-product-details__short-description li{
    padding-left: 0px!important;
}</pre></body></html>