/** Shopify CDN: Minification failed

Line 16:18 Unexpected "{"
Line 16:27 Expected ":"
Line 19:18 Unexpected "{"
Line 19:27 Expected ":"
Line 24:18 Unexpected "{"
Line 24:27 Expected ":"
Line 29:18 Unexpected "{"
Line 29:27 Expected ":"
Line 34:18 Unexpected "{"
Line 34:27 Expected ":"
... and 16 more hidden warnings

**/
#shopify-section-{{ section.id }} .sf-footer__block.sf__footer-block-sub_footer.w-full.lg\:w-1\/4 {
    display: none;
}
#shopify-section-{{ section.id }} .sub-footer {
    background: #000;
    color: #FFF;
    font-size: 13px;
}
#shopify-section-{{ section.id }} .sub-footer-items {
    display: flex;
    width: 100%;
    align-items: center;
}
#shopify-section-{{ section.id }} .sub-footer-left {
    width: 65%;
    display: flex;
    justify-content: flex-start;
}
#shopify-section-{{ section.id }} .sub-footer-right {
    width: 45%;
    display: flex;
    justify-content: flex-end;
}
#shopify-section-{{ section.id }} .sfr-items {
    padding: 5px;
}
#shopify-section-{{ section.id }} .sfr-items span.sfr-link:hover {
    border-bottom: 1px solid #fff;
}
@media (max-width:768px)
{
 #shopify-section-{{ section.id }} .sub-footer-items {
    display: block;
    width: 100%;
}
 #shopify-section-{{ section.id }} .sub-footer-left {
    width: 100%;
}
  #shopify-section-{{ section.id }} .sub-footer-left {
    width: 100%;
    font-size: 12px;
}
  #shopify-section-{{ section.id }} .sub-footer-right {
    font-size: 12px;
    width: 100%;
    display: flex;
    justify-content: center;
}
}

@media (max-width:480px){
  #shopify-section-{{ section.id }} span.sfl-title {
    text-align: center;
    font-size: 11px;
}
  #shopify-section-{{ section.id }} .sub-footer-items {
    display: block;
    width: 100%;
    margin-bottom: 60px;
}
}