/** Shopify CDN: Minification failed

Line 143: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; 
}

@media (max-width: 767px) {
    div#t4s-mini_cart, #t4s-search-hidden {
        width: 100%;
        max-width: calc(100vw - 30px);
        top: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 24px;
        height: calc(100% - 30px);
    }
}

/*---------------- 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 {
        --h-space-tr: 60px;
        top: calc((var(--header-height) + var(--h-space-tr)));
        border-radius: 16px;
        right: 50px;
        bottom: 40px;
        height: auto;
        width: 470px;
        max-width: 90%;
    }
}
}

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

button.t4s-drawer-menu__close {
    left: auto;
    color: #000;
    background: transparent;
    right: 25px;
}

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