/** Shopify CDN: Minification failed

Line 215:29 Unexpected "{"
Line 2083:10 Expected identifier but found whitespace
Line 2083:11 Unexpected "1.4em"

**/
img{
  height: auto;
  max-width: 100%;
}



.section{
  padding-top: 40px;
  padding-bottom: 40px;
}
.section--md{
  padding-top: 50px;
  padding-bottom: 50px;
}
.section--lg{
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Team Journal Blog */
.custom-image-header-for-blog{
  background-image:none;
  position:relative;
  padding:0;
}
.custom-image-header-for-blog img{
  height: 400px;
  object-fit: cover;
}

.custom-image-header-for-blog .section-header{
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  left: 50%;
}

/* TOP BANNER / CURRENCY CONVERTER STYLES */
#announcement-bar{
  position: absolute;
  top: 0;
  height: 0;
  width: 0;
  z-index: -99999999;
}

/* HEADER STYLES */
.js-drawer-open.js-drawer-open-NavDrawer .pf-slider-nav{
  display: none !important;
}
#icon-burger-sandwich{
  width: 25px;
}
.burger-sandwich-right{
  display: none;
}
ul.mobile-nav__sublist li.mobile-nav__item{
  display: flex;
  flex-wrap: wrap;
  align-items: center;

  position: relative;
  padding-left: 35px;
}
ul.mobile-nav__sublist .burger-sandwich-left{
  position: absolute;
  left: 0;
}
ul.mobile-nav__sublist a.mobile-nav__link{
  margin-left: 0;
  padding: 0;
}
.mobile-nav__account-link{
  display: flex;
  align-items: center;
  font-size: 16px;
}
.mobile-nav__acount-image{
  height: 20px;
  width: 20px;
  margin-right: 10px;
}

@media only screen and (max-width: 840px){
  #NavDrawer.drawer{
    background: #231f20 !important;
  }
  ul.mobile-nav{
    max-width: 350px;
    margin: 0 auto;
  }
  ul.mobile-nav li.mobile-nav__item{
    margin-left: 0;
  }
  .mobile-nav__item{
    text-align: initial;
  }
  ul.mobile-nav__sublist .burger-sandwich-right{
    display: none;
  }
}

@media only screen and (max-width: 500px){
  .fixed-overlay--content{
    margin-top: 15px;
  }
  .drawer__header{
    min-height: 30px;
    height: 30px;
  }
  li.mobile-nav__item{
    padding: 0 0 20px 0;
  }
}


/* FOOTER */
.strava-ico{
  display: flex;
  align-items: center;
}
.strava-ico .hover-icon,
.strava-ico:hover .icon{
  display: none;
}
.strava-ico:hover .stra-ico__text{
  margin-left: 0;
}
.strava-ico .icon,
.strava-ico:hover .hover-icon{
  display: block;
}
.hover-icon{
  margin-left: -4px;
  height: 24px;
}
.stra-ico__text{
  margin-left: 2px;
}

/* DYNAMIC SECTIONS */
.dynamic-hero__heading{
  letter-spacing: -1px;
}
.dynamic-hero__heading *,
.dynamic-text-content__text,
.dynamic-text-content__text *{
  font-family: "IBMPlexSans-Regular", sans-serif;
  line-height: 1.3;
}
.dynamic-hero__heading,
.dynamic-hero__heading > p{
  font-family: "Roobert-Heavy", sans-serif;
  line-height: 1.1;
}
.dynamic-hero__heading.h1{
  /* they want this in the slider to be jsut like the h1's, but don't want to remove the class as it will affect other sections */
  font-family: "Roobert-Bold",sans-serif;
  font-size: 2em;

}
.dynamic-hero__heading--md{
  font-size: 2.4em;
}
.dynamic-hero__heading--lg{
  font-size: 2.8em;
}
.dynamic-hero__heading--xl{
  font-size: 4.5em;
}
.dynamic-hero__heading--xxl{
  font-size: 4.8em;
}
.dynamic-hero__heading--xxxl{
  font-size: 5em;
}
.dynamic-logos__item{
  padding: 0 10px;
  width: 20%;
}
.dynamic-richtext a{
  color: inherit;
  text-decoration: underline;
}
.dynamic-icons-with-texts__icon a{
  color: #000;
  text-decoration: underline;
}

@media screen and (max-width: 769px) {
  .dynamic-hero__heading,
  .dynamic-hero__heading *{
    font-size: 22px;
  }
  .dynamic-hero__heading--md,
  .dynamic-hero__heading--md *{
    font-size: 1.4em;
  }
  .dynamic-hero__heading--lg,
  .dynamic-hero__heading--lg *{
    font-size: 1.6em;
  }
  .dynamic-image-and-text .dynamic-hero__heading--lg{
    font-size: 2.3em;
  }
  .dynamic-hero__heading--xl,{
    font-size: 4.6em;
    line-height: .9;
  }
  .dynamic-hero__heading--xxl{
    font-size: 3em;
  }
  .dynamic-hero__heading--xxxl,
  .dynamic-hero__heading--xxxl *{
    font-size: 1.851em;
    line-height: 92% !important;
  }
  .dynamic-logos__item{
    width: 50%;
  }
  .richtext--lg{
    font-size: 18px;
  }
}

/* dynamic - faq */
.accordion__content--html__select--list{
  display: none;
  max-height: 210px;
  overflow: scroll;
}
.accordion__content--html__select--main,
.html__select--list__item{
  padding: 8px 10px;
  background-color: #ECECEC;
  cursor: pointer;
}
.html__select--list__item:nth-child(odd){
  background-color: white;
}

.accordion__content--html__select--main .fa-chevron-down,
.accordion__content--html__select--main.active .fa-chevron-up{
  display: block;
}
.accordion__content--html__select--main.active .fa-chevron-down,
.accordion__content--html__select--main .fa-chevron-up{
  display: none;
}


/* HOMEPAGE HERO - VIDEO */
.hero-video{
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
}

.video-volume-controls{
  position: absolute;
  bottom: 1em;
  right: 1em;
  z-index: 1;
  
  .video-volume-control{
    color: white;

    .fa{
      font-size: 3em;
      transform: rotate(180deg);
    }
  }
}

/* COLLECTION PAGE */
.template-list-collections .section-header{
  margin-top: 1em;
  margin-bottom: 2.3em;
}
.template-list-collections header.section-header{
  margin-top: 0;
  margin-bottom: 3em;
}
.section-header .section-header__title{
  font-family: "Roobert-Heavy", sans-serif;
  font-size: 2.5em;
}
.section-header > div > *:last-child{
  margin: 0 auto;
}
.text-wrapper--center-cell{
  padding: 0 1.3em !important;
}
.template-list-collections .box-ratio.image-crossfade{
  padding-bottom: 95% !important;
}
.collection-filters-wrapper{
  box-shadow: none;
}
.grid--products{
  margin-right: auto;
  margin-left: auto;
  max-width: 1500px;
}
.box-ratio{
  position: relative;
}
.image_caption--right .block{
  display: none !important;
}
.grid--products .grid__image{
  margin-bottom: 1em;
}
.product-special-text {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 1.6em;
  padding: 5px 15px;
  background: #363636;
  color: #fff;
}
.image-crossfade span{
  padding: 0 1.5em;
}
.product_image_caption{
  display: flex !important;
  justify-content: space-between;
  padding-top: 0 !important;
  flex-direction: column;
  align-items: flex-start;
}
.image_caption--left{
  padding-right: 10px;
  text-align: left;
}
.image_caption--right .btn{
  padding: 0.7em 2em;
  background-color: #000;
  color: #ffffff;
  border: 1px solid #000;
  border-radius: 0;
}
.collection-divider{
  display: block;
  width: 100%;
  margin: 1em auto;
  border-top: 2px solid #EBEDEF;
}
.collection-pages {
  /* approximates the height of the sticky header */
  padding-top: 70px;
}
@media only screen and (max-width: 1300px){
  .product_image_caption{
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 500px){
  .grid__item{
    padding-left: 0px;
    margin: initial auto;
  }
  .grid--products .grid__image{
    max-width: 95%;
    margin: 0 auto 1.5em auto;
  }
  .text-wrapper--center-cell{
    padding: 0 2em !important;
  }
}


/* BLOG AND ARTICLE STYLES */
.dynamic-logos-item__image{
  max-width: 160px;
  height: 160px;
}

@media only screen and (max-width: 800px){
  .change-logs .main-content{
    margin-top: 3em !important;
  }
}
@media only screen and (max-width: 500px){
  .change-logs .grid__item h1{
    padding: 0 15px;
  }
  .change-logs article{
    padding: 0 20px;
  }
}


/* CART PAGE */

.content-wrapper--cart{
  padding: 0 5em;
  max-width: 100%;
  margin: 0 auto;
  padding-top:40px;
}



.content-wrapper--cart .quantity-selector__input{
  margin-right: 5px;
  margin-left: 5px;
}

.content-wrapper--cart .cart .cart__header-labels{
  padding-bottom: 20px;
  border-bottom: 1px solid #26252b;
  font-size: 16px;
}

.content-wrapper--cart .cart .cart__remove .text-link{
  font-size: 15px;
}

.content-wrapper--cart .cart .cart__remove{
  margin-top: 20px;
}

.content-wrapper--cart .cart .cart__row{
  border-top: 0;
}

.content-wrapper--cart .cart .cart__row:last-child{
  border-top: 1px solid #26252b;
  border-bottom: 1px solid #26252b;
  margin-bottom: 30px;
}

.content-wrapper--cart .checkout-submit{
  padding-left: 50px;
  padding-right: 50px;
  height: 34px!important;
  padding-top: 0;
  padding-bottom: 0;
}

.quantity-selector--line-item .quantity-selector__input{
  width: 40px;
}

@media only screen and (min-width: 1440px){
  .content-wrapper--cart{
    padding: 0 2.5em;
    max-width: 86.94%;
    margin: 0 auto;
    padding-top:40px;
  }
  .quantity-selector--line-item .quantity-selector__input{
    width: 60px;
  }
}

@media only screen and (max-width: 840px){
  .content-wrapper--cart .section-header{
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-bottom: 15px;
    margin-top:0px;
  }

  .content-wrapper--cart .cart .cart__remove{
    margin-top: 0;
  }

  .content-wrapper--cart .cart .quantity-selector{
    width: auto;
  }

  .content-wrapper--cart .cart__row .grid .grid__item:first-child{
    padding-left: 0;
  }

  .quantity-selector--line-item .quantity-selector__input{
    width: 60px;
  }

}

@media only screen and (max-width: 680px){

  .content-wrapper--cart{
    padding: 0 2em;
    
  }

  .content-wrapper--cart .cart .cart__row:last-child{
    border-top: 0;
    border-bottom: 0;
  }

  .content-wrapper--cart .grid__item.two-thirds{
    padding-left: 10px;
  }

  .content-wrapper--cart .checkout-submit{
    height: 40px !important;
  }
}

.cart__row__image{
  display: flex;
  align-items: center;
  min-height: 240px;
}

.quantity-selector__toggler{
  width: 28px;
}
.quantity-selector__input{
  margin: 0;
}
.gift-item{
  margin: 0 .5em 2em .5em;
}
.gift-item--has-quick-selection img{
  border: 3px solid transparent;
  cursor: pointer;
  transition: all .3s;
}
.gift-item--has-quick-selection:hover img,
.gift-item--has-quick-selection.active img{
  border-color: #000;
}

.gift-item__quantity-selector .js-qty{
  width: 45px !important;
  min-width: unset;
}
.gift-item__quantity-selector .js-qty__adjust{
  display: none !important;
}
.gift-item__quantity-selector .quantity-selector__toggler,
.gift-item__quantity-selector .quantity-selector__input,
.gift-item__quantity-selector .js-qty__num{
  height: 44px !important;
}

.information-text p{
  font-family: inherit !important;
}
.information-text p a{
  color: black;
  border-bottom: 1px solid;
}

@media (max-width: 500px){
  .cart__row__image{
    max-width: 130px;
    min-height: unset;
  }
}

/* TRADE UP PROMO */
.cart__row--is-tradeup-product{
  display: none;
}
.tradeup__icon{
  height: auto;
  width: 50px;
}
input.amb-checkbox{
  height: 50px;
  width: 50px;
}
.tradeup__content p{
  margin-bottom: 0;
}
.tradeup__content__tooltip-toggler{
  position: relative;
  margin-left: 3px;
}
.tradeup__content__tooltip__content{
  display: none;
  position: absolute;
  bottom: 103%;
  left: 50%;
  margin-left: -125px;
  padding: 10px;
  width: 250px;
  background: white;
  border: 1px solid;
}
.tradeup__content__tooltip__content.toggled{
  display: block;
}
.tradeup__content__tooltip__content::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

@media only screen and (min-width: 800px){
  .cart-total-area{
    text-align: right;
  }
  .shopify-cleanslate ul{
    justify-content: flex-end !important;
  }
}
@media only screen and (max-width: 840px){
  .cart{
    margin-top: 60px;
  }
  .cart__row .grid{
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 500px){
  .cart__row .box-ratio{
    height: 130px;
    width: 130px;
    background: transparent;
  }
}


.amb-btn{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  border: none;
  outline: none;
  line-height: 1;
  padding: 12px 20px;
  cursor: pointer;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  transition: all .3s;
}
.amb-btn--disabled{
  padding-left: 50px;
  padding-right: 50px;
  background-color: #5f5f5f;
  text-transform: initial;
}
.amb-btn--md{
  padding: 16px 35px;
}
.amb-btn--lg{
  padding: 20px 40px;
}
@media (max-width: 992px){
  .amb-btn--pdp--sticky{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    color: white;
    z-index: 99;
  }
}
.amb-btn--initial-case{
  text-transform: initial;
}
.amb-btn--transparent{
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
}
.amb-btn--transparent:hover{
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
.amb-btn--gift.active{
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
.amb-btn--gift .btn__active-text,
.amb-btn--gift.active .btn__default-text{
  display: none;
}
.amb-btn--gift .btn__default-text,
.amb-btn--gift.active .btn__active-text{
  display: block;
}
.amb-btn--yellow{
  background-color: #ffe900;
  border-color: #ffe900;
  color: #000;
}

/* PDP SECTION */
.accommodate-background-image{
  height: 1000px;
}
.ambaum_pdp-form-wrapper{
  background-color: #fff;
  padding: 40px 30px;
  height: 100%;
}
.ambaum_pdp-form-wrapper.accommodate-background-image{
  max-height: 850px;
}
.product__description{
  line-height: 1.3;
}
.product__price{
  font-size: 20px;
}
@media (min-width: 1500px){
  .product__price{
    font-size: 19px;
  }
}

.additional-products-price .affirm-as-low-as,
.product__price .affirm-as-low-as{
  display: none;
}
.product__variants__swatches{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;

  display: flex;
  align-items: center;
  padding-left: 9px;
  height: 2.6em; /* height matching .product__variants__select */
  z-index: 0;
}
.product__variants__swatches__item{
  display: none;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 1px solid transparent;
}
.product__variants__swatches__item.active{
  display: block;
}
[data-color-swatch="white"]{
  border-color: #363636;
}
.product__variants__select{
  position: relative;
  height: 2.6em;
  background-color: transparent;
  z-index: 1;
}
.product__variants__select--has-swatches{
  padding-left: 30px;
}
.quantity-selector__toggler{
  height: 40px;
  width: 32px;
  padding: 0;
  background-color: rgb(0, 0, 0);
  border-radius: 0px;
  color: rgb(255, 255, 255);
}
.quantity-selector__toggler.disabled{
  cursor: initial;
  opacity: 0.2;
}
.quantity-selector__input{
  width: 60px;
  margin: 0 4px;
  font-size: 13px;
  outline: none;
  text-align: center;
}
/* Chrome, Safari, Edge, Opera */
input.quantity-selector__input::-webkit-outer-spin-button,
input.quantity-selector__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input.quantity-selector__input {
  -moz-appearance: textfield;
}

.product-affirm-message .affirm-as-low-as,
.product__tax-info{
  margin: 10px 0 0 0;
}
@media (min-width: 768px){
  .product-affirm-message .affirm-as-low-as,
  .product__tax-info{
    margin: -8px 0 0 0;
  }
}

.review-box__initial{
  display: flex;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  color: white;
  font-size: 20px;
  background: black;
  border-radius: 50%;
  border: 1px solid transparent;
}
.review-box--alternative .review-box__initial{
  display: flex;
}

.amb-btn--pdp.success{
  background-color: #c4efdd; /* Green background color for success state like that atc-overlay section*/
  border-color: #c4efdd;
  color: #000;
}

.amb-btn--pdp.error{
  background-color: #ffcccc;
  border-color: #ffcccc;
  color: #000;
}

/* PDP BACKGROUND */
.ambaum_pdp__product-background-image{
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 0;
  left: 0;
}

/* PDP SLIDER */
.pdp-slider-wrapper,
.pdp-slider-wrapper > img,
.pdp-slider-wrapper > video{
  max-height: 650px;
}
.pdp-slider-container .swiper-slide{
  margin-top: auto;
  margin-bottom: auto;
}
.mobile-slider-container{
  margin-top: 45px;
}
.ambaum_pdp-slider{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.ambaum_review-slider .product__swiper{
  position: relative;
  margin: 0;
  overflow: hidden;
}
.info-slider__item__navigation{
  gap: 40px;
}
.ambaum_pdp-slider--mobile .swiper-container-horizontal{
  width: 100%;
}
.arrow--pdp{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 48% !important;
  width: 40px;
  height: 40px !important;
  line-height: 40px;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  transition: all .2s;
  z-index: 2;
}
.arrow--pdp:hover{
  background: rgb(0, 0, 0);
}
.prev.arrow--pdp{
  left: 8px !important;
}
.next.arrow--pdp{
  right: 8px !important;
}
.product__left-details-heading{
  font-size: 24px;
}
.divider{
  display: block;
  width: 64px;
  margin-bottom: 60px;
  border-color: #919da9;
  font-size: 2px;
  border: 1px solid;
}

/* PDP INFO ACCORDION */
.product__accordion{
  border-style: solid;
  border-width: 1px 0px 0px;
  border-color: rgba(0, 0, 0, 0.2);
  background: rgb(255, 255, 255);
}
.product__accordion--secondary{
  border-color: #000;
  background: transparent;
}
.product__accordion--secondary .product__accordion__toggler--right,
.product__accordion--secondary .product__accordion__content{
  padding-left: 0;
}
.product__accordion--secondary .product__accordion__toggler--right:before{
  right: 0;
}
.product__accordion:last-child{
  border-width: 1px 0px;
}
.product__accordion__toggler{
  position: relative;
  display: block;
  padding: 15px 15px 15px 35px;
  width: 100%;
  text-align: left;
  line-height: 20px;
  color: black;
}
.product__accordion__toggler--right{
  padding: 15px;
}
.product__accordion__toggler:before{
  content: "\f067";
  position: absolute;
  left: 15px;
  font-size: inherit;
  font-weight: inherit;
  font-family: FontAwesome;
}
.product__accordion__toggler--right:before{
  left: unset;
  right: 15px;
}
.toggled .product__accordion__toggler:before{
  content: "\f068";
}
.product__accordion__content{
  display: none;
  padding-left: 15px;
  overflow: hidden;
  font-family: "IBMPlexSans-Regular", sans-serif;

  li {
    margin: 0;
    line-height: 20px;
  }
}
.ambaum_pdp-form-wrapper p a:not(.amb-btn),
.product__accordion__content a:not(.amb-btn){
  text-decoration: underline;
  color: inherit !important;
}

.accordion__content--html{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 20px;
}

@media (max-width: 1099px) {
  .accordion__content--html {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .accordion__content--html {
    grid-template-columns: 1fr;
  }
}

/*
  They want a section of these FAQ dropdowns where they are boxes.
  Instead of adding a separate snippet, a custom class can be used on the div, and then just drill down with nesting
*/
.faq-boxes {
  h2 {
    text-align: start !important;
  }
  .product__accordion{
    border-width: 1px;
  }
  .product__accordion--secondary{
    margin-bottom: 1rem;
  }
  .product__accordion--secondary .product__accordion__toggler--right,
  .product__accordion--secondary .product__accordion__content{
    padding: 15px;
  }
  .product__accordion--secondary .product__accordion__toggler--right:before{
    right: 15px;
  }
  .accordion__content--html {
    display: block;
  }
}

.toggled .product__accordion__content{
  display: block;
}

@media (min-width: 1400px){
  .product__accordion__content.product__accordion__content--halved{
    max-width: 50%;
  }
}

/* PDP SLIDER INFO */
.info-slider__item__image{
  display: block;
  width: 100%;
  height: 100%;
}
.info-slider__item__arrow{
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 8px 13px;
  background: rgb(3, 3, 3);
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.info-slider__item__arrow:before{
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-family: FontAwesome;
}
.prev.info-slider__item__arrow:before{
  content: "\f177";
}
.next.info-slider__item__arrow:before{
  content: "\f178";
}
.info-slider__item__text-wraper{
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 60px 0;
  padding-right: 45px !important; /* specifically want this  */
  line-height: 20px;
}
/*
@media (max-width: 1200px) {
  .info-slider__item__navigation-wrapper{
    width: 100%;
    bottom: 0;
  }
}
@media (min-width: 1201px){
  .info-slider__item__navigation-wrapper{
    bottom: 20%;
    top: unset !important;
  }
}*
/
.swiper-notification{
  display: none !important;
}

/* PDP FANCY SLIDER */
.product__accordion--fancy{
  max-width: 630px;
  border-width: 0 0 1px 0;
}
.product__accordion--fancy.toggled{
  background: rgb(241, 241, 241);
  border-color: transparent;
}
.product__accordion__toggler--fancy{
  padding-left: 40px;
  font-size: 18px;
}
.product__accordion__toggler--fancy:before{
  left: 18px;
}
.product__accordion--fancy.toggled .product__accordion__toggler--fancy{
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: rgb(235, 235, 235);
}
.product__accordion__content--fancy{
  padding-top: 30px;
  padding-bottom: 30px;
}
.inner-content__heading{
  font-size: 16px;
  word-break: break-word;
}
.inner-content__text{
  font-size: 12px;
}
.product__accordion__content--fancy .inner-content__text .col-lg-6{
  padding-left: 0;
}
/* PDP SUBNAV */
.ambaum-subnav{
  top: 0;
  right: 0;
  left: 0;
  padding: 20px 0 10px 0;
  z-index: 99;
}
.ambaum-subnav.sticky-boi{
  position: fixed;
}
.ambaum-subnav a span{
  padding-bottom: 3px;
  transition: all .3s;
}
.ambaum-subnav__item,
.ambaum-subnav__item:visited,
.ambaum-subnav__item:active,
.ambaum-subnav__item:focus,
.ambaum-subnav__item:hover{
  text-decoration: none;
}
.ambaum-subnav a:visited span{
  color: white;
}
.ambaum-subnav a:hover span,
.ambaum-subnav a.active span{
  color: white;
  border-bottom: 2px solid white;
}

/* PDP FULL WIDTH IMAGE */
.amb__full-width-img{
  display: block;
  height: 730px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.swiper-slide .amb__full-width-img {
  height: 0;
  padding-top: 121%;
}
.amb__full-width-img--pdp{
  height: 1000px;
  max-height: 100%;
  transition: all .4s;
}
.ambaum_pdp-slider--mobile .amb__full-width-img{
  height: 700px;
}
.amb-full-width-img__text{
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 1200px;
  text-align: center;
  padding: 0 15px 70px;
}
.amb-full-width-img__text--fancy{
  top: 20%;
  text-align: left;
}
.amb-full-width-img__content{
  max-width: 620px;
  margin: 0 auto .7em auto;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0px;
  color: rgb(255, 255, 255);
}
.amb-full-width-img__content_mounting{
  max-width: 100%;
  margin: 0 auto;
  font-size: 88px;
  font-weight: 700;
  letter-spacing: 0px;
  color: rgb(255, 255, 255);
}
.amb-full-width-img__text--banner {
  position: absolute;
  max-width: 45%;
  left: 55%;
  text-align: left;
}
.amb-full-width-img__text--banner .amb-full-width-img__text__content {
  padding: 16px;
}
.amb-full-width-img__text--banner .amb-full-width-img__text__content,
.amb-full-width-img__text--banner .amb-full-width-img__content  {
  color: rgb(0, 0, 0);
  font-weight: 400;
  max-width: 100%;
  width: 375px;
}
.amb-full-width-img__text--banner .amb-full-width-img__content strong {
  font-family: "Roobert-Heavy", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.banner {
  margin-top: 40px;
}
.banner .amb-full-width-img__text {
  width: auto;
  max-width: auto;
}
.banner .amb__full-width-img--1 {
  height: 100%;
}
.amb-full-width-img__text--fancy .amb-full-width-img__content{
  max-width: 330px;
  margin: 0 0 1em;
  color: initial;
  font-size: 24px;
  line-height: 1.2;
}

/* PDP INFOGRAPHICS */
.ambaum_infographic-row--pdp img.ambaum_infographic-row__item__image{
  height: 75px;
  width: auto;
}
.ambaum_infographic-row--darkmode{
  background-color: #231F20;
}
.ambaum_infographic-row--pdp.ambaum_infographic-row--darkmode *{
  color: white;
}

/* PDP TESTIMONIALS */
.review-box--transparent{
  background: transparent !important;
}
.amb-pdp-slider__image{
  width: 250px;
  max-width: 100%;
  height: auto;
}
.amb-pdp-slider__content{
  font-size: 28px;
  word-break: break-word;
}

/* PDP ADDONS */
.ambaum_addons__item{
  padding-bottom: 25px;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.15);
  border-radius: 19px;
}
.ambaum_addons__item__image{
  height: 290px;
  border-radius: 19px 19px 0 0;
}
.ambaum_addons__item__description{
  margin: 0 0 1em 0;
}
.ambaum_addons__item__description p{
  margin: 0;
  font-size: 15px;
  line-height: 1.3;
}
.ambaum_addons__item__description a{
  text-decoration: underline;
  color: #000;
}
.ambaum_addons__item__details .affirm-as-low-as{
  display: none;
}
.ambaum_addons__item__details select{
  height: unset;
  padding: 5px 10px;
}

@media only screen and (max-width: 1200px){
  .ambaum-pdp-info-slider__item{
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 900px){
  .accommodate-background-image,
  .ambaum_pdp-form-wrapper.accommodate-background-image{
    height: fit-content;
  }
  .ambaum_pdp-form-wrapper.accommodate-background-image{
    margin-top: 750px;
  }
  .amb__full-width-img{
    height: 360px;
  }
  .swiper-slide .amb__full-width-img {
    height: 0;
    padding-top: 121%;
  }
  .amb__full-width-img--pdp{
    height: 800px;
  }
  .amb-full-width-img__text--banner {
    max-width: 55%;
    left: 45%;
  }
  .banner .amb__full-width-img--1 {
    height: 100%;
  }
  .product__variants__swatches{
    height: 2.9em;
  }

  /* PDP SLIDER INFO */
  .ambaum-pdp-info-slider__item{
    height: unset;
    flex-direction: column-reverse;
  }
  .info-slider__item__image-wrapper{
    margin-bottom: 20px;
  }
  .info-slider__item__text-wraper{
    padding: 0;
  }
  .info-slider__item__image{
    height: unset;
  }
  .info-slider__item__navigation{
    bottom: 0;
  }
  .ambaum_review-slider .info-slider__item__navigation .pagination{
    margin: 0;
    width: 100%;
  }
  .ambaum_review-slider .info-slider__item__navigation .pagination li.swiper-pagination-bullet{
    height: 5px;
  }

  .ambaum_pdp-form-wrapper{
    padding: 0 15px;
  }

  .ambaum_review-slider .swiper-container-horizontal {
    gap: 20px;
  }
}

@media only screen and (max-width: 768px){
  .ambaum_review-slider--pdp .swiper-container-horizontal .swiper-wrapper .review-box{
    width: unset;
  }
  .ambaum_review-slider--pdp .swiper-container-horizontal .swiper-wrapper .review-box img{
    width: 200px;
    height: unset;
  }
}
@media only screen and (max-width: 500px){
  .accommodate-background-image,
  .ambaum_pdp-form-wrapper.accommodate-background-image{
    height: fit-content;
  }
  .ambaum_pdp-form-wrapper.accommodate-background-image{
    margin-top: 390px;
  }
  .accommodate-background-image .amb__full-width-img--pdp{
    height: 400px;
  }
  .amb__full-width-img{
    height: 360px;
  }
  .ambaum_pdp-slider--mobile .amb__full-width-img{
    height: 370px;
  }
  .amb-full-width-img__text--fancy{
    top: 10%;
    text-align: center;
  }
  .amb-full-width-img__content{
    font-size: 24px;
  }
  .amb-full-width-img__content_mounting{
    font-size: 40px;
  }
  .info-slider__item__image-wrapper{
    height: unset;
  }
  .ambaum_review-slider--pdp .swiper-container-horizontal .swiper-wrapper .review-box{
    height: 300px;
  }
  .ambaum_review-slider--pdp .swiper-container-horizontal .swiper-wrapper .review-box img{
    width: 150px;
  }
  .amb-pdp-slider__content{
    font-size: 16px;
  }
  .ambaum_review-slider{
    padding-top: 0;
  }
  .info-slider__item__navigation{
    gap: 10px;
  }
}

/* PDP CUSTOM REVIEW */
.ambaum-custom-reviews #stamped-main-widget,
.ambaum-custom-reviews div.stamped-container[data-widget-style], 
.ambaum-custom-reviews div[data-widget-style] div.stamped-container{
  margin: 0 !important;
}
.ambaum-custom-reviews div.stamped-container[data-widget-style], 
.ambaum-custom-reviews div[data-widget-style] div.stamped-container{
  display: flex;
  flex-wrap: wrap;
  max-width: none;
}
.ambaum-custom-reviews div[data-widget-style*=standard] .stamped-summary{
  display: flex;
  flex-direction: column;
}
.ambaum-custom-reviews .stamped-summary-ratings{
  border-color: #ccc;
}
.ambaum-custom-reviews div[data-widget-style*=standard] .stamped-summary-actions{
  display: flex !important;
}
.ambaum-custom-reviews .stamped-summary-actions-newquestion{
  margin: 0;
}
.ambaum-custom-reviews .stamped-summary-actions-newreview{
  margin: 0 1em 0 0;
}
.ambaum-custom-reviews div[data-widget-style*=standard] .stamped-header{
  flex: 0 0 30%;
}
.ambaum-custom-reviews .stamped-content{
  flex: 0 0 70%;
}
.ambaum-custom-reviews__testimonials{
  border-top: 1px solid #000;
}
@media (max-width: 1200px) {
  .ambaum-custom-reviews div[data-widget-style*=standard] .stamped-header{
    flex: 0 0 100%;
  }
  .ambaum-custom-reviews .stamped-content{
    flex: 0 0 100%;
  }
}

/* PDP COMPARE PRODUCTS */
.ambaum-compare__toggler span{
  padding: 10px;
}
.ambaum-compare__toggler.active span{
  border-bottom: 3px solid #000;
}
.ambaum-compare__item__content-wrapper ul{
  margin: 0;
}
.ambaum-compare__item{
  display: none;
  transition: all .3s;
}
.ambaum-compare__item:first-of-type,
.ambaum-compare__item.active{
  display: block;
}
.ambaum-compare .ambaum-compare__item{
  padding: 30px;
}
.ambaum-compare__item__image{
  display: block;
  max-height: 320px;
}
.ambaum-compare__item__title,
.ambaum-compare__item__content{
  min-height: 60px;
}
.ambaum-compare__item__title{
  font-size: 1.5em;
}
.ambaum-compare__divider{
  width: 2px;
  border: 1px solid #000;
}
@media (max-width: 700px) {
  .ambaum-compare .ambaum-compare__item{
    padding: 30px 15px;
  }
  .ambaum-compare__item:first-of-type{
    border-right: 2px solid #000;
  }
  .ambaum-compare__item__image{
    height: 200px;
  }
}
@media (max-width: 500px) {
  .ambaum-compare__item__image{
    height: 160px;
    width: unset;
  }
}

/* A/B TESTING STYLES */
.stamped-ab-reviews{
  margin-bottom: 5px;
}
.stamped-ab-reviews__average{
  margin: 0 5px 0 0;
}
.stamped-ab-reviews__widget .stamped-badge-caption{
  display: none;
}
/* A/B CONTENT */
.ambaum-compare__item__icon svg{
  fill: transparent;
}
.a-b-content{
  margin: 0 0 10px 0;
}
.a-b-content img{
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
/* A/B FAQ FEATURES STYLES */
.faq-features img{
  height: 205px;
  mix-blend-mode: multiply;
}
.faq-features h4,
.faq-features p{
  line-height: 20px;
}

.faq-card-title{
  font-size: 20px;
  margin-top: 10px;
}
/* MODAL */
.ambaum-modal{
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.ambaum-modal__content{
  padding: 20px;
  margin: 15% auto;
  width: 80%;
  max-width: 500px;
  background-color: #fefefe;
  border: 1px solid #888;
}
.ambaum-modal__close{
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.ambaum-modal__close:hover,
.ambaum-modal__close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.cursor-pointer{
  cursor: pointer;
}
.blend-multiply{
  mix-blend-mode: multiply;
}

/* TEXTS */
.fs-sm{
  font-size: 14px;
}
.h1--md{
  letter-spacing: -1px;
  font-size: 2.5em;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .h1--md{
    font-size: 3em;
  }
}
.text-black{
  color: #000;
}
.text-dark-grey{
  color: rgb(119, 119, 134);
}
.text-grey{
  color: #868686;
}
.text-white{
  color: rgb(255, 255, 255);
}
.fw-bold{
  font-weight: bold;
}

/* BACKGROUND */
.background-light-grey{
  background: #f0f2f4;
}
.background-dark-grey{
  background: rgb(241, 241, 241);
}
.background-dark{
  background: #231F20;
}

/* POSITION */
.position-relative{
  position: relative;
}
.position-absolute{
  position: absolute;
}
/* POSITION UNITS */
.absolute-xy-0{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* Z-INDEX */
.z-0{
  z-index: 0;
}
.z-1{
  z-index: 1;
}
.z-2{
  z-index: 2;
}
.z-3{
  z-index: 3;
}

/* DISPLAY */
.hidden{
  display: none;
}

.visually-hidden {
  height: 1px;
  overflow: hidden;
  width: 1px;
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

/* MARGIN */
.m-0{
  margin: 0;
}
.m-y-0{
  margin-top: 0;
  margin-bottom: 0;
}
.m-x-0{
  margin-right: 0;
  margin-left: 0;
}
.m-x-auto{
  margin-right: auto;
  margin-left: auto;
}
.mt-1{
  margin-top: 1em;
}
.mt-2{
  margin-top: 2em;
}
.mt-3{
  margin-top: 3em;
}
.mt-4{
  margin-top: 4em;
}
.mt-5{
  margin-top: 5em;
}
.mr-1{
  margin-right: 1em;
}
.mr-2{
  margin-right: 2em;
}
.mr-3{
  margin-right: 3em;
}
.mb-0{
  margin-bottom: 0;
}
.mb-1{
  margin-bottom: 1em;
}
.mb-2{
  margin-bottom: 2em;
}
.mb-3{
  margin-bottom: 3em;
}
.mb-5{
  margin-bottom: 5em;
}
.ml-1{
  margin-left: 1em;
}
.ml-2{
  margin-left: 2em;
}
.ml-3{
  margin-left: 3em;
}

@media only screen and (max-width: 800px) {
  .md\:mt-5 {
    margin-top: 5em;
  }
}

@media only screen and (max-width: 500px) {
  .sm\:mt-8 {
    margin-top: 8em;
  }
}

/* PADDING */
.p-0{
  padding: 0;
}
.p-0--important{
  padding: 0 !important;
}
.pr-0{
  padding-right: 0;
}
.pr-0--important{
  padding-right: 0 !important;
}
.pr-1{
  padding-right: 1em;
}
.pr-2{
  padding-right: 2em;
}
.pr-3{
  padding-right: 3em;
}
.pr-4{
  padding-right: 4em;
}
.pr-5{
  padding-right: 5em;
}
.pl-0{
  padding-left: 0;
}
.pl-1{
  padding-left: 1em;
}
.pl-0--important{
  padding-left: 0 !important;
}
.p-x-10px{
  padding: 0 10px;
}
.pb-0{
  padding-bottom: 0;
}

/* WIDTH AND HEIGHT */
.w-100{
  width: 100%;
}
.max-w-100{
  max-width: 100%;;
}
.h-100{
  height: 100%;
}
.max-h-100{
  max-height: 100%;
}

/* TEXT */
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-uppercase{
  text-transform: uppercase;
}
.text-capitalize{
  text-transform: capitalize;
}
.text-underline{
  text-decoration: underline;
}
.text-red{
  color: #880000;
}
.fw-bold{
  font-weight: bold;
}
.line-height-1{
  line-height: 1;
}

/* GAPS */
.gap-0{
  gap: 0;
}

.gap-5{
  gap: 5px;
}

.gap-10{
  gap: 10px;
}

.gap-15{
  gap: 15px;
}

.gap-20{
  gap: 20px;
}

.gap-25{
  gap: 25px;
}

.gap-30{
  gap: 30px;
}

.gap-35{
  gap: 35px;
}

.gap-40{
  gap: 40px;
}

@media only screen and (max-width: 500px){
  .text-sm-center{
    text-align: center;
  }
}

.background-image-standard{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.background-position-unset{
  background-position: unset;
}
.background-size-cover{
  background-size: cover;
}

/* one-off styles */

#karoo-2-bermuda-kit .ambaum_iframe-video {
  margin-top: 100px;
}

@media only screen and (max-width: 768px){
  #karoo-2-bermuda-kit .ambaum_iframe-video {
    margin-top: 40px;
  }
}


.richtext a{
  color: #000;
  text-decoration: underline;
}

.richtext--lg,
.richtext--lg p{
  font-size: 22px;
}

.map-animation__text-content{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.absolute-row {
  position: absolute;
  bottom: 0;
  height: 100%;
}

/* VERTICAL ANIMATION ITEM STYLES */
.map-animation-item--vertical{
  position: relative;
  height: calc((100vw * 0.485));
  margin: auto;
  width: 100%;
  left: 0;
  right: 0;
}
.map-animation-item__image--vertical {
  width: 100%;
  height: 100%;
}
.map-animation-item__image--vertical img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}
.map-animation-item__image--vertical.map-animation-item__image--after {
  position: absolute;
  overflow: hidden;
  top: 0;
  transform: translate(0, 100%);
}
.map-animation-item__image--vertical.map-animation-item__image--after img {
  transform: translate(0, -100%);
}

/* HORIZONTAL ANIMATION ITEM STYLES */
.map-animation-item.map-animation-item--horizontal {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  overflow: hidden;
}
.map-animation-item__image .map-animation-item__image--horizontal,
.map-animation-item__image.map-animation-item__image--horizontal.map-animation-item__image--before,
.map-animation-item .map-animation-item--horizontal img {
  object-fit: contain;
  object-position: bottom;
  height: 100%;
  width: 100%;
}
.map-animation-item__image--horizontal.map-animation-item__image--after {
  position: absolute;
  overflow: hidden;
  top: 0;
  height: 100%;
  width: 100%;
  transform: translate(100%, 0px);
}
.map-animation-item__image--horizontal.map-animation-item__image--after img {
  transform: translate(-100%, 0px);
}

@media(max-width: 991px) {
  .absolute-row {
      width: 100%;
  }
  .map-animation-item--vertical {
      height: calc((100vw * 1.75));
  }
}

/* SUUNTO ARTICLE */
.suunto-visuals-row{
  max-width: 1500px;
}
.suunto-visuals-row img{
  height: auto;
  object-fit: contain;
}

.dynamic-blog {
  padding-top: 20px;
}


.dynamic-blog.reduced-top-margin {
  margin-top: -80px;
}

.dynamic-blog > .row {
  /* to make the spacing of the headings consistent */
  margin-bottom: 20px;
}

.dynamic-blog > .row > span.h1 {
  /* to make the spacing of the headings consistent */
  margin-bottom: 0;
}


.dynamic-blog__item__content--a-b{
  padding: 18px;
  background: white;
  filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.08));
}
.dynamic-blog__item__content--a-b,
.dynamic-blog__item__content--a-b .image-placeholder-cover,
.dynamic-blog__item__content--a-b img{
  border-radius: 20px;
}
.dynamic-blog--a-b .dynamic-blog__item__content--a-b .text-wrapper{
  padding: 0 10px;
}
.dynamic-blog__item__content--a-b .meta-info{
  font-size: 0.95em;
}
.featured-blog__caption {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* setting to 4 allows for the header in the card and 3 lines of text */
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.featured-blog__caption p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* setting to 4 allows for the header in the card and 3 lines of text */
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.featured-blog__caption > span {
  font-size: 16px;
  line-height: 1.6;
}
.featured-blog__caption p[data-mce-fragment]{
  margin: 0;
}
.dynamic-blog__item__content--a-b .featured-blog__title{
  margin: 1rem 0;
  line-height: 1.3;
}

.alt-blog .featured-blog__title{
  font-size: 1.4em;
}

font-size: 1.4em;

/* FOR PAGEFLY'S COMPARE PAGE */
[data-pf-type="Column"] h3:nth-child(2){
  font-family: "IBMPlexSans-Regular", sans-serif;
  font-size: 14px;
}

/* A/B TEST */
.ambaum_review-slider .swiper-container-horizontal.swiper-container--a-b{
  width: calc(100% - 90px);
}
.swiper-slide--a-b,
.swiper-slide-alternative--a-b{
  opacity: .4;
}
.swiper-slide--a-b.swiper-slide-active,
.swiper-slide-alternative--a-b.swiper-slide-active,
.swiper-slide-alternative--a-b.swiper-slide-active *{
  opacity: 1;
}
.swiper-slide-alternative--a-b *{
  opacity: 0;
  font-size: 14px;
}
.ambaum_review-slider .swiper-container-horizontal .swiper-wrapper.swiper-wrapper-alternative--a-b{
  align-items: stretch;
}
.swiper-slide.swiper-slide-alternative--a-b{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  height: unset;
  border-radius: 20px;
}
.swiper-slide--a-b .swiper-slide--a-b__image-wrapper img{
  max-width: 300px;
}
@media (max-width: 600px){
  .swiper-slide--a-b .swiper-slide--a-b__image-wrapper img{
    max-width: 55%;
  }
}

/* ADD TO CART OVERLAY */
.atc-overlay{
  display: none;
  position: absolute;
  right: 15px;
  max-width: 380px;
  background: white;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.atc-overlay p{
  margin: 0;
  line-height: 1;
}
.atc-overlay p.mb-1{
  margin-bottom: 1em;
}
.site-header .atc-overlay__content,
.site-header .atc-overlay__content div{
  text-align: left;
}
.atc-overlay__content{
  padding: 15px;
}
.atc-overlay__cart-count{
  position: relative;
  padding-top: 20px;
}
.atc-overlay__cart-count__close-icon{
  position: absolute;
  right: 10px;
  height: 20px;
  width: 20px;
  font-size: 18px;
  cursor: pointer;
}
.atc-overlay__added-message{
  background: #c4efdd;
}
.atc-over__added-message__check-icon{
  margin-right: 5px;
}
.atc-over__added-message__check-icon svg{
  height: 16px;
  width: 16px;
}
.atc-overlay__added-message__atc-text{
  margin-left: 3px;
}
.atc-overlay__product .atc-overlay__product__image,
.atc-overlay__product .atc-overlay__product__details{
  padding-left: 0;
}
.atc-overlay__subtotal{
  background: #fafafa;
}
.atc-overlay__footer{
  padding-bottom: 20px;
}
.atc-overlay__footer .atc-overlay__footer__left{
  padding-left: 0;
}
.atc-overlay__footer .atc-overlay__footer__right{
  padding-right: 0;
}
@media (max-width: 500px){
  .accommodate-cta-overlay:after{
    content: '\A';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height:100%;
    background:rgba(0,0,0,0.6);
    transition: all 1s;
    -webkit-transition: all 1s;
  }
  .atc-overlay{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
  }
}

/* kasia hero */
.kasia-hero .h6{
  font-size: 1.285em;
  line-height: 1.35em !important;
  letter-spacing: -0.18px;
  font-weight: 500;
  font-family: IBMPlexSans-Regular,sans-serif;
  max-width: 480px;
  margin: 0 auto 25px;
}
.kasia-hero .mt-3{
    margin-top: 0;
  }
.kasia-hero .dynamic-hero__heading--xxxl{
  margin-bottom: 5px;
}
.kasia-hero .dynamic-hero__heading--xxxl p{
  margin:0;
  display: inline;
}
.kasia-hero .richtext h4{
  font-size: 1.857em;
  line-height: 1.357em !important; /* 73.077% */
  letter-spacing: -0.26px;
  margin-bottom: 0;
}

.kasia-hero .richtext p{
  font-size: 0.785em;
  line-height: 1em; /* 73.077% */
  letter-spacing: -0.11px;
}

.kasia-hero .btw-grid-12.container{padding-top: 190px;}

.kasia-hero .btn-secondary{
  border-width: 1px;
  font-size: 10px;
  font-style: normal;
  line-height: 9.28px; /* 92.8% */
  letter-spacing: 0.8px;
  padding: 8px 16px;
}

@media only screen and (max-width: 769px) {
  .kasia-hero .h6{
    font-size: 0.857em;
    line-height: 16px !important;
    letter-spacing: -0.12px;
    font-family: IBMPlexSans-Regular,sans-serif;
    margin: 0 auto 8px;
  }
  .kasia-hero .dynamic-hero__heading--xxxl p{
    display: block;
  }
  .kasia-hero .btw-grid-12.container{padding-top: 50px;}
  .kasia-hero .richtext h4{
    font-size: 1.142em;
    line-height:  1.357em !important; /* 118.75% */
    letter-spacing: -0.16px;
  }
  .kasia-hero .richtext p{
    font-size: 0.65em;
    line-height: 1em !important; /* 73.077% */
    letter-spacing: -0.091px;
  }
}

.two-col-image-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 1fr));

  img {
    width: 100%;
    height: auto;
    display: block;
  }
}
