/** Shopify CDN: Minification failed

Line 184:66 Unexpected "{"
Line 544:13 Expected ":"
Line 756:79 Unexpected "{"
Line 849:0 Unexpected "}"
Line 893:79 Unexpected "{"
Line 1073:11 Expected ":"
Line 1073:13 Expected identifier but found "20px"
Line 1234:20 Unexpected "{"
Line 1234:29 Expected ":"
Line 1239:20 Unexpected "{"
... and 3 more hidden warnings

**/
/* Variables */

:root {
  --blue: #29ABE3;
  --black: #121212;
  --grey: #F1EEE8;
}

/* Overides */

.locale-selectors__container,
.needsclick {
  display: none!important;
}

.footer-block--email h2 {
  font-family: "Cooper BT", serif;
  font-size: 28px;
  line-height: 32px;
}

@media (max-width: 768px){
  .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .header .btn {
    width: 160px;
  }
  .header__search {
    display: none;
  }
  #MainContent {
    width: 100%;
    overflow: hidden;
  }
  .footer-block--email {
    text-align: center;
  }
}


/* Buttons */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 20px;
  border-radius: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
}

@media (max-width: 768px){
  .btn {
    width: 230px;
  }
}

.btn__blue {
  background: var(--black);
  color: white;
}

.btn__black {
  background: var(--black);
  color: white;
}

/* Hero */

.hero__container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 30px 0;
}

.hero__container--image {
  position: relative;
}

.hero__container--image .main {
  width: 100%;
  border-radius: 10px;
}

.hero__container--image .product {
  position: absolute;
  top: 80px;
  right: -120px;
}

.hero__container--text {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.hero__container--text h1,
.hero__container--text p {
  font-family: "Cooper BT", serif;
  margin: 0;
  padding: 0;
}

.hero__container--text .tags {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}

.hero__container--text .tags--item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--grey);
  color: var(--black);
  font-size: 14px;
  border-radius: 12px;
  padding: 15px 20px;
}

@media (max-width:768px) {
  .hero__container {
    grid-template-columns: 1fr;
    gap: 60px;
    padding-top: 15px;
  }
  .hero__container--image .product {
    top: auto;
    bottom: -60px;
    right: -60px;
    width: 250px;
  }
  .hero__container--text h1 {
    font-size: 5.6rem;
    /*line-height: 52px;*/
  }
  .hero__container--text p {
    font-size: 28px;
  }
}

/* Image with Text */ 

.index .image-with-text__content, .image-with-text__content h2 {
  color: white;
  border: none;
}

.index .image-with-text__content {
  border-radius: 40px 0 0 40px!important;
}

.index .image-with-text__grid--reverse .image-with-text__content, {
  border-radius: 0 40px 40px 0!important;
}
 
.index .image-with-text__media-item {
  background: var(--blue);
  padding: 45px;
  border-radius: 40px 0px 0px 40px;
}

.index .image-with-text__grid--reverse .image-with-text__media-item {
  border-radius: 0 40px 40px 0;
}

.index .image-with-text__media {
    border: none;
    background:rgb(255, 255, 255);
    padding: 30px;
    border-radius: 40px!important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index .image-with-text__media img {
  object-fit: contain;
}

@media (max-width: 768px){
  .index .image-with-text__grid--reverse .image-with-text__media-item {
      border-radius: 0;
      padding: 0;
      border-top-left-radius: 30px;
      border-top-right-radius: 30px;
  }
  .index .image-with-text__media {
    border-radius: 30px!important;
  }
  .index .image-with-text__content {
    border-radius: 0 0 30px 30px!important;
  }
}

/* Testimonials */

.testimonials {
  padding: 40px 0;
}

.testimonials__slider {
  width: 90%;
  margin: 0 auto;
}

.testimonials__slider--item {
  background: white;
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
}

.testimonials .splide__arrow--prev {
  left: -60px;
  background: var(--blue);
  opacity: 1;
}

.testimonials .splide__arrow--next {
  right: -60px;
  background: var(--blue);
  opacity: 1;
}

.testimonials .splide__arrow svg {
  fill: white;
}

.testimonials__slider--item h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0;
  font-size: 28px;
  font-family: "Cooper BT", serif;
}

.testimonials__slider--item h4 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #3F413C;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 15px;
}

.testimonials__slider--item p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  margin-top: 20px;
  font-weight: 400;
}

@media (max-width: 768px){
  .testimonials__slider .splide__arrows {
    display: none;
  }
}

/* Features */

.features__container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
  padding: 60px 0;
}

.features__container--intro {
  text-align: center;
  font-family: "Cooper BT", serif;
}

.features__container--intro p {
  padding: 0;
  margin: 0;
  font-size: 28px;
}

.features__container--intro h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  font-family: "Cooper Lt BT", var(--font-heading-family), serif !important;
  font-size: 52px;
  font-weight: 800;
}

.features__container--intro h2 p {
  font-size: 80px;
  line-height: 70px;
  font-weight: 800;
  margin-top: 30px;
  margin-bottom: 20px;
}

.features__container--intro h2 strong {
  font-family: "Cooper Lt BT", var(--font-heading-family), serif !important;
  font-weight: normal;
  color: var(--blue);
}

.features__container--accordion details summary {
  padding: 14px 15px;
  /*border-bottom: 2px solid var(--grey);*/
  position: relative;
  width: 100%;
  font-size: 28px;
  font-family: "Cooper BT", serif;
}

.features__container--accordion details summary::before {
  content: "+";
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 20px;
  color: var(--blue);
  font-weight: bold;
}

.features__container--accordion details[open] summary::before {
    content: "-";
}

.features__container--accordion details p {
  padding: 20px 15px;
  border-bottom: 1px solid var(--grey);
  margin: 0;
}

@media (max-width: 768px){ 
  .features__container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/* Rescue Slider */

.rescue {
  padding: 30px 0;
}

.rescue__intro {
  padding-bottom: 30px;
  text-align: center;
}

.rescue__intro h2 {
  font-family: "Cooper BT", serif;
  font-size: 5.6rem !important;
  line-height: 50px;
  padding: 0 30px;
}

.rescue__slider {
  /*padding-left: 60px;*/
  overflow-y: visible;
}

.rescue__slider--item {
  width: 100%;
  height: auto;
  aspect-ratio: 0.7 / 1;
  border-radius: 40px;
  position: relative;
  padding: 30px;
  display: flex;
  align-items: center;
}

.rescue__slider--item.align-top {
  align-items: flex-start;
}

.rescue__slider--item.align-bottom {
  align-items: flex-end;
}

.rescue__slider .splide__slide:nth-child(even) .rescue__slider--item {
  margin-top: 30px;
}

.rescue__slider--item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  border-radius: 40px;
}

.rescue__slider--item .btn {
  position: relative;
  z-index: 1;
  width: 100%;
  justify-content: center;
  font-size: 14px;
}

@media (max-width: 768px){
  .rescue__slider {
    padding-left: 30px;
  }
  .rescue__slider .splide__slide:nth-child(even) .rescue__slider--item {
    margin-top: 0;
  }
}

/* Collection */

.collection {
  margin-bottom: 60px;
}

.collection .title-wrapper-with-link {
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 30px
}

.collection .card-information .btn {
  color: white;
  margin-top: 20px!important;
}

.collection .card-information .btn:hover {
  text-decoration: none;
}

@media (max-width: 768px){
  .collection .title-wrapper-with-link {
    display: none;
  }
  .collection .card-information .btn {
    display: none;
  }
}

/* Corporate */

.corporate {
  background: #F1EEE8;
  padding: 60px 0;
}

.corporate__container {
  background: white;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 40px;
  padding: 40px;
  text-align: center;
}

.corporate__container h2 {
  padding: 15px 0;
  font-family: "Cooper BT", serif;
  font-size: 28px;
  line-height: 32px;
}

.corporate__container h5 {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 500;
}

.corporate__container--asSeen h5 {
  color: var(--blue);
}

.corporate__container--asSeen .logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.corporate__container--asSeen .logos img {
  max-height: 50px;
}

@media (max-width: 768px){ 
  .corporate__container {
    width: 90%;
  }

}

/* Comparison Table */

.comparisonTable {
  background: #F1EEE8;
  padding: 10px 0 60px;
}

.comparisonTable__container--intro {
  text-align: center;
  padding-bottom: 30px;
  font-weight 600 bold;
}


.comparisonTable__container--table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

.comparisonTable__container--table table {
  border: 20px;
  box-shadow: none;
  /* width: 100%;
  max-width: 1100px; */
  margin: 0 auto;
}

.comparisonTable__container--table table tr {
  border: none;
}

.comparisonTable__container--table table tr th {
  border: 2px;
  border-bottom: 1px solidrgb(0, 0, 0);;
  text-align: center;
}

.comparisonTable__container--table table img {
  margin: 0 auto;
}

.comparisonTable__container--table table tr th:nth-child(2),
.comparisonTable__container--table table tr td:nth-child(2){
  background: var(--blue);
}

.comparisonTable__container--table table tr th:first-child,
.comparisonTable__container--table table tr td:first-child{
  padding-right: 100px;
}

.comparisonTable__container--table table tr:first-child th:nth-child(2) {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.comparisonTable__container--table table tr td {
  border: none;
  border-bottom: 1px solid #F1EEE8;
  text-align: center;
  background: white;
  font-size: 20px;
}

.comparisonTable__container--table table tr td:first-child {
  text-align: left;
}

.comparisonTable__container--table table tr:nth-child(2) td:first-child {
  /*border-top-left-radius: 10px;*/
}

.comparisonTable__container--table table tr:nth-child(2) td:last-child {
  /*border-top-right-radius: 10px;*/
}

.comparisonTable__container--table table tr:last-child td:first-child {
  /*border-bottom-left-radius: 10px;*/
}

.comparisonTable__container--table table tr:last-child td:last-child {
  /*border-bottom-right-radius: 10px;*/
}

.comparisonTable__container--cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 60px 0 30px;
}


@media (max-width: 768px){
  .comparisonTable__container--table table tr td {
    font-size: 14px;
  }
  .comparisonTable__container--table table tr th:first-child,
  .comparisonTable__container--table table tr td:first-child{
    padding-right: 30px;
  }
}

/* CTA Banner */ 

.buyCTA {
  padding: 60px 0;
}

.buyCTA__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 75px;
}

.buyCTA__container--mobileImages {
  display: none;
}

.buyCTA__container--imageOne img {
  width: 75%;
}

.buyCTA__container--imageTwo img {
  float: right;
  width: 90%;
}

.buyCTA__container--content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}

.buyCTA__container--content h2 {
  margin: 0;
  padding: 0;
  font-family: "Cooper BT", serif;
  font-size: 52px;
  line-height: 50px;
}

.buyCTA__container--content p {
  padding-top: 0;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 1.6rem!important;
}

.buyCTA__container--content .guarantee {
  width: auto;
  padding: 20px;
  border-radius: 100px;
  background: #D9F3FF;
  font-size: 14px;
  margin-bottom: 15px;
}

@media (max-width: 768px){
  .buyCTA {
    padding: 60px 0 30px;
  }
  .buyCTA__container {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .buyCTA__container--mobileImages {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .buyCTA__container--imageOne,
  .buyCTA__container--imageTwo {
    display: none;
  }
  .buyCTA__container--mobileImages img {
    width: 100%;
  }
  .buyCTA__container--mobileImages img.first {
    width: 80%;
  }
  .buyCTA__container--content h2 {
    font-size: 52px;
  }
}

/* Brad - Custom Template Overides */

@media screen and (min-width: 1024px) {
  #background-hero-template--24570953138552__background_hero_Ey4aQP .content h1 {
    font-size: 110px;
    font-weight: 300;
  }
}

@media screen and (max-width: 1024px) {
  #background-hero-template--24570953138552__background_hero_Ey4aQP .content h1 {
    font-size: 80px;
    font-weight: 300;
  }
}

.announcement-bar {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 1024px) {
  .announcement-bar {
    padding-top: 0px;
    padding-bottom: 0px;
}
}

#section-template--24570953138552__image_with_text_qxcyDE .sos-hero__bullets,  {
  font-weight: 400px;
}

#section-template--24570953138552__image_with_text_qxcyDE .sos-hero__text {
  font-weight: 400px !important;
}

.comparisonTable__container--intro h2 {
  font-family: "Cooper Lt BT", var(--font-heading-family), serif !important;
  font-weight: 800 !important;
  margin-bottom:20px;
}


.comparisonTable__container--intro p {
    font-family: 'Poppins', sans-serif;
    font-size: 30px !important
}

.comparisonTable__container--table th {
  font-size: 15px !important;
}

.comparisonTable__container--cta a.text-link {
  /*font-size: 30px;*/
  color: white !important;
}

.comparisonTable__body {
  display: table-row-group; /* keep table layout */
  border: 3px solid black;
  border-radius: 33px;
  background: white;
}

.features__container--intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 400px;
}

.buyCTA__image.buyCTA__image--one {
    width: 20% !important;
}

.buyCTA__image.buyCTA__image--two {
    width: 20% !important;
}



tbody.comparisonTable__body td {
    font-weight: 400 !important;
}

.features__container--accordion details summary::before {
  color: #fdd549 !important;
}

.features__container--intro h2 strong {
  color: #fdd549 !important;
}

.features__container--intro {
    border-radius: 50px !important;
    padding: 50px !important;
    min-height: 400px !important;
}

.features__container--accordion {
    border-radius: 50px !important;
    padding: 50px !important;
    min-height: 400px !important;
}



.corporate__container {

  width: 800px;
}

p.buyCTA__subtitle {
    font-size: 1.6rem;
}

.buyCTA .btn {
  font-size: 18px;
}
}
.image-with-text-overlap__content h3 {
    text-align: center;
    font-size: 3rem !important; 
}

ul.iwto-features {
    text-align: center;
    font-size: 3rem;
}

/* Brad - Custom Template Overides */

@media screen and (min-width: 1024px) {
  #background-hero-template--24570953138552__background_hero_Ey4aQP .content h1 {
    font-size: 110px;
    font-weight: 300;
  }
}

@media screen and (max-width: 1024px) {
  #background-hero-template--24570953138552__background_hero_Ey4aQP .content h1 {
    font-size: 80px;
    font-weight: 300;
  }
}

.announcement-bar {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 1024px) {
  .announcement-bar {
    padding-top: 0px;
    padding-bottom: 0px;
}
}

#section-template--24570953138552__image_with_text_qxcyDE .sos-hero__title {
font-weight: 800;
font-family: "Cooper BT", serif;
}

#section-template--24570953138552__image_with_text_qxcyDE .sos-hero__bullets,  {
  font-weight: 400px;
}

#section-template--24570953138552__image_with_text_qxcyDE .sos-hero__text {
  font-weight: 400px !important;
}

.comparisonTable__container--intro p {
    font-family: 'Poppins', sans-serif;
    font-size: 30px !important
}

.comparisonTable__container--table th {
  font-size: 15px !important;
}

.comparisonTable__body {
  display: table-row-group; /* keep table layout */
  border: 3px solid black;
  border-radius: 33px;
  background: white;
}

.features__container--intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 400px;
}

tbody.comparisonTable__body td {
    font-weight: 400 !important;
}

.features__container--accordion details summary::before {
  color: #fdd549 !important;
}

.features__container--intro h2 strong {
  color: #fdd549 !important;
}

.features__container--intro {
    border-radius: 50px !important;
    padding: 50px !important;
    min-height: 400px !important;
}

.features__container--accordion {
    border-radius: 50px !important;
    padding: 50px !important;
    min-height: 400px !important;
}



.corporate__container {

  width: 800px;
}

h2.buyCTA__heading {
  font-family: "Cooper Lt BT", var(--font-heading-family), serif !important;
}

@media screen and (min-width: 1024px) {
h2.buyCTA__heading {
    font-size: 4rem;
}

.buyCTA .btn {
  font-size: 18px;
}
}
.image-with-text-overlap__content h3 {
    text-align: center;
    font-size: 35px !important; 
}

/* Mobile Overides */

/* ===============================
   Global, consistent H1 / H2 scale
   Mobile-first, then tablet + desktop
   =============================== */

/* Base (Mobile ≤640px) */
h1,
.hero__container--text h1,
#background-hero-template--24570953138552__background_hero_Ey4aQP .content h1 {
  font-size: 52px;
  line-height: 1.05;
}


/* Tablet (641px–1024px) */
@media screen and (min-width: 641px) and (max-width: 1024px) {
  h1,
  .hero__container--text h1,
  #background-hero-template--24570953138552__background_hero_Ey4aQP .content h1 {
    font-size: 80px;
    line-height: 1.03;
  }
}

/* Desktop (≥1025px) */
@media screen and (min-width: 1025px) {
  h1,
  .hero__container--text h1,
  #background-hero-template--24570953138552__background_hero_Ey4aQP .content h1 {
    font-size: 5.6rem;
    line-height: 1.02;
    font-weight: 300;
  }

  h2,
  .rescue__intro h2,
  .features__container--intro h2,
  .buyCTA__container--content h2,
  .footer-block--email h2,
  .comparisonTable__container--intro h2 {
    line-height: 1.06;
  }

  #shopify-section-template--24570953138552__image_with_text_overlap_ha8feG h2 {
  font-size: 35px !important;
}
}

@media screen and (max-width: 640px) {
  .comparisonTable__container--cta a {
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .buyCTA__container {
    flex-direction: column;
    border-radius: 0px !important;
  }
  .buyCTA__content {
    border-radius: 0px !important;
  }
  .buyCTA__image.buyCTA__image--one, .buyCTA__image.buyCTA__image--two {
    width: 100% !important;
  }
  .corporate__container {
    width: 100%;
  }
  .rescue__sub {
    font-size: 20px !important;
  }
  h2.sos-hero__title, .sos-hero__text, .sos-hero__after-bullets {
    text-align: center;
  }
  ul.sos-hero__bullets {
    text-align: center;
    font-size: 20px !important;
    font-weight: 800;
  }

  #section-template--24570953138552__image_with_text_qxcyDE .sos-hero__content {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

#section-template--24570953138552__image_with_text_qxcyDE .btn--sos {
    margin: 0 auto;
    display: flex !important;
    max-width: 200px;
    text-align: center;
}

.image-with-text-overlap__content h3, ul.iwto-features {
  font-size: 20px !important;
}
#section-template--24570953138552__corporate_review_dLaFwd .corporate__container h2 {
  font-size; 20px !important;
}

#section-template--24570953138552__testimonials_W4RYFf .testimonials__heading {
  font-size: 4rem !important;
}
.testimonials__slider--item {
  padding: 10px !important;
}
.features__container--intro, .features__container--accordion {
  padding: 10px !important;
}
.features__container--intro h2 {
  font-size: 40px !important;
}
.features__container--accordion {
  min-height: 300px !important;
}

}

.corporate__container h2 {
    font-size: 20px !important;
}

@media screen and (min-width: 750px) {
  /* tablet+ / desktop styles */

}

@media screen and (min-width: 990px) {
  /* desktop styles */

  .features__container--accordion details summary {
  border-bottom: 2px solid var(--grey);
}

  div#image-with-text-overlap-template--24570953138552__image_with_text_overlap_ha8feG {
    padding-bottom: 500px;
}

div#shopify-section-template--24570953138552__testimonials_W4RYFf {
    margin-top: -250px;
    margin-bottom: -200px;
}
.features__container {
    margin-top: 200px;
}
.image-with-text-overlap__grid.image-with-text-overlap__grid--right {
    margin-top: 100px;
}
#image-with-text-overlap-template--24570953138552__image_with_text_overlap_ha8feG {
 /*background-position: bottom right !important; */
}
}

@media screen and (min-width: 1400px) {
  /* large desktop styles */
}

@media screen and (max-width: 749px) {
  /* mobile-specific styles */

 .header .btn {
    width: 160px !important;
  }


  .header__icons a.btn.btn__blue.keychainify-checked {
        padding: 10px 15px !important;
        font-size: 1.5rem !important;
  }

    .header__icons a.btn.btn__blue.keychainify-checked svg{ 
width: 20px;
height: 20px;
    }

#background-hero-template--24570953138552__background_hero_Ey4aQP .content h1 {
  /*font-size: 38px !important;*/
}


    div#image-with-text-overlap-template--24570953138552__image_with_text_overlap_ha8feG {
    padding-bottom: 0px;
}

span.pill {
    width: 48%;
}

    .rescue__slider {
        padding-right: 30px;
    }

div#shopify-section-template--24570953138552__testimonials_W4RYFf {
    margin-top: -0px;
    margin-bottom: -0px;
}
.features__container {
    margin-top: 0px;
}
.image-with-text-overlap__grid.image-with-text-overlap__grid--right {
    margin-top: 0px;
}
.comparisonTable__container--cta {
  padding: 20px 0 30px;
}
#section-template--24570953138552__corporate_review_dLaFwd {
  height: auto !important;
}
.image-with-text-overlap__grid.image-with-text-overlap__grid--right {
    flex-direction: column-reverse;
}
#background-hero-template--24570953138552__background_hero_Ey4aQP {
  padding-top: 30px !important;
}
}

h2.sos-hero__title {
  font-size: 5.2rem !important;
}

p.rescue__sub {
    font-size: 1.8rem !important;
}

.comparisonTable__container--intro h2 {
  font-size: 3.2rem;
}

.comparisonTable__container--intro p {
  font-size: 1.6rem !important;
}

.image-with-text-overlap__content h2 {
  font-size: 3rem !important;
}

.image-with-text-overlap__content h3 {
  font-size: 1.8rem !important;
}

ul.iwto-features li {
    font-size: 1.8rem !important;
}

#section-template--24570953138552__image_with_text_qxcyDE .sos-hero__text {
  font-size: 1.8rem !important;
}

#section-template--24570953138552__image_with_text_qxcyDE .sos-hero__bullets {
  font-size: 1.8rem !important;
}

#section-template--24570953138552__image_with_text_qxcyDE .sos-hero__after-bullets {
  font-size: 1.8rem !important;
}

/* put CTA (actions) before the product image on mobile */
@media (max-width: 767px){
  #background-hero-{{ section.id }} .content{
    display:flex;
    flex-direction:column;
    align-items:center;
  }
  #background-hero-{{ section.id }} .actions{ order: 1; }     /* CTA + pills */
  #background-hero-{{ section.id }} .pack-mobile{ order: 2; } /* product image */
}