/** Shopify CDN: Minification failed

Line 8:13 Expected ")" to end URL token

**/
@font-face{
  font-family:'Mulish';
  src:url({{ 'Mulish-VariableFont_wght.woff2' | asset_url }}) format('woff2-variations');
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
  color: #1d263b;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
}

i {
  font-style: normal;
}

/* Reboot bits */
img { 
  vertical-align: middle; 
  border-style: none; 
}
svg { 
  vertical-align: middle; 
}

hr {
    margin: 20px 0 !important;
}

.card {
  border: none;
}

/* Responsive images */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* Image thumbnail */
.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
}

/* Gallery */
.slider {
  max-width: 400px;
  margin: auto;
}

/* Figure component */
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* Optional sizing utilities (handy even without full Bootstrap) */
.w-100 { width: 100% !important; }
.mw-100 { max-width: 100% !important; }
.mh-100 { max-height: 100% !important; }


/* Sections */
#MainContent {
  min-height: 650px;
}

.dc-product-description {
  width: 1100px;
  max-width: 100%;
  margin: 30px auto;
  padding: 0 20px;
}

.dc-featured-promotions {
  margin: 30px 10px 80px;
}

.dc-featured-promotions .dc-image {
  text-align: center;
}

.dc-featured-promotions img {
  width: 230px;
}

.dc-featured-promotions h2 {
  text-align: center;
  font-size: 24px;
  color: #1f578f;
  font-weight: 700;
}

.dc-featured-promotions p {
  line-height: 1.4;
  font-size: 16px;
  text-align: center;
}

/* Product Cards on Homepage */
.collection-list .card-wrapper {
  width: 460px !important;
  max-width: 100%;
  margin: auto;
  padding-bottom: 30px;
}

/* Footer */
.footer-disclaimer {
    font-size: 10px !important;
    width: 787px;
    max-width: 100%;
    margin: 10px auto auto;
    text-align: left;
    line-height: 1.3;
}

/* MQ */
@media (max-width: 767px) {
  .collage .collage__item {
      width: 460px;
      max-width: 100%;
      margin: auto;
  }
}