/** Shopify CDN: Minification failed

Line 31:23 Expected identifier but found whitespace
Line 31:24 Unexpected "repeat("

**/
.section-header--button.has--tabs .linked-to-tab {
    display: none!important;
}

.section-header--button .text-button{
display:none!important;
}

/* Pages layout */

.page-content-width {
    max-width: fit-content!important;
}

.product-card-title{
  font-size:16px!important;
}

/* Mega Menu Allignment */

/* .thb-full-menu .mega-menu-columns{

    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns */
    grid-template-rows: repeat(4, auto); /* 4 rows */
    grid-gap: 10px; /* Gap between grid items */
    list-style: none;
    padding: 60px;
    margin: 0;
    white-space: initial;
    flex: 1;
} */


/* Menu / Nevigation in One Line for the Desktop only Start Code*/

@media only screen and (min-width: 768px) {
    .row {
         padding: 0px; 
       }}

.thb-full-menu>li {
    padding: 8px;
             }

@media only screen and (min-width: 1068px) {
    .thb-secondary-area-item {
        padding: 0 px;
    }}

.thb-full-menu li.menu-item-has-children>a {
    padding-right: 10px;
    
}

/* Menu / Nevigation in One Line for the Desktop only End Code*/
