/** Shopify CDN: Minification failed

Line 2433:2 "align-item" is not a known CSS property
Line 3310:0 Unexpected "}"

**/
 @import url("https://use.typekit.net/rdo4hxe.css");
:root{
  --success: rgb(53, 124, 57);
  --alert: rgb(244, 203, 79);
  --warning: rgb(244, 134, 79);
  --danger: rgb(140, 38, 38);
  --dark: #231F20;
  --medium: #58595B;
  --light: #EEF3FB;
  --white: hsl(0, 0%, 100%);
  --main: #5A87C6;
  --secondary: #F8971D;
  --accent: #F8971D;
  --font: "aktiv-grotesk", sans-serif;
  --font-heading: "raleway", sans-serif;
  --animate: all .35s ease-in-out;
  --shadow: 0 0 1.6rem hsla(0 0% 0% / .16);
}
/* ---------- Core Styles ---------- */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
html{
  font-size: 62.5%;
}
body{
  color: var(--medium);
  background: var(--dark);
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  overflow-x: hidden;
}
::-moz-selection {
  background: hsla(0 0% 0% / .6);
  color: var(--white);
}
::selection {
  background: hsla(0 0% 0% / .6);
  color: var(--white);
}
hr{
  margin: 4rem auto;
  border: none;
  border-top: 4px solid hsla(0 0% 0% / .1);
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4{
  color: var(--dark);
  margin-bottom: 3.2rem;
  line-height: 1.1;
  font-family: var(--font-heading);
  letter-spacing: 0;
  font-style: normal;
  font-weight: 500;
}
h5, .h5,
h6, .h6{
  color: var(--secondary);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin: 0 0 1.6rem;
  font-weight: 500;
}
h1,
.h1 {
  font-size: clamp(3.6rem, 3.7vw, 5.6rem);
}
h2,
.h2 {
  font-size: clamp(3.2rem, 3.2vw, 4.8rem);
}
h3,
.h3 {
  font-size: clamp(2.8rem, 2.7vw, 4rem);
}
h4,
.h4 {
  font-size: clamp(2.4rem, 2.1vw, 3.2rem);
}
h5,
.h5 {
  font-size: clamp(2rem, 1.7vw, 2.6rem);
}
h6,
.h6 {
  font-size: clamp(1.6rem, 1.3vw, 2rem);
}
p {
  margin: 0 0 1.6rem;
  color: var(--medium);
}
a{
  color: var(--dark);
}
a:hover{
  text-decoration: none;
}
.service-intro .page-width .rte a,
.button,
.btn,
button{
    background: var(--secondary);
    color: var(--white);
    line-height: 1;
    text-transform: capitalize;
    font-weight: 500;
    padding: .2rem 4rem 0;
    text-decoration: none;
    border-radius: .4rem;
    border: none;
    outline: none;
    font-size: 1.6rem;
    height: 4rem;
    cursor: pointer;
    margin: 1.6rem 0 0;
    display: inline-flex;
    letter-spacing: 0;
    min-width: 0;
    min-height: 0;
    transition: var(--animate);
    align-items: center;
    text-align: center;
    justify-content: center;
    font-family: var(--font-heading);
}
.service-intro .page-width .rte a:hover,
.button:hover,
.btn:hover,
button:hover{
  background: var(--main);
}
.button::before,
.btn::before,
button::before,
.button::after,
.btn::after,
button::after{
  display: none;
}
.button--secondary{
  background: none;
  border: 2px solid var(--main);
  color: var(--main);
}
.button--secondary:hover{
  color: var(--white);
  background: var(--main);
}
.button--secondary-white{
  background: none;
  border: 2px solid var(--white);
  color: var(--white);
}
.button--secondary-white:hover{
  background: var(--white);
  color: var(--dark);
}
ol,
ul{
  margin: 0 0 1.6rem 2rem;
}
form{
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin: 1.6rem 0 0;
}
form .full-width{
  width: 100%;
}
form .half-width{
  width: calc(50% - .8rem);
}
form .third-width{
  width: calc(33.3333% - 1.1rem);
}
form .quarter-width{
  width: calc(25% - 1.2rem);
}
@media screen and (max-width: 1024px){
  form .half-width,
  form .third-width{
    width: 100%;
  }
  form .quarter-width{
    width: calc(50% - .8rem);
  }
}
@media screen and (max-width: 768px){
  form .quarter-width{
    width: 100%;
  }
}
form label{
  display: block;
  margin: 0 0 .4rem;
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
}
form input,
form select,
form textarea{
  display: block;
  width: 100%;
  background: var(--light);
  border: none;
  border-bottom: 3px solid var(--dark);
  padding: 0.8rem;
  font-size: 1.6rem;
  color: var(--medium);
  line-height: 1.3rem;
}
form textarea{
  padding: 1.2rem 0.8rem;
}
.section{
  padding: 9.6rem 30px;
  background: var(--light);
}
@media screen and (max-width: 1024px){
  .section{
    padding: 4.8rem 3rem;
  }
}
footer{
  padding: 4.8rem 3rem;
  background: var(--dark);
}
.content{
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 3.2rem;
}
.content > *:last-child,
.content .editable-content > *:last-child{
  margin-bottom: 0;
}
/* ----- Container Widths ----- */
.xlarge-width{
  max-width: 1920px;
  margin: 0 auto;
}
.large-width{
  max-width: 1366px;
  margin: 0 auto;
}
.medium-width{
  max-width: 1024px;
  margin: 0 auto;
}
.small-width{
  max-width: 768px;
  margin: 0 auto;
}
.xsmall-width{
  max-width: 560px;
  margin: 0 auto;
}
/* ----- Center Text ----- */
.center-text{
  text-align: center;
}
/* ----- Center List ----- */
.center-list{
  justify-content: center;
}
/* ----- Grey Background ----- */
.light,
.light-gray{
  background: var(--light);
  opacity: 1;
}
/* ----- Dark / Colour Background ----- */
.dark{
  background: var(--dark);
}
.medium{
  background: var(--medium);
}
.colour{
  background: var(--main);
}
.dark :is(h1,.h1,h2,.h2,h3,.h3,h4,.h4,ul li,ol li,p,pre),
.medium :is(h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,ul li,ol li,p,pre),
.colour :is(h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,ul li,ol li,p,pre){
  color: var(--white);
}
.colour a,
.medium a,
.dark a{
  color: var(--white);
}
.colour hr,
.medium hr,
.dark hr{
  border-color: hsla(0 0% 100% / .15);
}
.colour a.button:hover{
  background: white;
  color: var(--dark);
}
.medium :is(.btn, button),
.dark :is(.btn, button),
.colour :is(.btn, button){
  background: var(--secondary);
  color: white;
}
.colour :is(.btn:hover, button:hover){
  background: var(--white);
  color: var(--dark);
}
.medium :is(.btn:hover, button:hover),
.dark :is(.btn:hover, button:hover){
  background: var(--main);
  color: var(--white);
}
.colour form label,
.medium form label,
.dark form label{
  color: var(--white);
}
.colour form input,
.colour form select,
.colour form textarea,
.medium form input,
.medium form select,
.medium form textarea,
.dark form input,
.dark form select,
.dark form textarea{
  background: hsla(0 0% 100% / .1);
  border-color: var(--white);
  color: var(--white);
}
/* ----- Reduced Padding ----- */
.reduced-padding{
  padding: 4.8rem 3.2rem;
}
/* ----- Subtitle Spacing -----*/
.subtitle-top :is(h5,.h5,h6,.h6){
  margin: 0;
}
.subtitle-bottom :is(h1,.h1,h2,.h2,h3,.h3,h4,.h4){
  margin: 0;
}
/* ----- Flex Columns Widths ----- */
.flex{
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.flex-six > *{
  width: calc(16.6666% - 1.5rem);
}
.flex-five > *{
  width: calc(20% - 1.4rem);
}
.flex-four > *{
  width: calc(25% - 1.2rem);
}
.flex-three > *{
  width: calc(33.3333% - 1.1rem);
}
.flex-two > *{
  width: calc(50% - .8rem);
}
@media screen and (max-width: 1024px){
  .flex-six > *{
    width: calc(25% - 1.2rem);
  }
  .flex-five > *{
    width: calc(33.3333% - 1.1rem);
  }
  .flex-four > *,
  .flex-three > *{
    width: calc(50% - .8rem);
  }
  .flex-two > *{
    width: 100%;
  }
}
@media screen and (max-width: 768px){
  .flex-four > *,
  .flex-three > *{
    width: 100%;
  }
  .flex-five > *{
    width: calc(50% - .8rem);
  }
  .flex-six > *{
    width: calc(33.3333% - 1.1rem);
  }
}
@media screen and (max-width: 560px){
  .flex-five > *{
    width: 100%;
  }
  .flex-six > *{
    width: calc(50% - .8rem);
  }
}
/* ----- Flex Staggered Animations ----- */
.flex-two > *.animate,
.flex-three > *.animate,
.flex-four > *.animate,
.flex-five > *.animate,
.flex-six > *.animate {
  opacity: 0;
  transform: translateY(10rem);
  transition: 0.5s ease-in-out;
} 
.flex-two > *.animate.show,
.flex-three > *.animate.show,
.flex-four > *.animate.show,
.flex-five > *.animate.show,
.flex-six > *.animate.show{
  opacity: 1;
  transform: translateY(0);
}
.flex-two > *.animate:nth-of-type(2n + 1),
.flex-three > *.animate:nth-child(3n + 1),
.flex-four > *.animate:nth-child(4n + 1),
.flex-five > *.animate:nth-child(5n + 1),
.flex-six > *.animate:nth-child(6n + 1) {
  transition-delay: 0s;
}
.flex-two > *.animate:nth-of-type(2n),
.flex-three > *.animate:nth-child(3n + 2),
.flex-four > *.animate:nth-child(4n + 2),
.flex-five > *.animate:nth-child(5n + 2),
.flex-six > *.animate:nth-child(6n + 2) {
  transition-delay: 0.15s;
}
.flex-three > *.animate:nth-child(3n),
.flex-four > *.animate:nth-child(4n + 3),
.flex-five > *.animate:nth-child(5n + 3),
.flex-six > *.animate:nth-child(6n + 3) {
  transition-delay: 0.3s;
}
.flex-four > *.animate:nth-child(4n),
.flex-five > *.animate:nth-child(5n + 4),
.flex-six > *.animate:nth-child(6n + 4){
  transition-delay: 0.45s;
}
.flex-five > *.animate:nth-child(5n),
.flex-six > *.animate:nth-child(6n + 5){
  transition-delay: 0.6s;
}
.flex-six > *.animate:nth-child(6){
  transition-delay: 0.75s;
}
@media screen and (max-width: 1024px){
  .flex-two > *.animate:nth-of-type(2n),
  .flex-three > *.animate:nth-child(3n + 2),
  .flex-four > *.animate:nth-child(4n + 2),
  .flex-five > *.animate:nth-child(5n + 2),
  .flex-three > *.animate:nth-child(3n),
  .flex-four > *.animate:nth-child(4n + 3),
  .flex-five > *.animate:nth-child(5n + 3),
  .flex-four > *.animate:nth-child(4n),
  .flex-five > *.animate:nth-child(5n + 4),
  .flex-five > *.animate:nth-child(5n),
  .flex-six > *.animate:nth-child(6n + 1),
  .flex-six > *.animate:nth-child(6n + 2),
  .flex-six > *.animate:nth-child(6n + 3),
  .flex-six > *.animate:nth-child(6n + 4),
  .flex-six > *.animate:nth-child(6n + 5),
  .flex-six > *.animate:nth-child(6){
    transition-delay: 0s;
  }
}
/* ----- Standard Card ----- */
.card img{
  width: 100%;
  height: auto;
  margin: 0 0 .8rem;
}
.card h3{
  font-size: 2.4rem;
  line-height: 1;
}
.card h3 a:hover{
  color: var(--main);
}
.card h3,
.card p{
  margin: 0 0 1.6rem;
}
.card a.btn{
  margin: 0;
}
/* ----- Standard Box ----- */
.box{
  text-decoration: none;
  position: relative;
  line-height: 0;
}
.box img{
  width: 100%;
  height: auto;
}
.box h3{
  margin: 0;
  font-size: 2.4rem;
  line-height: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0 auto auto 0;
  display: flex;
  align-items: flex-end;
  padding: 1.6rem;
  color: var(--white);
  background: hsla(0 0% 20% / 0.5);
  transition: var(--animate);
}
.box:hover h3{
  background: hsla(0 0% 20% / 0.8);
}
/* ----- Shadow List ----- */
.shadow-list > *{
  box-shadow: var(--shadow);
  border-radius: 1.6rem;
  background: #fff;
  overflow: hidden;
}
.shadow-list img{
  margin: 0;
}
.shadow-list .content-holder{
  padding: 1.6rem;
}
/* ----- Floating Image ----- */
.img-float .content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.img-float.img-right .content{
  flex-direction: row-reverse;
}
.img-float .content .img-holder{
  width: calc(33.3333% - 4.8rem);
  aspect-ratio: 4 / 6;
  background: url(../../assets/images/no-image-450x600.jpg) center center no-repeat;
  background-size: cover;
}
.img-float .content .editable-content{
  width: calc(66.6666% - 4.8rem);
}
@media screen and (max-width: 1024px){
  .img-float .content,
  .img-float.img-right .content{
    flex-direction: column;
    gap: 3.2rem;
    align-items: center;
  }
  .img-float .content .img-holder{
    max-width: 30rem;
    width: 100%;
  }
  .img-float .content .editable-content{
    width: 100%;
  }
}
/* ----- Faded Image ----- */
.img-fade{
  position: relative;
}
.img-fade .img-holder{
  width: calc(45% - 4.8rem);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../assets/images/no-image-600x600.jpg) center center no-repeat;
  background-size: cover;
  z-index: 0;
}
.img-fade::after{
  content: '';
  width: calc(45% - 4.8rem);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, transparent, var(--white) 100%);
  z-index: 1;
}
.light-gray.img-fade::after{
  background: linear-gradient(to right, transparent, var(--light) 100%);
}
.medium.img-fade::after{
  background: linear-gradient(to right, transparent, var(--medium) 100%);
}
.dark.img-fade::after{
  background: linear-gradient(to right, transparent, var(--dark) 100%);
}
.colour.img-fade::after{
  background: linear-gradient(to right, transparent, var(--main) 100%);
}
.img-fade.img-right .img-holder,
.img-fade.img-right::after{
  left: auto;
  right: 0;
}
.img-fade.img-right::after{
  background: linear-gradient(to left, transparent, var(--white) 100%);
}
.light-gray.img-fade.img-right::after{
  background: linear-gradient(to left, transparent, var(--light) 100%);
}
.medium.img-fade.img-right::after{
  background: linear-gradient(to left, transparent, var(--medium) 100%);
}
.dark.img-fade.img-right::after{
  background: linear-gradient(to left, transparent, var(--dark) 100%);
}
.colour.img-fade.img-right::after{
  background: linear-gradient(to left, transparent, var(--main) 100%);
}
.img-fade .content{
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}
.img-fade.img-right .content{
  justify-content: flex-start;
}
.img-fade .content .editable-content{
  width: calc(55% - 4.8rem);
}
@media screen and (max-width: 1024px){
  .img-fade{
    padding-top: 35rem;
  }
  .img-fade .img-holder,
  .img-fade::after{
    height: 30rem;
    width: 100%;
  }
  .img-fade::after,
  .img-fade.img-right::after{
    background: linear-gradient(to bottom, transparent, #fff 100%);
  }
  .light-gray.img-fade::after,
  .light-gray.img-fade.img-right::after{
    background: linear-gradient(to bottom, transparent, var(--light) 100%);
  }
  .medium.img-fade::after,
  .medium.img-fade.img-right::after{
    background: linear-gradient(to bottom, transparent, var(--medium) 100%);
  }
  .dark.img-fade::after,
  .dark.img-fade.img-right::after{
    background: linear-gradient(to bottom, transparent, var(--dark) 100%);
  }
  .colour.img-fade::after,
  .colour.img-fade.img-right::after{
    background: linear-gradient(to bottom, transparent, var(--main) 100%);
  }
  .img-fade .content .editable-content{
    width: 100%;
  }
}
/* ----- Background Image ----- */
.img-background{
  position: relative;
  background: url(../../assets/images/no-image-600x450.jpg) center center no-repeat;
  background-size: cover;
}
.img-background::after{
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .75;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.light-gray.img-background::after{
  background: var(--light);
}
.medium.img-background::after{
  background: var(--medium);
}
.dark.img-background::after{
  background: var(--dark);
}
.colour.img-background::after{
  background: var(--main);
}
.img-background .content{
  position: relative;
  z-index: 1;
}
/* ----- Strip List ----- */
.strip-list-holder{
  padding: 0;
}
.strip-list{
  padding: 9.6rem 0;
  position: relative;
}
.strip-list:nth-of-type(2n){
  background: var(--light);
}
.strip-list .img-holder{
  background: url(../../assets/images/no-image-600x450.jpg) center center no-repeat;
  background-size: cover;
  width: 33.3333%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.strip-list:nth-last-of-type(2n) .img-holder{
  left: auto;
  right: 0;
}
.strip-list .content{
  display: flex;
  justify-content: flex-end;
}
.strip-list:nth-last-of-type(2n) .content{
  justify-content: flex-start;
}
.strip-list .content .editable-content{
  width: calc(66.6666% - 5rem);
}
@media screen and (max-width: 1024px){
  .strip-list{
    padding: 30rem 0 5rem;
  }
  .strip-list .img-holder{
    width: 100%;
    height: 25rem;
  }
  .strip-list .content .editable-content{
    width: 100%;
  }
}
/* ----- Animations ----- */
.fadeFromLeft{
  opacity: 0;
  transform: translateX(-10rem);
  transition: 0.5s ease-in-out;
}
.fadeFromRight{
  opacity: 0;
  transform: translateX(10rem);
  transition: 0.5s ease-in-out;
}
.fadeFromTop{
  opacity: 0;
  transform: translateY(-10rem);
  transition: 0.5s ease-in-out;
}
.fadeFromBottom{
  opacity: 0;
  transform: translateY(10rem);
  transition: 0.5s ease-in-out;
}
.fadeFromLeft.show,
.fadeFromRight.show,
.fadeFromTop.show,
.fadeFromBottom.show{
  opacity: 1;
  transform: translateY(0);
}
/* ---------- Base Shopify Theme Styles ----------- */
.page-width{
  padding: 0;
}
/* ----- Header ----- */
.shopify-section-group-header-group.section-header{
  top: 0;
  position: sticky;
  width: 100%;
  z-index: 999;
}
.shopify-section-group-header-group.section-header sticky-header{
  border: none;
  background: var(--white);
  box-shadow: var(--shadow);
  padding: 0;
}
.shopify-section-group-header-group.section-header header.header.page-width{
  padding: 0 3.2rem;
  display: flex;
  justify-content: space-between;
  max-width: 1264px;
}
/* - Logo - */
.shopify-section-group-header-group.section-header header.header.page-width a.logo-holder{
  padding: 0;
  margin: 0;
  width: 24rem;
}
.shopify-section-group-header-group.section-header header.header.page-width a.logo-holder img{
  width: 100%;
  height: auto;
}
/* - Navigation - */
.shopify-section-group-header-group.section-header header.header.page-width nav ul li a{
  line-height: 1;
  font-size: 1.6rem;
  padding: 3.7rem 2.4rem;
  color: var(--dark);
  position: relative;
  font-family: var(--font);
  font-weight: 400;
    display: block;
}
.shopify-section-group-header-group.section-header header.header.page-width nav ul li a::after{
  content: '';
  width: 0;
  height: 0.3rem;
  bottom: 2.4rem;
  left: 50%;
  position: absolute;
  background: var(--main);
  transform: translate(-50%, 0);
  transition: var(--animate);
}
.shopify-section-group-header-group.section-header header.header.page-width nav ul li a:hover::after,
.shopify-section-group-header-group.section-header header.header.page-width nav ul li a.active::after{
  width: calc(100% - 2.4rem);
}
.shopify-section-group-header-group.section-header header.header.page-width nav ul li a span{
  text-decoration: none;
  border: none;
}
/* - Header Icons - */
/* .shopify-section-group-header-group.section-header header.header.page-width .header__icons{

} */
/* - Search Icon and Modal - */
.shopify-section-group-header-group.section-header header.header.page-width .header__icons details-modal details .search-modal .search-modal__content predictive-search form .field::after{
  display: none;
}
.shopify-section-group-header-group.section-header header.header.page-width .header__icons details-modal details .search-modal .search-modal__content predictive-search form .field input.search__input{
  background: white;
  border-bottom: 3px solid var(--secondary);
}
.shopify-section-group-header-group.section-header header.header.page-width .header__icons details-modal details .search-modal .search-modal__content predictive-search form .field button.search__button{
  margin: 0;
}
.shopify-section-group-header-group.section-header header.header.page-width .header__icons details-modal details .search-modal .search-modal__content button.search-modal__close-button{
  margin: 1.6rem 0 0 .8rem;
  background: var(--main);
  border-radius: 50%;
}
.shopify-section-group-header-group.section-header header.header.page-width .header__icons details-modal details .search-modal .search-modal__content button.search-modal__close-button:hover{
  background: var(--secondary);
}
.shopify-section-group-header-group.section-header header.header.page-width .header__icons details-modal details .search-modal .search-modal__content button.search-modal__close-button svg{
  color: var(--white);
}
.shopify-section-group-header-group.section-header header.header.page-width .header__icons details-modal button.reset__button{
  margin: 0;
}
.shopify-section-group-header-group.section-header header.header.page-width .header__icons details-modal button.reset__button svg{
  border: none;
  background: var(--main);
  color: var(--white);
  border-radius: 50%;
  transition: var(--animate);
}
.shopify-section-group-header-group.section-header header.header.page-width .header__icons details-modal button.reset__button:hover svg{
  background: var(--dark);
}
.shopify-section-group-header-group.section-header header.header.page-width .header__icons details-modal button.predictive-search__item{
  margin: 0;
  font-size: 1.6rem;
  border-radius: 0;
}
.shopify-section-group-header-group.section-header header.header.page-width .header__icons details-modal button.predictive-search__item:hover{
  background: hsla(0 0% 0% / .1);
}
/* - Cart Icon - */
/* .shopify-section-group-header-group.section-header header.header.page-width .header__icons a.header__icon--cart{

}
.shopify-section-group-header-group.section-header header.header.page-width .header__icons a.header__icon--cart .cart-count-bubble{

}
.shopify-section-group-header-group.section-header header.header.page-width .header__icons a.header__icon--cart .cart-count-bubble > span{

} */
/* - Cart Notification - */
.shopify-section-group-header-group.section-header cart-notification .cart-notification-wrapper .cart-notification .cart-notification__header h2{
  background: var(--main);
  color: var(--white);
  width: auto;
  display: inline-flex;
  border-radius: 2rem;
  margin-right: 1.6rem;
  margin-top: -1.2rem;
  padding: 0.4rem 0.4rem 0.4rem 1.2rem;
}
.shopify-section-group-header-group.section-header cart-notification .cart-notification-wrapper .cart-notification .cart-notification__header h2 svg path{
  fill: var(--white);
}
.shopify-section-group-header-group.section-header cart-notification .cart-notification-wrapper .cart-notification .cart-notification__header button.cart-notification__close{
  background: var(--secondary);
  border-radius: 50%;
}
.shopify-section-group-header-group.section-header cart-notification .cart-notification-wrapper .cart-notification .cart-notification__header button.cart-notification__close:hover{
  background: var(--main);
}
.shopify-section-group-header-group.section-header cart-notification .cart-notification-wrapper .cart-notification .cart-notification__header button.cart-notification__close svg{
  fill: var(--white);
  color: var(--white);
}
.shopify-section-group-header-group.section-header cart-notification .cart-notification-wrapper .cart-notification .cart-notification-product h3.h4{
  font-size: 2rem;
  margin: 0;
}
.shopify-section-group-header-group.section-header cart-notification .cart-notification-wrapper .cart-notification .cart-notification__links{
  border-top: 2px solid hsla(0 0% 0% / .15);
  margin: 1.2rem 0 0;
  padding: 1.2rem 0 0;
}
.shopify-section-group-header-group.section-header cart-notification .cart-notification-wrapper .cart-notification .cart-notification__links a.button,
.shopify-section-group-header-group.section-header cart-notification .cart-notification-wrapper .cart-notification .cart-notification__links form{
  margin: 0;
}
.shopify-section-group-header-group.section-header cart-notification .cart-notification-wrapper .cart-notification .cart-notification__links form button.button{
  margin-top: 1.2rem;
}
.shopify-section-group-header-group.section-header cart-notification .cart-notification-wrapper .cart-notification .cart-notification__links button.link{
  margin: 1.6rem 0 0;
  width: 100%;
  padding: 0;
  font-size: 1.4rem;
  color: var(--medium);
}
.shopify-section-group-header-group.section-header cart-notification .cart-notification-wrapper .cart-notification .cart-notification__links button.link:hover{
  background: none;
  text-decoration: none;
  }
/* ----- Banner ----- */
.shopify-section .banner .banner__content .banner__box h2.banner__heading{
    font-size: clamp(4rem, 5vw, 6.4rem);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0 0 2.4rem;
  color: var(--white);
}
.shopify-section .banner .banner__content .banner__box .banner__text{
  margin: 0;
    width: 100%;
}
.shopify-section .banner .banner__content .banner__box .banner__text p{
  color: var(--white);
  margin: 0;
}
.shopify-section .banner .banner__content .banner__box .banner__buttons{
  margin-top: 2.4rem;
  max-width: 100%;
}
.shopify-section .banner .banner__content .banner__box .banner__buttons a.button{
  margin-top: 0;
}
/* ----- Featured Products ----- */
.shopify-section .products-slider{
  padding-inline: 0;
}
.shopify-section .products-slider .collection{
  padding: 0;
}
.shopify-section .products-slider .collection .collection__title{
  padding: 0 30px;
  max-width: 126rem;
}
.shopify-section .products-slider .collection slider-component ul{
  --grid-desktop-vertical-spacing: 16px;
  --grid-desktop-horizontal-spacing: 16px;
  margin: 0;
  padding-block: 16px;
}
.shopify-section .products-slider .collection slider-component ul li{
  padding: 0;
  width: calc((100% - var(--desktop-margin-left-first-item)) / 3 - var(--grid-desktop-horizontal-spacing)* 3);
}
.shopify-section .products-slider .slider--desktop .slider__slide:first-child{
  margin-left: max(5rem, calc((100vw - var(--page-width) - 1.6rem) / 2));
}
.related-products .card-wrapper .card .card__inner,
.shopify-section .products-slider .collection slider-component ul li .card__inner {
  border: none;
  background: none;
}
.related-products .card-wrapper .card .card__inner > .card_content,
.shopify-section .products-slider .collection slider-component ul li .card__inner > .card_content{
  display: none;
}
.related-products .card-wrapper .card .card_content .card__information,
.shopify-section .products-slider .collection slider-component ul li .card_content .card__information{
  padding: 2.4rem 1.6rem;
}
.related-products .card-wrapper .card .card_content .card__information h3,
#product-grid .card-wrapper .card > .card_content .card__information h3,
.shopify-section .products-slider .collection slider-component ul li .card_content .card__information h3{
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 400;
  color: var(--dark);
}
.related-products .card-wrapper .card .card_content .card__information h3 a,
#product-grid .card-wrapper .card > .card_content .card__information h3 a,
.shopify-section .products-slider .collection slider-component ul li .card_content .card__information h3 a{
  color: var(--dark);
  text-decoration: none;
}
.related-products .card-wrapper .card .card_content .card__information h3 a:hover,
#product-grid .card-wrapper .card > .card_content .card__information h3 a:hover,
.shopify-section .products-slider .collection slider-component ul li .card_content .card__information h3 a:hover{
  text-decoration: none;
  color: var(--main);
}
.related-products .card-wrapper .card .card_content .card__information .price,
#product-grid .card-wrapper .card > .card_content .card__information .card-information .price,
.shopify-section .products-slider .collection slider-component ul li .card_content .card__information .card-information .price{
  margin: 0;
}
.shopify-section cart-items form.cart__contents .cart__items .js-contents table.cart-items tbody tr.cart-item td.cart-item__totals .cart-item__price-wrapper .price,
.shopify-section cart-items form.cart__contents .cart__items .js-contents table.cart-items tbody tr.cart-item td.cart-item__details .product-option,
.related-products .card-wrapper .card .card_content .card__information .price .price-item,
.product__info-wrapper product-info .price .price-item,
#product-grid .card-wrapper .card > .card_content .card__information .card-information .price .price__container .price-item,
.shopify-section .products-slider .collection slider-component ul li .card_content .card__information .card-information .price .price-item{
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--medium);
}
.shopify-section .products-slider .slider-buttons{
  gap: 1.6rem;
}
.shopify-section .products-slider .slider-buttons button.slider-button{
  padding: 0;
  border: 1px solid var(--dark);
  border-radius: 50%;
  margin: 0;
}
.shopify-section .products-slider .slider-buttons button.slider-button:hover{
  background: var(--dark);
}
.shopify-section .products-slider .slider-buttons button.slider-button img{
  width: auto;
  height: 2rem;
}
.shopify-section .products-slider .slider-buttons button.slider-button:hover img{
  filter: invert(1);
}
.shopify-section .products-slider .slider-buttons button.slider-button--next{
  padding-left:.4rem;
}
.shopify-section .products-slider .slider-buttons button.slider-button--next img{
  transform: rotate(180deg);
}
.shopify-section .products-slider .slider-buttons .slider-counter{
  display: none;
}
/* ----- Footer ----- */
footer.footer{
  background: var(--dark);
  padding: 3.2rem;
}
footer.footer .footer__content-top{
  padding: 0;
}
footer.footer .footer__content-bottom{
  border-top: 3px solid hsla(0 0% 100% / .15);
  padding: 2.4rem 0 0;
  max-width: 1200px;
  margin: 2.4rem auto 0;
}
footer.footer .footer__content-bottom .footer__content-bottom-wrapper{
  justify-content: center;
}
footer.footer .footer__content-bottom .footer__content-bottom-wrapper .footer__copyright .copyright__content{
  color: var(--white);
  font-weight: 400;
}
footer.footer .footer__content-bottom .footer__content-bottom-wrapper .footer__copyright .copyright__content a:hover{
  color: var(--main);
  text-decoration: none;
}
/* ----- Collection Page ------ */
/* - Filters - */
facet-filters-form form.facets__form{
  border-bottom: 2px solid hsla(0 0% 0% / .15);
  padding-bottom: 1.6rem;
}
facet-filters-form form.facets__form form{
  margin-top: 0;
}
facet-filters-form .facet-filters__label label,
facet-filters-form form.facets__form .facets__wrapper h2.facets__heading{
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0 2rem 0 0;
  line-height: 1;
  font-family: var(--font);
  color: var(--dark);
}
facet-filters-form .facet-filters__field .select__select,
facet-filters-form form.facets__form .facets__wrapper details summary{
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.2;
    font-family: var(--font);
    color: var(--medium);
    background: white;
    padding: 8px;
    border-bottom: 3px solid var(--secondary);
}
.facet-filters__sort+.icon-caret{
  right: 4px !important;
}
facet-filters-form .product-count__text{
  background: var(--main);
  color: var(--white);
  padding: 0.8rem 2.4rem;
  border-radius: 5rem;
  line-height: 1;
  font-size: 1.6rem;
  margin: 0;
}
facet-filters-form form.facets__form .facets__wrapper details .facets__display{
  border: none;
  border-radius: .8rem;
  box-shadow: var(--shadow);
}
facet-filters-form form.facets__form .facets__wrapper details .facets__display .facets__header{
  border-bottom: none;
  background: var(--dark);
  color: var(--white);
}
facet-filters-form form.facets__form .facets__wrapper details .facets__display .facets__header .facets__reset{
  color: var(--white);
}
.facet-checkbox input[type='checkbox']{
  border: none;
}
facet-filters-form form.facets__form .facets__wrapper .field__input{
  border: none;
  background: var(--light);
  outline: none;
  box-shadow: none;
  border-bottom: 3px solid var(--dark);
}
facet-filters-form form.facets__form .facets__wrapper .field::after{
  display: none;
}
/* - Product List - */
.related-products .card-wrapper,
#product-grid .card-wrapper{
  height: auto;
}
#product-grid .card-wrapper .card{
  flex-direction: row;
  flex-wrap: wrap;
}
#product-grid .card-wrapper .card .card__inner{
  background: none;
}
#product-grid .card-wrapper .card .card__inner .card_content{
  display: none;
}
#product-grid .card-wrapper .card > .card_content{
  width: 100%;
  display: flex;
  flex-direction: column;
}
#product-grid .card-wrapper .card > .card_content .card__information{
  padding: 2.4rem 1.6rem 0;
}
#product-grid .card-wrapper .card .quick-add{
  margin: auto 0 0;
  padding: 0 1.6rem 2.4rem;
}
#product-grid .card-wrapper .card .quick-add button{
  margin: 0;
  border: none;
  background: var(--accent);
  color: var(--white);
}
#product-grid .card-wrapper .card .quick-add button:hover{
  background: var(--dark);
}
/* ----- Product Page ----- */
.page-width .product .product__media-wrapper,
.page-width .product.product--small .product__media-wrapper{
  max-width: 40rem;
  width: 100%;
}
.page-width .product .product__info-wrapper,
.page-width .product.product--small .product__info-wrapper{
  width: 100%;
  max-width: calc(100% - 40rem);
}
.page-width .product .product__info-wrapper .product-media-container{
  border: none;  
}
.page-width .product slider-component .thumbnail-list{
  grid-template-columns: repeat(5, 1fr);
}
.page-width .product slider-component .thumbnail-list button{
  margin: 0;
}
.page-width .product .product__info-wrapper product-info{
  max-width: 100%;
}
.product__info-wrapper product-info .product__text{
  width: auto;
  display: inline-block;
  background: var(--dark);
  color: var(--white);
  padding: 0.5rem 2.4rem 0.4rem;
  border-radius: 2rem;
  display: none;
}
.product__info-wrapper product-info h1{
  font-size: 3.2rem;
  line-height: 1.1;
  font-weight: 400;
  color: var(--dark);
}
.shopify-section cart-items form.cart__contents .cart__items .js-contents table.cart-items tbody tr.cart-item td.cart-item__quantity .cart-item__quantity-wrapper .quantity-popover-container quantity-input,
.product__info-wrapper product-info .product-form__quantity .price-per-item__container quantity-input{
    background: var(--light);
    border: 1px solid #3e67a0;
    height: 4.2rem;
    min-height: 0;
}
.shopify-section cart-items form.cart__contents .cart__items .js-contents table.cart-items tbody tr.cart-item td.cart-item__quantity .cart-item__quantity-wrapper .quantity-popover-container quantity-input::after,
.product__info-wrapper product-info .product-form__quantity .price-per-item__container quantity-input::after{
  display: none;
}
.shopify-section cart-items form.cart__contents .cart__items .js-contents table.cart-items tbody tr.cart-item td.cart-item__quantity .cart-item__quantity-wrapper .quantity-popover-container quantity-input > button,
.product__info-wrapper product-info .product-form__quantity .price-per-item__container quantity-input > button{
  margin: 0;
  border-radius: 0;
    background: var(--main);
    color: #fff;
}
.shopify-section cart-items form.cart__contents .cart__items .js-contents table.cart-items tbody tr.cart-item td.cart-item__quantity .cart-item__quantity-wrapper .quantity-popover-container quantity-input .quantity__input{
  height: 4rem;
  background: white;
}
.shopify-section cart-items form.cart__contents .cart__items .js-contents table.cart-items tbody tr.cart-item td.cart-item__quantity .cart-item__quantity-wrapper .quantity-popover-container quantity-input button:hover,
.product__info-wrapper product-info .product-form__quantity .price-per-item__container quantity-input > button:hover{
  background: var(--secondary);
  color: white;
}
.shopify-section cart-items form.cart__contents .cart__items .js-contents table.cart-items tbody tr.cart-item td.cart-item__quantity .cart-item__quantity-wrapper .quantity-popover-container quantity-input button:hover > *,
.product__info-wrapper product-info .product-form__quantity .price-per-item__container quantity-input > button:hover > *{
  filter: invert(0);
}
.product__info-wrapper product-info  product-form form{
  width: 100%;
}
.product__info-wrapper product-info  product-form form .product-form__buttons{
  width: 100%;
  gap: 1.6rem;
  display: flex;
  align-items: flex-start;
}
.product__info-wrapper product-info  product-form form .product-form__buttons button{
  margin: 0;
}
.product__info-wrapper product-info  product-form form .product-form__buttons > button,
.product__info-wrapper product-info  product-form form .product-form__buttons .shopify-payment-button{
  width: calc(50% - .8rem);
}
.product__info-wrapper product-info  product-form form .product-form__buttons .shopify-payment-button button{
  width: 100%;
    background: var(--secondary);
    color: var(--white);
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    padding: .8em 4rem;
    text-decoration: none;
    border-radius: .4rem;
    border: 2px solid var(--secondary);
  outline: none;
  font-size: 1.4rem;
  height: auto;
  cursor: pointer;
  margin: 0;
  display: inline-block;
  letter-spacing: 0;
  min-width: 0;
  min-height: 0;
  transition: var(--animate);
}
.product__info-wrapper product-info  product-form form .product-form__buttons .shopify-payment-button button:hover{
  border-color: var(--main);
  background: var(--main);
}
.product__info-wrapper product-info  share-button{
  display: none !important;
}
.facets-vertical aside.facets-wrapper .facets-container{
  padding-top: 0;
}
.facets-vertical aside.facets-wrapper .facets-container facet-filters-form form{
  margin: 0;
}
.facets-vertical aside.facets-wrapper .facets-container facet-filters-form form .facets__summary span,
span.facets__summary-label,
h2.facets__heading{
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1;
  font-family: var(--font);
  color: var(--dark);
}
.facets-vertical aside.facets-wrapper .facets-container facet-filters-form form .facets__summary span,
span.facets__summary-label{
  font-size: 1.2rem;
}
.facets-vertical aside.facets-wrapper .facets-container facet-filters-form form .facets__summary span:hover{
  text-decoration: underline;
  transition: text-decoration var(--duration-short) ease;
}
.facets-vertical aside.facets-wrapper .facets-container facet-filters-form form .facet-checkbox input[type='checkbox']{
  padding: 0;
  margin: 0;
  background: white;
  border: 1px solid hsla(0 0% 0% / .2);
  top: 10px;
  left: 0;
}
.facets-vertical aside.facets-wrapper .facets-container facet-filters-form form .facet-checkbox .icon-checkmark{
  margin: 0;
  background: none;
  filter: invert(1);
}
.facets-vertical aside.facets-wrapper .facets-container facet-filters-form .active-facets__button{
  margin: 0 10px 0 0;
}
.facets-vertical aside.facets-wrapper .facets-container facet-filters-form .active-facets__button .active-facets__button-inner{
  box-shadow: none;
  border: none;
    color: #727f91;
    font-weight: 400;
    background: #dce3ed;
    border: 1px solid #939eae;
    align-items: center;
    height: auto;
}
.facets-vertical aside.facets-wrapper .facets-container facet-filters-form .active-facets__button .active-facets__button-inner:hover{
  color: white;
  background: #858484;
}
.facets-vertical aside.facets-wrapper .facets-container facet-filters-form form .field__input, 
.facets-vertical aside.facets-wrapper .facets-container facet-filters-form form .customer .field input{
  border: none;
  background: white;
  outline: none;
  border-bottom: 3px solid var(--main);
}
.facets-vertical aside.facets-wrapper .facets-container facet-filters-form form .field::after{
  display: none;
}
#ProductGridContainer{
  padding: 24px 0 0;
  background: none;
}
#ProductGridContainer .content{
  padding: 0;
}
/* ----- Contact Form ----- */
.contact form{
  margin: 0;
}
.contact form > .contact__fields{
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  width: 100%;
}
.contact form > .contact__fields .field{
  width: calc(50% - .8rem);
}
.contact form .field{
  margin: 0;
}
.contact form .field::after{
  display: none;
}
.contact form textarea,
.contact form input{
  background: var(--light);
  border: none;
  border-bottom: 3px solid var(--dark);
}
.contact form .contact__button{
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.contact form .contact__button,
.contact form .contact__button button{
  margin: 0;
}
/* ----- Cart Styles ----- */
.shopify-section cart-items{
  padding: 9.6rem 3.2rem 0;
}
.shopify-section cart-items form.cart__contents .cart__items{
  width: 100%;
  border-bottom: 2px solid hsla(0 0% 0% / .15);
}
.shopify-section cart-items form.cart__contents .cart__items .js-contents table.cart-items thead tr th{
  font-size: 1.4rem;
  letter-spacing: 0;
  color: var(--dark);
  font-weight: 600;
  border-bottom: 2px solid hsla(0 0% 0% / .15);
}
.shopify-section cart-items form.cart__contents .cart__items .js-contents table.cart-items tbody tr.cart-item td.cart-item__details a.cart-item__name{
  max-width: 100%;
  font-size: 2rem;
  line-height: 1.1;
}
@media screen and (max-width: 520px){
  .shopify-section cart-items form.cart__contents .cart__items .js-contents table.cart-items tbody tr.cart-item td.cart-item__details a.cart-item__name{
    font-size: 1.6rem;
  }
  .shopify-section cart-items form.cart__contents .cart__items .js-contents table.cart-items tbody tr.cart-item td.cart-item__totals .cart-item__price-wrapper .price, .shopify-section cart-items form.cart__contents .cart__items .js-contents table.cart-items tbody tr.cart-item td.cart-item__details .product-option, .related-products .card-wrapper .card .card_content .card__information .price .price-item, .product__info-wrapper product-info .price .price-item, #product-grid .card-wrapper .card>.card_content .card__information .card-information .price .price__container .price-item, .shopify-section .products-slider .collection slider-component ul li .card_content .card__information .card-information .price .price-item{
    font-size: 1.4rem;
  }
}
.shopify-section cart-items form.cart__contents .cart__items .js-contents table.cart-items tbody tr.cart-item td.cart-item__quantity .cart-item__quantity-wrapper  cart-remove-button a.button{
  min-width: 0;
  min-height: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
}
.shopify-section cart-items form.cart__contents .cart__items .js-contents table.cart-items tbody tr.cart-item td.cart-item__quantity .cart-item__quantity-wrapper  cart-remove-button a.button svg path,
.shopify-section cart-items form.cart__contents .cart__items .js-contents table.cart-items tbody tr.cart-item td.cart-item__quantity .cart-item__quantity-wrapper  cart-remove-button a.button:hover svg path{
  fill: var(--white);
}
.cart__footer-wrapper{
  padding: 0 3.2rem 9.6rem;
}
.cart__footer-wrapper .totals__total-value{
  font-weight: 700;
  letter-spacing: 0;
  color: var(--medium);
}
.cart__footer-wrapper .totals > h2{
  letter-spacing: 0;
  color: var(--dark);
  font-weight: 600;
  text-transform: uppercase;
}
/* ----- Mobile Responsiveness ----- */
/* ----- Mobile Menu ----- */
.shopify-section-group-header-group.section-header header.header.page-width header-drawer details .menu-drawer{
    background: var(--main);
    color: white;
}
.shopify-section-group-header-group.section-header header.header.page-width header-drawer details .menu-drawer nav ul li{
  margin: 0;
}
.shopify-section-group-header-group.section-header header.header.page-width header-drawer details .menu-drawer nav ul li summary.menu-drawer__menu-item,
.shopify-section-group-header-group.section-header header.header.page-width header-drawer details .menu-drawer nav ul li a{
  padding: 1.6rem;
  color: var(--white);
  border-top: 1px solid hsla(0 0% 100% / .1);
    line-height: 1;
}
.shopify-section-group-header-group.section-header header.header.page-width header-drawer details .menu-drawer nav ul li summary.menu-drawer__menu-item svg{
  display: none;
}
.shopify-section-group-header-group.section-header header.header.page-width header-drawer details .menu-drawer nav ul li:last-child a{
  border-bottom: 1px solid hsla(0 0% 100% / .1);
}
.shopify-section-group-header-group.section-header header.header.page-width header-drawer details .menu-drawer nav ul li a.menu-drawer__menu-item--active{
  background: hsla(0 0% 100% / .05);
}
.shopify-section-group-header-group.section-header header.header.page-width header-drawer details .menu-drawer nav ul li a::after{
  display: none;
}
.menu-opening .mobile-facets__inner{
  padding-top: 95px;
}
.mobile-facets__open{
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1;
  font-family: var(--font);
  color: var(--dark);
}
.product-count__text{
  background: var(--dark);
  color: var(--white);
  padding: 0.8rem 2.4rem;
  border-radius: 5rem;
  line-height: 1;
  font-size: 1.4rem;
  margin: -10px 0 0;
}
.mobile-facets__header{
  background: var(--main);
}
.mobile-facets__header h2{
  color: white;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
}
.mobile-facets__header p{
  color: white;
}
.mobile-facets__close-button:hover{
  background: var(--light);
}
.mobile-facets__footer > *{
  margin-top: 0;
}
.section .section{
  padding: 0;
}
.product.grid.product--no-media{
  max-width: 100%;
}
.product.grid.product--no-media .product__media-wrapper{
  display: none;
}
.page-width .product.grid.product--no-media  .product__info-wrapper, 
.page-width .product.product--small.product--no-media  .product__info-wrapper{
  max-width: 100%;
}
.page-width .product.product--no-media .product__title, 
.page-width .product.product--no-media .product__text, 
.page-width .product.product--no-media noscript 
.page-width .product.product-form__input, 
.page-width .product.product--no-media .product__tax, 
.page-width .product.product--no-media .product__sku, 
.page-width .product.product--no-media shopify-payment-terms,
.page-width .product.product--no-media .price{
  text-align: left;
}
.page-width .product.product--no-media .product-form__quantity{
  align-items: flex-start;
}
.page-width .product.product--no-media .product-form > .form,
.page-width .product.product--no-media .product-form{
  margin: 0;
  max-width: 100%;
}
/* ----- Custom Dropdown ----- */
header nav.header__inline-menu ul{
  list-style: none;
  margin: 0;
}
header nav.header__inline-menu ul.list-menu > li{
  
}
header nav.header__inline-menu ul.list-menu > li > ul{
    position: absolute;
    top: 100%;
    background: var(--main);
    opacity: 0;
    visibility: hidden;
    width: 256px;
    z-index: 10;
}
header nav.header__inline-menu ul.list-menu > li:hover > ul{
    opacity: 1;
    visibility: visible;
    display: block;
}
header nav.header__inline-menu ul.list-menu > li > ul > li{
  
}
header nav.header__inline-menu ul.list-menu > li > ul > li a,
header nav.header__inline-menu ul.list-menu > li > ul > li span{
    line-height: 1;
    font-size: 1.6rem;
    padding: 1.2rem;
    color: white;
    position: relative;
    font-family: var(--font);
    font-weight: 400;
    display: block;
}
header nav.header__inline-menu ul.list-menu > li > ul > li > ul{
    position: absolute;
    left: 100%;
    background: var(--main);
    filter: brightness(0.9);
    top: 0;
    opacity: 0;
    visibility: hidden;
    width: 256px;
}
header nav.header__inline-menu ul.list-menu > li > ul > li:hover > ul{
    opacity: 1;
    visibility: visible;
    display: block;
}
.shopify-section-group-header-group.section-header header.header.page-width nav ul li a{
    text-decoration: none !important;
}
.shopify-section-group-header-group.section-header header.header.page-width nav ul li ul li span,
.shopify-section-group-header-group.section-header header.header.page-width nav ul li ul li a{
    line-height: 1;
    font-size: 1.6rem;
    padding: 1.2rem;
    color: white;
    position: relative;
    font-family: var(--font);
    font-weight: 400;
    display: block;
    transition: var(--animate);
    text-decoration: none !important;
}
.shopify-section-group-header-group.section-header header.header.page-width nav ul li ul li ul li span,
.shopify-section-group-header-group.section-header header.header.page-width nav ul li ul li ul li a{
    line-height: 1;
    font-size: 1.6rem;
    padding: 1.2rem;
    color: white;
    position: relative;
    font-family: var(--font);
    font-weight: 400;
    display: block;
    transition: var(--animate);
    text-decoration: none !important;
}
header nav.header__inline-menu ul.list-menu > li ul li span:hover,
header nav.header__inline-menu ul.list-menu > li ul li a:hover{
  background: hsla(0 0% 0% / .15);
}
header nav.header__inline-menu ul.list-menu > li ul li a::after{
  display: none;
}
@media screen and (max-width: 1160px){
  #ProductGridContainer .flex-three > *{
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 990px){
  .shopify-section-group-header-group.section-header sticky-header{
    padding: 1.6rem;
  }
  .shopify-section .products-slider .slider--desktop .slider__slide:first-child{
    margin-left: 0;
  }
  .shopify-section .products-slider .collection slider-component ul{
    gap: 16px;
  }
  .shopify-section .products-slider .slider--desktop .slider__slide{
    width: calc(50% - 8px);
  }
  .shopify-section .products-slider slider-component.page-width{
    padding: 0 30px;
  }
  .page-width .product.grid{
    flex-direction: column;
    gap: 32px;
  }
  .page-width .product .product__media-wrapper, .page-width .product.product--small .product__media-wrapper{
    margin: 0 auto;
  }
  .page-width .product .product__info-wrapper, .page-width .product.product--small .product__info-wrapper{
    padding: 0;
    max-width: 100%;
  }
  .page-width .product .slider.slider--mobile .slider__slide:first-of-type{
    margin: 0;
  }
  .page-width .product .slider.slider--mobile .slider__slide{
    width: 100%;
  }
  .thumbnail-slider{
    display: none !important;
  }
  tr.cart-item td{
    padding: 16px 0;
    border-bottom: 1px solid hsla(0 0% 0% / .15);
  }
  tr.cart-item:last-of-type td{
    border: none;
  }
  tr.cart-item td.cart-item__details{
    width: calc(100% - 10rem);
  }
  tr.cart-item td.cart-item__details,
  tr.cart-item td.cart-item__totals,
  tr.cart-item td.cart-item__quantity{
    padding-left: 16px;
  }
  .shopify-section cart-items form.cart__contents .cart__items{
    padding: 0;
  }
  .shopify-section-group-header-group.section-header header.header.page-width a.logo-holder{
    width: 14rem;
  }
}
@media screen and (max-width: 750px){
  tr.cart-item{
    border-bottom: 1px solid hsla(0 0% 0% / .15);
  }
  tr.cart-item:last-of-type{
    border-bottom: none;
  }
  tr.cart-item td{
    border: none;
  }
  tr.cart-item td.cart-item__details, tr.cart-item td.cart-item__quantity{
    width: 100%;
  }
  tr.cart-item td.cart-item__details{
    grid-column: span 3;
  }
  tr.cart-item td.cart-item__totals{
    display: none;
  }
}
@media screen and (max-width: 680px){
  .contact form > .contact__fields .field{
    width: 100%;
  }
}
@media screen and (max-width: 600px){
  #ProductGridContainer .flex-three > *{
    width: 100%;
  }
}
@media screen and (max-width: 580px){
  .shopify-section .products-slider .slider--desktop .slider__slide{
    width: 100%;
    max-width: 100%;
  }
  .product__info-wrapper product-info product-form form .product-form__buttons{
    flex-direction: column;
  }
  .product__info-wrapper product-info product-form form .product-form__buttons > button, .product__info-wrapper product-info product-form form .product-form__buttons .shopify-payment-button{
    width: 100%;
  }
}
/* ----- Custom Styles ----- */
.top-header{
  background: var(--main);
  padding: .4rem 0;
}
.top-header .content{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-header .content .header-location{
  display: flex;
  gap: .8rem;
  color: white;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.top-header .content .header-location i{
  font-size: 1.6rem;
}
.top-header .content .header-social ul{
  display: flex;
  gap: .8rem;
  color: white;
  list-style: none;
  margin: 0;
}
.top-header .content .header-social ul li:first-child{
  color: white;
  padding-right: .8rem;
  border-right: 2px solid hsla(0 0% 100% / .1);
}
.shopify-section-group-header-group.section-header header.header.page-width a.logo-holder{
  padding-block: 1.6rem;
}
section.sticky-nav{
  border-top: 1px solid #E5E5E5;
}
section.sticky-nav .content{
  max-width: 1264px;
  padding-inline: 3.2rem;
}
section.sticky-nav .content ul.list-menu{
  width: 100%;
}
section.sticky-nav .content ul.list-menu li:first-child{
  border-left: 1px solid #E5E5E5;
}
section.sticky-nav .content ul.list-menu li{
  width: calc(100% / 7);
  border-right: 1px solid #E5E5E5;
  position: relative;
}
section.sticky-nav .content ul.list-menu li span,
section.sticky-nav .content ul.list-menu li a{
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 600;
    font-family: var(--font-heading);
  color: var(--dark);
  padding: 1.6rem .8rem;
}
section.sticky-nav .content ul.list-menu li a:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: var(--secondary);
  transition: all .5s ease-in-out;
}
section.sticky-nav .content ul.list-menu li a.active:after,
section.sticky-nav .content ul.list-menu li:hover a:after,
section.sticky-nav .content ul.list-menu li a:hover:after{
  width: 100%;
}
section.sticky-nav .content ul.list-menu li ul{
  list-style: none;
  position: absolute;
  width: 28rem;
  top: 100%;
  left: 0;
  background: var(--secondary);
  margin: 0;
  display: none;
}
section.sticky-nav .content ul.list-menu li:hover ul{
  display: block;
}
section.sticky-nav .content ul.list-menu li ul li{
  border: none !important;
  width: 100%;
}
section.sticky-nav .content ul.list-menu li ul li span,
section.sticky-nav .content ul.list-menu li ul li a{
  color: white;
  text-align: left;
}
section.sticky-nav .content ul.list-menu li ul li a:hover{
  background: hsla(0 0% 0% / .1);
}
section.sticky-nav .content ul.list-menu li ul li a::after{
  display: none;
}
section.sticky-nav .content ul.list-menu li ul li ul{
  left: 100%;
  top: 0;
  display: none !important;
  background: #e08b21;
}
section.sticky-nav .content ul.list-menu li ul li:hover ul{
  display: block !important;
}
section.sticky-nav .content ul.list-menu li ul li ul li{

}
section.sticky-nav .content ul.list-menu li ul li ul li a{

}
section.sticky-nav .content ul.list-menu li ul li ul li a:hover{

}
section .banner{
  background: var(--light);
}
section .banner .banner__media{
  width: 57%;
  margin: 0 0 0 43%;
}
section .banner .banner__media::before{
  content: '';
  background-image: url(/cdn/shop/files/hero-graphic.svg?v=1740421847);
  width: 100%;
  height: 102%;
  position: absolute;
  top: -1%;
  left: -2px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  z-index: 2;
}
section .banner .banner__content{
  padding: 0;
  justify-content: flex-start;
  width: 100%;
  max-width: 1264px;
  overflow: hidden;
}
section .banner .banner__content::before{
  content: '';
  background-image: url(/cdn/shop/files/hero-graphic.svg?v=1740421847);
  width: 100%;
  height: 102%;
  position: absolute;
  top: -1%;
  left: calc(43% - 20px);
  background-size: auto 100%;
  background-repeat: no-repeat;
  display: none;
}
section .banner .banner__content .banner__box{
  width: 43%;
  max-width: 100%;
  padding-inline: 0;
  text-align: left;
  padding-block: 0 4rem;
  background: none;
}
#Banner-template--16840243413127__image_banner::after{
  display: none;
}
.shopify-section .banner .banner__content .banner__box h2.banner__heading{
  font-size: clamp(4rem, 5vw, 6.4rem);
  line-height: 1.1;
  margin: 0 0 2rem;
  color: var(--dark);
  font-weight: 600;
  text-transform: none;
  font-family: var(--font-heading);
}
.shopify-section .banner .banner__content .banner__box .banner__text p{
  color: var(--medium);
  max-width:32rem;
  margin: 0 0 2rem;
}
.shopify-section .banner .banner__content .banner__box .banner__buttons,
.shopify-section .banner .banner__content .banner__box .banner__buttons a.button{
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 990px){
  .shopify-section .banner .banner__content .banner__box .banner__buttons,
  .shopify-section .banner .banner__content .banner__box .banner__buttons a.button{
    justify-content: center;
  }
}
.shopify-section .banner .banner__content .banner__box .banner__buttons a.button{
    background: var(--secondary);
    color: white;
    border: none;
    width: auto;
}
.shopify-section .banner .banner__content .banner__box .banner__buttons a.button:hover{
  background: var(--main);
}
.featured-services .section{
  padding: 0 3.2rem;
}
.featured-services .section .content{
  padding: 0;
  position: relative;
  z-index: 2;
}
.featured-services .section .content .flex-four{
  gap: 0;
  box-shadow: var(--shadow);
  margin: -4rem 0 0;
}
.featured-services .section .content .flex-four > *{
  width: 25%;
}
.featured-services .section .content .flex-four .card{
  background: var(--main);
  padding: 2.4rem;
  border-right: 2px solid hsla(0 0% 100% / .16);
  transition: var(--animate);
}
.featured-services .section .content .flex-four .card:nth-child(4){
  border: none;
}
.featured-services .section .content .flex-four .card:hover{
  background: var(--secondary);
  margin-top: -3rem;
  box-shadow: var(--shadow);
}
.featured-services .section .content .flex-four .card .img-wrapper{
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  border: 2px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 1.2rem;
}
.featured-services .section .content .flex-four .card .img-wrapper img{
  width: 3.6rem;
  height: auto;
  margin: 0;
}
.featured-services .section .content .flex-four .card .content-holder{
  padding: 0;
}
.featured-services .section .content .flex-four .card .content-holder h3{
  color: white;
  margin: 0 0 1.2rem;
  font-size: 2.4rem;
  line-height: 1;
}
.featured-services .section .content .flex-four .card .content-holder p{
  color: white;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.featured-services .section .content .flex-four .card .content-holder a.btn{
  margin: 0;
  padding-block: 0;
  line-height: 0;
  height: 0;
  opacity: 0;
  background: var(--main);
}
.featured-services .section .content .flex-four .card .content-holder a.btn:hover{
  background: white;
  color: var(--dark);
}
.featured-services .section .content .flex-four .card:hover .content-holder a.btn{
  margin: 1.2rem 0 0;
  padding-block: .2rem 0;
  height: 4rem;
  line-height: 1;
  opacity: 1;
}
.intro-strip > div{
  background: var(--light);
}
.intro-strip > div .page-width .image-with-text .image-with-text__grid{
  justify-content: space-between;
  align-content: center;
}
.intro-strip > div .page-width .image-with-text .image-with-text__grid .image-with-text__media-item{
    width: 41%;
    position: relative;
    flex-grow: unset;
}
.intro-strip > div .page-width .image-with-text .image-with-text__grid .image-with-text__media-item::before{
  content: '30 Years';
  width: 22rem;
  background: var(--secondary);
  color: white;
  text-align: center;
  display: block;
  padding: 10px 16px 0;
  font-size: 5.6rem;
  line-height: 1.1;
  font-family: var(--font-heading);
  font-weight: 500;
  position: absolute;
  bottom: 62px;
  right: 0;
  z-index: 3;
}
.intro-strip > div .page-width .image-with-text .image-with-text__grid .image-with-text__media-item::after{
  content: 'Of Experience';
  width: 22rem;
  background: var(--secondary);
  color: #fff;
  text-align: center;
  padding: 0 16px 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin: 0;
  font-size: 2.4rem;
  line-height: 1;
  position: absolute;
  top: unset;
  bottom: 2.4rem;
  right: 0;
  z-index: 2;
  height: auto;
  left: auto;
}
@media screen and (max-width: 990px){
.intro-strip > div .page-width .image-with-text .image-with-text__grid .image-with-text__media-item::before{
  font-size: 3.2rem;
  bottom: 56px;
}
.intro-strip > div .page-width .image-with-text .image-with-text__grid .image-with-text__media-item::after{
  font-size: 1.8rem;
}
}
.intro-strip > div .page-width .image-with-text .image-with-text__grid .image-with-text__media-item .image-with-text__media{
  padding: 0 !important;
  aspect-ratio: 4 / 5;
  width: 80%;
  height: auto;
  border: none;
  margin: 0 !important;
}
.intro-strip > div .page-width .image-with-text .image-with-text__grid .image-with-text__media-item .image-with-text__media img{
  
}
.intro-strip > div .page-width .image-with-text .image-with-text__grid .image-with-text__text-item{
  width: 51%;
  flex-grow: unset;
}
.intro-strip > div .page-width .image-with-text .image-with-text__grid .image-with-text__text-item .image-with-text__content{
  padding: 0;
    justify-content: center;
}
.intro-strip > div .page-width .image-with-text .image-with-text__grid .image-with-text__text-item .image-with-text__content p.image-with-text__text--caption{
  color: var(--secondary);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin: 0;
}
.featured-products .section,
.featured-products .section .content{
  padding: 0;
  max-width: 100%;
}
.featured-products .section .content .flex{
  gap: 0;
}
.featured-products .section .content .flex .card{
  width: 50%;
  position: relative;
}
.featured-products .section .content .flex .card .img-wrapper{
  aspect-ratio: 74 / 50;
  width: 100%;
  height: auto;
}
.featured-products .section .content .flex .card .img-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.featured-products .section .content .flex .card .content-holder{
  background: hsla(345 6% 13% / .32);
  padding: 2.4rem;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  height: calc(100% - 6px);
  width: 100%;
  transition: var(--animate);
}
.featured-products .section .content .flex .card:hover .content-holder{
  backdrop-filter: blur(8px);
  background: hsla(345 6% 13% / .64);
}
.featured-products .section .content .flex .card .content-holder span{
  max-width: 40rem;
}
.featured-products .section .content .flex .card .content-holder h3{
  margin: 0;
  color: white;
  transition: var(--animate);
}
.featured-products .section .content .flex .card:hover .content-holder h3{
  margin: 0 0 1.2rem;
}
.featured-products .section .content .flex .card .content-holder p{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: white;
  margin: 0;
  height: 0;
  transition: var(--animate);
}
.featured-products .section .content .flex .card:hover .content-holder p{
  height: calc(1.6rem * 1.4 * 3);
}
.featured-products .section .content .flex .card .content-holder a.btn{
  margin: 0;
  padding-block: 0;
  height: 0;
  line-height: 0;
  opacity: 0;
  transition: var(--animate);
}
.featured-products .section .content .flex .card:hover .content-holder a.btn{
  margin: 1.6rem 0 0;
  padding-block: .2rem 0;
  height: 4rem;
  line-height: 1;
  opacity: 1;
}
.featured-products .section .content .flex .card .content-holder a.btn:hover{
  color: var(--dark);
  background: white;
}
.featured-faqs .color-scheme-1{
  background: none;
}
.featured-faqs .collapsible-content-wrapper-narrow{
    max-width: 120rem;
    padding: 0;
    display: flex;
    gap: 3.2rem;
    text-align: left;
}
.featured-faqs .collapsible-content__header{
  text-align: left !important;
  max-width: 40rem;
}
.featured-faqs .collapsible-content__header h2{
  font-size: 5.6rem;
}
.featured-faqs .grid{
  padding: 2.4rem;
  border-radius: 1.6rem;
  background: white;
  box-shadow: var(--shadow);
  max-width: calc(100% - 7.2rem);
  width: 100%;
}
.featured-faqs .grid .grid__item .accordion{
  border: none;
  border-bottom: 2px solid hsla(0 0% 0% / .1);
}
.featured-faqs .grid .grid__item .accordion:last-child{
  border: none;
}
.featured-faqs .grid .grid__item .accordion details summary:hover{
  background: none;
  text-decoration: none;
}
.featured-faqs .grid .grid__item .accordion details summary svg.icon-accordion{
  display: none;
}
.featured-faqs .grid .grid__item .accordion details summary h3{
  font-size: 2rem;
  line-height: 1.1;
  margin: 0;
  text-decoration: none !important;
}
.featured-faqs .grid .grid__item .accordion details summary svg.icon-caret{
    height: 1rem;
}
.featured-faqs .grid .grid__item .accordion details summary svg.icon-caret path{
    fill: var(--secondary);
}
#shopify-section-template--16840243413127__why_choose_us_HrjB4J,
.why-choose .rich-text,
.why-choose{
  background: var(--main);
}
.why-choose .rich-text__blocks{
  max-width: 100% !important;
}
.why-choose .rich-text .rich-text__text ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.6rem;
}
.why-choose .rich-text .rich-text__text ul li{
  width: calc(33.3333% - calc(1.6rem * 2 / 3));
  margin: 0;
  padding: 1.6rem;
  border-radius: .8rem;
  background: hsla(0 0% 100% / .05);
  box-shadow: var(--shadow);
}
.why-choose .rich-text .rich-text__text ul li strong{
  display: block;
  margin: 0 0 .4rem;
  font-size: 1.8rem;
}
.contact-cta .color-scheme-1{
  background: none;
}
.contact-cta .rich-text__blocks{
  max-width: 100%;
}
.contact-cta .rich-text__blocks > .rich-text__text{
  max-width: 768px;
  margin-inline: auto;
}
.contact-cta .footer-block__contact-info{
  display: flex;
  gap: 1.6rem;
}
.contact-cta .footer-block__contact-info .rte{
    width: calc(33.3333% - calc(1.6rem* 2 / 3));
    padding: 1.6rem;
    border-radius: 1.6rem;
    background: white;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: var(--medium);
    font-size: 1.6rem;
    margin: 0;
}
.contact-cta .footer-block__contact-info .rte::before{
  content:'';
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;
  border: 2px solid var(--secondary);
  background-image: url(/cdn/shop/files/icon-loc-blue.png?v=1741202718);
    background-size: 30px auto;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto 1.2rem;
}
.contact-cta .footer-block__contact-info .rte:nth-child(2)::before{
  background-image: url(/cdn/shop/files/icon-email-blue.png?v=1741202718);
    background-size: 40px auto;
}
.contact-cta .footer-block__contact-info .rte:nth-child(3)::before,
.contact-cta .footer-block__contact-info .rte:nth-child(4)::before{
  background-image: url(/cdn/shop/files/icon-phone-blue.png?v=1741202718);
    background-size: 28px auto;
}
.contact-cta .footer-block__contact-info .rte strong{
  display: block;
  font-size: 2rem;
  font-family: var(--font-heading);
  color: var(--dark);
}
.footer-block--menu ul.footer-block__details-content{
  display: flex;
  flex-wrap: wrap;
  gap: .8rem 1.6rem;
}
.footer-block--menu ul.footer-block__details-content li{
  width: calc(50% - 8px);
  margin: 0;
  padding: 0;
  min-height: 0;
  height: auto;
}
.footer-block--menu ul.footer-block__details-content li a{
  text-decoration: none;
  color: white;
  line-height: 1.1;
  margin: 0;
  padding: 0;
}
.footer-block--menu ul.footer-block__details-content li a:hover{
  color: var(--secondary);
}
.footer-block__contact-info .rte{
  color: white;
  font-size: 1.4rem;
  margin: 0 0 .8rem;
}
.footer-block__contact-info h2.rte{
  margin-bottom: 2rem;
  margin-top: 0;
  font-size: calc(var(--font-heading-scale)* 1.8rem);
}
.footer-block__contact-info .rte strong{
  font-family: var(--font-heading);
  font-heading: 600;
  display: block;
}
.footer-block--newsletter{
  margin: 2.4rem 0 0;
  padding-top: 2.4rem;
  border-top: 2px solid hsla(0 0% 100% / .1);
}
.footer-block--newsletter .list-social__item{
  margin: 0 .6rem;
}
.footer-block--newsletter .list-social__link{
  padding: 0;
  width: 3.2rem;
  height: 3.2rem;
  background: white;
  color: var(--dark);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-item: center;
  font-size: 1.6rem;
}
.footer-block--newsletter .list-social__link:hover{
  background: var(--secondary);
  color: white;
}
.footer-block--newsletter .list-social__link svg{
    width: auto;
    height: 1.4rem;
}
.footer-block--newsletter .list-social__item:first-child .list-social__link svg{
  height: 2rem;
}
.footer__content-top{
  padding-bottom: 2.4rem;
}
footer .footer__content-bottom{
  padding: 0;
  border-top: 2px solid hsla(0 0% 100% / .1);
}
.footer__content-bottom-wrapper{
  justify-content: center;
}
.copyright__content a,
.copyright__content{
  color: white;
}
.copyright__content a:hover{
  color: var(--secondary) !important;
}
.section{
  position: relative;
}
.inner-intro .image-with-text .grid{
  position: relative;
  display: flex;
  justify-content: flex-end;
    align-items: center;
}
.inner-intro .image-with-text .grid .image-with-text__media-item{
    width: 50rem;
    height: auto;
    aspect-ratio: 1 / 1;
}
.inner-intro .image-with-text .grid .image-with-text__text-item{
    padding: 0 0 0 4.8rem;
    background: var(--light);
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 0;
    z-index: 2;
    max-width: calc(100% - 40rem);
}
.inner-intro .image-with-text .grid .image-with-text__text-item .image-with-text__content{
  padding: 0;
}
.bg-img .img-background{
  padding: 14rem 3.2rem;
}
.bg-img .img-background .content{
  padding: 2.4rem;
  border-radius: 1.6rem;
  border: 2px solid hsla(0 0% 100% / .3);
  background: hsla(0 0% 100% / .1);
  backdrop-filter: blur(6px);
  max-width: 768px;
  text-align: center;
}
.bg-img .img-background .content h6{
  margin: 0;
}
.featured-news .color-scheme-1{
  background: white;
  padding-block: 9.6rem;
}
.featured-news  .blog__posts.articles-wrapper{
  margin: 0;
  gap: 2.4rem;
}
.featured-news  .blog__posts.articles-wrapper .article{
  width: calc(33.3333% - calc(2.4rem * 2 / 3));
  margin: 0;
}
.featured-news .card--media .card__inner{
  aspect-ratio: 6 / 4.5;
  border-radius: 1.6rem;
  overflow: hidden;
}
.featured-news .blog__posts .article-card .card__information{
  padding: 1.6rem 0 0;
}
.featured-news .blog__posts .article-card .card__information .card__heading{
  margin: 0;
}
.featured-news .blog__posts .article-card .card__information .card__heading a{
  text-decoration: none;
  margin: 0;
}
.featured-news .blog__posts .article-card .card__information .card__heading a:hover{
  text-decoration: none;
  color: var(--medium);
}
.featured-news .blog__posts .article-card .card__information .article-card__info{
  font-size: 1.4rem;
  margin: 0 0 .8rem;
}
section .main-blog{
  padding: 0;
}
section .main-blog .blog-articles{
    display: flex;
    flex-wrap: wrap;
    gap: 2.4rem;
}
section .main-blog .blog-articles .blog-articles__article{
  width: calc(33.3333% - calc(2.4rem * 2 / 3));
  margin: 0;
}
section .main-blog .blog-articles .blog-articles__article:first-child{
  width: 100%;
}
section .main-blog .blog-articles .blog-articles__article .article-card-wrapper .card{
    background: white;
    box-shadow: var(--shadow);
    border-radius: 1.6rem;
    overflow: hidden;
}
section .main-blog .blog-articles .blog-articles__article:first-child .article-card-wrapper .card{
  flex-direction: row;
  align-items: center;
}
section .main-blog .blog-articles .blog-articles__article .article-card-wrapper .card .card__inner{
  aspect-ratio: 6 / 4.5;
  width: 100%;
  height: auto;
  overflow: hidden;
}
section .main-blog .blog-articles .blog-articles__article:first-child .article-card-wrapper .card .card__inner{
  width: 50%;
}
section .main-blog .blog-articles .blog-articles__article .article-card-wrapper .card .card__inner .card__media,
section .main-blog .blog-articles .blog-articles__article .article-card-wrapper .card .card__inner .card__media .article-card__image,
section .main-blog .blog-articles .blog-articles__article .article-card-wrapper .card .card__inner .card__media .article-card__image img{
  margin: 0;
  padding: 0 !important;
}
section .main-blog .blog-articles .blog-articles__article .article-card-wrapper .card .card__inner .card__media .article-card__image img{
    object-fit: cover !important;
}
section .main-blog .blog-articles .blog-articles__article .article-card-wrapper .card .card__content{
  padding: 1.6rem; 
}
section .main-blog .blog-articles .blog-articles__article:first-child .article-card-wrapper .card .card__content{
  width: 50%;
}
section .main-blog .blog-articles .blog-articles__article .article-card-wrapper .card .card__content .card__information{
  padding: 0;
  text-align: left;
}
section .main-blog .blog-articles .blog-articles__article .article-card-wrapper .card .card__content .card__information h3.h2{
    margin: 0;
}
section .main-blog .blog-articles .blog-articles__article .article-card-wrapper .card .card__content .card__information h3.h2 a{
    text-decoration: none;
    margin: 0;
    text-align: left;
    padding: 0;
}
section .main-blog .blog-articles .blog-articles__article .article-card-wrapper .card .card__content .card__information h3.h2 a:hover{
    text-decoration: none;
    color: var(--medium);
}
section .main-blog .blog-articles .blog-articles__article .article-card-wrapper .card .card__content .card__information .article-card__info{
    font-size: 1.4rem;
    margin: 0 0 .8rem;
}
section .main-blog .blog-articles .blog-articles__article .article-card-wrapper .card .card__content .card__information p.article-card__excerpt{
  margin: 0;
}
article.article-template{
  display: flex;
  gap: 3.2rem;
  max-width: 1200px;
  margin: 0 auto;
}
article.article-template .article-template__hero-container{
  width: 40rem;
}
article.article-template .content-wrapper{
  width: calc(100% - 43.2rem);
}
article.article-template .content-wrapper header{
  display: flex;
  flex-direction: column-reverse;
  gap: .8rem;
  margin: 0;
}
article.article-template .content-wrapper header h1{
  font-size: 5.6rem;
}
article.article-template .content-wrapper header time{
  font-size: 1.4rem;
  color: var(--secondary);
  font-weight: 500;
  letter-spacing: .1em;
}
article.article-template .content-wrapper .article-template__social-sharing{
  display: none;
}
article.article-template .content-wrapper .article-template__content{
  margin: 2.4rem 0 0;
}
article.article-template .content-wrapper .article-template__back{
  margin: 2.4rem 0 0;
    text-align: left;
}
article.article-template .content-wrapper .article-template__back a{
    background: var(--secondary);
    color: var(--white);
    line-height: 1;
    text-transform: capitalize;
    font-weight: 500;
    padding: .2rem 4rem 0;
    text-decoration: none;
    border-radius: .4rem;
    border: none;
    outline: none;
    font-size: 1.6rem;
    height: 4rem;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    letter-spacing: 0;
    min-width: 0;
    min-height: 0;
    transition: var(--animate);
    align-items: center;
    text-align: center;
    justify-content: center;
    font-family: var(--font-heading);
}
article.article-template .content-wrapper .article-template__back a:hover{
background: var(--main);
}
.services-list h2{
  text-align: center;
  max-width: 768px;
  margin: 0 auto 3.2rem;
}
.services-list .flex{
  gap: 2.4rem;
}
.services-list .flex-four > *{
  width: calc(25% - 2.4rem);
}
.services-list .card{
    border-radius: 1.6rem;
  padding: 7.6rem 1.6rem 1.6rem;
  margin-top: 6rem;
  background: white;
  box-shadow: var(--shadow);
  position: relative;
  text-align: center;
    width: calc(50% - 1.2rem);
}
@media screen and (max-width: 990px){
  .services-list .card{
    width: 100%;
  }
}
.services-list .card .img-wrapper{
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  border: 2px solid var(--secondary);
  overflow: hidden;
  position: absolute;
  top: -6rem;
  left: calc(50% - 6rem);
}
.services-list .card p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.service-intro .page-width{
  padding: 3.2rem;
  border-radius: 1.6rem;
  box-shadow: var(--shadow);
  max-width: 96rem;
  background: white;
  display: flex;
  justify-content: center;
}

.service-intro .page-width .rte{
  max-width: 78rem;
}

@media screen and (max-width: 750px) {
    .service-intro .page-width .rte {
        max-width: 50rem;
    }
}
#shopify-section-template--18033674223751__multirow_69pgrz,
#shopify-section-template--18026289234055__multirow_UUxmqq,
#shopify-section-template--16840243675271__multirow_C7dqye{
  padding: 0;
}
.services-strips .multirow .multirow__inner{
  max-width: 100%;
    gap: 0;
}
.services-strips .multirow .multirow__inner .image-with-text .image-with-text__grid{
  position: relative;
  padding: 10rem 3.2rem;
  background: white;
  overflow: hidden;
}
.services-strips .multirow .multirow__inner .image-with-text:nth-child(2n) .image-with-text__grid{
  background: var(--light);
}
.services-strips .multirow .multirow__inner .image-with-text .image-with-text__media-item{
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
}
.services-strips .multirow .multirow__inner .image-with-text:nth-child(2n) .image-with-text__media-item{
  left: auto;
  right: 0;
}
.services-strips .multirow .multirow__inner .image-with-text .image-with-text__text-item{
    max-width: 120rem;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.services-strips .multirow .multirow__inner .image-with-text:nth-child(2n) .image-with-text__text-item{
    justify-content: flex-start;
}
.services-strips .multirow .multirow__inner .image-with-text .image-with-text__text-item .image-with-text__content{
    width: 60%;
    padding: 0 0 0 4rem;
}
.services-strips .multirow .multirow__inner .image-with-text:nth-child(2n) .image-with-text__text-item .image-with-text__content{
  padding: 0 4rem 0 0;
    margin: 0;
}
.services-strips .multirow .multirow__inner .image-with-text .image-with-text__text-item .image-with-text__content p.image-with-text__text--caption{
    color: var(--secondary);
    letter-spacing: .1em;
    text-transform: uppercase;
    margin: 0;
    font-size: 1.6rem;
}
.alt-banner .banner .banner__content .banner__box,
.alt-banner .banner{
  background: var(--main);
}
.alt-banner .banner .banner__content .banner__box{
  padding-bottom: 0;
}
.shopify-section .alt-banner .banner .banner__content .banner__box .banner__text p,
.shopify-section .alt-banner .banner .banner__content .banner__box h2.banner__heading{
  color: white;
}
section .alt-banner .banner .banner__content:before{
  background-image: url(/cdn/shop/files/hero-graphic-blue.svg?v=1740602318);
}
.product-sections .section .content .flex{
  gap: 2.4rem;
}
.product-sections .section .content .flex .card{
  width: calc(50% - 12px);
  border-radius: 1.6rem;
  background: white;
  padding: 8rem 1.6rem 1.6rem;
  box-shadow: var(--shadow);
  margin-top: 6rem;
  position: relative;
}
.product-sections .section .content .flex .card .img-wrapper{
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid var(--secondary);
    width: 12rem;
    height: 12rem;
    position: absolute;
    top: -6rem;
    left: calc(50% - 6rem);
}
.product-sections .section .content .flex .card .content-holder{
  text-align: center;
}
.product-sections .section .content .flex .card .content-holder h3{
  margin: 0 0 1.2rem;
}
.product-sections .section .content .flex .card .content-holder p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#shopify-section-template--16840243806343__financing_nYmpb6,
#shopify-section-template--16840243380359__form,
#shopify-section-template--16958896341127__multirow_Xgh4YQ,
#shopify-section-template--16958741414023__multirow_9VPyxH,
#shopify-section-template--16958741381255__multirow_hCrPbb,
#shopify-section-template--16958805147783__rich_text_xeGyki{
  padding: 0;
}
.shop-cta{
  position: relative;
  padding: 14rem 3.2rem;
  background: url(//kool-vent.myshopify.com/cdn/shop/files/64942873_l.jpg?v=1740258469&width=600) center center no-repeat;
  background-size: cover;
}
.shop-cta:after {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--dark);
    opacity: .75;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.shop-cta .isolate{
    padding: 2.4rem;
    border-radius: 1.6rem;
    border: 2px solid hsla(0 0% 100% / .3);
    background: #ffffff1a;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    max-width: 768px;
    text-align: center;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}
.shop-cta .isolate .rich-text {
  background: none;
}
.form-strip{
  padding: 9.6rem 3.2rem;
  background: var(--main);
}
.form-strip .section{
  background: none;
}
.form-strip .contact form textarea, 
.form-strip .contact form input{
  background: hsla(0 0% 100% / .1);
  border-color: var(--secondary);
}
#shopify-section-template--16840243806343__banner{
  padding-bottom: 0;
}
.shop-list .card .media{
  aspect-ratio: 1 / 1;
  background: white;
}
.shop-list .card .media img{
    object-fit: contain;
    height: calc(100% - 2rem);
    width: calc(100% - 2rem);
  top: 1rem;
  left: 1rem;
}
.related-products .card-wrapper .card .card_content .card__information h3, #product-grid .card-wrapper .card>.card_content .card__information h3, .shopify-section .products-slider .collection slider-component ul li .card_content .card__information h3{
  font-size: 1.4rem;
  margin: 0;
  font-weight: var(--medium);
  margin: 0;
}
.related-products .card-wrapper .card .card_content .card__information h3 a, #product-grid .card-wrapper .card>.card_content .card__information h3 a, .shopify-section .products-slider .collection slider-component ul li .card_content .card__information h3 a{
  font-size: 1.4rem;
  margin: 0;
  font-weight: var(--medium);
  text-transform: none;
}
#product-grid .card-wrapper .card>.card_content .card__information{
  display: flex;
  flex-direction: column-reverse;
}
.related-products .card-wrapper .card .card_content .card__information h3 a:hover, #product-grid .card-wrapper .card>.card_content .card__information h3 a:hover, .shopify-section .products-slider .collection slider-component ul li .card_content .card__information h3 a:hover{
  color: var(--medium);
  text-decoration: none;
}
.shopify-section cart-items form.cart__contents .cart__items .js-contents table.cart-items tbody tr.cart-item td.cart-item__totals .cart-item__price-wrapper .price, .shopify-section cart-items form.cart__contents .cart__items .js-contents table.cart-items tbody tr.cart-item td.cart-item__details .product-option, .related-products .card-wrapper .card .card_content .card__information .price .price-item, .product__info-wrapper product-info .price .price-item, #product-grid .card-wrapper .card>.card_content .card__information .card-information .price .price__container .price-item, .shopify-section .products-slider .collection slider-component ul li .card_content .card__information .card-information .price .price-item{
  font-weight: 500;
  letter-spacing: 0.1rem;
  color: var(--dark);
  text-transform: uppercase;
  font-size: 1.8rem;
}
#product-grid .card-wrapper .card .quick-add button:hover{
  background: var(--main);
}
.labour-cta{
  background: white;
}
#shopify-section-template--16958892015751__multirow_aRbyfi,
#shopify-section-template--16840243544199__financing_fyKCMh,
#shopify-section-template--16840243609735__multirow_A78B6U{
  padding: 0;
}
.finance-cta .isolate > .content-container{
  position: relative;
  background: url(//kool-vent.myshopify.com/cdn/shop/files/64942873_l.jpg?v=1740258469&width=600) center center no-repeat;
  background-size: cover;
    padding: 10rem 3rem;
}
.finance-cta .isolate > .content-container:after {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--dark);
    opacity: .75;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.finance-cta .isolate > .content-container .rich-text__wrapper{
  padding: 2.4rem;
  border-radius: 1.6rem;
  border: 2px solid hsla(0 0% 100% / .3);
  background: #ffffff1a;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  max-width: 768px;
  text-align: center;
  position: relative;
  z-index: 1;
}
#shopify-section-template--16840243544199__labour_warranty_m8tVBn .rich-text,
#shopify-section-template--16840243544199__labour_warranty_m8tVBn{
  background: white;
}
a.header__icon--cart .cart-count-bubble{
  color: white;
  background: var(--secondary);
}
.featured-services .section {
  background: none;
}
.featured-news .color-scheme-1{
padding: 9.6rem 3.2rem
}
.section-template--16840243314823__featured_blog_eqJWEw-padding{
padding: 0;
}
.title-wrapper-with-link a.link{
    background: var(--secondary);
    color: var(--white);
    line-height: 1;
    text-transform: capitalize;
    font-weight: 500;
    padding: .2rem 4rem 0;
    text-decoration: none;
    border-radius: .4rem;
    border: none;
    outline: none;
    font-size: 1.6rem;
    height: 4rem;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    letter-spacing: 0;
    min-width: 0;
    min-height: 0;
    transition: var(--animate);
    align-items: center;
    text-align: center;
    justify-content: center;
    font-family: var(--font-heading);
}
.title-wrapper-with-link a.link:hover{
  background: var(--main);
}
.title-wrapper-with-link{
  align-items: center;
}
.product-sections .section .content .flex .card .img-wrapper img{
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#cart-notification{
  background: white !important;
}
.footer-block__image-wrapper{
  width: 20rem !important;
}
@media screen and (min-width: 1500px){
  section .banner .banner__content:before{
    left: calc(41% - 20px);
  }
}
@media screen and (min-width: 1900px){
  section .banner .banner__content:before{
    left: calc(39% - 20px);
  }
}
@media screen and (min-width: 2260px){
  section .banner .banner__content:before{
    left: calc(37% - 20px);
  }
}
@media screen and (min-width: 2600px){
  section .banner .banner__media {
      width: 50%;
      margin: 0 0 0 50%;
  }
  section .banner .banner__content .banner__box{
    width: 45%;
  }
  section .banner .banner__content:before{
    left: calc(49% - 20px);
  }
}
@media screen and (max-width: 1340px){
  section .banner .banner__content .banner__box{
    padding-left: 3rem;
  }
}
@media screen and (max-width: 1066px){
  
  .inner-intro .image-with-text .grid{
    flex-direction: column;
    gap: 3.2rem;
  }
  .inner-intro .image-with-text .grid .image-with-text__text-item{
    max-width: 100%;
    padding: 0;
    width: 100%;
  }
  .inner-intro .image-with-text .grid .image-with-text__media-item{
    aspect-ratio: unset;
    width: 100%;
    max-width: 50rem;
  }
}
@media screen and (max-width: 990px){
  .top-header,
  section.sticky-nav{
    display: none;
  }
  section .banner{
    flex-direction: column;
  }
  section .banner .banner__media{
    margin: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 1366 / 768;
    position: relative;
  }
  section .banner .banner__media img{
      position: initial !important;
  }
  section .banner .banner__content .banner__box{
    width: 100%;
    padding: 2rem 3rem 4rem !important;
    text-align: center;
  }
  .shopify-section .banner .banner__content .banner__box .banner__text p{
    margin-inline: auto;
    max-width: 44rem;
  }
  section .banner .banner__content:before{
    display: none;
  }
  section .banner .banner__media:before{
    content: '';
    background-image: url(/cdn/shop/files/hero-graphic-rotate.svg?v=1741188187);
    width: calc(100% + 2px);
    height: auto;
    position: absolute;
    bottom: -1px;
    left: -1px;
    background-size: cover;
    background-repeat: no-repeat;
    aspect-ratio: 300 / 42;
    top: auto;
  }
  .featured-services .section .content .flex-four{
    margin: 0;
    flex-wrap: wrap;
  }
  .featured-services .section .content .flex-four .card{
    width: 100%;
    border-right: none;
    border-bottom: 2px solid hsla(0 0% 100% / .16);
  }
  .featured-services .section .content .flex-four .card:hover{
    margin: 0;
  }
  .featured-faqs .collapsible-content-wrapper-narrow,
  .intro-strip>div .page-width .image-with-text .image-with-text__grid{
    flex-direction: column;
    gap: 3.2rem;
  }
  .intro-strip>div .page-width .image-with-text .image-with-text__grid .image-with-text__media-item{
    width: 100%;
    max-width: 42rem;
  }
  .featured-faqs .collapsible-content__header,
  .featured-products .section .content .flex .card,
  .intro-strip>div .page-width .image-with-text .image-with-text__grid .image-with-text__text-item{
    width: 100%;
  }
  .featured-faqs .grid,
  .featured-faqs .collapsible-content__header{
    max-width: 100%;
  }
  .featured-faqs .collapsible-content__header h2{
    margin: 0;
    font-size: 4rem;
  }
  .contact-cta .footer-block__contact-info,
  .why-choose .rich-text .rich-text__text ul{
    flex-wrap: wrap;
  }
  .contact-cta .footer-block__contact-info .rte,
  .why-choose .rich-text .rich-text__text ul li{
    width: 100%;
  }
  .bg-img .img-background{
    padding: 7.2rem 1.6rem;
  }
  .bg-img .img-background .content{
    padding: 2.4rem 1.6rem;
  }
  .featured-faqs .grid{
    padding: 1.6rem;
  }
  .featured-news .color-scheme-1{
    padding: 4.8rem 3.2rem
  }
  .featured-news .blog__posts.articles-wrapper .article {
    width: calc(50% - .8rem);
    margin: 0;
  }
  .title-wrapper--self-padded-tablet-down, .title-wrapper--self-padded-mobile{
    padding: 0;
  }
  .rich-text__wrapper{
    width: 100% !important;
  }
  article.article-template{
    flex-direction: column;
  }
  article.article-template .article-template__hero-container,
  article.article-template .content-wrapper{
    width: 100%;
  }
  article.article-template .article-template__hero-container{
    max-width: 40rem;
  }
  h1, .h1,
  article.article-template .content-wrapper header h1{
    font-size: 4rem;
  }
  .services-list .flex-four>*{
    width: 100%;
  }
  .services-list .section .content{
    padding: 0;
  }
  .services-strips .multirow .multirow__inner .image-with-text .image-with-text__grid{
    padding: 35rem 3rem 5rem;
  }
  .services-strips .multirow .multirow__inner .image-with-text .image-with-text__media-item{
    width: 100%;
    height: 30rem;
  }
  .services-strips .multirow .multirow__inner .image-with-text .image-with-text__media-item .image-with-text__media{
    height: 30rem;
  }
  .services-strips .multirow .multirow__inner .image-with-text .image-with-text__text-item .image-with-text__content{
    width: 100%;
    padding: 0;
  }
  section .alt-banner .banner .banner__media:before{
        background-image: url(/cdn/shop/files/hero-graphic-blue-rotate.svg?v=1741198438);
  }
  .product-sections .section .content .flex .card{
    width: 100%;
  }
  section .main-blog .blog-articles .blog-articles__article{
    width: calc(50% - 1.2rem);
  }
  .product-sections .section .content{
    padding: 0;
  }
}
@media screen and (max-width: 750px){
  .footer__blocks-wrapper{
    gap: 1.6rem;
  }
  .footer__blocks-wrapper .footer-block{
    margin: 0 !important;
    text-align: center;
  }
  .footer-block__image-wrapper{
    margin: 0 auto !important;
  }
  .footer-block--menu ul.footer-block__details-content li a,
  .footer-block--menu ul.footer-block__details-content li{
    width: 100%;
    display: block;
  }
  .footer-block--menu ul.footer-block__details-content{
    margin: 0;
  }
  footer .footer__content-top{
    padding-inline: 0;
  }
  section .main-blog .blog-articles .blog-articles__article:first-child .article-card-wrapper .card{
    flex-direction: column;
  }
  section .main-blog .blog-articles .blog-articles__article:first-child .article-card-wrapper .card .card__content,
  section .main-blog .blog-articles .blog-articles__article:first-child .article-card-wrapper .card .card__inner{
    width: 100%;
  }
}
@media screen and (max-width: 640px){
  .featured-news .blog__posts.articles-wrapper .article {
    width: 100%;
    margin: 0;
  }
  .product-sections .section .content .flex .card,
  section .main-blog .blog-articles .blog-articles__article{
    width: 100%;
  }
}
/* ---------- Search Styles Adjustments ---------- */
header .search-modal{
  background: var(--light);
}
header .predictive-search.predictive-search--header{
  border: none;
  background: white;
  width: calc(100% - 2px);
  transform: translate(2px, -2px);
}
#predictive-search-results  .predictive-search__results-groups-wrapper{
    flex-direction: column;
}
#predictive-search-results  .predictive-search__results-groups-wrapper .predictive-search__result-group img.predictive-search__image{
  max-height: 48px;
}
#predictive-search-results  .predictive-search__results-groups-wrapper .predictive-search__result-group p.predictive-search__item-heading.h5{
  font-size: 1.6rem;
  line-height: 1.2;
  color: var(--medium);
}
@media screen and (max-width: 990px){
  .search-modal__content{
        padding: 10px 6rem 7px;
        height: auto;
        background: var(--light);
        box-shadow: var(--shadow);
    }
  }
}
/* ---------- Mobile Nav Adjustments ---------- */
.shopify-section-group-header-group.section-header header.header.page-width header-drawer details .menu-drawer nav ul li details summary{
  padding: 0;
}
.shopify-section-group-header-group.section-header header.header.page-width header-drawer details .menu-drawer nav ul li details summary svg{
  display: none;  
}
.shopify-section-group-header-group.section-header header.header.page-width header-drawer details .menu-drawer nav ul li details summary a{
  width: 100%;
}
#shopify-section-template--16840243413127__slideshow_By9wiT{
  padding: 0;
}
slideshow-component .slider-buttons{
  border: none;
  position: absolute;
  bottom: 4rem;
  left: 0;
  width: 100%;
  justify-content: flex-end;
  padding: 0 8px 8px 0;
  gap: .8rem;
}
@media screen and (max-width: 990px){
  slideshow-component .slider-buttons{
    display: none;
  }
}
slideshow-component .slider-buttons button{
    padding: 0;
    width: 4rem;
    height: 4rem;
    background: var(--main);
    border-radius: 50%;
    color: white;
}
slideshow-component .slider-buttons button:hover{
  background: var(--secondary)
}
slideshow-component .slider-buttons button svg{
  height: 1rem !important;
}
slideshow-component .slider-buttons .slider-counter{
  display: none;
}
.top-header .list-social{
  gap: .8rem
}
.top-header .list-social__link{
  padding: 0;
  color: white;
}
.top-header .list-social .list-social__item:last-child a svg{
  width: auto;
  height: 17px;
  margin-top: 2px;
}
section.section .template-search .search__input.field__input{
  border-color: var(--secondary) !important;
}
section.section .template-search .reset__button .icon.icon-close{
  background: var(--main);
  color: white;
  border: none;
  outline: none;
  box-shadow: none;
  margin-top: 2px;
}
section.section .template-search .reset__button .icon.icon-close:hover{
  background: var(--secondary);
}
section.section facet-filters-form form.facets__form .facets__wrapper details summary span{
    font-size: 1.6rem;
    text-transform: none;
    font-weight: 400;
}
section.section facet-filters-form form.facets__form .facets__wrapper details summary{
  padding-bottom: 6px;
}
section.section facet-filters-form form.facets__form .facets__wrapper details summary > * {
  margin-top: -2px;
}
section.section  facet-filters-form form.facets__form .facets__wrapper .field__input{
  background: white;
  border-color: var(--secondary);
}
section.section #product-grid .card-wrapper .card .card__media .media img{
  object-fit: contain;
}
section.section .product-count__text{
  background: var(--main);
}
span.facets__and-helptext{
  margin-top: 8px;
}
.template-404 p:first-child{
    color: var(--secondary);
    letter-spacing: .1em;
    text-transform: uppercase;
    margin: 0;
    font-size: 2.4rem;
}
.template-404 h1{
margin-top: 0 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover, 
select:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover, 
textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: white !important;
  background: #6B93CC !important;
  color: white !important;
  -webkit-box-shadow: 0 0 0px 40rem #6B93CC inset !important;
}
input:focus,
select:focus,
textarea:focus {
  background-color: #6B93CC;
  color: white;
  outline: none;
}
.field__input:-webkit-autofill~.field__button, .field__input:-webkit-autofill~.field__label, .customer .field input:-webkit-autofill~label{
  color: white !important;
}
@media screen and (max-width: 990px){
  .featured-news slider-component .slider-buttons{
    display: none;
  }
}
#shopify-section-template--16840243413127__rich_text_TbWAYQ{
  padding: 4.8rem 1.6rem;
}
#shopify-section-template--16840243413127__rich_text_TbWAYQ,
.que-lic,
.que-lic .content-container{
  background: var(--main);
}
.que-lic .rich-text__blocks{
    background: hsla(0 0% 100% / .05);
    padding: 32px 32px 32px 80px;
    border-radius: 16px;
    box-shadow: var(--shadow);
    text-align: left;
    position: relative;
}
.que-lic .rich-text__blocks::before{
  content: '';
  background-color: #233f82;
  background-image: url(/cdn/shop/files/icon-quebec.png?v=1754487108);
  position: absolute;
  top: 32px;
  left: -4.8rem;
  width: 9.6rem;
  height: 9.6rem;
  border-radius: 50%;
  background-size: 5.2rem;
  background-repeat: no-repeat;
  background-position: center;
}
.que-lic .rich-text__blocks h2.rich-text__heading{
  font-size: 4rem;
}
.que-lic .rich-text__blocks h2.rich-text__heading strong{
  display: block;    
  color: var(--secondary);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 960px){
  .que-lic .rich-text__blocks{
    padding: 6.4rem 16px 16px;
    border-radius: 8px;
  }
  .que-lic .rich-text__blocks::before{
    top: -4.8rem;
    left: 1.6rem;
  }
.que-lic .rich-text__blocks h2.rich-text__heading{
  font-size: 3.6rem;
}
.que-lic .rich-text__blocks h2.rich-text__heading strong{
  font-size: 1.6rem;
}
}
#shopify-section-template--16840243413127__why_choose_us_HrjB4J{
  position: relative;
  background: white;
}
#shopify-section-template--16840243413127__why_choose_us_HrjB4J::before{
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: url(/cdn/shop/files/image-why-choose.jpg?v=1754424674) center left no-repeat;
  background-size: cover;
}
.footer__content-bottom .footer__content-bottom-wrapper:first-child{
  display: none;
}
#shopify-section-template--16840243413127__why_choose_us_HrjB4J::after{
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(to right, transparent 0%, white 99%, white 100%);
}
.why-choose-new{
  position: relative;
  z-index: 2;
}
.why-choose-new .isolate .content-container{
  background: none;
  display: flex;
  justify-content: flex-end;
}
.why-choose-new .isolate .content-container .rich-text__wrapper{
  width: 55%;
  margin: 0;
}
.why-choose-new .isolate .content-container .rich-text__wrapper h2{
  font-size: 4rem;
}
.why-choose-new .isolate .content-container .rich-text__wrapper .rich-text__text ul{
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 16px;
}
.why-choose-new .isolate .content-container .rich-text__wrapper .rich-text__text ul li{
  padding: 16px 16px 16px 48px;
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
  position: relative;
  min-height: 8rem;
}
.why-choose-new .isolate .content-container .rich-text__wrapper .rich-text__text ul li strong{
  color: var(--dark);
  display: block;
  line-height: 1.1;
  font-family: var(--font-heading);
  letter-spacing: 0;
  font-style: normal;
  font-weight: 500;
  margin: 0 0 8px;
}
.why-choose-new .isolate .content-container .rich-text__wrapper .rich-text__text{
  margin-top: 32px;
}
.why-choose-new .isolate .content-container .rich-text__wrapper .rich-text__text ul li::before{
  content: '';
  background-color: var(--main);
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: -3.2rem;
  background-position: center;
  background-size: 40px auto;
  background-repeat: no-repeat;
}
.why-choose-new .isolate .content-container .rich-text__wrapper .rich-text__text ul li:nth-of-type(1)::before{
  background-image: url(/cdn/shop/files/icon-core-01.png?v=1754425467);
}
.why-choose-new .isolate .content-container .rich-text__wrapper .rich-text__text ul li:nth-of-type(2)::before{
  background-image: url(/cdn/shop/files/icon-family-01.png?v=1754425467);

}
.why-choose-new .isolate .content-container .rich-text__wrapper .rich-text__text ul li:nth-of-type(3)::before{
  background-image: url(/cdn/shop/files/icon-value-01.png?v=1754425467);
}
@media screen and (max-width: 990px){
  #shopify-section-template--16840243413127__why_choose_us_HrjB4J{
    padding-top: 28rem;
  }
  #shopify-section-template--16840243413127__why_choose_us_HrjB4J::after,
  #shopify-section-template--16840243413127__why_choose_us_HrjB4J::before{
    width: 100%;
    height: 28rem;
  }
  #shopify-section-template--16840243413127__why_choose_us_HrjB4J::after{
    background: linear-gradient(to bottom, transparent 0%, white 99%, white 100%);
  }
  .why-choose-new .isolate .content-container .rich-text__wrapper{
    width: 100%;
  }
  .why-choose-new .isolate .content-container .rich-text__wrapper .rich-text__blocks{
    max-width: 100%;
    padding-inline: 24px 0;
  }
}
#shopify-section-template--16840243413127__testimonials_dCnFwy{
  padding-block: 50px 0;
}
.rev-strip > div .page-width .image-with-text .image-with-text__grid{
  position: relative;
}
.rev-strip > div .page-width .image-with-text .image-with-text__grid .image-with-text__media-item{
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: 0;
  border-radius: 16px;
  overflow: hidden;
}
.rev-strip > div .page-width .image-with-text .image-with-text__grid .image-with-text__text-item{
    width: calc(50% + 160px);
    margin-left: calc(50% - 160px);
    overflow: visible;
    position: relative;
    z-index: 3;
}
.rev-strip > div .page-width .image-with-text .image-with-text__grid .image-with-text__text-item .image-with-text__content{
    padding: 80px 16px 80px 220px;
}
.rev-strip > div .page-width .image-with-text .image-with-text__grid .image-with-text__text-item .image-with-text__content h2{
  font-size: 4rem;
}
.rev-strip > div .page-width .image-with-text .image-with-text__grid .image-with-text__text-item .image-with-text__content .eapps-widget{
  width: calc(100% + 220px);
  transform: translate(-220px, 0);
  margin-block: 24px 0;
}
@media screen and (max-width: 990px){
  .rev-strip > div .page-width .image-with-text .image-with-text__grid{
    display: flex;
    flex-direction: column;
  }
  .rev-strip > div .page-width .image-with-text .image-with-text__grid .image-with-text__media-item{
    position: initial;
    width: 100%;
    height: auto;
    aspect-ratio: 6 / 3;
  }
  .rev-strip > div .page-width .image-with-text .image-with-text__grid .image-with-text__text-item{
    width: 100%;
    margin-left: 0;
  }
  .rev-strip > div .page-width .image-with-text .image-with-text__grid .image-with-text__text-item .image-with-text__content .eapps-widget{
    width: 100%;
    transform: none;
  }
  .rev-strip > div .page-width .image-with-text .image-with-text__grid .image-with-text__text-item .image-with-text__content{
    padding: 40px 0 0;
  }
}
.our-adv-strip.bg-img .img-background  .content{
    padding: 0;
    border-radius: 0;
    border: none;
    background: none;
    backdrop-filter: none;
    max-width: 96rem;
    text-align: center;
}
.our-adv-strip.bg-img .img-background  .content .editable-content{
    max-width: 768px;
    text-align: center;
    margin: 0 auto 32px;
}
.our-adv-strip.bg-img .img-background  .content > ul{
  list-style: none;
  display: flex;
  gap: 1.6rem;
  flex-wrap: wrap;
}
.our-adv-strip.bg-img .img-background  .content > ul li{
  padding: 1.6rem;
  border-radius: .8rem;
  border: 2px solid hsla(0 0% 100% / .3);
  background: hsla(0 0% 100% / .1);
  backdrop-filter: blur(6px);
  width: calc(33.3333% - calc(1.6rem * 2 / 3));
  line-height: 1.1;
  font-family: var(--font-heading);
  letter-spacing: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  margin-top: 30px;
}
.our-adv-strip.bg-img .img-background  .content > ul li::before{
  content: '';
  width: 6.4rem;
  height: 6.4rem;
  display: block;
  border-radius: 50%;
  margin: -50px auto 16px;
  background-color: var(--main);
  backdrop-filter: blur(6px);
  box-shadow: var(--shadow);
  background-size: 40px auto;
  background-position: center;
  background-repeat: no-repeat;
}
.our-adv-strip.bg-img .img-background  .content > ul li:first-of-type::before{
  background-image: url(/cdn/shop/files/icon-24-01.png?v=1754495966);
}
.our-adv-strip.bg-img .img-background  .content > ul li:nth-of-type(2)::before{
  background-image: url(/cdn/shop/files/icon-free-01.png?v=1754495966);
}
.our-adv-strip.bg-img .img-background  .content > ul li:nth-of-type(3)::before{
  background-image: url(/cdn/shop/files/icon-finance-01.png?v=1754495966);
}
.our-adv-strip.bg-img .img-background  .content > ul li:nth-of-type(4)::before{
  background-image: url(/cdn/shop/files/icon-lic-01.png?v=1754495966);
}
.our-adv-strip.bg-img .img-background  .content > ul li:nth-of-type(5)::before{
  background-image: url(/cdn/shop/files/icon-fast-01.png?v=1754495966);
}
@media screen and (max-width: 990px){
.our-adv-strip.bg-img .img-background  .content > ul li{
  width: calc(50% - 8px);
}
}
@media screen and (max-width: 560px){
.our-adv-strip.bg-img .img-background  .content > ul li{
  width: 100%;
}
}
#shopify-section-template--16840243314823__image_with_text_Ez6fTU .inner-intro .image-with-text .grid .image-with-text__text-item,
#shopify-section-template--16840243314823__image_with_text_Ez6fTU .color-scheme-1,
#shopify-section-template--16840243314823__image_with_text_Ez6fTU{
  background: white;
}
.team-strip .card{
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.team-strip .card .img-wrapper{
  
}
.team-strip .card .img-wrapper img{
  margin: 0;
}
.team-strip .card .content-holder{
  padding: 16px;
}
.team-strip .card .content-holder span{

}
.team-strip .card .content-holder span h3{
  font-size: 20px;
  margin: 0 0 4px;
}
.team-strip .card .content-holder span p{
  font-size: 14px;
  margin: 0 0 4px;
  font-weight: 600;
}
.team-strip .card .content-holder span p strong{
    color: var(--secondary);
    letter-spacing: .1em;
    text-transform: uppercase;
    margin: 0 0 1.2rem;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
}
.team-strip .card .content-holder span p a{
  color: var(--medium);
  text-decoration: none;
  font-weight: 400;
}
.team-strip .card .content-holder span p a:hover{
  color: var(--accent);  
}
#shopify-section-template--16840243544199__whats_included_jqFq8k,
#shopify-section-template--16840243609735__specialize_Hghrjx,
#template--16840243675271__specialize_6C6kxX{
  padding: 0 32px 80px;
}
#shopify-section-template--16840243544199__whats_included_jqFq8k .whats-included .section{
  background: none;
  padding: 0;
}
#shopify-section-template--16840243544199__whats_included_jqFq8k .whats-included .section .content h2,
#shopify-section-template--16840243609735__specialize_Hghrjx .page-width h2,
#template--16840243675271__specialize_6C6kxX .page-width h2{
  font-size: 4rem;
  margin: 0 0 24px;
  text-align: center;
}
#shopify-section-template--16840243544199__whats_included_jqFq8k .whats-included .section .content,
#shopify-section-template--16840243609735__specialize_Hghrjx .page-width .specialties-grid,
#template--16840243675271__specialize_6C6kxX .page-width .specialties-grid{
  display: flex;
  gap: 40px;
  max-width: 960px;
  margin: 0 auto;
  flex-wrap: wrap;
}
#shopify-section-template--16840243544199__whats_included_jqFq8k .whats-included .section .content .editable-content{
  width: 100%;
}
#shopify-section-template--16840243544199__whats_included_jqFq8k .whats-included .section .content .editable-content.heat::before,
#shopify-section-template--16840243544199__whats_included_jqFq8k .whats-included .section .content .editable-content.cool::before,
#shopify-section-template--16840243609735__specialize_Hghrjx .page-width .specialties-grid ul.specialties-list::before,
#template--16840243675271__specialize_6C6kxX .page-width .specialties-grid ul.specialties-list::before{
  content: '';
  background-color: var(--main);
  background-image: url(/cdn/shop/files/icon-snowflake.svg?v=1754500361);
  position: absolute;
  top: -28px;
  left: calc(50% - 28px);
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
}
#shopify-section-template--16840243544199__whats_included_jqFq8k .whats-included .section .content .editable-content.heat::before,
#shopify-section-template--16840243609735__specialize_Hghrjx .page-width .specialties-grid ul.specialties-list:nth-child(2)::before,
#template--16840243675271__specialize_6C6kxX .page-width .specialties-grid ul.specialties-list:nth-child(2)::before{
  background-color: var(--accent);
  background-image: url(/cdn/shop/files/icon-sun.svg?v=1754500361);
}
#shopify-section-template--16840243544199__whats_included_jqFq8k .whats-included .section .content .editable-content.heat,
#shopify-section-template--16840243544199__whats_included_jqFq8k .whats-included .section .content .editable-content.cool,
#shopify-section-template--16840243609735__specialize_Hghrjx .page-width .specialties-grid ul.specialties-list,
#template--16840243675271__specialize_6C6kxX .page-width .specialties-grid ul.specialties-list{
  list-style: none;
  margin: 28px 0 0;
  width: calc(50% - 20px);
  background: white;
  padding: 48px 16px 16px;
  text-align: center;
  border-radius: 16px;
  box-shadow: var(--shadow);
  position: relative;
}
@media screen and (max-width: 990px){
#shopify-section-template--16840243544199__whats_included_jqFq8k .whats-included .section .content .editable-content.heat,
#shopify-section-template--16840243544199__whats_included_jqFq8k .whats-included .section .content .editable-content.cool,
#shopify-section-template--16840243609735__specialize_Hghrjx .page-width .specialties-grid ul.specialties-list,
  #template--16840243675271__specialize_6C6kxX .page-width .specialties-grid ul.specialties-list{
    width: 100%;
  }
}
#shopify-section-template--16840243544199__whats_included_jqFq8k .whats-included .section .content h1,
#shopify-section-template--16840243544199__whats_included_jqFq8k .whats-included .section .content h2,
#shopify-section-template--16840243544199__whats_included_jqFq8k .whats-included .section .content h3,
#shopify-section-template--16840243544199__whats_included_jqFq8k .whats-included .section .content h4{
  color: var(--dark);
}
#shopify-section-template--16840243544199__whats_included_jqFq8k .whats-included .section .content h5,
#shopify-section-template--16840243544199__whats_included_jqFq8k .whats-included .section .content h6{
  color: var(--accent);
}
#shopify-section-template--16840243544199__whats_included_jqFq8k .whats-included .section .content p,
#shopify-section-template--16840243544199__whats_included_jqFq8k .whats-included .section .content ol li,
#shopify-section-template--16840243544199__whats_included_jqFq8k .whats-included .section .content ul li{
  color: var(--medium);
}
#shopify-section-template--16840243544199__whats_included_jqFq8k .whats-included .section .content h2{
  width: 100%;
}
#shopify-section-template--16840243544199__whats_included_jqFq8k .whats-included .section .content .editable-content H3{
  font-size: 28px;
}
#shopify-section-template--16840243544199__whats_included_jqFq8k .whats-included .section .content .editable-content.heat ul,
#shopify-section-template--16840243544199__whats_included_jqFq8k .whats-included .section .content .editable-content.cool ul{
  list-style:none;
  margin: 0;
}
#shopify-section-template--16840243544199__whats_included_jqFq8k .whats-included .section .content p.footer{
  width: 100%;
  font-size:14px;
}
.footer-block__brand-info .footer-block__image-wrapper{
    width: 24rem !important;
}
.footer-block__brand-info .footer-block__image-wrapper img{
  max-width: 18rem;
}
.footer-block__brand-info .footer-block__image-wrapper p{
    font-size: 13px;
    line-height: 1.1;
    margin: 4px 0;
}
.footer-block__brand-info .footer-block__image-wrapper p:first-of-type{
  margin-top: 16px;
  padding-top: 16px;
  border-top: 2px solid hsla(0 0% 100% / .1);
}
@media screen and (max-width: 1240px){
  section.sticky-nav .content ul.list-menu li a{
    font-size: 14px;
  }
}
@media screen and (max-width: 1140px){
  section.sticky-nav .content ul.list-menu li a{
    font-size: 12px;
  }
}
.shopify-section-group-header-group.section-header header.header.page-width header-drawer details .menu-drawer nav ul li summary.menu-drawer__menu-item{
  border: none;
  padding: 1.6rem;
  color: var(--white);
  border-top: 1px solid hsla(0 0% 100% / .1);
  line-height: 1;
  position: relative;
  font-family: var(--font);
  font-weight: 400;
  display: block;
  font-size: 1.6rem;
}
.header-localization .disclosure .localization-form__select{
  color: white;
}
#shopify-section-template--16840243544199__whats_included_jqFq8k .whats-included .section .content .editable-content.benefits {
  text-align: center;
}
#shopify-section-template--16840243544199__whats_included_jqFq8k .whats-included .section .content .editable-content.benefits ul{
  display: flex;
  gap: 16px;
  flex-wrap:wrap;
  margin: 0;
  list-style: none;
}
#shopify-section-template--16840243544199__whats_included_jqFq8k .whats-included .section .content .editable-content.benefits ul li{
  width: calc(50% - 8px);
  text-align: center;
  padding: 1.6rem;
  border-radius: 8px;
  background: white;
  box-shadow:var(--shadow);
}
#shopify-section-template--16840243544199__whats_included_jqFq8k .whats-included .section .content .editable-content.benefits ul li strong{
  display:block;
}
@media screen and (max-width: 990px){
#shopify-section-template--16840243544199__whats_included_jqFq8k .whats-included .section .content .editable-content.benefits ul li{
  width: 100%;
}
}
.finance-cta .isolate .content-container .page-width{
  max-width: 990px;
  gap:3.2rem;
  display: flex;
  align-items: flex-start;
}
.finance-cta .isolate .content-container .page-width > div{
  width: calc(40% - 32px);
}
.finance-cta .isolate .content-container .page-width > div img{
  filter: brightness(0) invert(1);
  width: 100%;
  height: auto;
}
.finance-cta .isolate .content-container .page-width > div.rich-text__blocks{
  text-align: left;
  width: 60%;
  padding-left: 3.2rem;
  border-left: 2px solid hsla(0 0% 100% / .3);
}
.finance-cta .isolate .content-container .page-width > div.rich-text__blocks .rich-text__buttons{
  justify-content: flex-start;
}
@media screen and (max-width: 990px){
  .finance-cta .isolate .content-container .page-width{
    flex-direction: column;
    align-items: center;
  }.finance-cta .isolate .content-container .page-width > div.rich-text__blocks{
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
.finance-cta .isolate .content-container .page-width > div{
  width: 100%;
  max-width: 24rem;
  min-width: unset;
}
.finance-cta .isolate .content-container .page-width > div.rich-text__blocks .rich-text__buttons{
  justify-content: center;
}
}
header.header .header__icons .desktop-localization-wrapper{
    align-items: center;
}
header.header .header__icons button.localization-selector{
  background: white;
  color: rgb(var(--color-foreground));
  height: auto !important;
  padding: 0 2rem 0 0 !important;
}
header.header .header__icons button.localization-selector svg.icon-caret{
  right: 4px;
  top: 6px;
}
header.header .header__icons .disclosure__list-wrapper{
  background: var(--main);
  border: none;
}
header.header .header__icons .disclosure__list-wrapper a span{
  color: white;
}
header.header .header__icons .disclosure__list-wrapper ul{
  padding: 0;
}
header.header .header__icons .disclosure__list-wrapper a:hover{
  background: hsla(0 0% 0% / .1);
}
#menu-drawer .menu-drawer__utility-links{
  padding: 0 0 0 0;
}
#menu-drawer .menu-drawer__utility-links a.menu-drawer__account{
  display: block !important;
  color: white;
  padding: 16px;
  border-top: 1px solid hsla(0 0% 100% / .1);
  font-size: 12px;
}
#menu-drawer .menu-drawer__utility-links .menu-drawer__localization{
  padding: 0 16px;
  border-top: 1px solid hsla(0 0% 100% / .1);
}
#menu-drawer .menu-drawer__utility-links ul.list-social{
  border-top: 1px solid hsla(0 0% 100% / .1);
  padding: 0 16px;
  border-top: 1px solid hsla(0 0% 100% / .1);
  margin: 0;
}
#menu-drawer .menu-drawer__utility-links ul.list-social li{
  margin-right: 16px;
}
#menu-drawer .menu-drawer__utility-links ul.list-social li a{
  padding: 16px 0;
  color: white;
}
#menu-drawer .menu-drawer__utility-links ul.list-social li a svg{
  width: 20px;
  height: auto;
}
.service-intro .collection-hero .page-width .rte{
  margin: auto;
  text-align: center;
}
#shopify-section-template--16840243708039__main{
  padding-top: 0;
}
.shop-main ul.collection-list{
    gap: 16px;
  margin: 0 !important;
}
.shop-main ul.collection-list li.collection-list__item{
  width: calc(33.3333% - calc(16px * 2 / 3));
}
@media screen and (max-width: 990px){
.shop-main ul.collection-list li.collection-list__item{
  width: calc(50% - calc(16px / 2));
}
}
@media screen and (max-width: 640px){
.shop-main ul.collection-list li.collection-list__item{
  width: 100%;
  max-width: 100%;
}
}
.card__media .media{
  background: white;
}
.card__media .media img{
  object-fit: contain !important;
}
.shop-main ul.collection-list li.collection-list__item .card-wrapper .card{
    background: white;
    border-radius: 1.6rem;
    overflow: hidden;
    box-shadow: var(--shadow);
  transition: var(--animate);
}
.shop-main ul.collection-list li.collection-list__item .card-wrapper .card:hover{
  box-shadow: none;
}
.shop-main ul.collection-list li.collection-list__item .card-wrapper .card .card__inner::before{
  display: none;
}
.shop-main ul.collection-list li.collection-list__item .card-wrapper .card .card__inner,
.shop-main ul.collection-list li.collection-list__item .card-wrapper .card .card__inner .card__media{
    width: 100%;
    background: white;
    height: auto;
    aspect-ratio: 6 / 4.5;
}
.shop-main ul.collection-list li.collection-list__item .card-wrapper .card .card__inner img{
  padding: 1.6rem 1.6rem 0;
}
.shop-main ul.collection-list li.collection-list__item .card-wrapper .card .card__inner .card__media .media  img{
    object-fit: contain;
    margin: 0;
}
.card__content .card__information{
  padding: 0;
}
.card__content .card__information h3.card__heading a{
  padding: 16px;
  text-align: center;
  font-size: 2rem !important;
  line-height: 1;
}
.card:hover .card__content .card__information h3.card__heading a{
  color: var(--dark) !important;
} 
.card__content .card__information h3.card__heading a .icon-wrap{
  display: none;
}
#ProductGridContainer{
  width: 100%;
  max-width: 100%;
}
.collection-hero--with-image .collection-hero__image-container{
  display: none;
}
.product .product-media-container{
  background: white;
  aspect-ratio: 1 / 1;
  padding: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.6rem;
  overflow: hidden;
}
.product .product-media-container .product__modal-opener{
    width: 100%;
}
.product .product-media-container .media{
  
}
.product .product-media-container .media img{
  
}
section .alt-banner .banner .banner__media::before{
  background-image: url(/cdn/shop/files/hero-graphic-blue.svg?v=1740602318);
}
.alt-banner .banner .banner__content .banner__box{
  background: none;
}
@media screen and (max-width: 990px){
  section .alt-banner .banner .banner__media::before{
    background-image: url(/cdn/shop/files/hero-graphic-blue-rotate.svg?v=1741198438);
  }
}
.showroom-cta .img-float .content{
  position: relative;
  z-index: 1;
  padding-block: 15rem;
  justify-content: flex-end;
}
.showroom-cta .img-float .content .img-holder{
  aspect-ratio: unset;
  width: 42%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
.showroom-cta .img-float .content .editable-content{
  background: white;
  padding: 2.4rem;
  border-radius: 1.6rem;
  box-shadow: var(--shadow);

}
.shopify-section .alt-banner .banner .banner__content .banner__box .banner__buttons a.button:hover{
  color: var(--dark);
  background: white;
}
@media screen and (max-width: 1024px){
  .showroom-cta .img-float .content{
    padding: 0;
    gap: 0;
  }
  .showroom-cta .img-float .content .img-holder{
    position: initial;
    width: calc(100% - 3.2rem);
    max-width: 42rem;
    height: auto;
    aspect-ratio: 4 / 5;
    margin-bottom: -2.4rem;
  }
}
.show-room-strips .section{
  padding: 0;
}
.show-room-strips .section .content{
  max-width: 100%;
  padding: 0;
}
.show-room-strips .section .content .flex{
  flex-direction:column;
  gap: 0;
}
.show-room-strips .section .content .flex .card{
  width: 100%;
  position: relative;
  padding: 10rem 3.2rem;
  background: white;
}
.show-room-strips .section .content .flex .card:nth-child(2n){
  background: var(--light);
}
.show-room-strips .section .content .flex .card .img-wrapper{
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.show-room-strips .section .content .flex .card:nth-child(2n) .img-wrapper{
  left: auto;
  right: 0;
}
/*
.show-room-strips .section .content .flex .card .img-wrapper::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;  
  background: #333;
}
*/
.show-room-strips .section .content .flex .card .img-wrapper img{
  width: 9.6rem;
  height: auto;
  border-radius: 50%;
  padding: 0.8rem;
  background: white;
  overflow: hidden;
  object-fit: contain;
  box-shadow: var(--shadow);
  right: -4.8rem;
  top: 4.8rem;
  position: absolute;
  z-index: 2;
}
.show-room-strips .section .content .flex .card:nth-child(2n) .img-wrapper img{
  right: auto;
  left: -4.8rem;
}
.show-room-strips .section .content .flex .card .content-holder{
  max-width: ;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
.show-room-strips .section .content .flex .card:nth-child(2n) .content-holder{
  justify-content: flex-start;
}
.show-room-strips .section .content .flex .card .content-holder span{
  width: calc(60% - 6.4rem);
}
@media screen and (max-width: 990px){
  .show-room-strips .section .content .flex .card{
    padding: 38rem 3.2rem 5rem;
  }
  .show-room-strips .section .content .flex .card .img-wrapper{
    width: 100%;
    height: 30rem;
  }
  .show-room-strips .section .content .flex .card .img-wrapper img,
  .show-room-strips .section .content .flex .card:nth-child(2n) .img-wrapper img{
    top: auto;
    bottom: -4.8rem;
    left: 3.2rem;
    right: auto;
  }
  .show-room-strips .section .content .flex .card .content-holder span{
    width: 100%;
  }
}
.product-inner.service-intro .page-width{
  max-width: 120rem;
  justify-content: space-between;
  align-items: flex-start;
}
.product-inner.service-intro .page-width .img-wrapper{
  max-width: 30rem;
  width: 100%;
}
.product-inner.service-intro .page-width .img-wrapper img{
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: .8rem;
}
.product-inner.service-intro .page-width .rte{
  width: calc(100% - 36.4rem);
}
@media screen and (max-width: 990px){
  .product-inner.service-intro .page-width{
    flex-direction: column;
    gap: 32px;
  }
  .product-inner.service-intro .page-width .rte{
    width: 100%;
  }
}
footer .proud-partners .footer-content{
  max-width: 120rem;
  margin: 2.4rem auto 0;
  padding-block: 2.4rem;
  border-top: 2px solid hsla(0 0% 100% / .1);
  display:flex;
  gap: 2.4rem;
  align-items: center;
  justify-content: center;
}
footer .proud-partners .footer-content h2{
  font-size: 2.4rem;
  margin: 0;
}
footer .proud-partners .footer-content img{
  width: 20rem;
}
.footer__content-top{
  padding-bottom: 0 !important;
}
@media screen and (max-width: 640px){
footer .proud-partners .footer-content{
  flex-direction: column;
  text-align: center;
}
}
.js .menu-drawer__submenu,
.menu-drawer__submenu .menu-drawer__inner-submenu{
  background-color: var(--main) !important;
}
.menu-opening .menu-drawer__submenu button.menu-drawer__close-button,
.menu-drawer__submenu .menu-drawer__inner-submenu .menu-drawer__close-button{
  color: white;
  background: none;
  border-radius: 0;
  margin: 0;
  justify-content: flex-start;
  font-size: 1.6rem;
  line-height: 1;
  padding: 1.6rem;
  height: auto;
}