/*

Theme Name: Lightning Child Sample

Theme URI:

Template: lightning

Description:

Author:

Tags:

Version: 0.6.1

*/

@charset "UTF-8";


/*


    Template: swell


    Theme Name: SWELL CHILD


    Theme URI: https://swell-theme.com/


    Description: SWELLの子テーマ


    Version: 1.0.0


    Author: LOOS WEB STUDIO


    Author URI: https://loos-web-studio.com/





    License: GNU General Public License


    License URI: http://www.gnu.org/licenses/gpl.html


*/

.archive {
    .wp-block-search-filter-choice-select {
        margin-bottom: 10px;
    }

    .products {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        padding: 0;
        &::before {
            content: none !important;
        }
        img {
            display: block;
            margin-bottom: 10px;
        }
    }
    
    .product {
        width: calc((100% - 60px) / 3) !important;
        box-shadow: 2px 2px 10px rgba(10 10 10 / 16%);
        margin: 0 !important;
        float: none !important;
        a {
            color: #333;
            display: block;
            padding: 10px;
            img {
                display: block;
                margin-bottom: 10px;
            }
        }
    }
    .product-meta {
        display: flex;
        flex-wrap: wrap;
        dt {
            width: 50%;
            background: #eee;
            font-weight: 700;
            padding: 5px 10px;
        }
        dd {
            width: 50%;
            padding: 5px 10px;
        }
    }
}
