/** Shopify CDN: Minification failed

Line 935:3 Unexpected "{"
Line 2216:16 Expected identifier but found "("

**/
/* TEMP (no e-com) */
@media (max-width: 990px) {
  .header {
      grid-template-columns: 1fr 1fr!important;
  }
  .header__heading {
      justify-self: right!important;
  }
}
/* DEFAULTS */
body, .color-background-1, .color-background-2, .color-inverse {
  color: rgb(var(--color-foreground));
}
.page-width {
  max-width: 100%;
  padding: 0 3rem;
}
.v-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.v-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.text-center {
  text-align: center;
}
.color-background-1, .color-background-2, .color-inverse {
  color: rgb(var(--color-foreground))!important;
}
h1 {
  font-size: 5.8rem;
  line-height: 1em;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 .2em;
}
.h-shadow,
.main-page-title,
.main-blog .title--primary,
.article-template__title {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
h2 {
  font-size: 5rem;
  line-height: .9em;
  font-weight: 900;
  letter-spacing: .1em;
  margin: 0 0 .3em;
}
h3,
.blog-articles .card__heading {
  font-size: 2.1rem;
  margin: 0 0 .2em;
  text-transform: uppercase;
  letter-spacing: .1em;
}
h4 {
  font-size: 2.7rem;
  line-height: 1.1em;
  margin-top: 0;
}
p,
variant-radios .form__label,
product-info,
.pickup-availability-button,
.article-template__content li {
  font-size: 1.8rem;
  line-height: 1.5em;
  margin-top: 0;
}
.button-row {
  margin: .5em -.5em 0;
}
.button,
.hero-home .slide-item a span,
.collection-title,
product-info .product__text,
product-info .price__container,
product-info .shopify-payment-button__button--unbranded,
.gallery-filter-cat,
.gallery-item-title,
.gfb__footer .action {
  font-size: 2rem;
  line-height: 1em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  text-align: center;
}
.button,
.shopify-payment-button__button {
  padding: 15px 30px 17px;
  border: 4px solid rgb(var(--color-button));
  -webkit-transition: .3s ease-in-out!important;
  transition: .3s ease-in-out!important;
}
.gfb__footer .action {
  margin-top: 15px!important;
  padding: 15px 30px 17px!important;
  font-size: 2rem!important;
  line-height: 1em!important;
  font-weight: 800!important;
  text-transform: uppercase!important;
  letter-spacing: .1em;
  text-align: center!important;
  border: 4px solid rgb(var(--color-button))!important;
  border-radius: 0!important;
  -webkit-transition: .3s ease-in-out!important;
  transition: .3s ease-in-out!important;
}
.lightbox .gfb__footer .action {
  border-color: rgb(var(--color-secondary-button-text))!important;
}
.button-row .button {
  margin: .2em .5em;
}
.button-row.full-width-true .button {
  width: 100%;
}
.button:hover {
  color: rgb(var(--color-foreground));
  letter-spacing: .12em;
  background-color: rgba(var(--color-button),0);
}
.button--secondary {
  color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-secondary-button-text),0);
  border: 4px solid rgb(var(--color-secondary-button-text));
}
.button--secondary:hover {
  color: rgb(var(--color-background))!important;
  background-color: rgba(var(--color-secondary-button-text),1)!important;
}
.button-alt {
  color: rgb(var(--color-background));
  background-color: rgb(var(--color-foreground));
  border-color: rgb(var(--color-foreground));
}
.button-sm {
  padding: 10px 20px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .2em!important;
}
.button:before,
.button:after {
  display: none!important;
}
button.shopify-payment-button__button--unbranded {
  min-height: calc(5.5rem + var(--buttons-border-width)* 2);
}
strong {
  font-weight: bold!important;
}
.large {
  font-size: 1.2em;
  line-height: 1.1em;
}
small {
  display: block;
  font-size: .7em;
  line-height: 1.4em;
}
.lowercase {
  text-transform: none;
}
.main-page-title,
.main-blog .title--primary {
  margin-bottom: .2em!important;
  text-align: center;
  font-weight: 900!important;
}
.main-page-title + .rte {
  max-width: 1200px;
  margin: 10px auto 60px;
  text-align: center;
}
.content p a:not(.button),
.content ul a:not(.button) {
  color: rgb(var(--color-button));
}
@media screen and (max-width: 1300px) {
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1150px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3.5rem;
  }
}
@media (max-width: 1000px) {
  .page-width {
    padding-left: 3rem!important;
    padding-right: 3rem!important;
  }
  br.res {
    display: none;
  }
}
/*@media (min-width: 800px) {
  .hero-home .content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}*/
@media (max-width: 800px) {
  .v-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 550px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.7rem;
  }
  h3 {
    font-size: 1.9rem;
  }
  h4 {
    font-size: 2.2rem;
  }
  p,
  pickup-availability-preview button {
    font-size: 1.7rem;
  }
  .button,
  .shopify-payment-button__button {
    font-size: 1.6rem;
    padding: 10px 20px 12px;
    border-width: 3px;
  }
}
/* HEADER */
.section-header.shopify-section-group-header-group {
  z-index: 100;
}
header nav {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
}
header nav ul {
  display: flex;
  margin: 0;
  padding-left: 0;
}
header .menu-center {
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
header .menu-center.centered {
  opacity: 1;
}
header nav li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style-type: none;
  padding: 0 15px;
  line-height: 1em;
}
header nav a {
  font-size: 1.8rem!important;
}
header nav li a:not(.button) {
  position: relative;
  padding: 0!important;
  color: #000!important;
  text-decoration: none;
}
header nav li a:not(.button):after {
  content: '';
  position: absolute;
  left: 0; bottom: -5px;
  width: 0;
  height: 3px;
  background-color: rgb(var(--color-button));
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
header nav li a:hover {
  text-decoration: none!important;
}
header nav li a:not(.button):hover:after {
  width: 100%;
}
header nav li a,
header nav li a span {
  text-decoration: none!important;
}
/* mobile menu */
header-drawer {
  margin-left: 0!important;
}
#menu-btn {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-top: 7px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#menu-btn span {
  display: block;
  position: absolute;
  left: 9px;
  height: 4px;
  width: 30px;
  background-color: rgb(var(--color-foreground));
  opacity: 1;
  border-radius: 3px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  transition-delay: .3s;
}
#menu-btn:hover span,
.menu-open #menu-btn span {
	background-color: rgb(var(--color-button));
}
#menu-btn span:nth-child(1) {
	top: 6px;
}
#menu-btn span:nth-child(2),
#menu-btn span:nth-child(3) {
	top: 15px;
}
#menu-btn span:nth-child(4) {
	top: 24px;
}
.menu-open #menu-btn span:nth-child(1) {
	top: 12px;
	width: 0%;
	left: 50%;
}
.menu-open #menu-btn span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu-open #menu-btn span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.menu-open #menu-btn span:nth-child(4) {
	top: 12px;
	width: 0%;
	left: 50%;
}
.mobile-nav-right {
  justify-content: flex-end;
}
.header__icon--cart {
  margin-right: 0!important;
}
.header__icon .icon {
  width: 3rem!important;
  height: 3rem!important;
}
.js .menu-drawer {
  -webkit-transition: .4s ease-in-out!important;
  transition: .4s ease-in-out!important;
}
.menu-drawer .list-menu {
  flex-direction: column;
}
.menu-drawer .list-menu li,
.menu-drawer .list-menu li a:not(.button) {
  display: inline-block;
  background: none!important;
}
.menu-drawer .list-menu li {
  margin-bottom: .8em!important;
  padding-left: 25px!important;
}
.menu-drawer .list-menu li .button {
  margin-top: 1rem;
}
.menu-drawer__utility-links {
  background-color: rgb(var(--color-button))!important;
}
.menu-drawer .list-social {
    justify-content: center!important;
}
.menu-drawer .list-social__link {
  padding: 4px!important;
  color: rgb(var(--color-background))!important;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.menu-drawer .list-social__item .icon {
    height: 2.7rem;
    width: 2.7rem;
}
.menu-drawer .list-social__link:hover {
  color: rgb(var(--color-background));
}
@media screen and (max-width: 1200px) {
  header .menu-left {
    width: auto!important;
  }
  header nav li {
    padding: 0 7px;
  }
}
@media screen and (min-width: 989px) {
  .header__heading-logo-wrapper-mobile,
  .mobile-nav-right {
    display: none;
  }
}
@media screen and (max-width: 990px) {
  .header {
    padding-left: 1.5rem!important;
    padding-right: 1.5rem!important;
  }
  .header__heading-logo-wrapper,
  .header__inline-menu {
    display: none!important;
  }
  .header__heading-link {
    justify-self: flex-end;
  }
  .header__icon--account {
    display: flex!important;
  }
}
/* HOME */
/* hero */
.hero-home > .flex,
.image-with-text > .flex {
  justify-content: flex-start;
}
.hero-home .slider-wrap,
.hero-home .img-wrap,
.hero .img-wrap,
.image-with-text .img-wrap {
  width: 45%;
}
.hero-home .content,
.image-with-text:not(.featured) .content {
  width: 50%;
  padding-right: 10%;
}
.slider {
  position: relative;
}
.slick-slide {
  overflow: hidden;
}
.slick-initialized .slick-slide {
  display: flex!important;
}
.slider .slick-arrow {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  visibility: hidden;
  max-height: 0;
}
.hero-home .slider .slick-arrow:after,
.text-with-slider .slider .slick-arrow:after,
.full-width-slider .slider .slick-arrow:after {
  content: url(//selectsurfaces.com/cdn/shop/t/10/assets/arrow.svg?v=99316816157360293331781019758);
  position: absolute;
  left: 30px;
  bottom: 88px;
  padding: 3px 5px;
  margin-left: 0;
  z-index: 1;
  color: rgb(var(--color-background))!important;
  font-size: 0;
  line-height: 1em;
  border: 2px solid rgb(var(--color-background));
  visibility: visible;
  cursor: pointer;
}
.slick-prev:after {
  transform: rotate(180deg);
}
.hero-home .slick-next:after,
.text-with-slider .slick-next:after,
.full-width-slider .slick-next:after {
  transform: translateX(calc(100% + 8px));
}
.hero-home .slick-prev:hover:after,
.testimonials .slick-prev:hover:after,
.text-with-slider .slick-prev:hover:after,
.full-width-slider .slick-prev:hover:after {
  margin-left: -1px!important;
}
.hero-home .slick-next:hover:after,
.testimonials .slick-next:hover:after,
.text-with-slider .slick-next:hover:after,
.full-width-slider .slick-next:hover:after {
  margin-left: 1px!important;
}
.hero-home .slide-item,
.text-with-slider .slide-item {
  min-height: 580px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.hero-home .slide-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  padding: 40px 30px;
  background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 25%);
}
.hero-home .slider a {
  position: relative;
  left: 30px;
  color: rgb(var(--color-background))!important;
  line-height: 1.1em;
  text-decoration: none;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.hero-home .slider .slick-active a {
  left: 0;
}
.hero-home p {
  font-size: 1.8rem;
}
@media screen and (max-width: 800px) {
  .hero-home > .flex,
  .image-with-text > .flex,
  .text-with-slider > .flex,
  .featured-products > .flex,
  .swatch-collage > .flex,
  .locations > .flex,
  .hero > .flex {
    flex-wrap: wrap;
  }
  .hero .content,
  .text-with-slider content,
  .text-with-slider .slider-wrap {
    width: 100%!important;
  } 
  .hero-home .slider-wrap,
  .hero-home .img-wrap,
  .hero .img-wrap,
  .hero-home .content,
  .image-with-text .img-wrap,
  .image-with-text .content,
  .text-with-slider .content,
  .featured-products .content,
  .scroll-gallery.scroll,
  .swatch-collage .content,
  .swatch-collage .collage,
  .locations .content,
  .locations .map-wrap {
    width: 100%!important;
    padding-right: 0;
  }
  .hero-home .slider-wrap,
  .hero-home .img-wrap,
  .hero .img-wrap,
  .image-with-text .img-wrap,
  .text-with-slider .slider-wrap,
  .full-width-slider .slider-wrap {
    max-height: 400px;
  }
  .hero-home .slide-item,
  .text-with-slider .slide-item {
    min-height: 400px;
  }
}
@media screen and (max-width: 500px) {
  .hero-home .slider .slick-arrow {
    top: 135px;
    bottom: auto;
  }
}
@media (min-width: 800px) and (max-width: 1000px) {
  .hero-home .slider .slick-arrow {
    top: 135px;
    bottom: auto;
  }
}
/* featured products */
.featured-products > .flex {
  justify-content: flex-end;
}
.featured-products .content,
.locations .content,
.hero .content {
  width: 35%;
}
.featured-products .heading {
  justify-content: flex-start
}
.featured-products .title {
  margin: 0;
}
.featured-products .brand-link {
  text-decoration: none;
}
.featured-products .brand-link:hover .title h2 {
  color: rgb(var(--color-secondary-button-text));
  text-decoration: underline;
}
.featured-products .heading .img {
  max-width: 160px;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 2px solid rgb(var(--color-foreground));
}
.featured-products .content .desc {
  margin-top: 1em; 
}
.scroll-gallery {
  position: relative;
}
.scroll-gallery.scroll,
.locations .map-wrap {
  width: 55%;
}
.scroll-gallery.scroll {
  overflow: hidden;
  overflow-x: scroll;
}
.scroll-gallery.scroll:not(.wide) {
  cursor: ew-resize;
}
.template-product-surfaces .scroll-gallery {
  width: 100%;
}
.scroll-gallery.scroll:hover {
  margin-bottom: -7px;
}
.scroll-gallery.scroll::-webkit-scrollbar {
  height: 0;
}
.scroll-gallery.scroll:hover::-webkit-scrollbar {
  height: 7px;
}
.scroll-gallery.scroll::-webkit-scrollbar-track {
  background: rgb(var(--color-background));
}
.scroll-gallery.wide.scroll::-webkit-scrollbar-track,
.scroll-gallery.wide .scroll-gallery-item {
  background-color: #FFF; 
}
.scroll-gallery.scroll::-webkit-scrollbar-thumb {
  background: rgb(var(--color-button));
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.scroll-gallery-item,
.scroll-gallery-overlay {
  position: relative;
  min-height: 500px;
  min-width: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.scroll-gallery.wide .scroll-gallery-item,
.scroll-gallery.wide .scroll-gallery-overlay {
  min-width: 350px;
}
.scroll-gallery.wide .scroll-gallery-item {
  background-size: contain;
}
.scroll-gallery-overlay,
.scroll-gallery-overlay .content {
  position: absolute;
  top: 0; bottom: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.scroll-gallery-overlay .content {
  z-index: 2;
  background: linear-gradient(0deg, rgba(26, 36, 40, 0.50) 0%, rgba(26, 36, 40, 0.50) 100%) no-repeat;
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.scroll-gallery-item.closing .scroll-gallery-overlay .content {
  padding: 0 20px;
  background: rgb(var(--color-foreground));
}
.scroll-gallery-item:hover .scroll-gallery-overlay,
.scroll-gallery-item:hover .content,
.scroll-gallery-item.closing .scroll-gallery-overlay,
.scroll-gallery-item.closing .content{
  opacity: 1;
}
.scroll-gallery-overlay a {
  position: relative;
  top: 10px;
  margin: 0 auto;
  text-decoration: none;
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
}
.scroll-gallery:not(.wide) .scroll-gallery-overlay a {
  display: inline-block;
}
.scroll-gallery-item:hover a {
  top: 0;
}
.scroll-gallery-overlay p {
  position: relative;
  top: 0;
  display: inline-block;
  margin-bottom: 0;
  padding: 10px;
  color: #FFF;
  font-size: 1.6rem;
  line-height: 1.1em;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}
.scroll-gallery-overlay p {
  position: relative;
  top: 0;
  display: inline-block;
  margin-bottom: 0;
  padding: 10px;
  color: #FFF;
  font-size: 1.6rem;
  line-height: 1.1em;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}
.scroll-gallery-overlay a:hover p {
  top: -2px;
}
.scroll-gallery-overlay strong,
.scroll-gallery-item.closing .scroll-gallery-overlay p {
  color: #FFF;
  font-size: 2rem;
}
.scroll-gallery-overlay .product-buttons {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
}
.scroll-gallery-item button {
  justify-content: flex-start;
  text-transform: none;
  background-color: rgb(var(--color-secondary-button-text)); 
}
.scroll-gallery-item .quick-add__submit {
  padding: 8px 12% 10px;
}
.scroll-gallery-item .quick-add button {
  color: rgb(var(--color-background));;
  background: none;
}
.scroll-gallery-item .quick-add button:hover ,
.scroll-gallery-item product-form button {
  color: rgb(var(--color-foreground));
}
.scroll-gallery-item product-form button:hover {
  color: rgb(var(--color-secondary-button-text));
}
.scroll-gallery-item.closing .button-row {
  text-align: center!important;
}
.scroll-gallery-item.closing .button {
  color: rgb(var(--color-background))!important;
  margin-left: 0;
  margin-right: 0;
}
.scroll-gallery-item .vendor-logo {
  width: 75%;
  max-width: 200px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 800px) and (max-width: 1400px) {
  .featured-products .heading {
    flex-direction: column;
    justify-content: flex-start!important;
  }
  .featured-products .heading .img {
    margin: 0 0 30px!important;
    padding: 0  0 30px 30px!important;
    border-right: none;
    border-bottom: 2px solid rgb(var(--color-foreground));
  }
  .section-featured-products:nth-of-type(odd) .featured-products .heading .img {
    margin-left: auto!important;
  }
  .section-featured-products:nth-of-type(even) .featured-products .heading .img {
    padding: 0  30px 30px 0!important;
  }
  .section-featured-products:nth-of-type(odd) .featured-products .heading .title {
    text-align: right;
  }
}
@media screen and (min-width: 800px) {
  .section-featured-products:nth-of-type(odd) .featured-products > .flex {
    flex-direction: row-reverse;
  }
  .section-featured-products:nth-of-type(odd) .featured-products .heading {
    justify-content: flex-end;
  }
  .section-featured-products:nth-of-type(odd) .featured-products .content h3,
  .section-featured-products:nth-of-type(odd) .featured-products .content h4,
  .section-featured-products:nth-of-type(odd) .featured-products .content .desc,
  .section-featured-products:nth-of-type(odd) .featured-products .content .button-row {
    text-align: right; 
  }
}
@media screen and (max-width: 800px) {
  .template-home .featured-products > .flex {
    flex-direction: column-reverse;
  }
  .featured-products .brand-link .title h2 {
    text-decoration: underline;
  }
  .scroll-gallery-item .scroll-gallery-overlay,
  .scroll-gallery-item .content {
    opacity: 1;
  }
  .scroll-gallery.scroll {
    margin-bottom: 0;
  }
  .scroll-gallery.scroll::-webkit-scrollbar {
    height: 7px;
  }
}
@media screen and (max-width: 450px) {
  .featured-products .heading .img {
      max-width: 100px;
  }
}
/* image with text */
section.section-image-with-text-theme:last-child {
  margin-bottom: 30px;
}
.section-featured-product .image-with-text {
  height: 100%;
  max-height: 1000px;
  overflow: hidden;
  -webkit-transition: .7s ease-in-out;
  transition: .7s ease-in-out;
}
.section-featured-product .image-with-text:not(.show) {
  max-height: 0;
  opacity: 0;
}
.image-with-text.featured .img-wrap {
  width: 60%;
}
.image-with-text .img-wrap {
  padding-left: 3rem;
}
.image-with-text .img,
.hero-home .img-wrap .img,
.hero .img {
  display: block;
  flex: 1;
  min-height: 450px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.image-with-text.featured .content {
  width: 40%
}
.image-with-text.featured .img-wrap + .content {
  width: 30%;
}
.section-outline + .section-image-with-text-theme {
  margin: 15px 0 30px;
}
.section-steps + .section-image-with-text-theme {
  margin: 30px 0;
}
.section-steps + .section-image-with-text-theme .image-with-text {
  margin-left: 0;
}
@media screen and (min-width: 800px) {
  .image-with-text > .flex.reverse {
    flex-direction: row-reverse;
  }
  .image-with-text > .flex.reverse .img-wrap {
    padding-left: 0;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 800px) {
  .image-with-text .img-wrap {
    padding-left: 0rem;
  }
  .image-with-text .img,
  .hero-home .img-wrap .img,
  .hero .img,
  .text-with-slider .slide-item,
   {
    min-height: 300px;
  }
  .section-swatch-collage + .section-image-with-text-theme .image-with-text > .flex {
    flex-direction: column-reverse;
  }
}
/* text with slider */
.text-with-slider .content {
  width: 45%;
}
.text-with-slider .slider-wrap {
  width: 50%;
}
.text-with-slider .slick-list {
  padding-right: 100px;
}
.text-with-slider .slider .slick-arrow:after,
.full-width-slider .slider .slick-arrow:after {
  content: url(//selectsurfaces.com/cdn/shop/t/10/assets/arrow-blue.svg?v=160805320289697851301781019758);
  left: 20px;
  bottom: 18px;
  padding: 5px 7px;
  background-color: rgb(var(--color-background));
}
/* full width slider */
.section-swatch-collage + .section-full-width-slider {
  margin-top: -20px;
}
.full-width-slider .slide-item {
  height: 625px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.full-width-slider .slide-item img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 800px) {
  .full-width-slider .slide-item {
    height: 300px;
  }
}
/* reviews */
.section-border {
  padding-top: 15px;
  padding-bottom: 15px;
}
.section-border > .flex {
  border: 4px solid rgb(var(--color-button));
}
.template-product-surfaces .reviews {
  margin: 15px;
}
.reviews .content {
  width: 30%;
  margin: 0 auto;
  padding-left: 0!important;
  padding-right: 0!important;
}
.reviews p {
  color: rgb(var(--color-foreground));
}
.reviews .review-stars {
  justify-content: flex-start;
  margin-top: 30px;
}
.reviews .review-stars img {
  width: 50px;
  height: auto;
  margin-right: 8px;
}
.reviews .slider-wrap {
  width: 60%;
  padding-right: 10%;
}
.reviews .slide-content {
  justify-content: flex-start;
}
.reviews .name {
  margin-top: 20px;
}
.reviews .slider button {
  left: auto;
  right: 0;
  bottom: 50px;
}
.reviews .slider button:after {
  content: '';
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  margin-left: 0;
  padding: 10px;
  z-index: 1;
  color: rgb(var(--color-background))!important;
  font-size: 0;
  line-height: 1em;
  background-color: rgb(var(--color-button));
  background-image: url(//selectsurfaces.com/cdn/shop/t/10/assets/arrow.svg?v=99316816157360293331781019758);
  background-repeat: no-repeat;
  background-position: 63% center;
  background-size: 30px 30px;
  border-radius: 50%;
  visibility: visible;
  cursor: pointer;
}
.reviews.color-alt-2 .slider button:after {
  background-image: url(//selectsurfaces.com/cdn/shop/t/10/assets/arrow-blue.svg?v=160805320289697851301781019758);
}
.reviews .slider .slick-prev:after {
  right: 58px;
}
.reviews .slider .slick-prev:hover:after {
  right: 59px;
}
.reviews .slider .slick-next:hover:after {
  right: -1px;
}
@media screen and (max-width: 1000px) {
  .reviews > .flex {
    flex-wrap: wrap;
    padding: 0 30px;
  }
  .reviews .content,
  .reviews .slider-wrap {
    width: 100%;
    padding-bottom: 50px;
  }
  .reviews .content {
    text-align: center;
  }
  .reviews .review-stars {
    justify-content: center;
  }
  .reviews .slider-wrap {
    padding-top: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 550px) {
  .reviews .review-stars img {
      width: 30px;
  }
}
/* collage */
.swatch-collage {
  margin-bottom: 20px;
}
.swatch-collage.align-left > .flex {
  flex-direction: row-reverse;
}
.swatch-collage .content,
.swatch-collage .collage {
  width: 45%;
}
.swatch-collage .collage {
  position: relative;
}
.swatch-collage .collage h2 {
  display: none;
}
.swatch-collage .img {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.swatch-collage .img-bg {
  position: relative;
  padding: 0 3rem 50px 100px;
  z-index: 1;
}
.swatch-collage.align-left .img-bg {
  padding: 0 100px 50px 3rem;
}
.swatch-collage .img-bg.no-swatches {
  padding-left: 3rem;
}
.swatch-collage.align-left .img-bg.no-swatches {
  padding-right: 3rem;
}
.swatch-collage .img-bg .img {
  width: 100%;
  height: 400px;
  margin-bottom: -1px;
}
.collage-swatches {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.swatch-collage.align-left .collage-swatches,
.swatch-collage-3 .collage-swatches {
  left: auto;
  right: 0;
}
.collage-swatch {
  display: block!important;
  width: 180px;
  height: 180px;
  margin: 0 0 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: 0px 0px 10px 3px rgba(0,0,0,.4);
}
.swatch-collage.align-left .collage-swatch {
  margin: 0 20px 20px 0;
}
.swatch-collage .border {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 240px;
  border: 4px solid rgb(var(--color-secondary-button-text));
  border-right: none;
}
.swatch-collage.align-left .border {
  border-right: 4px solid rgb(var(--color-secondary-button-text));
  border-left: none;
}
/* 3 */
.swatch-collage-3 .content {
  width: 50%;
}
.swatch-collage-3 .collage {
  width: 40%;
}
.swatch-collage-3 .collage-swatch {
  width: 120px;
  height: 120px;
  margin: 0 3rem 20px 0;
}
@media screen and (max-width: 800px) {
  .swatch-collage .content {
    margin-bottom: 50px;
  }
  .swatch-collage .collage {
    margin-left: 3rem;
  }
  .swatch-collage.align-left .collage {
    margin-left: 0;
    margin-right: 3rem;
  }
  .swatch-collage .img-bg {
    padding-left: 30px;
  }
}
@media screen and (min-width: 800px) {
  .swatch-collage.offset-true .collage h2 {
    display: block;
    margin-left: 23%;
    margin-bottom: 90px;
    font-size: 4.5rem;
  }
  .swatch-collage.offset-true .collage-swatches {
    bottom: 65px;
  }
  .swatch-collage.offset-true .border {
    height: 350px;
    bottom: 140px;
  }
  .swatch-collage.offset-true .content h2 {
    display: none;
  }
}
/* locations */
.locations .content .button-row {
  margin-top: 2rem;
}
.map-wrap {
  padding-right: 3rem;
}
.map {
  width: 100%;
  height: 100%;
  min-height: 450px;
}
.map-nav {
  padding-top: 25px;
  padding-bottom: 30px;
}
.map-nav > .flex {
  justify-content: center;
  padding-top: 45px;
}
.map-nav .location-wrap {
  width: 31%;
  margin-bottom: 45px;
  padding-top: 0 30px;
}
.map-nav .location-wrap:nth-child(2) {
  border-left: 4px solid rgb(var(--color-button));
  border-right: 4px solid rgb(var(--color-button));
}
.map-nav .notice {
  margin: 20px 20px 0;
  padding: 15px 20px;
  color: rgb(var(--color-background));
  line-height: 1.3em;
  background-color: rgb(var(--color-button));
  border-left: 5px solid rgb(var(--color-foreground));
}
.map-nav .location {
  justify-content: space-between;
  height: 100%;
  padding: 20px;
  background-color: rgba(var(--color-button),0);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer;
}
.map-nav .location.active {
  background-color: rgba(var(--color-button),.3);
}
.map-nav .location h4 {
  margin: 0 0 .1em;
  font-weight: bold;
  text-transform: uppercase;
}
.map-nav .location p:first-child {
  margin-bottom: .4em;
}
.map-nav .location a {
  color: rgb(var(--color-foreground));
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.map-nav .location a:hover {
  color: rgb(var(--color-button));
  font-weight: bold;
}
.map-nav .location .button {
  padding-left: 17px;
  padding-right: 17px;
}
.map-nav:not(.w-expands) .location.active .button,
.template-product .map-nav .button
.template-product-surfaces .map-nav .button { 
  color: rgb(var(--color-background));
}
@media screen and (max-width: 1300px) {
  .map-nav .location-wrap {
    width: 33%;
  }
}
@media screen and (max-width: 1000px) {
  .locations .content {
    padding-bottom: 30px;
  }
  .map-nav > .flex {
    flex-wrap: wrap;
  }
  .map-nav .location-wrap {
    width: 50%;
  }
  .map-nav .location-wrap:nth-child(2) {
    border-right: none;
  }
}
@media screen and (max-width: 800px) {
  .map {
    min-height: 300px;
  }
  .map-nav>.flex {
    padding-top: 20px;
  }
  .map-nav .location-wrap {
    width: 100%;
    margin-bottom: 15px;
    border: none!important;
  }
}
/* showroom */
.showrooms .hero {
  padding: 40px 0 60px;
}
.showrooms .hero .page-width {
  max-width: 130rem;
}

/* services */
.services { padding: 6.4rem 0; }
.services .page-width {
  max-width: 130rem;
  padding-left: 5rem;
  padding-right: 5rem;
}
.services h2 { font-size: 5rem; line-height: 1.04; margin: 0 0 .8rem; }
.services .intro { font-size: 2.2rem; font-weight: 700; line-height: 1.1; margin: 0 0 2.4rem; }
.services .items {
  list-style: none;
  padding: 0;
  margin: 0 0 2.4rem;
  columns: 2;
  column-gap: 3.2rem;
}
.services .items > li {
  display: flex;
  gap: .8rem;
  align-items: flex-start;
  break-inside: avoid;
  margin-bottom: 1.2rem;
}
.services .icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  color: #8a9fb3;
  line-height: 0;
  margin-top: .2em;
}
.services .icon svg { width: 100%; height: 100%; display: block; }
.services .items strong { font-weight: 700; font-size: 2rem; line-height: 1.5; }
.services .detail { font-size: 2rem; line-height: 1.5; }
.services .detail :is(p, ul) { margin: 0; }
.services .detail ul.inline {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.6rem;
  row-gap: 0;
}
.services .detail ul.inline li { position: relative; padding-left: 1.4rem; }
.services .detail ul.inline li:before {
  content: '\2022';
  position: absolute;
  left: 0;
  color: #8a9fb3;
}
.services .box {
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.services .box > p { font-weight: 600; font-size: 2rem; line-height: 1.5; margin: 0; }
.services .box-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem 3.2rem;
}
.services .box-items > li {
  display: flex;
  gap: .8rem;
  align-items: flex-start;
  font-size: 2rem;
  line-height: 1.3;
}
.services .box .icon { color: currentColor; }
@media (max-width: 749px) {
  .services .items { columns: 1; }
  .services .box-items { grid-template-columns: 1fr; }
  .services h2 { font-size: 3.6rem; }
}
.button-icon svg {
  height: 1.5em;
  margin-right: 1em;
}
#find-closest-info {
  margin-top: 1em;
}
.locations-advanced {
  justify-content: flex-start;
  margin-bottom: 30px;
}
.locations-advanced .map-wrap {
  width: 65%;
  padding-left: 0;
}
.locations-advanced .map {
  min-height: 550px;
}
.locations-advanced .map-nav {
  width: 25%;
  padding-top: 10px;
}
.locations-advanced .map-nav > .flex {
  padding-top: 0;
}
.locations-advanced .location {
  padding-bottom: 0;
  background: none!important;
  cursor: default;
}
.locations-advanced .map-nav .expand-btn {
  margin-bottom: 0!important;
  padding-top: 20px;
}
.locations-advanced .expand-btn p {
  margin-bottom: 0;
}
.locations-advanced .location a:not(.button):first-child {
  display: block;
  margin-bottom: 1em;
}
.locations-advanced .location a:not(.button):last-child {
  font-weight: bold;
}
.locations-advanced .expand .button {
  margin: 2px 0 15px;
}
p.hours {
  margin-bottom: .2em;
}
@media (max-width: 1500px) {
  .locations-advanced .map-nav {
    width: 35%;
  }
}
@media (max-width: 1000px) {
  .locations-advanced {
    flex-direction: column;
  }
  .locations-advanced .map-wrap,
  .locations-advanced .map-nav {
    width: 100%;
    padding-right: 0; 
  }
  .locations-advanced .map {
    min-height: 400px;
  }
}
@media (max-width: 1000px) {
  .locations-advanced .map {
    min-height: 300px;
  }
}
/* border */
.section-border .content {
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 7%;
  padding-right: 7%;
}
/* product modal */
quick-add-modal .product__title a,
quick-add-modal .shopify-payment-button__button {
  display: none!important;
}
quick-add-modal .product__view-details {
  font-weight: bold;
}
quick-add-modal .quick-add-modal__toggle,
.lightbox-overlay .lightbox .x {
  position: absolute;
  top: 1.5rem!important;
  right: 1.5rem!important;
  width: 4rem;
  height: 4rem;
  padding: 1rem!important;
  color: rgba(var(--color-foreground),1)!important;
  background: none!important;
  border: none!important;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
quick-add-modal .quick-add-modal__toggle:hover,
.lightbox-overlay .lightbox .x:hover {
  top: 1.4rem!important;
  color: rgba(var(--color-foreground),.7)!important;
}
quick-add-modal .quick-add-modal__toggle svg,
.lightbox-overlay .lightbox .x svg {
  width: 100%!important;
}
.lightbox-overlay .lightbox .x svg {
  opacity: 1
}
/* button bar */
.button-bar .flex {
  justify-content: center;
  flex-wrap: wrap;
  padding: 15px 0;
}
.button-bar .button {
  margin-top: .4em;
  margin-bottom: .4em;
  text-transform: none;
  letter-spacing: .1em !important;
  border-width: 2px;
}
@media (max-width: 500px) {
  .button-bar .button {
    width: 100%;
  }
}
/* lightbox */
html.overlay-active {
  overflow-y: hidden;
}
.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  flex-direction: column;
  justify-content: center;
  padding: 5% 0;
  z-index: -1;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 700ms;
  transition: opacity 700ms;
}
.lightbox-overlay.show {
  z-index: 9999;
  opacity: 1;
  height: 100%;
}
.lightbox-overlay .lightbox {
  position: relative;
  transform: translateY(-40px);
  width: 90%;
  max-height: 100%;
  margin: 0 auto;
  overflow-y: auto;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.lightbox-overlay[data-lightbox-type="contact"] .lightbox,
.lightbox-overlay[data-lightbox-type="surface"] .lightbox {
  max-width: 635px;
}
.lightbox-overlay[data-lightbox-type="planner"] .lightbox {
  max-width: 550px;
}
.lightbox-overlay[data-lightbox-type="surface"] .lightbox,
.lightbox-overlay[data-lightbox-type="estimate"] .lightbox {
  max-width: 575px;
}
.lightbox-overlay.show .lightbox {
  transform: translateY(0);
}
.lightbox-overlay .lightbox .content {
  padding: 60px 50px 50px;
}
.lightbox-overlay[data-lightbox-type="contact"] .lightbox h2,
.lightbox-overlay[data-lightbox-type="planner"] .lightbox h2,
.globo-heading {
  font-size: 4rem!important;
  line-height: 1.1em!important;
}
.globo-heading {
  font-weight: 900!important;
  letter-spacing: .1em;
  text-transform: none!important;
  margin: 0 0 .3em!important;
}
.lightbox-overlay[data-lightbox-type="surface"] .img {
  display: block;
  height: 275px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.lightbox-overlay[data-lightbox-type="surface"] .button {
  width: 100%;
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-link));
  border-color: rgb(var(--color-link));
}
#shop-hcaptcha-badge-container {
  display: none!important;
}
@media (max-width: 800px) {
  .lightbox-overlay[data-lightbox-type="surface"] .img {
    height: 200px;
  }
}
@media (max-width: 500px) {
  .lightbox-overlay[data-lightbox-type="surface"] .img {
    height: 150px;
  }
}
/* basic */
.basic .page-width,
.section-contact .page-width,
.steps .page-width,
.testimonials .page-width {
  max-width: 1200px;
}
.basic .button-row {
  margin-top: 20px;
}
/* contact */
.section-swatch-collage + .section-contact {
  margin-top: -50px;
}
.section-contact .layout-full > .flex {
  flex-wrap: wrap;
}
.section-contact .layout-columns .content {
  width: 35%;
}
.section-contact .layout-full .content {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.section-contact .content ul {
  padding-left: 3rem;
}
.section-contact .content a {
  color: rgb(var(--color-button));
  font-weight: bold;
}
.section-contact .border {
  padding: 20px;
  border: 4px solid rgb(var(--color-secondary-button-text));
}
.section-contact .layout-columns .border {
  width: 60%;
}
@media (max-width: 1000px) {
  .section-contact > div > .flex {
    flex-wrap: wrap;
  }
  .section-contact .content {
    width: 100%!important;
    margin-bottom: 30px;
  }
  .section-contact .border {
    width: 100%!important;
  }
}
/* contact form */
.globo-form-app {
  max-width: 100%!important;
  margin: 0!important;
}
.globo-form-app .header {
  margin-bottom: 10px!important;
  padding-left: 0!important;
  padding-right: 0!important;
}
.lightbox.hide-title .globo-form-app .header {
  display: none;
}
.globo-heading,
.globo-description p {
  color: rgb(var(--color-foreground))!important;
}
.description.globo-description p br {
  display: none;
}
.globo-form-control {
  margin-bottom: 5px!important;
}
.globo-form-control input,
.globo-form-control textarea,
.globo-form-control select,
#ContactForm .field:before,
#ContactForm .field:after,
#ContactForm .field__input,
footer .field:before,
footer .field:after,
footer .field__input {
  box-shadow: none!important;
}
.globo-form-control input,
.globo-form-control textarea,
.globo-form-control select,
#ContactForm input,
#ContactForm textarea,
footer input {
  height: 4.2rem!important;
  padding-left: 0!important;
  border: none!important;
}
.globo-form-control .globo-form-input,
#ContactForm input,
#ContactForm textarea,
footer input {
  border-bottom: 2px solid rgb(var(--color-foreground))!important;
}
.globo-form-control.last .globo-form-input {
  border-bottom: none!important; 
}
.globo-form-control input,
.globo-form-control textarea,
.globo-form-control select {
  background: none!important
}
.globo-form-control input,
.globo-form-control textarea,
.globo-form-control select,
.globo-label {
  font-size: 1.6rem!important;
}
.globo-form-control input,
.globo-form-control textarea {
  color: rgb(var(--color-foreground))!important;
}
.globo-form-control textarea {
  min-height: 115px;
  padding-bottom: 0!important;
}
.globo-form-control.small textarea {
  min-height: 65px;
}
.lightbox-overlay[data-lightbox-type="estimate"] .globo-form-control textarea {
    min-height: 50px;
}
.globo-form-control select {
  margin-left: -4px;
  font-weight: bold!important;
}
.globo-form-control select option {
  color: #000!important;
}
.globo-form-control ::-webkit-input-placeholder,
.globo-form-control select {
  color: rgb(var(--color-foreground));
  font-weight: bold;
  letter-spacing: .1em;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.globo-form-control :-moz-placeholder {
  color: rgb(var(--color-foreground));
  font-weight: bold;
  letter-spacing: .1em;
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.globo-form-control ::-moz-placeholder {
  color: rgb(var(--color-foreground));
  font-weight: bold;
  letter-spacing: .1em;
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.globo-form-control :-ms-input-placeholder {
  color: rgb(var(--color-foreground));
  font-weight: bold;
  letter-spacing: .1em;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.globo-label,
.globo-paragraph {
  margin-top: 10px!important;
}
.globo-label,
.globo-option.checkbox-label,
.globo-paragraph {
  font-weight: bold!important;
  letter-spacing: .1em!important;
}
.globo-label span.label-content[data-label*="*"] {
  display: inline-block;
  margin-bottom: 3px!important;
}
.globo-label span.label-content[data-label*="*"] + span {
  display: none;
}
.lightbox .globo-label span,
.lightbox .globo-form-input select,
.lightbox .globo-option.checkbox-label {
  color: rgb(var(--color-foreground))!important;
}
#MainContent .globo-paragraph,
#MainContent .globo-paragraph * {
  background: none!important;
}
.globo-paragraph {
  font-size: 1.6rem;
}
.globo-form-control .globo-list-control {
  padding: 0 5px 0 0!important;
}
.globo-form-app .flex-wrap {
  width: 100%;
  margin-bottom: 12px;
}
.globo-form-control .checkbox-wrapper {
  margin-bottom: 3px;
  padding-left: 23px!important;
}
.globo-form-control .checkbox-wrapper .checkbox-input~.checkbox-label:before {
  top: 5px!important;
  left: -23px!important;
  width: 16px!important;
  height: 16px!important;
  background: none!important;
  border-color: rgb(var(--color-foreground))!important;
  border-radius: 0!important;
  box-shadow: none!important;
}
.globo-form-control .checkbox-wrapper .checkbox-input:checked~.checkbox-label:before {
  background-color: rgb(var(--color-foreground))!important;
}
.lightbox .globo-form-control .checkbox-wrapper .checkbox-input:checked~.checkbox-label:before {
  background-color: rgb(0,0,0,0)!important;
}
.globo-form-control .checkbox-wrapper .checkbox-input~.checkbox-label:after {
    top: 3px!important;
    left: -25px!important;
}
.globo-form-control .gfb__dropzone {
  min-height: 0!important;
  width: auto!important;
  padding: 0!important;
  background: none!important;
  border: none!important;
  border-radius: 0!important;
}
.globo-form-control .gfb__dropzone--placeholder--description {
  display: none;
}
.globo-form-control .gfb__dropzone--placeholder--button {
  background: none!important;
  color: rgb(var(--color-foreground));
  letter-spacing: .1em;
  border: 4px solid rgb(var(--color-button))!important;
  border-radius: 0!important;
}
.globo-form .panels + p {
  height: 0;
  overflow: hidden;
}
#ContactForm label span {
  display: none;
}
#ContactForm .field {
  margin-bottom: 3px;
}
#ContactForm  .field__label,
footer .field__label {
  left: 0!important;
  color: rgb(var(--color-foreground))!important;
  font-weight: bold!important;
}
#ContactForm .contact__button {
  padding-top: 30px;
}
.lightbox #ContactForm button {
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-secondary-button-text));
  border-color: rgb(var(--color-secondary-button-text));
}
.lightbox .map {
  min-height: 225px;
  margin-top: 30px;
}
.lightbox .map-nav {
  padding: 0!important;
}
@media (max-width: 800px) {
  .globo-form-control .globo-list-control {
    width: 50%!important;
  }
}
@media (max-width: 500px) {
  .globo-form-control .globo-list-control {
    width: 100%!important;
  }
}
/* steps */
.steps .step-items {
  position: relative
}
.steps .content,
.steps .item-content {
  padding: 15px 0 20px 30px;
}
.steps .content {
  padding-top: 0;
}
.steps .content .spacer,
.steps .num {
  display: block;
  width: 120px;
  min-width: 120px;
  max-width: 120px;
}
.steps .step-items .border {
  display: block;
  position: absolute;
  top: -60px;
  bottom: 60px;
  left: -999px;
  right: calc(100% - 75px); 
  border: 4px solid rgb(var(--color-secondary-button-text));
}
.steps .num {
  position: relative;
  flex: 1;
  align-self: stretch; 
  margin: 10px 0;
  background-color: rgb(var(--color-background));
  border: 4px solid rgb(var(--color-secondary-button-text));
}
.steps .num .v-flex {
  height: 100%;
}
.steps num {
  padding-bottom: .2em;
  font-size: 7rem;
  font-weight: 700;
  line-height: .8em;
}

.steps .item-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .steps .step-items .border {
    top: 60px;
  }
}
@media (max-width: 800px) {
  .steps .content .spacer,
  .steps .step-items .border {
    display: none;
  }
  .steps .content,
  .steps .item-content {
    width: 100%;
    padding-left: 0;
  }
  .steps .content {
    padding-bottom: 0; 
  }
  .steps .step {
    flex-wrap: wrap;
  }
  .steps .num {
    padding: 15px 0;
  }
}
/* testimonials */
.testimonials .slider {
  padding: 20px 0 10px;
}
.testimonials p {
  color: rgb(var(--color-foreground));
}
.testimonials .slider .slick-arrow {
  display: none;
  top: -30px;
}
.testimonials .slider .slick-arrow:after {
  content: url(//selectsurfaces.com/cdn/shop/t/10/assets/arrow.svg?v=99316816157360293331781019758);
  position: absolute;
  top: 0;
  left: 0;
  color: rgb(var(--color-background))!important;
  font-size: 0;
  line-height: 1em;
  visibility: visible;
  cursor: pointer;
  zoom: 150%;
}
.testimonials .slick-dots {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding-left: 0;
}
.testimonials .slick-dots li {
  display: inline-block;
}
.testimonials .slick-dots button {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  padding: 0;
  border: 2px solid rgb(var(--color-foreground));
  border-radius: 50%;
  font-size: 0 !important;
}
.testimonials .slick-dots li:not(.slick-active) button {
 background-color: rgba(var(--color-foreground),0);
}
/* tools */
.tools > .flex {
  justify-content: center;
}
.tools .collage {
  width: 35%;
}
.tools .border {
  margin-top: -40px;
  padding-top: 40px;
  margin-left: -999px;
  padding-left: 999px;
  border: 4px solid rgb(var(--color-secondary-button-text));
}
.tools .collage .v-wrap {
  padding-bottom: 0;
}
.tools .box-content,
.tools .collage-swatches {
  padding-right: 20px;
}
.tools .collage-swatches {
  position: relative;
  justify-content: flex-start;
  margin: 60px 0 -60px;
}
.tools .collage-swatch {
  width: 160px;
  height: 160px;
  margin: 0;
}
.tools .collage-swatch:first-child {
  margin-right: 20px;
}
.tools .content {
  width: 50%;
  margin: 0;
}
.tools .content .v-wrap {
  padding-left: 30px;
}
@media (max-width: 1200px) {
  .tools .collage-swatch {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 800px) {
  .tools > .flex {
    flex-wrap: wrap;
  }
  .tools .collage,
  .tools .content {
    width: 100%;
  }
  .tools .collage {
    margin: 0 3rem 40px;
  }
  .tools .border {
    margin-top: 40px;
    padding-top: 0;
  }
  .tools .border > .page-width,
  .tools .content .v-wrap {
    padding-left: 0!important;
  }
}
/* COLLECTIONS */
.filters-top {
  justify-content: space-between;
}
facet-filters-form {
  display: block;
}
.facet-filters {
  border-bottom: 1px solid rgb(var(--color-foreground))!important;
}
.facet-filters label {
  white-space: nowrap;
}
.facet-filters select {
  height: auto;
  padding: 0;
  color: rgb(var(--color-foreground));
  box-shadow: none!important;
}
.facet-filters .select:before,
.facet-filters .select:after {
  display: none!important;
}
.facet-filters .select svg {
  height: 1.2em;
}
.facet-filters .loading__spinner {
  top: 2px;
  right: -25px;
}
.filter-col {
  margin-left: 25px;
}
.filter-toggle-wrap,
.filter-reset-wrap {
  white-space: nowrap;
  cursor: pointer;
}
.filter-toggle {
  position: relative;
  width: 32px;
  height: 18px;
  margin-left: 8px;
  background-color: rgba(var(--color-foreground),0);
  border: 1px solid rgb(var(--color-foreground));
  border-radius: 18px;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.filter-toggle.active {
  background-color: rgba(var(--color-button),1);
  border-color: rgb(var(--color-button));
}
.filter-toggle span {
  position: absolute;
  display: block;
  top: 50%;
  left: 2px;
  transform: translate(0, -50%);
  width: 12px;
  height: 12px;
  background-color: rgb(var(--color-foreground));
  border-radius: 50%;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.filter-toggle.active span {
  left: 16px;
  background-color: rgb(var(--color-background));
}
.filter-reset {
  position: relative;
  top: 2px;
  padding-left: 5px;
}
.filter-reset svg {
  width: 15px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.filters-select {
  position: relative;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
  z-index: 10;
}
.filter-cat {
  position: relative;
  margin: 10px;
  order: 7;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.filter-cat[data-cat="room"] {
  order: 1;
}
.filter-cat[data-cat="sinks"] {
  order: 2;
}
.filter-cat[data-cat="faucets"] {
  order: 3;
}
.filter-cat[data-cat="hardware"] {
  order: 4;
}
.filter-cat[data-cat="accessories"] {
  order: 5;
}
.filter-cat[data-cat="brands"] {
  order: 6;
}
.filter-cat:hover {
  margin-bottom: 2px;
  z-index: 1;
}
.filter-cat-title-border {
  background-color:  rgb(var(--color-background));
  border: 1px solid rgb(var(--color-background));
}
.filter-cat.not:(.active) .filter-cat-title-border {
  border-bottom: none!important;
}
.filter-cat:hover .filter-cat-title-border,
.filter-cat.active .filter-cat-title-border {
  border: 1px solid rgb(var(--color-foreground));
}
.filter-cat-title {
  position: relative;
  padding: 7px 10px;
  border: 2px solid rgb(var(--color-foreground));
  white-space: nowrap;
  cursor: default;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.filter-cat:hover .filter-cat-title {
  padding-bottom: 15px;
  border-bottom-color: rgb(var(--color-background));
}
.filter-cat-title svg,
.gallery-filter-cat svg {
  margin-left: 15px;
  width: 15px;
  -webkit-transition: .3s transform ease-in-out;
  transition: .3s transform ease-in-out;
}
.filter-terms {
  position: absolute;
  top: 100%;
  height: auto;
  max-height: 0;
  min-width: 100%;
  padding: 0 10px;
  background-color:  rgb(var(--color-background));
  border: 3px solid rgb(var(--color-background));
  z-index: -1;
  overflow: hidden;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.filter-cat:hover .filter-terms {
  top: calc(100% - 2px);
  max-height: 400px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-color: 3px solid rgb(var(--color-foreground));
  z-index: 1;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}
.filter-cat .term {
  justify-content: flex-start;
  align-items: center;
  padding: 3px 0;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.filter-cat:hover .term {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  transition-delay: .2s;
}
.filters .checkbox {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  background-color: rgba(var(--color-button),0);
  border: 2px solid rgb(var(--color-foreground));
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.filters .term.active .checkbox {
  background-color: rgba(var(--color-button),1);
}
.product-grid-container .collection {
  max-width: 1400px;
}
/*.grid__item {
  width: 100%;
  max-width: calc(33% - var(--grid-desktop-horizontal-spacing) * .55);
  margin-bottom: 10px;
}*/
.grid {
  display: flex;
  column-gap: 0;
  row-gap: 0;
  margin-left: calc(var(--grid-desktop-horizontal-spacing) / -2);
  margin-right: calc(var(--grid-desktop-horizontal-spacing) / -2);
}
.grid__item {
  width: 100%;
  max-width: 33.3%;
  margin-bottom: 10px;
  padding: 0 calc(var(--grid-desktop-horizontal-spacing) / 2);
}
.media>img,
.card-wrapper:hover .media.media--hover-effect>img+img {
  -webkit-transition: .2s ease-in-out!important;
  transition: .2s ease-in-out!important;
}
.card__media .media img:first-child {
  object-fit: contain;
}
.card__inner {
  background-color: #FFF;
}
.card__content {
  display: flex!important;
  flex-direction: column;
  justify-content: space-between;
}
.card-buttons {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  opacity: 0;
  z-index: 2;
  -webkit-transition: .3s ease-in-out!important;
  transition: .3s ease-in-out!important;
}
.card-wrapper:hover .card-buttons {
  opacity: 1;
}
.card-buttons .button {
  width: 100%;
  margin-top: 10px;
  text-transform: none;
  text-decoration: none!important;
}
.card-buttons .button:hover {
  color: #FFF;
  background-color: rgb(var(--color-foreground));
  border-color: rgb(var(--color-foreground));
}
.card-buttons .button-alt:hover {
  background-color: rgb(var(--color-button));
  border-color: rgb(var(--color-button));
}
.card__heading {
  font-size: 1.6rem;
}
.card-information .price {
  margin-top: 3px!important;
  font-weight: bold;
}
.collection-swatches {
  position: relative;
  justify-content: flex-start;
  margin-top: 10px!important;
  z-index: 1;
}
.collection-swatches .swatch-img {
  display: block!important;
  margin-right: 8px;
  border-radius: 50%;
}
body:not(.template-home) .locations {
  margin-bottom: 30px!important;
}
.template-collection .locations .page-width {
  margin: 0;
}
@media (min-width: 1500px) {
  .collection-filters,
  .image-with-text.featured,
  .product-grid-container,
  .template-collection .locations {
    margin: 0 10%;
  }
}
@media (min-width: 1300px) {
  .collection-filters,
  .image-with-text.featured,
  .product-grid-container,
  .template-collection .locations {
    margin: 0 5%;
  }
  .template-collection .locations {
    margin-right: 0!important;
  }
}
@media (max-width: 1000px) {
  .collection-filters .filters-top {
    flex-wrap: wrap;
  }
  .collection-filters .filters-top > .flex {
    width: 100%;
  }
  facet-filters-form {
    padding-right: 0!important;
  }
  .filters-toggle {
    justify-content: flex-start;
  }
  .filter-col {
    margin: 0 25px 0 0;
  }
  .filter-col-reset {
    margin-left: auto;
  }
  .filters-select {
    margin: 0 -5px;
  }
  .filter-cat {
    margin: 5px;
    font-size: .9em;
  }
  .filter-cat-title {
    padding: 2px 7px;
  }
  .filter-cat:hover .filter-cat-title {
    padding-bottom: 5px;
  }
  .grid__item {
    max-width: 50%;
  }
}
@media (max-width: 800px) {
  .collection-filters,
  .collection-products {
    padding-bottom: 0;
  }
  .card-buttons {
    display: none;
  }
  .template-collection .locations {
    margin-bottom: 0!important;
  }
  .template-collection .locations .v-wrap {
    padding-top: 0;
  }
}
@media (max-width: 750px) {
  .collection-title {
    margin-bottom: .3em;
  }
}
@media (max-width: 650px) {
  .filters-toggle {
    flex-wrap: wrap;
  }
  .filter-col-reset {
    margin-left: 0;
  }
  .filters-select {
    margin: 0 -3px;
  }
  .filter-cat {
    margin: 3px;
    font-size: .8em;
  }
  .filter-cat-title {
    padding: 0 4px 1px;
  }
  .filter-cat:hover .filter-cat-title {
    padding-bottom: 2px;
  }
  .filter-cat-title svg {
    position: relative;
    top: 1px;
    margin-left: 12px;
    width: 12px;
  }
}
@media (max-width: 500px) {
  .grid__item {
    max-width: 100%;
  }
}
/* surfaces */
.filters-surfaces {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: bold;
}
.filters-surfaces > .flex {
  justify-content: center;
}
.filters-surfaces .filter-cat-title {
  color: rgb(var(--color-foreground));
  text-transform: uppercase;
  letter-spacing: .1em;
  border-bottom-color: rgb(var(--color-foreground))!important;
}
.filters-surfaces .filter-cat:hover .filter-terms {
  padding: 2px;
  top: calc(100% - 1px);
  background-color: rgb(var(--color-foreground));
  border: 1px solid rgb(var(--color-shadow))!important;
}
.filters-surfaces .term {
  padding: 0;
  color: rgb(var(--color-shadow))!important; 
  pointer-events: auto;
}
.filters-surfaces .term span {
  display: block;
  width: 100%;
  padding: 3px 10px;
  background-color: rgba(var(--color-background),0);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.filters-surfaces .term:hover span,
.filters-surfaces .term.active span {
  background-color: rgba(var(--color-background),.2);
}
/* PRODUCTS */
.breadcrumbs {
  margin: 0 3rem;
  padding: 0 15px .2em;
}
small {
  font-size: .8em;
}
.breadcrumbs a {
  color: rgb(var(--color-foreground));
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.main-prod {
  padding-left: 0;
}
.global-media-settings {
  border: none!important;
}
.product:not(.product--columns) .product__media-list .product__media-item {
  width: 100%;
  max-width: 800px!important;
  margin-left: auto;
  margin-right: auto;
}
.template-product-surfaces .product__media-item,
.template-product-surfaces .product-media-container,
.template-product-surfaces .product-media-container .media,
.template-product-surfaces .product-media-container .media img {
  max-height: 500px;
}
product-info {
  max-width: 500px!important;
}
product-info .product__text {
  margin-bottom: .3em;
  text-align: left;
}
.p2 {
  font-size: 3rem;
  line-height: 1.2em;
}
product-info .price__container {
  font-weight: normal;
}
product-info .price-item--regular {
  font-weight: 800;
}
variant-radios,
variant-radios fieldset {
  margin-bottom: 0!important;
}
variant-radios fieldset {
  position: relative;
}
variant-radios .form__label {
  margin-bottom: 0!important;
  font-weight: bold;
}
.swatch-img + .swatch-label {
  position: absolute;
  top: -27px;
  font-weight: 300;
  opacity: 0;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}
.swatch-img {
  position: relative;
  width: 25px;
  height: 25px;
  padding: 0!important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: rgba(255,255,255,0)!important;
  border: none!important;
}
.swatch-img:after {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  width: 31px;
  height: 31px;
  border: 1px solid rgba(0,0,0,0);
  border-radius: 50%;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
variant-radios input:checked + .swatch-img:after,
.swatch-img:hover:after {
  border: 2px solid rgb(var(--color-button));
}
variant-radios input:checked + .swatch-img + .swatch-label {
  opacity: 1;
}
.swatch-label span {
  opacity: 0;
}
product-info p.type {
  margin-top: .7em;
}
.expand-btn {
  cursor: pointer;
}
product-info .expand-btn,
.map-nav .expand-btn {
  margin: 0 0 .5em!important;
  padding-top: .7em;
  border-top: 1px solid rgba(var(--color-foreground),.5);
}
.expand-btn svg {
  width: 15px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.expand-btn.expanded svg {
  transform: rotate(180deg);
}
.expand,
.featured-products.filterable {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
product-info .product-attr {
  margin: 0;
}
product-info .expand {
  height: 100%;
  margin: 0 0 .2em!important;
  -webkit-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
}
.expand-btn.expanded + .expand,
.featured-products.filterable:not(.hide) {
  max-height: 1000px;
  opacity: 1;
}
.expand-btn.expanded > .expand {
  max-height: 300px;
  opacity: 1;
}
product-info .expand > * {
  margin-top: 0!important;
  font-size: .9em;
}
product-info .desc {
  margin: 0!important;
  padding-bottom: .1em;
}
product-info .desc p {
  margin-bottom: .5em!important;
}
product-info .product-attr a {
  color: rgb(var(--color-foreground));
}
product-info .product-attr a:hover {
  color: rgb(var(--color-button));
}
product-info .product-attr.last .quick-add-hidden {
  border-bottom: 1px solid rgba(var(--color-foreground),.5);
}
product-info .accessories .accessories-products {
  padding: 5px 0;
}
product-info .accessories a {
  justify-content: flex-start;
  margin-bottom: 10px;
  text-decoration: none;
}
product-info .accessories a:hover {
  text-decoration: underline;
}
product-info .accessories .img {
  display: block;
  width: 60px;
  min-width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
product-info .accessories a span {
  display: block;
  padding-left: 15px;
}
product-info .product-info-contact {
  margin-top: 30px;
}
product-info .product-info-contact .button {
  width: 100%;
}
product-info .product-form__buttons {
  width: 100%;
  min-width: 100%;
}
pickup-availability-preview .icon-wrap {
  position: relative;
  top: 1px;
  width: 28px;
  min-width: 28px;
  height: 28px;
  margin-right: 8px;
  text-align: center;
  border-radius: 50%;
}
pickup-availability-preview .check-wrap {
  background-color: rgb(var(--color-button));
}
pickup-availability-preview .unavailable-wrap {
  border: 2px solid rgb(var(--color-foreground));
}
pickup-availability-preview .icon-check {
  position: relative;
  top: 1px;
  height: 1.1rem!important;
}
pickup-availability-preview .icon-unavailable path {
  fill: rgb(var(--color-foreground));
}
.pickup-availability-button {
  color: rgb(var(--color-foreground))!important;
}
.pickup-availability-button:hover {
  color: rgb(var(--color-button))!important;
}
product-recommendations {
  max-width: 1200px!important;
}
.vendor-products {
  padding-bottom: 0!important;
}
.related-products__heading,
.vendor-products-surfaces h2 {
  text-align: center;
}
.vendor-products-surfaces .grid__item {
  max-width: 100%;
}
.vendor-products-surfaces h2 {
  margin: 2rem 0 3rem;
  font-size: calc(var(--font-heading-scale)* 2.4rem);
  font-weight: normal;
  letter-spacing: normal;
}
@media screen and (min-width: 1200px) {
  .template-product-surfaces .product__info-wrapper {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1200px) {
  .breadcrumbs {
    padding: 0 7px;
  }
}
@media screen and (max-width: 1000px) {
  .breadcrumbs {
    margin: 2rem;
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .vendor-products-surfaces h2 {
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  .main-prod {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .p2 {
    font-size: 2rem;
  }
  product-info .product__text {
    font-size: 1.5rem;
  }
  product-info .expand > *,
  .gallery-filter-options.expand {
    font-size: .8em;
    line-height: 1.3em;
  }
}
/* GALLERY */
/* filter */
.filter-bar {
  position: relative;
  padding-top: 30px;
}
.filter-bar .page-width,
.gallery-panel .page-width {
  max-width: 1500px;
}
.gallery-filter-cats {
  margin: 0 -15px;
}
.gallery-filter-cat,
.gallery-filter-options .button {
  padding: 10px 15px;
  text-transform: none;
}
.gallery-filter-cat {
  padding-bottom: 25px;
  border-bottom: 4px solid rgb(var(--color-background));
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.gallery-filter-cat.expanded {
  color: rgb(var(--color-shadow));
  background-color: rgb(var(--color-foreground));
}
.gallery-filter-cat.expanded,
.gallery-filter-cat.active {
  border-color: rgb(var(--color-foreground));
}
.gallery-filter-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 15px 12px;
  background-color: rgb(var(--color-foreground));
  z-index: 1;
  cursor: default;
}
.gallery-filter-cat.expanded .gallery-filter-options {
  margin-left: -12px;
  padding: 25px 12px;
  box-shadow: 0px 12px 12px -12px rgba(var(--color-shadow), .25);
  z-index: 2;
}
.filter-bar .button-row {
  margin-top: 0;
}
.gallery-filter-options .button-row {
  margin-left: -20px;
  margin-right: -10px;
}
.gallery-filter-options .button {
  margin: 0 10px;
  color: rgb(var(--color-shadow));
  border-color: rgb(var(--color-shadow));
}
.gallery-filter-options .button:hover,
.gallery-filter-options .button.active {
  letter-spacing: .1em;
  color: rgb(var(--color-foreground));
  background: rgb(var(--color-shadow));
}
.gallery-filter-options .x {
  cursor: pointer;
}
.gallery-filter-options .x svg {
  width: 3rem;
}
.gallery-filter-cat:not(.expanded) .gallery-filter-options .x svg {
  -webkit-transition: 0s;
  transition: 0s;
}
/* panel */
.gallery-panel {
  margin: 25px 0 60px;
}
.gallery-panel > .page-width > .flex {
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 15px -15px 30px;
}
.gallery-item-wrap {
  width: 33.3%;
  max-height: 0;
  padding: 0 15px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.gallery-item-wrap.show {
  height: 100%;
  max-height: 400px;
  padding: 15px;
  opacity: 1;
}
.gallery-item-wrap:not(.stage):not(.show) {
  order: 999;
}
.gallery-item {
  position: relative;
  height: 330px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.gallery-item .overlay {
  justify-content: flex-end;
  position: absolute;
  top: 0; bottom: 0;
  left: 0; right: 0;
  padding: 30px 30px 40px;
  color: rgb(var(--color-background));
  background: linear-gradient(0deg, rgb(var(--color-foreground)) 0%, rgba(26, 36, 40, 0) 70%);
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.gallery-item .overlay:hover {
  padding-bottom: 30px;
  opacity: 1;
}
.gallery-item-title {
  margin-bottom: .7em;
  font-weight: 500;
  line-height: 1.3em;
}
.gallery-more p {
  margin-bottom: 0;
}
.gallery-more svg {
  transform: rotate(-90deg);
  width: 28px;
}
.buton-load-more {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.button.load-more.disabled {
  opacity: .3;
  pointer-events: none;
}
/* lightbox */
.lightbox-gallery {
  height: 80%;
}
.lightbox-gallery > .flex {
  height: 100%;
}
.lightbox-gallery .content {
  width: 30%;
  justify-content: flex-end;
}
.lightbox .products {
  flex-wrap: wrap;
  margin: 0 -10px;
}
.lightbox .product {
  width: 33.3%;
  padding: 0 10px;
}
.lightbox .product-img {
  display: block!important;
  width: 100%;
  height: 110px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.lightbox .product a {
  color: rgb(var(--color-foreground));
  text-decoration: none;
}
.lightbox .product a strong,
.lightbox .product a:hover {
  text-decoration: underline;
}
.lightbox .gallery-img {
  display: flex!important;
  width: 70%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.lightbox-gallery .x {
  left: 1.5rem!important;
  right: auto!important;
}
@media screen and (max-width: 1600px) {
  .lightbox-gallery .content {
    width: 40%;
  }
  .lightbox .product p {
    font-size: 1.5rem;
  }
  .lightbox .gallery-img {
    width: 60%;
  }
}
@media screen and (max-width: 1200px) {
  .lightbox .product-img {
    height: 85px;
  }
  .lightbox .product p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .gallery-filters .filters {
    width: 100%;
  }
  .gallery-filters .filters + .button-row {
    display: none;
  }
  .gallery-item-wrap {
    width: 50%;
  }
  .lightbox-gallery {
    height: 90%;
  }
  .lightbox-gallery > .flex {
    flex-direction: column;
  }
  .lightbox-gallery > .flex > * {
    width: 100%!important;
  }
  .lightbox-gallery .content {
    padding-bottom: 20px!important;
  }
  .lightbox .products {
    justify-content: flex-start;
  }
  .lightbox .product {
    max-width: 100px;
  }
  .lightbox .gallery-img {
    height: 100%;
  }
}
@media screen and (max-width: 700px) {
  .gallery-filters .filter-bar {
    padding-top: 10px;
  }
  .gallery-filters .filter-bar > .page-width {
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
  .gallery-filter-cats {
    justify-content: flex-start;
    margin: 0 -10px;
  }
  .gallery-filter-cat {
    padding: 10px;
    font-size: 1.7rem;
  }
  .gallery-filter-cat svg {
    margin-left: 10px;
  }
  .gallery-filter-options .button {
    min-width: 0;
    margin: 0 5px;
    padding: 5px 10px!important;
  }
  .gallery-item-wrap {
    width: 100%;
  }
  .gallery-item .overlay {
    padding: 20px;
    opacity: 1;
  }
  .lightbox-overlay .lightbox .content {
    padding: 60px 20px 20px;
  }
}
@media screen and (max-width: 500px) {
  .hero .v-wrap {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .gallery-filter-cat,
  .gallery-filter-options .button {
    font-size: 1.4rem;
  }
  .gallery-filter-cat svg {
    width: 10px;
    margin-left: 5px;
  }
  .gallery-filter-cat.expanded .gallery-filter-options {
    padding-top: 20px;
    padding-bottom: 5px;
  }
  .gallery-filter-options .button {
    min-height: 0;
    margin: 10px 2px;
    padding: 5px!important;
  }
  .gallery-filter-options .button:not(.active) {
    color: rgb(var(--color-shadow))!important;
    background-color: rgb(var(--color-foreground))!important;
  }
  .gallery-filter-options .x {
    justify-content: flex-start;
    margin: -10px -15px 0 0;
  }
  .gallery-filter-options .x svg {
    width: 15px;
  }
  .gallery-item {
    height: 250px;
  }
  .lightbox-gallery .x {
    left: 1rem!important;
  }
  .lightbox .product-img {
    height: 75px;
  }
  .lightbox .product:nth-of-type(4) p,
  .lightbox .product:nth-of-type(5) p,
  .lightbox .product:nth-of-type(6) p {
    margin-bottom: 0;
  }
}
/* BACK TO TOP */
.back-to-top .button-row {
  margin-top: 0;
}
.back-to-top .button {
  text-transform: uppercase;
}
.back-to-top .button-icon svg {
  position: relative;
  top: .1em;
  height: .8em;
  margin-right: .5em;
  transform: rotate(180deg);
}
/* BLOG */
.main-blog, 
.article-template {
  max-width: 1500px;
  margin: 0 auto;
}
.main-blog .title--primary {
  margin-bottom: 1em!important;
}
.article-template__hero-container {
  max-width: 1500px!important;
  padding: 0 3rem;
}
.article-template time {
  font-size: 1.8rem;
}
.article-template__content li {
  margin-bottom: 1.5em;
}
/* POLICIES */
.shopify-policy__title h1 {
  text-align: left;
}
.shopify-policy__body h1 {
  font-size: 4rem;
}
.shopify-policy__body h2 {
  font-size: 3rem;
}
.shopify-policy__body ul, .shopify-policy__body ol {
    list-style-position: outside!important;
}
/* FOOTER */
footer > .v-wrap {
  padding-bottom: 0;
}
footer > .page-width > .flex {
  justify-content: space-between;
  padding: 0 5%;
}
footer .content {
  width: 50%;
  max-width: 700px;
}
footer .content > p {
  margin-bottom: .3em;
}
footer .field__button {
  width: auto!important;
  font-family: var(--font-body-family);
  font-weight: bold;
  letter-spacing: .2em;
}
footer a {
  color: rgb(var(--color-foreground));
  text-decoration: none;
}
footer .menus {
  width: 40%;
  max-width: 600px;
}
.footer__list-social {
  padding: 10px 0 25px;
  justify-content: flex-start!important;
}
.footer__list-social li a {
  padding: .8em!important;
}
.footer__list-social li:first-child a {
  padding-left: 0!important;
}
footer .locations p {
  font-size: 1.4rem;
}
footer .menu {
  margin: 0;
  list-style-type: none;
}
footer .menu li {
  padding-bottom: .8em;
  line-height: 1.5em;
}
footer .menu li.active a {
  font-weight: bold;
}
footer .bottom {
  margin-top: 100px;
  border-top: 2px solid rgb(var(--color-foreground));
  padding: 30px 0;
}
footer .logos {
  justify-content: center;
}
footer .logos .img {
  width: 100%;
  max-width: 100px;
  max-height: 100px;
  margin: 12px;
}
footer .logos img {
  width: 100%;
}
footer .copyright p {
  font-size: 1.6rem;
}
footer .copyright a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  footer > .v-wrap {
    padding-top: 60px;
  }
  footer > .page-width > .flex {
    flex-wrap: wrap;
  }
  footer > .page-width > .flex > * {
    width: 100%!important;
  }
  footer .content {
    margin-bottom: 30px;
  }
  #ContactFooter {
    max-width: 420px;
  }
  footer .locations,
  footer .menus {
    justify-content: flex-start;
  }
  footer .menu,
  footer .location {
    width: 230px;
    padding: 0 30px 0 0;
  }
  footer .bottom {
    margin-top: 60px
  }
  footer .copyright p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 550px) {
  footer .locations,
  footer .menus {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .menu,
  footer .location {
    width: 45%;
    padding: 0 0 10px;
  }
  footer .bottom {
    margin-top: 20px
  }
  footer .copyright p {
    font-size: 1.2rem;
  }
}


























