/** Shopify CDN: Minification failed

Line 1476:0 Unexpected "}"

**/

  .small-text em {
  font-size: 10px;
  font-weight: 400;
 }

 body.template-product [class*="kl-teaser"]  {
  top: 0 !important;
  bottom: unset !important;
  margin: 0 !important;
  right: 0;
  width: 100% !important;
  border-radius: unset;
  position: absolute !important;
 }
 body.template-product [class*="kl-teaser"] span.needsclick {
     background-color: #caffd0 !important;
     border-radius: 0 !important;
     height: 52px !important;
     box-shadow: unset !important;
 }

 .product-section__individual .flickity-page-dots {
  display: none;
  overflow:hidden;
  visibility: hidden;
 }

 .product-section__individual .product__main-photos .promo-badge.pdp {
  z-index: 1;
  top: 10px;
  left: 25px;
  right: unset;
 }

 .promo-badge.pdp {
  border-radius: 7.65px;
  height: 22px;
  font-size: 12px;
  align-items: center;
  padding: 3px 20px;
  font-weight: 700;
  background: red;
  color: #fff;
  display: inline-flex;
  position: inherit;
 }

 @media screen and (max-width: 1000px) {
  .product-section__individual .flickity-page-dots {
   display: block;
   overflow: visible;
   visibility: visible;
   position: static;
   margin: 8px 0 8px;
  }
  .product-section__individual .flickity-page-dots .dot {
   background:#D5D5D5;
   border:none;
  }
  .product-section__individual .flickity-page-dots .dot.is-selected{
   background:#2225B6;
  }

 }

 .pdp-2025 .tool-tip-trigger__title {
  color: #0C0067;
  text-decoration: none;
  font-weight: 400;
 }
 .pdp-2025 tool-tip[data-tool-tip-open=true] .tool-tip__inner{
      max-width: 1100px;
      border-radius: 23px;
      background: #faf9f9;
      padding:0;
      width:100%;
 }
 @media screen and (max-width: 1000px) {
  .pdp-2025 tool-tip[data-tool-tip-open=true] .tool-tip__inner {
    max-height: 95vh;
    overflow: scroll;
  }
 }
 .pdp-2025 .tool-tip__inner .tool-tip__content {
  max-height: fit-content;
 }
 .pdp-2025 .tool-tip__inner .tool-tip__content .modal-grid {
  display:grid;
   grid-template-columns: minmax(auto, 374px) minmax(auto, auto);
 }
 .pdp-2025 .tool-tip__inner .tool-tip__content .modal-grid .col-left,
 .pdp-2025 .tool-tip__inner .tool-tip__content .modal-grid .col-right
  {
  padding:45px;
 }
 .pdp-2025 .tool-tip__inner .tool-tip__content .modal-grid .col-right {
  padding-top:100px;
 }
 .pdp-2025 .tool-tip__inner .tool-tip__content .modal-grid .col-left {
  background:#f1f1f1;
  border-top-left-radius:23px;
  border-bottom-left-radius:23px;
 }
 .pdp-2025 .tool-tip-trigger__title {
  padding:0;
 }
 .pdp-2025 .tool-tip__close {
  padding: 32px 24px;
  font-size: 18px;
 }
 .pdp-2025 .tool-tip__content h3 {
  font-size:28px;
 }
 .pdp-2025 .how-to-pay-content {
  margin-top:60px;
 }
 .pdp-2025 .how-to-pay-content  p {
  font-size:16px;
  line-height:20px;
 }
 .pdp-2025 .flex-list {
  list-style-type: none;
  margin:0;
  padding:0;
 }
 .pdp-2025 .flex-list  li {
  margin-bottom:24px;
  font-size:18px;
 }
 .pdp-2025 .font-500 {
  font-weight:500;
 }

 .individual_product {
  padding: 26px 30px 0;
  background-color: #F8F8F8;
 }

 .thermachill-size-selector {
  border: 0;
  margin: 0 0 18px;
  padding: 0;
 }

 .thermachill-size-selector__label {
  color: #04172c;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
 }

 .thermachill-size-selector__options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
 }

 .thermachill-size-option {
  align-items: center;
  background: #fff;
  border: 1px solid #04172c;
  border-radius: 4px;
  color: #04172c;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  min-width: 72px;
  padding: 10px 14px;
  position: relative;
 }

 .thermachill-size-option input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
 }

 .thermachill-size-option.is-selected {
  background: #04172c;
  color: #fff;
 }

 .thermachill-size-option.is-disabled {
  background: #f3f3f3;
  border-color: #b7b7b7;
  color: #727272;
  cursor: not-allowed;
  text-decoration: line-through;
 }

 .thermachill-size-option__status {
  font-size: 10px;
  margin-left: 5px;
  text-decoration: none;
 }
 @media screen and (max-width:1200px) {
  .individual_product {
  padding: 24px 18px 0;
  }
 }
 .individual_product .individual_product__price {
  display: flex;
  flex-direction: column-reverse;
  width: 45%;
 }

 .individual_product .individual_product__price .regular_price {
  font-size: 3vw;
  font-weight: 700;
  line-height: 50px;
 }
 @media screen and  (min-width: 1400px) {
  .individual_product .individual_product__price .regular_price {
   font-size: 42px;
  }
 }
 .individual_product .individual_product__price .compare_price {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
 }
  .individual_product .individual_product__price .save_badge {
    background-color: #CAFFD0;
    font-size: 12px;
    font-weight: 700;
    border-radius: 16px;
    padding: 0px 8px;
    margin-left: 6px;
    white-space: nowrap;
 }

 .individual_product .individual_product__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin: 20px 0 0 0;
 }
 .individual_product .custom-content.with-financing {
 margin-top: 28px;
 margin-bottom: 26px;
 }

 .delivery-info {
    display: flex;
    width: 100%;
    padding: 10px 0;
  }
 .delivery-info .delivery-info-container {
    display: flex;
    flex: 1;
    justify-content: center;
  }
 .delivery-info .delivery-info-container .delivery-info__icon {
  margin-right: 10px;
 }
 .delivery-info .delivery-info-container .delivery-info__title {
  font-size: 12px;
 }

 .pdp-2025 .individual_product .yotpo-widget-instance .yotpo-sr-bottom-line-summary .yotpo-sr-star-full svg path {
 fill: #000000 !important;
 stroke: #000000 !important;
 }
 .separator hr {
  width: calc(100% - 25px);
  border: none;
  height: 1px;
  background-color: #9e9e9e;
  margin: 10px 0;
  }
  .individual_product .custom-content.with-financing {
    justify-content: flex-start;
  }
  @media screen and (max-width: 1000px) {
     .individual_product .individual_product__title {
       font-size: 28px;
     }
     .individual_product .individual_product__price {
       display: flex;
       flex-direction: column;
     }
     .individual_product {
       padding: 24px 14px 0;
     }
     .individual_product .individual_product__price .regular_price {
       font-size: 28px;
       font-weight: 600;
     }
     .individual_product .individual_product__price .compare_price {
       font-size: 18px;
     }
     .product__thumbs--beside {
      display:none;
     }
     .individual_product .custom-content.with-financing {
     justify-content: center;
    }
  }
  .yotpo-reviews-star-ratings-widget.yotpo-star-ratings-widget-override-css {
   margin-bottom: 0 !important;
  }
  .yotpo-sr-bottom-line-summary {
   align-items: center !important;
  }
  .yotpo-sr-bottom-line-summary > div {
   height:auto !important;
  }

  .yotpo-sr-bottom-line-summary .star-container svg {
   height:12px !important;
   line-height: 1 !important;
  }
  .yotpo-sr-bottom-line-text.yotpo-sr-bottom-line-text--right-panel {
   font-size: 12px !important;
  }
  [class*="ca-promotional-css"] {
   color: #000 !important;
   font-weight: 400 !important;
   font-size:12px;
   text-align: left;
   display: flex;
   align-items: center;
   justify-content: center;
  }
  [class*="ca-promotional-css"] img {
   max-width:66px;
   width:auto;
  }
  .ca-promotional-css-avm71u {
    margin-left: 2px;
  }


  .individual_product .custom-content.with-financing .custom-content-financing-widget .or-divider {
   padding: 20px 5px;
  }
  .individual_product .custom-content.with-financing  .or-divider {
   /* {% comment %} margin-left:36px;
   margin-right:25px; {% endcomment %} */
   height: 78px;
   width: 10%;
  }
  .individual_product .custom-content.with-financing  .or-divider::before,
  .individual_product .custom-content.with-financing  .or-divider::after {
    height: 35%;
  }
  .ca-promotional-widget-image {
    grid-column: 1 / 2;
    grid-row: 2;
  }
  .ca-promotional-widget-link {
   grid-column: 2;
    grid-row: 2;
  }
  .individual_product button.ca-promotional-widget-link {
   margin-top:0 !important;
   color: #0082C0 !important;
   text-decoration: none;
   font-size: 12px;
   margin-left:5px;
  }
   .product__thumbs--beside .product__thumb-item {
   margin-bottom: 0;
   border:0;
  }
  .product__thumb .image-wrap {
   border-radius: 0;
  }
  @media screen and (min-width: 1001px) {
   .grid__individual.yearly-in-cart {
    display:flex;
    align-items:center;
   }
  .product__thumbs--beside {
      flex: 0 0 130px;
      max-width: 130px;
      margin-left: 0;
      margin-right: 0;
  }
  .product__photos--beside {
   margin-right: 50px;
  }
  .product__main-photos .product-slideshow  {
     margin-top:-26px;
  }
  .pdp-desktop-breadcrumb {
   display: flex;
  }

 }
 .product-image-main .image-wrap {
 border-radius: 0;
 }
 .product__thumb-arrow .icon {
 width: 18px;
 height: 18px;
 }
 .product__thumbs[data-position=beside] .product__thumb-arrow.product__thumb-arrow--prev,
 .product__thumbs[data-position=beside] .product__thumb-arrow.product__thumb-arrow--next {
 background: #EFF8FB;
 padding-bottom: 0;
 }
 .product__thumb-item a.is-active:before, .product__thumb-item a:focus:before {
 border-radius: 0;
 height: 100%;
 width: 3px;
 box-shadow: inset 0 0 0 2px #B0DBEB;
 }
 .military-trigger {
 text-decoration: underline;
 transition: all .3s;
 display: flex;
 gap:5px;
 margin-top:5px;
 }
 .military-trigger:hover {
 text-decoration: none;
 }
 .military-tooltip-title {
  display: flex;
  align-items: flex-start;
  gap: 6px;
 }
 .pdp-2025 .tool-tip__inner .image-grid-wrapper {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 18px;
 margin-top:80px;
 }
 .individual_product .ca-promotional-widget-text-links-container {
    display: flex;
    flex-wrap:wrap;
   align-items: center;
  }

 .product-section__individual .hide-on-desktop {
 display: none;
 }
 .product-section__individual .promo-badge.pdp.hide-on-desktop {
 top: 17px;
 right: 5px;
 }
 .product-section__individual .promo-badge.pdp {
 position: absolute;
 }

 @media screen and (max-width:1000px) {
  .pdp-2025 .product__main-photos .promo-badge.pdp {
   display: none;
  }
 .pdp-mobile-breadcrumb {
     align-items: center;
     gap: 5px;
     margin-bottom: 16px;
    }
    .pdp-desktop-breadcrumb {
     display: none;
    }
  .pdp-mobile-breadcrumb .breadcrumb__divider {
   transform: rotate(180deg);
  }
  .pdp-mobile-breadcrumb  a {
   color:#0279B3;
   text-decoration:none;
  }
  .product-section__individual .product-block {
   display: flex;
   flex-direction:column;
  }
  .product-section__individual .product-block .shopify-block.shopify-app-block {
    order:2;
  }
  .product-section__individual .product-block .shopify-block.shopify-app-block .yotpo-reviews-star-ratings-widget {
   justify-content: center !important;
 }
 .individual_product .individual_product__title {
   order:1;
   text-align: center;
   margin: 0 0 15px 0;
  }
  .product-section__individual .product-block .custom-content.with-financing {
   order:3;
  }
  .product-section__individual .product-block.separator {
   display:none;
  }
  .yotpo-sr-bottom-line-text.yotpo-sr-bottom-line-text--right-panel {
   font-size: 12px !important;
   line-height: 1 !important;
  }
  .individual_product .custom-content.with-financing {
 margin-top: 15px;
 }
 .product-section__individual .promo-badge.pdp {
  margin-bottom:0;
  margin-left:auto;
 }
 .js-photoswipe__zoom.product__photo-zoom.zoom-pdp {
  width:100%;
  height:100%;
  opacity: 0;
 }
 }

 .js-photoswipe__zoom.product__photo-zoom.zoom-pdp:hover {
 cursor: zoom-in;
 }

 @media screen and (max-width:959px) {
 .individual_product .ca-promotional-widget-text-links-container {
    display: grid;
   grid-template-columns: 80px 1fr;
   align-items: center;
   grid-template-rows: 36px 24px 0;
  }
  .product__photo-zoom {
   display: none;
   opacity: 0;
   visibility: hidden;
  }
 }

 @media screen and (max-width:640px) {
 .individual_product .ca-promotional-widget-text-links-container {
    display: grid;
   grid-template-columns: 70px 1fr;
   align-items: center;
   grid-template-rows: 36px 24px 0;
  }
 }

 .membership_modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 200001; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
 }

    .membership_container {
     background-color: #fefefe;
    width: 95%;
    margin: 3% auto;
    border: 1px solid #888;
    display: grid;
    grid-template-columns: 1fr 2fr;
    max-width: 1100px;
    border-radius: 23px;
    height: fit-content;
    @media screen and (max-width: 1058px) {
      grid-template-columns: 1fr;
    }
    @media screen and (max-width: 400px) {
    width: 100%;
  }
    }
 .membership_container  .options_container {
  display: flex;
  padding: 20px 50px;
  flex-direction: column;
  position: relative;
  background-color: #fff;
  border-top-right-radius: 23px;
  border-bottom-right-radius: 23px;
  @media screen and (max-width: 1058px) {
   border-radius: 23px;
  }
 }
 @media screen and (max-width: 500px) {
  .membership_container  .options_container{
   padding: 10px 30px;
  }
 }
 @media screen and (max-width: 350px) {
  .membership_container  .options_container{
   padding: 10px 30px;
  }
 }

 .membership_container {

 h6 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
 }
 h3 {
  font-size: 25px;
  font-weight: 500;
 }
 h2 {
  margin-top: 70px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  text-transform: none;
 }
 p {
  margin-bottom: 0;
  margin-top: 5px;
  font-weight: 600;
 }
 .freebies_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 50px 20px 20px 35px;
  background-color: #f1f1f1;
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
  min-width: 300px;
 }
 .freebie {
  text-align: center;
  display: flex;
  gap: 3px;
  align-items: center;
  width: 80%;
  flex-direction: column;
 }
 .freebie img {
  max-height: 120px;
  max-width: 120px;
  &.warranty {
   max-width: 40px;
   max-height: 40px;
  }
 }

 .cancel_button {
  position: absolute;
  right: 24px;
  text-decoration: none;
  position: absolute;
  width: 100%;
  text-align: right;
  display: inline-block;
 }
 .cancel_button img {
  display: inline;
  margin-right: -15px;
  margin-top: -3px;
 }
 .cancel_button:hover {
  cursor: pointer;
 }
 .options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  row-gap: 10px;
  column-gap: 50px;
  grid-auto-flow: column;
  text-align: center;
 }
 .floating_badge {
  background-color: #ffe9aa;
  border-radius: 15px;
  padding: 0px 10px;
  position: absolute;
  font-weight: 400;
  font-size: 14px;
  top: 6px;
  margin:auto;
  width: fit-content;
  left: 0;
  right: 0;
 }
 .pricing_block {
  position: relative;
 }
 .pricing {
  background-color: #bdf8cd;
  text-align: center;
  margin-bottom: 10px;
  padding: 15px 0;
  margin-top: 20px;
 }
 .gift_container {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 36px;
 }
 .gift {
  display: flex;
  border: 1px solid #b0b0b0;
  height: 50px;
  padding: 10px;
  gap: 30px;
  align-items: center;
  justify-content: space-around;
  border-radius: 4px;
  background-color: white;
  @media screen and (max-width: 1135px) {
    gap: 15px;
  }
  @media screen and (max-width: 1050px) {
    gap: 30px;
  }

  @media screen and (max-width: 820px) {
    gap: 20px;
  }
  @media screen and (max-width:380px) {
   gap: 10px;
 }
 }
 .gift_title {
  width: 125px;
  text-align: left;
  max-height: 34px;
  overflow: hidden;
  @media (max-width: 500px) {
    width:auto;
    max-width:80px;
  }
 }

 .gift img {
  max-height: 45px;
  max-width: 45px;
  margin: 0 auto;
 }
 .gift .gift_image_container {
  width: 45px;
 }
 .gift .gift_image {
  width: 45px;
 }
 .gift .gift_price {
  width: 60px;
 }
 img.warranty {
 max-height: 26px;
 max-width: 26px;
 }
 .button_block {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: auto;
 }
 .fpwd_button {
  margin: 8px 0;
  padding: 16px;
  text-align: center;
  border-radius: 100px;
  font-weight: 600;
  cursor: pointer;
 }
 .fpwd_button:hover {
  text-decoration: none;
 }
 .fpwd_button.dark {
  background-color: #2225b6;
  color: #ffffff;
 }
 .fpwd_button.light {
  background-color: #dddeff;
  color: #0c1a35;
 }
 .fpwd_button:hover {
  background-color: #26C4D9;
  color: #0c1a35;
 }
 .hide-on-desktop {
  display: none;
 }
 .mobile_heading {
  margin-bottom: 20px;
 }
 .upgrade_plans {
 display:flex;
 flex-direction: column;
 }
 .column_separator {
  height:0;
  background-color: white;
  display: none;
 }

 @media screen and (max-width: 1058px) {
  .hide-on-mobile {
    display: none !important;
  }
  .hide-on-desktop {
    display: block !important;
  }
  h2 {
    margin-top: 40px;
  }
 }
 @media screen and (max-width: 750px) {
  .options {
    display: flex;
    flex-direction: column;
    row-gap: 0px;
  }
  .options > :nth-child(-n+3), .options > :nth-child(n+5) {
    background-color: #F1F1F1;
    border-left: 1px solid #B0B0B0;
    border-right: 1px solid #B0B0B0;
    padding: 0 15px;
  }
  .options > :nth-child(1), .options > :nth-child(5) {
    border-top: 1px solid #B0B0B0;
  }
  .options > :nth-child(3), .options > :nth-child(7) {
    border-bottom: 1px solid #B0B0B0;
  }
  .column_separator {
    height: 30px;
    display: block;
  }
  .button_block {
    margin-bottom: 20px;
  }
  .trial-button {
    margin-top: 25px;
  }
 }
 }

 /* Individual Product Selection */
 .grid__item__slider {
  padding:41px 0 0;
 }

 .individual-product-container {
  padding: 0 0 15px 0;
 }

 .individual-product-container .individual-product-selector {
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-top: 10px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 8px 0;
  cursor: pointer;
  min-height: 84px;
 }
 .individual-product-container .individual-product-selectors.many-variants {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
 }
 .individual-product-container .individual-product-selectors.many-variants .individual-product-selector {
  width: fit-content;
  min-width: 52px;
  height: 52px;
  margin-top: 0;
  padding: 0;
  min-height: 0;
 }
 .individual-product-container .individual-product-selectors.many-variants .money{
  display: none;
 }
 .individual-product-container .individual-product-selectors.many-variants .individual-title-box {
  white-space: nowrap;
 }

 .individual-product-container .individual-product-selector:hover {
 background-color: #EFF8FB;
  box-sizing: border-box;
  border-color: none;
 }
 .individual-product-container .individual-product-selector:active {
  border: 1px solid #2225b6;
 }

 .individual-product-container .individual-product-selector .individual-items-container {
  display: flex;
  justify-self: center;
  flex-direction: row;
  align-items: center;
  margin-left: 20px;
  @media screen and (min-width:1001px) {
    flex: 1;
   }
 }

 .individual-product-container .individual-product-selectors.many-variants .individual-items-container {
  display: none;
 }

 .individual-product-container .individual-product-selector .individual-items-container .individual-checkbox-container .individual-checkbox {
  margin-right: 10px;
 }

 .individual-product-container .individual-product-selector .individual-items-container .individual-checkbox-container .individual-radio {
  display: none;
}

 .individual-product-container .individual-product-selector .individual-items-container .individual-checkbox-container .individual-radio:disabled {
  cursor: default;
  opacity: 1;
 }

 .individual-product-container .individual-product-selector .individual-items-container .individual-image-container .individual-image {
  /* {% comment %} width: 110px; {% endcomment %} */
  object-fit: contain;
 }

 .individual-product-container .individual-product-selector .individual-text-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  justify-content: space-between;
  margin: 0 20px;
  @media screen and (min-width: 1001px) {
    flex: 2;
 }
 }

 .individual-product-container .individual-product-selector .individual-text-box {
  display: flex;
  flex-direction: column;
  width: 100%;
 }
 .individual-product-container .individual-product-selector .individual-text-box .individual-title-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-flow: row;
  align-items: center;
 }

 .individual-product-container .individual-product-selector .individual-title-box:first-child  {
  width: 75%;
 }
 .individual-product-container .individual-product-selector .individual-title-box:first-child .individual-title {
  font-weight: 500;
 }

 .individual-product-container .individual-product-selector .individual-title-box:last-child  {
  width: 35%;
  text-align: right;
  line-height: 16px;
 }
 .individual-product-container .individual-product-selector .individual-title-box.sub-in-cart {
 width:70%;
 }



 .individual-product-container .individual-product-selector .individual-text-box:first-child {
  text-align: left !important;
 }

 .individual-product-container .individual-product-selector .individual-text-box:last-child {
  text-align: right;
  justify-content: space-between;
 }
 .individual-product-container .individual-product-selector .individual-text-box .individual-badges-content {
  display: flex;
  flex-direction: row;
  gap: 10px;
 }
 .individual-product-container .individual-product-selector .individual-text-box .individual-badges-content .individual-badges_yellow{
  background-color: #FFE9AA;
 }

 .individual-product-container .individual-product-selector .individual-text-box .individual-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
 }
 .individual-product-container .individual-product-selector .individual-text-box .individual-title.right {
 font-size:16px;
 }

 .individual-product-container .individual-product-selector .individual-text-box .individual-title.bold {
  font-weight: bold;
 }
 .individual-product-container .individual-product-selector .individual-text-box .individual-text-savings {
  background-color: #CAFFD0;
  border-radius: 7px;
  padding: 4px 6px;
  place-self: flex-start;
  line-height:14px;
  font-size: 10px;
  font-weight: 700;
  max-height: 20px;
  overflow: hidden;
 }
 .individual-product-container .individual-product-selector .individual-text-box .individual-text-savings .individual-text-savings-copy,
 .individual-product-container .individual-product-selector .individual-text-box .individual-text-savings span {
 font-weight:400;
 white-space: nowrap;
 }

 .individual-product-container .individual-product-selector .individual-text-box .individual-price-box .individual-price {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 14px;
 }
 .individual-product-container .individual-product-selector .individual-text-box .individual-price-box .individual-billed {
  font-size: 10px;
  font-weight: 600;
 }

 .individual-product-container .individual-product-selector .individual-text-bottom {
  font-size: 11px;
  color: #000;
  font-weight: 400;
 }

 .individual-text-trial {
  line-height: 14px;
 }

 .individual-product-container .individual-product-selector:has(.individual-radio:checked),
 .individual-product-container .individual-product-selector.selected
 {
    border: 1px solid #2225b6;

 }

 /* Add Promotions Section */
 .individual-product-container .add-promotions-section {
  margin-top: 20px;
  margin-bottom: 16px;
 }

 .individual-product-container .add-promotions-header {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
 }

 .individual-product-container .dumbbells-promotion-selector {
  border: 1px solid #ddd;
  cursor: pointer;
  user-select: none;
 }

 .individual-product-container .dumbbells-promotion-selector:has(.dumbbells-checkbox:checked) {
  border: 1px solid #2225b6;
 }

 .individual-product-container .dumbbells-checkbox {
  margin-right: 10px;
  cursor: pointer;
  pointer-events: auto;
 }

 .individual-product-container .individual-add-bottom,
 .floating-cart .individual-add-bottom {
  background-color: #2225B6;
  max-width: 380px;
  width:100%;
  height: 68px;
  border-radius: 60px;
  color: #ffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 16px auto 24px;
  box-shadow:1px 3px 8px rgba(0, 0, 0, 0.3);
  &.out-of-stock {
   background-color: #727272;
   cursor:not-allowed;
  }
  &:not(.out-of-stock):hover {
   background-color:#26C4D9;
   color:#000;
  }
 }
 .individual-product-container .individual-add-bottom.pdp-bottom {
  transition: all 0.5s ease-in-out ;
  position: fixed;
  z-index: 999;
  bottom: -100px;
  transform: translateY(-125px);
  justify-self: anchor-center;
}
.individual-product-container .bottom_floater {
  background-image: linear-gradient(rgb(255, 255, 255, 0), rgb(255, 255, 255, 1));
  position: fixed;
  z-index: 998;
  height: 175px;
  width: 100%;
  bottom: 0;
  left: 0;
}
#atc_button_spacer {
  height: 104px;
}
 .individual-product-container .individual-add-to-cart__title {
  font-size: 18px;
  font-weight: 700;
 }
 .individual-product-container .individual-add-to-cart__subtitle {
  font-size: 14px;
  font-weight: 400;
 }
 .individual-product-container .special-text {
  display: flex;
  flex-direction: row;
  justify-content: center;
 }
 .individual-product-container .special-text.special-text__details {
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
  margin: 15px 0;
 }
 .individual-product-container .special-text.special-text__details a {
  color: #0182C0;
 }

 .individual-product-container .special-text.special-text__sub {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin: 10px 0;
 }
 .individual-product-container .special-text.special-text__sub a {
  color: #0182C0;
 }
 .individual-product-container .special-text.special-text__premier {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 10px 0;
  justify-content: flex-start;
  gap:5px;
  @media (max-width:1000px) {
    justify-content: center;
  }
 }
 .individual-product-container .special-text.special-text__premier_sub {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  margin: 10px 0 15px;
 }

 .delivery-save-info {
 display: flex;
  font-size: 12px;
  line-height: 12px;
  gap: 6px;
  justify-content: center;
  color: #0D0072;
  @media screen and (max-width:767px) {
   gap:10px;
  }
 }
 .delivery-save-info .divider {
 height:40px;
 width:2px;
 background:#0D0072;
 }
 .delivery-save-info-box  {
 display:flex;
 flex-direction:column;
 width:49%;
 gap:5px;
 }
 .save-with-flex {
  text-align: right;
 font-size:10px;
 line-height: 10px;
 color:#0D0072;
 }
 .save-with-flex img {
 height:10px;
 display: inline;
 }
 .delivery-save-info-box:nth-of-type(1) {
 align-items:flex-end;
 }
 .delivery-save-info-box:nth-of-type(2){
 align-items:flex-start;
 }
 .delivery-save-info .delivery-save-info-box p {
  font-size: 10px;
  display: flex;
  flex-direction:column;
  margin:0;
  color:#0D0072;
  line-height: 10px;
  gap:4px;
  height: 40px;
  justify-content: space-between;
 }
 .individual_product .yotpo-widget-instance {
  height: 20px;
 }


 .delivery-save-info .delivery-save-info-box .delivery-save-info-fleximg svg {
  margin-top: -12px;
 }
 .delivery-save-info .delivery-save-info-box span svg {
  margin-left: 2px;
 }

 @media (max-width: 1000px) {
 .medium-up--two-fifths,
 .medium-up--three-fifths {
  width:100% !important;
 }
  .grid__item__slider {
    padding:15px 0 0;
    position: relative;
  }
  .individual-product-container .individual-product-selector .individual-items-container .individual-image-container {
    display: none;
  }
    .individual-product-container .individual-product-selector.dumbbells-promotion-selector .individual-items-container .individual-image-container {
     display: flex;
     width: 50px;
    }


  .individual-product-container .individual-product-selector .individual-text-container {
    gap: 0;
  }
  .individual-product-container .individual-add-bottom {
    position: fixed;
    z-index: 999;
    bottom: 70px;
    justify-self: anchor-center;
    left: 50%;
    transform: translateX(-50%);
    margin-left:0;
    max-width: 94%;
  }
  .individual-product-container .individual-add-to-cart__subtitle {
    font-size: 14px;
  }

  .delivery-info .delivery-info-container {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .delivery-save-info-box {
   position:relative;
  }
  .delivery-save-info-box:first-of-type
  .delivery-save-info {
   position:absolute;
   left:0;
   top:12px;
   @media screen and (max-width:959px) and (min-width:480px) {
    left:unset;
    right:0;
   }
   @media screen and (max-width:480px) {
    top:24px;
    left:unset;
   }
  }
  .save-with-flex,     .delivery-save-info .delivery-save-info-box p   {
   font-size: 9px;
  }
  .delivery-save-info .delivery-save-info-box p  {
   gap:5px;
  }
  .individual-product-selectors {
   margin-bottom: 20px;
  }
  .pdp-2025 .modal-grid {
   grid-template-columns: 1fr !important;
  }
  .pdp-2025 .modal-grid .col-right.hide-on-mobile {
   display:none;
  }
  .pdp-2025 .flex-list  li {
    margin-top:24px;
    font-size:18px;
   }
   .pdp-2025 .flex-list {
    margin-bottom: 24px;
   }
  .pdp-2025 .modal-grid .left-col.hide-on-desktop {
    display:flex;
  }
  .pdp-2025 .tool-tip__inner .tool-tip__content .modal-grid .col-left {
   border-radius: 23px;
  }

 }

 @media screen and (max-width:1200px) {
 .individual-product-container .individual-product-selector .individual-text-box .individual-title {
   font-size:18px;
 }
 }
 @media screen and (max-width:640px) {
 .pdp-mobile-breadcrumb {
   display:inline-flex;
   width:100%;
  }
  .pdp-2025 .product__main-photos .promo-badge.pdp {
   display:none;
  }
  .individual_product .individual_product__price .compare_price {
   line-height:15px;
  }
 }

 @media screen and (max-width:480px) {
 .individual_product .ca-promotional-widget-text-links-container {
 grid-template-rows: 24px 24px;
 }
 [class*="ca-promotional-css"] {
 font-size:10px;
 }
 .individual-product-container .individual-add-bottom {
 max-width: 94% !important;
 justify-self: unset !important;
 }
 .individual-product-container .individual-product-selector .individual-title-box.sub-in-cart {
 width:90%;
 }
 }
 @media screen and (max-width:395px) {
  .individual-product-container .individual-product-selector .individual-title-box.sub-in-cart  {
   width:35%;
   }
 }
 @media screen and (max-width:375px) {
 .individual_product .custom-content.with-financing  .or-divider {
 margin:0;
 }
 .custom-content.fix.with-financing {
 gap:5px;
 }
 }
 @media screen and (max-width:320px) {
 .individual-product-container .individual-add-bottom {
 max-width: 94% !important;
 justify-self: center !important;
 }
 }
 @media screen and (min-width:960px) {
 .pdp-mobile-breadcrumb {
 display:none;
 }

 }
 @media screen and (max-width:959px) {
 .pdp-mobile-breadcrumb {
 display:inline-flex;
 width: 100%;
 }
 .tariff-surcharge {
  font-size: 8px !important;
  order:2;
 }
 }
@media screen and (max-width:1000px) {
  .individual-product-container .individual-add-bottom.in_position {
    justify-self: center;
    left:unset;
    max-width: 380px;
   }
}

 @media screen and (max-width:321px) {
  .individual-product-container .individual-product-selector .individual-text-box .individual-title {
   font-size:16px;
 }
 .individual-product-container .individual-product-selector .individual-text-box .individual-title.right {
  font-size: 14px;
 }
 }
 .tariff-surcharge {
  font-size: 11px;
  color:#6B6B6B;
 }
 .kl_reviews__summary__header {
  display: none;
}
.kl_reviews__list_container > div:not(.kl_reviews__load_more_button) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  overflow: hidden;
  gap: 30px;
  @media (max-width:1000px) {
    grid-template-columns: 1fr;
  }
}
.kl_reviews__review_item:nth-last-child(-n + 3) {
  display: none;
}
.kl_reviews__summary__average_and_stars {
  justify-content: flex-end;
}
.kl_reviews__button {
  margin-right: 20px !important;
}
body.truemed-loaded .truemed-entry-text-container {
  flex-wrap: nowrap;
  align-items: flex-start;
  width: 100%;
  justify-content: flex-end;
}
body.truemed-loaded .truemed-instructions-link-text {
  text-align: right;
  font-weight: 400;
  color: #0d0072;
  font-size: 10px;
  line-height: 10px;
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
}
body.truemed-loaded .truemed-entry-link {
  width: 100%;
  font-weight: 400;
  text-align: right;
  font-size: 10px;
  color: #0d0072;
  margin-top: 5px;
  line-height: 10px;
  text-underline-offset: 2px;
}
body.truemed-loaded .truemed-entry-link:hover {
  text-decoration: none;
  color: #0d0072;
}
body.truemed-loaded .truemed-entry-box {
  gap: 4px;
  height: 40px;
  align-content: space-between;
}
body.truemed-loaded .truemed-entry-logo {
        width: 26px;
    height: 16px;
}
.reviews-runner-up  {
  background-color: #f8f8f8;
  padding: 75px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.reviews-runner-up em{
 font-size: 24px;
 line-height: 1.5;
}
.reviews-runner-up img {
  max-height: 100px;
  object-fit: contain;
}
}

@media (max-width: 1000px) {
  body.truemed-loaded .truemed-instructions-link-text {
    font-size: 9px;
  }
  body.truemed-loaded .truemed-entry-link {
    font-size: 9px;
  }
      .reviews-runner-up  {
  padding: 20px;
  gap: 20px;
}
.reviews-runner-up em{
 font-size: 16px;
}
.reviews-runner-up img {
 width:150px;
}

}
.member-login {
  font-size: 11px;
  padding-top: 10px;
}
.member-login a {
  text-decoration: underline;
}


  .apparel-promo {
    font-weight: 500;
    font-size: 18px;
    margin: auto 0;
  }
  .apparel-promo .small {
    font-size: 16px;
  }
  .cart-promo-button {
    height: auto;
    width: 100%;
    padding:4px;
    display: flex;
    flex-direction: column;
    background-color: #142688;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
  }
  .cart-promo-button.selected {
    border: 2px solid white;
  }
  .cart-promo-button .bold {
    font-weight: 700;
  }
  .cart-promo-container {
    flex-basis: 100%;
      display: flex;
    flex-direction: column;
    height: 100%;
    padding: 12px 0 16px;
    background-color: #006FCF33;
    align-content: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  .cart-promo-container--buttons {
   flex-wrap: nowrap;
   display: flex;
   gap:40px;
  }
    .cart-promo-container .apparel-promo  {
     text-align: center;
    }
  @media screen and (min-width:959px) {
     .cart-promo-container .page-width {
      display:grid;
      grid-template-columns: 3fr 2fr;
      align-items: center;
      gap:32px;
     }
     .cart-promo-container .cart-promo-container--buttons {
      display:flex;
      gap:32px;
     }
     .cart-promo-container p {
      margin:0;
     }
  }


/* ThermaChill Main Unit mix-and-match selector */
.thermachill-mix-match {
  margin: 28px 0 18px;
  padding: 20px;
  border: 1px solid #dfe4e7;
  border-radius: 8px;
  background: #fff;
}

.thermachill-mix-match__heading {
  margin-bottom: 18px;
}

.thermachill-mix-match__title {
  margin: 0 0 8px;
  color: #002a3a;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 700;
}

.thermachill-mix-match__intro {
  margin: 0;
  color: #4c5a61;
  font-size: 14px;
  line-height: 1.45;
}

.thermachill-mix-match__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.thermachill-garment-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid #dfe4e7;
  border-radius: 8px;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.thermachill-garment-card.is-selected {
  border-color: #002a3a;
  box-shadow: 0 0 0 1px #002a3a;
}

.thermachill-garment-card__topline {
  display: flex;
  min-height: 46px;
  align-items: center;
  padding: 10px 12px 0;
}

.thermachill-garment-card__check-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #002a3a;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.thermachill-garment-card__add-label {
  display: inline-block;
  max-width: 60px;
  overflow: visible;
  font-size: 10px;
  line-height: 1.05;
  letter-spacing: .08em;
  white-space: normal;
}

.thermachill-garment-toggle {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
}

.thermachill-garment-card__check {
  position: relative;
  display: inline-flex;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border: 2px solid #002a3a;
  border-radius: 50%;
  background: #fff;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.thermachill-garment-toggle:checked + .thermachill-garment-card__check {
  background: #002a3a;
  border-color: #002a3a;
  box-shadow: none;
  transform: scale(1.04);
}

.thermachill-garment-toggle:checked + .thermachill-garment-card__check::after {
  width: 7px;
  height: 13px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: '';
  transform: translateY(-1px) rotate(45deg);
}

.thermachill-garment-toggle:focus-visible + .thermachill-garment-card__check {
  outline: 3px solid rgba(0, 42, 58, 0.25);
  outline-offset: 3px;
}

.thermachill-garment-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 10px 12px 14px;
}

.thermachill-garment-card__image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 150px;
  max-height: none;
  object-fit: contain;
  object-position: center;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 220ms ease;
  will-change: transform;
}

.thermachill-mix-match__grid,
.thermachill-garment-card {
  overflow: visible;
}

@media (hover: hover) and (pointer: fine) {
  .thermachill-garment-card__image:hover {
    z-index: 5;
    transform: scale(1.5);
  }
}

.thermachill-garment-card__details {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.thermachill-garment-card__title {
  margin: 0 0 6px;
  color: #002a3a;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
}

.thermachill-garment-card__price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  margin-bottom: 12px;
  color: #002a3a;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}

.thermachill-garment-card__compare-price {
  color: #6f777b;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  text-decoration: line-through;
}

.thermachill-garment-card__sale-price {
  color: #002a3a;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}

.thermachill-garment-card__variant-label {
  margin-top: auto;
  margin-bottom: 5px;
  color: #4c5a61;
  font-size: 12px;
  font-weight: 600;
}

.thermachill-garment-card__variant {
  width: 100%;
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid #b9c3c7;
  border-radius: 4px;
  background: #fff;
  color: #002a3a;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
}

.thermachill-garment-card__quantity-label {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #4c5a61;
  font-size: 12px;
  font-weight: 600;
}

.thermachill-garment-card__quantity {
  width: 100%;
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid #b9c3c7;
  border-radius: 4px;
  background: #fff;
  color: #002a3a;
  font-size: 13px;
  font-weight: 600;
}

.thermachill-garment-card__quantity:focus,
.thermachill-garment-card__variant:focus {
  border-color: #002a3a;
  outline: 2px solid rgba(0, 42, 58, 0.16);
  outline-offset: 1px;
}

@media screen and (max-width: 749px) {
  .thermachill-mix-match {
    margin: 20px 0 14px;
    padding: 16px;
  }

  .thermachill-mix-match__grid {
    grid-template-columns: 1fr;
  }

  .thermachill-garment-card__content {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    align-items: center;
  }

  .thermachill-garment-card__image {
    height: 96px;
    max-height: none;
  }

  .thermachill-garment-card__add-label {
    max-width: 58px;
    font-size: 9px;
    letter-spacing: .06em;
  }
}


/* ThermaChill Main Unit configuration subtotal */
.thermachill-mix-match__subtotal {
  align-items: center;
  border-top: 1px solid #d9dce2;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
  padding-top: 16px;
}

.thermachill-mix-match__subtotal-label {
  color: #04172c;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .01em;
}

.thermachill-mix-match__subtotal-value {
  color: #04172c;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
}

@media screen and (max-width: 750px) {
  .thermachill-mix-match__subtotal {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .thermachill-mix-match__subtotal-value {
    font-size: 22px;
  }
}


/* ThermaChill sold-out garment cards and dynamic card sizing */
.thermachill-garment-card.is-sold-out {
  border-color: #d5d9dc;
  background: #f7f8f9;
}

.thermachill-garment-card.is-sold-out .thermachill-garment-card__content {
  opacity: .62;
}

.thermachill-garment-card__sold-out {
  align-items: center;
  color: #6f777b;
  display: inline-flex;
  gap: 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.05;
  text-transform: uppercase;
}

.thermachill-garment-card__check--disabled {
  background: #eef0f1;
  border-color: #9aa4a9;
  cursor: not-allowed;
}

.thermachill-garment-card__sold-out-label {
  white-space: nowrap;
}

.thermachill-garment-card__sold-out-message {
  color: #6f777b;
  font-size: 12px;
  font-weight: 700;
  margin: auto 0 0;
  text-transform: uppercase;
}



/* ThermaChill Main Unit responsive price hierarchy */
.thermachill-main-unit__mobile-header {
  display: none;
}

@media screen and (max-width: 1024px) {
  .thermachill-main-unit__mobile-header {
    display: block;
    padding: 24px 14px 0;
  }

  .thermachill-main-unit__mobile-header + .individual_product {
    padding-top: 0;
  }

  .thermachill-main-unit__desktop-title,
  .thermachill-main-unit__desktop-price {
    display: none;
  }

  .thermachill-main-unit__mobile-title {
    margin: 0 0 14px;
    color: #04172c;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.05;
  }

  .thermachill-main-unit__mobile-price {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-bottom: 22px;
  }

  .thermachill-main-unit__mobile-regular-price {
    color: #04172c;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.05;
  }

  .thermachill-main-unit__mobile-compare-price {
    align-items: center;
    color: #4c5a61;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    gap: 6px;
    line-height: 1.25;
  }

  .thermachill-main-unit__mobile-compare-price .save_badge {
    background-color: #0277d650;
    border-radius: 16px;
    color: #04172c;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 8px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 749px) {
  .thermachill-main-unit__mobile-header {
    padding-top: 16px;
  }

  .thermachill-main-unit__mobile-title {
    font-size: 28px;
  }

  .thermachill-main-unit__mobile-regular-price {
    font-size: 30px;
  }

  .thermachill-main-unit__mobile-compare-price {
    font-size: 16px;
  }
}
