/** Shopify CDN: Minification failed

Line 20:17 Expected identifier but found whitespace
Line 20:19 Unexpected "{"
Line 20:29 Expected ":"
Line 21:10 Expected identifier but found whitespace
Line 21:12 Unexpected "{"
Line 21:22 Expected ":"

**/


/* CSS from section stylesheet tags */
input[type="file"] {
    display: none;
  }
  .custom-image-upload {
    background-color: transparent;
    border: 1px solid;
    border-color: {{ settings.color_button | default: "#000" | color_lighten: 10 }}
    color: {{ settings.color_body_bg | default: "#fff" | color_modify: "alpha", 0.05 }};
    display: inline-block;
    padding: 12px 18px;
    cursor: pointer;
    margin-bottom:2rem;
  }
h1 { font-size: 64px; }
h2 { font-size: 40px;}
.enlarge-text {
  font-size: 34px;
  line-height: 36px;
}
.scent-topper { height: 70px; }
.scent-grid__labels-nodesktop {
  color: black; 
  font-size: 14px; 
  font-family: Helvetica Neue; 
  font-weight: 400; 
  line-height: 18.20px; 
  letter-spacing: 0.42px;
  display: none;
}

.scent-grid {}
  
@media only screen and (max-width: 1450px) {
  .scent-grid {padding: 0 0 64px !important;}
}
@media only screen and (max-width: 1325px) {
  .scent-grid__labels { width:100% !important; }
  .scent-grid__labels > div { height: auto !important; margin: 35px 0; }
  .scent-grid__labels-wrapper {  
        height: auto !important;
        margin-top: -45px; }
  .scent-grid__labels-note { height: 10px !important; text-align: center; margin-top:25px; }
  .scent-grid__labels-nomobile { display: none !important; }
  .scent-grid__labels-nodesktop { display: block; }
  .scent-grid__item { padding-top: 10px; width: 33% !important; }
  .scent-grid__item_detail { height: auto !important; }
  .profile-description { font-size: 24px !important; line-height:28px !important; font-weight:300 !important; }
}
@media only screen and (max-width: 770px) {
  .scent-grid__item { padding-top: 60px; width: 95% !important; }
  .enlarge-text { font-size: 28px; line-height: 28px; }
  .scent-topper { height: 25px; }
}