/** Shopify CDN: Minification failed

Line 15:50 Expected ":"
Line 31:17 Unexpected "("
Line 41:1 Expected ")" to go with "("

**/
.ftnd-fc.screening-license .product-form__input,
.ftnd-fc.screening-license .product-form {
  display:none !important;
}

/* Home Styles */
.ftnd-fc .rich-text__blocks {width:100%; max-width:100%;}
.ftnd-fc .rich-text__text p {text-align:left;color#222;}
.ftnd-fc #MainContent .shopify-section:first-chlid {margin-top: 2em;}
.ftnd-fc .home-text {text-align:center;margin: 0px 1em;}
.ftnd-fc .home-text p {margin: 10px 0px;}
.ftnd-fc .home-text .limited-run {color:#000}
.ftnd-fc .home-text .flash-discount {animation: flash 1.5s steps(2, jump-both) infinite;}
.ftnd-fc .home-text .small {font-size:12px;line-height:16px;}
.ftnd-fc .collection .title-wrapper-with-link {margin-bottom:0px !important}
.ftnd-fc .collection .title {font-size: 1.6rem !important;}
.ftnd-fc .footer {border-top:none}
.ftnd-fc .footer .footer-block.grid__item {padding: 0px;width: 100%;max-width:980px !important}
@keyframes flash {
  0% {color: #000000;}
  100% {color: #af975a;}
}

.responsive-wrap (display: flex;position: relative;flex-direction: row;flex-wrap: wrap;}
.responsive_media {width:100%; height:auto;}
.responsive_media-mobile {display:none;}
@media only screen and (min-width: 750px) {
  .responsive_media-desktop {display:none;}
  .responsive_media-mobile {display:block;}
}

.product__info-container .product-popup-modal__opener {margin: 0rem 0 !important;}

 