/** Shopify CDN: Minification failed

Line 43:7 Expected ":"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.t4s-product-price
{
font-size: 20px !important;
font-weight: 600 !important;
color: #a08629 !important;
}

.t4s-price__unit{
 color:grey;
font-weight: normal !important;
font-size: 12px !important;
}

.t4s-section-title {
    margin: 40px 0;
    font-size: 38px;
}

.t4s-section-title>span {
    margin-top: 40px;
}

.t4s-badge-top{
    color: var(--sale-badge-color);
    background-color: #FFC400;
    border-radius: 4px;
    padding: 4px 8px;
    margin: 0;
    line-height: 1.4;
    font-size: 12px;
    position: relative;
    top: -1px;
    display: inline-block;
    dis
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- 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){
  
}