/** Shopify CDN: Minification failed

Line 218:5 Expected ":"
Line 219:1 Expected "}" to go with "{"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.t4s-layout-switch-wrapper {
    display: none;
}

.t4s-footer-link.t4s-footer-link-active {
    color: #fff;
}

.t4s-swatch__item.is-sw__color {
    width: 90px;
    height: 90px;
}

.la, .las {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 20px;
    margin: auto;
}

.t4s-section-inner .t4s-product-wrapper {
    border: 0px solid #d8d8d8; 
}

.t4s-product-badge>span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 60px;
    min-height: 10px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
    word-break: break-word;
    padding: 0 5px;
    line-height: 1;
    text-align: center;
}



.t4s-product .t4s-product-badge {
    position: absolute;
    z-index: 3;
    top: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
    pointer-events: none;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  @media (min-width: 768px) {
    .carousel-disable-md.flickityt4s:not(.flickityt4s-enabled) {
        flex-wrap: wrap;
        left: 85px;
    }

.t4s-collection-header {
    margin: -20px 0px;
}

.t4s-btn-filter {
    color: var(--text-color);
    position: relative;
    left: 510px;
    top: -52px;
}

.t4s-dropdown__sortby button[data-dropdown-open] {
    border: 1px solid var(--border-color);
    padding: 7px 15px;
    min-width: 190px;
    background-color: transparent;
    text-align: inherit;
    position: relative;
    z-index: 8;
    font-size: 14px;
    min-height: 40px;
    top: -52px;
    left: -480px;
}

button.t4s-btn-filter {
border: 1px solid #222222 !important;
padding: 9px 15px 9px 15px !important;
}

.t4s-collection-header .t4s-dropdown__sortby button[data-dropdown-open] {
    border-radius: 0px;
    border: 1px solid #222222 !important;
}

@media (min-width: 1025px) {
    div.t4s-drawer {
    border-radius: 20px 0 0 20px !important;
    }
}

.t4s-drawer[aria-hidden=false] {
    pointer-events: auto;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
    opacity: 1;
    border-radius: 20px 0 0 20px !important;
}

@media (min-width: 1025px) {
            div.t4s-drawer {
                border-radius: 20px 0 0 20px !important;
}

.t4s-product-badge>span:last-child {
    margin-bottom: 0;
    font-size: 8px;
}

.t4s-product-badge>span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 60px;
    min-height: 10px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
    word-break: break-word;
    padding: 0 5px;
    line-height: 1;
    text-align: center;
}
}

/*---------------- 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-col-4 {
    flex: 0 0 auto;
    width: 18%;
}

.t4s-pr-style6 .t4s-product-btns a .t4s-text-pr {
    text-transform: uppercase !important;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    #t4s-menu-drawer.t4s-drawer[aria-hidden=false] {
        left: 15px;
    }
}

#shopify-section-footer > div{
  border-radius: 24px 24px 0 0!important;
}

.t4s-drawer[aria-hidden=false] {
    pointer-events: auto;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
    opacity: 1;
    border-radius: 20px 0 0 20px !important;
}

@media (max-width: 767px) {
    .t4s-pr-style5 .t4s-product-badge, .t4s-pr-style6 .t4s-product-badge, .t4s-pr-style7 .t4s-product-badge {
        left: 8px;
        top: 10px;
        right: auto;
    }
}

.badge_shape_3 .t4s-product-badge>span {
    border-radius: 4px;
    height: 22px;
    font-size: 12px;
    padding: 0 6px;
    min-width: 38px;
    font-size: .6rem;
}

@media (max-width: 767px) {
    .t4s-pr-style5 .t4s-product-badge, .t4s-pr-style6 .t4s-product-badge, .t4s-pr-style7 .t4s-product-badge {
        left: 8px;
        top: 15px;
        right: auto;
    }
}

.t4s-single-product-badge>.t4s-badge-item {
    display: none;
    font-size: .8rem;
    b
}