/** Shopify CDN: Minification failed

Line 85:1 Expected "}" to go with "{"

**/
.swym-storefront-layout-header {
  color: #ffffff !important;
  background: #000000 !important;
  height: 60px !important;
}

.swym-storefront-layout-grid-item-option-button {
    color:white !important;
    background:white !important;
}

.swym-storefront-layout-tab-button {
    color: #ffffff !important;
}

.swym-storefront-layout-tabs{
    background: #000000!important;
}
.swym-storefront-layout-tab-button.swym-storefront-layout-tab-button-active {
    color: #ffffff !important;
}

.swym-storefront-layout-title{
    color: #ffffff !important;
}
.swym-storefront-layout-title{
    svg {
        display:none !important;
    }
}
.swym-storefront-layout-total-list-items-count{
     color: #ffffff !important;
}

.swym-storefront-layout-tab-indicator {
    background-color: #ffffff !important;
}

.swym-storefront-layout-login-user-container{
    background-color: #000000 !important;
    color: #ffffff !important;
}

.swym-storefront-layout-login-heading{
    color: #ffffff !important;
}
.swym-storefront-layout-login-description{
    color: #ffffff !important;
}

.swym-storefront-layout-login-button {
    background-color: #ffffff !important;
    color: #000000 !important;
}

.swym-storefront-layout-as-modal img.swym-storefront-layout-grid-item-image {
    border-radius: 0px !important;
}

.swym-storefront-layout-empty-sfl-content {
    svg {
        display:none !important;
    }
}

.swym-storefront-layout-empty-wishlist-content {
    svg {
        display:none !important;
    }
}

@media only screen and (max-width: 480px) {
    swym-storefront-layout-as-modal #swym-storefront-layout-items-container, swym-storefront-layout-as-modal #swym-storefront-layout-collection-list-items-container, #swym-storefront-layout-section-container #swym-storefront-layout-items-container, #swym-storefront-layout-section-container #swym-storefront-layout-collection-list-items-container {
        grid-template-columns: unset !important;
        justify-content: unset !important;
    }

.swym-storefront-layout-grid-item-final-price {
    color: #000000 !important;
}