/** Shopify CDN: Minification failed

Line 14:50 Unterminated string token
Line 778:19 Expected identifier but found "{"
Line 778:20 Unexpected "{"
Line 778:30 Expected ":"

**/
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Futura", Bodoni Moda", sans-serif;
}
button:focus,
select:focus,
input:focus,
textarea:focus {
  outline: none;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}
p {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: inherit;
  font-weight: inherit;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 42px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 12px;
}
span,
a {
  display: inline-block;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}



/* Header */

header {
  position: relative;
}
.header-content {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0 5px;
  align-items: center;
  max-width: 90%;
  margin: auto;
  border-bottom: 1px solid #ddd;
}

.site-logo {
  margin-right: 50px;
}

.site-menu ul > li {
  padding: 0 10px;
  display: inline-block;
}

.site-menu > nav > ul > li > a {
  color: #737373;
  position: relative;
  transition: 0.3s ease;
  padding-bottom: 6px;
  text-transform: uppercase;

}
/*
.site-menu > nav > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  background: #000;
  height: 1px;
  width: 0;
  left: unset;
  right: 0;
  transition: 0.3s ease;
}
.site-menu ul > li:hover > a::before {
  width: 100%;
}
.site-menu > nav > ul > li > a:hover::before {
  width: 100%;
  left: 0;
  right: unset;
}*/
.site-menu ul > li:hover > a{
	font-weight: bold; 
}
.site-menu > nav > ul > li > a:hover {
  color: #000;
  font-weight: bold;
}
.site-menu > nav > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  width: 100%;
  padding: 15px 0;
  z-index: 10;
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
  right: 0;
  margin: 0;
  padding-left: 80px;
}
/*
.site-menu > nav > ul > li:first-child > ul {
  opacity: 1;
  visibility: visible;
}
*/
.site-menu ul > li > ul > li > a {
  font-size: 13px;
  color: #737373;
  font-weight: 300;
  padding-bottom : 5px;
  position : relative;

}
.site-menu ul > li > ul > li > a:hover {
  color: #000;
  font-weight: 500;
  transition: 0.3s ease;

}
.site-menu ul > li > ul > li {
  margin-right: 25px;
  padding: 0;
}
.site-menu ul > li > ul {
  background: #fff;
}
.site-menu > nav > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.maga-menu-wrap {
  position: absolute;
  top: 100%;
  padding: 40px 0;
  background: #fff;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
/*
.site-menu ul > li > ul > li:hover .maga-menu-wrap {
  opacity: 1;
  visibility: visible;
}*/
.megaMenu-row {
  display: flex;
  flex-wrap: wrap;
}
.megaMenu-row.space {
  justify-content: space-between;
}
.cols3 {
  width: 32%;
}
.cols2 {
  width: 15%;
}
.megaMenu-col  {
  padding-left: 20px;
}
.maga-menu-wrap ul {
  margin-left: 0; 
}
.megaMenu-col.double-cols ul {
  margin-left: 0;
}
.megaMenu-col h5 a {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}
.megaMenu-col ul li {
  margin: 6px 0;
  padding: 0;
  width: calc(100% / 2);
}
.megaMenu-col ul li a {
  font-size: 14px;
  color: #737373;
  padding: 0;
}
.megaMenu-col.double-cols ul {
  display: flex;
  flex-wrap: wrap;
}
.megaMenu-col h5 {
  margin-bottom: 10px;
  color: #000;
}
.megaMenu-col > span a {
  font-size: 15px;
  font-weight: 300;
  color: #737373;
  margin-top: 15px;
  border-bottom: 1px solid #737373;
}
.megaMenu-col a {
  transition: 0.2s ease;
}
.megaMenu-col a:hover {
  color: #000;
}
.imageLink {
  height: 300px;
  width: 100%;
  background: center/cover no-repeat;
  transition: 2s ease;
  overflow: hidden;
}
.megaMenu-col > a {
  display: block;
}
.imageLink:hover {
  transform: scale(1.4);
}
.mega_image > a {
  display: block;
}
.mega_image {
  overflow: hidden;
  margin-bottom: 20px;
}
.megaMenu-col.lineTop {
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}
.megaMenu-row .megaMenu-col {
  margin-right: 30px;
}
.megaMenu-row.space .megaMenu-col {
  margin-right: 0;
}
.single-story span {
  font-size: 12px;
  color: #737373;
  display: block;
}
.single-story {
  margin: 20px 0;
}
.single-story a {
  font-size: 14px;
  color: #000;
}
.megaImage-link h6 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.megaImage-link a {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
.megaMenu-col p {
  color: #737373;
  font-size: 13px;
  margin-bottom: 18px;
}
.megaMenu-col > a {
  font-size: 14px;
  color: #737373;
  display: inline-block;
  border-bottom: 1px solid #737373;
}


/*********************** adding to shopify **************/
.site-logo a img {
  width: 200px;
}

@media (max-width : 400px){
.site-logo a img {
  width: 150px;
}
}

.maga-menu-wrap {
  padding: 40px 60px;
}

.maga-menu-wrap h5 {
  font-size: 15px;
  font-weight: bold;
}

.header-item--icons-items {
  justify-content: flex-end;
}

.mobile-header{
  display : none;
}

.mobile-site-nav {
  display: flex;
  justify-content: space-between;
}


.appear-animation {
  opacity: 1;
  transform: none;
}

.collapsible-trigger__icon {
  right: -5px;
}

.icon-hamburger {
  margin-top: 7px;
}

.active-slide,
.active-slide body{
  overflow: hidden !important;
}
.site-menu ul>li>ul>li>a::before {
  content: '';
  position: absolute;
  content: "";
  position: absolute;
  bottom: 0;
  background: #000;
  height: 1px;
  width: 0;
  left: unset;
  right: 0;
  transition: .3s ease;
}

.site-menu ul>li>ul>li>a:hover::before {
  width: 100%;
  left: 0;
  right: unset;
}


@media (min-width: 1920px){
.site-menu > nav > ul > li > ul {
      padding-left: 130px;
}
  
}

@media (max-width : 991px){

  .desktop-header {
    display: none;
  }

  .mobile-header{
    display : block;
  }

  .header-item {
    flex: none;
  }

}
.row:after {
    content: "";
    display: table;
    clear: both;
}

.template-page .col-md-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.site-menu nav > ul {
    margin-top: 11px;
}

#shopify-section-new-header{
    position: fixed;
    z-index: 1000;
    width: 100%;
    background: #fff;
  	transition: all .35s;
}
#shopify-section-new-header .container-fluid{
	height:26px;
  	overflow: hidden;
  	transition: all .35s;
}
#shopify-section-new-header .header-content{
	transition: all .35s;
}

#shopify-section-new-header.scrolled .container-fluid{
	height:0; 
}
#shopify-section-new-header.scrolled .header-content{
	padding: 5px 0 0 0; 
}

.site-menu ul>li>ul>li>a:hover{
	font-weight: bold;
}
.site-menu ul>li>ul>li>a:hover:before{
	display: none; 
}
.maga-menu-wrap:after {
    content: " ";
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.65);
    left: 0;
    z-index: -1;
    transition: z .25s;
}

.featured-products .grid-product__content{
	margin-bottom: 0; 
}
.product-specs{
	background: #f3f3f3;
  	padding-top: 30px;
  	padding-bottom: 20px;
}
.cashback{
	background: #b4c9b8;
  	padding-top: 30px;
    margin: 0;
    max-width: 100%;
}
.cashback h3{
	font-size: 16px; 
}
/* position dots in carousel */
.flickity-page-dots {
  bottom: 0px;
}
/* white circles */
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid #eee;
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: white;
  border: 2px solid #999;
}
/* position dots up a bit */
.flickity-page-dots {
  bottom: -22px;
}
/* dots are lines */
.flickity-page-dots .dot {
  height: 4px;
  width: 40px;
  margin: 0;
  border-radius: 0;
}
.highwood-newsletter .newsletter-section{
	min-height: 150px; 
  background-image: url("/cdn/shop/files/woodgrain-2-t.png?v=1757341031");
  background-size: cover !important;

}
@media (max-width: 589px) {
  .highwood-newsletter .newsletter-section{
    background-image: url("/cdn/shop/files/woodgrain-2-m-t.png?v=1757341031");
   
  }
}
.highwood-newsletter .newsletter-section .theme-block:first-child{
	float:left; 
}
.highwood-newsletter .newsletter-section .theme-block:last-child{
	float:left; 
}
.newsletter-section .rte p{
  margin: 12px;
}
.highwood-newsletter .newsletter-section:after{
	content: ' ' ;
  	clear: both;
}
.highwood-newsletter .newsletter-section .social-sharing__title{
	display: none; 
}
.highwood-newsletter .newsletter-section .social-sharing .icon{
    width: 32px;
    height: 32px;
    fill: #131713; 
}
.slider{
	overflow: hidden; 
}
.column-slider .image-wrap{
	background: none; 
}
.featured-columns .grid__item{
	border: 10px solid #fff;
    background: #647d76 !important;
    padding: 20px 20px;
  	color: #fff;
  	height: 100%;
}
#CollectionSidebar .collapsible-trigger__icon{
	right: 0; 
}
.payment-buttons{
	display: flex;
    align-content: stretch;
}
.product__quantity{
	float: left; 
}
.add-to-cart{
	width:50%;
	margin: 0 15px;
}
.shopify-payment-button{
	width:50%;
  	margin-top:0;
}
.product__quantity label{
	display: none; 
}
.js-qty__num{
	padding: 14px 32px; 
}
.features{
	background: #8b7e72;
  	padding: 40px 0 10px 0;
}
.features .flickity-slider:after{
	content: ' ';
  	display: block;
  	clear: both;
}
.features .grid__item .item-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.slider .image-wrap{
	background: none; 
}
.features .slider{
	margin-bottom: 40px; 
}
.features .flickity-viewport{
	min-height: 180px; 
}
.features .text-spacing{
	width: 100%; 
}
a.explore-blog{
    color: #647d76;
    border: 2px solid #647d76;
    font-weight: bold;
  	float: left;
}
a.explore-blog:hover{
    color: #647d76;
}
.template-product .feature-row{
	margin: 0; 
}
.template-product .feature-row__text{
	flex: 0 1 50%; 
}
.specs-slide{
	width: 100%; 
    display: flex;
    align-items: center;
  	padding: 0 40px;
}
.specs-slide svg{
	max-width:500px; 
}
.grid-product__colors{
    position: absolute;
    margin-top: 20px;
    margin-top: -30px;
}
.look .feature-row__text{
	flex: 0 1 50%;
}
.look .feature-row__item {
    flex: 0 1 50%;
  	max-width: 100% !important;
}
.look h2{
    display: inline-block; 
}
.recommendations .index-section{
	margin-top: 0; 
}
#CollectionSection header{
	margin-bottom: 0;
  	text-align: left;
}
#CollectionSection h1{
	font-size: 46px; 
}
#CollectionSection .hr--medium{
	margin: 10px auto; 
}
.collection-description{
	max-width: 1300px;
  	text-align: left;
}
.background-image-scroll .flickity-page-dots{
	display: none; 
}
[data-type_header_text_alignment=true] .collection-description{
	text-align: left; 
}
.site-footer p{
	margin:0 0 7px 0;
}
.site-footer .social-sharing{
	margin-top: 12px; 
}
.feature-row__item--overlap-images>*{
	width: auto; 
}
.template-index .column-slider .grid__item{
	min-height: 450px; 
}
#shopify-section-template--15191348969506__1646645128ec9c9d4e .column-slider .grid__item{
  min-height: 400px; 
}

.template-index .index-section-slider .feature-row__image{
	max-height:500px;
  	object-fit: cover;
}
.template-index .shopify-section.features p{
    font-size: 18px;
}
ul.no-bullets.tag-list {
    display: flex;
    flex-wrap: wrap;
}
.tag--swatch {
    display: block;
    width: 33.3%;
}
.tag--swatch .tag-checkbox {
    position: relative;
    padding-left: 20px;
}
.tag--swatch .color-swatch{
	display: inline-block;
	width: 1.5em;
    height: 1.5em;
    border-radius: 10px;
  	position: inherit;
  	margin: 4px;
}
.tag--swatch .color-swatch:before {
 	position: inherit;
}
.tag-list .tag{
	width: 33.3% 
}
.flickity-button{
    color: #131713;
    color: var(--colorTextBody);
    background-color: #ffffff;
    background-color: var(--colorBody);
    box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
}
#shopify-section-template--14819052945442__1651073383a563b5a9{
	background: #8b7e72;
    margin: 0;
}
.mobile-header .drawer{
	right: 0; 
}
.mobile-nav__item .mobile-nav__faux-link, .mobile-nav__item a:not(.megamenu__promo-link){
	font-size: 14px; 
}
.collection-sidebar__group{
	border-top-color: #e7edf0;
    border-top-color: var(--colorBtnPrimary);
}
.tag-list .tag-checkbox:before{
	border-color: #e7edf0;
    border-color: var(--colorBtnPrimary);
}
.background-media-text__text{
	width: auto;
  	max-width: 650px;
}
li.has-children:after{
    content: "\e904";
    font-family: ui-icons;
    font-size: 6px;
    line-height: 10px;
    display: inline-block;
    transition: all .25s;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
}
li.open.has-children:after{
	transform: rotate(-180deg) translateX(0);
}
.grid-product__secondary-image-variant{
  position:absolute;
  top:-1px;
  left:-1px;
  right:-1px;
  bottom:-1px;
  background-color:{{ settings.color_body_bg | default: "#ffffff" }};
  background-color:var(--colorBody);
  opacity:0
}

.grid-product__secondary-image-variant img{
    width:100%;
    height:100%;
    -o-object-fit:cover;
       object-fit:cover;
  }
@media only screen and (min-width: 590px){
  .look .index-section {
      margin: 40px 0 100px 0;
  }
  #shopify-section-template--15402990305431__1646654858278d8d67{
      margin: 50px 0; 
  }
  #shopify-section-template--15402990305431__16466544245b906cfc .section--divider{
  	padding-top: 50px; 
  }
  .template-index .index-section-slider .feature-row__item{
      padding: 50px 0;
  }
  .template-index .index-section-slider .feature-row__item img{
    min-height: 500px;
  }
  .template-index .look .feature-row__text--left {
      padding: 0 80px;
  }
  #shopify-section-template--14819052945442__1651073383a563b5a9{
  	  padding: 50px 0;
  }
  .section-header {
      margin-top: 50px;
  }
  #shopify-section-template--15402990305431__16466543964b18be8f .section--divider{
   	padding-top: 50px; 
  }
  #slides-template--14819052945442__1646640935651708e2 .grid__item{
  	min-height: 380px; 
  }
  #slides-template--14819052945442__1646645128ec9c9d4e .grid__item{
  	min-height: 380px; 
  }
  #slides-template--14819053305890__product-features .grid__item{
  	min-height: 380px; 
  }
}
  #slides-template--14819052945442__1646640935651708e2 .grid__item{
  	min-height: 380px; 
  }
  #slides-template--14819052945442__1646645128ec9c9d4e .grid__item{
  	min-height: 380px; 
  }
@media only screen and (max-width: 589px){
  .announcement-slider .one-quarter{
    width: 0;
  }
  .announcement-slider .one-half {
    width: 100%;
  }
  .small--one-half {
      width: 100%;
  }
  #shopify-section-template--14819052945442__1651073383a563b5a9{
  	  padding: 34px 0;
  }
  #shopify-section-template--15402989977751__16466491428f36be8c{
  	padding-top: 34px; 
  }
  .site-logo{
  	margin: 0 auto; 
  }
  .features .slider{
  	margin-bottom: 0; 
  }
  a.explore-blog{
  	display: inline-block;
    float: none;
  }
  .content-slider .feature-row__text, .look .feature-row__text{
  	padding-bottom: 34px; 
  }
  .featured-columns.page-width{
  	padding: 0 0 0 20px; 
  }
  #CollectionSection .small--one-half{
  	width: 50%; 
  }
  .section-header {
      margin-top: 30px;
  }
  .specs-slide{
  	display:block; 
  }
  #shopify-section-template--15402990305431__16466543964b18be8f{
  	padding-bottom: 34px; 
  }
  .tag-list .tag{
  	width: 50%; 
  }
  .grid-product__content:hover .quick-product__btn{
  	opacity: 0; 
  }
  #slides-template--15402989977751__16491549408473dbbb .flickity-prev-next-button{
   	top: 140px;
  }
  #shopify-section-template--15402989977751__1646727273add86937 .page-width{
  	padding: 0; 
  }
  #shopify-section-template--15402989977751__1646727273add86937 .section-header{
  	padding: 0 20px; 
  }
  .column-slider{
      margin-left: 45px;
      margin-right: 45px;
      padding: 0;
  }
}
@media only screen and (min-width: 330px){
  .mobile-site-nav .site-logo a{
  	margin-left: -40px; 
  }
}
.mobile-site-nav .icon-hamburger{
	order: 3; 
}
.mobile-site-nav .site-logo{
	order: 2; 
}

.column-slider .slider{
  	overflow: inherit;
  	margin-left: 0;
  	padding: 0 10px;
}
.column-slider .flickity-next{
	right: -40px; 
}
.column-slider .flickity-previous{
	left: -40px; 
}
.column-slider .flickity-page-dots{
	display: none; 
}
.features .slider{
	margin-left: 0; 
}
.product-specs .page-width{
	padding: 0; 
}
.product-specs .grid{
	margin-left: 0; 
}
#shopify-section-template--15402990305431__16467334065b723d68{
    border-top: 1px solid;
    border-top-color: #e8e8e1;
    border-top-color: var(--colorBorder);
}
.color-swatch--small{
	border-radius: 17px; 
}

.variant-input-wrap label{
    width: 80px;
    height: 80px;
    border-radius: 80px;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
}
.variant-input-wrap label:hover{
	box-shadow: 0 0 10px 1px #000; 
}
.color-swatch:before {
    border: 4px solid;
    border-color: #ffffff;
    border-color: var(--colorBody);
    border-style: solid;
    border-radius: 80px;
    padding: 4px;
}
.product-recommendations .grid-product__colors{
	display: none; 
}
.color-swatch--small:before{
  border: 1px solid;
}
.featured-products .grid-product__colors{
	display: none; 
}

.dropbtn {
  border: 1px solid black;
  border-radius: 5px;
  background-color: #f1f1f1;
  color: black;
  padding: 10px;
  font-size: 16px;
  margin-left: 2px;
  margin-right: 2px; }

.dropdown {
  position: relative;
  display: inline-block; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  text-align: left;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 99999; }

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  font-size: small;
  text-decoration: none;
  display: block; }

.dropdown-content a:hover {
  background-color: #f1f1f1; }

.dropdown:hover .dropdown-content {
  display: block; }

.dropdown:hover .dropbtn {
  background-color: #f1f1f1;
  border: 2px solid black; }

.gallery-wrap {
  display: flex;
  flex-wrap: wrap; }
  .gallery-wrap:after, .gallery-wrap:before {
    content: none; }
  .gallery-wrap.-stacked .gallery-item-img-wrap,
  .gallery-wrap.-stacked .gallery-item-overlay,
  .gallery-wrap.-stacked .gallery-item-overlay-back,
  .gallery-wrap.-stacked .gallery-item-img {
    border-radius: 0; }
  @media (max-width: 992px) {
    .gallery-wrap.-mobile-redability .gallery-item-caption {
      top: auto !important;
      bottom: 0 !important;
      transform: none !important;
      text-align: center !important;
      color: white !important;
      left: 0 !important;
      right: auto !important;
      padding-top: 70px !important;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
      /* IE6-9 */ }
      .gallery-wrap.-mobile-redability .gallery-item-caption .gallery-item-title {
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); } }

.gallery-item {
  position: relative; }
  .gallery-item .facebook_blockG {
    border: none; }
  .gallery-item .spinner-cube {
    z-index: 2; }
  .gallery-item .lazyloaded + .spinner-cube {
    display: none; }
  @media (min-width: 992px) {
    .gallery-item.-animate--zoom-in:hover .gallery-item-img {
      transform: scale(1.2); }
    .gallery-item.-animate--zoom-out .gallery-item-img {
      transform: scale(1.2); }
    .gallery-item.-animate--zoom-out:hover .gallery-item-img {
      transform: scale(1); }
    .gallery-item.-animate--overlay-in .gallery-item-overlay, .gallery-item.-animate--overlay-out .gallery-item-overlay {
      display: block; }
    .gallery-item.-animate--fade-in .gallery-item-img {
      opacity: .64; }
    .gallery-item.-animate--fade-in:hover .gallery-item-img {
      opacity: 1; }
    .gallery-item.-animate--fade-out .gallery-item-img {
      opacity: 1; }
    .gallery-item.-animate--fade-out:hover .gallery-item-img {
      opacity: .64; }
    .gallery-item.-animate--grayscale-in .gallery-item-img {
      filter: grayscale(100%); }
    .gallery-item.-animate--grayscale-in:hover .gallery-item-img {
      filter: grayscale(0); }
    .gallery-item.-animate--grayscale-out .gallery-item-img {
      filter: grayscale(0); }
    .gallery-item.-animate--grayscale-out:hover .gallery-item-img {
      filter: grayscale(100%); }
    .gallery-item.-animate--blur-in .gallery-item-img, .gallery-item.-animate--blur-out .gallery-item-img {
      transform: scale(1.1); }
    .gallery-item.-animate--blur-in:hover .gallery-item-img {
      filter: blur(10px); }
    .gallery-item.-animate--blur-out .gallery-item-img {
      filter: blur(10px); }
    .gallery-item.-animate--blur-out:hover .gallery-item-img {
      filter: blur(0); } }

.gallery-item-link {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.gallery-item-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 6px; }
  .gallery-item-img-wrap.__bs {
    box-shadow: 0 15px 18px rgba(0, 0, 0, 0.07); }

.gallery-item-overlay,
.gallery-item-overlay-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 2;
  opacity: 0;
  border-radius: 6px;
  transition: 0.6s; }

.gallery-item-overlay-back {
  background: white;
  z-index: 0;
  opacity: 1; }

.gallery-item-img {
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  border-radius: 6px;
  backface-visibility: hidden;
  transition: .6s; }
  @media (max-width: 992px) {
    .gallery-item-img {
      height: 300px !important; } }

.gallery-item-caption {
  text-align: center;
  padding: 30px 45px; }
  .gallery-item-caption.-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
    z-index: 2; }
  .gallery-item-caption.-top {
    position: absolute;
    top: 0;
    width: 100%;
    color: white;
    z-index: 2; }
  .gallery-item-caption.-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 2;
    width: 100%; }
  @media (max-width: 992px) {
    .gallery-item-caption {
      padding: 25px 30px; }
      .gallery-item-caption .gallery-item-title {
        font-size: 24px;
        letter-spacing: 1px; }
      .gallery-item-caption .gallery-item-subtitle {
        font-size: 18px; } }
  @media (min-width: 991px) {
    .gallery-item-caption.__size-md .gallery-item-title {
      font-size: 24px; }
    .gallery-item-caption.__size-md .gallery-item-subtitle {
      font-size: 18px; }
    .gallery-item-caption.__size-lg .gallery-item-title {
      font-size: 35px; }
    .gallery-item-caption.__size-lg .gallery-item-subtitle {
      font-size: 20px; }
    .gallery-item-caption.__size-x-lg .gallery-item-title {
      font-size: 45px; }
    .gallery-item-caption.__size-x-lg .gallery-item-subtitle {
      font-size: 23px; } }

.gallery-item.-overlayed .gallery-item-caption.-bottom {
  background: none; }

.gallery-item-title {
  margin-bottom: 5px; }

.gallery-item-subtitle {
  margin-bottom: 0;
  opacity: 0.64;
  font-size: 14px; }

#shopify-section-gallery .row[data-gutter="10"] > [class^=col-] {
    padding-left: 5px;
    padding-right: 5px;
}
#shopify-section-template--14837217525794__gallery{
	margin-top: 30px; 
}
.page-header-title-nb {
    text-align: center;
    margin: 0;
    font-size: 45px;
    letter-spacing: 3px;
  	margin: 30px 0;
}
.rte-page img {
    border-radius: 6px;
    max-width: 100%;
}
.template-product .featured-columns{
	border-top: 1px solid;
    border-top-color: #e8e8e1;
    border-top-color: var(--colorBorder);
}

.out-of-stock-newsletter .newsletter__input-group{
	max-width: 100%; 
}
.out-of-stock-newsletter p{
	margin-bottom: 10px; 
}
.out-of-stock-newsletter{
	background: #eee;
    padding: 10px;
    border: 1px solid #ff2a00;
}
.announcement-slider .flickity-button{
  display: none;
}

.cm-list-item {
    list-style: decimal;
}
.hide-span{
  display:none;
}
@media (min-width:992px) {
  .collection-header-wrapper{
    margin: 0 auto;
    background:#d8dee2;
    display: flex;
    align-items: center;
   background-image: url("/cdn/shop/files/woodgrain-3-T.png?v=1757340849");
  background-size: cover !important;
 

  }
  .template-collection .collection-hero{
    height:540px;
  }
}
.collection-header-wrapper .breadcrumb{
  margin-top: 30px;
}
.collection-header-wrapper .col-md-6{
  padding:0;
}
.collection-header-wrapper .col-md-6.content{
  padding-right:30px;
}
.collection-content-wrapper{
    margin: 0 0 0 auto;
    max-width: 577px;
}
@media (max-width:991px) {
  .collection-header-wrapper{
    display: flex;
    flex-direction: column;
    background:#d8dee2;
    background-image: url("/cdn/shop/files/woodgrain-3-m-t.png?v=1757340849");
    background-size: cover !important;
  
  }
  .collection-header-wrapper .col-md-6.hero{
    order:1;
  }
  .collection-header-wrapper .col-md-6.content{
    order:2;
    max-width: 90%;
    margin: 0 auto;
  }
}

.template-product .btn.klaviyo-bis-trigger{
  display: block !important;
}


.new.column-slider .new_grid__item {
  padding: 0 15px;
  display: flex;
}
.new.column-slider .new_grid__item .grid-inner {
  border: 1px solid #000;
  padding: 20px;
  color: #000000;
}
.new.column-slider .responsive-img {
  width: 100%;
  height: auto;
  display: block; /* removes inline gap under image */
}

/* Base: 1 column on small screens */
.new.column-slider .flickity-cell {
  width: 100%;
}

/* 2 columns */
@media (min-width: 576px) {
  .new.column-slider[data-columns="2"] .flickity-cell {
    width: 50%;
  }
}

/* 3 columns */
@media (min-width: 768px) {
  .new.column-slider[data-columns="3"] .flickity-cell {
    width: 33.3333%;
  }
}

/* 4 columns */
@media (min-width: 992px) {
  .new.column-slider[data-columns="4"] .flickity-cell {
    width: 25%;
  }
}

/* 5 columns */
@media (min-width: 1200px) {
  .new.column-slider[data-columns="5"] .flickity-cell {
    width: 20%;
  }
}

/* 6 columns */
@media (min-width: 1400px) {
  .new.column-slider[data-columns="6"] .flickity-cell {
    width: 16.6667%;
  }
}

.look-section-bg .image-wrap-new img{
  height: auto;
}
.footer__logo img{
  margin: 0 auto;
}