/*
Theme Name: Goldsmith Child
Theme URI: 
Description: Child theme for Goldsmith
Author: Robnety
Author URI: https://robnety.lv
Template: goldsmith
Version: 1.0.0
Text Domain: goldsmith-child
*/

.goldsmith-header-top-menu-area .navigation.primary-menu > li > a {
    white-space: nowrap;
}
.goldsmith-category-item .goldsmith-category-thumb {
    border-radius: 8px;
    border: none;
}
/*.goldsmith-category-item .goldsmith-category-thumb {*/
/*    max-width: 300px;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*    border-radius: 8px;*/
/*    border: none;*/
/*    padding-bottom: 0;*/
/*    aspect-ratio: 1 / 1;*/
/*    overflow: hidden;*/
/*    position: relative;*/
/*}*/
/*.goldsmith-category-item .goldsmith-category-thumb img {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: contain;*/
/*    transform: none;*/
/*}*/
.goldsmith-category-grid.row {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
}
.goldsmith-category-item {
    width: auto !important;
    max-width: 100% !important;
    flex: none !important;
}