/** Shopify CDN: Minification failed

Line 16:236 Unexpected "{"
Line 16:237 Expected identifier but found "%"
Line 16:500 Unexpected "{"
Line 16:501 Unexpected "{"
Line 16:510 Expected ":"
Line 16:620 Unexpected "{"
Line 16:621 Unexpected "{"
Line 16:630 Expected ":"
Line 16:744 Unexpected "{"
Line 16:745 Unexpected "{"
... and 12 more hidden warnings

**/
/*-----------------------------------------------------------------------------// Custom Theme CSS/-----------------------------------------------------------------------------*//*---------------- Global Custom CSS -------------------*/{%- capture custom_style -%}/*-----------------------------------------------------------------------------// Custom Theme CSS/-----------------------------------------------------------------------------*//*---------------- Global Custom CSS -------------------*/{{settings.global_css }}/*---------------- Custom CSS for only desktop -------------------*/@media (min-width: 1025px) {{{settings.desktop_css }}}/*---------------- Custom CSS for tablet, mobile -------------------*/@media (max-width: 1024px) {{{settings.tablet_mobile_css }}}/*---------------- Custom CSS for only tablet -------------------*/@media (min-width: 768px) and (max-width: 1024px) {{{settings.tablet_css }}}/*---------------- Custom CSS for only mobile -------------------*/@media (max-width: 767px){{{settings.mobile_css }}}{%- endcapture -%}{{- custom_style | strip_newlines | remove: "" -}}/*---------------- Custom CSS for only desktop -------------------*/@media (min-width: 1025px) {}/*---------------- 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){}