/** Shopify CDN: Minification failed

Line 76:0 Unexpected "}"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
em{
font-family: var(--font-family-1) !important;
}
.t4s_box_pr_grid.t4s-products.t4s-text-default {
justify-content: start !important;
}
.shopify-policy__container {
margin-top: 20px;
}
.shopify-policy__title {
display: none;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  .t4s-header__logo {
padding-top: 30px;
}
.t4s-header__logo img {
    padding-bottom: 1px;
}
.t4s-section-header [data-header-height2] {
    min-height: 15px;
    padding-bottom: 0px;
}
.t4s-nav__ul>li> a {
    padding: 25px 17px;
}
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  .t4s-header__logo {
padding-top: 10px;
padding-bottom: 0px;
}
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  .t4s-mb-tab__title {
  background: white;
}
.t4s-mb-tab__title span{
color: black !important;
}
.t4s-mb-tab__title.is--active {
  background: white !important;
color: black;
}
.t4s-mb-tab__title.is--active span{
color: black !important;
}
[data-data-id="#shopify-mb_cat"],
div[data-tab-mb-item] [data-id="#shopify-mb_cat"] {
  display: none !important;
}

.t4s-mb-nav__tabs {
  display: none !important;
}¨
}