/** Shopify CDN: Minification failed

Line 184:42 Expected ":"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/.is--listview .t4s-product .t4s-product-info .t4s-product-btns>a {
   
    font-family: 'Satoshi-Bold';
    font-weight: 900;
    font-size: 16px;
    background: #b40773;
}

.t4s_position_7 .t4s_ratio img {
    object-position: center top;
    border-radius: 10px;
}

#t4s-mini_cart .t4s-drawer__header span {
  
    font-size: 24px;
    text-transform: uppercase;
    line-height: 32px;
    font-weight: 800;
    margin-bottom: 0px;
}

 #t4s-mini_cart .t4s-minicart-group-btns .t4s-btn__checkout {
   
    font-weight: 800;
   font-size: 16px;
    justify-content: center;
    border-radius: 5px;
    background: #ecc338;
}
div#t4s-mini_cart {
    z-index: 999999999999;
}


.t4s-mini_cart__title {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
}.product-info .product-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    color: var(--expo-black);
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {.t4s-bn-content.t4s-mega-bn.t4s-pa.t4s-bn-content-bn_light.t4s-text-v-middle.t4s-text-h-center.t4s-text-center {
  background: rgba(8, 7, 7, 0.2) !important;
}

.t4s-product .t4s-product-title a {
    color: inherit;
    font-family: 'Satoshi-Bold';
    font-size: 22px;
line-height: 24px;
}}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width:1024px) {}

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

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width:767px){.t4s-feature-columns__title {
        font-size: 18px;
    }

.t4s-feature-columns__text {
       
        margin-bottom: 30px;
    }


.t4s-mb__menu>li>a {
    
    padding: 5px 20px;
    min-height: 65px;
    border-bottom: 1px solid rgba(var(--text-color-rgb), .2);
    color: var(--secondary-color);
    font-size: 18px;
    text-align: left;
    line-height: 1.3;
    FONT-WEIGHT: 700;
}

    .t4s-feature-columns__title {
        font-size: 14px;
        font-family: 'Satoshi-Medium';
        line-height: 16px;
        margin-bottom: 20px;
    }

.VvoFf {
    background-color: transparent;
    padding: 0px 0px 30px 0px;
    overflow: hidden;
}

.bTiDys {
   
    margin: -30px;
   
}

.t4s-product .t4s-product-title a {
    color: inherit;
    font-family: 'Satoshi-Bold';
    font-size: 16px;
}

.product-info .product-title {
    font-size: 20px;
    font-weight: bold;
    color: var(--expo-black);
    margin-bottom: 15px;
    transition: color 0.3sease;
    line-height: 24px;
}

.t4s-title {
  font-size: 25px!important;
  margin-bottom: 10px;
}

.t4s-mini_cart__title {
  font-size: 13px !important;
}.tab-button {
    display: flex
;
    align-items: center;
    gap: 5px;
    padding: 10px 10px 10px 10px;
    background-color: transparent;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    color: #868686;
    line-height: 13px;
    transition: color .3s ease, background-color .3s ease;
}

      .product-info .product-title {
        font-size: 16px;
        font-weight: 600;
        color: var(--expo-black);
        margin-bottom: 15px;
        transition: auto;
        line-height: 18px;
        margin-bottom: -10px;
    }

  .expositor-info h3 {
    font-size: 15px;
    color: var(--expo-tertiary);
    margin: 10px 0 5px;
    transition: color .3s ease;
    font-weight: 600;
}

      .featured-title-collection, .featured-price-collection {
        font-size: 14px;
        line-height: 16px;
    }

  .featured-product-collection {
    background: linear-gradient(135deg, var(--expo-white), #f8f8f8);
    padding: 5px;
    max-width: 270px;
    border: 2px soli    max-width: 270px;d var(--expo-primary);
    border-radius: 16px;
    margin-bottom: 24px;
    text-align: center;
    box-shadow: 0 8px 20px #0000001a;
    transition: transform .3s ease-in-out, box-shadow .3s ease-in-out;
}

  .featured-buy-button-collection {
    display: inline-block;
    padding: 10px 15px 10px 15px;
    font-family: Satoshi-Bold;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    background: linear-gradient(135deg, var(--expo-primary) 30%, #0EC1AE);
    color: var(--expo-white);
    border-radius: 8px;
    text-decoration: none;
    font-size: 10px;
    letter-spacing: 0px;
    box-shadow: 0 4px 12px #00000026;
    position: relative;
    overflow: hidden;
}
  
}