/** Shopify CDN: Minification failed

Line 22:6 Unexpected "#"
Line 22:8 Expected identifier but found "%"
Line 22:56 Unexpected "{"
Line 22:57 Unexpected "{"
Line 22:66 Expected ":"
Line 22:72 Unexpected "{"
Line 22:73 Expected identifier but found "%"
Line 22:80 Unexpected "{"
Line 22:81 Unexpected "{"
Line 22:90 Expected ":"
... and 11 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom-collection-description (INDEX:24) */
@media screen and (min-width: 750px) {
      #{% if section.settings.section_id == 'section' %}{{ section.id }}{%else%}{{ section.settings.section_id }}{% endif %} {
        padding-top: {{ section.settings.padding_top }}px;
        padding-bottom: {{ section.settings.padding_bottom }}px;
      }
    }
    hr {
      margin: 0rem;
  }
  .cd_container{
    padding:36px;
    width:100%;
    max-width:1440px;
    height:auto;
    margin: 0 auto;
  }
    .cd_wrapper{
      width:100%;
      height:inherit;
      padding:2em 0;
  }
    /* .seo-bottom-desc-section{
        padding-top: 10px;
        padding-right: 40px;
        padding-left: 40px;
        line-height: 1.5;
    } */
/* END_SECTION:custom-collection-description */