/*
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.8.1755699958
Updated: 2025-08-20 14:25:58

*/

.product-sizes {
    margin-top: 6px;
}

.product-sizes strong {
    font-size: 13px;
    margin-right: 6px;
    color: #444;
}

.product-sizes .size-indicator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f5f5f5;
    border: 1px solid #ccc;
    margin: 3px;
    font-size: 13px;
    text-transform: uppercase;
    cursor: default;
    transition: all 0.2s ease-in-out;
}

/* Hover effect */
.product-sizes .size-indicator:hover {
    background: #333;
    color: #fff;
    border-color: #333;
}


