/** Shopify CDN: Minification failed

Line 9:23 "text-decaration" is not a known CSS property
Line 747:0 Unexpected "}"

**/
#MainContent a, 
#MainContent a:visited { color: var(--abc-green); }
#MainContent a:hover { text-decaration: none; }

.page-width--MEDIUM,
.page-width--medium { max-width: 1380px; }

.page-width--NARROW,
.page-width--narrow { max-width: 1024px; }

.hide-desktop { display: none; }

.section + .section { margin: 0 !important; }

.announcement-bar { }

.ac { text-align: center; }

#shopify-section-header { }

.hc_cd { z-index: 0; }

.header {
    display: grid;
    grid-template-areas: none;
    grid-template-columns: 1.2fr auto 1fr;
    align-items: center;
  padding-top: 1rem; 
  padding-bottom: 1rem; 
  height: 15rem; 
  box-sizing: border-box;
} 

@media screen and (max-width: 1780px) { 
  
  .header { padding-left: 9rem; padding-right: 9rem; }

}

#MainContent { margin-top: -15rem; position: relative; z-index: 0; }

@media screen and (max-width: 1250px) {
  /* Height of header */
  #MainContent { margin-top: -10rem;  }
}

@media screen and (max-width: 750px) {
  /* Height of header */
  #MainContent { margin-top: -7rem;  }
}

.template-product #MainContent { margin-top: 0; }

.menu-drawer-container.menu-opening { }

.header__heading, .header__heading-link,
.header__inline-menu,
.header__icons { grid-area: unset; }

.header-wrapper { border-top-right-radius: 11rem; z-index: 1; background-color: transparent;  }

.header__menu-item { font-weight: 500; font-size: 2rem; font-family: var(--font-heading-family); color: #000; text-decoration: none; }

.header__menu-item:hover { color: var(--abc-green); }

.header__menu-item > span,
.header__menu-item:hover > span{ text-decoration: none; }


.header__active-menu-item:hover { color: var(--abc-green); }

.header__submenu { background-color: #000; }

details[open]>.header__submenu { padding: 2rem; background-color: #000; width: 28rem;  }
details[open]>.header__menu-item { text-decoration: none; }
details[open]>.header__menu-item .icon-caret { display: none; }


.header__submenu .header__menu-item:hover {     text-decoration: none;
    cursor: pointer;
    color: var(--abc-green);
    transition: .2s ease-in-out; }

.header__submenu .list-menu__item--active {text-decoration: none;  }



.header__icons { column-gap: 1rem; justify-content: right; }
.header__icon,
.header__icon--cart{ background-color: #000; border-radius: 50%; width: 5.8rem; height: 5.8rem; }


.header__icon--cart { background-color: var(--abc-green); position: relative; }
.header__icon--cart svg { margin-top: 0.5rem; }

.cart-count-bubble { position: absolute; top: 5px; font-size: 1.2rem; }

.hero__bar { background-size: cover; border-radius: 0 11rem 0 11rem; background-color: #e1e1e1; height: 65rem; background-position: center; margin-left: 3rem; margin-right: 3rem; position: relative;}

.hero__bar.no__hero { height: 14rem; margin-bottom: 4rem; }
.hero__bar.video__hero { height: 85vh;}


.hero__bar__content { height: 100%; position: relative; z-index: 100; }
.hero__text  { height: 65rem; display: flex; align-items: normal; flex-direction: column; justify-content: center; }


.hero__text { text-align: center; }
.hero__inside__title { padding: 2rem 3rem; font-size: 5.6rem; background-color: var(--abc-black); display: inline-block; line-height: 1em; text-transform: uppercase; font-family: "Poppins";  letter-spacing: 0.1em; color: #fff; font-weight: 300; }
.hero__inside__text { margin: 0; background-color: #fff; color: var(--abc-black); display: inline-block; font-size: 1.7rem; padding: 1.5rem 2rem; }

.hero__video { position: absolute; left: 0; right: 0; bottom: 0; top: 0; object-fit: cover; z-index: -1; border-radius: 0 11rem 0 11rem;  }
.hero__video:after { content:""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,0.5); }

.hero__video__text { display: flex; position: relative; z-index: 9; height: 100%; align-items: center; justify-content: center; text-align: center; flex-direction: column;  }
.hero__video__text__content { }
.hero__video__text h1 { font-weight: 400; color: #fff; display: block; clear: both; margin-left: auto; margin-right: auto; margin-top: -15%;  }


.hero__bar.video__hero { background: #000; }

.hero__video--mobile { display: none; }

.top__line { position: relative; padding-bottom: 3.5rem; font-size: 5rem;  }

.top__line:before { content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); height: 3px; width: 15rem; background-color: var(--abc-green);  }

.word-container { font-size: 14rem; height: 14rem; line-height: 14rem; font-weight: 600; padding-top: 7rem; padding-bottom: 4rem; letter-spacing: -0.04em; }

.word-online {  }
/* .word-online:before { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); height: 3px; width: 10rem; background-color: var(--abc-green);  }
 */


.hero__video__text a.button,
.hero__video__text a.button:visited { font-weight: 400; font-size: 2rem; padding: 1rem 3.5rem; text-transform: uppercase; letter-spacing: 0.22em; color: #fff !important; }
.hero__video__text .button svg { margin-left: 1rem;  }


.tag__line {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
 }

.title__animation { }

.word-transition, .btn-transition {
    opacity: 0;
    position: absolute;
    transition: opacity 1s;
    left: 50%;
    transform: translateX(-50%);  
  white-space: nowrap;
}

.show {
    opacity: 1;
}

.word-container { 
    height: 12rem;
    position: relative;
  
}

    


.header__inline-menu .list-menu { color: #fff; }

#hc_cd_7644 { background-color: red; }

.hero__bar:before { position: absolute; top: 0; content:""; left: 0; right: 0; height: 13rem; z-index: 101; border-top-right-radius: 11rem; }

.hero__bar--black:before { background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 20.31%, rgba(0, 0, 0, 0.52) 72.92%, rgba(0, 0, 0, 0.01) 100%);  }
.hero__bar--white:before { background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 20.31%, rgba(255, 255, 255, 0.52) 72.92%, rgba(255, 255, 255, 0.01) 100%);  }

@media screen and (max-width: 1980px) {

  .top__line { font-size: 4rem; padding-bottom: 2rem; }
  .word-container { font-size: 9rem; height: 6rem; line-height: 9rem; padding-top: 4rem; }

  .hero__video__text .button { font-size: 1.8rem;}

}

@media screen and (max-width: 1250px) {
.hero__bar:before { border-top-right-radius: 0rem; }
}

@media screen and (max-width: 750px) {
.hero--default { display: none; }
.hero__video--mobile { display: block; }
  
  .hero__bar:before { height: 8rem; }
  
  .top__line { font-size: 3rem; padding-bottom: 2rem; }
  .word-container { font-size: 6rem; height: 2rem; line-height: 6rem; padding-top: 4rem; }

  .tag__line svg { max-width: 30rem; }

  .hero__video__text .button { font-weight: 400; font-size: 1.6rem; padding: 1rem 3rem; text-transform: uppercase; letter-spacing: 0.1em; }

  .hero__video__text h1 { margin-top: -40%; }
}

@media screen and (max-width: 480px) {

  
  .top__line { font-size: 2rem; padding-bottom: 3rem; }
  .word-container { font-size: 5rem; height: 5rem; line-height: 5rem; padding-top: 5rem; }

  .tag__line svg { max-width: 25rem; }

  /* .hero__video__text .button { width: 100%; padding-left: 0; padding-right: 0; } */

  
}



.header__submenu .header__menu-item { color: #fff; font-size: 1.6rem; }

/* DEFAULT BLACK LOGO = DEFAULT */
.header__heading-link svg path { fill: #000; }
.header__active-menu-item  { color: #000; }


/* White Logo */
.template-index .header__heading-link svg path,
.template-collection.template-double-roller-blinds .header__heading-link svg path,
.template-collection.template-roman-blinds .header__heading-link svg path,
.template-collection.template-aluminium-venetian-blinds .header__heading-link svg path,
.template-collection.template-roller-blinds .header__heading-link svg path{ fill: #fff; }

/* White Header Text */
.template-index .header__menu-item,
.template-index .header__active-menu-item,
.template-collection.template-double-roller-blinds .header__menu-item,
.template-collection.template-double-roller-blinds .header__active-menu-item,
.template-collection.template-roman-blinds .header__menu-item,
.template-collection.template-roman-blinds .header__active-menu-item,
.template-collection.template-aluminium-venetian-blinds .header__menu-item,
.template-collection.template-aluminium-venetian-blinds .header__active-menu-item,
.template-collection.template-roller-blinds .header__menu-item,
.template-collection.template-roller-blinds .header__active-menu-item{ color: #fff; }

/* WHITE HEADER TEXT */
/* .hero__bar--white .header-wrapper { background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 20.31%, rgba(255, 255, 255, 0.52) 72.92%, rgba(255, 255, 255, 0.01) 100%); }
.hero__bar--white .header__heading-link svg path { fill: #000; }

.hero__bar--white .header__menu-item:not(.header__submenu .header__menu-item),
.hero__bar--white .header__active-menu-item { color: #000; }

.hero__bar--white.no__hero .header-wrapper { background: #fff; } */

/* BLACK HEADER TEXT */
/* .hero__bar--black .header-wrapper { background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 20.31%, rgba(0, 0, 0, 0.52) 72.92%, rgba(0, 0, 0, 0.01) 100%); } 
.hero__bar--black .header__heading-link svg path { fill: #fff; }

.hero__bar--black .header__menu-item:not(.header__submenu .header__menu-item),
.hero__bar--black .header__active-menu-item { color: #fff; }
 */


/* .shopify-section-header-sticky { box-shadow: 5px 5px 5px rgba(0,0,0,.1); }
.shopify-section-header-sticky.header { min-height: 7rem; min-width: 100%; box-sizing: border-box; }

.shopify-section-header-sticky .header__heading-link svg { width: 20rem; }

.hero__bar--black .shopify-section-header-sticky .header__heading-link svg path { fill: #000; }

.hero__bar--black .shopify-section-header-sticky .header__menu-item:not(.header__submenu .header__menu-item), 
.hero__bar--black .shopify-section-header-sticky .header__active-menu-item,
.hero__bar--black .shopify-section-header-sticky .header__menu-item:not(.header__submenu .header__menu-item),
.hero__bar--black .shopify-section-header-sticky .header__active-menu-item { color: #000 !important; }
 */

.shopify-section-header-sticky { box-shadow: 5px 5px 5px rgba(0,0,0,.1);}

.shopify-section-header-sticky .list-menu > li a.header__menu-item,
.shopify-section-header-sticky .list-menu > li summary.header__menu-item { font-weight: 500; font-size: 2rem; font-family: var(--font-heading-family); color: #000; }

.shopify-section-header-sticky  .header__menu-item:hover { color: var(--abc-green) !important; }

.shopify-section-header-sticky .header__heading-link svg path { fill: #000 !important; }

.shopify-section-header-sticky .header { height: auto; }

.shopify-section-header-sticky .header__heading-link svg { max-width: 200px; }


.shopify-section-header-sticky .header__active-menu-item { color: var(--abc-green) !important; }

.shopify-section-header-sticky .header__submenu > li > a.header__menu-item { font-family: var(--font-heading-family); color: #fff; font-size: 1.6rem; }

                                                          
header-drawer { display: none; }

@media screen and (max-width: 1250px) { 

  .header-wrapper { border-top-right-radius: 0rem; }
  
  .hero__bar.video__hero,  
  .hero__video { border-radius: 0; }

  .hero__bar { margin-left: 0; margin-right: 0;  border-radius: 0;  }
  
  .header { grid-template-columns: 1.2fr auto 1.2fr; height: 10rem; padding-top: 0; padding-bottom: 0; }

  .header__heading,
  .header>.header__heading-link { order: 2; }
  
  .header__drawer { order: 1; }
  .header__icons { order: 3; padding-right: 2rem; }
  .header__inline-menu { order: 4; }
  
  header-drawer { display: block; }
 
  .header__inline-menu { display: none; }

  .header__icon, 
  .header__icon--cart { background-color: transparent; }

  .header__icon--cart svg { margin-top: 0;  }

  .i__search { }
  
  .i__search path,
  .header__icon--cart svg path { stroke: var(--abc-green); stroke-width: 1.8px; }

  .header__icons { column-gap: 0rem; }

  .header__icon--cart { height: auto; width: auto; border-radius: 0; }

  .header__heading-link svg { max-width: 20rem; }
  
}

@media screen and (max-width: 1080px) {

  .hero__bar.video__hero { height: 90vh; }

  .hero__video__text h1 { font-size: 5rem; }

  .header__heading-link svg { max-width: 20rem; }

  .hero__inside__title { font-size: 4.6rem; }

}

@media screen and (max-width: 750px) {

  .header { height: 7rem; }

  .header__heading-link svg { max-width: 14rem; }


  .shopify-section-header-sticky .header__heading-link svg  { max-width: 14rem; }
  
  .header.page-width { padding: 0; }

  .header__icon, .header__icon--cart { width: 4rem; height: 4rem; border-radius: 0; }



  .hero__bar { height: 30rem; }
  .hero__text { height: 30rem; }
  
  .hero__inside__title { font-size: 2.4rem; padding: 1.2rem 1.5rem; }
  .hero__inside__text { padding: 0.5rem; font-size: 1.4rem; }
  
  
}

.marketing__bar { position: relative; z-index: 10; background-color: #fff; }

.marketing__column { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; column-gap: 2rem; align-items: center; }

.marketing__info { display: flex; column-gap: 1.5rem; color: #000; align-items: center; }

.marketing__info svg { float: left; }

@media screen and (max-width: 1080px) {
  .marketing__column { grid-template-columns: 1fr 1fr; justify-content: center; row-gap: 1rem; }
  .marketing__info { font-size: 1.4rem; line-height: 1.3em; }
  .marketing__info svg { max-width: 3rem; }

  .marketing__bar .page-width { padding: 0; }
}




.product-grid .grid__item, .grid .grid__item { position: relative; }

.product-grid  .card__media .media img {  }

.percentage-sale-badge { width: 10rem; height: 10rem; border-radius: 50%; background-color: #fff; border: 1px solid var(--abc-green); text-align: center; display: block; position: absolute; top: 1rem; right: 1rem; z-index: 1; transform: scale(0.8); transform-origin: top right; }

.percentage-sale-badge > span:nth-child(1) { display: block; font-size: 3.7rem; line-height: 1em; font-family: "Poppins"; font-weight: 600; color: var(--abc-green); letter-spacing: -0.05em; margin-top: 27%; margin-bottom: -0.7rem; }

.percentage-sale-badge > span:nth-child(2) { line-height: 1em;  }

.product .percentage-sale-badge { transform: scale(1.2); }


.product-grid .card__information .full-unstyled-link {  font-family: "Poppins"; font-weight: 600; text-decoration: none; }

.product-grid .product-metafield-color { display: block; font-size: 1.9rem; text-transform: uppercase; letter-spacing: 0.07em; color: var(--abc-green); margin-bottom: 0.5rem; margin-top: 0.7rem; }

.product-grid .product-metafield-fabric { display: block; font-size: 1.2rem; font-weight: 300; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: -0.5rem; color: #000; }

.product-grid .price .price-item { margin-right: 0; }

.product-grid  .price--on-sale .price-item--regular { font-size: 1.3rem; color: var(--abc-light-grey); }

.product-grid  .price--on-sale .price-item--sale,
.product-grid  .price__regular { font-size: 1.6rem; font-weight: 600; }

.product-grid  .card--standard>.card__content { padding-left: 9rem; position: relative; height: 10rem; box-sizing: border-box;}

.product-grid .sample__pattern { position: absolute; left: 0; top: 2rem; border-radius: 0 2rem; }




.product-sample { padding: 1rem; font-size: 1.3rem; padding: 0.6rem 1.2rem; font-size: 1.2rem; bottom: 10rem; color: #000; text-transform: uppercase; border-bottom: 2px solid var(--abc-green); letter-spacing: 0.1em; }



.cart-drawer { }

.drawer__header { }

.drawer__inner {  background: #fff; box-shadow: 0px 0px 50px rgba(0,0,0,0.1); box-sizing: border-box;
               width: 60rem; padding: 4rem; 
               }

#Details-CartDrawer { margin-bottom: 2rem; }
.drawer__footer summary { padding: 2rem 0; }

.cart-drawer .cart-item { grid-template-columns: 10rem 2.5fr 1fr; }

.cart-drawer .cart-items .cart-item__quantity { grid-column: 2 / 3; }
.cart-drawer .cart-items .cart-item__remove { grid-column: 4 / 5;}


.cart-item cart-remove-button { margin: 0; }

cart-remove-button .button { background-color: #fff; }




.h1, .h2, .h3, h1, h2, h3 { color: #000;  }

.h1, h1 { font-size: 5rem; margin-top: 0; }

.h2, h2 { font-size: 4.5rem; }

.h3, h3 { font-size: 2.8rem; }

.totals__subtotal.h2,
.totals__subtotal-value { font-size: 3rem; }
.cart-drawer__footer { margin-bottom: 3rem; }



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

.product-custom-price {   }


.product-custom-price .price { font-size: 3.5rem; color: var(--abc-green); }

.product-custom-price .calc-before-discount { font-size: 2rem; color: #ccc; }

.product__price__button__column { display: grid; grid-template-columns: 1fr 1fr; align-items:center; background-color: #f1f1f1; padding: 3rem; }

@media screen and (max-width: 990px) {
  
  .product__price__button__column { grid-template-columns: 1fr; text-align: center;  }

  .fixed-btn-price { margin-bottom: 1rem; }


}

.left-content-section  { margin-top: 4rem; }

.product__description {  }

.check__list {
    list-style: none;
    margin: 4rem 0 4rem 0rem;
    padding: 0;
}


.check__list li { position: relative; padding-left: 4.5rem; margin-bottom: 0.7rem; }

.check__list li:before {
    position: absolute;
    left: 0;
    top: 0.3rem;
    display: block;
    width: 2.7rem;
    height: 2rem;
    content: "";
    background-image: url('data:image/svg+xml,<svg width="27" height="20" viewBox="0 0 27 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M25.5 1L8.74996 17.75L0.999952 9.99998" stroke="%239DBA37" stroke-width="2"/></svg>');
}

.layout-left-nav { display: grid; grid-template-columns: 30rem auto; max-width: 150rem; margin: 0 auto; column-gap: 6rem; }

.layout-left-nav p { margin-bottom: 3rem; }

.layout-left-nav ul { margin: 3rem 0; }

.left-menu { display: block; margin: 0; padding: 0; list-style-type: none; }

.left-menu li { margin: 0; padding: 0; display: block; padding: 1rem 2rem; }

.left-menu li.active-page { background-color: var(--abc-green); padding: 1.5rem 2rem; border-radius: 0 2.5rem 0 2.5rem; color: #fff; }

.left-menu li a { font-weight: 500; color: #000; font-size: 1.8rem;  }

.left-menu li a:hover { color: var(--abc-green); }

.left-menu li.active-page a { color: #fff !important; }
.left-menu li.active-page a:hover { color: #000; }

.layout-left-nav details { border: 1px solid var(--abc-border-color); margin: 2rem 0; display: none; }

.layout-left-nav summary { padding: 1rem 2rem; }


.layout-left-nav h1 { position: relative; margin-bottom: 2.5rem; padding-bottom: 2rem; }
.layout-left-nav h1:after { position: absolute; content:""; position: absolute; bottom: 0; left: 0; width: 7rem; height: 2px; background-color: var(--abc-green); }

.layout-left-nav h2 { font-size: 3.8rem; }

.layout-left-nav h3 { font-size: 3rem; }

.left-menu-mobile-list,
.left-menu-mobile-list li { display: block; margin: 0; padding: 0; list-style-type: none; }

.left-menu-mobile-list li { padding: 1rem 2rem; }

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1250px) { 

  .layout-left-nav { grid-template-columns: 1fr; }

  .left-menu { display: none; }

  .layout-left-nav details { display: block; }


}

@media screen and (max-width: 750px) {

  .check__list { padding-left: 0 !important; }

  .check__list li { padding-left: 3.5rem; }

  .check__list li:before {
   transform: scale(0.8);
    transform-origin: left;
  }

}

.icon__features { display: flex; margin: 3rem 0 0 0 ; padding: 0  !important; list-style-type: none; column-gap: 2rem; }
.icon__features li { margin: 0; padding: 0; }
.icon__features li img { border: 0; }

@media screen and (max-width: 750px) {
  .icon__features { column-gap: 1rem; justify-content: center; }  
  .icon__features li img { max-width: 7rem;  }
}

.sample__box { display:flex; column-gap: 1rem; align-items: center; }

.sample__box button[type="submit"] { background-color: #fff; color: #000; border: 0; padding-left: 0.2rem; padding-right: 0.2rem; }
.sample__box button[type="submit"]:hover { background-color: #fff; color: var(--abc-green); border: 0; outline: none; }

.sample__box button[type="submit"]:after { box-shadow: none; }

.product__view__buttons { margin-bottom: 0; }

.mobile-facets__open-wrapper { width: 100%; }

.mobile-facets__wrapper { display: none; border: 2px solid var(--abc-border-color); }

.mobile-facets__open { padding: 0 2rem;  }

.mobile-facets__open-label { height: 5rem; line-height: 5rem; color: #000; }

@media screen and (max-width: 1250px) { 

  .mobile-facets__wrapper { display: block; }

  .facets-vertical .facets-wrapper { padding-right: 0; }

}


.product-swatches {}


@media screen and (max-width: 990px) {

  .h1, h1 { font-size: 4rem; }

  .h2, h2 { font-size: 3.5rem; }
  
  .grid--4-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) * 1 / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) * 1 / 2);
  }

  .facets__form-vertical,
  .product-count { display: none; }

  .grid--2-col-tablet .grid__item { width: 100%; }

  

}

@media screen and (min-width: 991px) and (max-width: 1449px) {
  .grid--4-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 /3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .facets__form-vertical,
  .product-count { display: none; }

  .facets-vertical { display: block; }


}


@media screen and (min-width: 1450px) {
.grid--4-col-desktop .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }
}

[class^="section-template"] { background-color: #fff; }

/* Remove homepage 3 column margin */
#Slider-template--21497959350582__0884b062-6d17-4f4f-ad37-a26c669ced34 { margin-top: 0; } 



footer { font-size: 1.6rem; color: var(--abc-black); } 
.footer__columns { display: grid; grid-template-columns: auto 17.5rem auto; column-gap: 4rem; padding-top: 7rem; padding-bottom: 5rem; }
.footer__columns .item:nth-child(1) { padding-right: 4rem; }
.footer__phone__columns { display: grid; grid-template-columns: 9rem auto; }
.footer__phone { margin-top: -1.5rem; color: var(--abc-green); font-family: var(--font-heading-family); font-size: 5rem; display: block; }
.footer__hours { margin-top: -1.5rem; display: block; margin-bottom: 1rem; }
.footer__logo { margin-top: 1rem; }
.footer__copyright { text-align: center; border-top: 1px solid var(--abc-green); height: 11rem; display: flex; align-items: center; justify-content: center; }
.footer__copyright .footer__social { order: 2; }
.footer__social { margin: 1rem 2rem 0 2rem; display: flex; column-gap: 1rem; }
.footer__social a { text-decoration: none; }

.page-left-nav { background: red ; }

@media screen and (max-width: 1180px) {

  .footer__columns { display: none; }
  
  .footer__copyright { display: block; border-top: 0; height: auto; padding: 2rem 1rem; font-size: 1.3rem; }
  
  .footer__social { justify-content: center; }
}
  


@media screen and (max-width: 750px) {

  .h1, h1 { font-size: 3.5rem; }

  .h2, h2 { font-size: 3rem; }

  #product-grid { margin-left: 1rem; margin-right: 1rem; }

}


@media screen and (max-width: 650px) {

  #product-grid { margin: 0; column-gap: 1rem;
                
                }

  .product-grid .product-metafield-color { font-size: 1.4rem; }

  .product-grid .product-metafield-fabric { font-size: 1.3rem; letter-spacing: 0; }
  
  .product-grid .price--on-sale .price-item--sale, .product-grid .price__regular { font-size: 1.4rem; letter-spacing: 0; }

  .product-grid .card--standard>.card__content { padding-left: 0; }

  .product-grid .sample__pattern { right: 0; left: auto; width: 5rem; height: 5rem; top: -2.5rem;  }

  .product-sample { font-size: 1.1rem; letter-spacing: 0; padding: 0 0.6rem; display: none; }

  .grid--2-col { width: 100%; }
  .grid--4-col-desktop .grid__item {
      /* width: calc(50% - var(--grid-desktop-horizontal-spacing) * 1 / 2);
      max-width: calc(50% - var(--grid-desktop-horizontal-spacing) * 1 / 2); */
      width: calc(50% - 0.5rem); 
      max-width: calc(50% - 0.5rem);
    }
  }
}





.button.button--secondary {
  background-color: #fff !important;
  border: 2px solid var(--abc-border-color);
  color: #000;
}

.button.button--secondary:hover { background-color: var(--abc-green); color: #fff; }

.button:before, .shopify-challenge__button:before, .customer button:before, .shopify-payment-button__button--unbranded:before, .shopify-payment-button [role=button]:before, .cart__dynamic-checkout-buttons [role=button]:before,
.button:after, .shopify-challenge__button:after, .customer button:after, .shopify-payment-button__button--unbranded:after,
.button:not([disabled]):hover:after, .shopify-challenge__button:hover:after, .customer button:hover:after, .shopify-payment-button__button--unbranded:hover:after

{ box-shadow: none; }




.shopify-policy__container { margin-top: 18rem; max-width: 1024px; }

.shopify-policy__title { display: none; }