/*
 Theme Name:   RetroPlus
 Theme URI:    https://retroplus.dk
 Description:  Build with GeneratePress
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/




/* Menu Down Arrow Off */
.gb-submenu-toggle {
    display: none !important;
}




/* Menu Hover Underline */
.gb-menu-link {
    position: relative;
    display: inline-block; /* makes underline follow text width */
    padding-bottom: 3px; /* distance from text */
}

.gb-menu-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px; /* sits just below the text */
    width: 0;
    height: 2px;
    background: currentColor;
    transition: width 0.25s ease;
}

.gb-menu-link:hover::after {
    width: 100%;
}



/* Button Setting Product */
.wp-block-button__link {
    border-radius: 4;       /* removes rounded corners */
    padding: 8px 8px;     /* top/bottom 12px, left/right 24px, adjust as needed */
    font-size: 17px;        /* keeps your current font size */
}


/* Product Filter Font settings */
a.wpc-filter-link {
  font-weight: bold !important;
  color: #000 !important;
}

.widget-title.wpc-filter-title {
  font-weight: bold;
  color: green;
}
