/** 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*/


/* notify css */

.notify-me-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    width: 100%;
    max-width: 100%;
    grid-column-gap: 20px;
}


.notify-me-wrapper input[type=email]::placeholder {
  color: #ff0000;
}


.one-day {
    background-color: #ffcc00;
    color: #000;
    border-radius: 18px;
    font-weight: bold;
    display: inline-block;
    align-items: center;
    text-align: center;
    padding: 3px 5px;
    margin-bottom: 0px;
}
.one-day span.same-day-shipping-badge {
    font-size: 10px;
}


.combine-both-cus {
    display: flex;
    align-items: center;
    justify-content: space-between;
}