/************** Main Slider Styles ******************/

#hb-2023 .swiper-controls {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#hb-2023 .swiper-control {
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  width: 2em;
  height: 2em;
}

#hb-2023 .swiper-control.next::after {
  background-image: url(https://staging-na-wwwinc.demandware.net/on/demandware.static/-/Sites-chacos_us-Library/default/dwdf40d49f/content/seasonal-content/banners/global/2023/img/arrow-next.png);
  background-position: 0% center;
}

#hb-2023 .swiper-control.prev::after {
  background-image: url(https://staging-na-wwwinc.demandware.net/on/demandware.static/-/Sites-chacos_us-Library/default/dwdf40d49f/content/seasonal-content/banners/global/2023/img/arrow-prev.png);
  background-position: 100% center;
}

#hb-2023 .swiper-control::after {
  content: "";
  background-size: 0.9em;
  background-repeat: no-repeat;
  background-position: 42% center;
  width: 100%;
  height: 100%;
}

.header-banners.inner {
  max-width: none;
}

#hb-2023 {
  background-color: #fffcf5;
  margin-top: 0;
  font-size: 1.5625vw;
}

#hb-2023 .ag-site-width {
  max-width: none;
}

#hb-2023 .hb picture {
  width: auto;
  height: 100%;
}

#hb-2023 .hb__content {
  display: flex;
  font-size: 1em;
  padding: 0;
  gap: 4.5em;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

#hb-2023 .hb__content.blue-bg {
  background: #e4f1f3;
}

#hb-2023 .hb__content.sand-bg {
  background: #faf5d0;
}

@media (min-width: 641px) {
  #hb-2023 {
    /* margin-top: 0.5em; */
    margin-top: 0em;
    font-size: 0.5208333333vw;
  }
  #hb-2023 .hb {
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #hb-2023 .hb__content {
    gap: 6.1em;
    flex-direction: row;
    padding: 0;
    align-items: center;
  }
}

@media (min-width: 768px) and (max-width: 1165px) {
  #hb-2023 {
    margin-top: 1.4em;
  }
}

@media (min-width: 641px) and (max-width: 767px) {
  #hb-2023 {
    margin-top: 0em;
  }
}

/************** Slide Option 1 Styles ******************/

#hb-2023 .option1 .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 8.513em;
  gap: 10em;
}

#hb-2023 .option1 p {
  color: #004c59;
  font-size: 2.128em;
  font-style: normal;
  font-weight: 450;
  line-height: 100%;
  text-align: left;
  letter-spacing: -0.0168em;
}

#hb-2023 .option1 p span {
  font-weight: 700;
  line-height: 140%;
}

#hb-2023 .option1 .cta {
  font-size: 3.2em;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #f65024;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  #hb-2023 .option1:hover .cta {
    text-decoration: none;
  }
}
@media (min-width: 641px) {
  #hb-2023 .option1 .wrapper {
    flex-direction: row;
    font-size: unset;
    gap: 3.2em;
    height: 4.8em;
  }

  #hb-2023 .option1 p {
    font-size: 1.8em;
    text-align: unset;
    letter-spacing: -0.02em;
  }
  #hb-2023 .option1 .cta {
    font-size: 1.8em;
  }
}

/************** Slide Option 2 Styles ******************/

#hb-2023 .option2 .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 8.513em;
  gap: 10em;
}

#hb-2023 .option2 p {
  color: #004c59;
  font-size: 2.128em;
  font-style: normal;
  font-weight: 450;
  line-height: 100%;
  text-align: left;
  letter-spacing: -0.0168em;
}

#hb-2023 .option2 p span {
  font-weight: 700;
  line-height: 140%;
}

#hb-2023 .option2 .cta {
  font-size: 3.2em;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #f65024;
  text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
  #hb-2023 .option2:hover .cta {
    text-decoration: none;
  }
}
@media (min-width: 641px) {
  #hb-2023 .option2 .wrapper {
    flex-direction: row;
    font-size: unset;
    gap: 3.2em;
    height: 4.8em;
  }

  #hb-2023 .option2 p {
    font-size: 1.8em;
    text-align: unset;
    letter-spacing: -0.02em;
  }
  #hb-2023 .option2 .cta {
    font-size: 1.8em;
  }
}

/************** Slide Option 3 Styles ******************/

#hb-2023 .option3 .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 8.513em;
  gap: 3em;
}

#hb-2023 .option3 .banner-img {
  height: auto;
  width: 17.73em;
  margin-right: -2em;
  aspect-ratio: 25/12;
}

#hb-2023 .option3 p {
  color: #004c59;
  font-size: 2.128em;
  font-style: normal;
  font-weight: 450;
  line-height: 100%;
  text-align: left;
  letter-spacing: -0.0168em;
}

#hb-2023 .option3 p span {
  font-weight: 700;
  line-height: 140%;
}

#hb-2023 .option3 .cta {
  font-size: 2.128em;
  font-style: normal;
  font-weight: 450;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #f65024;
  text-align: right;
}

#hb-2023 .option3 .cta #code {
  font-weight: 700;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  #hb-2023 .option3:hover .cta #code {
    text-decoration: none;
  }
}
@media (min-width: 641px) {
  #hb-2023 .option3 .wrapper {
    flex-direction: row;
    font-size: unset;
    gap: 3.2em;
    height: 4.8em;
  }

  #hb-2023 .option3 .banner-img {
    width: 10em;
    margin-right: -1.5em;
  }
  #hb-2023 .option3 p {
    font-size: 1.8em;
    text-align: unset;
    letter-spacing: -0.02em;
  }
  #hb-2023 .option3 .cta {
    font-size: 1.8em;
    text-align: unset;
  }
}

/************** Slide Option 4 Styles ******************/

#hb-2023 .option4 .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 8.513em;
  gap: 10em;
}

#hb-2023 .option4 p {
  color: #004c59;
  font-size: 2.128em;
  font-style: normal;
  font-weight: 450;
  line-height: 100%;
  text-align: left;
  letter-spacing: -0.0168em;
}

#hb-2023 .option4 p span {
  font-weight: 700;
  line-height: 140%;
}

#hb-2023 .option4 .cta {
  font-size: 2.128em;
  font-style: normal;
  font-weight: 450;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #f65024;
  text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
  #hb-2023 .option4:hover .cta {
    text-decoration: none;
  }
}
@media (min-width: 641px) {
  #hb-2023 .option4 .wrapper {
    flex-direction: row;
    font-size: unset;
    gap: 3.2em;
    height: 4.8em;
  }

  #hb-2023 .option4 p {
    font-size: 1.8em;
    text-align: unset;
    letter-spacing: -0.02em;
  }
  #hb-2023 .option4 .cta {
    font-size: 1.8em;
  }
}

/*** Background Image for a Slide Styles ***/

/* #hb-2023 {
  margin-top: 0.6em;
}
#hb-2023 .hb {
  margin-top: 8px;
} */

#hb-2023 .bg-image {
  width: 100%;
  margin: 0em;
  height: auto;
  display: block;
  aspect-ratio: unset;
}

#hb-2023 .wrapper.absolute {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#hb-2023 .wrapper.absolute p {
  color: #ffd99a;
}

#hb-2023 .wrapper.absolute .cta {
  color: #fff;
}

@media (max-width: 640px) {
  /* #hb-2023 {
    margin-top: 0em;
  }
  #hb-2023 .hb {
    margin-top: 0px;
  } */
  #hb-2023 .wrapper.absolute .cta {
    margin-left: 2em;
  }

  #hb-2023 .wrapper.absolute .banner-img {
    width: 16.99em;
    margin-top: 0.4em;
  }
}
