/** Shopify CDN: Minification failed

Line 184:2 "curor" is not a known CSS property
Line 4998:38 The "-" operator only works if there is whitespace on both sides
Line 4998:66 The "-" operator only works if there is whitespace on both sides

**/
body{
  text-rendering: geometricPrecision;
  font-family: "Montserrat", sans-serif;
}
h1, h2, h3, h4, h5, h6, h0, .h1, .h2, .h3, .h4, .h5, .h6, .h0{
  font-family: "Montserrat", sans-serif;
}

button{
  color:black;
}

#minicart{
          background: white;
    top: 120px;
    position: absolute;
    right: 0;
    margin: 0;
    height: calc(100vh - 120px);
    padding: 40px 30px;
    width: 100%;
    max-width: 380px;
}
.minicart__overlay{
      position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: .5;
    background: black;
}
.minicart__upper{
      display: flex;
    justify-content: space-between;
}
.minicart__title{
      font-family: "Montserrat", sans-serif;
    font-weight: 900;
    line-height: 28.8px;
    font-size: 24px;
    margin: auto 0;
}
.minicart__close{
    padding: 0;
    background: transparent;
    display: flex;
    border-radius: 100%;
  background:white;
    width: 30px;
    height: 30px;
      filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.4));
  position:relative;
}
.minicart__close:after{
      content: '';
    border: 6px solid white;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    position: absolute;
    top: -3px;
    left: -3px;
}
.minicart__closeImage{
      width: 30px;
    height: 30px;
      position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
}
.minicart__itemList{
      margin-top: 30px;
}
.minicartItem__inner{
      display: flex;
    justify-content: space-between;
}
.minicartItem__left{
      width: 100px;
    height: 100px;
}
.minicartItem__imageWrapper{
      width: 100%;
    height: 100%;
}
.minicartItem__image{
  width: 100%;
    height: 100%;
    object-fit: cover;
  border-radius:6px;
}
.minicartItem__right{
      width: calc(100% - 120px);
}
.minicartItem__title{
      margin: 0;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    line-height: normal;
    font-weight: 900;
}
.minicartItem__options{
      margin-top: 15px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}
.minicartItem__flex{
      display: flex;
  margin-top:15px;
}
.minicartItem__qtyWrapper{
      display: flex;
    margin: auto 0;
}
.minicartItem__minus{
      border: 0;
    padding: 0;
    display: flex;
    background: none;
}
.minicartItem__minusIcon{
      width: 20px;
    height: 20px;
}
.minicartItem__qty{
      padding: 0;
    margin: 0;
    border: 0;
    width: 25px;
    height: 20px;
    text-align: center;
    display: block;
}
.minicartItem__plus{
      border: 0;
    padding: 0;
    display: flex;
    background: none;
}
.minicartItem__plusIcon{
      width: 20px;
    height: 20px;
}
.minicartItem__remove{
      padding: 0;
    border: 0;
    background: none;
    margin: auto 0;
    margin-left: 10px;
    display: flex;
}
.minicartItem__removeIcon{
      width: 14px;
}
.minicartItem__price{
      margin-left: auto;
}
.minicartItem{
      padding-bottom: 30px;
        border-bottom: 1px solid #bbbbbb;
    margin-bottom: 30px;
}
.minicart__bottom p{
  display:none;
}

.noScroll{
  overflow:hidden;
}

#minicart button{
  curor:pointer;
}

.borderHero{
      margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}
.borderHero__backgroundWrapper{
      position: absolute;
    top: 125px;
    width: 100%;
    height: calc(100% - 125px);
    left: 0;
}
.borderHero__background{
      width: 100%;
    height: 100%;
    object-fit: cover;
}
.borderHero__wrapper{
      padding-top: 50px;
    width: calc(100% - 80px);
    max-width: 1330px;
    margin: auto;
    padding-bottom: 50px;
    overflow: hidden;
    position: relative;
}
.borderHero__slideInner{
  height:700px;
      position: relative;
}
.borderHero__imageWrapper{
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
}
.borderHero__image{
      width: 100%;
    height: 100%;
    object-fit: cover;
}
.borderHero__image--desktop{
      opacity: .8;
}
.borderHero__image--mobile{
  display:none;
}
.borderHero__inner{
      position: absolute;
    left: 50px;
    color: white;
    width: calc(100% - 100px);
    height: 100%;
    display: flex;
}
.borderHero__textWrapper{
  max-width: 570px;
    margin: auto 0;
}
.borderHero__title{
      font-weight: 900;
        line-height: 50px;
    letter-spacing: 2px;
    color: white;
    margin-bottom: 17px;
}
.borderHero__text{
      font-size: 20px;
    line-height: 28px;
}
.borderHero__button{
      font-size: 16px;
    text-decoration: none;
    font-weight: 800;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    width: max-content;
    padding: 0px 40px;
  border-radius: 30px;
    color: black;
    background: white;
  border:2px solid white;
  transition:all .2s;
}
  .borderHero__button:hover{
    background: transparent;
      color: white;
  }


.borderHero__pauseButton{
  position:absolute;
  bottom:80px;
  right:30px;
  padding:0;
  margin:0;
  border:0;
  z-index:1;
  background:none;
}
.borderHero__pauseIcon{
  width:62px;
  height:62px;
}

.borderHero--borderless .borderHero__wrapper{
      padding: 0;
    width: 100%;
    max-width: none;
}

.borderHero--borderless .borderHero__inner{
      left: 50%;
    transform: translateX(-50%);
    max-width: 1330px;
}
.borderHero--borderless .borderHero__pauseButton{
      bottom: 30px;
}
.borderBanner{
  position:relative;
}
.borderBanner__backgroundWrapper{
  position: absolute;
    top: 50px;
    height: calc(100% - 50px);
    width: 100%;
    left: 0;
}
.borderBanner__background{
      width: 100%;
    height: 100%;
    object-fit: cover;
}
.borderBanner__inner{
      position: relative;
    margin: auto;
    width: calc(100% - 80px);
    height: 600px;
    box-sizing: content-box;
    max-width: 1330px;
  border-radius: 8px;
    overflow: hidden;
}
.borderBanner__imageWrapper{
      height: 100%;
    width: 100%;
}
.borderBanner__image{
      width: 100%;
    height: 100%;
    object-fit: cover;
}
.borderBanner__image--mobile{
      display: none;
}
.borderBanner--borderless .borderBanner__inner{
      max-width: none;
    padding: 0;
    width: 100%;
    height: 600px;
}

.borderBanner--autoplayVideo .borderBanner__inner{
  overflow: hidden;
}
.borderBanner--autoplayVideo .borderBanner__iframeWrapper{
      width: 100%;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 57%;
}
.borderBanner--autoplayVideo .borderBanner__iframe{
      width: 100%;
    height: 100%;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.borderBanner--popupVideo .borderBanner__imageWrapper{
      background: black;
}

.borderBanner__watchButtonWrapper{
      position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.borderBanner__watchButton{
  border: 0;
    background: 0;
    padding: 0;
    margin: auto;
    display: block;
}
.borderBanner__watchButtonIcon{
      width: 75px;
    height: 75px;
}
.borderBanner__watchButtonText{
      color: white;
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    line-height: 24px;
}
.vidPopup{
      position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
}
.vidPopup__background{
      width: 100%;
    height: 100%;
    background: black;
    opacity: .6;
}
.vidPopup__wrapper{
      position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 60px);
    max-width: 700px;
    background: black;
}
.vidPopup__close{
      position: absolute;
    top: -41px;
    right: -32px;
    background: 0;
    border: 0;
    padding: 0;
    color: white;
    font-weight: 900;
    font-size: 30px;
}
.vidPopup__inner{
      position: relative;
    width: 100%;
    height: 0;
    padding-top: 56%;
}
.vidPopup__iframeWrapper{
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vidPopup__iframe{
      width: 100%;
    height: 100%;
    border: 0;
}
.borderBanner__watchButton{
  cursor:pointer;
}
.borderBanner__slider{
      overflow: hidden;
}
.borderBanner__prev{
      position: absolute;
    top: calc(((100% - 50px) / 2) - 20px);
    z-index: 1;
    background: 0;
    border: 0;
    padding: 0;
    left: -20px;
}

.borderBanner__next{
  position: absolute;
    top: calc(((100% - 50px) / 2) - 20px);
    z-index: 1;
    background: 0;
    border: 0;
    padding: 0;
    right: -20px;
}

.borderBanner__slideInner{
      height: 480px;
}
.borderBanner__slideImageWrapper{
      width: 100%;
    height: 100%;
}
button{
  cursor:pointer;
}
.borderBanner--marquee.borderBanner--borderless .borderBanner__prev{
  left:30px;
}
.borderBanner--marquee.borderBanner--borderless .borderBanner__next{
  right:30px;
}
.borderBanner--marquee.borderBanner--borderless .borderBanner__slideInner{
  height:600px;
}
.borderBanner__textWrapper{
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 50px);
    background: rgba(0,0,0,0.3);
    padding: 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.borderBanner__textInner{
      margin-top: auto;
}
.borderBanner__title{
      max-width: 600px;
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: 900;
    color: white;
    line-height: 50px;
  font-family: "Montserrat", sans-serif;
}
.borderBanner__text{
      color: white;
        max-width: 600px;
    font-size: 18px;
    line-height: 24px;
}
.borderBanner__text p{
  margin:0;
}

.borderBanner--borderless .borderBanner__textWrapper{
  height:100%;
}
.borderBanner--borderless .borderBanner__textInner{
      max-width: 1330px;
    margin: auto;
    margin-bottom: 0;
    width: 100%;
}

.twoUpCTA{
      position: relative;
}
.twoUpCTA__background{
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.twoUpCTA__inner{
  position:relative;
}
.twoUpCTA__background{
      background: #e8e7e2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.twoUpCTA__inner{
      position: relative;
    width: calc(100% - 60px);
    margin: auto;
    max-width: 1330px;
    display: flex;
    justify-content: space-between;
    height: 500px;
}
.twoUpCTA__imageSide{
      width: calc((100% - 50px) / 2);
}
.twoUpCTA__imageWrapper{
      width: 100%;
    height: 100%;
}
.twoUpCTA__image{
      width: 100%;
    height: 100%;
  display:flex;
    object-fit: contain;
}
.twoUpCTA__textSide{
      width: calc((100% - 50px) / 2);
    display: flex;
}
.twoUpCTA__textWrapper{
      margin: auto;
    width: 100%;
}
.twoUpCTA__textBox{
      max-width: 550px;
    margin: auto;
}
.twoUpCTA__title{
      font-size: 40px;
    font-weight: 900;
    line-height: 55px;
    margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  margin-top: 0;
  letter-spacing: inherit;
}
.twoUpCTA__text p{
      margin-top: 0;
    font-size: 20px;
    line-height: 27px;
}
.twoUpCTA__button{
      font-size: 16px;
    background: black;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 46px;
    width: max-content;
    padding: 0 40px;
  border-radius:30px;
  border:2px solid black;
  transition:all .2s;
}

  .twoUpCTA__button:hover{
    color:black;
    background:transparent;
  }

.twoUpCTA--right .twoUpCTA__inner{
      flex-direction: row-reverse;
}
.twoUp__inner{
      height: 515px;
    display: flex;
  width: calc(100% - 60px);
    max-width: 1330px;
    margin: auto;
}
.twoUp__imageSide{
      width: 50%;
      border-radius: 8px;
}
.twoUp__imageWrapper{
      width: 100%;
    height: 100%;
}
.twoUp__image{
      width: 100%;
    height: 100%;
    object-fit: cover;
  border-radius:8px;
}
.twoUp__textSide{
  width: 50%;
    max-width: 750px;
    margin: auto;
  margin-left:0;
}
.twoUp__textWrapper{
    width: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    height: 100%;
      max-width: none;
    margin: 0;
}
.twoUp__text{
      margin: auto;
    font-size: 24px;
    line-height: 31px;
  width:100%;
}
.twoUp__text a{
  color:black;
}
.twoUp--right .twoUp__inner{
      flex-direction: row-reverse;

}
.twoUp--right .twoUp__textSide{
  margin-left:auto;
  margin-right:0;
}
.prodCarousel{
  position:relative;
}
.prodCarousel__backgroundWrapper{
      height: 270px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.prodCarousel__background{
      width: 100%;
    height: 100%;
    object-fit: cover;
}
.prodCarousel__inner{
      width: calc(100% - 140px);
    max-width: 1330px;
    margin: auto;
    padding-top: 40px;
    position: relative;
}
.prodCarousel__title{
      margin-bottom: 30px;
    color: black;
    font-size: 32px;
    font-weight: 900;
  font-family: "Montserrat", sans-serif;
    line-height: 32px;
    margin-top: 0;
    letter-spacing: inherit;
}
.prodCarousel__sliderContainer{
      position: relative;
}
.prodCarousel__prodCard{
      color: black;
    text-decoration: none;
}
.prodCarousel__prodCardUpper{
      position: relative;
    width: 100%;
}
.prodCarousel__prodCardImageWrapper{
  position: relative;
    height: 0;
    width: 100%;
    padding-top: 100%;
    background: white;
  
}
.prodCarousel__prodCardImage{
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  border-radius:8px;
}
.prodCarousel__prodCardTag{
      position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    background: #9D1F14;
    text-transform: uppercase;
    padding: 5px 15px;
    font-weight: 500;
  border-radius:15px;
      font-weight: 800;
    font-size: 10px;
    line-height: 10px;
  padding-top:6px;
}
.prodCarousel__prodCardLower{
      height: 111px;
    padding-top: 15px;
}
.prodCarousel__prodCardTextWrapper{
      padding: 0px 20px;
}
.prodCarousel .prodCarousel__prodCardTextWrapper{
  padding:0;
}
.prodCarousel__prodCardTitle{
      font-weight: 900;
    font-size: 20px;
    line-height: 24px;
  font-family: "Montserrat", sans-serif;
}
.prodCarousel__prodCardPrice{
      font-size: 16px;
    line-height: 16px;
    margin-top: 10px;
  font-weight:700;
}
.prodCarousel__sliderPrev{
      position: absolute;
    z-index: 2;
    padding: 0;
    background: 0;
    border: 0;
    top: -60px;
    right: 50px;
    left: auto;
    opacity: 1;
    display: flex;
}
.prodCarousel__sliderNext{
      position: absolute;
    z-index: 2;
    padding: 0;
    background: 0;
    border: 0;
  opacity:1;
  transition:all .2s;
  top: -60px;
    right: 0;
  display: flex;
}

.prodCarousel__barWrapper{
      margin: auto;
    max-width: 400px;
    margin-top: 50px;
  display:none;
}
.prodCarousel__bar{
      height: 2px;
    background: #C9463B40;
}
.prodCarousel__bar .swiper-scrollbar-drag{
      display: block;
    height: 2px;
    background: #C9463B;
}
.prodCarousel__inner{
  padding-bottom:50px;
}
.threeUp__inner{
      display: flex;
    width: calc(100% - 60px);
    max-width: 1330px;
    margin: auto;
    justify-content: space-between;
}
.threeUp__block{
      width: calc((100% - 50px) / 3);
}
.threeUp__link{
      width: 100%;
    display: block;
    position: relative;
    color: white;
    text-decoration: none;
}
.threeUp__imageWrapper{
      height: 0;
    width: 100%;
    padding-top: calc(100% + 30px);
    position: relative;
}
.threeUp__image{
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.threeUp__textWrapper{
      position: absolute;
    bottom: 0;
    left: 0;
    padding: 50px;
    width: 100%;
}
.threeUp__text{
      font-size: 50px;
    font-weight: 900;
    line-height: 50px;
  font-family: "Montserrat", sans-serif;
}
.threeUp__text p{
      margin: 0;
}
.twoImages__inner{
      display: flex;
    justify-content: space-between;
    width: calc(100% - 60px);
    margin: auto;
    max-width: 1330px;
}
.twoImages__block{
      height: 500px;
    width: calc((100% - 25px) / 2);
}
.twoImages__imageWrapper{
      height: 100%;
    width: 100%;
}
.twoImages__image{
      width: 100%;
    height: 100%;
    object-fit: cover;
}
.buildGallery__inner{
      width: calc(100% - 140px);
    max-width: 1330px;
    margin: auto;
    position: relative;
    padding-bottom: 50px;
}
.buildGallery__slider{
      max-width: 1050px;
}
.buildGallery__firstSlide{
      width: 1050px;
    margin-right: 25px;
}
.buildGallery__firstSlideInner{
      display: flex;
    justify-content: space-between;
}
.buildGallery__firstSlideLeft{
      width: calc(43% - 12.5px);
}
.buildGallery__fistSlideTallLink{
  display: block;
    width: 100%;
    height: 0;
    padding-top: 198.18%;
    position: relative;
    text-decoration: none;
    color: white;
}
.buildGallery__firstSlideTallImageWrapper{
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
}
.buildGallery__firstSlideTallImage{
      width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .8;
}
.builGallery__firstSlideTallTextWrapper{
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}
.buildGallery__firstSlideTallText{
      margin: auto;
    text-align: center;
    width: calc(100% - 60px);
}
.buildGallery__firstSlideTallTitle{
      font-weight: 900;
    font-size: 40px;
    line-height: 46px;
    text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.buildGallery__slideShop{
      font-size: 24px;
    line-height: 24px;
    font-weight: 900;
    margin-top: 10px;
}
.buildGallery__slideShopArrow{
      padding-left: 5px;
}
.buildGallery__firstSlideRight{
      width: calc(57% - 12.5px);
    height: auto;
    position: relative;
}
.buildGallery__fistSlideShortLink{
      display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc((100% - 25px) / 2);
    color: white;
    text-decoration: none;
}
.buildGallery__firstSlideShortImageWrapper{
      width: 100%;
    height: 100%;
    background: black;
}
.buildGallery__firstSlideShortImage{
      width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .8;
}
.builGallery__firstSlideShortTextWrapper{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}
.buildGallery__firstSlideShortText{
      margin: auto;
    text-align: center;
    width: calc(100% - 60px);
}
.buildGallery__firstSlideShortTitle{
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
    font-size: 40px;
    line-height: 46px;
    text-transform: uppercase;
}
.buildGallery__slideShop{
      font-size: 24px;
    line-height: 24px;
    font-weight: 900;
    margin-top: 10px;
}
.buildGallery__slideShopArrow{
      padding-left: 5px;
}
.buildGallery__fistSlideShortLink:nth-of-type(2){
      bottom: 0;
  top:auto;
}
.buildGallery__prev{
      background: 0;
    border: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    z-index: 2;
  transition:all .2s;
  opacity:1;
}
.buildGallery__next{
  background: 0;
    border: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
    z-index: 2;
  transition:all .2s;
  opacity:1;
}

.buildGallery__barWrapper{
      margin: 50px auto auto;
    max-width: 400px;
}
.buildGallery__bar{
      height: 2px;
    background: #C9463B40;
}
.buildGallery__bar .swiper-scrollbar-drag{
      display: block;
    height: 2px;
    background: #C9463B;
}
.buildGallery__mobile{
      display: none;
}
.buildGallery__slideInner{
      width: 100%;
    height: 0;
    padding-top: 82.858%;
}
.buildGallery__slideFlexWrapper{
  grid-auto-flow:column;
      display: grid;
    grid-template-columns: calc((100% - 50px) / 3) calc((100% - 50px) / 3) calc((100% - 50px) / 3);
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    grid-template-rows: calc((100% - 50px) / 3) calc((100% - 50px) / 3) calc((100% - 50px) / 3);
}
.buildGallery__slideSquare{
      width: 100%;
    height: 100%;
    position: relative;
}
.buildGallery__slideSquareLink{
      display: block;
    width: 100%;
    height: 100%;
    color: white;
    text-decoration: none;
}
.buildGallery__slideSquareImageWrapper{
      width: 100%;
    height: 100%;
    background: black;
}
.buildGallery__slideSquareImage{
      width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .8;
}
.buildGallery__slideSquareTextWrappaer{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}
.buildGallery__slideSquareTextBox{
      margin: auto;
  width:calc(100% - 40px);
    text-align: center;
}
.buildGallery__slideSquareTitle{
  font-weight: 900;
    font-size: 40px;
    line-height: 46px;
  font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.blogSlider__sliderPrev{
          position: absolute;
    z-index: 2;
    padding: 0;
    background: 0;
    border: 0;
    top: -65px;
    right: 50px;
    left: auto;
    opacity: 1;
    display: flex;
}
.blogSlider__sliderNext{
      position: absolute;
    z-index: 2;
    padding: 0;
    background: 0;
    border: 0;
    opacity: 1;
    transition: all .2s;
    top: -65px;
    right: 0;
    display: flex;
}

.blogSlider__barWrapper{
      margin: 50px auto auto;
    max-width: 400px;
  display:none;
}
.blogSlider__bar{
      height: 2px;
    background: #C9463B40;
}
.blogSlider__bar .swiper-scrollbar-drag{
      display: block;
    height: 2px;
    background: #C9463B;
}
.blogSlider__titleBlack{
  color:black;
  font-family: "Montserrat", sans-serif;
}
.blogSlider__titleRed{
      color: #C9463B;
  font-family: "Montserrat", sans-serif;
}
.blogSlider__inner{
      padding-bottom: 50px;
    padding-top: 40px;
      max-width: 1330px;
    margin: auto;
    width: calc(100% - 140px);
}
.blogSlider__title{
      font-size: 32px;
    font-weight: 900;
    line-height: 38px;
      margin-bottom: 30px;
      margin-top: 0;
      letter-spacing: inherit;
}
.blogSlider__sliderContainer{
  width:calc(100% - 60px);
  margin:auto;
      position: relative;
  
}
.articleCard{
      border-radius: 10px;
    /* overflow: hidden; */ /*Temporarily removed to ensure visibility of the focus indicator*/
}
.articleCard__link{
    display: block;
        background: white;
    padding: 0;
    width: 100%;
    color: black;
    text-decoration: none;
}
.articleCard__upper{
}
.articleCard__imageWrapper{
      width: 100%;
    height: 0;
    padding-top: 70%;
    position: relative;
}
.articleCard__image{
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
      border-radius: 8px;
}
.articleCard__lower{
      padding: 30px;
}
.articleCard__date{
  font-size: 16px;
    opacity: .5;
    line-height: 16px;
}
.articleCard__title{
    font-weight: 900;
      font-size: 24px;
    line-height: 28px;
    margin-top: 10px;
  font-family: "Montserrat", sans-serif;
}
.articleCard__description{
      margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
}
.articleCard.swiper-slide{
      height: auto;
    display: flex;
}
.threeCopy{
      position: relative;
}
.threeCopy__backgroundWrapper{
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.threeCopy__background{
      width: 100%;
    height: 100%;
    object-fit: cover;
}
.threeCopy__inner{
      position: relative;
    padding: 80px 0;
    display: flex;
    width: calc(100% - 60px);
    max-width: 1330px;
    margin: auto;
    justify-content: space-between;
}
.threeCopy__column{
      width: calc((100% - 200px) / 3);
}
.threeCopy__column--middle{
      width: calc((100% - 100px) / 3);
    padding: 0px 50px;
    box-sizing: content-box;
    border-left: 1px solid black;
    border-right: 1px solid black;
}
.threeCopy__image{
  width: 32px;
    height: 32px;
    object-fit: contain;
    margin-bottom: 25px;
}
.threeCopy__title{
      font-size: 24px;
    font-weight: 900;
    line-height: 32px;
  font-family: "Montserrat", sans-serif;
    color: black;
    margin: 0;
    letter-spacing: inherit;
}
.threeCopy__text{
      font-size: 20px;
    line-height: 30px;
    color: black;
}
.threeCopy__learnMoreLink{
      text-decoration: none;
    color: black;
    font-size: 24px;
    font-weight: 900;
    line-height: 24px;
}
.threeCopy__learnMoreLinkText{
      font-size: 16px;
}
.threeCopy__learnMoreLinkArrow{
      padding-left: 5px;
      font-size: 20px;
    position: relative;
    top: 1px;
}
.threeCopy__imageRow{
      display: flex;
    flex-direction: column;
    height: 100%;
}

.prodRec__inner{
  padding: 50px;
    width: calc(100% - 60px);
    max-width: 1330px;
    margin: auto;
}
.prodRec__title{
      font-size: 50px;
    font-weight: 900;
    line-height: 50px;
  font-family: "Montserrat", sans-serif;
    color: #95804C;
    margin-bottom: 43px;
}
.prodRec__flex{
      display: flex;
    justify-content: space-between;
}
.prodRec__card{
      width: calc((100% - 50px) / 3);
}
.prodRec__cardLink{
      display: block;
    color: black;
    text-decoration: none;
}
.prodRec__cardImageWrapper{
      width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
}
.prodRec__cardImage{
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.prodRec__cardTextWrapper{
      display: flex;
}
.prodRec__cardTitle{
      width: calc(100% - 130px);
    font-size: 24px;
    font-weight: 900;
    line-height: 28px;
  font-family: "Montserrat", sans-serif;
}
.prodRec__cardPrice{
      width: 120px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    text-align: right;
}
.quickStats__inner{
      padding: 50px 0;
    display: flex;
    margin: auto;
    width: calc(100% - 60px);
    max-width: 1330px;
    justify-content: space-between;
}
.quickStats__left{
  width: 400px;
    color: black;
}
.quickStats__title{
    font-size: 50px;
    line-height: 50px;
    font-weight: 900;
    margin-bottom: 40px;
  font-family: "Montserrat", sans-serif;
}
.quickStats__textBox{
      font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
}
.quickStats__boldText{
      font-weight: 900;
  font-family: "Montserrat", sans-serif;
}
.quickStats__right{
      width: calc(100% - 450px);
}
.quickStats__imageWrapper{
      width: 100%;
    height: 0;
    padding-top: 80%;
    position: relative;
}
.quickStats__image{
      width: 100%;
    height: 100%;
    object-fit: cover;
  position: absolute;
    top: 0;
    left: 0;
}
.ambText__inner{
  padding: 50px 0;
    display: flex;
    margin: auto;
    justify-content: space-between;
    width: calc(100% - 60px);
    max-width: 1330px;
    padding-bottom: 30px;
    color: black;
}
.ambText__left{
      width: calc((100% - 50px) / 2);
}
.ambText__leftTextWrapper{
          font-size: 20px;
    line-height: 30px;
}
.ambText__leftTextWrapper p{
      margin-top: 0;
}
.ambText__right{
      width: calc((100% - 50px) / 2);
}
.ambText__formattedWrapper{
  font-size: 20px;
    line-height: 30px;
    border-left: 1px solid #9D1F14;
    padding-left: 30px;
}
.ambText__formattedPair{
      margin-bottom: 15px;
}
.ambText__formattedBold{
      font-weight: 900;
  font-family: "Montserrat", sans-serif;
}
.ambText__rightTextWrapper{
          font-size: 20px;
    line-height: 30px;
}
.fullText__inner{
      max-width: 1330px;
    margin: auto;
    width: calc(100% - 60px);
}
.fullText__title{
      font-size: 40px;
    line-height: normal;
    font-weight: 900;
    color: black;
  font-family: "Montserrat", sans-serif;
    margin-bottom: 40px;
    margin-top: 0;
    letter-spacing: 0.06rem;
}
.fullText__body{
      font-size: 18px;
    line-height: 28px;
}

.twoUp--left .twoUp__textWrapper{
  padding-left:30px;
}

.twoUpCTA--wide .twoUp__imageSide{
  width:70%;
}
.twoUpCTA--wide .twoUp__textSide{
  width:30%;
}
.twoUp__inner{
  overflow:hidden;
}
@media only screen and (max-width:990px){
  .borderHero__backgroundWrapper{
        display: none;
  }
  .borderHero__wrapper{
        width: 100%;
    padding: 0;
  }
  .borderHero__slideInner{
    height: auto;
  }
  .borderHero__imageWrapper{
        position: relative;
    height: 375px;
  }
  .borderHero__inner{
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }
  .borderHero__textWrapper{
        max-width: none;
    width: 100%;
  }
  .borderHero__text{
    font-size:18px;
    line-height:24px;
  }
  .borderHero__title{
      font-size: 30px;
    line-height: 35px;
  }
  .borderHero__button{
        margin: auto;
  }
  .borderHero__pauseButton{
        bottom: auto!important;
    top: 287px;
  }
  .borderBanner__inner{
        width: calc(100% - 40px);
    padding-bottom: 30px;
  }
  .borderBanner--autoplayVideo .borderBanner__backgroundWrapper{
        height: calc(100% - 20px);
  }
  .borderBanner--autoplayVideo .borderBanner__inner{
        padding-bottom: 0;
    margin-bottom: 30px;
  }
  .vidPopup__close{
        right: 0;
  }
  .borderBanner__prev{
        left: 10px;
    top: calc((100% - 50px)/2 - 20px);
  }
  .borderBanner__next{
        right: 10px;
    top: calc((100% - 50px)/2 - 20px);
  }
  
  .borderBanner__textWrapper{
        height: calc(100% - 30px);
    padding: 30px;
  }
  .borderBanner__title{
        font-size: 40px;
  }
  .twoUpCTA__inner{
    flex-direction: column;
    height: auto;
    padding-bottom: 50px;
    padding-top: 30px;
  }
  .twoUpCTA__imageSide{
        width: 100%;
  }
  .twoUpCTA__textSide{
        width: 100%;
    max-width: 600px;
    text-align: center;
    color: black;
  }
  .twoUpCTA__title{
        font-size: 32px;
    line-height: 36px;
  }
  .twoUpCTA__button{
        margin: auto;
  }
  .borderHero__image--desktop{
    display:none;
  }
  .borderHero__image--mobile{
    display:block;
  }
  .borderHero__wrapper{
        background: url(//ikamper-b2b.myshopify.com/cdn/shop/files/Top_1600x.jpg?v=1702672726);
    background-size: cover;
  }
  .twoUpCTA--right .twoUpCTA__inner{
        flex-direction: column-reverse;
  }
  .twoUp__inner{
        flex-direction: column!important;
    height: auto;
  }
  .twoUp__imageSide{
        width: 100%;
    height: 375px;
  }
  .twoUp__textSide{
    width: 100%;
  }
  .twoUp__textWrapper{
        width: calc(100% - 80px);
    padding: 20px 0;
  }
  .twoUp__text{
        font-size: 16px;
    line-height: 22px;
  }
  .threeUp__inner{
        flex-direction: column;
    width: calc(100% - 40px);
  }
  .threeUp__block{
    width: 100%;
    margin-bottom: 20px;
  }
  .twoImages__inner{
        flex-direction: column;
    width: calc(100% - 40px);
  }
  .twoImages__block{
    width: 100%;
    margin-bottom: 20px;
  }
  .twoImages__inner{
        flex-direction: column;
    width: calc(100% - 40px);
  }
  .twoImages__block{
    width: 100%;
    margin-bottom: 20px;
    height: 0;
    padding-top: 100%;
    position: relative;
  }
  .twoImages__imageWrapper{
        position: absolute;
    top: 0;
    left: 0;
  }
  .buildGallery__inner{
    display:none;
  }
  .buildGallery__mobile{
        display: block;
    margin: auto;
    width: calc(100% - 40px);
  }
  .buildGallery__mobileLink{
        width: 100%;
    height: 150px;
    display: block;
    position: relative;
    color: white;
    text-decoration: none;
    margin-bottom: 20px;
  }
  .buildGallery__mobileImageWrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .buildGallery__mobileImage{
        width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .builGallery__mobileTextWrapper{
        position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .buildGallery__mobileText{
        text-align: center;
    margin: auto;
    width: calc(100% - 40px);
  }
  .buildGallery__mobileTitle{
        font-size: 30px;
    font-weight: 900;
    line-height: 34px;
    font-family: "Montserrat", sans-serif;
  }
  .buildGallery__mobileSlideShop{
        font-size: 20px;
  }
  .buildGallery__mobileHiddenSeeMore{
        font-size: 16px;
    background: black;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    width: max-content;
    padding: 0 40px;
    border: 0;
    margin: auto;
    transition:all .2s;
  }
  .blogSlider__inner{
        width: calc(100% - 40px);
  }
  .blogSlider__sliderPrev{
        left: 10px;
  }
  .blogSlider__sliderNext{
        right: 10px;
  }
  .threeCopy__inner{
        padding: 40px 0;
    flex-direction: column;
  }
  .threeCopy__column{
        width: 100%;
  }
  .threeCopy__column--first{
        margin-bottom: 40px;
  }
  .threeCopy__text{
    font-size: 16px;
    line-height: 24px;
  }
  .threeCopy__column--middle{
    padding: 0;
    border: 0;
    margin-bottom: 40px;
  }
  .prodRec__inner{
        padding: 40px 0;
    width: calc(100% - 40px);
  }
  .prodRec__title{
        font-size: 30px;
    line-height: 30px;
  }
  .prodRec__flex{
        flex-direction: column;
  }
  .prodRec__card{
        width: 100%;
    margin-bottom: 40px;
  }
  .quickStats__inner{
    flex-direction: column-reverse;
    width: calc(100% - 40px);
  }
  .quickStats__left{
    width: 100%;
    margin-top: 30px;
  }
  .quickStats__title{
        font-size: 30px;
    line-height: 30px;
  }
  .quickStats__textBox{
        line-height: 30px;
  }
  .quickStats__right{
        width: 100%;
  }
  .ambText__inner{
        width: calc(100% - 40px);
    flex-direction: column;
  }
  .ambText__left{
        width: 100%;
  }
  .ambText__right{
        width: 100%;
  }
  .fullText__inner{
        padding: 40px 0;
  }
  .fullText__title{
        font-size: 30px;
    line-height:normal;
  }
}

::selection{
  background-color:#ACCEF7!important;
  color:black!important;
}

.footer_hero, .product-form-find-dealer{
  display:none;
}

.location--index-- .ik-site-sticky-header #shopify-section-header{
  background:white;
}
.location--index-- .header__menu-item{
  color:black;
}
.location--index-- .header__heading-link, .location--index-- .header__icon svg{
  filter:invert(1);
}

  .location--index-- .header-wrapper:hover .header__menu-item{
    color:white;
  }
  .location--index-- .header-wrapper:hover .header__heading-link, .location--index-- .header-wrapper:hover .header__icon svg, .location--index-- .header_pdp .header__icon svg, .location--index-- .header_pdp .header__heading-link{
    filter:invert(0);
  }


.location--index-- .shopify-section-header-sticky .header-wrapper .header__menu-item, .location--index-- .header_pdp .header__menu-item{
  color:white;
}
.location--index-- .shopify-section-header-sticky .header-wrapper .header__heading-link, .location--index-- .shopify-section-header-sticky .header-wrapper .header__icon svg, .location--index-- .shopify-section-header-sticky .header_pdp .header__icon svg{
  filter:invert(0);
}

.fullText__inner--small .fullText__body{
  font-size:16px;
  line-height:23px;
}

.announcement-bar {
  border-bottom:none!important;
}

.oneColumnAccord__inner{
      width: calc(100% - 60px);
    max-width: 1331px;
    margin: auto;
    color: black;
}
.oneColumnAccord__title{
  font-weight: 900;
    font-size: 48px;
    font-family: "Montserrat", sans-serif;
    line-height: 48px;
    padding-bottom: 30px;
    border-bottom: 1px solid black;
}
.oneColumnAccord__accordionWrapper{
      border-bottom: 1px solid black;
}
.oneColumnAccord__accordionButton{
      height: 110px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    border: 0;
    background: 0;
    padding: 0;
}
.oneColumnAccord__accordionTitle{
      margin: auto 0;
    font-size: 24px;
    line-height: 36px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    margin-left: 10px;
  text-align:left;
}
.oneColumnAccord__accordionIconWrapper{
  margin: auto 0;
    margin-right: 40px;
}
.oneColumnAccord__accordionIconArrow{
      width: 23px;
}
.oneColumnAccord__accordionIconMinus{
    width:22px;
  display:none;
}
.oneColumnAccord__accordionTextWrapper{
      padding: 0 10px;
    padding-bottom: 49px;
}
.oneColumnAccord__accordionText p{
  margin-top:0;
}
.oneColumnAccordion__accordionWrapper--active .oneColumnAccord__accordionIconMinus{
  display:block;
}
.oneColumnAccordion__accordionWrapper--active .oneColumnAccord__accordionIconArrow{
  display:none;
}
.twoColumnAccord__inner{
      width: calc(100% - 60px);
    max-width: 1331px;
    margin: auto;
    color: #000;
}
.twoColumnAccord__title{
      font-weight: 900;
    font-size: 32px;
    font-family: "Montserrat", sans-serif;
    line-height: 32px;
    padding-bottom: 30px;
}
.twoColumnAccord__flex{
      display: flex;
    justify-content: space-between;
}
.twoColumnAccord__column{
      width: calc(50% - 20px);
    border-top: 1px solid black;
}
.videoGalleryBox{
  display:none;
}
.videoGalleryBox--active{
  display:block;
}
.videoGallery__inner{
      width: calc(100% - 60px);
    max-width: 1400px;
    margin: auto;
}
.videoGallery__nav{
      display: flex;
      margin-bottom: 40px;
    justify-content: space-between;
}
.videoGallery{
      background-color: #F1F1F1;
}
.videoGallery__navButton{
      font-size: 18px;
    font-weight: 800;
    line-height: 25px;
    border: 0;
    background: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
}
.videoGallery__navButton--active{
      color: #95804C;
}
.videoGalleryBox__inner{
      display: flex;
    justify-content: space-between;
}
.videoGalleryBox__left{
      width: calc(100% - 400px);
}
.videoGalleryBox__imageWrapper{
      width: 100%;
    position: relative;
    height: 0;
    padding-top: 56%;
}
.videoGalleryBox__image{
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.videoGalleryBox__playButton{
      position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0;
    background: 0;
    padding: 0;
}
.videoGalleryBox__playButtonIcon{
      width: 63px;
}
.videoGalleryBox__right{
      width: 350px;
}
.videoGalleryBox__rightInner{
      display: flex;
    width: 100%;
    height: 100%;
}
.videoGalleryBox__textWrapper{
      margin: auto;
    width: 100%;
}
.videoGalleryBox__title{
  font-family: "Montserrat", sans-serif;
    font-size: 50px;
    line-height: 60px;
  margin-bottom:30px;
    font-weight: 900;
    color: black;
}
.videoGalleryBox__button{
      width: 184px;
    height: 50px;
    line-height: 50px;
    display: block;
    background: black;
    font-size: 20px;
    font-weight: 800;
    color: white;
    text-align: center;
    text-decoration: none;
  border:1px solid black;
  transition:all .2s;
}

  .videoGalleryBox__button:hover{
    color:black;
    background:white;
  }


.videoGalleryPopup{
      position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
}
.videoGallery__background{
      width: 100%;
    height: 100%;
    background: black;
    opacity: .6;
}

.videoGallery__close{
      position: absolute;
    top: -41px;
    right: -32px;
    background: 0;
    border: 0;
    padding: 0;
    color: white;
    font-weight: 900;
    font-size: 30px;
}

.videoGallery__iframe{
      width: 100%;
    height: 100%;
    border: 0;
}

.threeCards__inner{
      max-width: 1356px;
    width: calc(100% - 60px);
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.threeCard{
      background: #F1F1F1;
    width: calc((100% - 70px) / 3);
    display: block;
    color: black;
    text-decoration: none;
}
.threeCard__inner{
      padding: 36px;
}
.threeCard__imageWrapper{
      width: 100%;
    height: 0px;
    padding-top: 110%;
    position: relative;
}
.threeCard__image{
      position: absolute;
    top: 0;
    lefT: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.threeCard__textWrapper{
      margin-top: 30px;
}
.threeCard__title{
      font-size: 26px;
    line-height: 35px;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
}
.threeCard__text{
      margin-top: 10px;
    font-size: 15px;
    line-height: 20px;
}
.mobVidGal{
  display:none;
}
@media only screen and (max-width:990px){
  .twoColumnAccord__flex{
        flex-direction: column;
  }
  .twoColumnAccord__column{
        width: 100%;
    border-top:0px solid black;
  }
  .twoColumnAccord__column:first-of-type{
    border-top:1px solid black;
  }
  .threeCards__inner{
        flex-direction: column;
  }
  .threeCard{
        width: 100%;
    margin-bottom: 30px;
  }
  .videoGallery__inner{
    display:none;
  }
  .mobVidGal{
    display:block;
        width: calc(100% - 60px);
    max-width: 600px;
    margin: auto;
    overflow: hidden;
  }
  .mobVidGal__imageWrapper{
        width: 100%;
    height: 0px;
    padding-top: 100%;
    position: relative;
  }
  .mobVidGal__image{
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mobVidGal__title{
        font-weight: 900;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    color: black;
    text-align: center;
    margin-top: 20px;
  }
  .mobVidGal__button{
        width: 184px;
    height: 50px;
    line-height: 50px;
    display: block;
    background: #000;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: 1px solid black;
    transition: all .2s;
    margin: auto;
    margin-top: 20px;
  }
  .mobVidGal__dotsWrapper{
        max-width: 400px;
    margin: auto;
    margin-top: 50px;
  }
  .mobVidGal__dots{
        width: 100%;
    height: 4px;
    position: relative;
    background: rgba(201, 70, 59, 0.46);
  }
  .mobVidGal__dots .swiper-scrollbar-drag{
        display: block;
    background: #C9463B;
  }
}
.articleCard--collection .articleCard__link{
      background: none;
    padding: 0;
    width: 100%;
}
.articleCard--collection .articleCard__upper{
      border: 0;
    padding-bottom: 0;
}
.articleCard--collection .articleCard__imageWrapper{
  padding-top:100%;
}
.articleCard--collection .articleCard__lower{
  padding:0;
  padding-top:15px;
}
[data-builder-index]{
  color:black;
}

.pdp__inner{
      width: calc(100% - 60px);
    margin: auto;
    max-width: 1325px;
  margin-top:30px;
}
.pdp__breadCrumbs{
      display: flex;
    font-size: 16px;
  padding-top:20px;
}
.pdp__crumb{
      text-decoration: none;
    color: black;
}
.pdp__crumSeperator{
  display: block;
    margin: 0 7px;
}
.pdp__flex{
      display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.pdp__left{
      width: calc(60% + 10px);
    max-width: 780px;
      padding-bottom: 30px;
}
.pdpFeatured__imageWrapper, .pdp__thumbnailImageWrapper{
      width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
}
.pdpFeatured__imageWrapper{
  overflow: hidden;
  border-radius:8px;
}
.pdpFeatured__image, .pdp__thumbnailImage{
  width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  border-radius:8px;
}

.pdpFeatured__image{
  transition: transform 0.3s ease;
  transform-origin:top left;
  cursor: zoom-in;
}

.pdpFeatured__image.zoomed {
  cursor: zoom-out;
}
.pdp__right{
  width: calc(40% - 40px);
    max-width: 600px;
}

.pdp__galleryWrapper{
  margin-bottom: 30px;
}
.pdpFeatured__infoPopup{
      position: absolute;
    bottom: 10px;
    right: 10px;
}
.pdpFeatured__infoPopupButton{
      border: 2px solid black;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    background: white;
    padding: 0;
    line-height: 30px;
    font-size: 23px;
}
.pdpFeatured__infoPopupBox{
      position: absolute;
    bottom: calc(100% + 10px);
    right: calc(100% + 10px);
    background: white;
    border-radius: 5px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    width: max-content;
}
.pdpFeatured__infoPopupInner{
      padding: 10px 20px;
    max-width: 300px;
}
.pdp__thumbsWrapper{
    overflow: hidden;
    width: 100%;
}
.pdp__thumbDots{
      max-width: 400px;
    margin: auto;
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.3);
    height: 2px;
}
.pdp__thumbDots .swiper-scrollbar-drag{
      height: 2px;
    background: black;
  display:block!important;
}
.pdp__title{
      margin: 0;
    font-size: 32px;
    font-weight: 900;
    line-height: 43.7px;
}
.pdp__price{
      font-size: 32px;
    line-height: 44px;
    font-weight: 900;
      font-family: "Montserrat", sans-serif;
}
.pdp__reviewContainer{
      margin-top: 5px;
    margin-bottom: 20px;
}
.pdp__description{
      font-size: 16px;
    line-height: 21px;
    padding-bottom: 30px;
    border-bottom: 1px solid #8C8C8C;
}
.pdp__description p:last-of-type{
  margin-bottom:0;
}
.pdp__optionWrapper{
      padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #8C8C8C;
}
.pdp__optionLabel{
      font-size: 16px;
    font-weight: 700;
    line-height: 24px;
      font-family: "Montserrat", sans-serif;
}
.pdp__activeOption{
      font-weight: normal;
    padding-left: 5px;
}
.pdp__optionFlex{
      display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
    margin-top: 20px;
}
.pdp__optionButton{
      padding: 20px 30px;
    background: #F2F1EE;
    box-sizing: border-box;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-right: 10px;
}
.pdp__optionButton--color{
      overflow: hidden;
    width: 50px;
    height: 50px;
    padding: 0;
  position:relative;
}
.pdp__optionButton--color span{
      opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.pdp__addToCartWrapper{
      margin-top: 30px;
}
.pdp__addButton{
      border-radius: 30px;
    height: 50px;
    width: 100%;
    background: black;
    color: white;
    display: flex;
    border: 0;
    padding: 0;
      border: 2px solid black;
  transition:all .2s;
}
@media (hover: hover) {
  .pdp__addButton:hover{
    background:transparent;
    color:black;
  }
}

.pdp__addButtonText{
      margin: auto;
    font-size: 16px;
    font-weight: 700;
}
.pdp__postFormFlex{
      margin-top: 30px;
    display: flex;
    justify-content: center;
  margin-bottom: 30px;
}
.pdp__deliveryWrapper{
  border-right: 1px solid black;
  padding-right: 10px;
  margin-right: 10px;
}

.pdp__findDealer{
      display: flex;
    text-decoration: none;
    color: black;
    font-weight: bold;
}
.pdp__findDealerIconWrapper{
      margin: auto 0;
    height: 24px;
    margin-right: 10px;
}
.pdp__findDealerIcon{
      width: 19px;
}
.pdp__findDealer__text{
  margin: auto 0;
}
.pdp__accordionWrapper{
  border-top: 1px solid #8C8C8C;
}
.pdp__accordionHead{
      width: 100%;
    padding: 30px 0;
    border: 0;
    background: 0;
}
.pdp__accordionHeadInner{
      display: flex;
    justify-content: space-between;
    font-size: 20px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
}
.pdp__accordionTitle{
  margin: auto 0;
}
.pdd__accordionArrow{
      margin: auto 0;
  transform:rotate(180deg);
    width: 18px;
}
.pdp__accordionBodyInner{
      padding-bottom: 30px;
}
.pdp__accordionWrapper--open .pdd__accordionArrow{
  transform:rotate(0deg);
}

.pdp__overflowContainer{
  overflow: hidden;
}
.pdp__imageWrapper{
  position:sticky;
  top:110px;
}
.pdp__optionButton--active{
    border: 2px solid black;
}
.pdp__optionButton--color.pdp__optionButton--active{
  position:relative;
}
.pdp__optionButton--color.pdp__optionButton--active:after{
  content:'';
  position:absolute;
  width:calc(100% - 0px);
  height:calc(100% - 0px);
  left:0px;
  top:0px;
  border:1px solid white;
  border-radius:6px;
}
.pdp__thumbnail.swiper-slide-thumb-active{
  border-radius:8px;
  border:1px solid black;
}

.sbsSpecs__inner{
      margin: auto;
    width: calc(100% - 60px);
    max-width: 1325px;
}
.sbsSpecs__flex{
      display: flex;
    justify-content: space-between;
}
.sbsSpecs__left{
  width: calc(50% - 30px);
}
.sbsSpecs__title{
  font-size: 32px;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 40px;
    text-align: left;
    letter-spacing: 0.06rem;
    margin-top: 0;
}
.sbsSpecs__spec{
      display: flex;
    border-bottom: 1px solid #8C8C8C;
    padding: 10px 0;
    font-size: 18px;
}
.sbsSpecSheet__table {
  border-collapse: collapse;
}
.sbsSpecs__specLeft{
      width: 50%;
    font-weight: 900;
  padding-right:30px;
  padding: 0;
  text-align: left;
}
.sbsSpecs__specRight{
  width: calc(50% - 20px);
  padding: 0;
}
.sbsSpecs__right{
      width: calc(50% - 30px);
}
.sbsSpecs__specFlex{
      display: flex;
    flex-wrap: wrap;
  justify-content:space-between;
  margin-bottom:-30px;
}
.sbsSpecs__example{
      width: calc(50% - 15px);
    padding-bottom: 10px;
    border-bottom: 1px solid #8C8C8C;
  margin-bottom:30px;
  display: flex;
    flex-direction: column;
}
.sbsSpecs__exampleTitle{
      font-size: 18px;
    font-weight: 900;
}
.sbsSpecs__exampleImageWrapper{
      margin-top: auto;
}
.sbsSpecs__exampleImage{
      width: 100%;
    max-width: 247px;
}
.featsBlade__inner{
      width: calc(100% - 60px);
    max-width: 1325px;
    margin: auto;
}
.featsBlade__titleRow{
      display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
@media only screen and (max-width:400px){
  .featsBlade__titleRow{
   flex-direction: column;
  }
  .featsBlade__navigation {
    position: unset !important;
  }
}
.featsBlade__title{
      font-size: 32px;
    font-weight: 900;
  min-height:58px;
    font-family: "Montserrat", sans-serif;
    margin: auto 0;
    letter-spacing: 0.06rem;
}
.featsBlade__navigation{
      display: flex;
    margin: auto 0;
}
.featsBlade__prev{
      width: 40px;
    height: 40px;
    display: flex;
    padding: 0;
    background: 0;
    border: 0;
    margin-right: 20px;
}

.featsBlade__next{
  width: 40px;
    height: 40px;
    display: flex;
    padding: 0;
    background: 0;
    border: 0;
}

.featsBlade__sliderContainer{
      overflow: hidden;
}
.featsSlide__inner{
  display: flex;
}
.featsSlide__left{
  width: calc(100% - 380px);
}
.featsSlide__imageWrapper{
      position: relative;
    width: 100%;
    height: 0px;
    padding-top: 62.5%;
    border-radius: 8px;
    overflow: hidden;
}
.featsSlide__image{
      width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.featsSlide__right{
  width: 380px;
    display: flex;
}
.featsSlide__textWrapper{
      margin: auto;
    margin-right: 0;
    max-width: 320px;
}
.featsSlide__title{
      font-size: 24px;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
}
.featsSlide__text{
      font-size: 18px;
    line-height: 26px;
}
.specSheet__inner{
      width: calc(100% - 60px);
    max-width: 1325px;
    margin: auto;
}
.specSheet__title{
  font-size: 32px;
    line-height: 43px;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 30px;
    text-align: left;
    letter-spacing: 0.06rem;
    margin-top: 0;
}
.specSheet__spec{
      display: flex;
    border-bottom: 1px solid #8C8C8C;
    padding: 10px 0;
    font-size: 18px;
}
.specSheet__table {
  width: 100%;
  border-collapse: collapse;
}
.specSheet__left{
      width: 50%;
    font-weight: 900;
  padding-right:30px;
  padding: 0;
  text-align: left;
}
.specSheet__right{
  width: calc(50% - 20px);
  padding: 0;
}
.specSheet__right a{
  color:black;
}
.borderBanner--contain .borderBanner__inner{
      height: auto;
}
.borderBanner--contain .borderBanner__image{
  object-fit:contain;
}
.twoUp__title{
      font-size: 32px;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
      line-height: normal;
    margin-bottom: 20px;
}
.twoUp__text{
      font-size: 18px;
    line-height: 26px;
}
.buildFaq__inner{
  width: calc(100% - 60px);
    max-width: 1325px;
    margin: auto;
}
.buildFaq__title{
      font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 900;
    line-height: 43px;
}
.buildFaq__column{
      margin-top: 40px;
}
.buildFaq__accordionWrapper{
      border-top: 1px solid #8C8C8C;
}
.buildFaq__accordionHeader{
      width: 100%;
    border: 0;
    background: 0;
    padding: 0;
    height: 70px;
}
.buildFaq__accordionHeadFlex{
      display: flex;
    justify-content: space-between;
}
.buildFaq__accordionTitle{
      font-family: "Montserrat", sans-serif;
    font-size: 24px;
  text-align:left;
    font-weight: 900;
    line-height: 28px;
}
.buildFaq__accordionArrow{
      width: 18px;
    margin: auto 0;
    height: 11px;
    transform: rotate(180deg);
}
.buildFaq__accordionText{
      font-size: 18px;
    line-height: 26px;
}
.buildFaq__accordionText p:first-of-type{
  margin-top:0;
}
.buildFaq__accordionText p:last-of-type{
  margin-bottom:0;
}
.buildFaq__accordionImageWrapper{
      max-width: 1200px;
    margin: auto;
    margin-bottom: 30px;
}
.buildFaq__accordionImage{
      width: 100%;
}
.buildFaq__accordionContent{
  padding-bottom: 30px;
}
.buildFaq__accordionWrapper--active .buildFaq__accordionArrow{
      transform: rotate(0deg);
}
.prodCarousel{
  overflow:hidden;
}
.extend-product-offer{
  margin-top:30px;
}
.pdp__extendWrapper--rendered{
  height:108px;
  overflow:hidden;
}
#cart-notification{
  opacity:0!important;
  overflow:hidden;
  height:0;
  width:0;
  top:0;
  left:0;
  position:fixed;
}

.pdp__GalleryDots{
  display:none!important;
}
.pdp__affirmWrapper .affirm-modal-trigger{
      color: black;
    font-weight: 900;
}
.colBanner{
      position: relative;
  overflow:initial!important;
}
.colBanner__bkg{
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
}
.colBanner__bkgImage{
      width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .8;
}
.colBanner__inner{
      height: 500px;
    position: relative;
    width: calc(100% - 60px);
    margin: auto;
    max-width: 1325px;
}
.colBanner__textWrapper{
      height: 100%;
    display: flex;
}
.colBanner__title{
      color: white;
    margin: 0;
    font-weight: 900;
    margin-top: auto;
    margin-bottom: 70px;
}
.boost-sd__product-title{
      font-family: "Montserrat", sans-serif !important;
    font-weight: 900!important;
    font-size: 20px!important;
    line-height: 28px!important;
}
.boost-sd__product-vendor{
      font-size: 16px!important;
    line-height: 18px!important;
}
.boost-sd__product-price{
  font-size: 16px;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 900;
}
.boost-sd__pagination-load-more-container-button .boost-sd__pagination-button{
      background: black;
    height: 50px;
    border-radius: 25px;
    color: white;
    font-weight: bold;
    margin-top: 10px;
}
#minicart{
  overflow-y: auto;
}
.minicart__subtotalRow{
      padding-top: 20px;
    border-top: 1px solid #8C8C8C;
    display: flex;
    justify-content: space-between;
}
.minicart__subtotalLabel{
      font-size: 16px;
    font-weight: 900;
    margin: 0;
      line-height: normal;
}
.minicart__subtotal{
      font-size: 16px;
    font-weight: 900;
}
.minicart__checkoutButtonWrapper{
      margin-top: 30px;
}
.minicart__checkoutButton{
      display: block;
    background: black;
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    border-radius: 30px;
    padding: 10px 0;
}
.minicart__inner{
      height: 100%;
}
.minicart__upper{
      padding-bottom: 10px;
}
.minicart__main{
    height: auto;
}
.minicart__scrollContainer{
      padding-bottom: 20px;
}
.minicart__itemList{
      margin-top: 20px;
}
.minicart__viewCart{
      display: block;
    width: max-content;
    margin: auto;
    color: black;
}
.minicart__affirmWrapper .affirm-as-low-as{
  display:block;
      font-size: 14px;
    margin: 0;
}
.minicart__affirmWrapper .affirm-as-low-as a{
  display:none;
}
.minicart__bottom{
  padding: 0 0 20px 0; 
}
@media only screen and (max-width:1000px){
  #minicart{ 
    max-width:none;
    margin-top: 0px;
    height: 100%;
    max-height: none;
  }
}
.newCart[data-builder-index="0"]{
      padding-top: 140px!important;
}
.newCart__inner{
      width: calc(100% - 60px);
    margin: auto;
    max-width: 1325px;
}
.newCart__flex{
      display: flex;
    justify-content: space-between;
}
.newCart__left{
      width: calc(100% - 430px);
    max-width: 700px;
}
.newCart__title{
      margin: 0;
    font-weight: 900;
    font-size: 32px;
    line-height: 44px;
  margin-bottom:30px;
}
.newItem{
      border-bottom: 1px solid #8C8C8C;
    padding: 40px 0;
}
.newItem:first-of-type{
  border-top: 1px solid #8C8C8C;
}
.newItem__inner{
      display: flex;
    justify-content: space-between;
}
.newItem__left{
  width: 150px;
}
.newItem__imageWrapper{
      width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 8px;
}
.newItem__image{
      width: 100%;
    height: 100%;
    object-fit: contain;
}
.newItem__right{
  width: calc(100% - 170px);
}
.newItem__title{
      font-size: 20px;
    color: black;
    text-decoration: none;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    line-height: 27px;
}
.newItem__options{
      margin-top: 7px;
    font-size: 16px;
    line-height: 24px;
}
.newItem__bottomRow{
      margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.newItem__controls{
  display: flex;
}
.newItem__qtyMinus{
      width: 20px;
    height: 20px;
    border: 0;
    background: 0;
    padding: 0;
    margin: auto 0;
}
.newItem__qtyMinusImage{
      width: 100%;
    height: 100%;
    object-fit: contain;
}
.newItem__qtyWrapper{
      margin: auto 0;
}
.newItem__qtyWrapper input{
      text-align: center;
    border: 0;
    background: 0;
    padding: 0;
    width: 30px;
    line-height: 20px;
    height: 20px;
}
.newItem__qtyPlus{
  width: 20px;
    height: 20px;
    border: 0;
    background: 0;
    padding: 0;
    margin: auto 0;
}
.newItem__qtyPlusImage{
      width: 100%;
    height: 100%;
    object-fit: contain;
}
.newItem__removeFromCart{
      width: 20px;
    height: 20px;
    border: 0;
    background: 0;
    padding: 0;
    margin: auto 0;
    margin-left: 15px;
}
.newItem__removeIcon{
      width: 100%;
    height: 100%;
    object-fit: contain;
}
.newCart__right{
      width: 400px;
}
.newCart__summaryTitle{
  line-height: 44px;
      font-size: 32px;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 40px;
}
.newCart__summaryRow{
      display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
}
.newCart__summaryRow--estimatedTotal{
      display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 20px;
    border-top: 1px solid #8C8C8C;
    padding-top: 20px;
    margin-top: 20px;
  font-weight:900;
  font-family: "Montserrat", sans-serif;
}
.newCart__checkout{
      display: flex;
    width: 100%;
    height: 50px;
    background: black;
    color: white;
    font-weight: 900;
    text-decoration: none;
    border-radius: 30px;
    margin-top: 30px;
  border:2px solid black;
  transition: all .2s;
}

  .newCart__checkout:hover{
    color:black;
    background:transparent;
  }

.newCart__checkout span{
  margin:auto;
}
.newCart__support{
      margin-top: 30px;
    border-top: 1px solid #8C8C8C;
    padding-top: 30px;
    display: flex;
}
.newCart__supportIcon{
      width: 40px;
    margin-top: 6px;
}
.newCart__supportRight{
      padding-left: 15px;
    display: flex;
    flex-direction: column;
}
.newCart__supportBottom{
  color:black;
  text-decoration:none;
  font-weight:900;
  font-family: "Montserrat", sans-serif;
}
.accountSBS{
  padding-top: 170px;
    padding-bottom: 80px;
}
.accountSBS__inner{
      width: calc(100% - 60px);
    max-width: 1325px;
    margin: auto;
}
.accountSBS__flex{
      display: flex;
  justify-content:space-between;
}
.accountSBS__left{
          width: 500px;
      display: flex;
    flex-direction: column;
    justify-content: center;
}
.accountSBS__loading{
      display: flex;
    height: 100%;
  
}
.accountSBS__loadingInner{
      margin: auto;
    font-weight: bold;
    font-size: 24px;
}
.accountSBS__right{
  width: calc(100% - 540px);
}
.accountSBS__imageWrapper{
  width: 100%;
}
.accountSBS__image{
      width: 100%;
}
.accountSBS__title{
      margin: 0;
    font-size: 50px;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    line-height: 50px;
    margin-bottom: 30px;
}
.accountSBS__field{
      position: relative;
    margin-bottom: 10px;
}
.accountSBS__textInput{
      width: 100%;
    border: 0;
    border-bottom: 1px solid black;
    padding: 10px 0;
  cursor:pointer;
}
.accountSBS__field label{
      opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
}
.accountSMS__submit{
          width: max-content;
    display: block;
    padding: 0 60px;
    background: black;
    border: 0;
    border-radius: 30px;
    height: 40px;
    margin-top: 30px;
    font-weight: bold;
  color:white;
  cursor:pointer;
  border:2px solid black;
  transition:all .2s;
}

  .accountSMS__submit:hover{
    color:black;
    background:transparent;
  }

.accountSBS__recover, .accountSBS__login{
      margin-top: 20px;
    display: inline-block;
    color: black;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 40px;
}
.accountSBS__create{
    display: inline-block;
    color: black;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
}
.accountSBS__extraText--reset{
      font-size: 14px;
    margin-bottom: 20px;
}
.blogBanner{
      height: 650px;
    position: relative;
}
.blogBanner__bkg{
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
}
.blogBanner__bkgImage{
      width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .8;
}
.blogBanner__inner{
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}
.blogBanner__textWrapper{
      width: calc(100% - 60px);
    max-width: 1325px;
    margin: auto;
    margin-bottom: 100px;
}
.blogBanner__title{
      margin: 0;
    color: white;
    text-align: center;
    font-weight: 900;
    font-size: 50px;
    line-height: 50px;
}
.blogBanner__navRow{
      display: flex;
    justify-content: center;
    margin-top: 30px;
}
.blogBanner__navFilter{
      cursor: pointer;
    display: flex;
    border-radius: 30px;
    height: 50px;
    padding: 0 30px;
    background: white;
    color: black;
    text-decoration: none;
    font-weight: 900;
    margin: 0px 20px;
  border:2px solid white;
  transition: all .2s;
}

  .blogBanner__navFilter:hover{
    background:transparent;
    color:white;
  }

.blogBanner__navFilter span{
  margin:auto;
}
.blogBody{
      padding-top: 80px;
  padding-bottom: 80px;
}
.blogBody__inner{
      width: calc(100% - 60px);
    max-width: 1325px;
    margin: auto;
}
.blogBody__grid{
      display: grid;
    grid-template-columns: calc((100% - 30px) / 3) calc((100% - 30px) / 3) calc((100% - 30px) / 3);
    grid-column-gap: 15px;
    grid-row-gap: 40px;
}
.articleCard--unloaded{
  display:none;
}
.articleCard__inner{
      position: relative;
    display: block;
      color: black;
    text-decoration: none;
  cursor:pointer;
  transition:all .2s;
  height:100%;
}
.articleCard__under{
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.articleCard__over{
      position: relative;
    padding-top: calc(70% - 65px);
  padding-bottom:0;
  transition:all .2s;
      height: inherit;
}
.articleCard{
      background: #F2F1EE;
}
.articleCard--collection{
      background: white;
}
.articleCard__overInner{
      position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.articleCard__overBkg{
      background: #F2F1EE;
    display: block!important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 65px);
  transition:all .2s;
}
.articleCard__textWrapper{
      position: relative;
    width: calc(100% - 40px);
    margin: auto;
    padding-bottom: 40px;
    padding-top: 20px;
}
.articleCard__lower{
      position: relative;
}
.articleCard__readingTime{
      padding: 7px 15px;
    background: white;
    font-size: 10px;
    font-weight: 900;
    line-height: 10px;
    width: max-content;
    border-radius: 20px;
}
.articleCard__lower > .articleCard__readingTime{
      position: absolute;
    top: -50px;
}
.articleCard__publishedDate{
      margin-top: 50px;
}

  .articleCard:hover .articleCard__over{
      padding-top: 0;
    
  }


  .articleCard:hover .articleCard__overBkg{
    padding-bottom: calc(70% - 65px);
    height: 100%;
  }

.blogBody__loadMoreRow{
      display: flex;
    margin-top: 40px;
    
}
.blogBody__loadMore{
      height: 50px;
    padding: 0px 30px;
    border: none;
    background: black;
    border-radius: 25px;
    color: white;
    font-weight: 900;
    margin: auto;
}
.articleNew{
  padding-bottom:70px;
}
.articleNew__banner{
      height: 500px;
    width: 100%;
}
.articleNew__bannerImage{
      width: 100%;
    height: 100%;
    object-fit: cover;
}
.articleNew__inner{
      width: calc(100% - 60px);
    max-width: 850px;
    margin: auto;
    padding-top: 70px;
}
.articleNew__title{
      margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 60px;
}
.articleNew__author{
      text-align: center;
}
.articleNew__date{
      text-align: center;
}
.articleNew__content{
      margin-top: 60px;
}
.articleNew__content a{
  color:#9D1F14;
}
.articleNew__imageSBS{
      display: flex;
    justify-content: space-between;
    position: relative;
    width: calc(100vw - 60px);
    left: 50%;
    transform: translateX(-50%);
    max-width: 1232px;
    height: calc((100vw - 60px)* .455);
    max-height: 556px;
  margin:40px 0;
}
.articleNew__imageSBS img{
  height: 100%;
    width: auto;
  border-radius:8px;
}
[data-builder-index]{
  overflow-x:hidden;
  overflow-y:visible;
}
.pdp{
  overflow-x:visible!important;
}
.articleNew__socialFlex{
      display: flex;
    justify-content: center;
    margin-top: 100px;
}
.articleNew__socialLabel{
  margin:auto 0;
}
.articleNew__socialShare{
  text-decoration:none;
  margin:auto 7px;
  height:20px;
}
.articleNew__socialButton{
      width: 20px;
}
.articleAuthor{
      background: #F2F1EE;
    padding: 100px 0;
}
.articleAuthor__inner{
      width: calc(100% - 60px);
    max-width: 1325px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.articleAuthor__imageWrapper{
      width: 250px;
    height: 250px;
}
.articleAuthor__image{
      width: 100%;
    height: 100%;
    object-fit: contain;
}
.articleAuthor__right{
      width: calc(100% - 290px);
    margin: auto 0;
}
.articleAuthor__about{
      font-size: 20px;
    font-weight: 900;
    line-height: 27px;
    font-family: "Montserrat", sans-serif;
}
.articleAuthor__name{
      font-weight: 900;
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    line-height: 40px;
    margin: 20px 0;
}
.footerNew{
      background: #F2F1EE;
}
.footerNew__inner{
      width: calc(100% - 60px);
    max-width: 1325px;
    margin: auto;
}
.footerNew .threeCopy__inner{
      max-width: none;
    width: 100%;
    border-bottom: 1px solid black;
}
.footerNew .threeCopy__column--middle{
      border: 0;
}
.footerNew .threeCopy__title{
      font-size: 20px;
    line-height: 30px;
}
.footerNew .threeCopy__text{
      font-size: 16px;
    line-height: 24px;
}
.footerNew__lower{
  display: flex;
    justify-content: space-between;
}
.footerNew__extra{
      max-width: 268px;
}
.footerNew__lower{
      padding-top: 80px;
    padding-bottom: 80px;
}
.footerNew__navWrapper{
      display: flex;
    justify-content: space-between;
    width: calc(100% - 348px);
}
.footerNew__columnWrapper{
      max-width: 268px;
    width: calc((100% - 60px) / 3);
}
.footerNew__heading{
      font-size: 20px;
    font-weight: 900;
        font-family: "Montserrat", sans-serif;
         margin: 0;
        line-height: normal;
        letter-spacing: inherit;
}
.footerNew__column{
      list-style: none;
    padding: 0;
    line-height: 24px;
    font-size: 16px;
}
.footerNew__linkOuter{
      margin-bottom: 15px;
}
.footerNew__link{
      color: black;
    text-decoration: none;
}
.footerNew__signupTitle{
      font-size: 40px;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    letter-spacing: inherit;
}
.footerNew__signupFormWrapper{
  position: relative;
    border-bottom: 1px solid black;
    top: 0.25rem;
}
.footerNew__signupFormWrapper label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all 0.2s ease;
}
.footerNew__signupFormWrapper .footerField:has(input:focus) label,
.footerNew__signupFormWrapper .footerField:has(input:not(:placeholder-shown)) label {
  top: 0;
  font-size: 0.75rem;
}
.footerNew__signupFormWrapper input{
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: 0;
    border: 0;
    height: 40px;
    cursor: pointer;
}
.footerNew__signupFormWrapper button{
  position: absolute;
    height: 40px;
    display: flex;
    cursor: pointer;
    width: 40px;
      background: 0;
    border: 0;
    right: 0;
    top: 0;
}
.footerNew__submitIcon{
      width: 11px;
    margin: auto;
}
.footerNew__signupFormWrapper{
      height: 40px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.footerNew__signupLegal{
      font-size: 14px;
    line-height: 22px;
}
.footerNew__socialFlex{
  display: flex;
    margin-top: 30px;
}
.footerNew__socialLink{
  width: 30px;
    margin-right: 20px;
}
.footerNew__socialImg{
      width: 100%;
    height: auto;
}
.footerNew__legal{
      display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
.footerNew__legalLeft{
      font-weight: bold;
}
.footerNew__legalRight-list {
    margin-block: 0;
}
.footerNew__legalRight{
      display: flex;
}
.footerNew__legalLink{
      font-weight: bold;
    color: black;
    text-decoration: none;
}
.footerNew__legalPipe{
      display: block;
    width: 2px;
    background: black;
    height: 20px;
    margin: auto 10px;
}

.pdp__sliderPrev{
    display:flex!important;
        background: none;
    border: none;
    padding: 0;
    position: absolute;
    
    z-index:10;
      top: 20px;
    transform: none;
    right: 70px;
    left: auto;
  }

  .pdp__sliderNext{
     display:flex!important;
        background: none;
    border: none;
    padding: 0;
    position: absolute;
    top: 20px;
    transform: none;
    right: 20px;
    z-index:10;
  }

@media only screen and (max-width:990px){
  .borderHero__imageWrapper{
    opacity:1!important;
  }
  .borderHero__wrapper{
    background:black;
  }
  .borderHero__inner{
    width: calc(100% - 40px);
  }
  .prodCarousel__inner{
        width: calc(100% - 60px);
  }
  .prodCarousel__sliderPrev{
        bottom: -30px;
    top: auto;
    left: 0;
    right: auto;
  }
  .prodCarousel__sliderNext{
        bottom: -30px;
    top: auto;
    left: 70px;
    right: auto;
  }
  .twoUpCTA__textBox{
    text-align: left;
  }
  .twoUpCTA__button{
    margin: 0;
  }
  .blogSlider__sliderPrev{
        bottom: -80px;
    top: auto;
    left: 0;
  }
  .blogSlider__sliderNext{
        bottom: -80px;
    top: auto;
    left: 70px;
    right: auto;
  }
  .threeCopy__column{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #8C8C8C;
  }
  .threeCopy__column--last{
    padding-bottom:0;
    margin-bottom:0;
    border-bottom:0;
  }
  .blogSlider__inner{
        padding-bottom: 110px;
  }
  .pdp{
        padding-top: 20px!important;
    padding-bottom:0!important;
  }
  .pdp__flex{
        flex-direction: column;
    margin-top: 20px;
  }
  .pdp__left{
        width: 100%;
  }
  
  .pdp__left{
    margin:auto;
  }

  .pdp__right{
        width: 100%;
    max-width: none;
  }
  .pdp__description{
        font-size: 16px;
    line-height: 24px;
  }
  .pdp__inner{
        width: calc(100% - 40px);
  }
  .pdp__postFormFlex{
        flex-direction: column;
  }
  .pdp__findDealerWrapper{
        padding: 0;
    border: 0;
    margin: auto;
    margin-top: 10px;
  }
  .sbsSpecs{
      padding:60px 0!important;
  }
  .sbsSpecs__flex{
        flex-direction: column;
  }
  .sbsSpecs__left{
        width: 100%;
  }
  .sbsSpecs__title{
        margin-bottom: 10px;
  }
  .sbsSpecs__spec{
        flex-direction: column;
  }
  .sbsSpecs__specLeft{
        width: 100%;
  }
  .sbsSpecs__specRight{
    width: 100%;
  }
  .sbsSpecs__right{
        margin-top: 30px;
    width: 100%;
  }
  .sbsSpecs__example{
        width: 100%;
  }
  .featsBlade{
    padding:50px 0!important;
    
  }
  .featsBlade__inner{
        padding-bottom: 70px;
    position: relative;
  }
  .featsBlade__navigation{
        position: absolute;
  }
  .featsSlide__inner{
        flex-direction: column;
  }
  .featsSlide__left{
        width: 100%;
  }
  .featsSlide__right{
        margin-top: 20px;
  }
  .featsSlide__textWrapper{
        margin: 0;
    max-width: none;
  }
  .borderBanner--popupVideo{
    padding: 30px 0 !important;
  }
  .borderBanner--borderless .borderBanner__inner{
    border-radius: 0;
    height: 100vw;
  }
  .borderBanner--popupVideo .borderBanner__inner{
        height: calc(100vw - 40px);
    border-radius: 8px;
    overflow: hidden;
    padding: 0;
  }
  .specSheet{
        padding: 60px 0 !important;
    padding-bottom:30px!important
  }
  .specSheet__title{
        margin-bottom: 10px;
  }
  .specSheet__spec{
        flex-direction: column;
  }
  .specSheet__left{
        width: 100%;
  }
  .specSheet__right{
        width: 100%;
  }
  .twoUp{
    padding:40px 0!important;
  }
  .twoUp__inner{
        width: calc(100% - 60px);
    margin: auto;
  }
  .twoUp__imageSide{
        overflow: hidden;
    border-radius: 8px;
    height: auto;
  }
  .twoUp__imageWrapper{
    display: flex;
  }
  .twoUp__textWrapper{
    width:100%;
    padding-top:40px;
  }
  .twoUp__title{
    font-size:24px;
    line-height:28px;
  }
  .twoUp__text{
        font-size: 16px;
    line-height: 24px;
  }
  .buildFaq{
        padding: 40px 0 !important;
  }
  .buildFaq__accordionTitle{
        font-size: 20px;
    line-height: 24px;
    padding-right:10px;
  }
  .buildFaq__accordionText{
        font-size: 16px;
    line-height: 24px;
  }
  
  .borderBanner__prev{
        top: 50%;
    transform: translateY(-50%);
    left: 10px;
  }
  .borderBanner__next{
        top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .pdp__extendWrapper--rendered{
    height:120px;
  }
  .borderBanner--marquee.borderBanner--borderless .borderBanner__slideInner{
    height:100vw;
  }
  .colBanner__inner{
    height: 380px;
  }
  .colBanner__title{
        margin-bottom: 30px;
  }
  .newCart__flex{
    flex-direction: column;
  }
  .newCart__left{
        width: 100%;
  }
  .newCart__right{
        width: 100%;
  }
  .articleNew__banner{
        height: 300px;
  }
  .articleNew__inner{
        padding-top: 40px;
  }
  .articleNew__title{
        font-size: 35px;
    line-height: 40px;
  }
  .articleNew__imageSBS{
        flex-direction: column;
    position: initial;
    transform: none;
    width: 100%;
    max-width: none;
    max-height: none;
    height: auto;
  }
  .articleNew__imageSBS img{
        height: auto;
    width: 100%;
  }
  .articleNew__imageSBS img:first-of-type{
    margin-bottom:20px;
  }
  .articleAuthor{
        padding: 40px 0;
  }
  .articleAuthor__inner{
        flex-direction: column;
  }
  .articleAuthor__left{
        margin: auto;
  }
  .articleAuthor__right{
        width: 100%;
    margin-top: 30px;
  }
  .articleAuthor__imageWrapper{
        width: 100%;
    max-width: 250px;
  }
  .articleAuthor__image{
        height: auto;
  }
  .blogBody__grid{
        grid-template-columns: calc((100% - 15px) / 2) calc((100% - 15px) / 2);
  }
  .twoUpCTA__imageSide{
        margin-top: 30px;
  }
  .blogBanner{
    height: auto;
    background: black;
  }
  .blogBanner__bkg{
        position: relative;
    height: auto;
  }
  .blogBanner__inner{
        position: relative;
  }
  .blogBanner__textWrapper{
        margin: auto;
    padding: 40px 0;
  }
  .blogBanner__title{
        font-size: 35px;
    text-align: left;
    line-height: 35px;
  }
  .blogBanner__mobSlider{
        overflow: auto;
    position: relative;
    left: -30px;
    width: calc(100% + 60px);
  }
  .blogBanner__navRow{
        width: max-content;
    padding: 0 20px;
  }
  .blogBanner__navFilter{
    margin:0 10px;
  }
  .footerNew .threeCopy__column{
    margin-bottom: 0;
    border-bottom: 0;
  }
  .footerNew__lower{
        flex-direction: column;
    padding-top: 40px;
  }
  .footerNew__navWrapper{
        width: 100%;
    flex-direction: column;
  }
  .footerNew__columnWrapper{
        width: 100%;
    margin-bottom: 30px;
  }
  .footerNew__extra{
        max-width: none;
    width: 100%;
  }
  .footerNew__legal{
        flex-direction: column;
  }
  .footerNew__legalLeft{
        text-align: center;
  }
  .footerNew__legalRight{
        flex-direction: column;
    margin-top: 10px;
  }
  .footerNew__legalLink{
        margin: auto;
  }
  .footerNew__legalPipe{
    display:none!important;
  }
  .pdp__thumbsWrapper{
        width: 60px!important;
  }
  .pdp__thumbnailImageWrapper{
    height:60px;
    padding-top:0;
  }
  .pdp__galleryWrapper{
    width:calc(100% - 80px)!important;
  }
}
@media only screen and (max-width:700px){
  .blogBody__grid{
    grid-template-columns: 100%;
  }
}

/* mega menu list */
    .nav-menu {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
        z-index: 15;
    }

    /* a top level navigation item in the mega menu */
    .nav-item {
        list-style: none;
        display: inline-block;
        padding: 0;
        margin: 0;
    }

    /* first descendant link within a top level navigation item */
    .nav-item > a {
        display: inline-block;
        border: 1px solid transparent;
    }

    /* focus/open states of first descendant link within a top level 
       navigation item */
    .nav-item > a:focus,
    .nav-item > a.open {
        border-bottom: 2px solid #C9463B;
    }

    /* open state of first descendant link within a top level 
       navigation item */
    .nav-item > a.open {
        z-index: 1;
    }

    /* sub-navigation panel */
    .sub-nav {
        position: absolute;
        display: none;

        background-color: #fff;
    }

    /* sub-navigation panel open state */
    .sub-nav.open {
        display: block;
    }

    /* list of items within sub-navigation panel */
    .sub-nav ul {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 0 0;
        padding: 0;
    }

    /* list item within sub-navigation panel */
    .sub-nav li {
        display: block;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

.megaMenu__column li a{
  transition:all .2s;
  display:flex;
}

  .megaMenu__column li a:focus, .megaMenu__column li a:hover{
    transform:translateX(5px);
  }

.adBanner{
      background: #191919;
    height: 40px;
}
.adBanner__inner{
      justify-content: space-between;
    display: flex;
    height: 100%;
    width: calc(100% - 60px);
  max-width:1325px;
    margin: auto;
}
.adBanner__left{
      margin: auto 0;
}
.adBanner__ad{
      color: white;
    text-decoration: none;
    font-weight: 700;
      font-size: 14px;
}
.adBanner__right{
      display: flex;
    margin: auto 0;
}
.adBanner__retailer{
      color: white;
    text-decoration: none;
    display: flex;
    cursor: pointer;
}
.adBanner__linkWrapper{
  margin:auto;
}
.adBanner__linkIcon{
      width: 11px;
    margin: auto 0;
}
.adBanner__linkText{
      font-weight: bold;
    padding-left: 5px;
  font-size:14px;
  font-weight:700;
}
.adBanner__retailer .adBanner__linkIcon{
      margin-right: 3px;
}
.adBanner__retailer .adBanner__linkText{
  margin:auto 0;
  line-height:14px;
}
.adBanner__help{
      text-decoration: none;
    color: white;
    padding: 0!important;
    margin-right: 10px !important;
  cursor:pointer;
}
.headerNew{
  height: 80px;
    background: linear-gradient(0deg, #19191900, #191919c7);
}
.headerNew__inner{
      width: calc(100% - 60px);
    max-width: 1325px;
    margin: auto;
    display: flex;
    justify-content: center;
    height: 100%;
}
.headerNew__left{
      margin: auto 0;
    width: 172px;
}
.headerNew__logo{
      width: 172px;
}
.headerNew__center{
  margin: auto;
}
.headerNew__singleNavOuter{
      display: flex!important;
}
.headerNew__singleNavContainer, .headerNew__navLinkWrapper{
      margin: 0 15px!important;
    height: 49px;
    line-height:49px;
}
.headerNew__help, .headerNew__navLink{
      height: 100%;
    color: white;
    font-weight: 900;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}
.headerNew__right{
      width: 172px;
    display: flex;
    justify-content: flex-end;
    margin: auto 0;
}
.headerNew__searchButton{
      margin: auto 0;
    width: 20px;
    margin-right: 18px;
}
.headerNew__searchIcon{
      width: 20px;
}
.headerNew__accountButton{
      margin: auto 0;
    width: 20px;
    margin-right: 10px;
}
.headerNew__accountIcon{
      width: 20px;
}
.newHeader__cartButton{
      margin: auto 0;
    top: -1px;
}
.newHeader__cartIcon{
      width: 22px;
}
.megaMenu{
      top: 100%;
    width: 100vw;
    left: 0;
    padding: 40px 0;
}
.megaMenu__inner{
      max-width: 1240px;
    width: calc(100% - 60px);
    margin: auto;
}
.megaMenu__columnWrapper{
      display: flex;
    justify-content: space-between;
    position: relative;
}
.megaMenu__column{
  width: calc((100% - 60px) / 3);
    max-width: 300px;
}
.megaMenu__columnWrapper:before{
      content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background: #8C8C8C;
    left: calc(100% / 3);
}
.megaMenu__columnWrapper:after{
      content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background: #8C8C8C;
    left: calc((100% / 3)* 2);
}
.megaMenu__header{
      font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px!important;
      line-height: 25px;
}
.megaMenu__prodExtendedInner{
      display: flex;
    justify-content: space-between;
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.megaMenu__prodExtendedImage{
      width: 82px;
    height: 82px;
    object-fit: contain;
  border-radius:8px;
}
.megaMenu__prodExtendedRight{
  width: calc(100% - 100px);
    margin: auto 0;
}
.megaMenu__prodExtendedTitle{
      font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}
.megaMenu__prodExtendedText{
      font-size: 12px;
    line-height: 18px;
}
.megaMenu__prodExtended{
  margin-bottom:10px;
}
.megaMenu__textLink{
  height:30px;
}
.megaMenu__textLinkInner{
  text-decoration:none;
  color:black;
}
.megaMenu__featuredLinkInner{
      flex-direction: column;
    max-width: 230px;
    text-decoration: none;
    color: black;
}
.megaMenu__featuredUpper{
      width: 100%;
    position: relative;
    height: 0;
    padding-top: 95%;
}
.megaMenu__featuredImage{
      width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
}
.megaMenu__featuredLower{
      display: flex;
    margin-top: 10px;
}
.megaMenu__featuredTitle{
      font-size: 20px;
    font-weight: 900;
  line-height:25px;
    margin-right: 10px;
}
.megaMenu__featuredArrow{
      margin: auto 0;
    width: 11px;
}
.body--scrolled .headerNew, body.noScroll .headerNew, .body--searchOpen .headerNew, .body--solidPage .headerNew{
  background:#191919;
}
.headerNew__inner--mobile{
  display:none;
}

@media only screen and (max-width:1050px){
  .headerNew{
        height: 60px;
  }
  .headerNew__inner--mobile{
    display:flex;
  }
  .headerNew__inner--desktop{
    display:none;
  }
  .adBanner__left{
      width: 100%;
    text-align: center;
        
  }
  .adBanner__right{
        display: none;
  }
  .headerNew__mobLeft{
    margin:auto 0;
    width: 33px;
  }
  .headerNew__hamburger{
        border: 0;
    background: 0;
    padding: 0;
        width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .headerNew__hamburgerOpenImage{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .headerNew__hamburgerCloseImage{
        width: 100%;
    height: 100%;
    object-fit: contain;
    display: none;
  }
  .headerNew__mobCenter{
        margin: auto;
  }
  .headerNew__logo{
        width: 120px;
  }
  .headerNew__mobRight{
        margin: auto 0;
  }
  /* Temporarily removed to fix 125% zoom */
  /* #minicart{
    max-width:none;
            margin-top: 0px;
        height: 100%;
        max-height: none;
  } */
  .mobNav{
        background: white;
    position: absolute;
    top: 100%;
    width: 100%;
    height: calc(100vh - 100px);
    z-index:1000001;
  }
  .mobNav__overflow{
        overflow: auto;
    height: 100%;
    width: 100%;
  }
  .mobNav__subMenuWindow{
        position: absolute;
    left: 100%;
    transition:all .2s;
  }
  .headerNew__hamburger--open .headerNew__hamburgerOpenImage{
    display:none;
  }
  .headerNew__hamburger--open .headerNew__hamburgerCloseImage{
    display:block;
  }
  .mobNav__menuItemOuterContainer--open .mobNav__subMenuWindow{
    left:0;
  }
  .ik-site-sticky-header{
    z-index:1000000 !important;
    position:fixed!important;
  }
  .mobNav__subMenuWindow{
        background: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(100vh - 100px);
  }
  .mobNav__subMenuOverflow{
    overflow: auto;
    height: 100%;
  }
  .mobNav__searchWrapper{
        position: relative;
    height: 70px;
    width: calc(100% - 60px);
    margin: auto;
  }
  .mobNav__searchIcon{
        filter: invert(1);
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .mobNav__searchWrapper form{
        height: 100%;
  }
  .mobNav__searchWrapper .newSearchPopup__textInput{
        width: 100%;
    border: 0;
    border-bottom: 1px solid black;
    height: 100%;
    border-radius:0;
    padding-left: 30px;
  }
  .mobNav__searchWrapper .newSearchPopup__submit{
        opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    top: 0;
    left: 0;
  }
  .mobNav__menuItemOuterContainer{
        border-bottom: 1px solid #8c8c8c;
  }
  .mobNav__menuItemHeader{
        height: 75px;
    width: 100%;
    padding: 0 30px;
    background: none;
    border: 0;
        display: flex;
    text-decoration: none;
    color: black;
  }
  .mobNav__menuItemHeaderInner{
        display: flex;
    justify-content: space-between;
    width: 100%;
    margin:auto 0;
  }
  .mobNav__menuItemHeaderText{
        font-size: 16px;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    margin: auto 0;
  }
  .mobNav__menuItemHeaderArrow{
        width: 11px;
    margin: auto 0;
  }
  .mobNav__menuItemOuterContainer--lower{
    border:0;
  }
  .mobNav__menuItemOuterContainer--lower .mobNav__menuItemHeader{
        height: 50px;
  }
  .mobNav__menuItemOuterContainer--lower .mobNav__menuItemHeaderInner{
        justify-content: flex-start;
  }
  .mobNav__menuItemOuterContainer--lower .mobNav__menuItemHeaderIcon{
        filter: invert(1);
    width: 14px;
    margin: auto 0;
    margin-right: 10px;
  }
  .mobNav__lowerLinkWrapper{
    height: 50px;
    display: flex;
    padding: 0 30px;
  }
  .mobNav__lowerLink{
        display: flex;
    text-decoration: none;
    color: black;
    margin: auto 0;
    width: 100%;
  }
  .mobNav__linkIcon{
        width: 11px;
    margin: auto 0;
    margin-right: 10px;
    filter: invert(1);
  }
  .mobNav__linkText{
        font-size: 16px;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    margin: auto 0;
  }
  .mobNav__inner{
    padding-bottom: 40px;
  }
  .mobNav__lower{
        margin-top: 10px;
        padding-bottom: 70px;
  }
  .mobNav__subMenuBackRow{
        border-bottom: 1px solid #8C8C8C;
    height: 70px;
  }
  .mobNav__subMenuBackButton{
        width: 100%;
    height: 100%;
    border: 0;
    background: 0;
    padding: 0 30px;
    display: flex;
  }
  .mobNav__subMenuBackButtonInner{
    margin: auto 0;
    width: 100%;
    display: flex;
  }
  .mobNav__subMenuBackArrow{
        width: 11px;
    transform: rotate(180deg);
    margin-right: 20px;
  }
  .mobNav__subMenuBackTitle{
        font-size: 16px;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    margin: auto 0;
  }
  .megaMenu__column{
    padding: 30px 30px;
    list-style: none;
    width: 100%;
    max-width: none;
    border-bottom: 1px solid #8C8C8C;
    margin:0;
  }
  .mobNav__subMenuWindow{
    z-index:1;
  }
  .borderBanner__image--desktop{
    display:none;
  }
  .borderBanner__image--mobile{
    display:block;
  }
}
button span{
      font-family: "Montserrat", sans-serif;
}

.articleCard__description{
      overflow: hidden;
    max-height: 0;
    opacity: 0;
  transition:all .2s;
}
.articleCard__readMore{
      display: flex;
    margin-top: 10px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
  transition:all .2s;
}
.articleCard__readMoreTitle{
      font-weight: bold;
}
.articleCard__readMoreArrow{
      width: 11px;
    margin: auto 0;
    margin-left: 10px;
}
.articleCard__imageWrapper{
  transition:all .2s;
}

.blogSlider .articleCard__link:hover .articleCard__description{
  max-height: max-content;
    opacity: 1;
}
.blogSlider .articleCard__link:hover .articleCard__lower{
  padding-top:60px;
}
.blogSlider .articleCard__link:hover .articleCard__readingTime{
  top:10px;
  border:1px solid black;
}

.blogBody__grid .articleCard__inner:hover .articleCard__description{
  max-height: max-content;
    opacity: 1;
}
.blogSlider .articleCard__link:hover .articleCard__readMore{
  max-height: max-content;
    opacity: 1;
}
.blogSlider .articleCard__link:hover .articleCard__imageWrapper{
  padding-top:0%;
}

.boost-sd__filter-product-list .boost-sd__product-title, .boost-sd__filter-product-list .boost-sd__product-price-content{
  font-family: "Montserrat", sans-serif;
}
.footerNew__signupSuccess{
      font-weight: bold;
    margin: 20px 0;
    padding: 10px 20px;
    border: 1px solid black;
    text-align: center;
}
.ruk_rating_snippet i{
      color: #9D1F14;
}
.ik-site-sticky-header{
  position:fixed!important;
}
main#MainContent{
  margin-top:0px!important;
}
main#MainContent.marginAdd{
  margin-top:100px!important;
}
.ik-site-sticky-header:focus-within .headerNew{
  background:#191919;
}
.megaMenu__overlay{
      position: absolute;
    display: block!important;
    width: 100%;
    height: calc(100vh - 120px);
    background: black;
    opacity: .5;
    top: 0;
    z-index: -1;
}
.cart-count-bubble{
      background: #9d1f14;
}
.newSearchPopup{
      position: absolute;
    top: 100%;
    width: 100%;
  background:white;
      padding: 30px 0;
}
.newSearchPopup__inner{
      width: calc(100% - 60px);
    margin: auto;
    max-width: 1330px;
}
.newSearchPopup__formWrapper{
      background-position: center left;
    border-bottom: 1px solid black;
    padding-bottom: 20px;
}
.newSearchPopup__formWrapper form{
  background-image: url(https://cdn.shopify.com/s/files/1/2254/0887/files/search_2.png?v=1727119434);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center left;
    display: flex;
}
.newSearchPopup__textInput{
      background: none;
    border: 0;
    padding: 0;
    margin: 0;
    padding-left: 32px;
    font-size: 16px;
    text-rendering: geometricPrecision;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    height: 30px;
    width: calc(100% - 30px);
}
.newSearchPopup__submit{
      width: 30px;
    height: 30px;
    border: 0;
    color: transparent;
    background: 0;
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://cdn.shopify.com/s/files/1/2254/0887/files/sideArrowSignup.png?v=1724715130);
    background-size: 10px;
  cursor:pointer;
}

.slideshowArrow{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 2px solid black;
    background:black;
  display:flex;
}
.slideshowArrow img{
    width: 9px;
    margin: auto;
    box-sizing: content-box;
    filter:invert(1);
}

.slideshowArrow--prev img{
  padding-left: 0px;
    padding-bottom: 0px;
    transform: rotate(180deg);
}
.slideshowArrow--next img{
      padding-left: 2px;
    padding-bottom: 2px;
}
.slideshowArrow.swiper-button-disabled{
  background:transparent;
  opacity:1;
}
.slideshowArrow.swiper-button-disabled img{
  filter:invert(0);
  opacity:1;
}

.boost-sd__product-image{
      overflow: hidden;
    border-radius: 8px;
}
#boost-sd_filter-tree-mobile .boost-sd__filter-tree-vertical-sticky-overlay{
      z-index: 1000000;
}
.pdp__deliveryWrapper:empty{
  display:none;
}

.pdpMobileStickyBuy{
  display:none;
}


@media only screen and (max-width:1000px){
  .pdpMobileStickyBuy{
    display:block;
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    background:white;
    z-index:1000000;
        padding: 20px 0;
    border-top: 1px solid black;
  }
  .pdpMobileStickyBuy__inner{
    width: calc(100% - 30px);
    margin: auto;
  }
  .pdpMobileStickyBuy__button{
        border-radius: 30px;
    height: 50px;
    width: 100%;
    background: #000;
    color: #fff;
    display: flex;
    border: 0;
    padding: 0;
    border: 2px solid black;
    transition: all .2s;
  }
  .pdpMobileStickyBuy__button span{
        margin: auto;
    font-size: 16px;
    font-weight: 700;
  }
}

@media only screen and (max-width:600px){
  .adBanner__ad{
    font-size:11px;
    line-height:11px;
  }
}

.shopify-policy__container{
      width: 100%;
    max-width: none;
    padding: 0;
}
.shopify-policy__title{
      width: 100%;
    height: 400px;
    display: flex;
    background-image: url(https://cdn.shopify.com/s/files/1/2254/0887/files/Warranty_Marquee_a2f99428-054c-4d7e-b8f2-c1567b8a16e6.jpg?v=1727912735);
    background-size: cover;
  position:relative;
}
.shopify-policy__title:after{
  content:'';
  position:absolute;
  background:black;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity: .3;
}
.shopify-policy__title h1{
      margin: auto;
    font-size: 50px;
    font-weight: 900;
    color: #fff;
    line-height: 50px;
    margin-bottom: 25px;
    font-family: Montserrat, sans-serif;
    width: calc(100% - 60px);
    max-width: 1330px;
  position:relative;
    text-align: left;
  z-index:1;
}

.shopify-policy__body{
      margin: auto;
    max-width: 800px;
    margin-top: 60px;
}
.shopify-policy__body a{
  color:#9D1F14;
}

.cardDisplay__inner{
      width: calc(100% - 60px);
    max-width: 1330px;
    margin: auto;
}
.cardDisplay__title{
      font-size: 50px;
    font-weight: 900;
    line-height: 50px;
    font-family: Montserrat, sans-serif;
    margin: 0;
    margin-bottom: 10px;
}
.cardDisplay__text{
      margin-bottom: 30px;
}
.cardDisplay__flex{
  display: grid;
    grid-template-columns: calc((100% -(30px* 1)) / 2) calc((100% -(30px* 1)) / 2);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.cardDisplay--two .cardDisplay__flex{
  grid-template-columns: calc((100% - (30px* 1)) / 2) calc((100% - (30px* 1)) / 2);
}
.cardDisplay--three .cardDisplay__flex{
  grid-template-columns: calc((100% - (30px* 2)) / 3) calc((100% - (30px* 2)) / 3) calc((100% - (30px* 2)) / 3);
}
.cardDisplay--four .cardDisplay__flex{
  grid-template-columns: calc((100% - (30px* 3)) / 4) calc((100% - (30px* 3)) / 4) calc((100% - (30px* 3)) / 4) calc((100% - (30px* 3)) / 4);
}
.cardDisplay--five .cardDisplay__flex{
  grid-template-columns: calc((100% - (20px* 4)) / 5) calc((100% - (20px* 4)) / 5) calc((100% - (20px* 4)) / 5) calc((100% - (20px* 4)) / 5) calc((100% - (20px* 4)) / 5);
  grid-column-gap: 20px;
}
.displayCard{
      width: 100%;
}
.displayCard__imageWrapper{
      width: 100%;
    height: 0;
    position: relative;
    padding-top: 100%;
}
.displayCard__image{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.displayCard__textWrapper{
      margin-top: 20px;
}
.displayCard__title{
      font-size: 30px;
    font-weight: 900;
    line-height: 35px;
    font-family: Montserrat, sans-serif;
}
.displayCard__text{
      margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
}
.displayCard__link{
      display: flex;
    color: black;
    font-weight: 600;
    text-decoration: none;
    margin-top: 10px;
}
.displayCard__link img{
      width: 10px;
    margin: auto 0;
    margin-left: 10px;
}
.cardDisplay--four .displayCard__title, .cardDisplay--five .displayCard__title{
  font-size:20px;
  line-height:25px;
}
@media only screen and (max-width:1000px){
  .cardDisplay__flex{
        grid-template-columns: 100%!important;
  }
  .displayCard__title{
    font-size:20px;
  line-height:25px;
  }
  .cardDisplay__title{
    font-size:30px;
    line-height:35px;
  }
}
.threeCopy__text a{
  color:black;
}
.fullText__body h6 a{
      display: block;
    background: black;
    width: max-content;
    color: white;
    text-decoration: none;
    font-weight: 700;
    padding: 8px 32px;
  border:2px solid black;
  transition:all .2s;
}

  .fullText__body h6 a:hover{
    color:black;
    background:white;
  }

.newCard__discountCode{
  margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #8C8C8C;
}
.newCard__discountCodeInput{
      border: 0;
    font-size: 18px;
    line-height: 18px;
    height: 18px;
}
h1.collection-hero__title{
  font-weight: 900;
}
.boost-sd__product-price{
      margin-top: 6px!important;
}
.boost-sd__filter-product-list .boost-sd__product-price-content{
      font-family: noto-sans, sans-serif;
}
.boost-sd-layout .boost-sd-right{
      padding-left: 20px;
}
.boost-sd__product-item{
  padding: 4px;
}
.boost-sd__button.boost-sd__button--clear{
  color:red;
}
.boost-sd__filter-tree-vertical .boost-sd__filter-option-item-button--with-checkbox:before{
      border-radius: 4px;
    width: 20px;
    height: 20px;
    top: -1px;
    left: -3px;
}
.boost-sd__filter-option-item-label{
      padding-left: 3px;
}
.boost-sd__refine-by-vertical-refine-by{
  border-bottom-color:black!important;
}
.boost-sd__refine-by-vertical-refine-by-heading{
  font-family:"Montserrat", sans-serif!important;
  font-weight:700!important;
}
@media only screen and (min-width: 992px) {
  .boost-sd-layout--has-filter-vertical.boost-sd-layout--has-vertical-style-default{
        margin-top: 70px!important;
  }
}
@media only screen and (min-width:1600px){
  .blogSlider--collections .articleCard__imageWrapper{
    padding-top:328px;
  }
}
.borderBanner--autoplayVideo{
  overflow:hidden;
}
@media only screen and (max-width:1000px){
  .prodCarousel .prodCarousel__sliderContainer{
    padding-bottom:30px;
    width:calc(100% - 60px);
    margin:auto;
  }
  .prodCarousel .prodCarousel__prodCardLower{
    height:auto;
  }
  .featsSlide__right{
    max-width:380px;
    width:auto;
  }
  .borderBanner--autoplayVideo .borderBanner__inner{
        height: auto;
  }
  .borderBanner--autoplayVideo .borderBanner__iframeWrapper{
        position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
  .oneColumnAccord__accordionButton{
        height: auto;
    padding: 20px 0;
  }
}
.borderBanner--borderless .slideshowArrow{
  filter:invert(1);
}
.pdp__lockWrapper{
      display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #8C8C8C;
    gap: 20px;
}
.pdp__lockTitle{
      min-width: max-content;
    margin: auto 0;
}
.pdpLockInput{
      width: 100%;
    height: 40px;
    padding: 0 10px;
    font-family: 'Montserrat';
}

.prodCarousel__prodCardImageWrapper, .articleCard__imageWrapper{
  overflow:hidden;
  border-radius:8px;
}
.prodCarousel__prodCardImage, .articleCard__image{
  transition: all .2s;
}

  .prodCarousel__prodCardImage:hover, .articleCard__image:hover{
    transform:scale(1.1);
  }

.megaMenu__header a{
  color:black;
  text-decoration:none;
}

.pdp__notifyMeWrapper input{
  display:none;
}
.pdp__notifyMeWrapper .klaviyo-bis-trigger{
      border-radius: 30px;
    height: 50px;
    width: 100%!important;
    background: black;
    color: white;
    display: flex!important;
    border: 0;
    padding: 0;
    border: 2px solid black;
    transition: all .2s;
    font-weight: 800;
    background: white;
    color: black;
  margin-top:20px!important;
}
.pdp__notifyMeWrapper .klaviyo-bis-trigger:after{
  display:none;
}

.pdp__overflowContainer{
      display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction:row-reverse;
  gap:20px;
}
.pdp__galleryWrapper{
      width: calc(100% - 120px);
  overflow:hidden;
}
.pdp__thumbsWrapper{
  width:100px;
      position: relative;
}
.pdp__thumbs{
  position: absolute;
}
.pdp__thumbnail{
      box-sizing: border-box;
  height:100px!important;
}
.pdp__galleryWrapper{
  margin-bottom:0;
}

.borderBanner--tallImage .borderBanner__inner{
  height:auto!important;
}
@media only screen and (max-width:1000px){
  .pdp__thumbnail{
    height:60px!important;
  }
  .featsBlade .featsBlade__navigation{
      top: 10px;
      right: 0;
  }
  .pdp__breadCrumbs{
    font-size:10px;
  }
  .sbsSpecs__exampleImage{
        margin: auto;
    display: block;
  }
  .featsBlade__title{
        width: calc(100% - 120px);
  }
  .newItem__bottomRow{
    flex-direction: column;
  }
  .newItem__price{
        margin-right: auto;
    margin-top:10px;
  }
  .newCart__summaryTitle{
    margin-top:30px;
  }
  #minicart{
    position:fixed;
    top:0;
    left:0;
  }
  .pdp__breadCrumbs{
    padding-top:0;
  }
  .pdp__thumbnail{
    overflow:hidden;
  }

  .sbsSpecs__spec, .specSheet__spec{
    font-size:16px;
  }
}

.borderBanner__vidTitle{
      max-width: calc(100vw - 80px);
    width: max-content;
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    top: -130px;
    font-size: 40px;
    font-weight: 900;
    color: white;
    line-height: 50px;
    font-family: "Montserrat", sans-serif;
}

.boost-sd__refine-by-vertical-refine-by-list{
      display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.boost-sd__refine-by-vertical-refine-by-list .boost-sd__refine-by-vertical-refine-by-item{
    width: max-content;
    border: 1px solid black;
    padding: 7px 11px;
    border-radius: 5px;
    margin: 0;
}
.boost-sd__refine-by-vertical-refine-by-list .boost-sd__refine-by-vertical-refine-by-item .boost-sd__refine-by-vertical-refine-by-option{
    display: none;
}
.boost-sd__refine-by-vertical-refine-by-list .boost-sd__refine-by-vertical-refine-by-item .boost-sd__refine-by-vertical-refine-by-value{
    font-size: 12px;
}
.boost-sd__button--clear{
  display:none!important;
}
.boost-sd__filter-option{
  border-bottom:1px solid black!important;
}
.boost-sd__filter-option-item-button--as-button{
  font-size:14px!important;
}
.boost-sd__product-count{
  font-weight:bold!important;
}
.boost-sd__toolbar-item--sorting {
  font-weight:bold!important;
}
.borderHero__imageWrapper .borderBanner__iframeWrapper{
      width: 100%;
    height: 0;
    padding-top: 57%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.borderHero__imageWrapper .borderBanner__iframe{
      width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.threeCopy--largeImages .threeCopy__image{
  width: 64px;
    height: 64px;
    display: block;
    margin: auto;
    margin-bottom: 25px;
}

.threeUp--rounded .threeUp__image{
  border-radius:8px;
}

.boost-sd__product-label--circle{
  width: auto!important;
    height: auto!important;
    padding: 5px 15px!important;
    font-weight: 800!important;
    line-height: 10px!important;
    padding-top: 6px!important;
    border-radius: 15px!important;
    text-transform: uppercase!important;
    font-family: "Montserrat", sans-serif!important;
}
.boost-sd__product-label--circle .boost-sd__product-label-text{
  border-radius:0px!important;
}

.borderBanner--borderless .borderBanner__inner{
  border-radius:0;
}

.shopify-policy__body h1, .shopify-policy__body h2, .shopify-policy__body h3, .shopify-policy__body h4, .shopify-policy__body h5{
    font-family: Montserrat, sans-serif;
    font-weight: 800!important;
}
.minicart__viewCartWrapper{
  padding-bottom:30px;
}

.pdp__priceRow{
      display: flex;
}
.pdp__oldPrice{
      font-size: 32px;
    line-height: 44px;
    font-family: "Montserrat", sans-serif;
    margin-left: 10px;
    text-decoration: line-through;
    opacity: .4;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.boost-sd__filter-option-title{
  font-weight: 800!important;
}
.boost-sd__sorting-label, .boost-sd__sorting-button{
      font-family: 'Montserrat'!important;
    font-weight: 600!important;
}
.boost-sd__toolbar-item--product-count .boost-sd__product-count{
  font-family: 'Montserrat'!important;
    font-weight: 600!important;
}
.geo-modal{
      position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}
.geo-modal__bg{
      width: 100%;
    height: 100%;
    display: block!important;
    background: black;
    opacity: .8;
}
.geo-modal__wrap{
      border-radius: 10px;
    background: white;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 60px);
    max-width: 500px;
}
.geo-modal h2{
      margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}
.geo-modal p{
      font-size: 14px;
}
.geo-modal .actions{
      display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.geo-modal .btn{
      display: block;
    width: calc(50% - 15px);
    text-align: center;
    border: 2px solid black;
    border-radius: 40px;
    height: 45px;
    line-height: 41px;
    text-decoration: none;
    color: black;
    font-weight: bold;
  background:white;
  transition:all .2s;
}
.geo-modal .btn:hover{
  background:black;
  color:white;
}

.pdp__extendWrapper{
  display:none!important;
}

.customer button{
  background:black;
}
.pdp__addButton[disabled]{
  opacity:.5;
}
.twoUpCTA__image{
  border-radius:8px;
  overflow:hidden;
  object-fit:cover;
}
.boost-sd__product-info{
  flex-direction:column;
}
/* Added .sr-only class to prevent breaking changes to the existing .visually-hidden class */
.sr-only{
  	position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
    display: block !important;
}
