/*
Theme Name: Blocksy Child
Theme URI: https://creativethemes.com/blocksy/
Template: blocksy
Author: CreativeThemes
Author URI: https://creativethemes.com
Description: Blocksy is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
Tags: accessibility-ready,blog,block-patterns,e-commerce,wide-blocks,block-styles,grid-layout,one-column,two-columns,three-columns,four-columns,right-sidebar,left-sidebar,translation-ready,custom-colors,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,threaded-comments
Version: 2.1.18.1762440978
Updated: 2025-11-06 15:56:18

*/


@media (max-width: 768px) {
    span.stk-highlight {
        font-size: 45px !important;
    }
}

@media (max-width: 480px) {
    span.stk-highlight {
        font-size: 32px !important;
    }
}

/* TIENDA */
.ct-media-container img, .ct-media-container picture{
	border-radius: 32px !important;
}

.onsale[data-shape=type-2], .out-of-stock-badge[data-shape=type-2], [class*=ct-woo-badge-][data-shape=type-2] {
    --badge-radius: 16px !important;
}



/*FILTROS CATEGORIAS TIENDA */ 
.categoria-pills-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 30px 0;
}

.categoria-pill {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 30px;
    border-radius: 40px;
    background: #f3f3f3;
    font-size: 16px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    min-width: 220px;
    transition: all .3s ease;
}

.categoria-pill span {
    margin-left: 10px;
}

.categoria-pill:hover {
    background: #e7e7e7;
}

.categoria-pill.active {
    background: #000;
    color: #fff;
}

/* CONTACTO */

img.stk-img.wp-image-804 {
	border-radius: 25px !important;
}

.wp-block-stackable-column.stk-block-column.stk-column.stk-block.stk-4f39026.stk-block-background {
    border-radius: 25px !important;
}


