/** Shopify CDN: Minification failed

Line 823:0 Expected "}" to go with "{"

**/
.o-product-thumbnail {
  flex: 1;
  text-align: center;
  height: 100%;
  position: relative;
}
.o-product-thumbnail__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: contain; object-position: center";
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  transition-duration: 0.2s;
  transition-property: all;
}
@supports ((-o-object-fit: contain) or (object-fit: contain)) {
  .o-product-thumbnail__image {
    height: 100%;
  }
}
.o-product-thumbnail__image-container {
  padding-bottom: 125%;
  position: relative;
  display: block;
}
.o-product-thumbnail__image-container picture:first-child {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #fdfaf2;
  z-index: 3;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  transition-duration: 0.2s;
  transition-property: all;
}
.o-product-thumbnail__image.is-default {
  z-index: 3;
}
.o-product-thumbnail__image.is-rollover {
  z-index: 2;
}
.o-product-thumbnail__inner {
  height: 100%;
  display: flex;
  flex-flow: column;
  padding: 0 1rem;
}
.o-product-thumbnail__inner-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #efeadf;
  z-index: 10;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  opacity: 0;
  pointer-events: none;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  transition-duration: 0.7s;
  transition-property: all;
}
.o-product-thumbnail__inner-hover-img {
  padding-bottom: 11.681rem;
  position: relative;
  display: block;
  width: 11.681rem;
  align-self: center;
}
.o-product-thumbnail__inner-hover-top {
  flex-basis: 30%;
}
.o-product-thumbnail__inner-hover-list {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
}
.o-product-thumbnail__inner-hover-bottom {
  flex-basis: 30%;
  display: flex;
  flex-flow: column;
}
.o-product-thumbnail__inner-hover .o-product-thumbnail__price {
  margin: 1rem 0 0;
}
.o-product-thumbnail__badge {
  text-transform: uppercase;
  margin-bottom: 1rem;
  min-height: 1.5rem;
}
.o-product-thumbnail__list-item {
  border-top: 1px solid #c4bdb2;
  padding: 0.6rem;
}
.o-product-thumbnail__list-item:first-child {
  border-top: 0;
  padding-top: 0;
}
.o-product-thumbnail__quickadd {
  position: relative;
  max-width: 17.5rem;
  width: 100%;
  margin: auto auto 0;
}
.o-product-thumbnail__quickadd-btn {
  width: 100%;
}
.o-product-thumbnail__quickadd-title {
  margin: 0 0 1.5rem;
  display: block;
}
.o-product-thumbnail__quickadd.is-mobile .o-product-thumbnail__quickadd-title {
  display: none;
}
.o-product-thumbnail__details-container {
  height: 100%;
  display: flex;
  flex-flow: column;
  padding: 0 1rem;
}
.o-product-thumbnail__title {
  display: block;
  margin: 1rem 0 0.25rem;
}
.o-product-thumbnail__subtitle {
  margin: 0;
}
.o-product-thumbnail__price {
  color: #989792;
  padding: 0.5rem 0;
  margin: auto 0 0;
}
.o-product-thumbnail__price-compare {
  text-decoration: line-through;
  opacity: 0.5;
  padding-right: 0.5rem;
}
.o-product-thumbnail__variants {
  display: flex;
  flex-flow: column;
  position: absolute;
  bottom: 100%;
  padding: 0 1.125rem;
  width: 100%;
  background-color: #fdfaf2;
  z-index: 5;
  max-height: 0;
  overflow: hidden;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  transition-duration: 0.5s;
  transition-property: all;
}
.is-options-visible .o-product-thumbnail__variants {
  max-height: 20rem;
  padding: 1rem 1.125rem;
}
.o-product-thumbnail__variants-title {
  text-transform: uppercase;
  margin: 0 0 0.25rem;
  font-size: 0.75rem;
}
.o-product-thumbnail__variant {
  padding: 0.5rem;
  margin: 0.25rem 0;
  background-color: #efeadf;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  transition-duration: 0.5s;
  transition-property: all;
}
.o-product-thumbnail__variant.is-disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.o-product-thumbnail__variant-price {
  color: #989792;
}
.o-product-thumbnail__variant-price-price.is-compare {
  text-decoration: line-through;
}
@media only screen and (min-width: 1100px) {
  .o-product-thumbnail .is-mobile {
    display: none;
  }
  .o-product-thumbnail:hover .o-product-thumbnail__inner-hover {
    opacity: 1;
    pointer-events: inherit;
  }
  .o-product-thumbnail__inner {
    padding: 3rem 2rem 2.5rem;
  }
  .o-product-thumbnail__inner-hover {
    padding: 1.5rem 2rem 2.5rem;
  }
  .o-product-thumbnail__badge {
    margin-bottom: 3rem;
  }
  .o-product-thumbnail__subtitle {
    margin-bottom: 0.5rem;
  }
  .o-product-thumbnail__variant:hover {
    background-color: #c4bdb2;
  }
}
@media only screen and (min-width: 1350px) {
  .o-product-thumbnail__inner-hover-img {
    width: 16.6875rem;
    padding-bottom: 16.6875rem;
  }
}
@media only screen and (min-width: 1650px) {
  .o-product-thumbnail__inner {
    padding: 3rem 4.5rem 2.5rem;
  }
  .o-product-thumbnail__inner-hover-bottom {
    padding: 0 4rem;
  }
  .o-product-thumbnail__title {
    margin: 2rem 0 0.25rem;
  }
  .o-product-thumbnail__badge {
    margin-bottom: 4rem;
  }
}
.c-template-collection {
  position: relative;
  margin-top: 4.89875rem;
}
.c-template-collection__overlay {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #222;
  z-index: 299;
  top: 0;
  left: 0;
  opacity: 0.3;
}
.c-template-collection__image {
  width: 100%;
  height: auto;
}
.c-template-collection__image-container {
  position: fixed;
  top: 4.89875rem;
  width: 100%;
  height: auto;
}
.c-template-collection__image.is-desktop {
  display: none;
}
.c-template-collection__wrapper {
  position: relative;
  top: 0;
  overflow: hidden;
}
.c-template-collection__top {
  padding: 0 1.25rem;
}
.c-template-collection__top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fdfaf2;
  padding: 1rem 0;
  font-size: 0.875rem;
}
.c-template-collection__top-wrapper:after {
  content: "";
  display: block;
  height: 1.5625rem;
  background-color: #fdfaf2;
}
.c-template-collection__filters-icon {
  width: 0.75rem;
  height: 0.563rem;
  margin-left: 0.5rem;
}
.c-template-collection__filters-row-btn {
  display: flex;
  align-items: center;
  color: #fdfaf2;
}
.c-template-collection__filters-sort__dropdown {
  width: 5.625rem;
  text-overflow: ellipsis;
  padding-right: 1rem;
  cursor: pointer;
}
.c-template-collection__filters-sort__dropdown option {
  color: #222;
}
.c-template-collection__filters-sort-wrapper {
  background-image: url(icon-chevron-down.svg);
  background-repeat: no-repeat;
  background-position: 100%;
}
.c-template-collection__title {
  margin: 0 0 1.5rem;
}
.c-template-collection__content {
  color: #fdfaf2;
  padding: 5.125rem 1.25rem 5.8125rem;
  width: 100%;
}
.c-template-collection__content.is-first {
  padding: 10.875rem 0 7.5625rem;
}
.c-template-collection__content.is-first.is-desktop {
  display: none !important;
}
.c-template-collection__content-title {
  margin: 0 0 1.5rem;
}
.c-template-collection__content-description {
  width: 93.13%;
  max-width: 38.375rem;
}
.c-template-collection__content-description p:last-child {
  margin-bottom: 0;
}
.is-first .c-template-collection__content-description {
  max-width: 25.625rem;
}
.is-filtering .c-template-collection__content:not(.is-first) {
  display: none !important;
}
.c-template-collection__products-product {
  width: 50%;
  height: auto;
  flex: none;
  position: relative;
}
.c-template-collection__products-product__inner {
  background-color: #fdfaf2;
  padding: 1.5625rem 0;
}
.c-template-collection__products-product__inner-hover {
  padding: 1.5625rem 2rem;
}
.c-template-collection__products-loop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-template-collection__products-loop:after {
  content: "";
  width: 50%;
  background-color: #fdfaf2;
}
.c-template-collection__products-empty {
  display: none;
}
.c-template-collection__products-empty.is-visible {
  display: block;
  margin: auto;
  text-align: center;
  width: 100%;
  background: #fdfaf2;
  padding: 3rem 0;
}
.c-template-collection__pagination-wrapper {
  padding: 1rem 1.25rem 0;
  background-color: #fdfaf2;
  text-align: center;
}
.c-template-collection__pagination-inner {
  padding: 3.375rem 0 2rem;
  border-top: 1px solid #c4bdb2;
}
.c-template-collection__pagination-load {
  width: 100%;
  max-width: 43.438rem;
  margin: 0 auto 1.5rem;
}
.c-template-collection__pagination-load.is-hidden {
  display: none !important;
}
.c-template-collection__pagination-numbers {
  color: rgba(34, 34, 34, 0.5);
}
.c-template-collection__seo {
  background: #fdfaf2;
  position: relative;
  padding: 0 1.25rem;
}
.c-template-collection__seo-inner {
  text-align: center;
  padding: 2rem 0 6.313rem;
  max-width: 43.25rem;
  margin: 0 auto;
}
.c-template-collection__seo-title {
  margin: 0 0 1.5rem;
}
.c-template-collection__seo-content {
  margin: 0;
}
@media only screen and (max-width: 749px) {
  .c-template-collection__content:not(.is-first) {
    margin-bottom: 1rem;
    position: relative;
  }
  .c-template-collection__content:not(.is-first):after {
    background: #fdfaf2;
    height: 1rem;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    bottom: -1rem;
    left: 0;
  }
}
@media only screen and (min-width: 750px) {
  .c-template-collection__image.is-mobile {
    display: none;
  }
  .c-template-collection__image.is-desktop {
    display: block;
  }
  .c-template-collection__content {
    width: 66.66%;
    padding: 0;
    position: relative;
  }
  .c-template-collection__content.is-first {
    width: 100%;
  }
  .c-template-collection__content-container {
    position: absolute;
    top: 50%;
    left: 5.935%;
    transform: translateY(-50%);
    width: 45.55%;
  }
  .is-first .c-template-collection__content-container {
    width: 100%;
    position: static;
    transform: none;
  }
  .c-template-collection__content-description {
    width: 100%;
  }
  .c-template-collection__products-product {
    width: 33.33%;
    padding: 0;
  }
  .c-template-collection__products-product:nth-child(6),
  .c-template-collection__products-product:nth-child(13) {
    position: relative;
    width: 66.66%;
  }
  .c-template-collection__products-product:nth-child(6):before,
  .c-template-collection__products-product:nth-child(13):before {
    content: "";
    display: block;
    width: 50%;
    position: absolute;
    height: 100%;
    left: 0;
  }
  .c-template-collection__products-product:nth-child(6)
    .o-product-thumbnail__inner,
  .c-template-collection__products-product:nth-child(6)
    .o-product-thumbnail__inner-hover,
  .c-template-collection__products-product:nth-child(13)
    .o-product-thumbnail__inner,
  .c-template-collection__products-product:nth-child(13)
    .o-product-thumbnail__inner-hover {
    width: 50%;
    left: 50%;
    position: absolute;
  }
  .c-template-collection__products-loop:after {
    content: "";
    width: 33.33%;
    background-color: #fdfaf2;
  }
  .c-template-collection__pagination-inner {
    border-top: none;
  }
}
@media only screen and (min-width: 1100px) {
  .c-template-collection {
    margin-top: 5.44813rem;
  }
  .c-template-collection__image-container {
    top: 5.44813rem;
  }
  .c-template-collection__top {
    display: block;
    padding: 0 0 0 1.25rem;
  }
  .c-template-collection__top-row {
    padding: 0;
    font-size: 0.95rem;
  }
  .c-template-collection__top-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 5.6rem 4.15% 1.4rem 0;
  }
  .c-template-collection__filters-row-btn-wrap,
  .c-template-collection__top-wrapper:after {
    display: none;
  }
  .c-template-collection__content {
    width: 66.66%;
  }
  .c-template-collection__content.is-first {
    order: -1;
    width: 33.33%;
  }
  .c-template-collection__content.is-first.is-mobile {
    display: none;
  }
  .c-template-collection__content.is-first.is-desktop {
    display: block !important;
  }
  .is-first .c-template-collection__content-container {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 11.527%;
    transform: translateY(-50%);
  }
  .c-template-collection__products-product:nth-child(6),
  .c-template-collection__products-product:nth-child(13) {
    width: 33.33%;
  }
  .c-template-collection__products-product:nth-child(6):before,
  .c-template-collection__products-product:nth-child(13):before {
    display: none;
  }
  .c-template-collection__products-product:nth-child(6)
    .o-product-thumbnail__inner,
  .c-template-collection__products-product:nth-child(6)
    .o-product-thumbnail__inner-hover,
  .c-template-collection__products-product:nth-child(13)
    .o-product-thumbnail__inner,
  .c-template-collection__products-product:nth-child(13)
    .o-product-thumbnail__inner-hover {
    width: 100%;
    left: auto;
  }
  .c-template-collection__products-product:nth-child(6)
    .o-product-thumbnail__inner,
  .c-template-collection__products-product:nth-child(13)
    .o-product-thumbnail__inner {
    position: static;
  }
  .c-template-collection__products-product__inner {
    padding: 3.282rem 0 4.155rem;
  }
  .c-template-collection__products-product__inner-hover {
    padding: 3.282rem 2rem 4.155rem;
  }
  .c-template-collection__products-product
    .o-product-thumbnail__image-container {
    padding-bottom: 54.7%;
  }
  .c-template-collection__products-loop {
    justify-content: flex-start;
  }
  .c-template-collection__products-empty.is-visible {
    padding: 8rem 0 0;
  }
  .c-template-collection__pagination-wrapper {
    padding-top: 0;
  }
  .c-template-collection__pagination-inner {
    padding: 8.881rem 0 4.83rem;
  }
  .c-template-collection__pagination-load {
    margin-bottom: 2rem;
  }
  .c-template-collection__seo-title {
    margin-bottom: 1.313rem;
  }
  .c-template-collection__seo-inner {
    padding: 4.83rem 0 7.525rem;
  }
}
@media only screen and (min-width: 1650px) {
  .c-template-collection__top-wrapper {
    padding: 8rem 4.15% 2rem 0;
  }
  .c-template-collection__top-row {
    font-size: 1rem;
  }
  .c-template-collection__products-product__inner {
    padding: 4.688rem 0 5.937rem;
  }
  .c-template-collection__products-product__inner-hover {
    padding: 4.688rem 5rem 5.937rem;
  }
  .c-template-collection__pagination-inner {
    padding: 12.6875rem 0 6.9rem;
  }
  .c-template-collection__seo-inner {
    padding: 6.906rem 0 10.75rem;
  }
}
.c-collection-faceted-nav__check-group {
  list-style: none;
  opacity: 0;
  padding: 0;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  transition-duration: 0.5s;
  transition-property: all;
  max-height: 0;
  overflow: hidden;
  margin: 0;
}
.is-expanded .c-collection-faceted-nav__check-group {
  opacity: 1;
  overflow-y: auto;
  max-height: 700px;
  padding-top: 1.3rem;
  min-height: 1rem;
}
.c-collection-faceted-nav__check-item {
  position: relative;
}
.c-collection-faceted-nav__check-item .o-checkbox__checkbox {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
.c-collection-faceted-nav__check-item
  .o-checkbox__checkbox:checked
  + .o-checkbox__label:after {
  background-image: url(icon-tick.svg);
  background-position: 50%;
  background-repeat: no-repeat;
}
.c-collection-faceted-nav__check-item .o-checkbox__label {
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0;
  margin-bottom: 0.6875rem;
}
.c-collection-faceted-nav__check-item .o-checkbox__label:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  height: 0.875rem;
  width: 0.875rem;
  border: 1px solid #222;
  top: 50%;
  transform: translateY(-50%);
}
.c-collection-faceted-nav__close {
  margin: 2rem 0 0;
}
.c-collection-faceted-nav__close svg {
  width: 1.1rem;
}
.c-collection-faceted-nav__group {
  padding-bottom: 1.3rem;
}
.c-collection-faceted-nav__title {
  display: block;
  position: relative;
  font-size: 1rem;
  letter-spacing: 0;
}
.c-collection-faceted-nav__title:after {
  content: "";
  position: absolute;
  width: 0.6875rem;
  height: 0.375rem;
  background-image: url(icon-chevron-down-black.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform;
}
.c-collection-faceted-nav__title > span {
  min-width: 2rem;
  display: inline-block;
}
.is-expanded .c-collection-faceted-nav__title:after {
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 1099px) {
  .c-collection-faceted-nav__facets {
    padding: 1rem 1.25rem 2rem;
    position: fixed;
    top: 0;
    background: #fdfaf2;
    width: 79.46%;
    max-width: 350px;
    height: 100vh;
    z-index: 300;
    left: -110vw;
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    transition-duration: 0.2s;
    transition-property: all;
    box-shadow: 14px 0 21px -2px rgba(0, 0, 0, 0.25);
    z-index: 400;
  }
  .is-filters-open .c-collection-faceted-nav__facets {
    left: 0;
  }
  .is-filters-open .c-collection-faceted-nav__facets ~ div {
    display: block;
  }
  .c-collection-faceted-nav__facets__label {
    display: none;
  }
  .c-collection-faceted-nav__close {
    margin-bottom: 2rem;
  }
  .c-collection-faceted-nav__label {
    display: none;
  }
}
@media only screen and (min-width: 750px) {
  .c-collection-faceted-nav__filters-wrap {
    margin-left: 3%;
  }
}
@media only screen and (min-width: 1100px) {
  .c-collection-faceted-nav__apply,
  .c-collection-faceted-nav__close {
    display: none;
  }
  .c-collection-faceted-nav__facets {
    color: #fdfaf2;
  }
  .c-collection-faceted-nav__wrapper {
    display: flex;
    align-items: center;
  }
  .c-collection-faceted-nav__label {
    padding-right: 1.25rem;
  }
  .c-collection-faceted-nav__group {
    position: relative;
    padding: 0 1.25rem;
    cursor: pointer;
  }
  .c-collection-faceted-nav__check-group {
    position: absolute;
    color: #222;
    background-color: #fdfaf2;
    top: 100%;
    z-index: 15;
  }
  .is-expanded .c-collection-faceted-nav__check-group {
    padding: 1rem 1rem 0.4375rem;
  }
  .c-collection-faceted-nav__check-item .o-checkbox__checkbox {
    z-index: 1;
  }
  .c-collection-faceted-nav__check-item .o-checkbox__label {
    padding-right: 1.5rem;
    position: relative;
    white-space: nowrap;
  }
  .c-collection-faceted-nav__check-item .o-checkbox__label:after {
    right: 0;
  }
  .c-collection-faceted-nav__title {
    padding-right: 1rem;
  }
  .c-collection-faceted-nav__title:after {
    background-image: url(icon-chevron-down.svg);
  }
}

.RecommendedSash {
  position: absolute;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  width: 150px;
  /* width: 100%;
  height: 35px;
  background-color: #f1da72; */
  z-index: 4;
}

.RecommendedSash p {
  margin: 0;
  font-family: Cormorant Garamond, serif;
  font-size: large;
}

@media only screen and (max-width: 960px) {
  .RecommendedSash {
    width: 110px;
  }
