/** Shopify CDN: Minification failed

Line 2024:15 Expected "}" to go with "{"

**/
/**FONTS**/
@font-face {
    font-family: "Mazius";
    src: url("/cdn/shop/files/7e5d4b5e37c0623759cbed868eb8c2ba.woff2");
}
@font-face {
    font-family: "Aktiv";
    src: url("/cdn/shop/files/AktivGroteskCorp-Regular.woff");
}
@font-face {
    font-family: "Aktiv Bold";
    src: url("/cdn/shop/files/AktivGroteskCorp-Bold.woff?v=1672868627");
}
@font-face {
    font-family: "Aktiv Light";
    src: url("/cdn/shop/files/AktivGroteskCorp-Light.woff?v=1672868715");
}
@font-face {
    font-family: "Aktiv Medium";
    src: url("/cdn/shop/files/AktivGroteskCorp-Medium.woff?v=1672868802");
}
*{
  font-family: 'Aktiv';
}
.mazius{
  font-family: 'Mazius'!important;
}
.aktiv{
  font-family: 'Aktiv'!important;
}
.aktiv-bold{
  font-family: 'Aktiv Bold'!important;
}
.mazius p, .mazius span{
  font-family: 'Mazius'!important;
}
.aktiv p{
  font-family: 'Aktiv'!important;
}
.aktiv-bold p{
  font-family: 'Aktiv Bold'!important;
}
.aktiv-medium{
  font-family: 'Aktiv Medium'!important;
}

/*FONT SIZES*/
.xs{
  font-size: clamp(16px, 1vw, 18px)!important;
}
.s{
  font-size: clamp(18px, 1.25vw, 20px)!important;
}
.ms{
  font-size: clamp(20px, 1.5vw, 22px)!important;  
}
.m{
  font-size: clamp(20px, 2vw, 25px)!important;  
}
.ml{
  font-size: clamp(20px, 3.5vw, 32px)!important;    
}
.l{
  font-size: clamp(30px, 4vw, 45px)!important;    
}
.xl{
  font-size: clamp(35px, 5vw, 68px)!important;    
}
/**GLOBAL STYLES**/
.button{
  min-width: 200px;
}
.button:hover{
  box-shadow: 0 3px 3px #00000033;
}
.italic{
  font-style: italic;
}
.green{
  color: #588585;
}
/*HEADER*/
/*.header .header__icon:nth-child(1){
  display: none;
}*/
.header__icon--cart{
  margin-right: 0;
}
.header{
  display: flex;
  justify-content: space-between;
}
.header__menu-item span{
  text-transform: capitalize;
  font-family: 'Aktiv';
  font-size: 18px;
  color: black;
  text-decoration: none;
}
header .list-menu--inline{
  column-gap: 1.75em;
}
/*Footer*/
.footer.section-footer-padding{
  margin-top: 0;
}
.footer .footer-block.grid__item{
  max-width: none;
  width: fit-content;
}
.footer .list-menu__item--link{
  text-decoration: none;
}
.footer .list-menu__item--link:hover{
  text-decoration: underline;
}
.footer .rte a{
  color: white;
  text-decoration: none;
}
.footer .rte a:hover{
  text-decoration: underline;
  color: white;
}
.footer .rte{
  display: flex;
  flex-direction: row;
  column-gap: 1em;
  align-items: center;
  margin-bottom: 3%;
  text-align: left;
}

.footer .conditions{
  padding-top: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 1em;
}
.footer .circle{
  width: 5px;
  height: 5px;
  background-color: white;
  color: transparent;
  border-radius: 25px;
  display: block;
}
.footer__content-top{
  padding-bottom: 2rem;
}
.footer .conditions a{
  color: white;
  font-size: 14px;
  text-decoration: none;
}
.footer .conditions a:hover{
  text-decoration: underline;
}
.footer .footer__blocks-wrapper.grid{
  flex-wrap: nowrap;
}
.footer .footer-block-image{
  max-width: 150px;
}
.footer .footer__copyright{
  font-size: 16px;
  margin: 0;
  color: white;
}
.copyright__content a.codeandspade{
  color: #E1E9E9;
}
.copyright__content a.codeandspade:hover{
  text-decoration: underline;
  color: #E1E9E9;
}
.footer-bottom{
  display: flex;
  max-width: 1200px;
  margin: auto;
  border-top: 1px solid white;
  justify-content: space-between; 
  flex-direction: row-reverse;
  padding-bottom: 25px;
}
.footer__content-bottom-wrapper{
  padding: 0;
}
.footer small{
  font-size: 14px!important;
}
.footer .footer__content-bottom{
  padding-top: 1rem;
}
/*footer newsletter*/
.footer-block__newsletter{
  display: flex;
  flex-direction: row;
  max-width: 1200px;
  margin: auto;
}
.footer-block__heading{
  max-width: 416px;
  text-align: left;
  color: #264D6E;
}
.footer-block--newsletter{
  background: #E8EEEE;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url(/cdn/shop/files/newsletter_shade.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}
.footer-block--newsletter .field:after{
  box-shadow: none;
}
.footer-block--newsletter .field{
  column-gap: 0.5em;
}
.newsletter-form__field-wrapper .newsletter-form__button{
  position: relative;
  width: fit-content;
  min-width: 75px;
  background-color: #264D6E!important;
  color: white;
  border-radius: 20px;
  padding: 15px 41px;
}

#NewsletterForm--footer{
  border-radius: 20px;
}
.field__label{
  color: #B9B9B9;
  font-size: 14px;
}
.newsletter-form{
  max-width: 45rem!important;
  margin-right: 0!important;
}
.newsletter-form__field-wrapper{
  max-width: none!important;
}
*:focus-visible{
  box-shadow: none!important;
  border: 0!important;
  outline: 0;
}
.field:hover:after{
  box-shadow: none!important;
}
/*HOME PAGE*/

/*HERO SEC*/
.hero{
    background-image: url(/cdn/shop/files/hero_bg_image.png?v=1672935227);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
}
.hero .image-with-text__media-item{
  width: 40%;
}
.hero .image-with-text__text-item{
  width: 60%;
}
.hero .image-with-text__media-item img{
  width: 100%!important;
  height: auto!important;
}
.hero .image-with-text__media{
  max-width: 95%;
  margin: auto;
  border: 0;
}
.hero .xs.image-with-text__text{
  max-width: 80%;
  margin-bottom: 3%;
  margin-top: 2%;
  line-height: 1.5em;
}
.hero .list{
  margin-bottom: 3%;
  margin-top: 2%;
}
.hero .list .list-item{
  color: black;
  font-size: 18px;
}
.hero .image-with-text__heading{
  letter-spacing: 2px;
}
.hero .image-with-text__text--caption{
    position: absolute;
    top: 68%;
    left: 60%;
    width: 270px;
    background: rgba(88,133,133,.8);
    backdrop-filter: blur(14px);
    text-align: center;
    line-height: 1.5em;
    padding: 2% 3%;
    border-radius: 6px!important;
    max-width: 28vw;
}
.hero .image-with-text__content{
    padding-right: 0;
    padding-left: 0;
  }
.hero .button-group{
    margin-top: 5%;
}
.hero .image-with-text__media-item:before{
    content: "";
    background-image: url(/cdn/shop/files/hero_arrow.svg);
    background-size: contain;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    position: absolute;
    left: 100%;
    top: 52%;
}
/** 1234 SECTION **/
.steps .list-item{
  font-size: 18px;
  line-height: 1.25em;
  letter-spacing: 1.125px;
  color: black;
}
.steps .list{
  height: 250px;
  justify-content: space-around;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 1%;
  margin-left: 5%;
}
.steps img{
  width: auto;
  height: 240px;
}
.steps .outer-list{
  display: flex;
  flex-direction: row;
}
.steps .media>*:not(.zoom):not(.deferred-media__poster-button){
  width: 100%;
  height: auto;
  padding-top: 15%
}
.steps .image-with-text__media{
  max-width: 95%;
  border: 0;
}
.steps .how-link{
  color: #264D6E;
  text-decoration: none;
  border-bottom: 1px solid #264d6e;
}
.steps .how-link:hover{
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
/*ICON MULTICOLUMN SEC*/
.icon-multicolumn .rte{
    line-height: 1.25em;
    margin-top: 7%;
}
.icon-multicolumn .multicolumn-list h3{
  margin-top: 12%;
}
.icon-multicolumn a.multicolumn-card{
  pointer-events: none;
  text-decoration: none;
}

/**PERK UP SEC**/
.perk-up .grid__item.wide{
  width: 45%;
  max-width: 45%;
}
.perk-up .grid__item.narrow{
  width: 26%;
  max-width: 26%;
}
.perk-up .left .list-outer{
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 1.5em;
  min-height: 62px;
}
.perk-up .right .list-outer{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 1.5em;
  min-height: 62px;
}
.perk-up .right .list-outer img{
  margin-top: 3%;
}
.perk-up .left .list-outer img{
  margin-top: 3%;
}
.perk-up .left .list-outer .text{
  text-align: right;
  line-height: 1.25em;
  font-style: italic;
}
.perk-up .right .list-outer .text{
  text-align: left;
  line-height: 1.25em;
  font-style: italic;
}
.perk-up .right .multicolumn-card, .perk-up .left .multicolumn-card{
  display: flex;
  align-items: flex-end;
}
.perk-up .right .multicolumn-card .multicolumn-card__info{
  height: 60%;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 0;
  row-gap: 4em;
  padding-bottom: 30%;
}
.perk-up .left .multicolumn-card .multicolumn-card__info{
  height: 60%;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; 
  padding-right: 0;
  row-gap: 4em;
  padding-bottom: 30%;
}
.perk-up .title-wrapper-with-link{
  display: block;
  text-align: center;
  margin-bottom: 4%;
}
.perk-up .title-wrapper-with-link p{
  margin-top: 1%;
}
.perk-up .left .multicolumn-card__image-wrapper,.perk-up .right .multicolumn-card__image-wrapper{
  display: none;
}
/**GALLERY SLIDER IMAGES**/
.logo-title .main-title{
  text-align: center;
}

/*COLLECTION MULTICOLUMN*/
.collections-multicolumn .page-width{
  padding-left: 0;
  padding-right: 0;
}
.collections-multicolumn .title-wrapper-with-link{
   display: block;
  text-align: center;
  margin-bottom: 4%; 
}
.collections-multicolumn .left.multicolumn-list__item .multicolumn-card{
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-end;
}
.collections-multicolumn .right.multicolumn-list__item .multicolumn-card{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
.collections-multicolumn .multicolumn-list{
  justify-content: space-between;
}
.collections-multicolumn .multicolumn-list__item{
  max-width: 48.5%;
}
.collections-multicolumn .multicolumn-card__info{
  width: 52%;
  padding: 0;
}
.collections-multicolumn .multicolumn-card__image-wrapper{
  width: 100%;
  margin: 0;
}
.collections-multicolumn .left .product-outer{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.collections-multicolumn .left .product-outer img{
  margin-bottom: 7%;
}
.collections-multicolumn .left .product-outer .text{
  text-align: right;
  max-width: 82%;
  margin-right: auto;
  line-height: 1.5em;
  margin-bottom: 80%;
}
.collections-multicolumn .right .product-outer{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.collections-multicolumn .right .product-outer img{
  margin-bottom: 7%;
}
.collections-multicolumn .right .product-outer .text{
  text-align: left;
  max-width: 82%;
  margin-left: auto;
  line-height: 1.5em;
  margin-bottom: 40%;
}
.collections-multicolumn .left .button-outer{
  display: flex;
  justify-content: center;
  max-width: 66%;
  margin-left: auto;
  margin-top: -13%;
}
.collections-multicolumn .right .button-outer{
  display: flex;
  justify-content: center;
  max-width: 66%;
  margin-right: auto;
  margin-top: -13%;
}
.collections-multicolumn .button-outer a{
  margin-top: 0;
}
.collections-multicolumn .button-outer .button:after{
 display: none;
}
/**SHOP BY COLOR SECTION**/
.by-color .multicolumn-list__item{
  min-width: 120px;
  max-width: 150px; 
  width: 200px;
}
.by-color .multicolumn-list{
  justify-content: center;
  flex-wrap: wrap;
}
.by-color a.multicolumn-card:hover .multicolumn-card__image-wrapper{
  transform: scale(1.115);
  transition: .5s;

}
/** AND SO SECTION **/
.and-so .multicolumn-card__image-wrapper{
  margin-top: -6%;
}
.and-so .media>*:not(.zoom):not(.deferred-media__poster-button){
  position: relative;
  max-width: 13%;
  margin: auto;
}
.and-so .rich-text__wrapper{
  padding-bottom: 5%;
}
.and-so .rich-text__blocks{
  max-width: none;
}
.and-so .rich-text__heading{
  margin-top: 0;
}
.and-so .rich-text__heading.mazius{
  line-height: 2.5em;
}
.and-so .rich-text__heading.xs{
  line-height: 1.75em;
}
.and-so .rich-text__wrapper:before{
    content: "";
    background-image: url(/cdn/shop/files/and_so_before.png);
    background-size: contain;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    position: absolute;
    left: -59px;
    top: 19%;
}
/**SHINING MOMENT SECTION**/
.shining-moment .rich-text__heading.mazius{
  margin-bottom: 4%;
}
.shining-moment .rich-text__text p{
  margin-top: 0;
  margin-bottom: 0;
}
/** GIFT **/
.gift .rich-text__wrapper{
  padding: 5% 0 5% 0;
}
.gift .rich-text__buttons{
  margin-top: 3rem;
}
.gift .rich-text__heading{
  line-height: 1.5em;
}
.gift .rich-text__wrapper:before{
  content: "";
  background-image: url(/cdn/shop/files/gift_outer.png);
  background-size: contain;
  width: 150px;
  height: 100px;
  background-repeat: no-repeat;
  position: absolute;
  left: 89%;
  top: 22%;
}
.gift .button:after{
  display: none;
}
.gift .rich-text__buttons{
  position: relative
}
.gift .rich-text__buttons:before{
    content: "";
    background-image: url(/cdn/shop/files/arrow.png);
    background-size: contain;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    position: absolute;
    left: -7%;
    top: -48%;
}
/**TESTIMONIAL SECTION**/
.testimonial{
  background-image: url(/cdn/shop/files/leaf_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
}
.testimonial .rich-text__buttons{
  max-width: none;
}
.testimonial .button:after{
  display: none;
}
.test-heading{
  display: block;
}
.testimonial .rich-text__buttons{
  margin-top: 1%;
}
/**CONTACT PAGE**/
.contact-form{
  padding-top: 100px;
}
.contact-form .field:after{
  border-radius: 8px;
}
.contact-form .text-area{
  min-height: 14rem
}
.contact-form .contact{
  max-width: none;
  width: 50%;
}
.contact-form .image-with-text__media-item{
  width: 50%;
}
.contact-form .image-with-text__media{
  max-width: 80%;
  margin: auto;
  border: 0;
}
.contact-form .media>*:not(.zoom):not(.deferred-media__poster-button){
  width: 100%;
  height: auto;
}
.contact-form .title{
  margin-bottom: 0;
}
.contact-form .contact-headings{
  margin-bottom: 2em;
}
.contact-form .button{
  width: 100%;
  background: #264d6e;
  color: white;
}
.contact-form .contact__button{
  margin-top: 3rem;
  width: 100%;
}
.contact-form .button:after{
  display: none;
}
.contact-multicolumn .media{
  padding-bottom: 21%!important;
  width: 20%;
  margin: auto;
}
.contact-multicolumn .media>*:not(.zoom):not(.deferred-media__poster-button){
  width: 68px;
  height: auto;
}
.contact-multicolumn .icon-outer{
  color: black;
  margin-bottom: 0!important;
}
.contact-multicolumn .multicolumn-card__info h3{
  margin-top: 0;
  margin-bottom: 5%;
}
.contact-multicolumn .rte a{
  color: #588585;
  text-decoration: none;
  font-family: 'aktiv bold';
}
.contact-multicolumn .rte a:hover{
  text-decoration: underline;
}
.contact-multicolumn{
    background-image: url(/cdn/shop/files/contact_shade.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
}
.contact-multicolumn .multicolumn-list{
  justify-content: space-around;
}
.contact-multicolumn .multicolumn-card{
  text-decoration:  none;
}
/*collection page*/
.collection-title .content-container{
  background: transparent;
}
.custom-grid .grid__item{
  max-width: 30%;
}
.custom-grid .grid{
    justify-content: space-between;
    row-gap: 3em;
}
.custom-grid .card__information{
  background: #F8F8F8; 
  padding-left: 10%!important;
  padding-right: 5%!important;
  padding-bottom: 10%;
}
 .custom-grid .card__heading{
   font-family: 'aktiv bold';
   font-size: clamp(16px,2vw,20px);
 }
 .custom-grid .price__container{
   color: #588585;
 }
/**COLLECTION PAGE COLOR SWATCHES**/
.colors{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  column-gap: 0.5em;
  margin-top: 5%;
  flex-wrap: wrap;
  row-gap: 7px;
}
.colors .circle{
  width: 35px;
  height: 35px;
  border-radius: 25px;
  display: block!important;
  border: 0;
}
.black{
  background: #000000;
}
.gray{
  background: #C4C4C4;
}
.brown{
  background: #7C4C04;
}
.beige{
  background: #F4E3D1;
}
.white{
  background: #FFFFFF;
}
.red{
  background: #881E1E;
}
.blue{
  background: #264D6E;
}

/*PRODUCT DETAILS SEC*/
.product-details-sec{
  margin-top: 100px;
}
.desc-heading{
  text-align: center;
  color: #588585;
  font-family: 'mazius';
  width: 100%;
  display: block;
}
.inner-tab ul{
  color: black;
  font-size: 16px;
  padding: 3% 0;
}
.inner-tab ul li{
  padding: 1% 0 0 0;
}
/*PRODUCT SPECIFICATIONS*/
.specs-title{
  margin: 0;
  color: black;
}
#tab-2 ul{
  padding-top: 0;
  margin-left: 5%;
}
#tab-2 ul li{
  padding: 0;
}
.specifications-table tr{
  border-bottom: white 2px solid;
}
.specifications-table tr:last-child{
  border-bottom: 0;
}
.specifications-table td{
  width: 33%;
  padding-bottom: 1.5%;
  padding-top: 1.5%;
}
.specifications-table td p{
  margin: 0;
}
.specifications-table td .large-text{
  text-transform: uppercase;
  font-size: 14px;
}
.specifications-table td .small-text{
  font-size: 12px;
  text-transform: lowercase;
}
.random-info{
  font-size: 14px;
  color: black;
}
.care-instruc{
  display: block!important;
  font-size: 18px;
  font-family: 'aktiv bold';
  margin-top: 4%;
}
.care-ul ul{
  list-style: auto;
}
/*How to install*/
.video-title,.outer-video,.inner-video{
  display: block!important;
}
.outer-video{
  display: flex!important;
  flex-direction: row;
  column-gap: 6%;
}
.video {
  aspect-ratio: 16 / 9;
  width: 100%;
}
.roller .inner-video{
  max-width: 33%; 
  width: 31%; 
}
.roller.outer-video{
  flex-wrap: wrap;
  column-gap: 3%; 
}
iframe{
  width: 100%!important;
}

/**FAQ PAGE**/
.faq-hero{
  background-image: url(/cdn/shop/files/faq_hero_leaves.png?v=1678463621);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
}
.faq-hero .image-with-text{
  max-width: none;
  padding: 0;
}
.faq-hero .image-with-text__content{
  max-width: 600px;
  padding: 0;
}



/*CUSTOM CALCULATOR CSS CHANGES*/
.guide-download{
  max-width: fit-content;
}
.add-to-cart123[data-v-7f44ba7c]:hover{
  background: white;
  border: solid 1px #264d6e;
  color: #264d6e;
}
/*solar openness*/
.wrapper .feature-card-image-child[data-v-7f44ba7c]{
  max-width: 70%;
  margin: auto;
}
p[data-v-7f44ba7c]{
  text-align: left;
}
.wrapper .feature-card-border{
  align-items: center;
  height: 100%;
  margin-top: 10%;
  margin-bottom: 10%;
}
.wrapper .mount-card-border[data-v-7f44ba7c]{
  height: 92%;
}
.mount-card-border-cont[data-v-7f44ba7c]{
  align-items: center;
}
.wrapper .feature-card-border[data-v-7f44ba7c]{
  height: fit-content;
}

.wrapper .width-image-card[data-v-7f44ba7c]{
  width: 44%
}
.wrapper .card-heading-green[data-v-7f44ba7c]{
  margin-top: 0;
  margin-bottom: 0;
}
.wrapper .mount-card-wrapper[data-v-7f44ba7c]{
  margin-top: 0;
}
.wrapper .width-image-card[data-v-7f44ba7c]{
  border: 0;
}
.wrapper .select-wrapper[data-v-7f44ba7c]{
  row-gap: 20px;
  align-items: flex-start;
}
@media screen and (max-width: 1450px){
  .wrapper[data-v-7f44ba7c]{
    max-width: 100%;
  }
  .width-area-wrapper{
    margin-top: 0!important;
  }
  .width-area-wrapper label{
    margin-bottom: 0!important;
  }
  .width-area-wrapper label:nth-child(1){
    margin-top: 20px!important;
  }
}
/*swatches*/
@media screen and (min-width: 1451px){
  .wrapper .card-wrapper[data-v-7f44ba7c]{
    justify-content: flex-start;
    margin-left: 5px;
    gap: 13px;
  }
  .free-sample[data-v-7f44ba7c]{
    max-width: 23%;
  }
  .card-details[data-v-7f44ba7c]{
    font-size: 17px;
  }
  .wrapper .button-switching[data-v-7f44ba7c]{
    width: 200px;
  }
}
@media screen and (max-width: 879px){
  .mount-card[data-v-7f44ba7c]{
    max-width: 48%;
  }
  .mount-card[data-v-7f44ba7c]{
    max-width: 48%;
  }
  .feature-card[data-v-7f44ba7c]{
    max-width: 48%;
  }
}


/**RESPONSIVE**/
@media screen and (max-width: 1400px){
  /*hero sec*/
  .hero .image-with-text__text--caption{
    top: 82%;
    left: 27%;
  }
  .hero .image-with-text__media-item:before{
    background-image: url(/cdn/shop/files/arrow_reflected.svg?v=1673541653);
    z-index: 99;
    left: 16%;
    top: 72%;
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 1350px){
 /*hero sec*/
  /*perk up*/
  .and-so .rich-text__wrapper:before{
    left: 0px;
    width: 87px;
    height: 90px;
  }
}
@media screen and (max-width: 1300px){
 /*hero sec*/
  .hero .image-with-text__heading{
    margin-right: -10%;
  }
  /*contact page*/
  .shopify-section .contact-form{
    max-width: 90%!important;
  }
}
@media screen and (max-width: 1272px){
   /*steps section*/
  .steps .image-with-text__content{
    padding-left: 10px;
    padding-right: 0px;
  }
  /*collections multicolumn*/
  .collections-multicolumn .left .product-outer .text,.collections-multicolumn .right .product-outer .text{
    font-size: 18px!important;
  }
  .collections-multicolumn .right .product-outer,.collections-multicolumn .left .product-outer{
    max-width: 200px;
  }
  /*faq page*/
  .faq-hero .image-with-text__content--desktop-left>*{
    align-self: center;
  }
}
@media screen and (max-width: 1200px){
 /*hero sec*/
 .hero .image-with-text__text--caption{
    top: 80%;
    left: 23%;
 }
  /*collections multicolumn*/
  .collections-multicolumn .page-width{
    max-width: 94%;
    margin: auto;
  }
  /*steps section*/
  .steps .media>*:not(.zoom):not(.deferred-media__poster-button){
    padding-top: 21%;
  }
  /*contact page*/
  .contact-form .image-with-text__media-item{
    padding-top: 7%
  }
  /*footer*/
  .footer-block__newsletter{
    max-width: 90%;
  }
  .footer-bottom{
    flex-direction: column;
  }

}
@media screen and (max-width: 1195px){
  /*by-color*/
  .by-color .multicolumn-list {
    column-gap: 0;
  }
  .by-color .multicolumn-list__item {
    max-width: 125px;
  }
}
@media screen and (max-width: 1155px){
  .testimonial .testimonial-heading h2{
    font-size: clamp(30px,3vw,45px)!important;
  }
}
@media screen and (max-width: 1100px){
 /*hero sec*/
 .hero .image-with-text__text--caption{
    top: 75%;
 }
  .hero .image-with-text__media-item:before{
    left: 13%;
    top: 66%;
  }
  .hero .xs.image-with-text__text{
    max-width: 87%;
  }
}
@media screen and (max-width: 1132px){
  /*perk up*/
  .perk-up .left .list-outer .text,.perk-up .right .list-outer .text{
    font-size: 18px!important;
  }
}
@media screen and (max-width: 1062px){
  /*how to install*/
  .roller .inner-video{
    max-width: 48%;
    width: 48%;
  }
}
@media screen and (max-width: 1024px){
  .button{
    min-width: 150px;
  }
 /*hero sec*/
  .hero .image-with-text__text--caption{
    top: 69%;
    left: 14%;
  }
  .hero .image-with-text__media-item:before{
    left: 7%;
    top: 60%;
  }
  
  /*collections multicolumn*/
  .collections-multicolumn .right .button-outer,.collections-multicolumn .left .button-outer{
    margin-top: -16%;
  }
    /*steps section*/
  .steps .media>*:not(.zoom):not(.deferred-media__poster-button){
    padding-top: 30%;
  }
  /*shining moment*/
  .shining-moment .rich-text__blocks{
    max-width: none;
  }
}
@media screen and (max-width: 991px){
  /*contact page*/
  .contact-form .image-with-text__media-item{
    width: 45%;
  }
  .contact-form .contact{
    width: 55%;
    padding-left: 0;
    padding-right: 0;
  }
  .contact-form .contact-headings{
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 989px){
  /*perk up*/
  .perk-up .multicolumn-list__item--empty{
    display: block;
  }
  .perk-up .left .list-outer,.perk-up .right .list-outer{
    column-gap: 1em;
  }
  /*gift*/
  .rich-text__heading.l{
    font-size: clamp(30px,3vw,45px)!important;
  }
  /*colors multicolumn*/
  .by-color .multicolumn-list .grid__item{
    width: 14%!important;
  }
  .by-color .multicolumn-list .grid__item .multicolumn-card__image-wrapper{
    width: 75%;
  }
  .by-color .multicolumn-list__item{
    min-width: 100px;
  }
    /*perk up*/
  .and-so .rich-text__wrapper:before{
    left: 20px;
    width: 62px;
    height: 90px;
  }
}
@media screen and (max-width: 950px){
 /*hero sec*/
  .hero .image-with-text__media-item{
    margin-top: 6%;
  }
  .hero .image-with-text__text--caption{
    top: 75%;
  }
  /*perk up*/
  .perk-up .right .multicolumn-card .multicolumn-card__info, .perk-up .left .multicolumn-card .multicolumn-card__info{
    row-gap: 3em;
  }
  /*testimonial sec*/
  .testimonial button.slick-next.slick-arrow {
    right: 44%;
  }
  .testimonial button.slick-prev.slick-arrow {
    left: 45%;
  }
  /*and so*/
  .and-so .rich-text__blocks{
    max-width: 80%;
  }
  /*contact*/
  .contact-form .image-with-text__media-item {
    padding-top: 13%;
  }
}
@media screen and (max-width: 925px){
  /*perk up*/
  .perk-up .right .list-outer .text,.perk-up .left .list-outer .text{
    font-size: 16px!important;
  }
  .perk-up .multicolumn-card-spacing{
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 900px){
  /*hero sec*/
  .hero .list{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    column-gap: 1em;
  }
  .hero .outer-list{
    width: 100%;
  }
  .hero .image-with-text__text--caption{
    top: 67%;
    left: 11%;
  }
  /*contact page*/
  .contact .contact-headings .s{
    font-size: 16px!important;
  }
}
@media screen and (max-width: 890px){
  /*hero*/
  .hero .image-with-text__text--caption{
    top: 66%;
  }
  .hero .image-with-text__media-item:before{
    width: 60px;
    height: 60px;
    left: 6%;
    top: 60%;
  }
  .hero .image-with-text__heading{
    margin-right: -20%;
  }
  /*steps*/
  .steps .image-with-text__media-item{
    width: 54%;
    min-height: 362px;
    max-width: 51%;
    margin: auto;
  }
  .steps .image-with-text__grid{
    flex-direction: column-reverse;
  }
  .steps .media>*:not(.zoom):not(.deferred-media__poster-button){
    padding-top: 0;
  }
  .steps .image-with-text .global-media-settings{
    overflow: visible!important;
  }
  .steps .image-with-text__text-item{
    max-width: 90%;
    margin: auto;
    width: 100%;
  }
  /*gift*/
  .gift .rich-text__wrapper:before{
    left: 84%;
    width: 120px;
  }
  /*contact*/
  .contact-form .image-with-text__media-item{
    padding-top: 10%;
  }
  /*footer*/
  .footer-block__newsletter{
    flex-direction: column;
  }
  .newsletter-form{
    margin: auto!important;
  }
  .footer-block__newsletter .footer-block__heading{
    margin: auto;
    text-align: center;
    margin-bottom: 2%;
  }
  .footer .rte{
    max-width: 252px;
  }
}
@media screen and (max-width: 851px){
  /*contact*/
  .contact-multicolumn .media{
    width: 10%;
  }
  .contact-multicolumn .media{
    padding-bottom: 10%!important;
  }
  .contact-multicolumn .grid--1-col-tablet-down .grid__item{
    width: 85%!important;
  }
  .contact-multicolumn .multicolumn-card__info h3{
    margin-bottom: 2%;
  }
  .contact-multicolumn{
    background-size: cover;
  }
    /*multi-product-page*/
  .colors .circle {
    width: 25px;
    height: 25px;
  }

}
@media screen and (max-width: 849px){
  /*by color*/
  .by-color .multicolumn-list .grid__item {
    width: 13%!important;
  }
  .by-color .multicolumn-list__item{
    min-width: auto;
  }

}
@media screen and (max-width: 836px){
  /*collection multicolumn*/
  .collections-multicolumn .multicolumn-list{
    column-gap: 0;
  }
  .collections-multicolumn .multicolumn-list__item{
    max-width: 49.5%;
  }
  /*footer*/
  .footer .footer__blocks-wrapper.grid{
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .footer .footer-block.grid__item{
    width: 100%;
    max-width: 32%;
  }
  .footer .rte{
    max-width: none;
  }
}
@media screen and (max-width: 820px){
  /*hero*/
  .hero .image-with-text__media-item{
    width: 32%;
  }
  .hero .image-with-text__text--caption{
    font-size: 16px!important;
    max-width: 200px;
    top: 63%;
  }
  .hero .image-with-text__media-item:before{
    top: 54%;
  }
  .hero .image-with-text__media-item{
    margin-top: 13%;
  }
    /*collection multicolumn*/
  .collections-multicolumn .right .product-outer .text,.collections-multicolumn .left .product-outer .text{
    font-size: 16px!Important;
  }
  /*steps*/
  .steps .image-with-text__media-item{
    width: 59%;
    min-height: 387px;
    max-width: 59%;
  }
  /*testimonial*/
  .testimonial .page-width{
    padding: 7rem 4.5rem;
  }
}
@media screen and (max-width: 805px){
    /*testimonial*/
  .testimonial .page-width{
    padding: 7rem 5rem;
  }
  .testimonial .test-heading{
    max-width: 400px;
    margin: auto;
  }
}
@media screen and (max-width: 770px){
  /*hero*/
  .hero .button-group{
    width: 43%!important;
  }
  .hero .image-with-text__media-item:before {
    top: 50%;
    left: 2%;
  }
  .hero .image-with-text__text--caption{
    top: 55%;
    left: 8%;
  }
  .hero .image-with-text__media-item{
    margin-top: 11%;
  }
  .hero .button{
    padding: 0;
  }
}
@media screen and (max-width: 749px){
  /*hero*/
  .hero .image-with-text__media-item{
    width: 60%;
  }
  .hero .image-with-text__text-item{
    max-width: 90%;
    margin: auto;
  }
  .hero .button-group{
    width: 100%!important;
  }
  .hero .xs.image-with-text__text{
    text-align: left;
  }
  .hero .image-with-text__media-item{
    max-width: 60%;
    margin: auto;
    position: absolute!important;
    top: 250px;
    max-width: 46%;
    margin: auto;
    left: 22%;
  }
  .hero .image-with-text__grid{
    flex-direction: column-reverse;
  }
  .hero .image-with-text__text-item{
    width: 80%;
    max-width: 500px;
  }
  .hero .image-with-text__text.rte.xs{
    padding-bottom: 475px;
  }
  .hero .image-with-text{
    padding-top: 45px!important;
  }
  .hero .image-with-text__text--caption{
    top: 85%;
    left: 23%;
  }
  .hero .image-with-text__media-item:before {
    top: 75%;
    left: 14%;
  }
 .hero .button-group{
    justify-content: flex-start;
    column-gap: 2em;
  }
  .hero .button{
    min-width: 190px;
  }
  .hero .image-with-text__text--caption{
    position: relative;
    margin-top: -14%;
    left: auto;
    margin-left: 25%;
    width: 175px;
    min-width: 175px;
  }
  .hero{
    background-size: cover;
  }
  /*collections multicolumn*/
  /*.collections-multicolumn .multicolumn-list__item{
    max-width: none;
    margin: auto;
  }
  .collections-multicolumn .right .button-outer, .collections-multicolumn .left .button-outer{
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .collections-multicolumn .multicolumn-card .media{
    padding-bottom: 110%!important;
  }
  .collections-multicolumn .left .button-outer{
     margin-top: -47%;
    margin-bottom: 25%;
  }
  .collections-multicolumn .right .button-outer{
    margin-top: -52%;
    margin-bottom: 10%;
  }*/
  .collections-multicolumn .multicolumn-card__info{
    display: none;
  }
  .collections-multicolumn .right .button-outer, .collections-multicolumn .left .button-outer{
      margin-top: 7%;
      width: 100%;
      max-width: none;
  }
  .collections-multicolumn .multicolumn-card{
    height: auto!important;
  }
  /*shop by color*/
  .multicolumn-list:not(.slider) {
    padding-left:1rem!important;
    padding-right: 1rem!important;
  }
  .by-color .multicolumn-list{
    column-gap: 0;
  }
  .by-color .multicolumn-list__item {
    max-width: 20%;
  }
    /*footer*/
  .footer .footer-block.grid__item{
    max-width: none;
  }
  /*Shining Moment*/
  .shining-moment .rich-text:not(.rich-text--full-width) .rich-text__wrapper{
    width: 95%;
  }
  /*and so*/
  .and-so .rich-text__blocks{
    max-width: 87%;
  }
  .and-so .media>*:not(.zoom):not(.deferred-media__poster-button){
    max-width: 20%;
  }
  .and-so .rich-text:not(.rich-text--full-width) .rich-text__wrapper{
    width: 90%;
  }
  /*gift*/
  .gift .rich-text__blocks{
    width: 80%;
    margin: auto;
  }
  /*by color*/
  .by-color .multicolumn-list .grid__item{
    width: 33%!important;
  }
  .by-color .multicolumn-list{
    justify-content: flex-start;
  }
  /*contact page*/
  .contact-form{
    flex-direction: column-reverse!important;
  }
  .contact-form .contact{
    width: 80%;
  }
  .contact-form .image-with-text__media-item{
    width: 60%;
    margin: auto;
  }
  .contact-form .image-with-text__media-item{
    padding-top: 5%;
  }
  /*FAQ PAGE*/
  .tab-box-faq .tabs-cus-cont-faq{
    flex-direction: column!important;
  }
  .tab-box-faq #tabs-cus{
    flex-direction: row;
    width: 100%;
    margin-top: 0;
    height: auto;
  }
  .tab-box-faq .container-accordian{
    width: 100%;
  }
  .tab-box-faq #tabs-cus li{
    width: fit-content;
  }
  .tab-box-faq #tabs-cus li a{
    flex-direction: column;
  }
  .tab-box-faq #tabs-cus li h6{
    margin: 5px;
  }
  .tab-box-faq #tabs-cus li a:not(.inactive) h6{
    font-size: 18px;
  }
  .tab-box-faq #tabs-cus li a:not(.inactive):after{
    transform: rotate(90deg)
  }
  .faq-hero .image-with-text__grid{
    flex-direction: row-reverse;
  }
  .faq-hero .grid--1-col .grid__item{
    max-width: 50%;
  }
  /*product-page*/
  .product__info-container{
    position: absolute;
    top: 150px;
    left: 40px;
  }
  .product__media-wrapper{
    margin-top: 350px;
  }
}
@media screen and (max-width: 661px){
   /*Shining Moment*/
  .shining-moment .rich-text:not(.rich-text--full-width) .rich-text__wrapper{
    width: 500px;
    max-width: 95%;
  } 
  /*faq page*/
 .tab-box-faq  #tabs-cus li h6{
    font-size: 16px;
  }
 .tab-box-faq #tabs-cus li a:not(.inactive) h6{
    font-size: 16px;
  }
}
@media screen and (max-width: 660px){
  /*perk up*/
  .perk-up .image{
    display: none;
  }
  .perk-up .grid__item.narrow{
    width: 90%;
    max-width: none;
  }
  .perk-up .left .multicolumn-card .multicolumn-card__info,.perk-up .right .multicolumn-card .multicolumn-card__info{
    padding-bottom: 5%;
    height: 100%;
  }
  .perk-up .left .multicolumn-card__image-wrapper, .perk-up .right .multicolumn-card__image-wrapper{
    display: block;
  }
  .perk-up .left .multicolumn-card{
    flex-direction: row-reverse;
  }
  .perk-up .left .multicolumn-card__image-wrapper,.perk-up .right .multicolumn-card__image-wrapper{
    width: 35%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .perk-up .left .multicolumn-card__info,.perk-up .right .multicolumn-card__info{
    width: 50%;
     min-height: 470px
  }
  .perk-up .left .media,.perk-up .right .media{
    height: 100%
  }

 .perk-up .left .multicolumn-card,.perk-up .right .multicolumn-card{
    justify-content: space-between;
  }
  .perk-up  .multicolumn-list__item .media--adapt .multicolumn-card__image {
    width: 100%;
    height: auto;
  }
 .perk-up .multicolumn-list:not(.slider){
    padding-left: 0;
    padding-right: 0;
  }
  /*and so*/
    .and-so .rich-text__wrapper:before{
    left: 0;
  }
  
}

@media screen and (max-width: 630px){
  /*HERO*/
  .hero .image-with-text__text.rte.xs {
    padding-bottom: 420px;
  }
  .perk-up .left .multicolumn-card__image-wrapper,.perk-up .right .multicolumn-card__image-wrapper{
    width: 43%;
    }
  .perk-up .left .list-outer{
    max-width: 83%;
  }
  /*gift*/
  .gift .rich-text__wrapper:before{
    left: 83%;
    width: 98px;
    top: 26%;
  }
  .gift .rich-text__buttons:before{
    width: 75px;
    height: 75px;
  }
  /*multi-product page*/
  .custom-grid .grid__item{
    max-width: 48%;
    width: 80%;
    padding-bottom: 10%;
  }
  .custom-grid .grid{
    row-gap: 1em;
  }
}
@media screen and (max-width: 600px){
  .product__media-wrapper{
    margin-top: 400px;
  }
}
@media screen and (max-width: 589px){
  /*hero sec*/
  .hero .image-with-text__media-item{
    max-width: 50%;
    width: 100%;
  }
  /*steps*/
  .steps .image-with-text__media-item {
    width: 68%;
    min-height: 385px;
    max-width: 68%;
  }
  /*contact page*/
  .contact-multicolumn .media{
    width: 60px;
    padding-bottom: 63px!important
  }
  /*faq page*/
  .tab-box-faq #tabs-cus{
    flex-wrap: wrap;
    max-width: 450px;
    margin: auto;
  }
  .tab-box-faq #tabs-cus li{
    width: 50%; 
  }
  .tab-box-faq #tabs-cus li h6{
    text-align: center;
  }
}
@media screen and (max-width: 572px){
  /*install*/
  .outer-video{
    flex-direction: column;
  }
}
@media screen and (max-width: 540px){
    /*hero sec*/
  .hero .button-group{
    flex-direction: column!important;
    min-height: 110px;
    row-gap: 1.5em;
  }
  .hero .list{
    flex-direction: column;
  }
  .hero .image-with-text__heading{
    margin-right: 0;
  }
  .hero .image-with-text__text-item{
    width: 86%;
  }
  .hero .image-with-text__text--caption {
    margin-top: -13%;
    margin-left: 18%;
  }
  .hero .image-with-text__text.rte.xs {
    padding-bottom: 420px;
}
  .hero .image-with-text__media-item {
    max-width: 62%;
    width: 100%;
    top: 220px;
    left: 16%;
}

    /*collection multicolumn*/
  .collections-multicolumn .button-outer .button{
    font-size: 14px!Important;
  }
  /*gift*/
  .gift .rich-text__wrapper:before{
    left: 80%;
    width: 90px;
    top: 21%;
  }
  /*by-color*/
 .by-color .multicolumn-list .grid__item,.by-color .multicolumn-list__item {
    max-width: 90px;
     width: 90px!important;
  }
  .by-color .multicolumn-list {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 507px){
  /*product details*/
  .product-details-sec li:nth-child(1) a span{
    max-width: 70%;
    display: block;
    margin: auto;
  }
  .product-details-sec li:nth-child(3) a span{
    max-width: 50%;
    display: block;
    margin: auto;
  }
}
@media screen and (max-width: 500px){
  /*hero sec*/
  .hero .image-with-text__media-item{
    max-width: 64%;
    width: 100%;
  }
  .perk-up .left .multicolumn-card__image-wrapper,.perk-up .right .multicolumn-card__image-wrapper{
    width: 52%;
    } 
  .hero .image-with-text{
    padding-top: 0!important;
  }
  .hero .image-with-text__media-item{
    top: 190px;
  }

  /*gift*/
  .gift .rich-text__buttons:before{
    width: 57px;
    height: 55px;
  }
  .gift .rich-text:not(.rich-text--full-width) .rich-text__wrapper{
    width: 92%;
  }
  /*steps*/
  .steps .image-with-text__media-item {
    width: 82%;
    min-height: 385px;
    max-width: 82%;
  }
  /*how to install*/
  .roller .inner-video{
    max-width: none;
    width: auto;
  }
}
@media screen and (max-width: 497px){
  .product__media-wrapper {
    margin-top: 435px;
  }
}

@media screen and (max-width: 477px){
  /*hero sec*/
  .hero .image-with-text__text--caption{
   /* width: 60%;*/
    margin-left: 20%;
  }
    .hero .image-with-text__text-item{
    width: 95%;
  }
  .hero .image-with-text__text.rte.xs {
    padding-bottom: 400px;
  }
    /*gift*/
  .gift .rich-text__buttons:before{
    width: 57px;
    height: 55px;
    left: -11%;
  }
  /*collections multicolumn*/
  .collections-multicolumn .button-outer .button{
    font-size: 12px!important;
    padding: 0;
  }
}
@media screen and (max-width: 450px){
  .hero .image-with-text__text.rte.xs {
    padding-bottom: 375px;
  }
}

@media screen and (max-width: 430px){
  /*hero sec*/
  .hero .image-with-text__heading{
    max-width: 86%;
  }
  .hero .image-with-text__media-item {
    top: 225px;
  }
  /*gift*/
  .gift .rich-text__wrapper:before{
    left: 75%;
    width: 90px;
    top: 22%;
    height: 7%;
  }
  .gift .rich-text__buttons:before{
    width: 50px;
    height: 50px;
    left: -11%;
  }
  /*perk up*/
  .perk-up .list-outer img{
    max-width: 40px;
  }
  .perk-up .right .list-outer .text, .perk-up .left .list-outer .text{
    font-size: 14px!important;
  }
  .perk-up .left .list-outer{
    max-width: 100%;
  }

}
@media screen and (max-width: 394px){
  /*hero sec*/
  .hero .image-with-text__text--caption{
    width: 75%;
    margin-left: 13%;
  }
  .hero .image-with-text__media-item:before{
    top: 69%;
    left: 6%;
  }
  .hero .image-with-text{
    padding-top: 25px!important;
  }
  .hero .image-with-text__text.rte.xs {
    padding-bottom: 330px;
  }
  .hero .image-with-text__media-item {
    top: 265px;
}
  /*perk up*/
  .perk-up .left .multicolumn-card .multicolumn-card__info, .perk-up .right .multicolumn-card .multicolumn-card__info{
    padding-bottom: 24%;
  }
}
@media screen and (max-width: 342px){
  /*HERO*/
  .hero .image-with-text__text.rte.xs {
    padding-bottom: 350px;
}
  .hero .image-with-text__media-item{
    max-width: 73%!important;
    left: 13%!important;
  }
  .hero .image-with-text__media-item {
    top: 285px;
}
  /*Shining Moment*/
  .shinging-moment .rich-text__heading.s{
    max-width: 91%;
    margin: auto;
  }
  /*gift*/
  .gift .rich-text__buttons:before{
    display: none;
  }
}
@media screen and (max-width: 338px){
  .product__media-wrapper {
    margin-top: 470px;
  }
}
@media screen and (max-width: 320px){
  /*HERO*/
  .hero .image-with-text__text.rte.xs {
    padding-bottom: 300px;
}
  .hero .image-with-text__media-item{
    max-width: 73%!important;
    left: 13%!important;
  }
}
@media screen and (max-width: 305px){
  /*HERO*/
  .hero .image-with-text__media-item {
    top: 330px;
}

















/*hello world*/