/** Shopify CDN: Minification failed

Line 195:53 Unexpected bad string token
Line 195:56 Unterminated string token

**/
.jigsaw-mega-bundle-hero {
  @media screen and (max-width:1024px) {
    background: #FF7E01;
  }
  
  @media screen and (max-width:766px) {
    background: #FF7E01;
  }
}

.cw-col-sm-12 {
  @media screen and (max-width:766px) {
    padding: 0 !important;
  }
}

.jigsaw-mega-bundle-hero__header {
  margin-top: 120px;
  color: #fff !important;
  font-size: 80px !important;
  font-weight: 700;
  margin-bottom: 100px;
  line-height: 1;

  @media screen and (max-width:1024px) {
    display: none;
  }

  @media screen and (max-width:766px) {
    display: none;
  }
}

.orchard-footer {
  display: flex;
  justify-content: center;
}

.jigsaw-mega-bundle-hero__wrap {
  border-radius: 16px;
  background: #fff;
  padding: 50px 70px !important;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;

  @media screen and (max-width:1024px) {
    padding: 50px 80px !important;
    margin-top: -250px;
    margin-bottom: 40px;
  }

  @media screen and (max-width:766px) {
    padding: 30px !important;
    margin-top: -150px;
    margin-bottom: 40px;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
  }
}

.jigsaw-mega-bundle-hero__bg {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;

  @media screen and (max-width:1024px) {
    display: none;
  }

  @media screen and (max-width:766px) {
    display: none;
  }
}

.jigsaw-mega-bundle-hero__bg-img {
  height: 100%;
  object-fit: cover;

  @media screen and (max-width:1024px) {
    display: none;
  }

  @media screen and (max-width:766px) {
    display: none;
  }
}

.jigsaw-mega-bundle-hero__header span {
  text-transform: uppercase;
  font-weight: 900;
}

.jigsaw-mega-bundle-hero__img {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  display: flex;

  @media screen and (max-width:766px) {
    width: 130%;
    margin-left: -15%;
  }
}

.jigsaw-mega-bundle-hero__content-header {
  font-size: 44px !important;
  line-height: 1;

  @media screen and (max-width:1024px) {
    font-size: 30px !important;
    margin-bottom: 24px !important;
  }

  @media screen and (max-width:766px) {
    font-size: 20px !important;
    margin-bottom: 24px !important;
  }
}

.jigsaw-mega-bundle-hero__content .sc-vxbem9-0 {
  max-width: unset !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.jigsaw-mega-bundle-hero__content h1 {
  margin-bottom: 40px;

  @media screen and (max-width:766px) {
    font-size: 24px !important;
    line-height: 1 !important;
    margin-bottom: 20px !important;
  }
}

.jigsaw-mega-bundle-hero__content input {
  outline: none !important;
  padding: 12px !important;

  @media screen and (max-width:766px) {
    font-size: 12px !important;
    padding: 8px 16px !important;
    line-height: 1 !important;
  }
}

.jigsaw-mega-bundle-hero__content .smsb-subscribe-button-holder {
  width: fit-content;
}

.jigsaw-mega-bundle-hero__content .smsb-subscribe-button-holder .smsb-subscribe-button {
  height: auto !important;
  transition-timing-function: ease-out;
  transition-duration: .3s;
  transition-property: all;
}

.jigsaw-mega-bundle-hero__content .smsb-subscribe-button-holder .smsb-subscribe-button:hover {
  background: rgba(0,150,57,1) !important;
}

.jigsaw-mega-bundle-hero__content #smsb-button-field-subscribe {
  color: #fff!important;
  padding: 10px 15px;
  border-radius: 50px;
  position: relative;
  display: flex;
  z-index: 1;
  overflow: hidden;
  justify-content: space-evenly;
  min-width: 175px;
  font-family: myriad-pro, sans-serif;
  font-weight: 700;

  @media screen and (max-width:1024px) {
    font-size: 20px !important;
    padding: 8px 12px;
  }

  @media screen and (max-width:766px) {
    font-size: 16px !important;
    padding: 5px 10px;
  }
}

.jigsaw-mega-bundle-hero__content .cw-compliance-text" {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
}