/** Shopify CDN: Minification failed

Line 100:0 Unexpected "}"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:samplepack-banner (INDEX:97) */
.samplepack-wrapper .banner-wrapper .banner-caption {
    transform: translate(30%,-50%); 
    max-width: 35%;
  }
/* END_SECTION:samplepack-banner */

/* START_SECTION:samplepack-content (INDEX:98) */
.samplepack-content-wrapper p,
.samplepack-content-wrapper ol li,
.samplepack-content-wrapper ul li {
  font-family: Nexa, Arial, sans-serif;
  font-size: 18px;
  line-height: 36px;
  color: #000;
  text-align: left;
}
/* END_SECTION:samplepack-content */

/* START_SECTION:samplepack-product (INDEX:99) */
.bbl-h2 {
  display: block;
  font-family: 'Nexa XBold', Nexa, Arial, sans-serif;
  font-weight: 800;
  color: #000;
  font-size: 40px;
  line-height: 57.6px;
  letter-spacing: -1.6px;
  margin-bottom: 16px;
}
.bbl-sub {
  display: block;
  max-width: 980px;
  margin: 0 auto;
  font-family: Nexa, Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -1.09px;
  color: #000;
}
.row.height-100 {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  align-items: stretch !important;
  gap: 48px !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.row.height-100::before,
.row.height-100::after {
  display: none !important;
}
.row.height-100 .col-md-3 {
  max-width: 100% !important;
  width: auto !important;
  flex: none !important;
  display: flex !important;
  justify-content: center !important;
}
.row.height-100 .banner_content {
  width: 100%;
  max-width: 520px;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex;
  flex-direction: column;
  text-align: center !important;
}
.row.height-100 .banner_content img {
  width: 100%;
  display: block;
}
.row.height-100 .banner_content h3 {
  text-align: center;
  font-family: 'Nexa Bold', Nexa, Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  color: #e8829a;
}
.row.height-100 .banner_content p {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  text-align: left;
  margin-bottom: 24px;
}
}
.row.height-100 .banner_content ul {
  display: inline-block !important;
  text-align: left !important;
}
.row.height-100 .banner_content ul {
  display: inline-block !important;
  text-align: left !important;
  margin-top: 0;
}
/* END_SECTION:samplepack-product */

/* START_SECTION:samplepack (INDEX:100) */
.samplepack-wrapper { 
    background-color:#FAFAFA;
  }
  .samplepack-wrapper .samplepack-inner {
    max-width:570px;
    margin:auto;
    border: 1px solid #eee;
    background: #fff;
  }
  .samplepack-wrapper .samplepack-inner .heading-content {
    display: flex;
    padding: 0 48px;
    background-color: #FFC1D3;
  }
  .samplepack-wrapper .samplepack-inner .heading-content h1 { 
    font-family: 'Nexa XBold' !important;
    font-weight: bold;
    font-size: 27px;
    line-height: 32px;
    padding-top: 22px;
    z-index: 1;
  }
  .samplepack-wrapper .samplepack-inner .heading-content h1 span {
    position: relative;
  }
  .samplepack-wrapper .samplepack-inner .heading-content h1 span:before {
    content: "";
    position: absolute;
    height: 7px;
    width: 94%;
    display: block;
    bottom: 8px;
    left: 3px;
    background: #ff849d;
    z-index: -1;
  }
  .samplepack-wrapper .samplepack-content-wrapper {
    padding: 60px 0px;
  }
  .samplepack-wrapper .samplepack-content-wrapper ol {
    counter-reset: item;
    margin-left: 0;
    padding-left: 0;
  }
  .samplepack-wrapper .samplepack-content-wrapper ol li {
    display: block;
    margin-bottom: 40px;
    padding-left: 45px;
    position: relative;
    font-size: 18px;
    line-height: 1.4;
    color: #000;
    font-family: 'Nexa';
    font-weight: normal;
  }
  .samplepack-wrapper .samplepack-content-wrapper ol li:last-child {
    margin-bottom:0px;
  }
  .samplepack-wrapper .samplepack-content-wrapper ol li::before {
    display: inline-block;
    content: counter(item);
    counter-increment: item;
    font-size: 47px;
    color: #ffc1d3;
    position: absolute;
    left: -10px;
    top: 0;
    line-height: 1;
    font-family: 'Nexa XBold';
    font-weight: bold;
    text-align: right;
    width: 40px;
  }
  .samplepack-inner .bottom-content {
    margin: 0px 25px 30px;
    padding: 18px 30px;
    background: #E48498;
    border-radius: 30px;
    color: #fff;
    text-align: center;
  }
  .samplepack-inner .bottom-content p {
    font-size : 13px;
    line-height:20px;
    text-align:center;
    margin-bottom: 20px; 
  }
  .samplepack-inner .bottom-content p:last-child {
    margin-bottom:0px;
  } 



  .samplepack-wrapper .banner-wrapper {
    position: relative;
    max-height: 600px;
    overflow: hidden;
  }
  .samplepack-wrapper .banner-wrapper img {
    max-width: 100%;
    width: 100%;
  }
  .samplepack-wrapper .banner-wrapper .banner-caption {
    position: absolute;
    top: 50%;
    transform: translate(55%,-50%); 
    left: 0px;
    max-width: 39%;
  }
  .samplepack-wrapper .banner-wrapper .banner-caption h1 {
    font-family: "NexaXBold" !important;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 70px;
    line-height: 1.2;
  }
  .samplepack-wrapper .banner-wrapper .banner-caption h1 span {
    position: relative;
  }
  .samplepack-wrapper .banner-wrapper .banner-caption h1 span:after {
    content: "";
    width: 95%;
    height: 18px;
    background: #f67892;
    position: absolute;
    bottom: 29px;
    left: 8px;
    z-index: -1;
  }
  .banner1_wrapper .banner_content {
      margin-bottom: 60px;
      padding: 30px;
      text-align: center;
      border-radius: 30px;
  }
  .banner1_wrapper .banner_content p { 
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px; 
  }
  .banner1_wrapper .banner_content p:last-child {
    margin-bottom:0px;
  }
@media (max-width:1440px) {
  .samplepack-wrapper .banner-wrapper .banner-caption {
      transform: translate(28%,-50%); 
  }
}
@media (max-width:1360px) {
    .samplepack-wrapper .banner-wrapper .banner-caption {
        transform: translate(21%,-50%);
    }
}
@media (max-width:1280px) {
    .samplepack-wrapper .banner-wrapper .banner-caption {
        transform: translate(15%,-50%);
    }
    .samplepack-wrapper .banner-wrapper .banner-caption h1 {
      font-size: 50px;
  } 
}
@media (max-width:1199px) {
    .samplepack-wrapper .banner-wrapper .banner-caption h1 {
        font-size: 60px;
    }
    .samplepack-wrapper .banner-wrapper .banner-caption {
        transform: translate(11%,-50%); 
    }
}
@media (max-width:1024px) {
    .samplepack-wrapper .banner-wrapper .banner-caption h1 {
        font-size: 40px; 
    }
  .samplepack-wrapper .banner-wrapper .banner-caption h1 span:after {
      width: 90%;
      height: 10px;
      bottom: 13px;
      left: 8px;
  }
}
@media (max-width:500px) {
    .samplepack-wrapper {
      height:inherit;
      padding: 0px;
    }
    .samplepack-wrapper .samplepack-inner .heading-content {
        padding: 0 20px;
    }
    .samplepack-wrapper .samplepack-inner .heading-content h1 {
        font-size: 20px;
        line-height: 24px;
    }
    .samplepack-inner .middle-content {
        padding: 30px 20px;
    }
    .samplepack-wrapper .banner-wrapper .banner-caption {
        max-width: 50%; 
    }
    .samplepack-wrapper .banner-wrapper .banner-caption h1 {
        font-size: 20px;
    }
    .samplepack-wrapper .banner-wrapper .banner-caption h1 span:after {
        width: 93%;
        height: 5px;
        bottom: 6px;
        left: 3px;
    }
    .samplepack-wrapper .samplepack-content-wrapper ol li {
        font-size: 14px;
    }
  }
/* END_SECTION:samplepack */