/** Shopify CDN: Minification failed

Line 330:0 Unexpected "`"
Line 332:1 Expected identifier but found "%"

**/

.half-moon-banner{
  width:100%;
  /* height:400px; */
  display:flex;
}

.half-moon-container{
  width: 100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.half-moon-title {
  margin: 0 0 40px;
  font-family:'Inter',sans-serif;
  font-weight: 900;
  font-size: 100px;
  line-height: 100px;
  letter-spacing: 5px;
}

.half-moon-subtitle {
  margin: 0;
  opacity: .95;
  font-family:'Inter',sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 44px;
  letter-spacing: 0;
}

.header__inner {
  justify-content: space-between !important;
  display: flex !important;
  width: 100%;
  gap: 53px;
  padding: 0;
}
.header__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  padding-top: 34px;
  padding-bottom: 34px;
}
.footer-grid {
  padding: 26px 0;
}
.footer-col input[type=email] {
  border: 1px solid rgb(197 197 207) !important;
  text-align: left !important;
}
.footer-col button {
  background: #FFBA00 !important;
  color:black !important;
}
.header__nav-link {
  font-weight:600 !important;
}
.header__nav-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 0;
  text-decoration: none;
  transition: color .3s;
  font-family:'Inter',sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 22.4px;
  letter-spacing: 0;
}
.img-box {
  width: auto;
  background-image: url('image.jpg');
  background-size: cover;
  background-position: center;
}
.count-i {
  text-align: left;
  color: #828282;
  font-family:'Inter',sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22.4px;
  letter-spacing: 0;
}
.collection-listdata {
  padding-bottom: 52px  !important;
  gap: 30px;
}

predictive-search
{
  margin: 0;
}
.header__search {
  display:none !important;
}
.svg-wrapper svg path {
  fill: #0B108A;
}
.header-cart-count {
  top: 0px !important;
  right: -35px !important;
  height: 26px !important;
  width: 26px !important;
  align-items: center !important;
  border-radius: 0 !important;
  background: #333333 !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 22.4px !important;
  letter-spacing: 0 !important;
}
/* .search-modal input[type=search], predictive-search input[type=search] {
  flex: 1;
  border: none;
  outline: 0;
  background: 0 0;
  padding: 0 10px;
  color: #4F4F4F;
  font-family:'Inter',sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22.4px;
  letter-spacing: 0;
  text-transform: capitalize;
} */
.custom-image-with-text-heading {
  font-family:'Inter',sans-serif;
  font-weight: 900;
  margin: 0 0 8px;
  color: #0B108A;
  font-size: 43px;
  line-height: 63px;
  letter-spacing: 0;
}
.custom-image-with-text-text.rte {
  font-family:'Inter',sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 61.6px;
  letter-spacing: 0;
  color: #0B108A;
}
.section-heading.text-center.heading_size-normal {
  border-top: 1px solid #e0e0e0;
  padding-top: 50px;
  padding-bottom: 20px;
}
@media (max-width: 1200px) {
  .half-moon-title {
    font-size: 60px;
    line-height: 60px;
  }
  .half-moon-subtitle {
    font-size: 36px;
    line-height: 40px;
  }
  .half-moon-banner {
    height: 350px;
  }
}
@media (max-width: 830px) {   
  .custom-image-with-text-heading{
    font-size: 30px;
    line-height: 50px;
  }
  .custom-image-with-text-text.rte {
    font-family:'Inter',sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 45px;
    letter-spacing: 0;
    color: #0b108a;
  }
  .section-heading.text-center.heading_size-normal {
    font-size: 26px !important;
  }
}


.header__actions {
  gap: 20px;
  width:100% !important;
  margin-right: 35px;
}

@media (max-width: 768px) {
 
  predictive-search {
    width:100%;
    overflow:hidden;
    display:contents !important;
  }
  .header__actions {
    justify-content: end;
    gap: 26px;
    width:100% !important;
  }
  .search-modal
  {
    top:50px !important;
  }
  .header__search
  {
    display:block !important;
  }
  .section-heading.text-center.heading_size-normal {
    font-size: 26px !important;
  }
  .footer-accordion-content   {
    display:block !important;
  }
  .custom-image-with-text {
    display:block !important;
  }

  .custom-image-with-text.img-w-medium .custom-image-with-text-content  {
    padding:20px!important;
  }
  .custom-image-with-text-image img {
    height: 380px !important;
  }
  .header__inner {
    gap:10px;
  }
 .svg-wrapper svg {
    width: 21px;
    height: 21px;
  }
  .header__main {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .half-moon-title {
    font-size: 35px;
    line-height: 45px;
    margin: 0 0 20px;
  }
  .half-moon-subtitle {
    font-size: 32px;
    line-height: 40px;
  }
} 

@media (max-width: 385px) {
  .header__actions {
    gap: 15px !important;
  }
  .img-box {
    width: 35px;
  }
  .img-box img {
    width: 35px;
  }
  .header__mobile-toggle {
    padding: 0;
  }
  .half-moon-title {
    font-size: 33px;
    line-height: 36px;
    margin: 0 0 25px;
  }
  .half-moon-subtitle {
    font-size: 25px;
    line-height: 36px;
  }
}
/* static button  */
#backToTop {
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 9999;
  width: 30px;
  height: 75px;
  border-radius: 20px;
  background:#FFBA00;
  color: #000;
  border: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 3px;
  opacity:1;
}
#backToTop:hover {
  opacity: 0.8;
}
/* static button  */

.image-collection {
  margin-bottom: 20px;
}
.image-collection img {
  border-radius: 0;
}
.collection-item h3.heading {
  text-align: left;
  color: rgb(var(--color-foreground));
  margin: 0;
  font-family:'Inter',sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 22.4px;
  letter-spacing: 0;
}

  /* Hide site header/footer */
.jetdirect-savings-calcula .shopify-section-header,
.jetdirect-savings-calcula .footer {
  display: none !important;
}
```
```
{% layout none %}


.jetdirect-savings-calcula .page-title {
  display: none !important;
}

section.half-moon-banner {
    margin-bottom: 20px;
}



.color-scheme-1.page-section {
    padding:0!important;
}


.jetdirect-savings-calcula .page-width {
    padding:0!important;
} 




body.jetdirect_homepage .cart-sidebar,
/* body.jetdirect_homepage header .shopify-section-group-header-group,
body.jetdirect_homepage header .header__main.page-width,
body.jetdirect_homepage .shopify-section-group-footer-group, */
body.jetdirect_homepage .page-title {
  display: none !important;
}
body.jetdirect_homepage .color-scheme-1.page-section {
  padding:0!important;
}
body.jetdirect_homepage .page-width {
  padding:0!important;
  max-width: 100% !important;
} 


body.jetdirect_howitworks .cart-sidebar,
/* body.jetdirect_howitworks header .shopify-section-group-header-group,
body.jetdirect_howitworks header .header__main.page-width,
body.jetdirect_howitworks .shopify-section-group-footer-group, */
body.jetdirect_howitworks .page-title {
  display: none !important;
}
body.jetdirect_howitworks .color-scheme-1.page-section {
  padding:0!important;
}
body.jetdirect_howitworks .page-width {
  padding:0!important;
  max-width: 100% !important;
}  

body.jetdirect_industries .cart-sidebar,
/* body.jetdirect_industries header .shopify-section-group-header-group,
body.jetdirect_industries header .header__main.page-width,
body.jetdirect_industries .shopify-section-group-footer-group, */
body.jetdirect_industries .page-title {
  display: none !important;
}
body.jetdirect_industries .color-scheme-1.page-section {
  padding:0!important;
}
body.jetdirect_industries .page-width {
  padding:0!important;
  max-width: 100% !important;
}  

body.jetdirect_intelligence .cart-sidebar,
/* body.jetdirect_intelligence header .shopify-section-group-header-group,
body.jetdirect_intelligence header .header__main.page-width,
body.jetdirect_intelligence .shopify-section-group-footer-group, */
body.jetdirect_intelligence .page-title {
  display: none !important;
}
body.jetdirect_intelligence .color-scheme-1.page-section {
  padding:0!important;
}
body.jetdirect_intelligence .page-width {
  padding:0!important;
  max-width: 100% !important;
}  


body.jetdirect_login .cart-sidebar,
/* body.jetdirect_login header .shopify-section-group-header-group,
body.jetdirect_login header .header__main.page-width,
body.jetdirect_login .shopify-section-group-footer-group, */
body.jetdirect_login .page-title {
  display: none !important;
}
body.jetdirect_login .color-scheme-1.page-section {
  padding:0!important;
}
body.jetdirect_login .page-width {
  padding:0!important;
  max-width: 100% !important;
}  

body.jetdirect_requestaccess .cart-sidebar,
/* body.jetdirect_requestaccess header .shopify-section-group-header-group,
body.jetdirect_requestaccess header .header__main.page-width,
body.jetdirect_requestaccess .shopify-section-group-footer-group, */
body.jetdirect_requestaccess .page-title {
  display: none !important;
}
body.jetdirect_requestaccess .color-scheme-1.page-section {
  padding:0!important;
}
body.jetdirect_requestaccess .page-width {
  padding:0!important;
  max-width: 100% !important;
}  