.sub-menu .proffakuva {
    border: 2px solid #aaa;
    background-color: #fff;
    aspect-ratio: 1;
    overflow: hidden;

    img {
        object-position: center center;
        width: 100%;
        height: 1005;
    }
}
.wp-block-kadence-navigation .sub-menu:has(.wp-block-kadence-column:nth-child(3)) {
    width: 660px;
    
}

header .golfproffa-menu {
    list-style: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding: 0;
    margin-left: 0;
    li {
        .kb-nav-link-content {
            padding: 2.5px 5px;
            &:hover {
                color: var(--global-palette1);
            }
        }
        &.sub {
            padding-left: 1em;
        }
		.sub-menu {
			line-height: 1.2;
		}
		.sub-menu li + li {
			margin-top: 0.5em;	
		}
        
    }
}

footer {
    .golfproffa-menu {
        list-style: none;
        margin-left: 0.5em;
        a {
            text-decoration: none;
            &:hover {
                text-decoration: underline;
            }
        }
    }
}
.golfproffa-toimitus .kb-svg-icon-wrap {
    
    min-width: 3rem;
    text-align: center;
}
.hide-if-query-loop-empty {
    &:has(~ [class^="wp-block-kadence-query"] .products .kb-query-item) {
        display: none;
    }
}