/** Shopify CDN: Minification failed

Line 303:1 Expected "}" to go with "{"

**/
/* typography */
@font-face {
  font-family: "apercu";
  src: url("/cdn/shop/files/ApercuPro-Regular.woff2?v=1685532604")
      format("woff2"),
    url("/cdn/shop/files/ApercuPro-Regular.woff?v=1685532604")
      format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "apercu";
  src: url("/cdn/shop/files/ApercuPro-Regular.woff2?v=1685532604")
      format("woff2"),
    url("/cdn/shop/files/ApercuPro-Regular.woff?v=1685532604")
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.money {
  font-family: "clarendon-urw" !important;
}

/* Misc */
.btn {text-transform:uppercase;}

/* Image box */

.textured-box-background {
  background: url("https://cdn.shopify.com/s/files/1/0652/1074/5090/files/bg.jpg?v=1657806727")
    rgba(235, 232, 225, 0.5);
  background-blend-mode: multiply;
  background-position: center;
}

.feature-row--overlapping .feature_row__image_wrapper {
  background: url("https://cdn.shopify.com/s/files/1/0652/1074/5090/files/paperbg.png?v=1660653126")
    rgba(235, 232, 225, 0.5) !important;
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: repeat;
}

.collection-header {position:relative;}
.collection-header__text-item {font-size:3em;}
@media screen and (max-width: 767px) {
  .collection-header__text-item {font-size:1.5em;}
}

.whiteframe {
  position: absolute;
  bottom: 0;
  margin-bottom: -10px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .whiteframe {
  }
}

/* Image with text */

@media screen and (min-width: 767px) {
  .image-left .responsive-image-wrapper {
    justify-content: left;
  }
  .image-right .responsive-image-wrapper {
    justify-content: right;
  }
}

@media (min-width: 768px) {
  .image-with-text-wrapper .homepage-featured-content-box-inner {
    padding: 0;
    width: max-content;
    max-width: 75%;
    margin: 0 auto;
  }
}

.image-with-text-wrapper .homepage-featured-content-box-inner {padding: 20px !important}

/* Complementary Products */
.complementary-products {
  padding: 20px 20px 0 20px;
  background: #f8f8f8;
}

/* Accordion */
.accordion-with-image .collapsible-tab  {
  border-bottom: 1px solid #000;
}
.so-tab {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 25px 0;
}
.so-tab label {
  position: relative;
  display: block;
  padding: 0 25px 10px 0;
  margin-bottom: 15px;
  line-height: normal;
  cursor: pointer;
  text-align: center;
  border-bottom: solid 1px #000000;
}
.so-tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.so-tab-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1.35s;
}
/* :checked */
.so-tab input:checked ~ .so-tab-content {
  max-height: none;
}
/* Icon */
.so-tab label::after {
  position: absolute;
  left: -30px;
  top: 0;
  display: block;
  -webkit-transition: all 1.35s;
  -o-transition: all 1.35s;
  transition: all 1.35s;
}
.so-tab input[type="checkbox"] + label::after {
  content: "+";
}
.so-tab input[type="radio"] + label::after {
  content: "\25BC";
}
.so-tab input[type="checkbox"]:checked + label::after {
  transform: rotate(315deg);
}
.so-tab input[type="radio"]:checked + label::after {
  transform: rotateX(180deg);
}

/* Bullets */

.featured-row__subtext ul {
  list-style: none;
}

.featured-row__subtext ul li:before {
  content: "✓ ";
}

/* Usage Video */

.usage-video-wrapper {display:flex; gap:50px}
.usage-video-wrapper .rte {flex:5}
.usage-video {flex:1;}

@media screen and (max-width: 767px) {
  .usage-video-wrapper {flex-direction:column}
}

/* filtering */


@media screen and (min-width: 767px) {
  #cloud_search_filters_root {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .collection-filtering-section {
    margin-left: 50px;
  }
}
@media screen and (max-width: 769px) {
  #cloud_search_filters_sidebar,
  #main-collection-filters {
    display: none;
  }
}
/* CloudSearch filters in sidebar */

.cloud-search-filters-sidebar-container {
  display: flex;
  clear: both;
  /* width: 100%; */
}

.cloud-search-filters-sidebar-container #cloud_search_filters_sidebar {
  display: block;
  width: 250px;
  min-width: 250px;
  margin-right: 20px;
}

.cloud-search-filters-sidebar-container .cloud-search-filters-products {
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .cloud-search-filters-sidebar-container #cloud_search_filters_sidebar {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #cloud_search_filters_root
    .cloud-search-page-controls.cloud-search-page-controls--collection-page {
    display: none;
  }

  /* Uncomment the following if you're adding sidebar-mode filters on the search page too */
  /*
  #cloud_search_filters_root .cloud-search-page-controls.cloud-search-page-controls--search-page {
    display: none;
  }
  */
}

#cloud_search_filters_sidebar:empty::before {
  content: "Filters";
  display: block;
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.5;
}

#cloud_search_filters_sidebar:empty::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  min-height: 650px;
  margin-left: -24px;
  background-image: linear-gradient(#dfe3e8, transparent 0),
    linear-gradient(#dfe3e8 28px, transparent 0),
    linear-gradient(#dfe3e8 18px, transparent 0),
    linear-gradient(#dfe3e8 18px, transparent 0),
    linear-gradient(#dfe3e8 18px, transparent 0),
    linear-gradient(#dfe3e8 18px, transparent 0),
    linear-gradient(#dfe3e8 28px, transparent 0),
    linear-gradient(#dfe3e8 18px, transparent 0),
    linear-gradient(#dfe3e8 18px, transparent 0),
    linear-gradient(#dfe3e8 18px, transparent 0),
    linear-gradient(#dfe3e8 18px, transparent 0),
    linear-gradient(#dfe3e8 28px, transparent 0),
    linear-gradient(#dfe3e8 18px, transparent 0),
    linear-gradient(#dfe3e8 18px, transparent 0),
    linear-gradient(#dfe3e8 18px, transparent 0),
    linear-gradient(#dfe3e8 18px, transparent 0),
    linear-gradient(transparent 100%, transparent 0);
  background-size: 100% 100%, 40% 28px, calc(100% - 48px) 18px,
    calc(100% - 48px) 18px, calc(100% - 48px) 18px, calc(100% - 48px) 18px,
    40% 28px, calc(100% - 48px) 18px, calc(100% - 48px) 18px,
    calc(100% - 48px) 18px, calc(100% - 48px) 18px, 40% 28px,
    calc(100% - 48px) 18px, calc(100% - 48px) 18px, calc(100% - 48px) 18px,
    calc(100% - 48px) 18px, 100% 100%;
  background-position: -150% 0, 24px 16px, 24px 56px, 24px 86px, 24px 116px,
    24px 146px, 24px 196px, 24px 236px, 24px 266px, 24px 296px, 24px 326px,
    24px 376px, 24px 416px, 24px 446px, 24px 476px, 24px 506px;
  background-repeat: no-repeat;
  animation-duration: 0.8s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: cs-loading;
}

@keyframes cs-loading {
  0% {
    opacity: 0.45;
  }
  100% {
    opacity: 0.9;
  }
}

@media screen and (max-width: 767px) {
  .slideshow-text-container p {
    color: #382e2b !important;
  }
  .slideshow-title h2 {
    color: #382e2b !important;
  }
  .image--slideshow__navigation {
    bottom:0 !important;
}