@import url("https://use.typekit.net/wrb1dqa.css");
@font-face {
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.NEW_PIP_OKC {
      .klarnaLiveChat_icon.only-chat-icon {
        bottom: 0px !important;
    }
.main {
  @media (max-width: 990px) {
    padding-top: 52px;
  }
}
.product_Gallery_Info {
  display: flex;
  align-items: stretch;
  @media (max-width: 1200px) {
        flex-direction: column;
  }
}

.productMainSwatch {
  overflow: hidden; /* Default: no scroll */
  max-height: none;   /* Reset any fixed max-height */
  transition: max-height 0.3s ease;
}


}
section {
  clear: both;
}

.template--product.NEW_PIP_OKC.pip_redesign {
  p.freegifPrice{
    display: none;
  }
  #videoPopupOverlay,.videoPopupOverlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            z-index: 555555555;
            align-items: center;
            justify-content: center;
        
          #videoPopupContent,.videoPopupContent {
            position: relative;
            width: 90%;
            max-width: 800px;
            aspect-ratio: 16 / 9;
            background: #000;
          }
          #closeVideoPopup,.closeVideoPopup {
            position: absolute;
            top: -15px;
            right: -15px;
            cursor: pointer;
          }
          #popupVideo,.popupVideo {
            width: 100%;
            height: 100%;
          }
          #closeVideoPopup img,.closeVideoPopup img {
            width: 24px;
            height: 24px;
          }
}
        .product_Gallery_Info .Product_bundle .container-fluid .product_list .productListing.listingBundlesItem .btnQtyLearnmore .bundleBtnCta {
      @media (max-width: 1200px) {
      margin-top: 0;
      }
        }
  .main-slider__slide-wrapper.rel .ratio--1-1 {
    padding-top: 75%;
}
  @media (max-width: 990px) {
    overflow-y: auto;
    overflow-x: hidden;
  }
  overflow-y: hidden;
  overflow-x: hidden;
  p {
    font-size: 14px;
    font-family: "helvetica-neue-lt-pro";
    font-weight: 400;
    line-height: normal;
    @media (max-width: 1200px) {
      font-size: 14px;
    }
    @media (max-width: 767px) {
      font-size: 14px;
    }
  }
  .Product_bundle {
    .VariantOptionOPT {
      select {
        @media (max-width: 1200px) {
          width: auto !important;
        }
      }
    }
  }
  .container-fluid {
    padding: 8px 130px 0;
    @media (max-width: 1800px) {
      padding: 8px 70px 0;
    }
    @media (max-width: 1700px) {
      padding: 8px 40px 0;
    }
    @media (max-width: 1500px) {
      padding: 8px 20px 0;
    }
    @media (max-width: 1200px) {
      padding: 0px;
      /* margin-bottom: 10px; */
    }
    .product_Gallery_Info {
      .product-images__container {
        width: 65%;
        padding-right: 40px;
        padding-bottom: 0;
        padding-left: 0;
        @media (max-width: 1550px) {
          padding-right: 20px;
        }
        @media (max-width: 1300px) {
          padding-right: 20px;
        }
        @media (max-width: 1200px) {
          width: 100%;
          padding-right: 0;
          padding-left: 0;
          margin-bottom: 26px;
        }
        .product-image-gallery {
          position: relative;
          overflow: hidden;
          padding: 0;
          margin-bottom: 26px;
          @media (max-width: 990px) {
          margin-bottom: 0px;
          }
          .main-slider_mobile {
            padding: 0 !important;
          }

          .navigation-slider {
            margin: 0 auto;
            text-align: center;
            justify-content: center;
            position: absolute;
            bottom: 40px;
            left: 0;
            right: 0;
            z-index: 1;
            @media (max-width: 1500px) {
              bottom: 35px;
            }
            .navigation-slider__previews {
              width: 250px;
              @media (max-width: 990px) {
                width: 230px;
                
              }
              .navigation-slider__image-wrapper {
                margin-right: 0px;
                width: 70px !important;
                border: 1px solid #d7d9e2;
                border-radius: 3px;
                @media (max-width: 990px) {
                  /* width: unset !important; */
                  /* margin: 0px 6px; */
                  min-width: 68px;
                  /* width: 68px !important; */
                  height: 50px !important;
                }
                &.slick-current {
                  border: 1px solid #000000;
                  @media (max-width: 990px) {
                    border: 1px solid #000000 !important;
                  }
                }
                img {
                  width: 100%;
                  @media (max-width: 990px) {
                    border: 0;
                    height: 50px;
                    width: 68px;
                    border-radius: 0;
                  }
                }
                
                  &:hover{
                   border: 1px solid #468BEB;
                     @media (max-width: 990px) {
                    border: 1px solid #d7d9e2;
                     }
                  }
              }
              .slick-prev:before,
              .slick-next:before {
                opacity: 0;
                font-size: 0;
              }
              .slick-next,
              .slick-prev {
                background-position: center center;
                width: 55px;
                height: 50px;
                &:hover {
                  background-color: #ebebeb;
                  @media (max-width: 990px) {
                    background-color: transparent;
                  }
                }
                @media (max-width: 990px) {
                  display: none;
                }
                
                &.slick-disabled{
                   opacity: 0.5;
                  &:hover {
                  background-color: transparent;
                  }
                }
              }
              .slick-next {
                background: url("/cdn/shop/files/black-arrow.png?v=1749557838")
                  center / 20px no-repeat;
                right: -65px;
                @media (max-width: 990px) {
                  right: -55px;
                }
                @media (max-width: 767px) {
                  right: -55px;
                  top: 25px;
                }
              }
              .slick-prev {
                transform: rotate(180deg);
                background: url("/cdn/shop/files/black-arrow.png?v=1749557838")
                  center / 20px no-repeat;
                left: -60px;
                top: -1px;
                @media (max-width: 990px) {
                  left: -50px;
                }
                @media (max-width: 767px) {
                  left: -50px;
                }
              }
              @media (max-width: 1200px) {
                height: 100%;
                margin-top: 13px;
                .slick-list {
                  height: 100%;
                }
              }
              .slick-track {
                gap: 17px !important;
                @media (max-width: 990px) {
                  height: 100%;
                  gap: 7px !important;
                }
              }
            }
            @media (max-width: 990px) {
              position: relative;
              bottom: 0px;
              padding-right: 0 !important;
            }
          }
          
          #openVideoPopup {
            position: absolute;
            z-index: 1;
            top: 40px;
            left: 40px;
            color: #9393a3;
            font-family: "helvetica-neue-lt-pro";
            display: flex;
            -webkit-box-align: center;
            align-items: center;
            -webkit-box-pack: center;
            justify-content: center;
            gap: 5px;
            cursor: pointer;
            font-size: 10px;
            font-weight: 700;
            &:hover {
              .play-button {
                border-color: #9393a3 !important;
                background: #9393a3;
              }
              .triangle {
                border-left: 10px solid #ffffff !important;
                border-top: 7px solid #ffffff00 !important;
                border-bottom: 7px solid #fdfdfd00 !important;
              }
            }
            .play-button {
              width: 33px;
              height: 33px;
              border-radius: 50%;
              display: flex;
              -webkit-box-align: center;
              align-items: center;
              -webkit-box-pack: center;
              justify-content: center;
              position: relative;
              cursor: pointer;
              border: 1px solid #9393a3;
              .triangle {
                width: 0px;
                height: 0px;
                border-left: 10px solid #9393a3;
                border-top: 7px solid transparent;
                border-bottom: 7px solid transparent;
                position: relative;
                left: 1px;
              }
            }
            @media (max-width: 990px) {
              top: 30px;
              margin-left: 0;
              left: 20px;
            }
          }
          @media (max-width: 600px) {
            #closeVideoPopup {
              top: -10px;
              right: -10px;
            }
            #closeVideoPopup img {
              width: 20px;
              height: 20px;
            }
          }
        }
      }
      .productMainSwatch {
        width: 35%;
        padding:0;
          /* overflow-y: auto; */
          /* height: 1842px; */
        @media  (min-width: 1201px) {
         &::-webkit-scrollbar {
            width: 0px;
        }
         &::-webkit-scrollbar-thumb {
              -webkit-border-radius: 0px;
              border-radius: 0px;
          }
         &::-webkit-scrollbar-track {
              -webkit-border-radius: 0px;
              border-radius: 0px;
          }
        }
        @media  (max-width: 1200px) {
          width: 100%;
          padding: 0px;
        }
        
        .product_information {
           @media (max-width: 990px) {
              display: flex;
              padding: 0 10px;
              }
          .featuredTitle {
            font-family: "helvetica-neue-lt-pro";
            font-size: 14px;
            color: #000;
            margin-bottom: 7px;
            font-weight: 700;
            margin-top: 0px; 
            @media (max-width: 990px) {
              font-size: 12px;
            }
          }
          .product_title {
            font-family: "helvetica-neue-lt-pro";
            font-size: 18px;
            color: #000;
            margin-bottom: 7px;
            text-transform: unset;
            font-weight: 400;
            @media (max-width: 767px) {
              text-align: left;
              font-size: 14px;
            }
          }
          .product-sku {
            font-family: "helvetica-neue-lt-pro";
            color: #9393a3;
            font-size: 10px;
            font-weight: 500;
          }
          .price_block {
            padding-top: 26px;
                                    text-align: left;
                        align-items: self-start;
            .price_Product {
              text-align: left;
              position: relative;
              display: flex !important;
              flex-wrap: wrap;
              align-items: center;
              .price__is {
                font-size: 18px;
                font-family: "helvetica-neue-lt-pro";
                font-weight: 700;
                color: #000000;
                letter-spacing: 0px;
                flex: 0 0 auto;
                white-space: nowrap;
              }
              .compare-price {
                margin: 0;
                display: flex;
                align-items: center;
                gap: 4px;
                order: 2;
                flex: 1 1 100%;
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                @media (max-width: 1540px) {
                  /* display: block; */
                }
                .price__was {
                  margin: 0;
                  font-family: "helvetica-neue-lt-pro" !important;
                  font-size: 14px !important;
                  color: #9393a3 !important;
                  font-weight: 400 !important;
                  @media (max-width: 390px) {
                    font-size: 12px;
                  }
                }
                .save-price {
                  color: #e32928;
                  font-family: "helvetica-neue-lt-pro";
                  font-size: 14px;
                  margin: 0;
                  font-weight: 400;
                  @media (max-width: 390px) {
                    font-size: 12px;
                  }
                }
              }
              .price_withklanra {
                display: flex;
                justify-content: start;
                gap: 13px;
              }
              
             
              .tiered-discount {
                .inforBmsm {
                  position: relative;
                  line-height: unset !important;
                  display: flex;
                  justify-content: center;
                  gap: 4px;
                  .kanasCity {
                    line-height: unset !important;
                    display: flex !important;
                    flex-direction: row !important;
                    width: fit-content;
                    color: #e32928;
                    @media (max-width: 390px) {
                      font-size: 12px;
                    }
                    img {
                      margin-left: 5px;
                    }
                  }
                  .bmsmofferList {
                     display: none;
                      position: absolute;
                      bottom: 0px;
                      left: 50%;
                      transform: translateX(-50%) translateY(100%);
                      z-index: 999;
                      background: #fff;
                      padding: 17px;
                      border-radius: 0px;
                      box-shadow: 0 0 10px rgba(0,0,0,0.15);
                      min-width: 300px;
                      white-space: normal;
                      box-shadow: 3px 3px 13px #0000006A;
                    .black-friday-tt-desc {
                    }
                    .desgifting {
                      font-size: 10px;
                      line-height: 14px;
                    }
                    span.promo-box {
                        display: flex;
                        flex-direction: column;
                        color: #000;
                      span{
                        display: block;
                        font-size: 12px;
                      }
                      
                      span.promo-title,span.promo-subtitle {
                        font-family: 'helvetica-neue-lt-pro-cond';
                        font-size: 14px;
                        font-weight: 700;
                        margin-bottom: 7px;
                        line-height: 14px;
                          }
                      span.promo-desc {
                          font-size: 12px;
                          font-family: 'helvetica-lt-pro';
                          font-weight: 400;
                          line-height: normal;                                              
                      }
                      span.promo-list {
                          margin: 13px 0 17px;
                        &.genricMeasge{
                          margin: 0px 0 17px;
                        }
                      }
                      span.promo-item {
                        font-size: 12px;
                        font-family: 'helvetica-lt-pro';
                        font-weight: 700;
                        line-height: normal;
                        margin-bottom: 0px;
                        display: inline-block;
                        &:last-of-type{
                          margin-bottom: 0px;
                        }
                        span,span.small-text {
                            display: inline-block;
                            font-family: 'helvetica-lt-pro';
                            font-size: 12px;
                            line-height: normal;
                            font-weight: 400;
                        }
                    }
                      span.discount-item {
                          font-family: 'helvetica-lt-pro';
                          font-size: 12px;
                          line-height: normal;
                            font-weight: 400;
                      }
                      span.disclaimer {
                        font-family: 'helvetica-lt-pro';
                        font-size: 12px;
                        line-height: normal;
                        margin-top: 26px;
                        color: #9393A3;
                       font-style: italic;
                        font-weight: 400;
                    }
                    }
                  }
                }
                .infoIcons:hover .bmsmofferList {
                  display: block !important;
                }
              }
            }
          }
          .product-form__price {
            margin-bottom: 26px;
            .main-title {
              display: flex;
              align-content: flex-start;
              align-items: flex-start;
              flex-direction: column;
          }
            @media (max-width: 990px) {
              border-top: 1px solid #ebebeb;
              padding-top: 26px;
              .featuredTitle {
                padding-top: 0 !important;
                margin-top: 0;
              }
            }
            
            }
          }
        }
        .desktop-border {
          border: 0;
          width: 100%;
          float: left;
          .container-main-qty {
            margin: 0; 
            .atc-container {
              width: 100%;
              max-width: 100%;
            }
          }
          .buyMoreSave{
              display: flex;
              flex-direction: row;
              justify-content: center;
              align-items: center;
              margin-top: 13px;
              position: relative;
               gap: 5px;
            p{
             margin: 0;
              color: #e32928;
              font-size: 14px;
              font-family: 'helvetica-lt-pro';
               @media (max-width: 1200px) {
                font-size: 12px;
               }
            }
            .inforBmsm {
                position: relative;
              .bmsmofferList
                       {
                          position: absolute;
                            right: 0;
                            z-index: 99999;
                            display: none;
                            overflow: hidden;
                            width: 300px;
                            bottom: 0;
                            height: 288px;
                            padding: 6px;
                      }
              &:hover .bmsmofferList{
                display: block;
              }
              }
          }
          .select.row.row-center.adding_padding_swatches {
            padding: 0 !important;
            display: flex;
            justify-content: center;
            align-items: flex-start;
            flex-direction: column;
            max-width: 100%;
            margin-bottom: 14px;
            .single-label {
              border-top: 1px solid #ebebeb;
              label{
                text-transform: uppercase;
                font-family: 'helvetica-neue-lt-pro';
                font-size: 14px;
                font-weight: 700;
                 span.swatches_text{
                   text-transform: capitalize;
                   font-weight: 400;
                 } 
              }
              @media (max-width: 1200px) {
                padding: 27px 0 13px;
                margin: 0;
                label {
                  min-height: unset;
                }
              }
              @media (max-width: 767px) {
                padding: 27px 0 13px;
                margin: 0;
              }
              span.swatches_text {
                display: inline-block;
              }
            }
            .selector-wrapper {
              /* border-bottom: 1px solid #ebebeb; */
              padding: 26px 0;
              border-top: 1px solid #ebebeb;
              width: 100%;

              &.singleOption {
                border: 0px solid #ebebeb !important;
                @media (max-width: 990px) {
                  padding: 0px 0 26px;
                }
              }
              label {
                font-family: "helvetica-neue-lt-pro";
                font-weight: 700;
                margin-bottom: 10px;
                font-size: 14px;
                text-transform: uppercase;
                min-height: unset;
                @media (max-width: 1200px) {
                  margin-bottom: 13px;
                  font-size: 12px;
                }
                span {
                  font-weight: 400;
                  font-size: 14px;
                  /* display: inline-block !important; */
                  text-transform: none;
                  opacity: 1;
                  @media (max-width: 1200px) {
                    font-size: 12px;
                     display: inline-block !important;
                  }
                  &.colon {
                    display: none !important;
                  }
                }
                @media (max-width: 1200px) {
                  text-align: left;
                }
              }
              .swatch_container {
                gap: 13px;
                @media (max-width: 990px) {
                  gap: 7px;
                }
                .swatch_item {
                  display: flex;
                  padding: 0;
                  &.active {
                    .swatch_type {
                      img {
                        border: 1px solid #000000;
                      }
                    }
                  }
                  .swatch_type {
                    img {
                      height: 41px;
                      width: 41px;
                      border-radius: 50%;
                      padding: 2px;
                      border: 1px solid #d7d9e2;
                      cursor: pointer;
                      @media (max-width: 990px) {
                        height: 35px;
                        width: 35px;
                      }
                    }
                    img:hover {
                      border: 1px solid #468beb;
                      @media (max-width: 990px) {
                        border: 1px solid black;
                      }
                    }
                  }
                  @media (max-width: 990px) {
                    width: auto;
                    margin-top: 0px;
                  }
                  .swatch_label {
                    @media (max-width: 990px) {
                      display: none;
                    }
                  }
                }
                @media (max-width: 990px) {
                  justify-content: left;
                }
              }
              &.varient_3 {
                /* border: 0; */
              }
            }
          }
          .Set-dimension {
            font-family: "helvetica-neue-lt-pro";
            font-weight: 400;
            font-size: 14px;
          }
          @media (max-width: 990px) {
            padding: 0 10px;
          }
        }
        /*bundle css start from here */
        .Product_bundle {
          .loadMorebtn {
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 20px auto;
            width: 148px;
            background: #d7d9e2;
            padding: 10px;
            cursor: pointer;
            height: 30px;
            font-size: 16px;
            text-transform: uppercase;
            color: #000;
            font-family: 'helvetica-neue-lt-pro-cond' ;
            &:hover {
              background: #468beb;
              color: #fff;
            }
             @media (max-width: 1200px) {
              display: none ;
             }
          }
          .product_list .productListing .bundle-button .qty__wrapper {
            height: 30px;
          }
          .product_list::-webkit-scrollbar {
            width: 4px;
          }
          .container-fluid {
            padding: 0;
            .productReviwNone {
              display: flex !important;
              -webkit-box-pack: center;
              justify-content: center;
              -webkit-box-align: center;
              align-items: center;
              flex-direction: column;
              padding: 40px 0px;
              @media (max-width: 1200px) {
                /* padding: 46px 0 0; */
              }
               @media (max-width: 767px) {
                padding: 40px 0 30;
              }
              p.product_title {
                font-size: 33px;
                font-family: bebas-neue-pro;
                margin-bottom: 20px;
                max-width: 750px;
                font-weight: 700;
                text-align: center;
                line-height: normal;
                @media (max-width: 1300px) {
                  font-size: 22px;
                }
                @media (min-width: 768px) and (max-width: 1200px) {
                    max-width: 615px;
                    font-size: 56px;
                  br.hideMobiletablete {
                    display: none;
                  }
                }
                @media (max-width: 767px) {
                  max-width: 360px;
                  font-size: 33px;
                  br.hideMobiletablete {
                    display: none;
                  }
                }
              }
              p.choose_paragraph {
                max-width: 100px;
                margin: 0 auto;
              }
              p.bottomcopy {
                font-family: 'helvetica-lt-pro';
                font-size: 10px;
                color: #707070;
                font-weight: 400;
                margin: 26px 0 0;
            }
            }

            .product_list {
              width: 100%;
              display: flex;
              flex-direction: column;
              gap: 0;
               @media (min-width: 768px) and (max-width: 1200px) {
                 height: unset;
                padding: 40px;
                overflow-x: auto;
                overflow-y: hidden;
                white-space: nowrap;
                flex-direction: row;
                gap: 2px;
                scrollbar-width: none;
                margin-bottom: 0px;
               }
              @media (max-width: 767px) {
                height: unset;
                padding: 10px;
                overflow-x: auto;
                overflow-y: hidden;
                white-space: nowrap;
                flex-direction: row;
                gap: 2px;
                scrollbar-width: none;
                margin-bottom: 16px;
              }
              .productListing,
              .product_lists {
                display: flex;
                justify-content: space-between;
                align-items: flex-start;
                border: 1px solid #d7d9e2;
                padding: 26px;
                font-family: "helvetica-lt-pro";
                flex-wrap: wrap;
                margin: 0 0 13px;
                @media (max-width: 1200px) {
                  padding: 13px;
                 margin: 0;
                  justify-content: flex-start;
                }
                &:last-of-type{
                  margin-bottom: 0;
                }
                &.multiselectorsV3 {
                  border: 0 !important;
                  .productotherData {
                    gap: 30px;
                    &.MultiOptionPrice{
                       @media (max-width: 1200px) {
                        gap: 0px;
                       }
                    }
                    .product-thumbnail__text {
                      flex-direction: column;
                      gap: 5px;
                      align-items: flex-start;
                      text-align: left;
                    }
                  }
                }
                .swatcMASTER {
                  flex-flow: unset;
                  flex-direction: column;
                  width: 100%;
                  margin: 0;
                  padding: 0;
                  .selector-wrappers {
                    width: 100%;
                    padding-right: 0;
                    text-align: left;
                  }
                  .dropdownSelectAdon.twoDropdown {
                    text-align: left;
                    
                    .dropdwnFlex {
                      justify-content: start;
                      .swatch_containerDropdown {
                        width: 100%;
                        display: block;
                         @media (max-width: 990px) {
                            .swatchvarientNameOPT{
                              margin-bottom: 13px;
                            }
                          }
                      }
                    }
                  }
                }

                /* Left Section: Title, Swatches, Price */
                .productotherData {
                  flex: 1 1 60%;
                  display: flex;
                  flex-direction: column;
                  -webkit-box-pack: start;
                  justify-content: flex-start;
                  padding-right: 24px;
                  order: 1;
                  @media (max-width: 1200px) {
                    padding-right: 0;
                    order: 2;
                  }
                  .bundle-divider {
                    border: 1px solid #ebebeb;
                    margin: 13px 0px 0;
                      @media (max-width: 1200px) {
                        width: 100%;
                         margin: 13px 0px;
                      }
                  }
                  .bundle-saved {
                    padding-right: 0;
                    padding-top: 4px;
                    display: flex !important;
                    justify-content: flex-start;
                    align-items: center;
                    @media (max-width: 1200px) {
                      padding: 0;
                    }
                    .price__savings,
                    .product-thumbnail__price {
                      font-family: helvetica-neue-lt-pro;
                      font-weight: 700;
                      span {
                        font-family: helvetica-neue-lt-pro;
                        font-weight: 700;
                      }
                    }
                    &.MultiPriceProduct{
                      span.sdmn.price__savings{
                        @media (max-width: 1200px) {
                            font-size: 12px;
                        }
                      }
                    }
                  }
                  .product-title.bundle-title {
                    a {
                      margin-left: 0;
                      margin-right: 0;
                      max-width: 100%;
                      display: block;
                      @media (max-width: 990px) {
                          margin-left: 0;
                          margin-right: 0;
                          max-width: 100%;
                          display: -webkit-box;
                          overflow: hidden;
                          text-overflow: ellipsis;
                          min-height: 33px;
                          white-space: normal;
                          -webkit-box-orient: vertical;
                          -webkit-line-clamp: 2;
                          margin-bottom: 7px;
                      }
                    }
                    @media (max-width: 990px) {
                     
                    }
                  }
                }

                .product-title h4 {
                  font-size: 16px;
                  font-family: helvetica-neue-lt-pro;
                  font-weight: 400;
                  margin: 0px;
                  text-align: left;
                  @media (max-width: 1200px) {
                    font-size: 14px;
                    max-width: 400px;
                    text-align: left;
                    margin-bottom: 0px;
                    white-space: normal;
                  }
                }

                /* Price */
                .product-thumbnail__text {
                  display: flex;
                  justify-content: flex-start;
                  align-items: center;
                  .product-thumbnail__price {
                    .price__isSup {
                      font-size: 16px;
                      font-family: "helvetica-lt-pro";
                      color: #000;
                      font-weight: 700;
                      letter-spacing: normal;
                      line-height: normal !important;
                      @media (max-width: 990px) {
                        font-size: 14px;
                      }
                    }
                  }
                }
                .bundle-saved .price__was {
                  font-size: 16px;
                  color: #9393a3;
                  text-decoration: line-through;
                  margin-left: 4px;
                  font-family: "helvetica-lt-pro";
                  font-weight: 400;
                  letter-spacing: normal;
                  padding: 0;
                  @media (max-width: 990px) {
                    font-size: 14px;
                  }
                }

                /* Swatch Area */
                .swatch_container,.dropdownSelectAdon {
                  margin-top: 26px;
                  @media (max-width: 990px) {
                    margin-top: 2px;
                  }
                }

                .swatch_container p {
                  margin: 0 0 4px;
                  font-family: "helvetica-lt-pro";
                  font-weight: 700;
                  font-size: 14px;
                  text-transform: uppercase;
                  @media (max-width: 990px) {
                    font-size: 12px;
                    margin: 0 0 13px;
                  }
                  span {
                    font-weight: 400;
                    text-transform: none;
                    @media (max-width: 990px) {
                      font-size: 12px;
                    }
                  }
                }

                /* Swatches */
                .VariantOptionOPT {
                  display: flex;
                  gap: 5px;
                  justify-content: start;
                  @media (max-width: 990px) {
                    margin: 0;
                    .swatch_item{
                          padding-bottom: 0;
                    }
                  }
                }

                .swatch_item img {
                  width: 25px;
                  height: 25px;
                  border-radius: 50%;
                  overflow: hidden;
                  border: 1px solid #d7d9e2;
                  cursor: pointer;
                  transition: border 0.3s;
                  padding: 2px;
                  &:hover {
                    border: 1px solid #468beb;
                  }
                }

                .swatch_item.active img {
                  border: 1px solid #000000;
                }

                .swatch_item {
                  &.soldout:before,
                  &.soldout:after {
                    position: absolute;
                    content: "";
                    width: 1px;
                    height: 18px;
                    background: #fff;
                    top: 3px;
                    left: 16px;
                    transform: rotate(44deg);
                  }
                  .swatch_type {
                    width: auto;
                    height: auto;
                  }
                }

                /* Right Section: Product Image */
                .productImage {
                  flex: 1 1 40%;
                  display: flex;
                  flex-direction: column;
                  -webkit-box-align: center;
                  align-items: center;
                  position: relative;
                  /* min-width: 200px; */
                  -webkit-box-pack: start;
                  justify-content: flex-start;
                  order: 2;
                  .product-free-gifting {
                    width: 78px;
                    text-align: center;
                    position: absolute;
                    top: 0px;
                    z-index: 1;
                    min-height: 20px;
                    right: 0;
                    p.freeGiftingbadge {
                      font-size: 10px;
                    }
                  }
                  @media (max-width: 1200px) {
                    order: 1;
                    margin: 0 auto;
                  }
                }

                .productImage img {
                  width: 160px;
                  height: auto;
                  margin: 16px auto;
                  @media (max-width: 1200px) {
                    max-width: 170px;
                    width: 170px;
                    margin: 13px;
                  }
                }

                /* Button + Quantity */
                .bundle-button {
                  display: flex;
                  gap: 12px;
                  margin-top: 10px;
                  flex-direction: column;
                }

                .quantity_bundle {
                  width: 50px;
                  padding: 4px;
                  text-align: center;
                  border: 1px solid #ccc;
                  border-radius: 4px;
                }

                /* CTA Button */
                .add-to-your-set,
                .button--add-to-set,
                .set-freegifting {
                  background-color: #007bff;
                  color: #fff;
                  font-family: helvetica-neue-lt-pro-cond;
                  border: none;
                  border-radius: 0;
                  cursor: pointer;
                  font-size: 14px;
                  padding: 7px 0;
                  width: 140px;
                  height: 30px;
                  line-height: normal;
                  font-weight: 700;
                  @media (max-width: 990px) {
                    font-size: 12px !important;
                     width: 120px;
                  }

                  &.DISCONTINUED_GIFTING,
                  &.claim-your-gift-giftremove,
                  &.claim-your-gift-freegifting,
                  &.Gift-freegifting {
                    border: 1px solid !important;
                    line-height: normal !important;
                    height: auto !important;
                  }
                  &:before {
                        font-size: 0;
                    }
                }

                .add-to-your-set:hover {
                  background-color: #0056b3;
                }

                /* Learn More Link */
                .open-product-info {
                  font-size: 12px;
                  color: #000;
                  text-decoration: underline;
                  cursor: pointer;
                  font-family: helvetica-neue-lt-pro-cond;
                  position: relative;
                  top: 0;
                  &:hover {
                    color: #0d67e7;
                  }
                }
                .btnQtyLearnmore {
                  display: flex;
                  order: 3;
                  flex-basis: 100%;
                  justify-content: space-between;
                  position: relative;
                  @media (max-width: 1200px) {
                    justify-content: center;
                    flex-direction: column;
                    align-items: center;
                  }
                  .product-info-link-wrapper {
                    align-content: flex-end;
                    @media (max-width: 1200px) {
                      align-self: center;
                    }
                  }
                  .bundleBtnCta.qtyButton {
                    @media (max-width: 1200px) {
                      display: flex;
                      flex-direction: row;
                      width: 100%;
                      justify-content: center;
                       margin: 0;
                      bottom: 0;
                    }
                  }
                  .Gift-freegifting {
                    @media (max-width: 990px) {
                      font-size: 12px !important;
                    }
                  }
                  .bundleBtnCta {
                    align-self: flex-end;
                    @media (max-width: 1200px) {
                      align-self: center;
                      order: 3;
                      margin-bottom: 0;
                      padding: 0 !important;
                      margin-top: 13px;
                      &.seeDetailsbtn{
                        gap: 0 !important;
                        a{
                         margin: 0;
                        }
                      }
                    }
                    .qty__wrapper {
                      border: unset;
                      .quantity-selector:has(input:disabled) .qty-btn {
                        pointer-events: none;
                      }
                      .quantity-selector {
                        display: flex;
                        align-items: center;
                        border: 1px solid #d7d9e2;
                        justify-content: space-around;
                        height: 35px;
                        flex-wrap: wrap;
                        width: 140px;
                        margin-bottom: 7px;
                        @media (max-width: 1200px) {
                              width: 80px;
                          }
                        span.qty-btn {
                          cursor: pointer;
                          width: 38px;
                          height: 100%;
                           @media (max-width: 1200px) {
                              width: 20px;
                             }
                          &:hover {
                            background: #f5f5f7;
                          }
                          img {
                            width: 15px;
                            margin: 0 auto;
                              @media (max-width: 1200px) {
                              width: 10px;
                             }
                          }
                          @media (max-width: 1200px) {
                            background: #fff;
                              width: 24px;
                          }
                        }
                        span.qty-btn.plus-btn img {
                          width: 15px;
                             @media (max-width: 1200px) {
                              width: 10px;
                             }
                        }
                        input {
                          width: 50px;
                          height: 28px;
                          border: unset;
                          text-align: center;
                          background: #fff;
                           @media (max-width: 1200px) {
                            width: 24px;
                           }
                        }
                        input[type="number"]::-webkit-outer-spin-button,
                        input[type="number"]::-webkit-inner-spin-button {
                          -webkit-appearance: none;
                          margin: 0;
                        }
                        .decrease-quantity {
                          &:hover {
                            border-right: 1px solid #ebebeb;
                          }
                        }
                        .increase-quantity {
                          &:hover {
                            border-left: 1px solid #ebebeb;
                          }
                        }
                        @media (max-width: 1200px) {
                          background: #fff;
                          margin-bottom: 0;
                          height: 30px;
                        }
                      }
                      @media (max-width: 1200px) {
                        width: auto;
                      }
                    }
                  }
                  .popper.bundletooltip_notification, .tooltip.bundletooltip_notification{
                    
                  }
                  .popper[x-placement^=bottom], .tooltip[x-placement^=bottom] {
                        margin-top: 82px ;
                        font-family: 'helvetica-lt-pro';
                        font-weight: 400;
                        font-size: 14px;
                        white-space: normal;
                        z-index: 99;
                     @media (max-width: 1200px) {
                        margin-top: 68px ;
                      }
                    }
                }
                .multiselector-popup-container {
                  .swatch_container {
                    margin-top: 0;
                    .VariantOptionOPT {
                      justify-content: center;
                      .swatch_item.active {
                        border-color: unset;
                      }
                      .swatch_item {
                        width: unset;
                        height: unset;
                        border-radius: unset;
                        overflow: unset;
                        border: unset;
                        
                      }
                    }
                  }
                }
              }
              .productListing {
                @media (max-width: 1200px) {
                  flex-direction: column;
                  align-items: flex-start;
                  .productImage {
                    flex: 1;
                  }
                  .productotherData {
                    flex: 0;
                    align-items: flex-start;
                    justify-content: center;
                  }
                  .btnQtyLearnmore {
                    flex-basis: auto;
                    flex-direction: column-reverse;
                    width: 100%;
                    margin: 10px 0 0;
                    gap: 13px;
                  }
                  .bundle-button {
                    width: auto;
                  }
                  .bundleBtnCta {
                    display: flex;
                    gap: 10px;
                    margin-bottom: 20px;
                    a {
                      color: #000;
                      border-bottom: 1px solid #000;
                      font-size: 12px;
                      font-weight: 700;
                      font-family: helvetica-neue-lt-pro-cond !important;
                      @media (max-width: 990px) {
                        font-size: 10px;
                        margin-bottom: 13px;
                      }
                    }
                  }
                }
                 @media (max-width: 1200px) {
                  .btnQtyLearnmore {
                    flex-basis: auto;
                    flex-direction: column-reverse;
                    width: 100%;
                    margin: 26px 0 0;
                    flex: 1;
                    justify-content: end;
                  }
                 }
              }
            }
          }
        }
      }
    }
    /* .selector-wrapper.varient_2.no-after .single-option-selector {
      display: none !important;
    }
    .selector-wrapper.varient_2.no-after .swatch_container,
    .selector-wrapper.varient_2 label span {
      display: flex !important;
      gap: 13px;
    } */
  }
  .accordion {
    font-family: "helvetica-neue-lt-pro";
    margin-bottom: 10px;
    .accordion-section {
      border-bottom: 1px solid #ddd;
    }

    .accordion-section:first-child {
      border-top: 1px solid #ddd;
    }

    .accordion-header {
      cursor: pointer;
      padding: 15px 0px 15px 0;
      font-weight: bold;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-family: "helvetica-neue-lt-pro";
      font-weight: 400;
      font-size: 16px;
      @media (max-width: 990px) {
      font-size: 14px;
      }
    }

    .accordion-header::after {
      content: "";
      display: inline-block;
      width: 16px;
      height: 16px;
      background: url(/cdn/shop/files/plusIcon.svg?v=1750160018)
        no-repeat center;
      background-size: contain;
      transform: rotate(0deg);
      transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    }

    .accordion-header.active::after {
      transform: rotate(226deg);
    }

    .accordion-content {
      overflow: hidden;
      padding: 0 15px 0 0px;
      max-height: 0;
      font-size: 14px;
      transition: max-height 0.4s ease, padding 0.4s ease;
      &.open {
        padding: 2px 0px 26px 0;
      }
      .warranty {
        img {
          max-width: 100%;
        }
      }
      &.descriptionTab {
        p{
          line-height: 21px;
          font-size: 14px;
          @media (max-width: 767px) {
          line-height: 21px;
          }
        }
        .product-form__features {
            margin-bottom: 13px;
            margin-top: 13px;
          .features-list{
                margin: 0;
              font-size: 14px;
              line-height: normal;
            li{
              margin-bottom: 13px;
              span{
              color: #000000;
              }
            }
          }
        }
        a {
          color: #000;
          cursor: pointer;
          text-decoration: underline;
          &:hover {
            color: #468beb;
          }
        }
      }
      .did-youknow {
        a {
          color: #000;
          text-decoration: underline;
          cursor: pointer;
          font-weight: 500;
          font-size: 14px;
          &:hover {
            color: #468beb;
          }
        }
      }
      .returnPolicy, &.investment{
       .title-return-policy {
          font-size: 14px;
          font-family: 'helvetica-neue-lt-pro';
          font-weight: 400;
          color: #000;
          margin: 13px 0;
          line-height: 21px;
         @media (max-width: 767px) {
          /* line-height: 12.5px; */
          }
          }
        .video-container {
            max-width: 250px;
              position: relative;
          margin-bottom: 26px;
          @media (max-width: 767px) {
          max-width: 100%;
          }
          .play-pause-overlay {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              display: flex;
              align-items: center;
              justify-content: center;
              cursor: pointer;
            z-index: 3;
      .play-buttonpizza {
            border: none;
            border-radius: 50%;
            width: 35px;
            height: 35px;
            font-size: 24px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #000;
        &:hover {
              border: 2px solid rgb(255, 255, 255);
              border-radius: 50%;
          }
        }
          }
        }
        ul {
          list-style: none;
          padding: 0;
          margin: 13px 0 0px;
          li {
            a {
              color: #000;
              text-decoration: underline;
              font-family: 'helvetica-neue-lt-pro';
              font-weight: 500;
              &:hover {
                color: #468beb;
              }
            }
            &:first-child{
              margin-bottom: 13px;
            }
          }
        }
      }
      .warrantyCare{
        p{
        margin-bottom: 13px;
          line-height: 21px;
          strong{
            font-family: 'helvetica-neue-lt-pro';
              font-weight: 500;
          }
          
        }
        ol{
          margin: 0;
          line-height: 21px;
          list-style: outside;
          padding: 0 0 0 20px;
          display: grid;
          gap: 13px;
          
        }
      }
    }

    .accordion-content p {
      margin: 0px;
      
    }

    .accordion-content p strong {
      font-weight: 400;
    }

    .accordion-content .product-form__base-set-includes {
      background-color: transparent;
      margin: 0;
      padding: 0;
      font-size: 14px;
      .base-set-includes__title {
        margin-bottom: 13px;
        font-weight: 500;
            font-size: 14px;
      }
    }

    .accordion-content
      .product-form__base-set-includes
      .base-set-includes__list-box.seemoreIncludesdata {
      flex-direction: column;
    }

    .accordion-content
      .product-form__base-set-includes
      .base-set-includes__list-box.seemoreIncludesdata
      ul {
      list-style: none;
      padding: 0;
      max-width: 100%;
        li span{
          font-weight: 400;
        }
    }

    .accordion-content .warnings ul {
      padding: 0;
      max-width: 100%;
    }

    .accordion-content .warnings ul li {
      margin: 5px 0 20px 0;
      list-style: none;
      span {
        font-weight: 400;
      }
    }

    .accordion-content .warnings ul li a {
      text-decoration: underline;
    }

    .accordion-content .Set-dimension {
      padding-top: 26px;
      padding-bottom: 0px;
      .set-dimension__title.Set-Includes{
        margin-bottom: 13px;
        font-weight: 500;
            font-size: 14px;
      }
      .set-dimension__text.Set-Includes {
          line-height: 21px;
      }
    }
    @media (min-width: 768px) and (max-width: 1200px) {
      margin: 0 40px;
    }
    @media (max-width: 767px) {
      margin: 0 10px 0 10px;
    }
   .tiered-discount{
   .image-tooltip-wrapper {
  position: relative;
  display: inline-block;
}

.tooltip-image {
  display: block;
  width: 100%;
  height: auto;
}

/* Tooltip box hidden by default */
.bmsmofferList {
  position: absolute;
  left: 0;
  top: 100%; /* Show below the image */
  margin-top: 10px;
  z-index: 10;
  display: none;
}

/* Show tooltip on hover */
.image-tooltip-wrapper:hover .bmsmofferList {
  display: block;
}

/* Promo box styling from before */
.promo-box-wrapper {
  display: inline-block;
  width: 100%;
}

.promo-box {
  display: block;
  background: #fff;
  padding: 20px 24px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  font-family: Arial, sans-serif;
  max-width: 400px;
  color: #000;
}

.promo-box span {
  display: block;
  margin-bottom: 10px;
}

.promo-title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.promo-desc {
  font-size: 14px;
}

.promo-list .promo-item,
.discount-list .discount-item {
  margin-bottom: 8px;
  font-size: 14px;
}

.promo-subtitle {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.small-text {
  font-size: 12px;
  display: block;
  margin-top: 4px;
}

.disclaimer {
  font-size: 11px;
  color: #555;
}

   }

  }
  .product-infoSection {
    background: #f5f5f7;
    padding: 27px 26px ;
    margin-bottom: 40px !important;
    .leadtimeData{
      position: relative;
      .ProductRegionalzipCode .regionalZipData .addZipCodemain .HeaderPopData{
            top: 50%;
            left: 50%;
            transform: translate(-34%, 8%);
      }
    }
  }


.container-main-qty {
  @media (max-width: 990px) {
    justify-content: flex-start !important;
    margin-top: 0px !important;
    margin-bottom: 13px !important;
  }
}

#klarna_product_price klarna-placement::part(osm-container) {
   font-size: 14px;
  font-family: 'helvetica-lt-pro';
  font-weight: 400;
  @media (max-width: 768px) {
font-size: 12px;
  }
  
}
#klarna_product_price klarna-placement::part(osm-message) {
    line-height: 12px;
}
#klarna_product_price klarna-placement::part(osm-cta) {
    color: #000 !important;
   font-size: 14px;
  font-family: 'helvetica-lt-pro';
   @media (max-width: 768px) {
font-size: 12px;
  }
  }
 #klarna_product_price klarna-placement::part(osm-cta):hover {
color: #468beb;
 }
#openVideoPopup {
  @media (max-width: 990px) {
    top: 40px;
    margin-left: 0;
    left: 20px;
  }
}
#create_notification {
  font-family: helvetica-neue-lt-pro-cond !important;
  background: #0c67e7 !important;
  border-radius: 0 !important;
}
/* iOS Safari Play Icon & Overlay Fix */
@media screen and (max-device-width: 820px) and (-webkit-min-device-pixel-ratio: 2) {
  video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
  }

  /* Optional: remove default overlay styling */
  #grill-video {
    background: none !important;
  }
}
#klarna_product_price {
  font-family: "helvetica-neue-lt-pro";
  font-weight: 400;
    font-size: 14px;
  padding-left: 13px;
  
}
.product-infoSection{
  #klarna_product_price {
  padding-left: 0px;
  }
}
.product_information #klarna_product_price klarna-placement::part(osm-cta) {
  display: none;
}
video::-webkit-media-controls-start-playback-button {
display: none !important;
-webkit-appearance: none;
}
video::-webkit-media-controls {
display: none !important;
}
  