/** Shopify CDN: Minification failed

Line 836:57 The "-" operator only works if there is whitespace on both sides

**/
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
.section-row {
  display:flex;
  flex-wrap:wrap;
}
.button.button--primary:hover {
  background-color:#fff;
  color:#000;
}
.button.button--primary:hover:after {
 box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(255,255,255, calc(1 - 1.0)), 0 0 0 calc(var(--buttons-border-width) + 1px) rgba(#fff, #fff);  
}
   .shopify-section-group-header-group {
    z-index: 88;
}
.button.button--secondary:hover { background-color:#fff;color:#000;}
.block-location { position:relative;}
.block-location-hover  { position: absolute; left: 0; top: 60%; padding: 10px;  opacity: 0; transform: scale(0); display: flex; min-width: 266px; transition:opacity 0.3s linear, top 0.2s linear; background-color:#fff;}
.block-location-hover figure { margin:0; padding:0; position:relative; aspect-ratio:1/1; width:84px; border-radius:6px;}
.block-location-hover figure img { position:absolute; left:0; top:0; width:100%; height:100%; object-fit:cover;  border-radius:5px; }
.block-location-hover .location-hover-text { width:calc(100% - 84px); padding-left:1rem;}
.header-top-bar .page-width { padding-left: 1.5rem; }
.header-top-bar .section-row { justify-content: flex-end; align-items:center;}
.row-col { padding-left:0.8rem; flex:0 0 auto;}
.list-title-link,.list-caption-text { display: inline-flex; align-items: center; line-height: 1; padding-top:12px; padding-bottom:10px;}
.list-title-link .link-icon { display:inline-block; padding-right:5px;     line-height: 1;}
.list-title-link a { color:#fff; text-decoration:none;}
.list-title-link * { letter-spacing:normal;   line-height: 1;}
.row-col.block-caption { padding-right:9rem; display: inline-flex; align-items: center;}
.row-col.block-contact { padding-left:2rem; padding-right:3rem;}
.row-col.block-cart { margin-right:4rem; padding-left:1.5rem; display:inline-flex; align-items:center; }
.mobile-cart-icon { display: none !important; position: relative; }
.mobile-cart-icon .cart-count-bubble { top: 0.3rem; bottom: auto; left: auto; right: 0.3rem; }
.row-col.block-location { padding-right:1rem;}
.row-col.block-contact a { display: inline-flex; align-items: center; line-height: 1;}
.header-top-bar .header-top-cart-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 1.9rem;
  height: auto;
  color: #fff;
  text-decoration: none;
  margin-right: 0;
  padding-top: 12px;
  padding-bottom: 10px;
}
.header-top-bar .header-top-cart-link .header-top-cart-graphic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -1px;
}
.header-top-bar .header-top-cart-link .header-top-cart-image {
  width: 19px;
  height: 19px;
  display: block;
}
.header-top-bar .header-top-cart-graphic .cart-count-bubble {
  background-color: #ef2b2d;
  color: #fff;
  width: 1.7rem;
  height: 1.7rem;
  font-size: 0.9rem;
  top: -0.9rem;
  bottom: auto;
  left: auto;
  right: -0.75rem;
}
.shopify-section-group-header-group.section-header { position: fixed; width: 100%; top: 42px; left: 0; z-index:60;}
.inner-header-style .shopify-section-group-header-group.section-header { position: relative; width: 100%; top: 0px; left: 0; z-index:60;}
.shopify-section-group-header-group.section-header .header-wrapper { background:transparent; background-color:transparent;}
.inner-header-style .shopify-section-group-header-group.section-header .header-wrapper { background:#000; background-color:#000;}

@keyframes slideDownFade {
    0% {
        top: -100px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}
.shopify-section-group-header-group.section-header.sticky { animation: slideDownFade 0.5s ease-in-out forwards; box-shadow: 0 2px 5px rgba(0,0,0,0.1); top:0; background-color:#000;}
.inner-header-style .shopify-section-group-header-group.section-header.sticky { animation: slideDownFade 0.5s ease-in-out forwards; box-shadow: 0 2px 5px rgba(0,0,0,0.1); top:0; background-color:#000; position:sticky;}

@media screen and (min-width: 750px) {
  .header-top-bar .page-width {
    padding-left: 2rem;
  }
  .row-col.block-location--4 { padding-right: 6rem; }
}

@media screen and (min-width: 990px) {
  .header-top-bar .page-width {
    padding-left: 2rem;
  }
}

.row-col.block-location .list-title-link { cursor:pointer;}
.block-location:hover .block-location-hover,.block-location:focus .block-location-hover  { opacity: 1; top:100%; transform: scale(1);  transition:opacity 0.3s linear, top 0.2s linear;}
.video-wrapper {  position: relative;  padding-bottom: calc(56.25% - 44px); /* 16:9 Aspect Ratio */  height: 0; overflow: hidden;}
.video-wrapper:before {  position: absolute; top: 0; left: 0; z-index:2; width: 100%; height: 100%; display:block; content:""; background: rgba(0,0,0,1);
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(185,45,31,0) 80%, rgba(231,56,39,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(80%, rgba(185,45,31,0)), color-stop(100%, rgba(231,56,39,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(185,45,31,0) 80%, rgba(231,56,39,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(185,45,31,0) 80%, rgba(231,56,39,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(185,45,31,0) 80%, rgba(231,56,39,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(185,45,31,0) 80%, rgba(231,56,39,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e73827', GradientType=0 );
}
.video-wrapper video { position: absolute;  top: 0; left: 0; width: 100%;  height: 100%; object-fit: cover;  cursor: pointer; z-index:1;}

/* Play Button Styling */
.play-button { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);  width: 70px; height: 70px; background-color: rgba(0, 0, 0, 0.7); border-radius: 50%;  cursor: pointer; z-index: 1; transition: all 0.3s ease;}

.play-button:hover { background-color: rgba(0, 0, 0, 0.9); transform: translate(-50%, -50%) scale(1.1);}

.play-icon {
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent white;
}

.play-button.playing {
    opacity: 0;
    pointer-events: none;
}

/* Slick Slider Custom Styles */
.slick-slide {
    outline: none;
}

.slick-prev,
.slick-next {
    z-index: 1;
    width: 40px;
    height: 40px;
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}
.play-button { opacity:0;}
.video-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    border-radius: 4px;
    z-index: 1;
}

/* Optional: Add animation for loading state */
@keyframes pulse {
    0% { opacity: 0.5; }
    50% { opacity: 1; }
    100% { opacity: 0.5; }
}

.video-loader { animation: pulse 1.5s infinite;}

.slick-slide {  outline: none;}
.video-over-layer-warp { position:absolute; left:0; top:0; z-index:5; width:100%; height:100%;}
.slick-arrow { position:absolute; top:50%; transform:translateY(-50%);}
.slick-dots {  position:absolute; left:0; bottom:25%; width:100%; display: flex; list-style-type: none; align-items: center; justify-content: center;}
.slick-dots li { padding:0 3px}
.slick-dots li button { font-size:0; line-height:0; width:10px; height:10px; background-color:#fff; border:0; border-radius:50%; margin: 0; padding: 0;}
.video-over-layer-warp { padding:150px 0; display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}
.video-over-layer-warp .slideshow__text.banner__box { background-color:transparent!important; text-align:center;}
.video-over-layer-warp .slideshow__text.banner__box .banner__heading { padding:1rem 0; margin:0;}
.video-over-layer-warp .slideshow__text.banner__box .banner__heading.hxxl { font-size:74px; color:#fff;}
.video-over-layer-warp .slideshow__text.banner__box .banner__text { color:#fff; max-width:655px;}
.video-over-layer-warp .slideshow__text.banner__box .banner__text p { color:#fff; font-size:24px; line-height:1.3;}
.video-over-layer-warp .button.button--secondary { background:transparent; background-color:transparent;}
.video-over-layer-warp .banner__buttons { display:flex; flex-wrap: wrap; justify-content:center;  padding-top:2.5rem;}
.video-over-layer-warp .banner__buttons .button { margin:0 1rem;}
.header-btn-quote { padding-left:5.5rem;}
#cart-icon-bubble { margin-left: 1.5rem; position: relative; }
.header-btn-quote .button  { border-radius:5px;}
.header-btn-quote .button:before,.header-btn-quote .button:after { border-radius:5px;}
.header__icons .field__input { border-radius:0;}
.header__icons .field__input:before,.header__icons .field__input:after,.header__icons .field:before,.header__icons .field:after{ border-radius:0!important;}
.header__icons .search__button { color:#fff; background-color: #c72228 !important; height: 46px; }
.header__menu-item { color:#fff;}
.header__menu-item:hover {  color: #c72228;}
.header__active-menu-item { color:#fff;}
.location-hover-text { color:#000; line-height:1.3; letter-spacing:normal;}
.location-hover-text p strong { font-size:16px; color: #c72228; }
.location-hover-text p { font-size:13px; color:#000; margin:0; margin-bottom:0.5rem;  line-height:1.3; letter-spacing:normal;}
.location-hover-text .maplink { font-size:11px;}
.location-hover-text .maplink a {font-size:11px; display:inline-flex; align-items:center;  }
.location-hover-text .maplink a .map-icon { padding-right:5px;}
.location-hover-text a {color: #c72228; }
.discount-warp-in { max-width:1000px; margin:0 auto; padding:30px; padding-left:65px; display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center; letter-spacing:normal; }
.discount-warp-in p { margin:0;}
.discount-title p { color:#fff; font-size:24px;     line-height: 1;}
.discount-title p strong { font-weight:600; font-size:48px; color:#fff;     line-height: 1;}
.discount-large-text h3 { margin:0; font-size:36px; font-weight:500;}
.discount-small-text { border-top:solid 1px #fff; margin-top:0.5rem; padding-top:0.5rem;}
.discount-small-text p { font-size:14px; color:#fff; font-weight:normal;}
.discount-wearp-l { width:calc(100% - 220px); flex:0 0 auto;}
.discount-wearp-r { width:208px; flex:0 0 auto; display:flex; flex-wrap:wrap; justify-content:flex-end; }
.discount-section  { position:relative; z-index:5; margin-top: -90px;  position: relative; z-index: 5;}
.section-collection-list .card__content { position:absolute; bottom:0; left:0;     padding: 0.5rem 1rem !important;}
.section-collection-list .card__content .card__heading  { font-size:22px; }
.col-full { width:100%; flex:0 0 auto; }
.process-title, .process-title h2 { font-weight:500;  font-size:32px; color:#213639; letter-spacing:normal; margin-bottom:0.2rem; padding-bottom:0.2rem; line-height:1.3;}
.process-title em,.process-title h2 i,.process-title h2 em { font-style:normal; background:url(text-line.png)no-repeat center bottom;}
.process-title strong,.process-title h2 strong { font-weight:700; color:#DD2027;}
.process-header-text { font-size:16px; color:#454545; font-weight:500;}
ul.process-grid { margin:0; padding:0; list-style-type:none; display:flex; flex-wrap:wrap; margin:0 -1rem; padding-top:1rem; padding-bottom:3rem;}
ul.process-grid li { flex:0 0 auto; width:25%; padding:1rem;}
.process-item-in { position:relative;}
.process-item-in figure { margin:0; width:100%; position:relative; padding:0;  aspect-ratio: 16 / 9;}
.process-item-in figure img { width: 100%;  height: 100%;  position: absolute;  left: 0; top: 0; object-fit: cover;}
.process-text-sm { display:flex;  flex-wrap:wrap; justify-content:space-between; padding:1rem 0;}
.process-text-sm .counter-2 { width:30px; height:30px; background-color:#dd2027; border-radius:50%; flex:0 0 auto; color:#fff; display: flex; align-items: center; justify-content: center; font-size:20px; font-weight:600;}
.process-text-sm p {  flex:0 0 auto; width:calc(100% - 40px); line-height:1.3; letter-spacing:normal; color:#000; font-size:16px; font-weight:500; padding-left:1rem; margin:0; }
.section-brand-slider .title-wrapper-with-link .title h2 { font-size:32px; font-weight:500;}
.video-over-layer-warp .button.button--secondary:hover { color:#000; background-color:#fff!important;}
.section-collection-list .card__content .card__heading a {
  background-image: linear-gradient(#c72228, #c72228);
  background-repeat: no-repeat;
  background-size: 0% 102%;
  background-position: left center;
  transition: background-size 0.3s linear;
  padding: 0 0.5rem;
}
.section-collection-list .card-wrapper:hover .card__content .card__heading a {
  background-size: 100% 102%;
}
.section-collection-list .card-wrapper { clip-path: inset(0); }
.section-collection-list .card__content .card__heading a::after { top: -100rem; }
ul.header-mega-menu-root  { margin:0 -0.8rem;}
ul.header-mega-menu-root li.menu-item {
  padding:0rem 0.8rem; 
}
ul.header-mega-menu-root li.menu-item >a {
  font-size:16px; 
  font-weight:500;
  color:#fff;
  letter-spacing:normal; 
  line-height:1.3;
  text-decoration:none;
   display: block;
    white-space: nowrap;
  padding:1rem 12px;
}
ul.header-mega-menu-root li.menu-item:hover >a {
  background:#fff;
  color:#000;
}
ul.header-mega-menu-root li.menu-item.has-dropdown { position:relative;}
ul.header-mega-menu-root li.menu-item.has-dropdown ul.dropdown-menu { opacity:0;   left: 0.8rem; top:50%; transform:scale(0); position:absolute; z-index:99; background:#fff; margin:0; padding:0; list-style-type:none; padding:1rem; min-width: 140px;   transition:opacity 0.3s linear, top 0.2s linear; }
ul.header-mega-menu-root li.menu-item.has-dropdown:hover ul.dropdown-menu,ul.header-mega-menu-root li.menu-item.has-dropdown:focus ul.dropdown-menu { top:100%; transform:scale(1); opacity:1;}
ul.dropdown-menu li { padding:3px 5px; white-space: nowrap; line-height:1.4;}
ul.dropdown-menu li >a {
  color:#000;
  font-size:15px;
  font-weight:normal;
    letter-spacing:normal; 
  line-height:1.2;
  text-decoration:none;
  display: inline-block;
    white-space: nowrap;
}
ul.dropdown-menu li:hover >a {
  color:#dd2027;
}

@media screen and (min-width: 1200px) {
  .header-mega-menu-nav ul.dropdown-menu,
  .header-mega-menu-nav ul.sub-dropdown,
  .header-mega-menu-nav .mega-menu,
  .header-mega-menu-nav .mega-menu-wrapper,
  .header-mega-menu-nav .mega-menu-content {
    background: #fff !important;
    --color-background: 255, 255, 255;
    --gradient-background: #ffffff;
  }
}

.header-menu {
  position: relative;
  z-index: 1000;
}



.menu-item {
  position: relative;
}




/* Desktop dropdown submenu background override */
.header__submenu.global-settings-popup {
  background: #fff !important;
  --color-background: 255, 255, 255;
  --gradient-background: #ffffff;
}

/* Mega Menu Styles */
.header-mega-menu-nav .mega-menu {
  display: block;
  position: absolute;
  left: 0.8rem;
  width: 800px;
  top: 60%;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  opacity:0;
  transform:scale(0);
  transition:opacity 0.3s linear, top 0.2s linear;
  
}

.has-mega-menu:hover .mega-menu,.has-mega-menu:focus .mega-menu {
  display: block;
    opacity:1;
  transform:scale(1);
   top: 99.9%;
    transition:opacity 0.3s linear, top 0.2s linear;
}

.mega-menu-wrapper {
 width:100%;
  display:block;
  margin: 0 auto;
  background: #EDF4F5 !important;
}





.mega-menu-content { padding: 1.5rem 2rem; }

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}
.mega-menu-tabs {
border-bottom:solid 2px #f2f2f2;
padding: 1rem 1rem 0;
}
.mega-menu-tabs ul { margin:0 -15px; padding:0 8px; list-style-type:none; display:flex; flex-wrap:wrap; }
.mega-menu-tabs ul li {
  padding:0rem 8px;
  flex:0 0 auto;
  width:20%;
  
  transition:all 0.3s linear;
}

.mega-menu-tabs ul li .tab-button { background:transparent; padding:0; margin:0; border:0; outline:none; width:100%; cursor:pointer; position:relative; transition:all 0.3s linear; }
.mega-menu-tabs ul li .tab-button:after { content:""; width:0%; height:5px; background:#DD2027;  position:absolute; left:0; bottom:-10px; transition:all 0.3s linear;}
.mega-menu-tabs ul li .tab-button.active:after { width:100%;}
.mega-menu-tabs ul li .tab-button:hover:after { width:100%;}
.mega-menu-tabs ul li .tab-button img { width:100%; height:100%; position:absolute; left:0; top:0; object-fit:cover;}
.mega-menu-tabs ul li .tab-button .tab-icon { position:relative; width:100%; aspect-ratio:16/9; }
.mega-menu-tabs ul li .tab-button .tab-title { font-size:16px; color:#fff; font-weight:600;  position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:3;}
.submenu-grid { display:flex; flex-wrap:wrap; margin:0 -15px;}
.submenu-grid .submenu-column { flex:1; display:flex; flex-wrap:wrap; padding:0 15px; }
.submenu-grid .submenu-column .nav-sub { flex:1; padding:10px 0; }

.nav-sub h4 { margin:0; padding-bottom:2px; padding-top:10px;  font-size:16px; color:#DD2027; font-weight:600; }
.nav-sub ul.menu-list-sub-list { margin:0; padding:0; list-style-type:none; padding-bottom:1rem; }
.nav-sub ul.menu-list-sub-list li { padding:0px 0;}
.nav-sub ul.menu-list-sub-list li a { display:block; font-size:13px; font-weight:300; color:#000; line-height:1.4; padding:2px 0; transition:all 0.3s linear;}
.nav-sub ul.menu-list-sub-list li a:hover { color:#DD2027; }
.submenu-grid .submenu-column + .submenu-column .nav-sub ul.menu-list-sub-list { display:flex; flex-wrap:wrap; margin:0. -1rem; }
.submenu-grid .submenu-column + .submenu-column .nav-sub ul.menu-list-sub-list li { padding:0 1rem; flex:0 0 auto; width:50%;}
.nav-sub ul.menu-list-sub-list.two-colume-menu { display:flex; flex-wrap: wrap; margin:0 -0.5rem;}
.nav-sub ul.menu-list-sub-list.two-colume-menu li { flex:0 0 auto; width:50%; padding:0 0.5rem;}
.breadcrumbs__list li a { font-size:14px; font-weight:500; color:#DD2027; text-decoration:none;}

 .breadcrumb-section {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .breadcrumb-with-bg {
    background: rgba(var(--color-base-background-1));
    padding: 12px 0;
    border-radius: var(--border-radius);
  }

  .breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 0.5rem;
  }

  .breadcrumb__item {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    color: rgba(var(--color-foreground), 0.75);
  }

  .breadcrumb__item:not(:last-child)::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 0.5rem;
    background: url(next.png)no-repeat center center;
    mask-size: cover;
    -webkit-mask-size: cover;
    opacity: 0.5;
  }

  .breadcrumb__link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: rgba(var(--color-foreground), 0.75);
    transition: color var(--duration-short) ease;
  }

  .breadcrumb__link:hover {
    color: rgb(var(--color-foreground));
  }

  .breadcrumb__text {
    color: rgb(var(--color-foreground));
  }

  .icon-home {
    width: 16px;
    height: 16px;
    fill: currentColor;
  }

  @media screen and (max-width: 749px) {
    .breadcrumb-section {
      margin-top: 15px;
      margin-bottom: 15px;
    }

    .breadcrumb__item {
      font-size: 1.2rem;
    }
  }

  .breadcrumbs {
    margin: 0 0 0em;
  }

  .breadcrumbs__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .breadcrumbs__item {
    display: inline-block;
  }

  .breadcrumbs__item:not(:last-child):after {
  
    
    content: '';
    display: inline-block;
    height: 14px;
    margin: 0 .20em;
    position: relative;
    background: url(next.png)no-repeat center center;
    vertical-align: middle;
    width: 14px;
  }

  .breadcrumbs__link {
    text-decoration: underline;
  }

  .breadcrumbs__link[aria-current="page"] {
    color: inherit;
    font-weight: normal;
    text-decoration: none;
  }

  .breadcrumbs__link[aria-current="page"]:hover,
  .breadcrumbs__link[aria-current="page"]:focus {
    text-decoration: underline;
  }
.project-hero-media { position:relative; width:100%; padding:10rem 0px;}
.project-hero-media img { position:absolute; left:0; top:0; width:100%; height:100%; object-fit:cover; }
.project-hero-caption { position:relative; z-index:2; text-align:center;}
.project-hero-caption h1 { color:#fff; font-size:42px; font-weight:500; line-height:1.3; margin:1rem 0;}
.caption-text { width:80%; margin:0 auto; color:#fff; font-size:16px;}

 .blog-layout {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 2.5rem;
  margin-top: 3rem;
}

.blog-sidebar {
  position: sticky;
  top: 20px;
  height: fit-content;
}
.blog-sidebar-filter {
  padding: 0px 10px;
  border-radius: 0px;
  margin-bottom: 20px;
}

.filter-section {
  margin-bottom: 20px;
}

.filter-section h4 {
  margin-bottom: 10px;
}

.filter-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.filter-options label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.clear-filters {
  background: #333;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
}

.clear-filters:hover {
  background: #444;
}

.blog-article {
  margin-bottom: 20px;
  padding: 5px;
  border: 0px solid #eee;
  border-radius: 0px;
}

.blog-article.hidden {
  display: none;
}
.article-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1rem;
}

.article-card {
  display: flex;
  flex-direction: column;
}

.article-card__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: rgb(var(--color-background));
  border: 0px solid rgba(var(--color-foreground), 0.1);
 
  overflow: hidden;
}

.article-card__image-wrapper {
  position: relative;
  padding-bottom: 66.67%;
}

.article-card__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.article-card__content {
  padding: 2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.article-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items:center;
  gap: 1rem;
  margin-top: 1rem;
  font-size: 1.2rem;
      justify-content: center;
  color: rgba(var(--color-foreground), 0.6);
}
.article-card__meta-item {  display: flex;
  flex-wrap: wrap;
  align-items:center; 
 justify-content:center;
     gap: 0.8rem;
 color:#fff;
 font-size:13px;
 }
.article-card__footer {
  margin-top: auto;
  padding-top: 2rem;
}

@media screen and (max-width: 989px) {
  .blog-layout {
    grid-template-columns: 1fr;
  }

  .blog-sidebar {
    position: relative;
    top: 0;
  }

  .article-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}

.hidden {
  display: none !important;
}

.blog-sidebar-filter h3 { margin:0; margin-bottom:0.5rem; font-weight:600; font-size:16px; color:#000;}
.filter-section h4 { margin:0; margin-bottom:0.5rem; font-weight:600; font-size:14px; color:#DD2027;}
.filter-options label {
  font-size:13px; color:#000;
}

.article-card-hoverbox { position:absolute; left:0; bottom:-10%; width:100%; height:100%; z-index:15; background-color:rgba(33,54,57,0.8); opacity:0; display:flex; flex-wrap:wrap; justify-content:center; align-items:center; padding:1rem; transition:opacity 0.3s linear, top 0.3s linear 0.3s;}

.article-card__image-wrapper:hover .article-card-hoverbox { bottom:0%; opacity:1; transition:opacity 0.3s linear, top 0.3s linear 0.3s; }
.article-card-hoverbox-in { top:20px; position:relative; transition:all 0.3s linear 0.1s;}
.article-card__image-wrapper:hover .article-card-hoverbox-in { top:0;}
.article-card-hoverbox .article-card__title  { color:#fff; margin:0; width:100%; text-align:center; font-weight:600; font-size:18px; padding:10px 5px; border-bottom:solid 1px #fff; }
.article-card-hoverbox-in { text-align:center;}
.brand-name-metafield { width:100%; text-align:center; font-size:14px; color:#fff; padding-top:10px; margin-bottom:5px;}
.full-unstyled-link-cover  {position:absolute; left:0; top:0%; width:100%; height:100%; z-index:16; display:block!important; }

.masonry-gallery {
  columns: 3 250px;
  column-gap: 1rem;
}

.masonry-item {
  break-inside: avoid;
  margin-bottom: 1rem;
}

.masonry-link {
  display: block;
}

.masonry-image {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s ease;
}

.masonry-image:hover {
  opacity: 0.9;
}

@media (max-width: 768px) {
  .masonry-gallery {
    columns: 2 200px;
  }
}

.before-after-warp  { width:100%; height:auto;}
.before-after-media { width:100%; height:auto; position:relative; padding-bottom:1.5rem; }
.article-custom-image {
  width:100%; height:auto; position:relative; aspect-ratio:4/3;
}
.article-custom-image img { width:100%; height:100%; position:absolute; left:0; top:0; object-fit:cover; border-radius:8px;}
@media (max-width: 480px) {
  .masonry-gallery {
    columns: 1;
  }
}
.project-article-template .section-row { margin:0 -1rem;}
.col-left {
  flex:0 0 auto; 
  width:35%;
  padding:0.5rem 1rem;
}
.col-right {
  flex:0 0 auto; 
  width:65%;
    padding:0.5rem 1rem;
}

.project-title .article-template__title {
  font-size:32px;
  color:#000;
  line-height:1.4;
  margin-bottom:1rem;
  font-weight:600;
  
}

.details-meta-field-row {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  padding:3px 0;
}
.details-meta-field-row span { display:inline-block; font-size:14px; line-height:1.3;}
.details-meta-field-row .field-label { font-weight:600; color: #DD2027; min-width:120px}
.details-meta-field-row .field-label { padding-bottom:1.5rem;}
.project-content-intro { padding:1rem 0; margin-bottom:2rem; }
.project-content-intro { font-size:16px; line-height:1.4; }
.details-meta-field-row p { margin:0; font-size:14px; color:#000; padding-left:10px;}
.right-inside { padding-left:2.5rem;}
.group-colume { border-left: 3px solid #DD2027; padding-left:2rem;}
.gallery-container {  padding: 20px 0; }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 15px; margin-bottom: 20px;}
.gallery-item {  position: relative;aspect-ratio: 3/2; cursor: pointer;  overflow: hidden; border-radius:6px;}
.gallery-thumbnail { width: 100%;  height: 100%;  object-fit: cover;  transition: transform 0.3s ease; }
.hover-overlay {  position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s ease;}
.zoom-icon {color: white;  font-size: 24px;}
.gallery-item:hover .hover-overlay { opacity: 1;}
.gallery-item:hover .gallery-thumbnail { transform: scale(1.05);}
.modal { display: none; position: fixed; z-index: 999; padding: 20px; left: 0; top: 0; width: 100%;  height: 100%; background-color: rgba(0, 0, 0, 0.9); overflow: auto; }
.modal-content {  position: relative; margin: auto; max-width: 1200px; }
.slides { display: none;text-align: center;}
.modal-image { max-height: 70vh;  width: auto; max-width: 100%;  object-fit: contain; }
.prev,.next { cursor: pointer; position: absolute; top: 50%; transform: translateY(-50%); width: auto; padding: 16px; color: white; font-weight: bold; font-size: 20px; border-radius: 3px; user-select: none;-webkit-user-select: none; background: rgba(0, 0, 0, 0.8); transition: 0.3s ease; border:0; outline:none;}
.next { right: 0; }
.prev { left: 0;}
.prev:hover,.next:hover {background-color: rgba(0, 0, 0, 0.9); }
.close {  color: white;position: absolute; right: 25px; top: 10px; font-size: 35px; font-weight: bold; cursor: pointer; z-index: 1000; }
.caption { color: #f1f1f1; padding: 8px 0; width: 100%; text-align: center; }
.modal-thumbnails { display: flex; overflow-x: auto; gap: 10px; padding: 10px 0;justify-content: center;background: rgba(0, 0, 0, 0.8); position: fixed; bottom: 0; left: 0;right: 0;}
.thumbnail {  width: 100px; flex: 0 0 auto; }
.demo { width: 100%; height: 60px; object-fit: cover;  opacity: 0.6;cursor: pointer;}
.active,.demo:hover { opacity: 1;}

@media (max-width: 768px) {
.gallery-grid {grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 10px;}
.prev,.next { padding: 8px;}
.thumbnail { width: 80px; }
.modal-thumbnails {  padding: 5px 0; }
}

.label-text { position: absolute; left: -5px; height: auto; z-index: 10; padding: 10px 15px; font-size: 16px; color: #fff; display: inline-flex;align-items: center;line-height: 1.1; top: 20px;min-width:86px;}
.label-text:after { content: ""; position: absolute; width: 0px;  height: 0px; border-style: solid; border-width: 0 6px 6px 4px;  transform: rotate(54deg); left: 0px; bottom: -5px;}
.before-label { background-color:#C72228;}
.before-label:after {border-color: transparent transparent #A82328 transparent;}
.after-label { background-color:#26B383;}
.after-label:after {border-color: transparent transparent #126549 transparent;}
li.blog__post .article-card__inner  { width:100%;}
.feature-blog-main  .blog__title { text-align:center; color:#fff; font-size:32px; font-weight:500;}
.feature-blog-main .blog{ background-color:transparent; background:transparent;}
.feature-blog-main .title-wrapper-with-link { align-items: center; text-align: center;  justify-content: center;  padding-bottom: 2rem;}
.footer__content-top ul.footer-menu { display:flex; flex-wrap:wrap;}
.footer__content-top ul.footer-menu li { flex:0 0 auto; width:50%; margin:0;}
.footer__content-top .col-full { display:flex; flex-wrap:wrap; align-items:center;     justify-content: space-between;}
.footer__content-top .footer-block__details-content.footer-block-image,.footer-menu-block,.footer-block__details-content.footer-block-social  { display:inline-flex;}
.footer-right { padding-left:1rem;}
.footer-left,.footer-right{ display:inline-flex; width:50%;  justify-content:space-between; align-items:center;}
.footer-right { justify-content:flex-end;}
.footer-block__image-wrapper {     margin-bottom: 0 !important;}
.footer-policy-block { padding:0 1rem;}
.footer-policy-block ul li { padding:0 1rem;}
.footer-policy-block .copyright__content {  font-size: 12px;}
.footer__content-top ul.footer-menu { padding-left:2rem; padding-right:1rem;}
.footer .footer__content-top { padding-bottom: 2rem; display: block;}
.newsletter-warp-in { display: flex;flex-wrap: wrap; align-items: center;}
.email-group-top h2.inline-richtext { font-size:32px; margin:0;}
.email-group-top { flex:0 0 auto; }
.newsletter-group-form { flex:0 0 auto; width:calc(100% - 360px); padding-left:10px;}
.card__information .article-card__meta {     justify-content: flex-start;}
.card__information .article-card__meta .article-card__meta-item { color:#000;}
.manufacturer { display:inline-block; padding-right:5px;}
.card__information .card__heading { font-weight:600; font-size:16px;}
.card__information .article-card__meta-item { font-weight:600; color:#000;}
.card-wrapper:hover .card__information .card__heading { color: #DD2027;}
.collection-hero__title { font-size:32px; font-weight:600;}
.collection-hero__description  { font-size:16px; color:#000;}
.card .media { border-radius:5px;}

.product-metafield-row {background-color:#F5F5F5;  display:flex;  flex-wrap:wrap;}
.product-metafield-row h3 { text-align:left; color:#000; font-size:16px; font-weight:bold;  margin:0;  padding:8px 0; margin-bottom:12px; margin-top:8px; border-bottom:solid 1px #C7C7C7;  flex:0 0 auto; width:100%;}
.product-metafield-row .meta-value-label { width:140px; flex:0 0 auto; display:inline-flex; align-items:center; color:#DD2027; font-weight:600; font-size:14px; padding-top:5px; }
.product-metafield-row .meta-value-text {width:calc(100% -140px); padding-left:8px; flex:0 0 auto; color:#000; font-weight:400; font-size:14px; padding-top:5px;  }
.product-metafield-row .price .price-item { margin:0; color:#000; font-weight:400; font-size:14px;}
.title-group.metafield-group{ background-color:#F5F5F5; padding:2px 15px; border-radius:5px;}
.product__title { margin-top:0!important; font-size:24px; font-weight:600; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}

.product-vender-title .vendor-name { font-size:20px; font-weight:600; color:#213639;}
.product__title h1 { font-size:24px; font-weight:600;}
.product__text.inline-richtext {font-size:20px; font-weight:600; color:#213639;}
.product__description p  { color:#000; font-size:14px;}
.product__description h3 { font-size:18px; color:#000; margin-bottom:10px;}

.quote-btn-row  {display: flex;  align-items: center;  flex-wrap: wrap; margin:0 -1rem!important; }
.quote-btn-row .btn-col { flex:1; padding:0 1rem;}
.quote-btn-row .btn-col .button {     white-space: nowrap;}
.product-manuals p,.product-manuals { font-size:14px; color:#000}
.product-manuals p a,.product-manuals a { color:#DD2027;}
.related-products__heading.inline-richtext { font-size:32px;}
.lbl-hidden { position:absolute; z-index:-1; opacity:0;}
.slick-prev, .slick-next { opacity:0;}
.section-collection-list .card__content .card__heading a { color:#fff;}

.quote-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 1000;
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 5% auto;
  padding: 40px;
  width: 90%;
  max-width: 540px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.close-modal {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 28px;
  font-weight: bold;
  color: #666;
  cursor: pointer;
}

.close-modal:hover {
  color: #333;
}

.quote-form-container {
  padding: 20px 0;
}

.quote-form-container h2 {
  margin-bottom: 20px;
  color: #333;
  font-size: 24px;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  color: #555;
  font-weight: 500;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 15px;
}

.form-group input:focus,
.form-group textarea:focus {     outline: none;
    box-shadow: none;}

.rte-intro-modal p { color:#000; font-size:16px;}

.form-group textarea {
  resize: vertical;
}
.submit-quote { width:100%;}
.button--primary.submit-quote:hover,.button--primary.submit-quote:focus,.button--primary.get-quote-button:hover,.button--primary.get-quote-button:focus {
  background-color:#000;
  color:#fff;
}
.quote-form-container h2.modal-heading-title { font-size:28px; color:#000; margin:0; padding-bottom:10px; font-weight:600;}

@media screen and (max-width: 768px) {
  .modal-content {
    margin: 15% auto;
    width: 95%;
    padding: 15px;
  }

  .quote-form-container {
    padding: 15px 0;
  }

  .form-group {
    margin-bottom: 15px;
  }
}


.our-brand-page { max-width:990px; margin:0 auto; border-bottom:solid 1px #f2f2f2; padding-bottom:2rem;}

.our-brand-page .main-page-title { text-align:center; font-size:42px; margin-bottom:1rem;}
.our-brand-page .rte { font-size:16px; text-align:center;}
.brand-logo__container  { display:flex;     flex-wrap: wrap; justify-content:center; max-width:990px; margin:0 auto;}
.brand-logo__container .brand-logo-item  { flex:1; padding:1rem;     max-width: 170px;}

.image-text-panel-main .section-row { margin:0 -1rem;}
.image-text-panel-main .col-media-panel { flex:0 0 auto; width:348px; padding:0 1rem;}
.image-text-panel-main .col-media-panel figure { margin:0; padding:0;}
.image-text-panel-main .col-media-panel figure img { max-width:100%; height:auto;}
.image-text-panel-main  .col-media-text  { flex:0 0 auto; width:calc(100% - 348px); padding:0 1rem;}

.image-with-panel__heading { font-size:28px; color:#DD2027; margin:0;}
.image-with-panel__headingsub { margin:0; font-size:20px; font-weight:600; color:#213639;}
.image-with-panel__headingsub em { font-style:normal; display:inline-block; background:url(title-line.png)no-repeat left bottom -1px;     letter-spacing: normal;}
.panel-in  { padding-left:1rem;}
.collection-page-cls-brand-filter-hide .facets__disclosure[data-index="1"] { display:none;}
.slick-dots li.slick-active button {
     background-color: #c72228;
}
.promotions-warp .section-header { text-align:center;}
.promotions-warp .section-header h1 { font-weight:600; color:#213639; font-size:42px;}
.promotion-warp-in  { max-width:994px; margin:0 auto; display:flex; flex-wrap:wrap; }

.promotion-warp-in .promotion-wearp-l { flex:0 0 auto; width:286px;}
.promotion-warp-in .promotion-wearp-l figure  { margin:0; position:relative; aspect-ratio:4/3;}
.promotion-warp-in .promotion-wearp-l figure img { position:absolute; left:0; top:0; width:100%; height:100%; object-fit:cover; }
.promotion-warp-in .promotion-wearp-r { flex:0 0 auto; width:calc(100% - 286px); padding-left:2.5rem; padding-right:2.5rem;}
.promotion-title { font-size:24px; font-weight:400; color:#fff; letter-spacing:normal; padding-top:10px;}
.promotion-title strong { color:#DD2027; font-weight:600; font-size:48px;}
.promotion-title p { margin:0;}
.promotion-title-sub h3 { font-size:36px; color:#fff; font-weight:500; margin:0px 0; line-height:1.1; letter-spacing:normal}
.promotion-small-text { font-size:14px; padding:1rem 0; border-top:solid 1px #f2f2f2; margin-top:10px;}
.promotion-small-text p { margin:0; font-size:14px; letter-spacing:normal}
@media screen and (min-width: 750px) {
.newsletter__wrapper.newsletter_form_theme { padding-right: 0rem; padding-left: 0rem;}
.footer-block__details-content .list-menu__item--link {
        display: inline-block;
        font-size: 1.4rem;
        padding-bottom: 0;
        margin: 0;
        line-height: 1.3;
    }

      .collection-hero__image-container {
        align-self: stretch;
        flex: 1 0 45% !important;
        margin-left: 0rem !important;
        min-height: 20rem;
    }
      .collection-hero--with-image .collection-hero__text-wrapper {
        padding: 4rem 0rem 4rem 5rem !important;
        flex-basis: 55% !important;
    }
}

.blog-container { width:100%; }
.blog-container a { text-decoration:none;}
.view-toggle {
    margin-bottom: 30px;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

  .view-button {
    padding: 8px 16px;
    margin-left: 10px;
    cursor: pointer;
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 4px;
  }

  .view-button.active {
    background: #000;
    color: #fff;
  }

  .posts-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }

  /* List View Styles */
  .blog-posts.list-view .post-item {
    width: 100%;
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
  }

  .blog-posts.list-view .post-image {
    flex: 0 0 300px;
  }
 .blog-posts.list-view .post-image a {
   width:100%;
   aspect-ratio:4/3.1;
 }
  .blog-posts.list-view .post-content {
    flex: 1;
  }
 .blog-posts .post-image a img { position:absolute; left:0; top:0; width:100%;  height:100%; object-fit:cover; z-index:1}
  /* Grid View Styles */
  .blog-posts.grid-view .posts-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
.rebates-readmore-btn { padding-top:15px;}
  .blog-posts.grid-view .post-item {
    display: flex;
    flex-direction: column;
  }
  .blog-posts.grid-view .post-item { width:100%;}
 .blog-posts.grid-view .post-image a {
   width:100%;
   aspect-ratio:3/2;
 }

  .blog-posts.grid-view  .post-content { padding-top:15px;}

  .post-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .post-title {
   margin:0;
    font-size:32px;
    font-weight:600;
    color:#213639;
  }
.blog-posts.grid-view .post-title  { font-size:22px; }
.post-title a {  font-weight:600;    color:#213639; text-decoration:none;}
  .post-meta {
    color: #666;
    margin-bottom: 15px;
  }

  .post-excerpt {
    color: #333;
    line-height: 1.6;
    margin-bottom: 15px;
  }
.post-image a { line-height:0; position:relative; display:block;}
.post-cover-meta { position:absolute; left:0; bottom:0; padding:10px; line-height:1; z-index:2}
.rebates-readmore-btn .button.button--primary:hover,.rebates-readmore-btn .button.button--primary:focus { background:#000; color:#fff;}
  /* Responsive Styles */
  @media (max-width: 768px) {
    .blog-posts.grid-view .posts-wrapper {
      grid-template-columns: repeat(2, 1fr);
    }

    .blog-posts.list-view .post-item {
      flex-direction: column;
    }

    .blog-posts.list-view .post-image {
      flex: 0 0 auto;
    }
  }
.share-button__button { color:#000;}
  @media (max-width: 480px) {
    .blog-posts.grid-view .posts-wrapper {
      grid-template-columns: 1fr;
    }
  }
  /* Previous styles remain the same */

  .availability-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 0.8em;
    z-index: 1;
  }

  .post-item {
    position: relative;
  }
.no-offter { padding:400px 0; text-align:center; font-size:24px; font-weight:500;}
  .post-availability {
    display: inline-block;
    margin-left: 0px;
    color: #666;
  }
.rebates-readmore { border-radius:5px;  }

@media(min-width:768px){
 .rebates-readmore {   min-width: 250px;} 
}
.rebates-readmore:before,.rebates-readmore:after {border-radius:5px;  }
  /* Countdown styling */
  .countdown {
    color: #ff4444;
    font-weight: bold;
    margin-top: 5px;
  }

  .expires-soon {
    background: #fff3cd;
    border: 1px solid #ffeeba;
    padding: 5px 10px;
    border-radius: 4px;
    margin-top: 10px;
    color: #856404;
  }
.rebates-blog-main .title--primary { font-size:42px; text-align:center; border-bottom:solid 1px #f2f2f2; margin-bottom:2.5rem; padding-bottom:15px; color:#213639; }
.collapsible-section-layout.isolate.page-width .collapsible-content-wrapper-narrow { max-width:100%;}
@media screen and (min-width: 990px) {
    .rich-text__blocks.left {
        max-width: 100%!important;
    }
}


.section-services .page-content-warp { max-width:990px; margin:0 auto;}
.section-services .page-title { text-align:center;}
.section-services .rte { text-align:center;}

.custom-cls-services h3.inline-richtext { font-size:20px; color:#000; position:relative;}
.custom-cls-services h3.inline-richtext:after { content:""; position:absolute; width:100%; height:8px; left:0; bottom:-1px; background:url(colume-line-h3.png)no-repeat center center;}
.custom-cls-services .rte p { line-height:1.3; color:#000; }
.custom-cls-services-img-text .image-with-text__text { line-height:1.3; color:#000;}
.custom-cls-services-img-text .image-with-text__heading  { font-size:32px;}
@media screen and (min-width: 990px) {
    .custom-cls-services-img-text  .image-with-text__content {
       padding-left:20px;
      border-left:solid 2px #DD2027;
    }
}

.page-content-in .page-title  { font-size:28px; color:#213639;}
.page-content-in .rte ul { margin-bottom:2rem;}
.page-content-in .rte p  { line-height:1.7; letter-spacing:normal; color:#000;}
.page-content-in .rte ul  { line-height:1.7; letter-spacing:normal; color:#000;}
.page-content-in .rte li { display:flex; flex-wrap:wrap; margin:12px 0; position:relative;}
.page-content-in .rte li::before {display:inline-flex; content:"•"; font-size:16px; position: absolute; left: -13px; top:1px;}
.page-content-in .rte li span { display:inline-flex;}
.section-maintenance-repair .col-half { width:50%; flex:0 0 auto;}
.section-maintenance-repair .section-content-media figure { margin:0;}
.section-maintenance-repair .section-content-media figure img { max-width:100%; height:auto;}
.section-maintenance-repair .section-row { align-items:center;}
.section-content-text-in  { padding-right:2rem; padding-left:30px; border-left:solid 2px #DD2027;}
.page-label-btn-fix  { position: fixed;right: -125px; top: 50%; z-index: 20; transform: translateY(-50%); transition:all 0.3s linear;}
.page-label-btn-fix:hover { right:10px;}
.page-label-btn-fix button { display: flex; flex-wrap: wrap; background-color:#C72228; padding:5px;height:80px; border:0; outline:0; margin:0;align-items:center; padding-right:140px; text-decoration:none; line-height:1.2;}
.page-label-btn-fix button .btn-fix-media { position:absolute; right:0; bottom:0; width:135px;}
.page-label-btn-fix button .btn-fix-group { padding-left:20px; display:block; text-align:left;}
.page-label-btn-fix button .btn-fix-group .btn-h-large { display:block; font-size:20px; color:#fff; font-weight:600; line-height:1.1;}
.page-label-btn-fix button .btn-fix-group .btn-h-small {display:flex; align-items:center; flex-wrap:wrap; font-size:16px; color:#fff; line-height:1.1;  }
.page-label-btn-fix button .btn-fix-group .btn-h-small .arrow-icon { display:inline-block; padding-left:10px;}
.page-label-btn-fix button .btn-fix-media { line-height:0;}
.purchased-fireplace-intro h2 { font-size:28px; color:#000; line-height:1.2; letter-spacing:normal; border-bottom:solid 1px #ABABAB; padding-bottom:15px;  margin-top:0; padding-top:0;    font-weight: normal;}
.purchased-fireplace-intro h2 strong { font-weight:bold; color:#C72228;}

.purchased-fireplace-intro ul { list-style-type:none; display:flex; flex-wrap:wrap; margin:0 -20px; padding:0 10px;}
.purchased-fireplace-intro ul li { flex:0 0 50%; width:50%; margin:5px 0; font-size:16px; color:#000; padding:0 40px; line-height:1.4; position:relative;}
.purchased-fireplace-intro ul li:before {  content:"•"; font-size:18px;  position: absolute;  left: 20px; line-height:1.1; top:1px; }
.form-field-main { display:flex; flex-wrap:wrap; margin:0 -1rem;}
.form-field-main .form-field { flex:0 0 auto; width:50%; padding:0 1rem; position:relative;}
.form-field-main .form-field label { opacity:0; z-index:-1; position:absolute;}
.video-list-section {  padding: 0px 0;}
.services-popup-modal h2 { margin-top:0; font-size:28px; font-weight:600; margin-bottom:1.5rem;}
.services-popup-modal .rte { line-height:1.4; color:#000; margin-bottom:2rem;}
.services-popup-modal .form-field input:focus { outline:none; border-color:#000; box-shadow:none;}
.video-grid {
  display: flex;
  flex-wrap:wrap;
  margin: 0 -1rem;
  padding: 10px 0px;
}

.video-item {
  cursor: pointer;
  flex:0 0 auto;
  width:33.3333%;
  padding:1rem;
}

.video-thumbnail {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: #f5f5f5;
  overflow: hidden;
}
.custom-cls-warranty h2.rich-text__heading  { font-size:32px;}
.video-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-item .play-button-video {
  position: absolute;
width:100%;
  height:100%;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  opacity:1;
  transition: transform 0.3s ease;
}


.video-list-section-main h2 { font-size:32px; color:#000; font-weight:600;}


.video-item h3 {
  margin-top: 15px;
  font-size: 16px;
  font-weight:600;
  color:#DD2027;
}

@media screen and (max-width: 768px) {
.video-item {
  width:50%;
}
.caption-text {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
}  
.project-hero-media {
    position: relative;
    width: 100%;
    padding: 5rem 0px;
}
}
@media screen and (max-width: 639px) {
.video-item {
  width:100%;
}
  
}
.project-article-template .details-meta-field-row .field-label  { padding-bottom:0!important}
.project-article-template  .details-meta-field-row { margin-bottom:1.5rem;}
.back-to-block { width:100%; flex:0 0 auto; color:#000;}
.back-to-block  *{  color:#000;}
.team-section .section-heading { font-size:32px; font-weight:600; text-align:center;}
.team-section .section-heading span { display:inline-block; position:relative; }
.team-section .section-heading span:before{ content:""; position:absolute; left:0; bottom:0; height:2px; width:90%; left:50%; transform:translateX(-50%); background:#D1211E;  }
.team-grid { display:flex; flex-wrap:wrap; margin:0 -2rem; }
.team-grid .team-member { flex:0 0 auto; width:25%; padding:2rem 2rem;}
.team-member-image { position:relative; width:100%; aspect-ratio:5/6;}
.team-member-image img { position:absolute; left:0; width:100%; height:100%; top:0; object-fit:cover;}
.member-name { color:#D1211E; font-weight:600; font-size:16px; margin-bottom:5px;}
.member-subtitle { font-weight:300; color:#000; margin-top:0;}

@media(max-width:1199px){
.team-grid { margin:0 -1rem; }
  .team-grid .team-member { flex:0 0 auto; width:33.3333%; padding:1.5rem 1rem;}
   .custom-cls-services .rte p br { display:none;}
}

@media(max-width:990px){
.team-grid { margin:0 -1rem; }
  .team-grid .team-member { flex:0 0 auto; width:50%; padding:1rem 1rem;}
 
}
.rebates-blog-main .title--primary { margin-top:0;}
@media(max-width:390px){
.team-grid { margin:0 -1rem; }
  .team-grid .team-member { flex:0 0 auto; width:100%; padding:1rem 1rem;}
}

.custom-cls-about-mission { margin-top:-100px;}
.custom-cls-about-mission .content-container { max-width:966px; margin:0 auto;}
.custom-cls-about-our-story  { padding-bottom:100px;}
.custom-cls-about-our-story p { line-height:1.5;}
.custom-cls-about-mission .rich-text__heading { font-size:32px; font-weight:500; background:url(mission-line.png)no-repeat center bottom;}
.custom-cls-about-mission .rich-text__text p { font-weight:500; font-size:24px; line-height:1.6; letter-spacing:normal;}
.our-story-main { margin:0 -1rem;}
.our-story-main .col-media-story { width:400px; flex:0 0 auto; padding:0 1rem;}
.our-story-main .col-media-story-content { width:calc(100% - 400px); flex:0 0 auto; padding:0 1rem; display:flex; align-items:center;}
.our-story-main .col-media-story-content .story-content-in { padding-left:2rem; padding-top:2rem; padding-bottom:2rem;}
.story-content-in h2.image-with-text__heading { font-size:36px; font-weight:600; color:#000; margin-top:0; letter-spacing:normal;}
.story-content-in p { line-height:1.5; margin-top:0; margin-bottom:2rem; letter-spacing:normal;}
.our-story-main figure { margin:0; padding:0; position:relative; aspect-ratio:3/4;}
.our-story-main figure img { position:absolute; left:0; top:0; width:100%; height:100%; object-fit:cover;}

.contact-page-main { justify-content:space-between; margin:0 -1rem;}
.contact-col-half { flex:0 0 auto; padding:1rem; }

.colume-1.contact-col-half { width:58%;}
.colume-2.contact-col-half { width:40%; padding-left:3rem;}

.location-block { display:flex; flex-wrap:wrap; margin:0 -1rem;}
.location-block .map-container { width:50%; flex:0 0 auto; padding:0 1rem;     line-height: 0; }
.map-container-in { position:relative; width:100%; aspect-ratio:4/3;}
.map-container-in iframe { position: absolute; left:0; top:0; width:100%; height:100%; z-index:1;}
.location-block .location-content {  width:50%; flex:0 0 auto; padding:0 1rem;}

.location-content h2 { margin:0; font-size:24px; color:#213639; font-weight:600; letter-spacing:normal;}
.location-content h3 { margin:0; font-size:16px; color:#000; font-weight:600; letter-spacing:normal;}
.location-content .gap-left {position:relative; padding-left:30px; margin-top:22px;}
.c-icon { position:absolute; left:0; top:3px;}
.location-content-in { border-left:solid 2px #DD2027; padding-left:15px; min-height:100%;     max-width: 210px;}
.location-content p { margin:0; letter-spacing:normal; line-height:1.6;}
.location-content a {color:#DD2027; }
.directions_url { color:#DD2027; font-size:13px;}
.location-block + .location-block { margin-bottom:3.5rem;} 

.contact-page-main .title.title-wrapper--no-top-margin { font-size:32px; font-weight:600;}

.contact-form-main .contact__fields { display:flex; flex-wrap:wrap; margin:0 -1rem;}
.contact-form-main .contact__fields .field { flex:0 0 auto; width:100%; padding:0 1rem; margin-bottom:2rem;}
.contact-form-main .contact__fields  .field.field-half{ flex:0 0 auto; width:50%;}
.contact-form-main .field:before,.contact-form-main .field:after { display:none;}
.contact-form-main .field__input { border-radius:0; border:solid 1px #f2f2f2; background-color:#EFEFEF;}
.contact-form-main .field__input:focus { border-color:#dddddd; outline:none; box-shadow:none;}

.contact-text { margin-bottom:2rem; color:#000;}
.contact-text p {color:#000; }
.form-status-list.caption-large *  { color:#000;}
.form-status-list .link { color:#000;}
.contact-form-main  .contact__button .button { width:100%;}
.field-in { width:100%;}

.readmore-project-sm { text-align:center; padding-top:1.5rem;}
.project-filter-btn { display:inline-flex; align-items:center;  padding:5px 15px; background-color:transparent; border:0; color:#000; }
.filter-toggle-btn {width:100%; flex:0 0 auto; } 
.project-filter-btn .p-filter-title  { padding-left:10px;}

@media(min-width:991px){
 .filter-toggle-btn { display:none;} 
}
@media(max-width:1399px){
.video-over-layer-warp .slideshow__text.banner__box .banner__heading.hxxl { font-size: 55px;}
.header-btn-quote {
    padding-left: 1.5rem;
}
}
.slick-dots { margin: 0;
    padding: 0;}
@media(min-width:1200px){
  .show-1199 { display:none!important;}
}
@media(max-width:1199px){
.menu-drawer__inner-container li, .menu-drawer__inner-container li a { color:#000;}
    .header--middle-left {
    grid-template-areas: "left-icons heading icons";
    grid-template-columns: 1fr 2fr 1fr;
    align-items: center;
    }
    .header__heading, .header__heading-link {
        text-align: center;
    }
      header-drawer {
        display: block!important;
    }
 .header__inline-menu.header-mega-menu-nav,.hide-sm-1199 { display:none!important;}
  .header__search svg { fill:#fff; color:#fff;}
.header__icon--menu .icon  {color:#fff; fill:#fff; }


  .menu-drawer__inner-container .link--text { color:#000;}

  .menu-drawer__menu-item--active, .menu-drawer__menu-item:focus, .menu-drawer__close-button:focus, .menu-drawer__menu-item:hover, .menu-drawer__close-button:hover {
    color: #C72228!important;
  
}
  /* 2nd-level summaries (items with sub-menus) should NOT go red */
  .menu-drawer__inner-submenu details > summary.menu-drawer__menu-item--active,
  .menu-drawer__inner-submenu details > summary.menu-drawer__menu-item:focus,
  .menu-drawer__inner-submenu details > summary.menu-drawer__menu-item:hover {
    color: #000 !important;
  }
  .header-btn-quote .button{
    font-size: 13px;
    padding: 0 15px;
  }

.slick-dots { margin: 0; padding: 0; bottom:20%;}

     .video-over-layer-warp .slideshow__text.banner__box .banner__heading.hxxl {
        font-size: 44px;
    } 
      .header__heading, .header__heading-link {
        justify-self: center;
    }
}
@media(max-width:990px){
  .row-col.block-caption {
    padding-right: 1rem;

}
  .row-col.block-contact {
    padding-left: 1rem;
}
  .row-col.block-cart {
    margin-right: 0;
    display: none;
  }
  .mobile-cart-icon { display: inline-flex !important; position: relative; }
  #cart-icon-bubble { display: none !important; }
  .list-title-link, .list-caption-text { font-size:12px;}

  .article-card__meta-item { font-size:12px;}
  .promotion-title-sub h3 { font-size:28px;}
  .promotion-title strong {

    font-size: 32px;
}
 .promotion-title { font-size:18px;} 
}
@media(max-width:940px){
  .discount-section {
    position: relative;
    z-index: 5;
    margin-top: 60px;
    position: relative;
    z-index: 5;
}
.slick-dots {
        margin: 0;
        padding: 0;
        bottom: 5%;
    }  

ul.process-grid li {

    width: 50%;
   
}
 .brand-slider__slide { width:20%!important;} 

.video-wrapper {
    position: relative;
    padding-bottom: calc(70% - 44px);
    height: 0;
    overflow: hidden;
}
 .discount-warp-in {
 
    padding: 30px;
    padding-left: 30px;

} 
  .section-brand-slider .title-wrapper-with-link .title h2 br { display:none;}
.email-group-top h2.inline-richtext {
    font-size: 24px;
    margin: 0;
}
.process-title, .process-title h2,.section-brand-slider .title-wrapper-with-link .title h2 ,.section-brand-slider .title-wrapper-with-link .title h2,.project-title .article-template__title,
.feature-blog-main  .blog__title,.email-group-top h2.inline-richtext,.collection-hero__title,.related-products__heading.inline-richtext, .post-title,.custom-cls-services-img-text .image-with-text__heading,
.custom-cls-warranty h2.rich-text__heading,.video-list-section-main h2,.team-section .section-heading,.custom-cls-about-mission .rich-text__heading,.contact-page-main .title.title-wrapper--no-top-margin   { font-size:24px;} 

.footer-left, .footer-right { width:100%; padding-left:0; padding-right:0;}
  .footer-right {
    justify-content: center;
    margin-bottom:3rem;
}
  .footer-block-image.center { margin-bottom:0!important;}
  .footer-block__details-content.footer-block-social { margin-bottom:0!important;}

  .our-story-main .col-media-story { width:100%;}
  .our-story-main .col-media-story-content {width:100%; }
  .our-story-main figure { aspect-ratio: 16 / 9;}
  .our-story-main .col-media-story-content .story-content-in { padding-left:0;}
  .custom-cls-about-mission .rich-text__text p { font-size:18px;}
  .story-content-in h2.image-with-text__heading { font-size:32px;}
}
@media(max-width:767px){

.project-article-template .col-left { order:2; width:100%;}
.project-article-template .col-right { order:1; width:100%;}
.project-article-template .back-to-block { order:3; width:100%;}
  .right-inside {
    padding-left: 0rem;
}
.group-colume {
    border-left: 0px solid #DD2027;
    padding-left: 0rem;
}
  
.mobile-facets__open:hover {
    color: #000!important;
}
  .mobile-facets__open { color: #000!important; }
header-drawer .menu-drawer__inner-submenu > .menu-drawer__menu > li > details[open] > summary.menu-drawer__menu-item,
menu-drawer .menu-drawer__inner-submenu > .menu-drawer__menu > li > details[open] > summary.menu-drawer__menu-item {
    background: #EDF4F5 !important;
}
.promotion-warp-in .promotion-wearp-l {
    flex: 0 0 auto;
    width: 100%;
}
.promotion-warp-in .promotion-wearp-r {
    flex: 0 0 auto;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  padding-top:1.5rem;
}
  
.project-hero-caption h1,.our-brand-page .main-page-title,.promotions-warp .section-header h1,.rebates-blog-main .title--primary,.project-hero-caption h1,.our-brand-page .main-page-title,.promotions-warp .section-header h1,.rebates-blog-main .title--primary   { font-size:34px;}
  .email-group-top {
    flex: 0 0 auto;
  width:100%;
  text-align:center;
}
.newsletter-group-form {
    flex: 0 0 auto;
    width: 100%;
    padding-left: 0px;
  padding-top:20px;
}
.video-over-layer-warp .slideshow__text.banner__box .banner__text p { font-size:20px;} 
.image-text-panel-main .col-media-panel {
    flex: 0 0 auto;
    width: 100%;
    padding: 0 1rem;
}
.image-text-panel-main .col-media-text {
    flex: 0 0 auto;
    width: 100%;
    padding: 0 1rem;
}  

.section-maintenance-repair .col-half { width:100%;}
  .section-content-text-in {
    padding-right:0rem;
    padding-left: 0px;
    border-left: solid 0px #DD2027;
    padding-bottom:10px;
  }
 .purchased-fireplace-intro ul li{    padding: 0 15px;} 
  .purchased-fireplace-intro ul { margin: 0 -15px;}
}

@media screen and (max-width: 989px) {
    .blog-sidebar {
     position: absolute;
        top: 40px;
        left:0;
        width: 300px;
        height: auto;
        background: #fff;
        z-index: 55;
      transform: translateX(-300px);
      transition:all 0.4s linear;
    }
  .blog-layout { position:relative;}

  .blog-sidebar.active {
    transform: translateX(0px);
     transition:all 0.4s linear;
  }
.colume-1.contact-col-half {
    width: 100%;
}
 .colume-2.contact-col-half {
    width: 100%;
   padding-left:1rem;
} 

}

.header-btn-quote .button {     white-space: nowrap;}
@media(max-width:639px){
  .contact-form-main .contact__fields .field.field-half { width:100%;}
.location-block .location-content,.location-block .map-container { width:100%;}
.location-block { margin:0;}
.location-content-in {
    border-left: solid 0px #DD2027;
    border-top: solid 2px #DD2027;
  margin-top:1rem;
    padding-left: 0px;
    min-height: 100%;
    max-width: 100%;
  padding-top:2rem;
}
.video-over-layer-warp {
    padding: 100px 0;

}
  
      .brand-slider__slide {
        width: 33.33333% !important;
    }
  .video-over-layer-warp .slideshow__text.banner__box .banner__text p { display:none;}
  .video-over-layer-warp .banner__buttons { flex-direction:column; }
.video-over-layer-warp .banner__buttons .button{ margin-bottom:10px;}
    .video-wrapper {
        position: relative;
        padding-bottom: calc(120% - 44px);
        height: 0;
        overflow: hidden;
    }
  
.discount-wearp-l {
    width: 100%;
    flex: 0 0 auto;
}
  .discount-title p strong { display:block; text-align:center; margin-bottom:10px;}
  .discount-large-text h3 { font-size:26px;}
  .discount-wearp-r { width: 100%; padding-top:15px; text-align:center; justify-content: center; }
  .row-col.block-caption { display:none;}
  .header-btn-quote {

    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    padding:0 1rem;
  }
.header-btn-quote .button {
        font-size: 13px;
        padding: 0 15px;
        width: 100%;
    }
  .footer-left { display:block;}
  .footer-left .footer-block__image-wrapper { width:100%; max-width:100%; text-align:center;}
   .footer-left .footer-menu-block { width:100%; max-width:100%; text-align:center;}
  .footer__content-top ul.footer-menu {
    padding-left: 0rem;
    padding-right: 0rem;
}
  .footer-right .footer-block__details-content.footer-block-image { width:100%; display: flex; text-align:center;}
  .footer-right { display:block;}
  .footer-policy-block {
    padding: 0 0rem;
}
  ul.policies  { display: flex;text-align:center; justify-content:center; }

  .footer-block__details-content.footer-block-social{ width:100%; display: flex; text-align:center; justify-content:center; }
}

@media(min-width:768px){
  .show-767 { display:none;}
}

@media screen and (max-width: 1199px) {
  header-drawer .menu-drawer__inner-submenu details > .menu-drawer__submenu,
  menu-drawer .menu-drawer__inner-submenu details > .menu-drawer__submenu {
    display: none;
    position: static !important;
    transform: none !important;
    box-shadow: none !important;
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
    padding: 0 0 0.2rem 1.2rem !important;
    background: transparent !important;
  }
  header-drawer .menu-drawer__inner-submenu details[open] > .menu-drawer__submenu,
  menu-drawer .menu-drawer__inner-submenu details[open] > .menu-drawer__submenu {
    display: block;
    visibility: visible !important;
  }
  header-drawer .menu-drawer__inner-submenu details > .menu-drawer__submenu > .menu-drawer__close-button,
  header-drawer .menu-drawer__inner-submenu details > .menu-drawer__submenu > button.menu-drawer__close-button,
  menu-drawer .menu-drawer__inner-submenu details > .menu-drawer__submenu > .menu-drawer__close-button,
  menu-drawer .menu-drawer__inner-submenu details > .menu-drawer__submenu > button.menu-drawer__close-button {
    display: none !important;
  }
  header-drawer .menu-drawer__inner-submenu details > summary .svg-wrapper:first-of-type,
  menu-drawer .menu-drawer__inner-submenu details > summary .svg-wrapper:first-of-type {
    display: none !important;
  }
  header-drawer .menu-drawer__inner-submenu details > summary .icon-caret,
  menu-drawer .menu-drawer__inner-submenu details > summary .icon-caret {
    display: block !important;
  }
  header-drawer .menu-drawer__inner-submenu details > .menu-drawer__submenu .menu-drawer__menu-item,
  menu-drawer .menu-drawer__inner-submenu details > .menu-drawer__submenu .menu-drawer__menu-item {
    font-size: 1.4rem;
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
  }
  header-drawer .menu-drawer__inner-submenu details > .menu-drawer__submenu .menu-drawer__menu li,
  menu-drawer .menu-drawer__inner-submenu details > .menu-drawer__submenu .menu-drawer__menu li {
    margin-bottom: 0;
  }
  header-drawer .menu-drawer__inner-submenu > .menu-drawer__menu > li > details[open],
  menu-drawer .menu-drawer__inner-submenu > .menu-drawer__menu > li > details[open] {
    background: #EDF4F5 !important;
  }
  header-drawer .menu-drawer__inner-submenu details[open] > summary .svg-wrapper:last-of-type svg,
  menu-drawer .menu-drawer__inner-submenu details[open] > summary .svg-wrapper:last-of-type svg {
    transform: rotate(180deg);
    transition: transform 0.25s ease;
  }

  /* Mobile drawer: 2nd-level toggle button styles */
  header-drawer .menu-drawer__inline-toggle,
  menu-drawer .menu-drawer__inline-toggle {
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font: inherit;
    color: inherit;
  }

  header-drawer .menu-drawer__inline-caret,
  menu-drawer .menu-drawer__inline-caret {
    flex-shrink: 0;
    display: flex;
    align-items: center;
  }
  header-drawer .menu-drawer__inline-caret svg,
  menu-drawer .menu-drawer__inline-caret svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: currentColor;
    transition: transform 0.25s ease;
  }
  header-drawer .menu-drawer__inline-accordion.is-open .menu-drawer__inline-caret svg,
  menu-drawer .menu-drawer__inline-accordion.is-open .menu-drawer__inline-caret svg {
    transform: rotate(180deg);
  }

  header-drawer .menu-drawer__inline-list,
  menu-drawer .menu-drawer__inline-list {
    padding-left: 1.6rem;
    padding-bottom: 0.4rem;
    margin: 0;
    list-style: none;
  }

  header-drawer .menu-drawer__inline-item,
  menu-drawer .menu-drawer__inline-item {
    font-size: 1.4rem;
    padding: 0.8rem 0;
    display: block;
    color: rgb(var(--color-foreground));
    text-decoration: none;
  }
  header-drawer .menu-drawer__inline-item.menu-drawer__menu-item--active,
  menu-drawer .menu-drawer__inline-item.menu-drawer__menu-item--active {
    color: #D92726;
  }
}
/* C-3: quick-add button visibility on cards */
.card .quick-add__submit {
  --color-button: 204, 32, 39;
  --color-button-text: 255, 255, 255;
  --alpha-button-background: 1;
}