/** Shopify CDN: Minification failed

Line 272:0 Unexpected "="

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.t4s-swatch__item.is-sw__color {
    width: 90px;
    height: 90px;
}

#more-payment-options-link {
    display: none;
}

.t4s-pr-choose__img-hover {
     display: none;
}

.t4s-pr-choose__info {
 display: none;
}

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

.t4s-price-from {
    display: none;
}

.is--fist-ratio-true .is-t4s-style__color.is--first-color .t4s-swatch__item {
    width: var(--mw-img-fit);
    height: auto !important;
    width: 90px;
}

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

@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);
    }
}

.t4s-modal-opened .t4s-modal .t4s-modal__inner {
    animation: t4s-modal-opening .3s forwards;
    border-radius: 20px;
}


------

.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-single-product-badge>.t4s-badge-item {
    display: none;
    border-radius: 4px;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  .t4s-section-inner.t4s-se-container .t4s-container-inner {
  margin: 10px 600px;
}

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

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

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

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

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

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

.t4s-col-4 {
    flex: 0 0 auto;
    width: 15%;
}

@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%;
    }
}

.t4s-drawer[aria-hidden=false] {
    pointer-events: auto;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
    opacity: 1;
}

#shopify-section-footer > div{
  border-radius: 20px 20px 0 0!important;
padding: 70px 35px !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;
}

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

.t4s-modal-close {   
        left: auto;
        color: #000;
        background: transparent;
        right: 10px;
        top: 10px;
    }
}

/*---------------- 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-btn-filter-wrapper,
.t4s-dropdown__sortby {
  border: 1px solid black;
  margin: 0 2px 0 2px;
  justify-content: space-around !important;
}

.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: 20px 20px 0 0!important;
}

.t4s-drawer[aria-hidden=false] {
    pointer-events: auto;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
    opacity: 1;
    left: 15px;
    border-radius: 24px;
    top: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
}

.t4s-drawer {
    opacity: 1;
    border-radius: 24px;
    left: 15px;
    top: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
}

=-----

@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;
    border-radius: 4px;
}

.t4s-modal-close {   
        left: auto;
        color: #000;
        background: transparent;
        right: 10px;
        top: 10px;
    }
}