/* ============================================
   UPSELL 5A CSS STYLES
   Extracted from nuzzle-shopify-funnel-v01.css
   ============================================ */

/* Font Face Declarations - Only for upSell5A */
@font-face {
  font-family: "Fa Solid 900";
  src: url("../fonts-upSell-5A/fa-solid-900.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url("../fonts-upSell-5A/fa-brands-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts-upSell-5A/Proxima-Nova-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts-upSell-5A/Proxima-Nova-Reg.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts-upSell-5A/Proxima-Nova-Extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts-upSell-5A/Proxima-Nova-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts-upSell-5A/Proxima-Nova-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TTCommons";
  src: url("../fonts-upSell-5A/TTCommons-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TTCommons";
  src: url("../fonts-upSell-5A/TTCommons-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TTCommons";
  src: url("../fonts-upSell-5A/TTCommons-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TTCommons";
  src: url("../fonts-upSell-5A/TTCommons-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TTCommons";
  src: url("../fonts-upSell-5A/TTCommons-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TTCommons";
  src: url("../fonts-upSell-5A/TTCommons-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TTCommons";
  src: url("../fonts-upSell-5A/TTCommons-DemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.body-5a {
  color: #000;
}

/* Main Section Classes */
.main-section {
  background-color: #dae2e1;
}

.main-section.main-section-upsell {
  background-color: gray;
  background-image: url("../images/bk-image.webp");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
}

.main-section.main-section-upsell.is-white {
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

/* Container Classes */
.small_container {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  display: block;
}

.small_container.for-upsell {
  max-width: 24rem;
}

.small_container.for-upsell.is-diff {
  max-width: 26rem;
}

.small_container.for-upsell.is-diff.with-sha {
  box-shadow: 0 0 8px 2px #0003;
}

/* Warning Stripe Animation */
.warning-stripe {
  width: 100%;
  height: 10px;
  background-image: repeating-linear-gradient(
    45deg,
    #ffcc00 0,
    #ffcc00 20px,
    #d32f2f 20px,
    #d32f2f 40px
  );
  background-size: 56px 56px;
  animation: stripe-move 1s linear infinite;
}

@keyframes stripe-move {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 56px 0;
  }
}

/* Top Heading Classes */
.top_heading-block-v02 {
  padding: 20px 15px;
}

.tt_heading-text {
  color: #3d5a80;
  text-align: center;
  font-family: TTCommons, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
}

/* Warning Block Classes */
.warning-block {
  margin-top: 12px;
}

.wb_inner {
  background-image: linear-gradient(
    298deg,
    #ffcc38,
    #ffde69 19%,
    #ffd043 36%,
    #ffd858 56%
  );
  border: 2px dashed #b01721;
  border-radius: 9px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.wb_text {
  text-align: center;
  font-family: Proxima Nova, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}

/* Text Span Classes */
.upSell5A-text-span-195 {
  color: #8b8b8b;
  font-weight: 600;
}

.text-span-196 {
  font-weight: 700;
}

.text-span-197 {
  text-transform: none;
  font-weight: 700;
}

.upSell5A-text-span-199 {
  font-weight: 700;
}

.text-span-200 {
  color: #2bb05b;
  font-weight: 700;
}

.text-span-201 {
  text-decoration: line-through;
}

.upSell5A-image-145 {
  width: 30px;
  margin-bottom: 9px;
}

/* Image Block */
.image_block {
  width: 100%;
  display: block;
}

.image_block img {
  width: 100%;
  height: auto;
}

/* New Block Classes */
.new_block {
  background-color: #3c587e;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.new_block.is-white {
  background-color: #fff;
}

/* Selection Box Classes */
.selection_box-new {
  background-color: #fff;
  border-top: 1px solid #0000001c;
  border-bottom: 1px solid #0000001c;
  padding: 14px 20px 21px;
}

.selection_box-new.stick {
  border-top-style: none;
  border-bottom-style: none;
  padding: 0;
}

.selection_box-new.is-bottom {
  border-top-style: none;
  border-bottom-style: none;
  padding-top: 25px;
  padding-bottom: 30px;
}

.new-sl-box {
  margin-top: 7px;
  margin-bottom: 16px;
}

/* Ticker Block Classes */
.ticker-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #294a59;
  text-align: center;
  background-color: #e3f0ff;
  border: 1px solid #90c3ff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 8px 11px;
  font-family: Proxima Nova, Arial, sans-serif;
  font-weight: 600;
  line-height: 16px;
  display: flex;
  box-shadow: 0 2px 8px #0003;
}

.ticker-text {
  color: #3d5a80;
  text-align: center;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 16px;
}

.timer-icon-svg {
  color: #3d5a80;
  width: 16px;
  height: 16px;
}

/* Price Text Classes */
.rp-text {
  color: #585858;
  text-align: center;
  font-family: Proxima Nova, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.sv-text {
  color: #3d5a80;
  text-align: center;
  font-family: Proxima Nova, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.tp-txt {
  text-align: center;
  font-family: Proxima Nova, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

/* Color Selector Classes */
.sl_color-box {
  margin-top: 4px;
}

.sl_color-label {
  margin-bottom: 5px;
}

.sl_color-label-text-new {
  text-align: center;
  font-family: Proxima Nova, Arial, sans-serif;
  font-weight: 500;
}

.sl_color-selector-new {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: stretch;
  margin-top: 8px;
  display: flex;
}

.sl_color-circle {
  border: 1px solid #00000036;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.sl_color-circle.grey {
  background-color: #807f80;
}

.sl_color-circle.grey.is-active {
  border-width: 2px;
  border-color: #fff;
  box-shadow: 0 0 0 2px #092447;
}

.sl_color-circle.blue {
  background-color: #003985;
}

.sl_color-circle.blue.is-active {
  border-width: 2px;
  border-color: #fff;
  box-shadow: 0 0 0 2px #092447;
}

.sl_color-circle.white {
  background-color: #fff;
  border: 1px solid #00000036;
}

.sl_color-circle.white.is-active {
  border-width: 2px;
  border-color: #ccc;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 0 0 2px #092447;
}

/* Size Selector Classes */
.sl_size-box-new {
  margin-top: 18px;
}

.sl_size-label {
  margin-bottom: 5px;
}

.sl_size-label-text-new {
  text-align: center;
  font-family: Proxima Nova, Arial, sans-serif;
  font-weight: 500;
}

.sl_size-selector-new {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  text-align: center;
  justify-content: center;
  align-items: stretch;
  margin-top: 8px;
  font-family: Proxima Nova, Arial, sans-serif;
  display: flex;
}

.sl_select-box {
  border: 1px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 35px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  cursor: pointer;
}

.sl_select-box.is-active {
  color: #fff;
  background-color: #092447;
}

.sl_select-box-text {
  font-family: Proxima Nova, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

/* CTA Button Classes */
.cta-upsell-btn {
  margin-top: 30px;
}

.upsell_cta-btn-f {
  color: #fff;
  text-align: center;
  background-color: #2ab05b;
  border-radius: 250px;
  width: 100%;
  margin-bottom: 10px;
  padding: 8px 5px;
  font-family: Proxima Nova, Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px #003e0e;
  cursor: pointer;
  display: block;
}

.ck-countdown-text {
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
}

.up_btn-text {
  text-transform: uppercase;
  margin-top: 2px;
  font-size: 1.2rem;
  line-height: 22px;
}

.ccr-text {
  color: #000;
  text-align: center;
  margin-top: 8px;
  padding-left: 22px;
  padding-right: 22px;
  font-family: Proxima Nova, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.crc-text {
  color: #0000ee;
  text-align: center;
  margin-top: 10px;
  font-family: Proxima Nova, Arial, sans-serif;
  font-size: 15px;
  text-decoration: underline;
  cursor: pointer;
}

/* Combo Box Classes */
.co-box {
  background-color: #e4f0ff;
}

.co-box.is-new {
  background-color: #0000;
  background-image: linear-gradient(#e3f0ff 57%, #fff);
}

/* Feature Block Classes */
.feature_block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 18px 0;
  display: flex;
}

.three-blocks {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.t_inner {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.t_inner-blocks {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 33%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.t_icon-div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.t_icon {
  width: 60px;
  height: 60px;
}

.t_text-div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.t_text {
  color: #092447;
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 19px;
}

.dd-div {
  width: 1.5px;
  height: 50%;
}

/* Pillow Block Classes */
.pillow_block {
  background-image: url("../images/image-32.png");
  background-position: 110%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 20px;
  display: flex;
}

.pillow_block-text {
  text-align: left;
  font-family: Proxima Nova, Arial, sans-serif;
  font-size: 16px;
}

.pillow_block-text.with-t-margin {
  width: 181px;
  margin-top: 15px;
}

/* Table Block Classes */
.table_block {
  background-color: #3d5a80;
  border-radius: 45px 45px 0 0;
  padding-top: 33px;
  padding-bottom: 33px;
  overflow: hidden;
}

.table_block.is-new {
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding-bottom: 0;
}

.tb-heading {
  color: #fff;
  text-align: center;
  font-family: TTCommons, Arial, sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.15;
}

.tb-sub-heading {
  color: #fff;
  text-align: center;
  margin-top: 6px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 19px;
  line-height: 1.1;
}

.table_inner {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: stretch;
  margin-top: 66px;
  margin-bottom: -130px;
  padding-left: 6px;
  display: flex;
}

.tb-new-block {
  width: 33%;
  position: relative;
  left: 2px;
}

.tb-new-block.last {
  width: 34%;
  position: relative;
  left: 2px;
}

/* Comparison Block Classes */
.comp_block.blue {
  background-color: #8ccdff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.comp_block.red {
  background-color: #ff6363;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.comp_block.white {
  background-image: linear-gradient(#fff, #d6f0ff);
  border: 2px solid #3d5a80;
  border-radius: 20px;
  width: 100%;
  padding: 20px 0;
  transform: translate(0, -15px);
  box-shadow: 0 -2px 14px #fff;
}

/* Table Head Classes */
.tb-head {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  display: flex;
  position: relative;
}

.upSell5A-image-140 {
  width: 65px;
  position: absolute;
  top: -36.5px;
}

.upSell5A-image-140.is-big {
  width: 145px;
  top: -65.5px;
}

.tb-comp-heading {
  color: #3d5a80;
  text-align: center;
  font-family: TTCommons, Arial, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
}

.tb-comp-heading.is-light {
  color: #fff;
}

.text-block-242 {
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
}

.text-block-242.is-light {
  color: #fff;
}

.text-block-242.blue {
  color: #3d5a80;
  margin-bottom: 15px;
}

.sep-line {
  background-color: #3d5a80;
  width: 90%;
  height: 1px;
  margin: 13px auto 20px;
}

.sep-line.is-light {
  background-color: #fff;
}

/* Table Body Classes */
.tb-body {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.comp-bullet-text {
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

.comp-bullet-text.is-light {
  color: #fff;
}

.comp-bullet-text.is-bold {
  font-size: 14px;
  font-weight: 600;
}

.comp-bullet-text.is-bold.islast {
  color: #3d5a80;
  font-weight: 800;
}

.upSell5A-image-142 {
  width: 20px;
}

.tb-bottom {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
  top: 19px;
}

.tb-bottom.one {
  position: relative;
  top: 19px;
}

.tb-bottom-text {
  color: #9d9d9d;
  margin-top: 9px;
  font-family: TTCommons, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.1;
}

.red-w-svg,
.green-tick-svg {
  width: 25px;
  height: 25px;
}

/* Div Block Classes */
.upSell5A-div-block-1003 {
  margin-top: 45px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  top: 118px;
}

._50off-svg {
  width: 175px;
  position: absolute;
  top: -15px;
  right: -4%;
}

/* Bed Block Classes */
.bed-block-new {
  background-color: #e3f1ff;
  padding: 20px;
}

.bd_inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #3d5a80;
  border-radius: 15px;
  flex-flow: column;
  padding: 28px 26px;
  display: flex;
}

.bd_inner.bed-image {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  padding-top: 100px;
  padding-left: 37px;
  padding-right: 37px;
}

.bd_inner-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-1001 {
  width: 15%;
}

.upSell5A-div-block-1002 {
  width: 85%;
}

.image-143 {
  width: 32px;
}

.text-block-243 {
  color: #3d5a80;
  font-family: TTCommons, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
}

/* Sticky Bottom Classes */
.ss-bottom-stick {
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  max-width: 26rem;
  padding: 16px 20px 20px;
  position: sticky;
  bottom: 0;
  box-shadow: 0 -1px 10px #0003;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.ss-bottom-stick.visible {
  display: block;
  opacity: 1;
}

.ss-bottom-stick.no-sticky {
  position: static;
}

.selection_box.stick {
  border: none;
  padding: 0;
}

.sl_size-box {
  margin-top: 18px;
}

.sl_size-label {
  margin-bottom: 5px;
}

.sl_size-label-text {
  font-family: Proxima Nova, Arial, sans-serif;
  font-weight: 500;
}

.sl_size-selector {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  margin-top: 6px;
  display: flex;
}

.sl_color-label-text {
  font-family: Proxima Nova, Arial, sans-serif;
  font-weight: 500;
}

.sl_color-selector {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 6px;
  display: flex;
}

/* Webflow Utility Classes */
.w-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w-embed {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

/* ============================================
   MEDIA QUERIES
   ============================================ */

@media screen and (max-width: 479px) {
  .pillow_block {
    padding-top: 22px;
  }

  .pillow_block-text {
    font-size: 16px;
  }

  .table_inner {
    align-items: stretch;
  }

  .comp_block.white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .text-block-242 {
    font-size: 0.9rem;
  }

  .comp-bullet-text,
  .comp-bullet-text.is-bold {
    font-size: 13px;
  }

  .tb-body {
    padding-left: 8px;
    padding-right: 8px;
  }

  .tb-bottom,
  .tb-bottom.one {
    top: 20px;
  }

  .upsell_cta-btn-f {
    color: #fff;
    text-align: center;
    background-color: #2ab05c;
    border-radius: 250px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    padding: 10px 5px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    display: flex;
  }

  .up_btn-text {
    margin-top: 0;
    font-size: 1.1rem;
  }

  .ss-bottom-stick {
    padding-bottom: 18px;
    position: sticky;
  }

  .ss-bottom-stick.no-sticky {
    padding-top: 0;
  }

  .bed-image {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tb-new-block {
    justify-content: center;
    display: block;
  }

  .t_text {
    font-size: 12.8px;
  }

  .t_icon {
    width: 55px;
    height: 55px;
  }

  .wb_text {
    font-size: 14px;
  }

  .upSell5A-image-145 {
    width: 28px;
  }

  .ccr-text {
    margin-top: 15px;
  }

  .crc-text {
    font-size: 14px;
  }

  .crc-text.trt {
    margin-top: 11px;
  }

  .tp-txt,
  .sv-text {
    font-size: 17px;
  }

  .ticker-block {
    padding-top: 6px;
    padding-bottom: 6px;
    box-shadow: 0 2px 8px #0003;
  }

  .ticker-text {
    font-size: 13px;
  }

  .timer-icon-svg {
    width: 14px;
    height: 16px;
  }
}
