/** Shopify CDN: Minification failed

Line 143:1 Expected "}" to go with "{"

**/
.pc {
  display: block !important;
}

@media screen and (max-width: 930px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 930px) {
  .sp {
    display: block !important;
  }
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

html *,
html *:before,
html *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

body {
  color: #111111;
  line-height: 2;
  position: relative;
  font-size: 1.4em;
  letter-spacing: 0.05em;
  width: 100%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

@media screen and (min-width: 931px) {
  body {
    min-width: 990px !important;
  }
}

.Container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 180px;
}

@media screen and (max-width: 1200px) {
  .Container {
    max-width: 1080px;
    padding: 0 60px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 930px) {
  .Container {
    max-width: 100%;
    padding: 0 30px;
  }
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* a {
  text-decoration: none;
  color: inherit;
} */
a:hover {
  text-decoration: none;
  color: inherit;
}
input:focus,
input:active,
a:focus,
a:active {
  outline: none;
}

.main-content {
  padding-top: 0;
}

.u-line-height-none {
  line-height: 0;
}

.shopify-section--bordered + .shopify-section--bordered {
  border: none !important;
}

.u-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.template-index main {
  overflow: hidden;
}
/*# sourceMappingURL=custom-base.css.map */

.shopify-email-marketing-confirmation__container{padding-top:60px;padding-bottom:60px}

.d-none{display:none;}

@media(max-width: 551px){
  .PageContent--extraNarrow .u-h1 {
    font-size: 14px;
    line-height: 30px;
}
.PageContent--extraNarrow .Form__Legend {
    font-size: 10px;
}
.PageContent--extraNarrow .ButtonGroup__Item--expand {
    font-size: 10px;
    padding: 14px 5px;
}