/** Shopify CDN: Minification failed

Line 226:3 Expected "}" to go with "{"

**/
.main-banner{padding-bottom:50px;position:relative;z-index:1;overflow:hidden}.main-banner__grid{display:flex;flex-wrap:wrap;align-items:start;gap:50px 0!important}.main-banner .main-banner__text-item{padding:0 24px 0 20px;width:50%;max-width:100%}.main-banner__media-item.grid__item{width:50%;max-width:100%}.main-banner__content{max-width:624px;margin:0 0 0 auto}.main-banner__text--caption{font-size:16px!important;align-items:center;letter-spacing:.01em;margin-bottom:0;color:#3c84fb!important;text-transform:uppercase;display:flex;gap:10px}.main-banner__heading{margin:10px 0 20px;color:#002f87;font-family:Darker Grotesque;font-size:60px;line-height:69px;font-weight:700}.main-banner__text p{font-size:18px;font-weight:500;line-height:22.5px;letter-spacing:.01em}.main-banner .button{margin-top:40px;background:#3c84fb;color:#fff;opacity:1;font-size:16px;font-weight:600;line-height:27px;height:50px;display:inline-flex;align-items:center;padding:4px 20px 4px 4px;gap:10px;border-radius:50px;border:1px solid #3c84fb;cursor:pointer}.main-banner .button:hover{background:#fff;color:#3c84fb}.main-banner .button svg{width:44px;height:44px;background:#fff;border-radius:50px;padding:6px}.main-banner .button svg path{fill:#3c84fb}.main-banner .button:hover svg{width:44px;height:44px;background:#3c84fb;border-radius:50px;padding:6px}.main-banner .button:hover svg path{fill:#fff}@media screen and (max-width:1199px){.main-banner__heading{font-size:40px;line-height:38px}.main-banner .button{margin-top:50px}}@media screen and (max-width:867px){.main-banner .main-banner__text-item{padding:0 20px;width:100%}.main-banner__media-item.grid__item{width:100%}.main-banner__content{max-width:100%;margin:0;padding-right:0}}

/* CPAP Landing Page Styles */
.cpap-top-promo {
  background-color: #fff;
  text-align: center;
  padding: 12px;
  min-height: 57px;
}

.cpap-top-promo a {
  color: #e535ab;
  text-decoration: underline;
  font-weight: 600;
  font-size: 24px;
  font-family: 'Darker Grotesque', sans-serif !important;
}

  .main-banner__grid {
    height: 100%;
  }

.cpap-hero-heading {
  font-size: 72px;
  font-weight: 700;
  color: #081F5C;
  line-height: 1;
  text-align: center;
  font-family: 'Darker Grotesque', sans-serif !important;
}

.cpap-hero-heading .blue-text {
  font-family: 'Darker Grotesque', sans-serif !important;
  display: inline-flex;
  align-items: center;
  color: #3C84FB;
  gap: 15px;
}

.cpap-shipping-badge {
  font-family: 'Darker Grotesque', sans-serif !important;
  background-color: #e6f2ff;
  color: #3C84FB;
  padding: 12px 30px;
  border-radius: 30px;
  display: inline-flex;
  gap: 15px;
  align-items: center;
  margin: 20px auto;
  font-weight: 500;
  font-size: 24px;
}

.cpap-shipping-badge::before {
  content: '';
  display: inline-block; /* or block, depending on your layout */
  background-image: url('/cdn/shop/t/11/assets/Frame%20(6).png?v=1752014469');
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px; /* set your desired width */
  height: 24px; /* set your desired height */
}

.cpap-shop-button {
  background-color: #3C84FB;
  color: white;
  padding: 15px 30px 15px 15px;
  border-radius: 400px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  transition: transform 0.2s;
  margin: 10px auto;
  min-width: 300px;
}

.cpap-shop-button:hover {
  transform: translateY(-2px);
  color: white;
}

.cpap-shop-button::before {
  content: '';
  display: inline-block; /* or block, depending on your layout */
  background-image: url('/cdn/shop/t/11/assets/shopiconbanner.png?v=1752013470');
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px; /* set your desired width */
  height: 50px; /* set your desired height */
}

.cpap-content-grid {
  display: flex;
  gap: 30px;
  align-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1700px;
  margin: 0 auto;
}

.cpap-product-card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  text-align: center;
}

.cpap-product-card img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 10px;
}

.cpap-savings-label {
  background-color: #ffeb3b;
  color: #000;
  padding: 8px 15px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
  
.cpap-curved-accent {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 100px;
  background-color: #4dd0e1;
  border-radius: 50% 50% 0 0;
  z-index: -1;
}

.cpap-right-content {
  padding: 25px 30px;
  border-radius: 12px;
  background-color: #fff;
  max-width: 450px;
  height: max-content;
  flex: 0 0 auto; /* Prevents growing and shrinking */
  box-shadow: 0px 115px 32px 0px rgba(178, 198, 199, 0.00), 0px 74px 30px 0px rgba(178, 198, 199, 0.01), 0px 41px 25px 0px rgba(178, 198, 199, 0.05), 0px 18px 18px 0px rgba(178, 198, 199, 0.09), 0px 5px 10px 0px rgba(178, 198, 199, 0.10);
}

.cpap-right-content p {
  font-family: 'Darker Grotesque', sans-serif !important;
  color: #888B91;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 24px;
}

.cpap-partner-logos {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: flex-start;
  margin-top: 30px;
}

.cpap-partner-logos img {
  max-width: 100%;
  height: auto;
  display: block;
}

.mainherobannerimage {
  position: absolute; 
  right: 0; 
  bottom: -90px; 
  left: 0; 
  object-fit: scale-down; 
  z-index: -5;
}

@media (max-width: 1040px) {
  .cpap-content-grid {
    flex-direction: column-reverse;
  }
  .cpap-right-content {
    max-width: 600px;
  }
  .mainherobannerimage {
    position: absolute; 
    right: 0; 
    bottom: 0; 
    left: 0;
    object-fit: cover; 
    z-index: -5;
  }
}
  
@media screen and (max-width: 968px) {
  .cpap-content-grid {
    grid-template-columns: 1fr;
  }
  
  .cpap-hero-heading {
    font-size: 64px;
  }
  
  .cpap-partner-logos {
    gap: 20px;
  }
}

  @media screen and (max-width: 500px) {
  .cpap-partner-logos {
    flex-direction: column;
    align-items: flex-start;
  }