/** Shopify CDN: Minification failed

Line 17:16 Unexpected "{"
Line 17:25 Expected ":"
Line 17:31 Unexpected "{"
Line 18:14 Expected identifier but found "{"
Line 18:15 Unexpected "{"
Line 18:24 Expected ":"
Line 18:50 Expected ":"
Line 19:16 Expected identifier but found "{"
Line 19:17 Unexpected "{"
Line 19:26 Expected ":"
... and 1 more hidden warnings

**/
  @media only screen and (max-width: 768px) {
 .mobile-indn--{{ section.id }}{
   margin-top:{{ section.settings.margin_topp }}px !important;
  margin-bottom:{{ section.settings.margin_bottomm }}px !important;
  }
  }
    :target::before {
    content: '';
    display: block;
    height:     100px;
    margin-top: -100px;
}
a.new-set-butn {
    background: transparent;
    color: #000;
    border: 1px solid gray;
}
a.btn.button.new-set-butn {
    padding: 10px 15px 10px 15px;
    border-radius: 50px;
}
  .menu-layout {
    flex-wrap: wrap;
    justify-content: center;
        display: flex;
        column-gap: 15px;
}
.new-set-butn:hover {
    background:rgb(0, 0, 0);
  border-color:rgb(0, 0, 0);
  color: #fff !important;
}
  a.new-set-butn {
    background: transparent;
    color: #000;
}
  @media only screen and (max-width: 768px) {
    .menu-layout {
        row-gap: 45px;
        column-gap: 10px;
    }
        .new-set-butn {
        min-width: 170px;
              font-size: 12px;
    }
  }