/** Shopify CDN: Minification failed

Line 857:13 Expected identifier but found whitespace
Line 857:15 Unexpected "{"
Line 857:25 Expected ":"
Line 858:8 Expected identifier but found whitespace
Line 858:10 Unexpected "{"
Line 858:20 Expected ":"

**/
.footer__content-bottom-wrapper {
  justify-content: center;
}
.hc-image-info p {
  margin: 0;
}
.footer-block__details-content.footer-block-image.center {
  display: block;
  text-align: left;
}
.collection-list-wrapper .title-wrapper--no-top-margin {
  display: block;
}
.hc-subtitle {
  font-size: 18px;
}
.hc-subtitle p{
  margin: 0;
}
.collection-list-wrapper p {
  margin-bottom: 20px;
}
.hc-subtitle p {
  margin-bottom: 5px;
}
footer.footer a {
  text-decoration: none;
}
div#hc-footer-bottom a {
  color: #000;
}
.hc-image-info a {
  color: #000;
  font-weight: bold;
}
button.hc-sample.button {
  background: #fff;
  color: #000;
  align-items: center;
}
button.hc-sample.button svg {
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.product__title h1 {
  font-size: 30px;
  font-weight: bold;
}
.hc-custom-info {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
.hc-custom-text {
  font-weight: bold;
}
.hc-square {
  font-size: 12px;
  position: relative;
  top: -10px;
}
.hc-ft-calculator-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
.hc-ft-needed {
  width: 100%;
  border: none;
  background: transparent;
  color: rgb(0, 0, 0);
  border-radius: 0px;
  border-bottom: 1px solid rgb(204, 204, 204);
  outline: none;
  letter-spacing: inherit;
  box-shadow: none;
  padding-bottom: 10px;
}
.hc-custom-label {
  font-size: 15px;
}
.hc-overage, .hc-overage:hc-active, .hc-overage:focus, .hc-overage:hover, .hc-overage:focus-visible{
  appearance: none;
  width: 100%;
  background: transparent;
  color: rgb(0, 0, 0);
  padding: 10px 16px 10px 0px;
  outline: none;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid rgb(204, 204, 204);
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-align: left;
  box-shadow: none;
}
.hc-custom-text.hc-overage-select {
  position: relative;
}
.hc-custom-text.hc-overage-select svg {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.product-form__quantity {
  display: none;
}
.hc-overage-wrapper {
  position: relative;
}
.hc-tooltip-wrapper{
  cursor: pointer;
  position: relative;
}
.hc-tooltip {
  position: absolute;
  bottom: 30px;
  font-size: 14px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 250px;
  background-color: rgba(97, 97, 97, 0.9);
  color: #fff;
  padding: 5px;
  display: none;
  transition: all 1s;
}
.hc-tooltip-wrapper:hover .hc-tooltip{
  display: block;
}
.hc-arrow-tooltip{
  color: rgba(97, 97, 97, 0.9);
  width: 1em;
  height: .71em;
  position: absolute;
  box-sizing: border-box;
  left: 50%;
  transform: translate(-50%, 0);
}
.hc-arrow-tooltip:before {
  width: 100%;
  height: 100%;
  margin: auto;
  content: "";
  display: block;
  transform: rotate(45deg);
  background-color: #616161e6;
  transform-origin: 100% 0;
  top: 25px;
  position: absolute;
}
.hc-nav-wrapper {
  max-width: 800px;
  padding: 0 5rem;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.hc-nav-wrapper .mega-menu__list {
  display: flex;
  padding: 0;
  max-width: 100%;
  width: 100%;
  margin-left: 0;
  justify-content: center;
}
.hc-nav-img {
  width: 250px;
}
.cart-item__name.hc-disabled.h4.break {
  pointer-events: none;
}
.hc-collection-info-wrapper {
  margin: 30px auto;
}
.hc-label {
  padding: 0 8px;
  margin-bottom: 5px;
  width: fit-content;
  font-size: 14px;
  color: #fff;
}
.hc-labels-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
  margin-left: 5px;
  position: absolute;
  bottom: 20px;
  left: 15px;
}
.product__info-wrapper .product__title {
  margin-top: 0;
}
.hc-labels-wrapper.hc-product-labels {
  flex-direction: row;
  margin-top: 5px;
  position: initial;
  margin-left: 0;
}
.hc-labels-wrapper.hc-product-labels .hc-label{
  margin-right: 5px;
}
.product__text.caption-with-letter-spacing+.product__title{
  margin-bottom: 5px;
}
.hc-faq-accordions {
  margin-bottom: 50px;
}
.hc-accordion {
  background-color: #f2eff0;
  color: #444;
  cursor: pointer;
  padding: 18px;
  margin: 10px 0;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hc-faq-wrapper.page-width h2 {
  margin-bottom: 25px;
}
.hc-panel p {
  font-size: 18px;
}
.hc-panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}
.hc-accordion:after {
  content: '+';
  font-size: 25px;
  float: right;
  margin-left: 5px;
}
.hc-active:after {
  content: "-";
}
.hc-overage {
  width: 100%;
}
.card-information .price{
  font-size: 1.4rem;
}
.hc-nav-wrapper .mega-menu__list li {
  display: flex;
}
.hc-submenu-img {
  width: 200px;
}
.hc-submenu-wrapper {
  width: 200px;
  padding: 0 20px;
}
ul.menu-drawer__menu.list-menu .hc-submenu-img {
  width: 100%;
  padding: 20px;
}
.hc-per-ft2 {
  text-transform: uppercase;
}
.price.hc-product-price .hc-per-ft2 {
  display: none;
}
.hc-colors-wrapper{
  align-items: stretch;
  grid-template-columns: repeat(8, minmax(20px, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: grid;
}
.hc-palette-wrapper {
  margin-bottom: 80px;
}
.hc-color {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}
.hc-color img {
  width: 100%;
}
.hc-color h4 {
  margin: 5px 0 0;
  padding-left: 2px;
}
.hc-color img {
  margin-bottom: 10px;
}
.hc-palette-wrapper p, .hc-links-outer p {
  margin-bottom: 25px;
}
.hc-link:hover a {
  color: #ddd;
}
.hc-palette-wrapper h1, .hc-links-outer h1, .hc-links-grid-outer h1, .hc-palette-wrapper h2, .hc-links-outer h2, .hc-links-grid-outer h2 {
  color: #f7931d;
}
.hc-link a{
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 1px;
  width: 100%;
  max-width: 400px;
  border: 1px solid #000;
  margin-bottom: 24px;
  color: #000;
  text-decoration: none;
}
.hc-links-wrapper {
  margin-bottom: 80px;
}
.hc-links-grid-outer.page-width {
  margin: 60px auto;
}
.hc-grid-link.hc-grid-link-full {
  border: 1px solid #000;
  border-radius: 0px;
  margin-bottom: 30px;
  margin-left: 25px;
  margin-right: 25px;
  padding: 0;
  text-align: center;
}
.hc-grid-link.hc-grid-link-full a{
  padding: 38px 40px;
}
.hc-grid-link.hc-grid-link-full:hover{
  background: #000;
}
.hc-grid-link.hc-grid-link-full:hover a{
  color: #fff;
}
.hc-grid-link.hc-grid-link-full a {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.hc-grid-link {
  border: 1px solid #000;
  border-radius: 0px;
  margin-bottom: 30px;
  margin-left: 25px;
  margin-right: 25px;
  text-align: center;
}
.hc-grid-link a {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  padding: 38px 40px;
  display: block;
}
.hc-grid-links-wrapper {
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(3, 1fr);
}
.hc-grid-link:hover{
  background: #000;
}
.hc-grid-link:hover a{
  color: #fff;
}
.hc-image-info a {
  color: rgba(var(--color-foreground), 0.75);
}
.hc-press-awards-grid-outer.page-width {
  margin-top: 40px;
}
.hc-press-awards-wrapper {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(5, 1fr);
}
.hc-press-awards-wrapper {
  margin: 40px 0;
}
.hc-press-link img {
  width: 100%;
}
.hc-press-awards-grid-outer h2 {
  margin-bottom: 0;
  text-align: center;
  color: #f7931d;
  font-size: 35px;
}
.hc-press-awards-grid-outer h2 {
  margin-top: 0;
  text-align: center;
}
.hc-image-info p {
  font-size: 15px;
}
h2.footer-block__heading.inline-richtext {
  text-align: center;
}
.footer-block__newsletter h2.footer-block__heading.inline-richtext {
  text-align: left;
}
.announcement-bar-slider.slider-buttons button {
  display: none;
}
div#hc-footer-bottom a{
  color: rgba(var(--color-foreground), 0.75);
}
.quantity-popover-container.hc-disabled {
  pointer-events: none;
}
cart-remove-button.hc-renmove-hidden {
  margin: 0 !important;
}
@media screen and (min-width: 750px) {
  .cart__ctas {
    justify-content: flex-end;
  }
  .cart__footer .cart__blocks {
    width: 40rem;
  }
  .cart__dynamic-checkout-buttons.additional-checkout-buttons {
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px){
  .hc-colors-wrapper{
    grid-template-columns: repeat(6, minmax(0px, 1fr));
  }
}
@media screen and (min-width: 750px) {
  .footer__blocks-wrapper.hc-no-wrap.grid {
    flex-wrap: nowrap;
  }
  .footer__blocks-wrapper.hc-no-wrap.grid .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing)* 2 / 3);
  }
}
@media screen and (max-width: 991px){
  .hc-colors-wrapper{
    grid-template-columns: repeat(5, minmax(0px, 1fr));
  }
  .hc-press-awards-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px){
  .hc-colors-wrapper{
    grid-template-columns: repeat(4, minmax(0px, 1fr));
  }
  .hc-grid-links-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .hc-press-awards-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  h2.footer-block__heading.inline-richtext {
    text-align: left;
  }
}
@media screen and (max-width: 480px){
  .h0.banner__heading{
    font-size: calc(var(--font-heading-scale) *3rem);
  }
  .hc-colors-wrapper{
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
  .hc-grid-links-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .hc-grid-link.hc-grid-link-full a, .hc-grid-link a{
    font-size: 16px;
  }
  .hc-press-awards-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* HC - Sample limit added - 14 Jun '24 */
.quantity__input.hc-disabled {
  pointer-events: none;
}
/* HC - Gallery Template added - 26 Jul '24 */
.hc-images-main {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
.hc-image-main h4 {
  font-weight: bold;
}
.hc-images-wrapper h1, .hc-image-main h4 {
  color: #000;
  text-align: center;
}
.hc-image-main img {
  height: 500px;
  object-fit: cover;
}
.hc-images-wrapper h1 {
  color: #000;
  text-align: center;
}
h1.main-page-title {
  text-align: center;
}
.hc-variant-info{
  display: none;
}
.hc-variant-info.hc-info-active{
  display: block;
}
.progress{
  display: none;
}
.hc-custom-table-inner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
h4.hc-custom-block-title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.hc-custom-block-desc {
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .hc-images-main {
    grid-template-columns: repeat(2, 1fr);
  }
}
.hc-custom-table-inner .slick-dots{
  display: none !important;
}
.hc-custom-block-image {
  margin-top: 20px;
  text-align: center;
}
.hc-custom-block-image img {
  margin: 0 auto;
}
.hc-image-blocks-wrapper.page-width {
  max-width: 1500px;
}
@media screen and (max-width: 768px) {
  .hc-custom-table-inner .slick-dots{
    display: flex !important;
    bottom: -40px;
  }
  .hc-custom-table-inner{
    display: none;
  }
  .hc-custom-table-inner.slick-initialized.slick-slider {
    display: block;
  }
  .hc-custom-table-inner .slick-dots li {
    flex: 1 1 0%;
    width: auto;
    margin: 0px;
  }
  .hc-custom-table-inner .slick-dots li button {
    width: 100%;
    height: 2px;
    padding: 0px;
  }
  .hc-custom-table-inner .slick-dots li button:before {
    content: "";
    width: 100%;
    height: 2px;
    background: rgb(0, 0, 0);
    opacity: 0.25;
  }
  .hc-custom-table-wrapper.page-width {
    width: calc(100% - 4rem / var(--font-body-scale));
  }
}
@media screen and (max-width: 480px) {
  .hc-images-main {
    grid-template-columns: repeat(1, 1fr);
  }
  .hc-submenu-wrapper {
    width: 100%;
  }
  .menu-drawer__menu.list-menu .hc-submenu-wrapper summary.menu-drawer__menu-item{
    padding-left: 0;
    padding-right: 0;
  }
}
.hc-image-blocks-grid {
  column-count: 4;
  column-gap: 2px;
}
.hc-image-block {
  break-inside: avoid;
  margin-bottom: 2px;
}
.hc-image-block img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5rem;
  object-fit: cover;
}
.hc-product-title-filtering{
  margin: 0;
}
.hc-product-title-filtering a {
  font-size: 13px;
  color: #000;
  text-decoration: none;
}
.hc-product-price-filtering {
  font-size: 14px;
  margin: 0;
}
.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  margin: 0 auto;
}
.hc-filtering-header {
  display: flex;
  align-items: center;
}
.hc-filtering-header select{
  margin-left: 20px;
}
.hc-dropdown-container-filtering {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-family: sans-serif;
}
.hc-product-card-filtering img {
  width: 100%;
}
.hc-label-filtering {
  font-size: 25px;
  font-weight: bold;
  border-bottom: 2px solid;
  margin-left: 20px;
}
.hc-dropdown-filtering {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-top: 5px;
  min-width: 150px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.hc-filtering-slider {
  opacity: 0;
}
.hc-custom-slideshow h2{
  margin-bottom: 15px;
}
.hc-filtering-slider.swiper-container.swiper-container-initialized {
  opacity: 1;
}
.hc-dropdown-filtering div {
  padding: 5px 10px;
  cursor: pointer;
}
.hc-dropdown-filtering div:hover {
  background-color: #e0e0e0;
}
h2.hc-section-heading-filtering {
  font-weight: bold;
}
.hc-block a {
  text-decoration: none;
  color: #000;
  text-align: center;
}
.hc-block img {
  width: 100%;
}
.hc-block {
  margin-right: 10px;
}
.hc-block p {
  margin-top: 0;
}
.hc-slideshow{
  opacity: 0;
}
.hc-slideshow-outer {
  position: relative;
}
.hc-slideshow.swiper-container-initialized {
  opacity: 1;
}
.hc-slideshow-outer .swiper-button-prev, .hc-slideshow-outer .swiper-button-next{
  background-image: none;
}
.hc-slideshow-outer .swiper-button-prev{
  left: -40px;
}
.hc-slideshow-outer .swiper-button-next{
  right: -40px;
}
.swiper-button-next,
.swiper-button-prev, 
.swiper-container-rtl .swiper-button-prev,
.swiper-container-rtl .swiper-button-next{
    fill: #ddd;
}
@media (max-width: 1200px) {
  .hc-image-blocks-grid {
    column-count: 4;
  }
}
@media (max-width: 992px) {
  .hc-image-blocks-grid {
    column-count: 3;
  }
}
@media (max-width: 768px) {
  .hc-image-blocks-grid {
    column-count: 2;
  }
}
@media (max-width: 480px) {
  .hc-image-blocks-grid {
    column-count: 1;
  }
  h2.hc-section-heading-filtering, .hc-label-filtering {
    font-size: 16px;
  }
  .hc-slideshow-outer .swiper-button-prev{
    left: 0;
  }
  .hc-slideshow-outer .swiper-button-next{
    right: 0;
  }
}
.autoplay-video {
  width: 100%;
  height: 100%;
  border: 0;
}
.hc-breadcrumbs-wrapper.page-width {
  margin-top: 20px;
}
.hc-breadcrumbs-wrapper a {
  color: #000;
  text-underline-offset: 4px;
  cursor: pointer;
}
.hc-breadcrumbs-wrapper.article-template__hero-container {
    margin-top: 20px;
}
.hc-sample-wrapper a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.hc-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 16px;
}
.hc-modal-overlay.hc-open {
  display: flex;
}
.hc-modal {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 720px;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  text-align: left;
}
.hc-modal-wrap {
  position: relative;
}
@media (max-width: 600px) {
  .hc-modal {
    max-width: 90%;
  }
}
.hc-modal-body {
  padding: 36px 32px 20px;
  font-size: 16px;
  line-height: 1.6;
}
.hc-modal-actions {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
.hc-btn {
  display: inline-block;
  padding: 12px 16px;
  border-radius: 8px;
  text-decoration: none;
}
.hc-btn-primary {
  background: {{ settings.buttons_background | default: '#111111' }};
  color: {{ settings.buttons_label | default: '#ffffff' }};
}
.hc-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0,0,0,.05);
  border: 0;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  z-index: 10;
  transition: background .15s ease;
}
.hc-close:hover {
  background: rgba(0,0,0,.12);
}
.hc-extra-image-wrapper img {
  width: 350px;
}
.hc-sample-wrapper {
  max-width: 44rem;
}
.hc-error-message {
  text-align: center;
  color: #000;
  margin: 10px 0;
  font-size: 20px;
  font-weight: bold;
}
.hc-checkout-wrapper .cart__ctas {
  margin-bottom: 20px;
}
.hc-scarpa-popup-message {
  font-size: 16px;
  color: #000;
}
.hc-checkout-inactive.cart__checkout-button,
.hc-checkout-inactive .cart__checkout-button,
.hc-checkout-inactive .cart__dynamic-checkout-buttons,
.hc-checkout-inactive + .cart__dynamic-checkout-buttons {
  pointer-events: none;
  opacity: 0.6;
}