/** Shopify CDN: Minification failed

Line 690:2 Expected identifier but found "*"
Line 736:2 Expected identifier but found "*"
Line 16252:25 Unexpected "/"
Line 18631:0 All "@import" rules must come first

**/



  



  

  



  



  

  
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
  Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
  Background is added as a separate element.
  As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
  stretched thumbnail or div placeholder element (see below)
  style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
  div element that matches size of large image
  large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
  Error message appears when image is not loaded
  (JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

.surface-pick-up-embed {
  --surface-pick-up-embed-theme-success-color: limegreen;
  --surface-pick-up-embed-theme-error-color: #b33a3a;
  --surface-pick-up-embed-theme-paragraph-font-size: 16px;
  --surface-pick-up-embed-theme-paragraph-smaller-font-size: calc(var(--surface-pick-up-embed-theme-paragraph-font-size) - 4px);
  --surface-pick-up-embed-theme-body-font-weight-bold: 600;
  --surface-pick-up-embed-theme-body-text-color: #808080;
  --surface-pick-up-embed-theme-link-text-decoration: underline;
  --surface-pick-up-embed-row-gap: 10px;
  --surface-pick-up-embed-column-gap: 10px;
  display: grid;
  grid-template-columns: min-content auto;
  row-gap: var(--surface-pick-up-embed-row-gap);
  column-gap: var(--surface-pick-up-embed-column-gap);
  justify-content: flex-start;
  text-align: left;
}

.surface-pick-up-embed__in-stock-icon,
.surface-pick-up-embed__out-of-stock-icon {
  grid-column-start: 1;
  grid-column-end: 2;
  margin-top: 3px;
}

.surface-pick-up-embed__in-stock-icon {
  fill: var(--surface-pick-up-embed-theme-success-color);
}

.surface-pick-up-embed__out-of-stock-icon {
  fill: var(--surface-pick-up-embed-theme-error-color);
}

.surface-pick-up-embed__location-info,
.surface-pick-up-embed__modal-btn {
  grid-column-start: 2;
  grid-column-end: 3;
}

.surface-pick-up-embed__location-info {
  grid-row-start: 1;
  grid-row-end: 2;
}

.surface-pick-up-embed__location-availability {
  margin-top: 0;
  margin-bottom: 0;
  font-family: inherit;
  font-size: var(--surface-pick-up-embed-theme-paragraph-font-size);
  font-weight: inherit;
  color: var(--surface-pick-up-embed-theme-body-text-color);
}
.surface-pick-up-embed__location-availability b {
  font-weight: var(--surface-pick-up-embed-theme-body-font-weight-bold);
}

.surface-pick-up-embed__location-pick-up-time {
  font-size: var(--surface-pick-up-embed-theme-paragraph-smaller-font-size);
  color: var(--surface-pick-up-embed-theme-body-text-color);
}

.surface-pick-up-embed__modal-btn {
  grid-row-start: 2;
  grid-row-end: 3;
  justify-self: start;
  padding: 0;
  font-size: var(--surface-pick-up-embed-theme-paragraph-smaller-font-size);
  color: var(--surface-pick-up-embed-theme-body-text-color);
  text-align: left;
  -webkit-text-decoration: var(--surface-pick-up-embed-theme-link-text-decoration);
          text-decoration: var(--surface-pick-up-embed-theme-link-text-decoration);
  cursor: pointer;
  background-color: initial;
  border: 0;
}

.surface-pick-up-items {
  padding: 0;
  margin: 0;
}

.surface-pick-up-item {
  --surface-pick-up-item-theme-success-color: limegreen;
  --surface-pick-up-item-theme-error-color: #b33a3a;
  --surface-pick-up-item-theme-paragraph-font-size: 16px;
  --surface-pick-up-item-theme-paragraph-smaller-font-size: calc(var(--surface-pick-up-item-theme-paragraph-font-size) - 4px);
  --surface-pick-up-item-theme-body-font-weight-bold: 600;
  --surface-pick-up-item-theme-body-text-color: #808080;
  --surface-pick-up-item-theme-border-color: #d9d9d9;
  --surface-pick-up-item-theme-link-text-decoration: underline;
  --surface-pick-up-item-row-gap: 10px;
  --surface-pick-up-item-column-gap: 5px;
  --surface-pick-up-item-gap: 28px;
  display: grid;
  grid-template-columns: repeat(2, auto) 1fr;
  row-gap: var(--surface-pick-up-item-row-gap);
  column-gap: var(--surface-pick-up-item-column-gap);
  justify-content: flex-start;
  padding-bottom: var(--surface-pick-up-item-gap);
  margin: var(--surface-pick-up-item-gap) 0 0;
  text-align: left;
  border-bottom: 1px solid var(--surface-pick-up-item-theme-border-color);
}
.surface-pick-up-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.surface-pick-up-item__header {
  display: flex;
  grid-column: span 3;
  align-items: flex-end;
}

.surface-pick-up-item__pick-up-location {
  margin-top: 0;
  margin-bottom: 0;
  font-family: inherit;
  font-size: var(--surface-pick-up-item-theme-paragraph-font-size);
  font-weight: var(--surface-pick-up-item-theme-body-font-weight-bold);
  color: var(--surface-pick-up-item-theme-body-text-color);
}

.surface-pick-up-item__pick-up-distance {
  padding-left: 2rem;
  margin: 0 0 0 auto;
}

.surface-pick-up-item__in-stock-icon,
.surface-pick-up-item__out-of-stock-icon {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-top: 1px;
}

.surface-pick-up-item__in-stock-icon {
  fill: var(--surface-pick-up-item-theme-success-color);
}

.surface-pick-up-item__out-of-stock-icon {
  fill: var(--surface-pick-up-item-theme-error-color);
}

.surface-pick-up-item__availability {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 3;
  font-size: var(--surface-pick-up-item-theme-paragraph-smaller-font-size);
  color: var(--surface-pick-up-item-theme-body-text-color);
}

.surface-pick-up-item__address-info {
  grid-row-start: 3;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 3;
  font-size: var(--surface-pick-up-item-theme-paragraph-smaller-font-size);
  font-style: normal;
  line-height: 1.4;
  color: var(--surface-pick-up-item-theme-body-text-color);
}
.surface-pick-up-item__address-info p {
  margin: 0;
}
.surface-pick-up-item__address-info a,
.surface-pick-up-item__address-info a:visited {
  color: inherit;
  text-decoration: none;
}
.surface-pick-up-item__address-info a:focus,
.surface-pick-up-item__address-info a:active,
.surface-pick-up-item__address-info a:hover {
  color: inherit;
}

.surface-pick-up-item__confirm-address {
  margin-top: var(--surface-pick-up-item-row-gap);
}

.surface-pick-up-item__confirm-address-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}




  

  
  

  
  
  

  
  
  

  
  
  

  

  
  

  
  

  
  
  

  
  

  
  
@keyframes placeholder-pulse {
  from {
    background-color: 






#efdfd6




;
  }
  to {
    background-color: #e8d1c4;
  }
}
img[data-rimg=lazy], img[data-rimg=loading], .lsrpc-placeholder-figure::before,
.lsrpcp-content-title::before,
.lsrpcp-content-price::before,
.lsrppc-placeholder-title::before,
.lsrppc-placeholder-date::before {
  background-size: cover;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: placeholder-pulse;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}

html .shopify-payment-button .shopify-payment-button__button--unbranded, .lsr-footer-viewall, .collections .collection .browse, .featured-collections .collection .browse, .subcollection-link, .pxs-newsletter-form-button, .newsletter-wrap .submit, .shopify-challenge__button, .action-button, .promo-block--button, .promo-block--secondary .promo-block--button, .product-card-interaction, .disclosure__submit, .cart-mini-actions .action-button, html .shopify-payment-button .shopify-payment-button__button, .product-form-has-spb .submit, .product-form .product-submit, .password-page-field-wrap .submit, .template-page .slide .content .call-to-action,
.template-contact .slide .content .call-to-action,
.template-product .slide .content .call-to-action,
.template-index .slide .content .call-to-action, .cart-submit, .cart-update, .customer.addresses .edit-add-address .submit-wrap .action-button, .customer .account-form .submit-button, .action-button.submit, .action-button.unavailable {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  position: relative;
  display: inline-block;
  padding: 10px 18px;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #8b1026;
  border: 1px solid #8b1026;
  border-radius: 0;
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1) background-color, 0.15s cubic-bezier(0.4, 0, 0.2, 1) border-color;
}
html .shopify-payment-button .shopify-payment-button__button--unbranded:hover, .lsr-footer-viewall:hover, .collections .collection .browse:hover, .featured-collections .collection .browse:hover, .subcollection-link:hover, .pxs-newsletter-form-button:hover, .newsletter-wrap .submit:hover, .shopify-challenge__button:hover, .action-button:hover, .promo-block--button:hover, .product-card-interaction:hover, .disclosure__submit:hover, html .shopify-payment-button .shopify-payment-button__button:hover, .product-form-has-spb .submit:hover, .product-form .product-submit:hover, .password-page-field-wrap .submit:hover, .template-page .slide .content .call-to-action:hover,
.template-contact .slide .content .call-to-action:hover,
.template-product .slide .content .call-to-action:hover,
.template-index .slide .content .call-to-action:hover, .cart-submit:hover, .cart-update:hover, .customer.addresses .edit-add-address .submit-wrap .action-button:hover, .customer .account-form .submit-button:hover {
  color: #ffffff;
  background-color: 










#790e21




;
  border-color: 










#790e21




;
}

html .shopify-payment-button .shopify-payment-button__button, .product-form-has-spb .submit, .product-form .product-submit, .password-page-field-wrap .submit, .template-page .slide .content .call-to-action,
.template-contact .slide .content .call-to-action,
.template-product .slide .content .call-to-action,
.template-index .slide .content .call-to-action, .cart-submit, .cart-update, .customer.addresses .edit-add-address .submit-wrap .action-button, .customer .account-form .submit-button, .action-button.submit, .action-button.unavailable {
  padding: 15px 24px;
}

.promo-block--button, .promo-block--secondary .promo-block--button, .product-card-interaction, .disclosure__submit, .cart-mini-actions .action-button {
  font-size: 12px;
}

.product-card-interaction-quickshop, .lsr-footer-viewall, .collections .collection .browse, .featured-collections .collection .browse, .product-form-has-spb .submit, .action-button.desaturated, .promo-block--secondary .promo-block--button {
  color: #8b1026;
  background-color: #ffffff;
}
.product-card-interaction-quickshop:hover, .lsr-footer-viewall:hover, .collections .collection .browse:hover, .featured-collections .collection .browse:hover, .product-form-has-spb .submit:hover, .action-button.desaturated:hover, .promo-block--secondary .promo-block--button:hover {
  color: #8b1026;
  background-color: #eedbde;
}

.promo-block--secondary .promo-block--button {
  color: #8b1026;
  background-color: #fff;
}

.search-filters__filter-group-title, .option-value-name, .collection-filters__filter-group-title, .product-quantity-input, .password-page-field-wrap .password-page-input, .pxs-newsletter-form-input, .comments-wrap textarea,
.comments-wrap input[type=text], .newsletter-wrap .email, .field, .select-wrapper {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  position: relative;
  display: inline-block;
  padding: 14px;
  font-size: 14px;
  line-height: 1.5;
  color: #311d35;
  text-align: left;
  cursor: pointer;
  border: 1px solid #ebebeb;
  border-radius: 0;
  outline: 0;
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1) border;
}
.search-filters__filter-group-title::-webkit-input-placeholder, .option-value-name::-webkit-input-placeholder, .collection-filters__filter-group-title::-webkit-input-placeholder, .product-quantity-input::-webkit-input-placeholder, .password-page-field-wrap .password-page-input::-webkit-input-placeholder, .pxs-newsletter-form-input::-webkit-input-placeholder, .comments-wrap textarea::-webkit-input-placeholder,
.comments-wrap input[type=text]::-webkit-input-placeholder, .newsletter-wrap .email::-webkit-input-placeholder, .field::-webkit-input-placeholder, .select-wrapper::-webkit-input-placeholder {
  color: #ebebeb;
}
.search-filters__filter-group-title:-moz-placeholder, .option-value-name:-moz-placeholder, .collection-filters__filter-group-title:-moz-placeholder, .product-quantity-input:-moz-placeholder, .password-page-field-wrap .password-page-input:-moz-placeholder, .pxs-newsletter-form-input:-moz-placeholder, .comments-wrap textarea:-moz-placeholder,
.comments-wrap input[type=text]:-moz-placeholder, .newsletter-wrap .email:-moz-placeholder, .field:-moz-placeholder, .select-wrapper:-moz-placeholder {
  color: #ebebeb;
}
.search-filters__filter-group-title::-moz-placeholder, .option-value-name::-moz-placeholder, .collection-filters__filter-group-title::-moz-placeholder, .product-quantity-input::-moz-placeholder, .password-page-field-wrap .password-page-input::-moz-placeholder, .pxs-newsletter-form-input::-moz-placeholder, .comments-wrap textarea::-moz-placeholder,
.comments-wrap input[type=text]::-moz-placeholder, .newsletter-wrap .email::-moz-placeholder, .field::-moz-placeholder, .select-wrapper::-moz-placeholder {
  color: #ebebeb;
}
.search-filters__filter-group-title:-ms-input-placeholder, .option-value-name:-ms-input-placeholder, .collection-filters__filter-group-title:-ms-input-placeholder, .product-quantity-input:-ms-input-placeholder, .password-page-field-wrap .password-page-input:-ms-input-placeholder, .pxs-newsletter-form-input:-ms-input-placeholder, .comments-wrap textarea:-ms-input-placeholder,
.comments-wrap input[type=text]:-ms-input-placeholder, .newsletter-wrap .email:-ms-input-placeholder, .field:-ms-input-placeholder, .select-wrapper:-ms-input-placeholder {
  color: #ebebeb;
}
.search-filters__filter-group-title:focus, .option-value-name:focus, .collection-filters__filter-group-title:focus, .product-quantity-input:focus, .password-page-field-wrap .password-page-input:focus, .pxs-newsletter-form-input:focus, .comments-wrap textarea:focus,
.comments-wrap input[type=text]:focus, .newsletter-wrap .email:focus, .field:focus, .select-wrapper:focus {
  border: 1px #311d35 solid;
}
.search-filters__filter-group-title:focus, .option-value-name:focus, .collection-filters__filter-group-title:focus, .product-quantity-input:focus, .password-page-field-wrap .password-page-input:focus, .pxs-newsletter-form-input:focus, .comments-wrap textarea:focus,
.comments-wrap input[type=text]:focus, .newsletter-wrap .email:focus, .field:focus, .select-wrapper:focus, .search-filters__filter-group-title:invalid, .option-value-name:invalid, .collection-filters__filter-group-title:invalid, .product-quantity-input:invalid, .password-page-field-wrap .password-page-input:invalid, .pxs-newsletter-form-input:invalid, .comments-wrap textarea:invalid,
.comments-wrap input[type=text]:invalid, .newsletter-wrap .email:invalid, .field:invalid, .select-wrapper:invalid {
  background-color: transparent;
}

.option-name, .product-quantity-label, .sidebar-title, .comments-wrap label, .customer.addresses .edit-add-address .wrap > label, .customer .account-form .field-wrap label {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  font-weight: FontDrop;
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  color: #311d35;
}

.sidebar-drawer__header-container, .promo-block--content, .product .brand,
.quick-shop-content .brand,
.product-area .brand, .lsrp-header-title,
.lsrpp-header-title, .template-search .result .details .brand, .product-callout, .product__description .go-to-product, .password-page-logo .store-title, .template-page .sidebar .title, .template-contact .sidebar .title, .order-item-label-mobile, .customer.order .order-history .table td.product-item .label.vendor, .twitter-tweet .timestamp, .template-page .article .date,
.template-contact .article .date,
.template-product .article .date,
.template-index .article .date, .sidebar-title, .template-cart .table td.product-item .label.vendor, .template-cart .table th, .comments .date, .comments-wrap .title, .article-date, .article-author-writtenby,
.article-tags-filedunder,
.article-comments-discussion, .blog-sidebar-recentposts-title,
.blog-sidebar-tags-title, .customer.account .title, .customer .table th, .rte .tabs > li:not(.grouped-content-content), .pxs-newsletter-text .tabs > li:not(.grouped-content-content), .mobile-dropdown .list .list-item a, .mega-nav .list .label, .main-header nav.full .nav-item > .label,
.main-header nav.full .nav-item > details .label, .main-footer .connect .title {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-header nav.full .nav-item > .label,
.main-header nav.full .nav-item > details .label, .main-header .social-links {
  position: relative;
}
.main-header nav.full .nav-item > .label::before,
.main-header nav.full .nav-item > details .label::before, .main-header .social-links::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 23px;
  background-color: #dddddd;
  content: "";
  transform: translateY(-50%);
}

.main-header nav.full .nav-item .svg-icon, .ls-form-button-close .svg-icon, .ls-form-button-search .svg-icon, .ls-button-search .svg-icon, .rs-form-button-search .svg-icon, .main-header .social-links .svg-icon, .main-header--tools-icon .svg-icon, .main-header--tools .search .svg-icon,
.main-header--tools .menu .svg-icon,
.main-header--tools .mini-cart-wrap .svg-icon,
.main-header--tools .account-options .svg-icon {
  display: block;
  width: 100%;
  height: 100%;
}

.ls-form-button-close .svg-icon, .ls-form-button-search .svg-icon, .ls-button-search .svg-icon, .rs-form-button-search .svg-icon, .main-header .social-links .svg-icon, .main-header--tools-icon .svg-icon, .main-header--tools .search .svg-icon,
.main-header--tools .menu .svg-icon,
.main-header--tools .mini-cart-wrap .svg-icon,
.main-header--tools .account-options .svg-icon {
  width: 20px;
  height: 20px;
}

.main-header nav.full .nav-item .svg-icon {
  width: 8px;
  height: 8px;
}

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

.js body:not(.user-is-tabbing) a:focus {
  outline: none;
}

a {
  text-decoration: none;
}

a:hover,
a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #ccc;
}

ins {
  color: #000;
  text-decoration: none;
  background: #ff9;
}

mark {
  font-style: italic;
  font-weight: bold;
  color: #000;
  background: #ff0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  word-wrap: break-word;
  white-space: pre-wrap;
}

q {
  quotes: none;
}

q::before,
q::after {
  content: none;
}

small {
  font-size: 85%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

ul,
ol {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

dd {
  margin: 0 0 0 40px;
}

nav ul,
nav ol {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}

img {
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  padding: 0;
  white-space: normal;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
          appearance: button;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
  box-sizing: border-box;
}

input[type=search] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
          appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}

input {
  background: none;
  border: 0;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

.chromeframe {
  padding: 0.2em 0;
  margin: 0.2em 0;
  color: #000;
  background: #ccc;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

  Contents:

  1. Buttons
  2. Share modal and links
  3. Index indicator ("1 of X" counter)
  4. Caption
  5. Loading indicator
  6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

  1. Buttons

*/
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url("") 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
    background-image: url("");
  }

  .pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
  Arrow buttons hit area
  (icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

  2. Share modal/popup and links

*/
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

  3. Index indicator ("1 of X" counter)

*/
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

  4. Caption

*/
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

  5. Loading indicator (preloader)

  You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

*/
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url("") 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /*
    The idea of animating inner circle is based on Polymer ("material") loading indicator
    by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
/*

  6. Additional styles

*/
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
  pswp__ui--hidden class is added when controls are hidden
  e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.no-js .js-required {
  display: none;
}

.js .no-js-required {
  display: none;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
}

.uc-title {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.select-wrapper {
  color: #311d35;
  width: 235px;
  border-radius: 0;
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1) border;
}
.select-wrapper:focus-within {
  border: 1px solid #311d35;
}
.select-wrapper::before, .select-wrapper::after {
  position: absolute;
  width: 7px;
  height: 7px;
  top: calc(50% - 7px);
  right: 18px;
  display: block;
  border-left: 1px solid #311d35;
  border-bottom: 1px solid #311d35;
  background: none;
  content: "";
  transform: rotate(315deg);
}
.select-wrapper::after {
  margin-top: -1px;
  pointer-events: none;
  border-color: #f6ede8 transparent transparent;
}
.select-wrapper label.select-text {
  width: 100%;
  max-width: 82%;
  margin: 0;
  text-align: left;
}
.select-wrapper select {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: #311d35;
  opacity: 0;
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1) border;
  -webkit-appearance: none;
          appearance: none;
}
@media (max-width: 719px) {
  .select-wrapper select {
    font-size: 16px;
  }
}
.address-list .select-wrapper, .add-address .select-wrapper, .product-list-sidebar .select-wrapper, .collection-header .select-wrapper {
  width: auto;
  padding: 0;
}
.address-list .select-wrapper select, .add-address .select-wrapper select, .product-list-sidebar .select-wrapper select, .collection-header .select-wrapper select {
  position: static;
  padding: 12px;
  background-color: transparent;
  border: 0;
  outline: 0;
  opacity: 1;
  box-sizing: content-box;
}
.product-list-sidebar .select-wrapper, .collection-header .select-wrapper {
  width: 100%;
}

.empty {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  margin: 40px auto 60px;
  font-size: 15px;
  text-align: center;
}
@media (max-width: 719px) {
  .empty {
    width: 100%;
    padding: 0 30px;
  }
}
.empty a {
  color: #8b1026;
}
.empty a:hover {
  color: 










#790e21




;
}
.collection-header .empty {
  margin-bottom: 0;
  text-align: center;
}

.error-message,
.alert-message {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  padding: 14px;
  font-size: 15px;
  color: #ee575a;
  background-color: #FFEAEB;
  border: 1px solid #ee575a;
}
.error-message.success,
.alert-message.success {
  color: #66b544;
  background-color: #f2f9ed;
  border-color: #66b544;
}

.content-area, .collection-title-header {
  position: relative;
  display: block;
  width: 92%;
  max-width: 1430px;
  min-width: 690px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .content-area, .collection-title-header {
    width: 95%;
  }
}
@media (max-width: 719px) {
  .content-area, .collection-title-header {
    width: 100%;
    min-width: 290px;
  }
}

.section-title {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  padding: 45px 0 0;
  margin: 0 0 45px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #8b1026;
  text-align: center;
  text-transform: uppercase;
}

.section-border {
  border-top: 1px solid #ebebeb;
}
main section:first-child .section-border {
  border-top: 0;
}

.action-button:hover {
  background-color: 










#790e21




;
}
.field {
  transition: box-shadow 250ms, border 250ms, color 250ms;
}
.field.error {
  color: #FFEAEB;
  border: 1px solid #ee575a;
  box-shadow: 0 0 7px rgba(238, 87, 90, 0.4);
}
.field.error::-webkit-input-placeholder {
  color: #FFEAEB;
}
.field.error:-moz-placeholder {
  color: #FFEAEB;
}
.field.error::-moz-placeholder {
  color: #FFEAEB;
}
.field.error:-ms-input-placeholder {
  color: #FFEAEB;
}
@media (max-width: 719px) {
  .field {
    font-size: 16px;
  }
}

.page-title {
  padding: 16px 0 35px;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
}
@media (max-width: 719px) {
  .page-title {
    padding: 35px 0;
    border-bottom: 0;
  }
}
.page-title .label {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  color: #8b1026;
}.page-title .label {
    font-size: 30.625px;
    text-transform: uppercase;
  }@media (max-width: 719px) {
  .page-title .label {
    display: block;
    white-space: pre-line;
  }
}
.page-title .label a {
  color: #8b1026;
}

.load-up {
  padding: 0 30px;
  font-size: 14px;
  color: #6c5b6b;
}
.featured-collections .load-up {
  padding-bottom: 65px;
}

.centering-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slideshow .placeholder-svg {
  min-height: 100%;
}
.slideshow--desktop-height-natural .slideshow .placeholder-svg {
  min-height: 66vh;
}
@media screen and (max-width: 720px) {
  .slideshow--mobile-height-natural .slideshow .placeholder-svg {
    min-height: 25vh;
  }
}

.placeholder-background {
  background-color: 






#efdfd6




;
}

.placeholder-svg {
  background-color: 






#efdfd6




;
  fill: #ebebeb;
}

.money.no-price,
.money[data-orig-price=none] {
  display: none;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
}


  


  
  
.main-footer {
  padding: 0 15px;
  margin-top: 65px;
}
.main-footer .footer-message {
  overflow-wrap: break-word;
}
.main-footer .footer-message,
.main-footer .email {
  max-width: 500px;
  margin: 0 auto;
  font-size: 14px;
  color: #6c5b6b;
}
.main-footer .footer-message a,
.main-footer .email a {
  color: #6c5b6b;
  text-decoration: underline;
}
.main-footer .footer-message a:hover,
.main-footer .email a:hover {
  color: 










#5e4f5d




;
}
.main-footer .connect {
  display: block;
  font-size: 11px;
  text-align: center;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.main-footer .connect > li {
  display: inline-block;
  width: 33.3333333333%;
  height: 185px;
  text-align: center;
  vertical-align: top;
  border-left: 1px solid #ebebeb;
}
.main-footer .connect > li:first-child {
  border-left: 0;
}
@media screen and (max-width: 910px) {
  .main-footer .connect > li {
    width: 100%;
    height: auto;
    border-top: 1px solid #ebebeb;
    border-left: 0;
  }
  .main-footer .connect > li:first-child {
    border-top: 0;
  }
}
.main-footer .connect.module-count-1 > li, .main-footer .connect.module-count-2 > li {
  width: 50%;
}
.main-footer .connect.module-count-1 > li {
  border-left: 0;
}
.main-footer .connect .contact .title {
  margin-bottom: 6px;
}
.main-footer .connect .contact p {
  margin: 0;
}
.main-footer .connect .social .title {
  margin-bottom: 30px;
}
.main-footer .connect .social > ul {
  padding: 0 20px;
  font-size: 11px;
}
.main-footer .connect .social .social-link {
  position: relative;
  display: inline-block;
  width: auto;
  height: 24px;
  margin: 0 8px;
  border-radius: 4px;
}
.main-footer .connect .social .social-link a {
  color: #6c5b6b;
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.15s color;
}
.main-footer .connect .social .social-link a:hover {
  color: 










#5e4f5d




;
}
.main-footer .connect .social .social-link svg {
  width: auto;
  height: 100%;
  color: #6c5b6b;
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.main-footer .connect .social .social-link svg:hover {
  color: 










#5e4f5d




;
}
.main-footer .connect .newsletter .title {
  margin-bottom: 6px;
}
.main-footer .sub-footer {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  margin: 40px 0 60px;
  font-size: 14px;
  color: #94858f;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 910px) {
  .main-footer .sub-footer {
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
  }
}
.main-footer .sub-footer nav {
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
}
.main-footer .sub-footer nav li {
  display: inline-block;
  margin: 0 10px;
}
.main-footer .sub-footer nav li:first-child {
  margin-left: 0;
}
.main-footer .sub-footer nav a {
  color: #6c5b6b;
}
.main-footer .sub-footer nav a:hover {
  color: 










#5e4f5d




;
}
.main-footer .sub-footer nav .social-link {
  display: inline-block;
  width: auto;
  height: 24px;
  margin: 0 7px;
}
.main-footer .sub-footer nav svg {
  width: auto;
  height: 100%;
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.main-footer .sub-footer nav svg:hover {
  color: 










#5e4f5d




;
}
.main-footer .sub-footer p {
  margin: 50px 0 30px;
}
@media screen and (max-width: 910px) {
  .main-footer .sub-footer p {
    display: inline-block;
    margin: 10px 0 15px;
  }
}
.main-footer .sub-footer p a {
  color: #6c5b6b;
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.main-footer .sub-footer p a:hover {
  color: 










#5e4f5d




;
}
.main-footer .sub-footer nav ~ p {
  margin-top: 20px;
  color: #6c5b6b;
}
.main-footer .sub-footer nav ~ p a {
  color: #6c5b6b;
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.main-footer .sub-footer nav ~ p a:hover {
  color: 










#8a7984




;
}
.main-footer .sub-footer .payment-options {
  display: block;
  width: calc(100% + 6px);
  margin: 20px 0 25px -3px;
}
.main-footer .sub-footer .payment-options:first-child {
  margin-top: 0;
}
.main-footer .sub-footer .payment-options li {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 42px;
  max-height: 34px;
  margin: 0 3px;
}
.main-footer .sub-footer .payment-options svg {
  width: auto;
  height: 34px;
  max-width: 42px;
  max-height: 34px;
}
.main-footer .sub-footer__section--left,
.main-footer .sub-footer__section--right {
  flex: 1;
}
.main-footer .sub-footer__section--right {
  text-align: right;
}
@media screen and (max-width: 910px) {
  .main-footer .sub-footer__section--right {
    text-align: center;
  }
}
.main-footer .sub-footer__cross-border {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
}
.main-footer .sub-footer__cross-border:only-child {
  margin-bottom: 25px;
}
@media screen and (max-width: 910px) {
  .main-footer .sub-footer__cross-border {
    margin-right: auto;
  }
}
.main-footer .shopify-localization-form {
  display: flex;
}

#main-footer {
  line-height: 22px;
}
#main-footer .module-count-0 {
  border-bottom: 0;
}
#main-footer .newsletter,
#main-footer .contact,
#main-footer .footer-menu,
#main-footer .social {
  padding-top: 50px;
  padding-bottom: 55px;
  color: #6c5b6b;
}
@media screen and (max-width: 910px) {
  #main-footer .newsletter,
#main-footer .contact,
#main-footer .footer-menu,
#main-footer .social {
    padding-top: 40px;
  }
}
#main-footer .newsletter li,
#main-footer .contact li,
#main-footer .footer-menu li,
#main-footer .social li {
  font-size: 15px;
  line-height: 2em;
}
#main-footer .newsletter a,
#main-footer .contact a,
#main-footer .footer-menu a,
#main-footer .social a {
  color: #6c5b6b;
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
#main-footer .newsletter a:hover,
#main-footer .contact a:hover,
#main-footer .footer-menu a:hover,
#main-footer .social a:hover {
  color: 










#5e4f5d




;
}
#main-footer .sub-footer__section--left .social {
  padding-top: 0;
  padding-bottom: 0;
}
#main-footer .connect {
  display: table;
  width: 100%;
}
@media screen and (max-width: 910px) {
  #main-footer .connect {
    display: block;
  }
}
#main-footer .connect > li {
  padding-right: 20px;
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 1000px) {
  #main-footer .connect > li {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 910px) {
  #main-footer .connect > li {
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.main-footer-alt .connect .newsletter .wrap {
  width: 100%;
}
.main-footer-alt .connect > li:first-of-type {
  border: 0;
}
.main-footer-alt .footer-message + form {
  margin-top: 0px;
}
.main-footer-alt .module-count-2 > li {
  width: 50%;
}
.main-footer-alt .module-count-3 > li.first {
  width: 50%;
}
.main-footer-alt .module-count-3 > li:not(.first) {
  width: 25%;
}
.main-footer-alt .sub-footer__section--left p:only-child {
  margin: 5px 0;
}

.newsletter-wrap {
  display: flex;
  max-width: 400px;
  margin: 0 auto;
}
.newsletter-wrap .email {
  flex-grow: 1;
  width: 125px;
  margin: 0;
}
.newsletter-wrap .submit {
  flex-shrink: 0;
  margin-left: 12px;
}
.alert-message + .newsletter-wrap {
  margin-top: 25px;
}

a {
  color: #8b1026;
}

a:hover {
  color: 










#790e21




;
}

* {
  box-sizing: border-box;
}

input::-ms-clear {
  display: block;
}

input[type=text],
input[type=email],
input[type=number],
input[type=password],
textarea {
  border-radius: 0;
  -webkit-appearance: none;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #94858f;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #94858f;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #94858f;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #94858f;
}

textarea {
  background-color: #f6ede8;
}

body,
html {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  /* iOS position:fixed; elements fix (not 100%) */
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
}

html::before {
  display: none;
  content: "S,M,L";
}
html::after {
  display: none;
  content: "S";
}
@media (min-width: 720px) and (max-width: 960px) {
  html::after {
    content: "M";
  }
}
@media (min-width: 960px) {
  html::after {
    content: "L";
  }
}
html.scroll-locked {
  overflow: hidden;
}

body {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  color: #311d35;
  background-color: #f6ede8;
  -webkit-font-smoothing: antialiased;
}
.scroll-locked body {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
}
h1 b,
h1 strong,
h2 b,
h2 strong,
h3 b,
h3 strong,
h4 b,
h4 strong,
h5 b,
h5 strong,
h6 b,
h6 strong {
  font-weight: 700;
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
  font-style: italic;
}
h1 b em,
h1 strong em,
h1 em b,
h1 em strong,
h2 b em,
h2 strong em,
h2 em b,
h2 em strong,
h3 b em,
h3 strong em,
h3 em b,
h3 em strong,
h4 b em,
h4 strong em,
h4 em b,
h4 em strong,
h5 b em,
h5 strong em,
h5 em b,
h5 em strong,
h6 b em,
h6 strong em,
h6 em b,
h6 em strong {
  font-style: italic;
}

th,
b,
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

th em,
b em,
strong em,
em b,
em strong {
  font-style: italic;
}

mark {
  font-style: italic;
  color: #000;
  background: #ff0;
}

@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.main-header-wrap {
  position: relative;
  z-index: 5000;
}
.main-header-wrap .main-header {
  position: relative;
  background: #f6ede8;
}
.main-header-wrap .main-header::after {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: none;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
}
.main-header--minimal .main-header-wrap .main-header::after, .main-header--minimal-sticky .main-header-wrap .main-header::after {
  top: 100px;
}
.main-header-wrap .main-header.search-active::after {
  display: block;
}
@media (min-width: 720px) {
  .main-header-wrap.main-header--minimal {
    background-color: #f6ede8;
  }
}
.main-header-wrap.main-header--minimal-sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #f6ede8;
}
.no-js .main-header-wrap.main-header--minimal-sticky {
  position: relative;
}
@media (min-width: 720px) {
  .main-header-wrap.main-header--minimal-sticky {
    right: 0;
    left: 0;
    background-color: #f6ede8;
  }
}

@media (max-width: 719px) {
  .main-header--normal,
.main-header--expanded {
    border-bottom: 1px solid #dddddd;
  }
}

.action-links {
  position: relative;
  z-index: 2000;
  padding: 0 15px;
}
@media (max-width: 719px) {
  .action-links {
    min-width: 0;
  }
}
.main-header--normal:not(.main-header--centered) .action-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 719px) {
  .main-header--normal:not(.main-header--centered) .action-links {
    display: block;
  }
}
.main-header--normal:not(.main-header--centered) .action-links::before {
  order: 1;
}

@media screen and (max-width: 719px) {
  .header-mobile-stick .action-links {
    display: none;
  }
  .header-mobile-stick + * {
    padding-top: 175px;
  }
}
.main-header--minimal .main-header nav.full.multi-line::before {
  display: none;
}
.main-header--minimal ~ .page-body-content {
  padding-top: 1px;
}

.header-minimal {
  display: table;
  width: 100%;
  min-height: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
.main-header--centered .header-minimal {
  text-align: center;
  table-layout: fixed;
}
.header-minimal nav.full,
.header-minimal .store-title,
.header-minimal .main-header--tools {
  display: table-cell;
  padding: 30px 0;
  vertical-align: middle;
}
.main-header--minimal .header-minimal nav.full,
.main-header--minimal .header-minimal .store-title,
.main-header--minimal .header-minimal .main-header--tools {
  padding: 0;
}
.main-header--minimal .header-minimal .store-title {
  text-align: left;
}
@media (max-width: 959px) {
  .main-header--minimal .header-minimal .store-title {
    text-align: center;
  }
}
.main-header--centered .header-minimal .store-title {
  text-align: center;
}
@media (max-width: 719px) {
  .main-header--centered .header-minimal .store-title {
    z-index: 1;
    width: calc(100% - 150px);
  }
}
.main-header--minimal .header-minimal .store-title {
  padding: 20px 0;
}
.header-minimal nav.full {
  text-align: center;
}
@media (max-width: 719px) {
  .header-minimal nav.full {
    display: none;
  }
}
@media (max-width: 959px) {
  .main-header--minimal .header-minimal nav.full {
    display: none;
  }
}
.header-minimal nav.full.bordered {
  border: 0;
}
.header-minimal nav.full ul {
  text-align: left;
  white-space: normal;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header-minimal nav.full .nav-item .label::before {
  display: none;
}
@media (max-width: 959px) {
  .main-header--minimal .header-minimal .main-header--tools {
    width: 100%;
  }
  .main-header--minimal .header-minimal .main-header--tools .main-header--tools-group {
    justify-content: space-between;
  }
}
.main-header--centered .header-minimal .main-header--tools {
  width: 33.33333%;
}
@media (max-width: 719px) {
  .main-header--centered .header-minimal .main-header--tools {
    width: 100%;
  }
  .main-header--centered .header-minimal .main-header--tools .main-header--tools-group {
    justify-content: space-between;
  }
}
@media (max-width: 959px) {
  .main-header--minimal .header-minimal .main-header--tools {
    width: 100%;
  }
  .main-header--minimal .header-minimal .main-header--tools .main-header--tools-group {
    justify-content: space-between;
  }
}

@media (max-width: 719px) {
  .main-header .main-header--tools {
    width: 100%;
    max-width: 100%;
    margin-top: 14px;
  }
  .main-header .main-header--tools .main-header--tools-group {
    justify-content: space-between;
  }
}

@media (max-width: 719px) {
  nav.full {
    display: none;
  }
}

.store-title {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  display: block;
  max-width: 48%;
  margin: 40px 0;
  overflow: hidden;
  clear: left;
  font-size: 28px;
  word-break: break-word;
}
@media (max-width: 719px) {
  .store-title {
    max-width: 100%;
    margin: 50px 0 40px;
    font-size: 23px;
    text-align: center;
  }
}
@media (max-width: 959px) {
  html.header-layout-minimal.live-search-visible .store-title {
    display: none;
  }
}
.main-header--centered .store-title {
  float: none;
  max-width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 959px) {
  .main-header--minimal .store-title {
    position: relative;
    z-index: 3;
    display: block;
    max-width: 100%;
    width: calc(100% - 140px);
    margin: 0 auto;
  }
}
.main-header--minimal:not(.main-header--centered) .store-title {
  padding-left: 0;
  margin: 30px 0;
}
@media screen and (min-width: 960px) {
  .main-header--minimal:not(.main-header--centered) .store-title {
    padding-right: 20px;
    padding-left: 10px;
    text-align: left;
  }
}
@media (max-width: 959px) {
  .main-header--minimal:not(.main-header--centered) .store-title {
    margin: 0 auto;
  }
}
.store-title img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 200px;
}
.store-title a {
  display: inline-block;
  color: #8b1026;
}
.store-title a:hover {
  color: 










#790e21




;
}
@media (max-width: 719px) {
  .store-title a {
    display: inline;
    word-break: break-word;
  }
}
.main-header--normal .store-title:focus-within, .main-header--expanded .store-title:focus-within {
  outline: auto 5px -webkit-focus-ring-color;
  outline: auto 5px Highlight;
}
@media (max-width: 719px) {
  .main-header--normal .store-title.store-title--hidden-on-mobile, .main-header--expanded .store-title.store-title--hidden-on-mobile {
    display: none;
  }
}
@media (min-width: 720px) {
  .main-header--normal .store-title.store-title--hidden-on-desktop, .main-header--expanded .store-title.store-title--hidden-on-desktop {
    display: none;
  }
}

.store-logo {
  line-height: 0;
}
@media (max-width: 719px) {
  .store-logo {
    line-height: 1;
  }
}

.main-header--tools {
  position: relative;
  order: 2;
  float: right;
  max-width: 70%;
}
@media (max-width: 719px) {
  .main-header--tools {
    float: none;
  }
  .main-header--normal .main-header--tools::after, .main-header--expanded .main-header--tools::after {
    position: absolute;
    right: -15px;
    bottom: -14px;
    width: 100vw;
    height: 1px;
    background: #dddddd;
    content: "";
  }
}
.main-header--tools.search-active {
  z-index: 999;
}
.main-header--centered .main-header--tools, .main-header--expanded .main-header--tools {
  float: none;
  width: 100%;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 15px;
}
@media (max-width: 719px) {
  .main-header--centered .main-header--tools, .main-header--expanded .main-header--tools {
    margin-top: 14px;
  }
}
.main-header--minimal .main-header--tools {
  float: none;
  text-align: right;
  visibility: visible;
}
@media (max-width: 959px) {
  .main-header--minimal .main-header--tools {
    position: absolute;
    top: calc(50% - 10px);
    left: 15px;
    width: 100%;
    max-width: calc(100% - 30px);
    margin: 0;
  }
}

.main-header--tools-group {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.main-header--minimal .main-header--tools-group {
  justify-content: flex-end;
}

.main-header--tools-left,
.main-header--tools-right {
  display: flex;
  align-items: center;
}

.tool-container {
  display: flex;
}

@media (max-width: 1200px) {
  .main-header--centered.main-header--minimal .main-header--tools-left {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main-header--centered.main-header--minimal .main-header--tools-left .social-links {
    flex-basis: 100%;
    justify-content: flex-end;
    padding: 0;
    margin: 0 0 20px;
  }
  .main-header--centered.main-header--minimal .main-header--tools-left .social-links::before {
    display: none;
  }
}
@media (max-width: 959px) {
  .main-header--minimal .main-header--tools-left {
    justify-content: space-between;
    width: 100%;
  }
}

.search {
  cursor: pointer;
}

.main-header--tools .search,
.main-header--tools .menu,
.main-header--tools .mini-cart-wrap,
.main-header--tools .account-options {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin: 0 6px;
  font-size: 14px;
  color: #8b1026;
}
.main-header--minimal .main-header--tools .search .svg-icon:only-child,
.main-header--minimal .main-header--tools .menu .svg-icon:only-child,
.main-header--minimal .main-header--tools .mini-cart-wrap .svg-icon:only-child,
.main-header--minimal .main-header--tools .account-options .svg-icon:only-child {
  margin: 0;
}
.main-header--tools .search:hover, .main-header--tools .search.active,
.main-header--tools .menu:hover,
.main-header--tools .menu.active,
.main-header--tools .mini-cart-wrap:hover,
.main-header--tools .mini-cart-wrap.active,
.main-header--tools .account-options:hover,
.main-header--tools .account-options.active {
  color: 










#790e21




;
}
.main-header--tools .search.active,
.main-header--tools .menu.active,
.main-header--tools .mini-cart-wrap.active,
.main-header--tools .account-options.active {
  z-index: 5000;
}
.main-header--tools .account-options .svg-icon {
  width: 21px;
}
.main-header--tools .mini-cart-wrap {
  margin-right: 0;
  background: none;
  border: 0;
}
.main-header--tools .mini-cart-wrap .svg-icon {
  width: auto;
}
.main-header--tools .mini-cart-wrap _:-ms-fullscreen, :root .main-header--tools .mini-cart-wrap {
  width: 21px;
}
.main-header--tools .menu {
  display: none;
  margin-left: 0;
}
@media (max-width: 719px) {
  .main-header--tools .menu {
    display: flex;
  }
}
@media (max-width: 959px) {
  .main-header--minimal .main-header--tools .menu {
    display: flex;
  }
}
.main-header--tools .mini-cart-wrap {
  position: relative;
  cursor: pointer;
}
.main-header--tools .mini-cart-wrap .icon-bag,
.main-header--tools .mini-cart-wrap .icon-cart {
  padding-right: 12px;
}
.main-header--tools .mini-cart-wrap .item-count {
  position: absolute;
  top: 50%;
  left: calc(100% - 18px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 17px;
  min-width: 17px;
  padding: 3px;
  font-size: 10px;
  line-height: 1;
  color: #f6ede8;
  background-color: #8b1026;
  border-radius: 50%;
  transform: translateY(-50%);
}
.main-header--tools .mini-cart-wrap .item-count:empty {
  display: none;
}
.main-header--tools .mini-cart-wrap .item-count:empty + .icon-bag,
.main-header--tools .mini-cart-wrap .item-count:empty + .icon-cart {
  padding-right: 0;
}
.no-js .main-header--tools .mini-cart-wrap.mini-cart-wrap--no-js-hidden {
  display: none;
}

.main-header--tools-icon {
  display: block;
  margin: 0 8px;
}
.main-header--minimal .main-header--tools-icon {
  width: 1.32em;
  height: 1.32em;
  margin-right: 0.5em;
  vertical-align: middle;
}

.main-header--tools-label {
  margin-right: 6px;
  margin-left: 6px;
}
@media (max-width: 719px) {
  .main-header--tools-label {
    display: none;
  }
}
.main-header--minimal .main-header--tools-label {
  display: none;
}

@media (max-width: 719px) {
  .main-header .mobile-dropdown .social-links {
    display: flex;
    order: 1;
  }
}
@media (max-width: 959px) {
  .main-header--minimal .main-header .mobile-dropdown .social-links {
    display: flex;
    order: 1;
  }
}
.main-header .mobile-dropdown .social-links .social-link {
  margin-left: 12px;
  color: #8b1026;
}
.main-header .mobile-dropdown .social-links .social-link:first-child {
  margin-left: 0;
}

.main-header .social-links {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  padding-right: 20px;
  margin-right: 10px;
}
@media (max-width: 719px) {
  .main-header .social-links {
    display: none;
  }
}
@media (max-width: 959px) {
  .main-header--minimal .main-header .social-links {
    display: none;
  }
}
.main-header--minimal .main-header .social-links {
  order: -1;
}
.main-header .social-links .social-link {
  margin-left: 10px;
  color: #8b1026;
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.main-header .social-links .social-link:hover, .main-header .social-links .social-link.active {
  color: 










#790e21




;
}
.main-header .social-links .social-link .svg-icon {
  width: 18px;
  height: 18px;
}
.main-header .social-links .social-link .svg-icon.icon-facebook {
  margin: 0 1px;
}
.main-header .social-links .social-link .svg-icon.icon-tumblr {
  margin: 0 -1px;
}

.home-video-embed-wrapper {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: opacity 0.2s ease-out;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: none;
  background: rgba(0, 0, 0, 0.8);
}
.home-video-embed-wrapper.opening {
  display: block;
}
.home-video-embed-wrapper.open {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.home-video-embed {
  width: 100%;
  padding: 30px;
  margin: 0 auto;
}
.home-video-embed.centered {
  position: absolute;
  top: 50%;
  padding: 0 30px;
}
.home-video-embed iframe {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: opacity 0.4s ease-out;
}
.home-video-embed .fluid-width-video-wrapper iframe {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.home-video .home-module-content {
  position: relative;
}

.home-video-screenshot {
  position: relative;
}
.home-video-screenshot img,
.home-video-screenshot svg {
  display: block;
  width: 100%;
}

.home-video-content {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 640px;
  padding: 0 30px;
  color: #fff;
  text-align: center;
}
@media (min-width: 720px) {
  .sidebar-enabled .home-video-content {
    transform: translate(0, 0);
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
  }
}
.text-color-dark .home-video-content {
  color: #000;
}
.home-video-content h2 {
  margin: 30px 0 0;
  font-size: 40px;
  color: inherit;
}
@media (min-width: 720px) {
  .sidebar-enabled .home-video-content h2 {
    font-size: 24px;
  }
}
.home-video-content p {
  margin-top: 30px;
}
.home-video-content .button {
  color: #fff;
  background: none;
  border: 2px solid #fff;
}
.text-color-dark .home-video-content .button {
  color: #000;
  border-color: #000;
}
@media (min-width: 720px) {
  .sidebar-enabled .text-color-dark .home-video-content .button, .sidebar-enabled .text-color-light .home-video-content .button {
    border: 0;
  }
}

.home-video-play-button {
  cursor: pointer;
}
.text-color-dark .home-video-play-button {
  color: #000;
}
.home-video-play-button svg {
  width: 55px;
  height: 55px;
  padding: 15px;
  color: #311d35;
  vertical-align: middle;
  background-color: #f6ede8;
  border-radius: 50%;
}
@media (min-width: 720px) {
  .sidebar-enabled .home-video-play-button {
    display: none;
  }
}
.home-video-play-button.mobile {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  width: 100%;
  text-align: center;
}
@media (min-width: 720px) {
  .sidebar-enabled .home-video-play-button.mobile {
    display: block;
  }
}

.live-search-visible .main-header--minimal:not(.main-header--centered) nav {
  pointer-events: none;
  opacity: 0;
}
.live-search-visible .main-header--minimal .social-links {
  pointer-events: none;
  opacity: 0;
}
.live-search-visible .main-header--minimal .tool-container > :not(.live-search) {
  pointer-events: none;
  opacity: 0;
}

.main-header nav {
  border-top: 1px solid #dddddd;
  opacity: 1;
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.main-header nav.bordered {
  border-bottom: 1px solid #dddddd;
}
.main-header nav .dropdown > details[open] + .dropdown-wrap {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}

.main-header--nav-links summary {
  list-style: none;
  cursor: pointer;
}
.main-header--nav-links summary::-webkit-details-marker {
  display: none;
}
.main-header--nav-links .has-mega-nav > details[open] + .mega-nav {
  top: auto;
  display: block;
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}

.main-header--minimal nav.compact {
  display: none;
}
@media screen and (max-width: 1200px) {
  .main-header--minimal nav.compact {
    display: block;
  }
}

.main-header--centered:not(.main-header--minimal) nav.full > ul {
  text-align: center;
}

.main-header--normal:not(.main-header--centered) .main-header--nav-links,
.main-header--expanded:not(.main-header--centered) .main-header--nav-links {
  margin-left: -23px;
}
.main-header--normal:not(.main-header--centered) .main-header--nav-links > li.first.dropdown,
.main-header--expanded:not(.main-header--centered) .main-header--nav-links > li.first.dropdown {
  margin-left: 23px;
}

.main-header nav.full {
  position: relative;
  z-index: 1000;
}
.main-header--minimal .main-header nav.full {
  position: static;
}
.main-header nav.full.multi-line {
  text-align: center;
}
.main-header nav.full.multi-line::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  height: 1px;
  background-color: #ebebeb;
  content: "";
}
.main-header nav.full.compress .nav-item > .label,
.main-header nav.full.compress .nav-item > details .label {
  padding: 25px 15px;
}
.main-header--minimal .main-header nav.full.compress .nav-item > .label,
.main-header--minimal .main-header nav.full.compress .nav-item > details .label {
  padding: 15px;
}
.main-header nav.full.compress .nav-item.dropdown > a .icon, .main-header nav.full.compress .nav-item.has-mega-nav > a .icon {
  right: 12px;
  line-height: 14px;
}
.main-header nav.full .nav-item {
  position: relative;
  display: inline-block;
  text-align: left;
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1) color, 0.15s cubic-bezier(0.4, 0, 0.2, 1) background-color, 0.15s cubic-bezier(0.4, 0, 0.2, 1) border;
}
.main-header nav.full .nav-item .icon-wrapper {
  display: flex;
  align-items: center;
}
.main-header nav.full .nav-item svg {
  margin-left: 6px;
}
.main-header nav.full .nav-item > .label,
.main-header nav.full .nav-item > details .label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  font-size: 13px;
  color: #8b1026;
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.main-header nav.full .nav-item > .label:hover,
.main-header nav.full .nav-item > details .label:hover {
  color: 










#540a17




;
}
.main-header nav.full .nav-item > .label::before, .main-header nav.full .nav-item > .label::after,
.main-header nav.full .nav-item > details .label::before,
.main-header nav.full .nav-item > details .label::after {
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1) color, 0.15s cubic-bezier(0.4, 0, 0.2, 1) background-color, 0.15s cubic-bezier(0.4, 0, 0.2, 1) border, 0.15s cubic-bezier(0.4, 0, 0.2, 1) opacity;
}
.main-header nav.full .nav-item > .label::after,
.main-header nav.full .nav-item > details .label::after {
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  background-color: #f6ede8;
  content: "";
  opacity: 0;
}
.main-header nav.full .nav-item.last a::before {
  /* display: none; */
}
.main-header nav.full .nav-item.dropdown {
  position: relative;
}
.main-header nav.full .nav-item.dropdown.has-mega-nav {
  position: static;
}
.main-header nav.full .nav-item.dropdown > .label::after,
.main-header nav.full .nav-item.dropdown > details .label::after {
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  background-color: #f6ede8;
  content: "";
}
.main-header nav.full .nav-item .dropdown:hover .dropdown-wrap {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}
.main-header nav.full .nav-item.dropdown:hover, .main-header nav.full .nav-item.has-mega-nav.active,
.main-header nav.full .nav-item > details[open] {
  background-color: #f6ede8;
}
.main-header nav.full .nav-item.dropdown:hover > .label,
.main-header nav.full .nav-item.dropdown:hover > details .label, .main-header nav.full .nav-item.has-mega-nav.active > .label,
.main-header nav.full .nav-item.has-mega-nav.active > details .label,
.main-header nav.full .nav-item > details[open] > .label,
.main-header nav.full .nav-item > details[open] > details .label {
  color: #8b1026;
}
.main-header nav.full .nav-item.dropdown:hover > .label::before,
.main-header nav.full .nav-item.dropdown:hover > details .label::before, .main-header nav.full .nav-item.has-mega-nav.active > .label::before,
.main-header nav.full .nav-item.has-mega-nav.active > details .label::before,
.main-header nav.full .nav-item > details[open] > .label::before,
.main-header nav.full .nav-item > details[open] > details .label::before {
  background-color: #f6ede8;
}
.main-header nav.full .nav-item.dropdown:hover > .label::after,
.main-header nav.full .nav-item.dropdown:hover > details .label::after, .main-header nav.full .nav-item.has-mega-nav.active > .label::after,
.main-header nav.full .nav-item.has-mega-nav.active > details .label::after,
.main-header nav.full .nav-item > details[open] > .label::after,
.main-header nav.full .nav-item > details[open] > details .label::after {
  opacity: 1;
}
.main-header--minimal .main-header nav.full .nav-item.dropdown:hover > .label::after,
.main-header--minimal .main-header nav.full .nav-item.dropdown:hover > details .label::after, .main-header--minimal .main-header nav.full .nav-item.has-mega-nav.active > .label::after,
.main-header--minimal .main-header nav.full .nav-item.has-mega-nav.active > details .label::after,
.main-header--minimal .main-header nav.full .nav-item > details[open] > .label::after,
.main-header--minimal .main-header nav.full .nav-item > details[open] > details .label::after {
  display: none;
}
.main-header nav.full .nav-item.dropdown:hover > .dropdown-wrap,
.main-header nav.full .nav-item.dropdown:hover > .mega-nav, .main-header nav.full .nav-item.has-mega-nav.active > .dropdown-wrap,
.main-header nav.full .nav-item.has-mega-nav.active > .mega-nav,
.main-header nav.full .nav-item > details[open] > .dropdown-wrap,
.main-header nav.full .nav-item > details[open] > .mega-nav {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}
.main-header nav.full .nav-item .icon {
  position: absolute;
  top: 12px;
  right: 22px;
}
.main-header nav.full .nav-item .dropdown-wrap {
  position: absolute;
  top: 100%;
  left: -1px;
  z-index: 1000;
  width: 218px;
  padding-top: 15px;
  padding-bottom: 18px;
  pointer-events: none;
  visibility: hidden;
  background-color: #f6ede8;
  opacity: 0;
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1) opacity;
}
.main-header--minimal .main-header nav.full .nav-item .dropdown-wrap {
  left: 0;
}
.main-header nav.full .nav-item .dropdown-wrap.child {
  top: -15px;
  right: -218px;
  left: auto;
}
.main-header nav.full .nav-item .dropdown-wrap.dropdown-right {
  right: 0;
  left: auto;
}
.main-header nav.full .nav-item .dropdown-wrap.dropdown-right.child {
  right: 218px;
}
.main-header nav.full .nav-item .dropdown-wrap .dropdown-item {
  position: relative;
}
.main-header nav.full .nav-item .dropdown-wrap .dropdown-item:hover > a .label,
.main-header nav.full .nav-item .dropdown-wrap .dropdown-item:hover > a .icon,
.main-header nav.full .nav-item .dropdown-wrap .dropdown-item:hover > details .label,
.main-header nav.full .nav-item .dropdown-wrap .dropdown-item:hover > details .icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.main-header nav.full .nav-item .dropdown-wrap .dropdown-item a,
.main-header nav.full .nav-item .dropdown-wrap .dropdown-item details {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  display: block;
  padding: 4px 42px 7px 25px;
  font-size: 15px;
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.main-header nav.full .nav-item .dropdown-wrap .dropdown-item a:hover,
.main-header nav.full .nav-item .dropdown-wrap .dropdown-item details:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.main-header nav.full .nav-item .dropdown-wrap .dropdown-item a .label, .main-header nav.full .nav-item .dropdown-wrap .dropdown-item a .icon,
.main-header nav.full .nav-item .dropdown-wrap .dropdown-item details .label,
.main-header nav.full .nav-item .dropdown-wrap .dropdown-item details .icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  color: #8b1026;
  background-color: #f6ede8;
}

.mega-nav {
  position: absolute;
  top: 100%;
  right: 0;
  left: -1px;
  z-index: 1000;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  background-color: #f6ede8;
  box-shadow: 0 1px 0 0 rgba(246, 237, 232, 0.2);
  opacity: 0;
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1) opacity;
}
.mega-nav.visible {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}
.main-header--minimal .mega-nav {
  top: auto;
  left: 0;
  margin-top: 0;
}
.mega-nav .mega-nav-wrap {
  position: relative;
  left: -5px;
  padding: 0;
}
.mega-nav .mega-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mega-nav .back {
  transform: scale(1.05);
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  position: absolute;
  top: 47px;
  left: 50%;
  z-index: 5000;
  display: none;
  width: 0;
  height: 0;
  margin-left: -2px;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #8b1026;
  border-left: 5px solid transparent;
}
.mega-nav .back:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.mega-nav .list {
  display: inline-block;
  align-content: stretch;
  flex-grow: 1;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 25px;
  margin-bottom: 30px;
  vertical-align: top;
  background-color: #f6ede8;
}
.mega-nav .list.one-col {
  width: 100%;
}
.mega-nav .list.one-col .list-item {
  width: 150px;
}
.mega-nav .list.two-col {
  flex-basis: 45%;
}
.mega-nav .list.three-col {
  flex-basis: 28%;
}
.mega-nav .list.two-columns {
  flex-basis: 100%;
}
.mega-nav .list .label {
  width: 100%;
  padding: 10px 0 10px;
  margin: 0 0 16px;
  font-size: 14px;
  color: #8b1026;
  border-bottom: 1px solid rgba(139, 16, 38, 0.15);
}
.mega-nav .list .label a {
  color: #8b1026;
}
.mega-nav .list .list-item {
  display: inline-block;
  width: 50%;
  padding-right: 10px;
  margin: 0 -4px 9px 0;
  vertical-align: top;
}
.mega-nav .list .list-item.one-column {
  display: block;
  width: 100%;
}
.mega-nav .list .list-item a {
  display: inline-block;
  min-width: 100px;
  font-size: 15px;
  color: #8b1026;
  background-color: #f6ede8;
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.mega-nav .list .list-item a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.mega-nav .list .list-item a.show-more {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.mega-nav .list .list-item .more-icon {
  position: relative;
  top: -1px;
  margin-left: 6px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 100;
}
.mega-nav .expanded-list,
.mega-nav .category-list {
  position: relative;
  display: none;
}
.mega-nav .expanded-list .list,
.mega-nav .category-list .list {
  display: none;
  width: 100%;
  margin-left: 0;
}
.mega-nav .expanded-list .list.active,
.mega-nav .category-list .list.active {
  display: block;
}
.mega-nav .expanded-list .list-item,
.mega-nav .category-list .list-item {
  width: 150px;
}

.mobile-dropdown {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  pointer-events: none;
  background-color: rgba(246, 237, 232, 0);
  content: "";
  opacity: 0;
  transform: translateX(-100%);
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1) background-color, 0s 0.35s cubic-bezier(0.4, 0, 0.2, 1) transform, 0s 0.35s cubic-bezier(0.4, 0, 0.2, 1) opacity;
}
.mobile-dropdown .mobile-dropdown--wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  max-width: 350px;
  background-color: #f6ede8;
  transform: translateX(-100%);
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1) transform;
}
.mobile-dropdown.active .mobile-dropdown--wrapper {
  transform: translateX(0);
}
.mobile-dropdown.active .mobile-dropdown--wrapper .list.primary {
  -webkit-overflow-scrolling: touch;
}
.mobile-dropdown.active {
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transform: translateX(0);
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1) background-color, 0s cubic-bezier(0.4, 0, 0.2, 1) opacity;
}
.mobile-dropdown .mobile-dropdown--content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}
.mobile-dropdown .mobile-dropdown--tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  padding: 14px 18px;
  margin: 0 auto;
}
.mobile-dropdown .mobile-dropdown--close {
  position: relative;
  cursor: pointer;
}
.mobile-dropdown .mobile-dropdown--close .icon-close {
  width: 14px;
  height: 14px;
  color: #8b1026;
}
.mobile-dropdown .list.primary {
  width: 100%;
  overflow-y: auto;
  background-color: #f6ede8;
}
.mobile-dropdown .list.secondary, .mobile-dropdown .list.tertiary {
  display: none;
  overflow: hidden;
}
.mobile-dropdown .list.secondary {
  background-color: 






#efdfd6




;
}
.mobile-dropdown .list.secondary .list-item a {
  background-color: 






#efdfd6




;
}
.mobile-dropdown .list.tertiary {
  background-color: 






#ebd6cb




;
}
.mobile-dropdown .list.tertiary .list-item a {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
  background-color: 






#ebd6cb




;
}
.mobile-dropdown .list.tertiary .list-item:first-child a {
  padding-top: 20px;
}
.mobile-dropdown .list.tertiary .list-item:last-child a {
  padding-bottom: 20px;
}
.mobile-dropdown .list.quaternary {
  display: none;
  background-color: 






#ebd6cb




;
}
.mobile-dropdown .list.quaternary .list-item a {
  background-color: 






#ebd6cb




;
}
.mobile-dropdown .list .list-item {
  width: 100%;
}
.mobile-dropdown .list .list-item a {
  position: relative;
  display: block;
  padding: 16px 18px;
  margin: 0 auto;
  font-size: 13px;
  color: #8b1026;
}
.mobile-dropdown .list .list-item .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  text-align: center;
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1) background-color;
  -webkit-tap-highlight-color: rgba(139, 16, 38, 0.2);
}
.mobile-dropdown .list .list-item .icon svg {
  max-width: 100%;
  max-height: 100%;
}
.mobile-dropdown .list .list-item .icon:active {
  background-color: rgba(139, 16, 38, 0.1);
}
.mobile-dropdown .list .list-item.expanded > a .plus,
.mobile-dropdown .list .list-item.expanded > a .minus {
  transform: translate(-50%, -50%) rotate(0deg);
}
.mobile-dropdown .list .list-item.expanded > a .plus {
  opacity: 0;
}
.mobile-dropdown .list .list-item.expanded > a .minus {
  opacity: 1;
}
.mobile-dropdown .list .list-item .plus,
.mobile-dropdown .list .list-item .minus {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 11px;
  height: 11px;
  transform: translate(-50%, -50%) rotate(-90deg);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1) opacity, 0.25s cubic-bezier(0.4, 0, 0.2, 1) transform;
  transform-origin: 50% 65%;
}
.mobile-dropdown .list .list-item .minus {
  opacity: 0;
}
.mobile-dropdown .social-links {
  justify-content: flex-start;
  padding: 20px 18px;
}
.mobile-dropdown .social-links::before {
  display: none;
}
@media (min-width: 960px) {
  .main-header--minimal .mobile-dropdown {
    display: none;
  }
}
@media (min-width: 720px) {
  .main-header--normal .mobile-dropdown {
    display: none;
  }
}
.no-js .mobile-dropdown {
  display: none;
}

.rte, .pxs-newsletter-text {
  font-size: 19px;
}
.rte p, .pxs-newsletter-text p,
.rte blockquote,
.pxs-newsletter-text blockquote,
.rte h1,
.pxs-newsletter-text h1,
.rte h2,
.pxs-newsletter-text h2,
.rte ul,
.pxs-newsletter-text ul,
.rte ol,
.pxs-newsletter-text ol {
  margin: 0 0 20px;
}
.rte p, .pxs-newsletter-text p,
.rte blockquote,
.pxs-newsletter-text blockquote,
.rte li,
.pxs-newsletter-text li,
.rte a,
.pxs-newsletter-text a {
  /* font-size: 15px; */
  line-height: 22px;
}
.rte > table:first-child, .pxs-newsletter-text > table:first-child {
  margin-top: 0;
}
.rte > p:first-child .image-wrap, .pxs-newsletter-text > p:first-child .image-wrap {
  margin-top: 6px;
}
.rte ul, .pxs-newsletter-text ul,
.rte ol,
.pxs-newsletter-text ol {
  padding-left: 20px;
}
.rte ul, .pxs-newsletter-text ul {
  list-style-type: disc;
}
.rte ol, .pxs-newsletter-text ol {
  list-style-type: decimal;
}
.rte li, .pxs-newsletter-text li {
  margin: 8px 0;
}
.rte blockquote, .pxs-newsletter-text blockquote {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  padding-left: 20px;
  margin-left: 0;
  color: #6c5b6b;
  border-left: 2px solid #f8f8f8;
}
.rte img, .pxs-newsletter-text img {
  max-width: 100%;
}
.rte iframe, .pxs-newsletter-text iframe,
.rte object,
.pxs-newsletter-text object,
.rte embed,
.pxs-newsletter-text embed {
  border: 0;
  outline: 0;
}
.rte a, .pxs-newsletter-text a {
  color: #8b1026;
}
.rte a:hover, .pxs-newsletter-text a:hover {
  color: 










#790e21




;
}
.rte h1, .pxs-newsletter-text h1,
.rte h2,
.pxs-newsletter-text h2,
.rte h3,
.pxs-newsletter-text h3,
.rte h4,
.pxs-newsletter-text h4,
.rte h5,
.pxs-newsletter-text h5,
.rte h6,
.pxs-newsletter-text h6 {
  font-weight: 7000;
  color: #8b1026;
}
.rte h1, .pxs-newsletter-text h1 {
  margin: 40px 0 20px;
  font-size: 28px;
}
.rte h2, .pxs-newsletter-text h2 {
  margin: 40px 0 20px;
  font-size: 21px;
}
.rte h3, .pxs-newsletter-text h3 {
  margin: 40px 0 18px;
  font-size: 18px;
}
.rte h4, .pxs-newsletter-text h4 {
  margin: 40px 0 16px;
  font-size: 16px;
}
.rte h5, .pxs-newsletter-text h5 {
  margin: 40px 0 14px;
  font-size: 14px;
}
.rte h6, .pxs-newsletter-text h6 {
  margin: 40px 0 12px;
  font-size: 12px;
}
.rte hr, .pxs-newsletter-text hr {
  width: 100%;
  height: 1px;
  margin: 40px 0;
  background-color: #f8f8f8;
  border: 0;
  outline: 0;
}
@media (max-width: 719px) {
  .rte hr, .pxs-newsletter-text hr {
    margin: 20px 0;
  }
}
.rte .caption, .pxs-newsletter-text .caption {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
  color: #6c5b6b;
}
.rte .image-wrap, .pxs-newsletter-text .image-wrap {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.rte .image-wrap img, .pxs-newsletter-text .image-wrap img,
.rte .image-wrap svg,
.pxs-newsletter-text .image-wrap svg {
  position: relative;
  z-index: -2;
  display: block;
}
.rte table, .pxs-newsletter-text table {
  display: block;
  width: 100%;
  margin: 30px 0;
  overflow-x: auto;
  white-space: nowrap;
  border: 1px solid #ebebeb;
}
.rte table td, .pxs-newsletter-text table td, .rte table th, .pxs-newsletter-text table th {
  padding: 18px 20px;
  border: 1px solid #f8f8f8;
}
.rte table thead td, .pxs-newsletter-text table thead td, .rte table thead th, .pxs-newsletter-text table thead th {
  background-color: #f3ede9;
}
.rte .tabs, .pxs-newsletter-text .tabs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
  list-style: none;
}
@media (min-width: 960px) {
  .rte .tabs, .pxs-newsletter-text .tabs {
    border-bottom: 1px solid #ebebeb;
  }
}
body:not(.user-is-tabbing) .rte .tabs :focus, body:not(.user-is-tabbing) .pxs-newsletter-text .tabs :focus {
  outline: 0;
}
.rte .tabs > li:not(.grouped-content-content), .pxs-newsletter-text .tabs > li:not(.grouped-content-content) {
  display: block;
  width: auto;
  margin: 0;
  color: #8b1026;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1) border, 0.15s cubic-bezier(0.4, 0, 0.2, 1) opacity;
}
.rte .tabs > li:not(.grouped-content-content).active, .pxs-newsletter-text .tabs > li:not(.grouped-content-content).active {
  opacity: 1;
}
@media (max-width: 959px) {
  .rte .tabs > li:not(.grouped-content-content), .pxs-newsletter-text .tabs > li:not(.grouped-content-content) {
    font-size: 13px;
    border-top: 1px solid #ebebeb;
  }
}
@media (min-width: 960px) {
  .rte .tabs > li:not(.grouped-content-content), .pxs-newsletter-text .tabs > li:not(.grouped-content-content) {
    display: inline-block;
    padding: 0 0 12px;
    margin: 10px 20px 0 0;
    font-size: 12px;
    border-bottom: 1px solid transparent;
    transform: translateY(1px);
  }
  .rte .tabs > li:not(.grouped-content-content).active, .pxs-newsletter-text .tabs > li:not(.grouped-content-content).active {
    border-bottom-color: #8b1026;
  }
}
.rte .tabs-content, .pxs-newsletter-text .tabs-content {
  display: none;
  width: 100%;
  height: auto;
}
@media (min-width: 960px) {
  .rte .tabs-content, .pxs-newsletter-text .tabs-content {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-align: left;
    list-style: none;
  }
  .rte .tabs-content > li, .pxs-newsletter-text .tabs-content > li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 30px 0 20px;
    pointer-events: none;
    opacity: 0;
    transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1) opacity;
  }
  .no-js .rte .tabs-content > li, .no-js .pxs-newsletter-text .tabs-content > li {
    position: relative;
    opacity: 1;
  }
  .rte .tabs-content > li.active, .pxs-newsletter-text .tabs-content > li.active {
    position: relative;
    pointer-events: all;
    opacity: 1;
    transition: 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1) opacity;
  }
}
.no-js .rte .tabs-content, .no-js .pxs-newsletter-text .tabs-content {
  display: block;
}
.rte .grouped-content-layout-accordion .grouped-content-triggers, .pxs-newsletter-text .grouped-content-layout-accordion .grouped-content-triggers {
  display: block;
  border-bottom: 0;
}
.rte .grouped-content-layout-accordion .grouped-content-trigger, .pxs-newsletter-text .grouped-content-layout-accordion .grouped-content-trigger {
  position: relative;
  display: block;
  padding: 14px 22px 14px 0;
  margin: 0;
  font-size: 13px;
  border-top: 1px solid #ebebeb;
}
.rte .grouped-content-layout-accordion .grouped-content-trigger:before, .pxs-newsletter-text .grouped-content-layout-accordion .grouped-content-trigger:before, .rte .grouped-content-layout-accordion .grouped-content-trigger:after, .pxs-newsletter-text .grouped-content-layout-accordion .grouped-content-trigger:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  transform: translateY(-50%) rotate(-90deg);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1) opacity, 0.25s cubic-bezier(0.4, 0, 0.2, 1) transform;
}
.rte .grouped-content-layout-accordion .grouped-content-trigger:before, .pxs-newsletter-text .grouped-content-layout-accordion .grouped-content-trigger:before {
  content: url("data:image/svg+xml;utf8, <svg fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"10\" viewBox=\"0 0 13 13\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.69225 5.69225V0H7.07107V5.69225H12.7633L12.7633 7.07107L7.07107 7.07107L7.07107 12.7633H5.69225L5.69225 7.07107L5.91697e-07 7.07107L0 5.69225H5.69225Z\" fill=\"%23liquid-object(\"settings.title-colour | color_to_hex | replace: '#', ''\")\"/></svg>");
}
.rte .grouped-content-layout-accordion .grouped-content-trigger:after, .pxs-newsletter-text .grouped-content-layout-accordion .grouped-content-trigger:after {
  content: url("data:image/svg+xml;utf8, <svg fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"10\" viewBox=\"0 0 13 13\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.7633 0L12.7633 1.37882H0V0H12.7633Z\" transform=\"translate(0 5.69238)\" fill=\"%23liquid-object(\"settings.title-colour | color_to_hex | replace: '#', ''\")\"/></svg>");
  opacity: 0;
}
.rte .grouped-content-layout-accordion .grouped-content-trigger.active:before, .pxs-newsletter-text .grouped-content-layout-accordion .grouped-content-trigger.active:before, .rte .grouped-content-layout-accordion .grouped-content-trigger.active:after, .pxs-newsletter-text .grouped-content-layout-accordion .grouped-content-trigger.active:after {
  transform: translateY(-50%) rotate(0deg);
}
.rte .grouped-content-layout-accordion .grouped-content-trigger.active:before, .pxs-newsletter-text .grouped-content-layout-accordion .grouped-content-trigger.active:before {
  opacity: 0;
}
.rte .grouped-content-layout-accordion .grouped-content-trigger.active:after, .pxs-newsletter-text .grouped-content-layout-accordion .grouped-content-trigger.active:after {
  opacity: 1;
}
.rte .grouped-content-layout-accordion .grouped-content-content, .pxs-newsletter-text .grouped-content-layout-accordion .grouped-content-content {
  display: block;
  height: 0;
  margin: 0;
  overflow: hidden;
  white-space: normal;
  opacity: 0;
}
.rte .grouped-content-layout-accordion .grouped-content-content p:first-child, .pxs-newsletter-text .grouped-content-layout-accordion .grouped-content-content p:first-child {
  margin-top: 10px;
}
.rte .grouped-content-layout-accordion .grouped-content-content.active, .pxs-newsletter-text .grouped-content-layout-accordion .grouped-content-content.active {
  height: auto;
  margin-bottom: 12px;
  opacity: 1;
}

.column-title {
  display: none;
}

table.mobile-layout {
  border-bottom: 0;
}
table.mobile-layout .column-title {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  width: 114px;
  padding-right: 23px;
  font-weight: 700;
}
table.mobile-layout thead {
  display: none;
}
table.mobile-layout tr td {
  display: block;
  width: 100%;
  text-align: left;
  border-top: 1px solid #ebebeb !important;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
table.mobile-layout tr td:first-child {
  border-top: 0 !important;
}
table.mobile-layout tr td:last-child {
  border-bottom: 1px solid #ebebeb !important;
}
table.mobile-layout tr:nth-child(even) td {
  background: #f3ede9;
}

.template-404 .content {
  padding-bottom: 60px;
}
.template-404 .message {
  width: 50%;
  margin: 40px auto;
  text-align: center;
}
@media (max-width: 719px) {
  .template-404 .message {
    width: 100%;
    margin-top: 0;
  }
}

.customer .empty {
  margin-top: 0;
}
.customer .message {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: italic;
  font-weight: 400;
  margin: 20px 0 50px;
  font-size: 14px;
  color: #6c5b6b;
}
@media (max-width: 719px) {
  .customer .page-title {
    border-bottom: 1px solid #ebebeb;
  }
}
.customer .back-link {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  display: none;
  margin-bottom: 20px;
  font-size: 15px;
  color: #6c5b6b;
}
@media (max-width: 719px) {
  .customer .back-link {
    display: inline-block;
  }
}
.customer .header-link {
  float: right;
  margin-top: 20px;
  margin-left: -100%;
  font-size: 15px;
  color: #6c5b6b;
  text-decoration: underline;
}
@media (max-width: 719px) {
  .customer .header-link {
    display: inline-block;
    float: none;
    margin-top: 25px;
    margin-left: 0;
  }
}
.customer .account-form {
  width: 38%;
  padding: 25px 0 100px;
}
@media (max-width: 719px) {
  .customer .account-form {
    width: 100%;
    padding: 10px 0 55px;
    text-align: center;
  }
}
.customer .account-form .error-message {
  width: 100%;
  height: auto;
  margin: 0 0 25px;
  text-align: center;
}
@media (max-width: 719px) {
  .customer .account-form .error-message {
    margin-top: 25px;
  }
}
.customer .account-form .error-message span {
  display: inline-block;
  margin-top: 12px 0;
}
.customer .account-form .field-wrap {
  margin-top: 20px;
}
.customer .account-form .field-wrap.author {
  margin-top: 0;
}
@media (max-width: 719px) {
  .customer .account-form .field-wrap label {
    text-align: left;
  }
}
.customer .account-form .field-wrap .field {
  width: 100%;
}
.customer .account-form .field-wrap textarea {
  min-height: 210px;
}
.customer .account-form .submit-button {
  margin-top: 30px;
}
@media (max-width: 719px) {
  .customer .account-form .submit-button {
    width: 100%;
    margin-top: 35px;
  }
}
.customer .account-form .helper {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  margin: 0 0 8px 15px;
  font-size: 15px;
  color: #6c5b6b;
  vertical-align: bottom;
}
@media (max-width: 719px) {
  .customer .account-form .helper {
    margin: 30px 0 0;
  }
}
.customer .table {
  width: 100%;
  margin-top: 28px;
}
.customer .table th {
  padding: 22px 2vw 16px;
  font-size: 12px;
}
.customer .table th.first {
  text-align: left;
  padding-left: 0;
}
.customer .table th.last {
  text-align: right;
  padding-right: 0;
}
.customer .table td {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  position: relative;
  padding: 28px 2vw;
  font-size: 14px;
  color: #311d35;
  text-align: center;
  vertical-align: middle;
}
.customer .table td.first {
  padding-left: 0;
  text-align: left;
}
.customer .table td.last {
  padding-right: 0;
  text-align: right;
}
.customer .table td::before {
  display: none;
  width: 25%;
  margin-right: 20px;
  color: #6c5b6b;
  text-align: right;
}
.customer .orders-history th,
.customer .orders-history td {
  width: 23%;
}
.customer .orders-history th.first,
.customer .orders-history td.first {
  width: 31%;
}
.customer thead tr {
  border: 0;
}
.customer tr {
  border-top: 1px solid #ebebeb;
}
.customer tr.last {
  border-bottom: 1px solid #ebebeb;
}

.customer.account .content-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  min-height: 200px;
  margin: 50px 0 85px;
}
@media (max-width: 719px) {
  .customer.account .content-wrap {
    flex-direction: column;
  }
}
.customer.account .title {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
}
@media (max-width: 719px) {
  .customer.account .title {
    text-align: center;
  }
}
.customer.account .account-info {
  padding-right: 30px;
  font-size: 14px;
}
@media (max-width: 719px) {
  .customer.account .account-info {
    width: 100%;
    padding-right: 0;
    margin-top: 50px;
    margin-bottom: 40px;
    text-align: center;
  }
}
.customer.account .account-info .name,
.customer.account .account-info .email,
.customer.account .account-info .address,
.customer.account .account-info .city,
.customer.account .account-info .country,
.customer.account .account-info .view-addresses {
  display: block;
}
.customer.account .account-info .name {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 12px;
  color: #8b1026;
}.customer.account .account-info .name {
    font-size: 15.75px !important;
    text-transform: uppercase;
  }.customer.account .account-info .email {
  margin-bottom: 25px;
}
.customer.account .account-info .email a {
  font-size: 15px;
  color: #8b1026;
}
.customer.account .account-info .address-wrap {
  margin-bottom: 25px;
}
.customer.account .account-info .address-wrap span + span {
  margin-top: 2px;
}
.customer.account .account-info .view-addresses {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #6c5b6b;
}
.customer.account .order-history,
.customer.account .orders-history {
  width: 72%;
}
@media (max-width: 719px) {
  .customer.account .order-history,
.customer.account .orders-history {
    width: 100%;
  }
}
.customer.account .order-history-title {
  color: #8b1026;
}
@media (max-width: 719px) {
  .customer.account .order-history-title {
    text-align: center;
  }
}

.customer.addresses {
  padding-bottom: 80px;
}
@media (max-width: 719px) {
  .customer.addresses {
    padding-bottom: 50px;
  }
}
.customer.addresses .address-list {
  width: 75%;
  padding: 15px 0 0;
}
@media (max-width: 719px) {
  .customer.addresses .address-list {
    width: 100%;
    padding-top: 0;
    text-align: center;
  }
}
.customer.addresses .address-list .list li {
  padding: 35px 0;
  border-bottom: 1px solid #f8f8f8;
}
.customer.addresses .address-list .list li.last {
  padding-bottom: 40px;
}
.customer.addresses .address-list .name {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 25px;
  font-size: 14px;
  color: #8b1026;
}.customer.addresses .address-list .name {
    font-size: 12.25px !important;
    text-transform: uppercase;
  }.customer.addresses .address-list .name .default {
  font-style: normal;
  font-weight: 300;
  margin-left: 2px;
  font-size: 15px;
  color: #6c5b6b;
}
.customer.addresses .address-list .address-1, .customer.addresses .address-list .address-2, .customer.addresses .address-list .address-3 {
  margin: 3px 0;
  font-size: 14px;
}
.customer.addresses .address-list .action {
  display: block;
  margin-top: 25px;
}
.customer.addresses .address-list .action a {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #6c5b6b;
}
.customer.addresses .address-list .action a:first-child {
  margin-right: 15px;
}
.customer.addresses .add-new {
  display: block;
  margin-top: 45px;
  font-size: 14px;
  color: #8b1026;
}
@media (max-width: 719px) {
  .customer.addresses .add-new {
    text-align: center;
  }
}
.customer.addresses .add-address {
  width: 75%;
  padding-top: 40px;
  margin-top: 45px;
  border-top: 1px solid #ebebeb;
}
@media (max-width: 719px) {
  .customer.addresses .add-address {
    width: 100%;
  }
}
.customer.addresses .add-address.new-user {
  display: block !important;
  padding-top: 0;
  border-top: 0;
}
@media (max-width: 719px) {
  .customer.addresses .edit-add-address {
    text-align: left;
  }
}
.customer.addresses .edit-add-address .wrap {
  width: 75%;
  margin-bottom: 22px;
}
@media (max-width: 719px) {
  .customer.addresses .edit-add-address .wrap {
    width: 100%;
  }
}
.customer.addresses .edit-add-address .wrap .field {
  display: block;
  width: 100%;
}
.customer.addresses .edit-add-address .wrap .styled-select {
  top: 5px;
  display: block;
  width: 330px;
  height: 32px;
}
@media (max-width: 719px) {
  .customer.addresses .edit-add-address .wrap .styled-select {
    width: 100%;
  }
}
.customer.addresses .edit-add-address .default-wrap {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  margin: 35px 0 45px;
  font-size: 15px;
  color: #6c5b6b;
}
.customer.addresses .edit-add-address .default-wrap input, .customer.addresses .edit-add-address .default-wrap span {
  display: inline-block;
}
.customer.addresses .edit-add-address .default-wrap input {
  margin-right: 4px;
}
.customer.addresses .edit-add-address .submit-wrap span {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  margin-left: 15px;
  font-size: 15px;
  color: #6c5b6b;
}
.customer.addresses .edit-add-address .submit-wrap span a {
  color: #311d35;
}
@media (max-width: 719px) {
  .customer.addresses .edit-add-address .submit-wrap .submit-wrap {
    text-align: center;
  }
  .customer.addresses .edit-add-address .submit-wrap .submit-wrap .action-button {
    width: 100%;
  }
  .customer.addresses .edit-add-address .submit-wrap .submit-wrap span {
    display: block;
    margin: 25px 0 15px;
  }
}
.customer.addresses .edit-add-address .submit-wrap .submit-wrap span {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  margin-left: 15px;
  font-size: 15px;
  color: #6c5b6b;
}
.customer.addresses .edit-add-address .submit-wrap .submit-wrap span a {
  color: #311d35;
}

.pxs-announcement-bar {
  display: block;
  padding: 16px 15px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  .pxs-announcement-bar {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.pxs-announcement-bar-text-mobile + .pxs-announcement-bar-text-desktop {
  display: none;
}
@media (min-width: 768px) {
  .pxs-announcement-bar-text-mobile + .pxs-announcement-bar-text-desktop {
    display: block;
  }
}

@media (min-width: 768px) {
  .pxs-announcement-bar-text-mobile {
    display: none;
  }
}

@media (max-width: 959px) {
  html.header-layout-minimal.live-search-visible .pxs-announcement-bar {
    display: none;
  }
}
@media (max-width: 719px) {
  html:not(.header-layout-minimal).live-search-visible .pxs-announcement-bar {
    display: none;
  }
}

.pxs-announcement-bar-text-desktop {
  display: inline-block;
  max-width: 1430px;
  margin: 0 auto;
}

#shopify-section-pxs-announcement-bar:focus-within {
  outline: auto 5px -webkit-focus-ring-color;
}

@media (max-width: 719px) {
  .template-article .page-title {
    padding: 30px 0 20px;
  }
  .template-article .page-title .label {
    font-size: 22px;
  }
}
@media screen and (max-width: 950px) {
  .blog-sidebar-active .template-article .page-title {
    padding: 30px 0 20px;
  }
  .blog-sidebar-active .template-article .page-title .label {
    font-size: 22px;
  }
}

.blog {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 719px) {
  .blog {
    flex-direction: column;
  }
}
@media screen and (max-width: 950px) {
  .blog-sidebar-active .blog {
    flex-direction: column;
  }
}

.blog-articles,
.blog-article {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.blog-sidebar {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  width: 20%;
  padding-left: 78px;
  margin-top: 45px;
}
@media (max-width: 719px) {
  .blog-sidebar {
    width: 100%;
    padding-top: 28px;
    padding-left: 0;
    margin-top: 0;
    text-align: center;
    border-top: 1px solid #ebebeb;
  }
}
@media screen and (max-width: 950px) {
  .blog-sidebar-active .blog-sidebar {
    width: 100%;
    padding-top: 28px;
    padding-left: 0;
    margin-top: 0;
    text-align: center;
    border-top: 1px solid #ebebeb;
  }
}
.blog-sidebar > div {
  padding-top: 28px;
  margin-top: 45px;
  border-top: 1px solid #ebebeb;
}
.blog-sidebar > div:first-of-type {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
@media (max-width: 719px) {
  .blog-sidebar > div {
    padding-right: 5%;
    padding-left: 5%;
    margin-top: 28px;
  }
}

.blog-sidebar-recentposts-title,
.blog-sidebar-tags-title {
  display: block;
  margin-bottom: 30px;
  font-size: 14px;
  color: #8b1026;
}

.blog-sidebar-recentposts-posts {
  display: flex;
  flex-direction: column;
}

.blog-sidebar-recentposts-post {
  display: flex;
  flex-direction: column;
  margin-bottom: 26px;
}
.blog-sidebar-recentposts-post:last-child {
  margin-bottom: 0;
}

.blog-sidebar-recentposts-post-title {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 6px;
  font-size: 16px;
  color: #311d35;
}
.blog-sidebar-recentposts-post-title a {
  color: inherit;
}

.blog-sidebar-recentposts-post-date {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #6c5b6b;
}

.blog-sidebar-tags-tag {
  margin-bottom: 6px;
}
.blog-sidebar-tags-tag a {
  font-size: 15px;
  color: inherit;
}
.blog-sidebar-tags-tag a:hover {
  color: #8b1026;
}
.blog-sidebar-tags-tag a span {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  margin-left: 2px;
  font-size: 12px;
  color: #6c5b6b;
}

.article {
  display: flex;
  justify-content: space-between;
  padding-top: 45px;
  padding-bottom: 55px;
  border-bottom: 1px solid #ebebeb;
}
@media (max-width: 719px) {
  .article {
    flex-direction: column;
    padding-top: 30px;
  }
  .article:first-of-type {
    border-top: 1px solid #ebebeb;
  }
}
.home-section .article {
  border-bottom: none;
}
@media screen and (max-width: 950px) {
  .blog-sidebar-active .article {
    flex-direction: column;
    padding-top: 30px;
  }
}
.article:last-of-type {
  border-bottom: 0;
}
@media (min-width: 720px) {
  .article:last-of-type {
    padding-bottom: 0;
  }
}

.article-meta {
  display: flex;
  flex-direction: column;
  order: 0;
  width: 11%;
}
@media (max-width: 719px) {
  .article-meta {
    align-items: center;
    justify-content: center;
    order: 1;
    width: 100%;
    text-align: center;
  }
}
.blog-sidebar-active .article-meta {
  width: 13.75%;
}
@media screen and (max-width: 950px) {
  .blog-sidebar-active .article-meta {
    align-items: center;
    justify-content: center;
    order: 1;
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
}
.article-meta > div {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 23px;
}
.article-meta > div::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 54px;
  border-bottom: 1px solid #ebebeb;
  content: "";
}
@media (max-width: 719px) {
  .article-meta > div::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 950px) {
  .blog-sidebar-active .article-meta > div::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 719px) {
  .article-meta > div:nth-child(2), .article-meta > div:nth-child(3) {
    padding-top: 30px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 950px) {
  .blog-sidebar-active .article-meta > div:nth-child(2), .blog-sidebar-active .article-meta > div:nth-child(3) {
    padding-top: 30px;
    margin-top: 40px;
  }
}
.article-meta > div:nth-child(2)::before, .article-meta > div:nth-child(3)::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: none;
  width: 54px;
  border-bottom: 1px solid #ebebeb;
  content: "";
  transform: translateX(-50%);
}
@media (max-width: 719px) {
  .article-meta > div:nth-child(2)::before, .article-meta > div:nth-child(3)::before {
    display: block;
  }
}
@media screen and (max-width: 950px) {
  .blog-sidebar-active .article-meta > div:nth-child(2)::before, .blog-sidebar-active .article-meta > div:nth-child(3)::before {
    display: block;
  }
}
.article-meta > div:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
.article-meta > div:last-of-type::after {
  display: none;
}
.article-meta .sharethis-title {
  font-size: 14px;
}
.article-meta .sharethis-trigger svg {
  width: 14px;
  height: 17px;
  margin-right: 8px;
}

.article-author,
.article-share {
  display: flex;
  flex-direction: column;
}

.article-header .article-author {
  display: none;
}
@media (max-width: 719px) {
  .article-author {
    display: none;
  }
  .article-header .article-author {
    display: flex;
    align-items: center;
    margin-top: 21px;
  }
}
@media screen and (max-width: 950px) {
  .blog-sidebar-active .article-author {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .blog-sidebar-active .article-header .article-author {
    display: flex;
    align-items: center;
    margin-top: 21px;
  }
}

.article-author-avatar {
  display: block;
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 30px;
}

.article-author-image {
  display: block;
  width: 60px;
  height: 60px;
}

.article-author-writtenby,
.article-tags-filedunder,
.article-comments-discussion {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
  color: #6c5b6b;
}

.article-author-name,
.article-tags-tags,
.article-comments-count {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}

.article-tags {
  display: flex;
  flex-direction: column;
  color: #311d35;
}
.article-tags a {
  color: inherit;
}

.article-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  order: 1;
  width: 80%;
  padding-left: 71px;
}
@media (max-width: 719px) {
  .article-content {
    justify-content: center;
    order: 0;
    width: 100%;
    padding-left: 0;
  }
}
.blog-sidebar-active .article-content {
  width: 75%;
}
@media screen and (max-width: 950px) {
  .blog-sidebar-active .article-content {
    justify-content: center;
    order: 0;
    width: 100%;
    padding-left: 0;
  }
}
.article-content > * {
  max-width: 760px;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 719px) {
  .article-content > * {
    max-width: none;
  }
}
@media screen and (max-width: 950px) {
  .blog-sidebar-active .article-content > * {
    max-width: none;
  }
}

.article-rte-continuereading {
  display: block;
}

.article-header {
  position: relative;
  margin-bottom: 33px;
}
@media (max-width: 719px) {
  .article-header {
    padding-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
  }
}
@media screen and (max-width: 950px) {
  .blog-sidebar-active .article-header {
    padding-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
  }
}

.article-title {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 8px;
  font-size: 32px;
  color: #8b1026;
}
@media (max-width: 719px) {
  .article-title {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
  }
}
@media screen and (max-width: 950px) {
  .blog-sidebar-active .article-title {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
  }
}
.article-title a {
  color: inherit;
}
.article-title a:hover {
  color: #8b1026;
}

.article-date {
  font-size: 12px;
  color: #6c5b6b;
}

.article-image {
  display: block;
  margin-bottom: 33px;
}
.article-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 950px) {
  .article-image img {
    width: 100%;
  }
}

.blog-articles .pagination {
  width: 76%;
  max-width: 760px;
  margin-top: 50px;
  margin-left: 24%;
}
@media (max-width: 719px) {
  .blog-articles .pagination {
    width: 100%;
    max-width: none;
    margin-top: 40px;
    margin-left: 0;
  }
}
@media screen and (max-width: 950px) {
  .blog-sidebar-active .blog-articles .pagination {
    width: 100%;
    max-width: none;
    margin: 40px auto;
  }
}

.comments-wrap {
  margin-top: 45px;
  padding-top: 28px;
  border-top: 1px solid #ebebeb;
}
.comments-wrap .title {
  margin-bottom: 30px;
  font-size: 14px;
  color: #8b1026;
}
.comments-wrap .title .count {
  color: #6c5b6b;
}

.comments .date {
  font-size: 12px;
  color: #6c5b6b;
}
.comments .comment {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f8f8f8;
}
.comments .comment.last {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.comments .body {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
}
.comments .body p {
  margin: 20px 0;
  font-size: 15px;
  line-height: 23px;
}
.comments .author {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #6c5b6b;
}

.comment-form {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.comment-form .field-wrap {
  width: 50%;
}
.comment-form .field-wrap.body {
  width: 100%;
}
.comment-form .field-wrap.author {
  padding-right: 10px;
}
.comment-form .field-wrap.email {
  padding-left: 10px;
}
@media (max-width: 719px) {
  .comment-form .field-wrap.author {
    padding-right: 7.5px;
  }
  .comment-form .field-wrap.email {
    padding-left: 7.5px;
  }
}
@media screen and (max-width: 950px) {
  .blog-sidebar-active .comment-form .field-wrap.author {
    padding-right: 7.5px;
  }
  .blog-sidebar-active .comment-form .field-wrap.email {
    padding-left: 7.5px;
  }
}
@media (max-width: 480px) {
  .comment-form .field-wrap {
    width: 100%;
  }
  .comment-form .field-wrap.author, .comment-form .field-wrap.email, .blog-sidebar-active .comment-form .field-wrap.author, .blog-sidebar-active .comment-form .field-wrap.email {
    padding: 0;
  }
}
.comment-form .field-wrap > * {
  width: 100%;
}
.comment-form .field-wrap textarea {
  height: 180px;
}
.comment-form .alert-message {
  width: 100%;
}

.article-pagination--prev,
.article-pagination--next {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  top: calc(50% - 15px);
  display: none;
  width: 18px;
  height: 18px;
  font-size: 14px;
  transform: translateY(-50%);
}
@media (max-width: 719px) {
  .article-pagination--prev,
.article-pagination--next {
    display: block;
    height: 16px;
    color: #6c5b6b;
  }
}
@media screen and (max-width: 950px) {
  .blog-sidebar-active .article-pagination--prev,
.blog-sidebar-active .article-pagination--next {
    display: block;
    color: #6c5b6b;
  }
}
.article-pagination--prev .svg-icon,
.article-pagination--next .svg-icon {
  width: 100%;
  height: 100%;
}

.article-pagination--prev {
  left: 0;
}

.article-pagination--next {
  right: 0;
}

.article-meta .article-pagination,
.article-meta .article-pagination--prev,
.article-meta .article-pagination--next {
  position: static;
  display: inline-block;
  width: auto;
  transform: translateY(0);
}
@media (max-width: 719px) {
  .article-meta .article-pagination,
.article-meta .article-pagination--prev,
.article-meta .article-pagination--next {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .blog-sidebar-active .article-meta .article-pagination,
.blog-sidebar-active .article-meta .article-pagination--prev,
.blog-sidebar-active .article-meta .article-pagination--next {
    display: none;
  }
}
.article-meta .sep {
  padding-right: 2px;
  padding-left: 2px;
}

.comments-wrap .field-wrap,
.comments-wrap input[type=submit] {
  margin-top: 20px;
}
.comments-wrap textarea,
.comments-wrap input[type=text] {
  cursor: text;
}
.template-cart .breadcrumb-navigation {
  padding: 45px 0 5px;
}
.template-cart .breadcrumb-navigation,
.template-cart .page-title {
  text-align: center;
}
.template-cart .page-title {
  border-bottom: 0;
}
.template-cart .table {
  width: 100%;
}
@media (max-width: 719px) {
  .template-cart .table {
    margin-top: 0;
  }
}
.template-cart .table .error-message {
  padding: 0;
  margin-top: 8px;
  background-color: transparent;
  border: 0;
}
.template-cart .table .cart-item {
  transition: opacity 350ms cubic-bezier(0.4, 0, 0.2, 1);
}
.template-cart .table .faded {
  pointer-events: none;
  opacity: 0.1;
}
.template-cart .table th {
  padding: 22px 2vw 16px;
  font-size: 12px;
}
@media (max-width: 719px) {
  .template-cart .table th {
    display: none;
  }
}
.template-cart .table th.first {
  text-align: left;
  padding-left: 0;
}
.template-cart .table th.last {
  padding-right: 0;
}
.template-cart .table td {
  position: relative;
  padding: 25px 2vw;
  vertical-align: middle;
  border-top: 1px solid #ebebeb;
}
@media (max-width: 719px) {
  .template-cart .table td {
    border-top: 0;
  }
}
.template-cart .table td.first {
  padding-left: 0;
}
.template-cart .table td.last {
  padding-right: 0;
}
.template-cart .table td.product-image {
  width: 13.4%;
  grid-area: image;
}
@media (max-width: 719px) {
  .template-cart .table td.product-image {
    width: 100%;
    text-align: left;
  }
}
.template-cart .table td.product-image .image-wrap .image {
  position: relative;
  display: inline-block;
  width: 100%;
}
.template-cart .table td.product-image .image-wrap .image .outline {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.template-cart .table td.product-image .image-wrap .image img {
  width: 100%;
}
.template-cart .table td.product-item {
  width: 44.7%;
  font-size: 1rem;
  vertical-align: middle;
  grid-area: details;
}
@media (max-width: 719px) {
  .template-cart .table td.product-item {
    display: block;
    width: 100%;
    text-align: left;
    padding-bottom: 20px;
    padding-left: 20px;
    align-self: center;
  }
}
.template-cart .table td.product-item .label {
  display: block;
}
.template-cart .table td.product-item .label.vendor {
  margin-bottom: 3px;
  font-size: 11px;
  color: #6c5b6b;
  word-break: break-word;
}
.template-cart .table td.product-item .label.title {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 6px;
  font-size: 21px;
  color: #8b1026;
}
.template-cart .table td.product-item .label.title a {
  color: #8b1026;
}
.template-cart .table td.product-item .label.title a:hover {
  color: 










#790e21




;
}.template-cart .table td.product-item .label.title {
    text-transform: uppercase;
    font-size: 18.375px !important;
  }.template-cart .table td.product-item .label.variant, .template-cart .table td.product-item .label.cart-item__selling-plan {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #6c5b6b;
}
.template-cart .table td.price {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  width: 17%;
  font-size: 15px;
  grid-area: price;
}
@media (max-width: 719px) {
  .template-cart .table td.price {
    width: 100%;
    padding-top: 12px;
    padding-left: 0;
    text-align: left;
    border-top: 1px solid rgba(235, 235, 235, 0.65);
  }
}
@media (max-width: 480px) {
  .template-cart .table td.price {
    padding-bottom: 12px;
    padding-left: 0;
  }
}
.template-cart .table td.quantity {
  width: 14.7%;
  grid-area: quantity;
}
@media (max-width: 719px) {
  .template-cart .table td.quantity {
    width: 100%;
    padding-top: 12px;
    text-align: left;
    border-top: 1px solid rgba(235, 235, 235, 0.65);
    padding-left: 20px;
  }
}
.template-cart .table td.quantity .field {
  width: 54px;
  height: 36px;
  padding: 10px 2px 10px 10px;
}
.template-cart .table td.total {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  width: 14.7%;
  font-size: 15px;
  grid-area: total;
}
@media (max-width: 719px) {
  .template-cart .table td.total {
    width: 100%;
    padding-top: 12px;
    border-top: 1px solid rgba(235, 235, 235, 0.65);
  }
}
.template-cart .table td::before {
  display: none;
  width: 25%;
  margin-right: 30px;
  font-size: 14px;
  color: #6c5b6b;
  text-align: right;
}
@media (max-width: 719px) {
  .template-cart .table td::before {
    display: inline-block;
    vertical-align: top;
  }
}
.template-cart .item-properties {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  margin-top: 15px;
  font-size: 15px;
}
.template-cart .item-property {
  margin-top: 5px;
}

.cart {
  display: flex;
  flex-direction: column;
}
.cart .cart-table {
  order: 0;
}
.cart .cart-tools {
  order: 1;
}
.cart .cart-shipping-calculator {
  order: 2;
}

.cart-tools {
  padding-top: 36px;
  border-top: 1px solid #ebebeb;
}
.cart-shipping-calculator ~ .cart-tools {
  padding-bottom: 40px;
  border-bottom: 1px solid #f8f8f8;
}
.no-js .cart-shipping-calculator ~ .cart-tools {
  padding-bottom: 0;
  border-bottom: none;
}
.cart-tools .instructions {
  float: left;
  width: 48.5%;
}
@media (max-width: 719px) {
  .cart-tools .instructions {
    display: block;
    width: 100%;
    margin-bottom: 35px;
  }
}
.cart-tools .instructions p {
  margin: 0 0 15px;
}
.cart-tools .instructions .field {
  width: 100%;
  min-height: 86px;
}
.cart-tools .totals {
  float: right;
  width: 48.5%;
  text-align: right;
}
@media (max-width: 719px) {
  .cart-tools .totals {
    width: 100%;
    text-align: left;
  }
}
.cart-tools .totals .price {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  font-size: 24px;
  color: #8b1026;
}
@media (max-width: 719px) {
  .cart-tools .totals .price {
    text-align: right;
  }
}
.cart-tools .totals .message {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  margin-top: 7px;
  font-size: 14px;
  color: #6c5b6b;
}
@media (max-width: 719px) {
  .cart-tools .totals .message {
    text-align: right;
  }
}
.cart-tools .totals .checkout {
  width: 100%;
  padding-top: 20px;
}
.no-js .cart-tools .totals .checkout {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 719px) {
  .no-js .cart-tools .totals .checkout {
    flex-direction: column;
  }
  .no-js .cart-tools .totals .checkout noscript {
    width: 100%;
  }
}
.cart-tools .totals .checkout .action-button {
  margin-bottom: 10px;
}
@media (max-width: 719px) {
  .cart-tools .totals .checkout .action-button {
    width: 100%;
  }
}
.no-js .cart-tools .totals .checkout .action-button {
  margin-left: 10px;
}
@media (max-width: 719px) {
  .no-js .cart-tools .totals .checkout .action-button {
    margin-left: 0;
  }
}

.cart-update {
  min-width: 150px;
}

@media (max-width: 719px) {
  .cart-item {
    display: grid;
    width: 100%;
    grid-template-areas: "image details details" "price quantity total";
    grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
    border-top: 1px solid #ebebeb;
    padding-bottom: 30px;
  }
}

.cart-item-original-price,
.cart-item-final-price {
  display: block;
}

.cart-item-label-mobile {
  display: none;
}
@media (max-width: 719px) {
  .cart-item-label-mobile {
    font-family: Garamond,Baskerville, Caslon, serif;
    font-style: normal;
    font-weight: 400;
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    color: #6c5b6b;
  }
}

.cart-item-column-price,
.cart-item-column-quantity,
.cart-item-column-total {
  text-align: right;
}

.cart-item-quantity {
  display: block;
  margin-left: auto;
}
@media (max-width: 719px) {
  .cart-item-quantity {
    margin-left: 0;
  }
}

.cart-item-remove {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  display: block;
  margin-top: 7px;
  font-size: 14px;
  text-decoration: underline;
}

.cart-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
}
.cart-submit svg {
  margin: -10px 8px -10px 0;
}

.cart-item-discounts {
  font-size: 13px;
  color: #8b1026;
}
.cart-item-discounts li {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  margin-top: 0.5rem;
}
.cart-item-discounts .icon-sale-tag {
  width: 11px;
  height: 11px;
  margin-right: 0.15rem;
  margin-bottom: -1px;
}

.cart-discounts {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
  color: #8b1026;
}
.cart-discounts .icon-sale-tag {
  width: 12px;
  height: 12px;
  margin-right: 0.15rem;
  margin-bottom: -1px;
}

.cart-discount {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 719px) {
  .cart-discount {
    justify-content: space-between;
  }
}
.cart-discount:not(:first-child) {
  margin-top: 0.5rem;
}

.cart-discount-price {
  flex-shrink: 0;
  padding-left: 30px;
}

.cart-item-original-price + .cart-item-final-price {
  color: #8b1026;
}

[data-shopify-buttoncontainer] {
  justify-content: flex-end;
}
@media (max-width: 719px) {
  [data-shopify-buttoncontainer] {
    justify-content: center;
  }
}

.cart-item__unit-price {
  margin-top: 2px;
  font-size: 13px;
  color: #6c5b6b;
}

.template-collection .page-title {
  position: relative;
  white-space: nowrap;
}
.template-collection .page-title .label {
  display: inline;
  white-space: normal;
}.template-collection .page-title .label {
    position: relative;
    top: 4px;
  }@media (max-width: 719px) {
  .template-collection .page-title .label {
    display: block;
  }
}
.template-collection .page-title .tags-wrap {
  display: inline-block;
  margin-top: 18px;
  vertical-align: top;
}
@media (max-width: 719px) {
  .template-collection .page-title .tags-wrap {
    margin-top: 30px;
  }
}
.template-collection .page-title .tags-wrap.preload {
  position: absolute;
  left: -99999px;
}
.template-collection .page-title .tags {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  margin-left: 28px;
  vertical-align: top;
}
@media (max-width: 719px) {
  .template-collection .page-title .tags {
    display: none !important;
  }
}
.template-collection .page-title .tags::before {
  position: absolute;
  top: -12px;
  bottom: -8px;
  left: 0;
  width: 1px;
  background: #f8f8f8;
  content: "";
}
.template-collection .page-title .tags .tag {
  display: none;
  margin: 0 12px;
  font-size: 14px;
}
.template-collection .page-title .tags .tag.show {
  display: inline-block;
}
.template-collection .page-title .tags .tag a {
  color: #8b1026;
}
.template-collection .page-title .tags .tag a:hover {
  color: #8b1026;
}
.template-collection .collection-header {
  float: left;
  width: 100%;
}
.template-collection .collection-header .description {
  max-width: 90%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media (max-width: 719px) {
  .template-collection .collection-header .description {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-top: 0;
    text-align: center;
  }
}
@media screen and (min-width: 400px) {
  .template-collection .collection-header .description {
    max-width: 80%;
  }
}
@media screen and (min-width: 800px) {
  .template-collection .collection-header .description {
    max-width: 60%;
  }
}
@media screen and (min-width: 1100px) {
  .template-collection .collection-header .description {
    max-width: 550px;
  }
}
.template-collection .collection-header .select-wrapper select {
  min-width: max-content;
}
@media (max-width: 719px) {
  .template-collection .collection-header .select-wrapper select {
    box-sizing: border-box;
  }
}
.template-collection .collection-header .pagination {
  float: right;
  text-align: right;
}
@media (max-width: 719px) {
  .template-collection .collection-header .pagination {
    display: none;
  }
}
.template-collection .product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 50px 0 0;
  margin-left: 0;
}
@media screen and (max-width: 940px) {
  .template-collection .product-list {
    min-width: 100%;
  }
}
.template-collection .product-list.row-of-2 .product, .template-collection .product-list.row-of-2 .promo-block {
  width: calc(50% - 12px);
}
.template-collection .product-list.row-of-3 .product, .template-collection .product-list.row-of-3 .promo-block {
  width: calc(33.3333333333% - 30px);
}
@media (max-width: 1200px) {
  .template-collection .product-list.row-of-3 .product, .template-collection .product-list.row-of-3 .promo-block {
    width: calc(33.3333333333% - 15px);
  }
}
.template-collection .product-list.row-of-4 .product, .template-collection .product-list.row-of-4 .promo-block {
  width: calc(25% - 20px);
}
@media (max-width: 1200px) {
  .template-collection .product-list.row-of-4 .product, .template-collection .product-list.row-of-4 .promo-block {
    width: calc(33.3333333333% - 15px);
  }
}
@media (max-width: 940px) {
  .template-collection .product-list.row-of-2 .product,
.template-collection .product-list.row-of-2 .promo-block, .template-collection .product-list.row-of-3 .product,
.template-collection .product-list.row-of-3 .promo-block, .template-collection .product-list.row-of-4 .product,
.template-collection .product-list.row-of-4 .promo-block {
    width: calc(50% - 7.5px);
    min-width: calc(50% - 7.5px);
    text-align: left;
  }
}
@media (max-width: 719px) {
  .template-collection .product-list.row-of-2 .product,
.template-collection .product-list.row-of-2 .promo-block, .template-collection .product-list.row-of-3 .product,
.template-collection .product-list.row-of-3 .promo-block, .template-collection .product-list.row-of-4 .product,
.template-collection .product-list.row-of-4 .promo-block {
    margin-bottom: 35px;
  }
}
.template-collection .product-list .product {
  padding-left: 0;
  margin-bottom: 50px;
}
@media (min-width: 720px) {
  .template-collection .product-list .product.product-card-alt {
    margin: 0 0 30px;
  }
}
@media (max-width: 719px) {
  .template-collection .product-list .product {
    margin: 0 0 35px;
  }
}
.template-collection .collection-content__wrapper {
  width: 100%;
}
.template-collection .product-list-withsidebar {
  width: calc(80% - 30px);
  padding-top: 50px;
}
.template-collection .product-list-withsidebar .product-list {
  padding: 20px 0 0;
}
.template-collection .product-list-withsidebar .row-of-3 .product,
.template-collection .product-list-withsidebar .row-of-3 .promo-block {
  width: calc(33.3333333333% - 15px);
}
@media screen and (max-width: 1200px) {
  .template-collection .product-list-withsidebar .row-of-4 .product,
.template-collection .product-list-withsidebar .row-of-4 .promo-block {
    width: calc(33.3333333333% - 15px);
  }
}
@media (max-width: 719px) {
  .template-collection .product-list-withsidebar .row-of-3 .product,
.template-collection .product-list-withsidebar .row-of-4 .product {
    width: calc(50% - 7.5px);
  }
}
.template-collection .product-list-sidebar {
  order: -1;
  float: left;
  width: calc(20% - 30px);
  padding-top: 50px;
  font-size: 15px;
}
@media (min-width: 1200px) {
  .template-collection .product-list-sidebar {
    width: calc(20% - 30px);
  }
}
@media (max-width: 940px) {
  .template-collection .product-list-sidebar {
    padding-top: 0px;
  }
}
.template-collection .product-list-sidebar a .remove {
  padding-left: 10px;
  color: #6c5b6b;
}
.template-collection .product-list-sidebar a:hover .remove {
  color: inherit;
}
@media (max-width: 940px) {
  .template-collection .product-list-sidebar,
.template-collection .product-list-withsidebar {
    width: 100%;
  }
}

.sidebar-menu--desktop {
  display: block;
}
@media (max-width: 940px) {
  .sidebar-menu--desktop {
    display: none;
  }
}

.sidebar-menu--mobile {
  display: none;
  line-height: 25px;
}
@media (max-width: 940px) {
  .sidebar-menu--mobile {
    display: block;
    margin-top: 50px;
    text-align: center;
  }
}

.sort-by-box-okay {
  cursor: pointer;
}

.collection-heading-tools {
  position: relative;
  padding-top: 20px;
}
@media (min-width: 940px) {
  .collection-heading-tools .collection-sorter .select-wrapper {
    margin-top: -20px;
    border: 0;
  }
  .collection-heading-tools .collection-sorter .select-wrapper::before, .collection-heading-tools .collection-sorter .select-wrapper::after {
    display: none;
  }
  .collection-heading-tools .collection-sorter select {
    padding: 12px 0 0;
  }
  .collection-heading-tools .sidebar-title {
    margin-bottom: 5px;
    cursor: default;
  }
}
@media (max-width: 719px) {
  .collection-heading-tools {
    padding-top: 0;
  }
}

.collection-heading-details {
  margin-top: 30px;
  margin-bottom: 30px;
}

.collection-heading-details,
.collection-title {
  width: 100%;
  padding-top: 40px;
}
@media (max-width: 719px) {
  .collection-heading-details,
.collection-title {
    padding-top: 35px;
  }
}
.centering-wrapper .collection-heading-details,
.centering-wrapper .collection-title {
  margin: 0;
}
.collection-heading-details .description,
.collection-title .description {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 800px) {
  .collection-heading-details .description,
.collection-title .description {
    max-width: 60%;
  }
}
@media screen and (min-width: 1100px) {
  .collection-heading-details .description,
.collection-title .description {
    max-width: 550px;
  }
}
.collection-heading-details .rte, .collection-heading-details .pxs-newsletter-text,
.collection-title .rte,
.collection-title .pxs-newsletter-text {
  padding-top: 20px;
  word-wrap: break-word;
  white-space: normal;
}
.collection-heading-details .rte :last-child, .collection-heading-details .pxs-newsletter-text :last-child,
.collection-title .rte :last-child,
.collection-title .pxs-newsletter-text :last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .collection-title-header {
    width: 95%;
  }
}
@media (max-width: 719px) {
  .collection-title-header {
    width: 100%;
    min-width: 290px;
  }
}
.collection-title-header.page-title .label {
  font-size: 11vw;
  line-height: 0.825em;
  color: #8b1026;
  word-break: break-word;
}
@media screen and (max-width: 400px) {
  .collection-title-header.page-title .label {
    font-size: 42px;
  }
}
@media screen and (min-width: 1400px) {
  .collection-title-header.page-title .label {
    font-size: 160px;
  }
}

.collection-title .label,
.template-collection .page-title.collection-title .label {
  display: block;
  margin-top: 16px;
  font-size: 35px;
  color: #8b1026;
}

.tools-wrap {
  display: inline-block;
  margin-right: 1em;
}
.tools-wrap select::-ms-expand {
  display: none;
}
.tools-wrap svg {
  display: none;
}

.collection-tools-left,
.collection-tools-right {
  display: flex;
  flex-direction: column;
  width: 100%;
  white-space: nowrap;
}
@media (min-width: 940px) {
  .collection-tools-left,
.collection-tools-right {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .collection-tools-left .tools-wrap,
.collection-tools-right .tools-wrap {
    width: auto;
  }
  .collection-tools-left .tools-wrap:not(:first-child),
.collection-tools-right .tools-wrap:not(:first-child) {
    margin-left: 24px;
  }
  .collection-tools-left .tools-wrap:only-child,
.collection-tools-right .tools-wrap:only-child {
    width: 100%;
  }
  .collection-tools-left .sidebar-title:last-of-type,
.collection-tools-right .sidebar-title:last-of-type {
    margin-top: 20px;
  }
}

.collection-tools-left {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  justify-content: flex-start;
  font-size: 16px;
}

.collection-tools-right {
  justify-content: flex-end;
}

.product-list-sidebar {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.product-list-sidebar .select-wrapper select {
  box-sizing: border-box;
}
.product-list-sidebar .collection-sorter .sidebar-title {
  cursor: text;
}
@media (min-width: 720px) and (max-width: 940px) {
  .product-list-sidebar .collection-sorter {
    margin-top: 20px;
  }
}
@media (max-width: 940px) {
  .product-list-sidebar {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
  }
  .product-list-sidebar .collection-sorter {
    width: 100%;
  }
  .product-list-sidebar .collection-sorter:first-child:nth-last-child(1), .product-list-sidebar .collection-sorter:first-child:nth-last-child(2) {
    width: 100%;
  }
  .product-list-sidebar.filters-enabled .collection-sorter:first-child, .product-list-sidebar.filters-enabled .collection-sorter:last-child {
    width: 100%;
  }
}
@media (max-width: 940px) and (max-width: 480px) {
  .product-list-sidebar.filters-enabled .collection-sorter:first-child, .product-list-sidebar.filters-enabled .collection-sorter:last-child {
    width: 100%;
  }
  .product-list-sidebar.filters-enabled .collection-sorter:first-child .sidebar-title, .product-list-sidebar.filters-enabled .collection-sorter:last-child .sidebar-title {
    margin: 20px 0 10px;
    line-height: 1.4;
  }
}
@media (max-width: 480px) {
  .product-list-sidebar {
    flex-direction: column;
  }
  .product-list-sidebar .collection-sorter {
    width: 100%;
  }
}
.product-list-sidebar .collection-sorter select::-ms-expand {
  display: none;
}
.product-list-sidebar .collection-sorter:first-of-type .sidebar-title {
  margin-top: 0;
}

.sidebar-title {
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  color: #6c5b6b;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .sidebar-title:last-of-type, .collection-sorter + .collection-sorter .sidebar-title {
    margin-top: 20px;
  }
}
.collection-sorter + .collection-sorter .sidebar-title {
  margin-top: 20px;
}
.collection-sorter + .sidebar-menu--desktop .sidebar-title {
  margin-top: 30px;
}
@media (max-width: 940px) {
  .sidebar-title {
    margin-top: 0;
  }
  .sidebar-active + .content-area .sidebar-title, .sidebar-active + .collection-title-header .sidebar-title {
    margin-bottom: 6px;
  }
  .collection-sorter + .collection-sorter .sidebar-title {
    margin-top: 0;
  }
}
.collection-heading-tools .sidebar-title {
  margin-top: 5px;
}
@media (max-width: 480px) {
  .collection-sorter + .collection-sorter .sidebar-title {
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
}

.collection-sidebar-menu {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
}
.collection-sidebar-menu ul {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  margin-top: 4px;
  margin-bottom: 12px;
  margin-left: 8px;
  font-size: 14px;
  color: #584759;
}
.sidebar-menu--mobile .collection-sidebar-menu ul {
  margin-left: 0;
}
.collection-sidebar-menu li {
  margin-bottom: 3px;
}

.product-list-sidebar a,
.sidebar-menu--mobile a {
  color: inherit;
}

.faq {
  width: 90%;
  max-width: 680px;
  margin: 0 auto;
}
@media (max-width: 719px) {
  .faq {
    width: 100%;
  }
}

.faq-rte {
  padding: 60px 0;
}
.faq-rte :last-child {
  margin-bottom: 0;
}
@media (max-width: 719px) {
  .faq-rte {
    padding: 10px 0 50px;
  }
}

.faq-triggers {
  padding: 0;
  margin: 0;
}

.faq-block {
  padding: 32px 0;
}
.faq-block:not(:first-of-type) {
  border-top: 1px #ebebeb solid;
}
@media (max-width: 719px) {
  .faq-block {
    padding: 26px 0;
  }
}

.faq-heading,
.faq-content {
  width: 100%;
  margin: 0;
}

.faq-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
  font-size: 21px;
  color: #8b1026;
  cursor: pointer;
}
.faq-heading.active .icon-down-arrow {
  opacity: 0;
}
.faq-heading.active .icon-minus {
  opacity: 1;
}
@media (max-width: 719px) {
  .faq-heading {
    font-size: 18px;
  }
}

.faq-title {
  display: inline-block;
}

.faq-content {
  display: none;
  padding: 0;
  margin-top: 20px;
  overflow: auto;
}
.faq-content.active {
  display: block;
}

.faq-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  min-width: inherit;
  min-height: inherit;
  padding: 8px;
}
.faq-button .icon-down-arrow,
.faq-button .icon-minus {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 50%;
  transform: translate(-50%, -50%);
  fill: #8b1026;
}
.faq-button .icon-minus {
  opacity: 0;
}

.template-page .slideshow,
.template-contact .slideshow,
.template-product .slideshow,
.template-index .slideshow {
  position: relative;
  padding: 0;
  overflow: hidden;
  transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 719px) {
  .template-page .slideshow.content-area, .template-page .slideshow.collection-title-header,
.template-contact .slideshow.content-area,
.template-contact .slideshow.collection-title-header,
.template-product .slideshow.content-area,
.template-product .slideshow.collection-title-header,
.template-index .slideshow.content-area,
.template-index .slideshow.collection-title-header {
    padding: 0;
    box-sizing: content-box;
  }
}
@media (max-width: 719px) {
  .template-page .slideshow:after,
.template-contact .slideshow:after,
.template-product .slideshow:after,
.template-index .slideshow:after {
    position: absolute;
    bottom: 0;
    left: 15px;
    display: block;
    width: calc(100% - 30px);
    content: "";
    border-top: 1px solid #ebebeb;
  }
}
.template-page .slideshow-link,
.template-contact .slideshow-link,
.template-product .slideshow-link,
.template-index .slideshow-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.template-page .jump-to-slide,
.template-contact .jump-to-slide,
.template-product .jump-to-slide,
.template-index .jump-to-slide {
  position: absolute;
  top: -44px;
  left: 50%;
  z-index: 4000;
  display: block;
  height: 32px;
  max-width: 150px;
  overflow: hidden;
  transform: translateX(-50%);
}
.no-js .template-page .jump-to-slide,
.no-js .template-contact .jump-to-slide,
.no-js .template-product .jump-to-slide,
.no-js .template-index .jump-to-slide {
  display: none;
}
@media (max-width: 480px) {
  .template-page .jump-to-slide,
.template-contact .jump-to-slide,
.template-product .jump-to-slide,
.template-index .jump-to-slide {
    top: -38px;
  }
}
.template-page .jump-to-slide li,
.template-contact .jump-to-slide li,
.template-product .jump-to-slide li,
.template-index .jump-to-slide li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 8px;
  cursor: pointer;
  background-color: transparent;
  border: 1.5px solid #fff;
  border-radius: 8px;
  opacity: 0.5;
  transform: scale(1);
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.template-page .jump-to-slide li:hover,
.template-contact .jump-to-slide li:hover,
.template-product .jump-to-slide li:hover,
.template-index .jump-to-slide li:hover {
  opacity: 1;
  transform: scale(1.2);
}
.template-page .jump-to-slide li.active,
.template-contact .jump-to-slide li.active,
.template-product .jump-to-slide li.active,
.template-index .jump-to-slide li.active {
  background-color: #fff;
  opacity: 1;
}
@media (max-width: 480px) {
  .template-page .jump-to-slide li,
.template-contact .jump-to-slide li,
.template-product .jump-to-slide li,
.template-index .jump-to-slide li {
    margin: 0 6px;
  }
}
.template-page .prev,
.template-page .next,
.template-contact .prev,
.template-contact .next,
.template-product .prev,
.template-product .next,
.template-index .prev,
.template-index .next {
  position: absolute;
  top: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  color: #fff;
  cursor: pointer;
}
.no-js .template-page .prev,
.no-js .template-page .next,
.no-js .template-contact .prev,
.no-js .template-contact .next,
.no-js .template-product .prev,
.no-js .template-product .next,
.no-js .template-index .prev,
.no-js .template-index .next {
  display: none;
}
.template-page .prev svg,
.template-page .next svg,
.template-contact .prev svg,
.template-contact .next svg,
.template-product .prev svg,
.template-product .next svg,
.template-index .prev svg,
.template-index .next svg {
  width: 40%;
  height: 40%;
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.template-page .prev:hover svg,
.template-page .next:hover svg,
.template-contact .prev:hover svg,
.template-contact .next:hover svg,
.template-product .prev:hover svg,
.template-product .next:hover svg,
.template-index .prev:hover svg,
.template-index .next:hover svg {
  transform: scale(1.15);
}
@media (max-width: 719px) {
  .template-page .prev,
.template-page .next,
.template-contact .prev,
.template-contact .next,
.template-product .prev,
.template-product .next,
.template-index .prev,
.template-index .next {
    width: 45px;
  }
  .template-page .prev svg,
.template-page .next svg,
.template-contact .prev svg,
.template-contact .next svg,
.template-product .prev svg,
.template-product .next svg,
.template-index .prev svg,
.template-index .next svg {
    width: 18px;
    height: 22px;
  }
}
.template-page .prev,
.template-contact .prev,
.template-product .prev,
.template-index .prev {
  left: 0;
}
.template-page .prev svg,
.template-contact .prev svg,
.template-product .prev svg,
.template-index .prev svg {
  margin-left: -4px;
}
.template-page .next,
.template-contact .next,
.template-product .next,
.template-index .next {
  right: 0;
}
.template-page .next svg,
.template-contact .next svg,
.template-product .next svg,
.template-index .next svg {
  margin-right: -4px;
}
.template-page .slideshow--viewport,
.template-contact .slideshow--viewport,
.template-product .slideshow--viewport,
.template-index .slideshow--viewport {
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.template-page .slideshow--viewport.slideshow--position-1,
.template-contact .slideshow--viewport.slideshow--position-1,
.template-product .slideshow--viewport.slideshow--position-1,
.template-index .slideshow--viewport.slideshow--position-1 {
  transform: translateX(-100%);
}
.template-page .slideshow--viewport.slideshow--position-2,
.template-contact .slideshow--viewport.slideshow--position-2,
.template-product .slideshow--viewport.slideshow--position-2,
.template-index .slideshow--viewport.slideshow--position-2 {
  transform: translateX(-200%);
}
.template-page .slideshow--viewport.slideshow--position-3,
.template-contact .slideshow--viewport.slideshow--position-3,
.template-product .slideshow--viewport.slideshow--position-3,
.template-index .slideshow--viewport.slideshow--position-3 {
  transform: translateX(-300%);
}
.template-page .slideshow--viewport.slideshow--position-4,
.template-contact .slideshow--viewport.slideshow--position-4,
.template-product .slideshow--viewport.slideshow--position-4,
.template-index .slideshow--viewport.slideshow--position-4 {
  transform: translateX(-400%);
}
.template-page .slideshow--viewport.slideshow--position-5,
.template-contact .slideshow--viewport.slideshow--position-5,
.template-product .slideshow--viewport.slideshow--position-5,
.template-index .slideshow--viewport.slideshow--position-5 {
  transform: translateX(-500%);
}
.template-page .slide,
.template-contact .slide,
.template-product .slide,
.template-index .slide {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: relative;
  z-index: 1000;
  float: left;
  width: 100%;
  height: 100%;
  margin-right: -100%;
  overflow: hidden;
  text-align: center;
}
.template-page .slide.active,
.template-contact .slide.active,
.template-product .slide.active,
.template-index .slide.active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  z-index: 2000;
  display: block;
}
.template-page .slide:not(.active),
.template-contact .slide:not(.active),
.template-product .slide:not(.active),
.template-index .slide:not(.active) {
  display: none;
}
.no-js .template-page .slide,
.no-js .template-contact .slide,
.no-js .template-product .slide,
.no-js .template-index .slide {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.no-js .template-page .slide:not(:first-of-type),
.no-js .template-contact .slide:not(:first-of-type),
.no-js .template-product .slide:not(:first-of-type),
.no-js .template-index .slide:not(:first-of-type) {
  display: none;
}
.no-js .template-page .slide svg,
.no-js .template-contact .slide svg,
.no-js .template-product .slide svg,
.no-js .template-index .slide svg {
  position: relative;
  top: 0;
  transform: translate(-50%, 0);
}
.template-page .slideshow--transition-slide .slide:nth-of-type(2),
.template-contact .slideshow--transition-slide .slide:nth-of-type(2),
.template-product .slideshow--transition-slide .slide:nth-of-type(2),
.template-index .slideshow--transition-slide .slide:nth-of-type(2) {
  opacity: 1;
  transform: translateX(100%);
}
.template-page .slideshow--transition-slide .slide:nth-of-type(3),
.template-contact .slideshow--transition-slide .slide:nth-of-type(3),
.template-product .slideshow--transition-slide .slide:nth-of-type(3),
.template-index .slideshow--transition-slide .slide:nth-of-type(3) {
  opacity: 1;
  transform: translateX(200%);
}
.template-page .slideshow--transition-slide .slide:nth-of-type(4),
.template-contact .slideshow--transition-slide .slide:nth-of-type(4),
.template-product .slideshow--transition-slide .slide:nth-of-type(4),
.template-index .slideshow--transition-slide .slide:nth-of-type(4) {
  opacity: 1;
  transform: translateX(300%);
}
.template-page .slideshow--transition-slide .slide:nth-of-type(5),
.template-contact .slideshow--transition-slide .slide:nth-of-type(5),
.template-product .slideshow--transition-slide .slide:nth-of-type(5),
.template-index .slideshow--transition-slide .slide:nth-of-type(5) {
  opacity: 1;
  transform: translateX(400%);
}
.template-page .slide .image-wrap,
.template-contact .slide .image-wrap,
.template-product .slide .image-wrap,
.template-index .slide .image-wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
  font-size: 11px;
}
@media (min-width: 720px) {
  .template-page .slideshow--desktop-height-natural .image-wrap img,
.template-page .slideshow--desktop-height-natural .image-wrap svg,
.template-contact .slideshow--desktop-height-natural .image-wrap img,
.template-contact .slideshow--desktop-height-natural .image-wrap svg,
.template-product .slideshow--desktop-height-natural .image-wrap img,
.template-product .slideshow--desktop-height-natural .image-wrap svg,
.template-index .slideshow--desktop-height-natural .image-wrap img,
.template-index .slideshow--desktop-height-natural .image-wrap svg {
    max-width: 100%;
    min-height: auto;
  }
  @supports (-webkit-appearance: none) {
    .template-page .slideshow--desktop-height-natural .image-wrap img,
.template-contact .slideshow--desktop-height-natural .image-wrap img,
.template-product .slideshow--desktop-height-natural .image-wrap img,
.template-index .slideshow--desktop-height-natural .image-wrap img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }
  }
}
.template-page .slideshow--desktop-height-small .image-wrap,
.template-contact .slideshow--desktop-height-small .image-wrap,
.template-product .slideshow--desktop-height-small .image-wrap,
.template-index .slideshow--desktop-height-small .image-wrap {
  height: 500px;
}
.template-page .slideshow--desktop-height-medium .image-wrap,
.template-contact .slideshow--desktop-height-medium .image-wrap,
.template-product .slideshow--desktop-height-medium .image-wrap,
.template-index .slideshow--desktop-height-medium .image-wrap {
  height: 600px;
}
.template-page .slideshow--desktop-height-large .image-wrap,
.template-contact .slideshow--desktop-height-large .image-wrap,
.template-product .slideshow--desktop-height-large .image-wrap,
.template-index .slideshow--desktop-height-large .image-wrap {
  height: 700px;
}
.template-page .slideshow--desktop-height-extra-large .image-wrap,
.template-contact .slideshow--desktop-height-extra-large .image-wrap,
.template-product .slideshow--desktop-height-extra-large .image-wrap,
.template-index .slideshow--desktop-height-extra-large .image-wrap {
  height: 800px;
}
@media (max-width: 719px) {
  .template-page .slideshow--mobile-height-natural .image-wrap,
.template-contact .slideshow--mobile-height-natural .image-wrap,
.template-product .slideshow--mobile-height-natural .image-wrap,
.template-index .slideshow--mobile-height-natural .image-wrap {
    height: auto;
  }
  .template-page .slideshow--mobile-height-natural .image-wrap img,
.template-page .slideshow--mobile-height-natural .image-wrap svg,
.template-contact .slideshow--mobile-height-natural .image-wrap img,
.template-contact .slideshow--mobile-height-natural .image-wrap svg,
.template-product .slideshow--mobile-height-natural .image-wrap img,
.template-product .slideshow--mobile-height-natural .image-wrap svg,
.template-index .slideshow--mobile-height-natural .image-wrap img,
.template-index .slideshow--mobile-height-natural .image-wrap svg {
    max-width: 100%;
    min-height: auto;
  }
  @supports (-webkit-appearance: none) {
  .template-page .slideshow--mobile-height-natural .image-wrap img,
.template-contact .slideshow--mobile-height-natural .image-wrap img,
.template-product .slideshow--mobile-height-natural .image-wrap img,
.template-index .slideshow--mobile-height-natural .image-wrap img {
      width: 100%;
      height: 430px;
      object-fit: cover;
      object-position: 77%;
    }
  }
  .template-page .slideshow--mobile-height-small .image-wrap,
.template-contact .slideshow--mobile-height-small .image-wrap,
.template-product .slideshow--mobile-height-small .image-wrap,
.template-index .slideshow--mobile-height-small .image-wrap {
    height: 430px;
  }
  .template-page .slideshow--mobile-height-medium .image-wrap,
.template-contact .slideshow--mobile-height-medium .image-wrap,
.template-product .slideshow--mobile-height-medium .image-wrap,
.template-index .slideshow--mobile-height-medium .image-wrap {
    height: 400px;
  }
  .template-page .slideshow--mobile-height-large .image-wrap,
.template-contact .slideshow--mobile-height-large .image-wrap,
.template-product .slideshow--mobile-height-large .image-wrap,
.template-index .slideshow--mobile-height-large .image-wrap {
    height: 500px;
  }
  .template-page .slideshow--mobile-height-natural .image-wrap,
.template-contact .slideshow--mobile-height-natural .image-wrap,
.template-product .slideshow--mobile-height-natural .image-wrap,
.template-index .slideshow--mobile-height-natural .image-wrap {
    height: auto;
  }
}
.template-page .slide img,
.template-page .slide svg,
.template-contact .slide img,
.template-contact .slide svg,
.template-product .slide img,
.template-product .slide svg,
.template-index .slide img,
.template-index .slide svg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
@supports (-webkit-appearance: none) {
  .template-page .slide img,
.template-contact .slide img,
.template-product .slide img,
.template-index .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.template-page .slide .image-overlay,
.template-contact .slide .image-overlay,
.template-product .slide .image-overlay,
.template-index .slide .image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 719px) {
  .template-page .slide .image-overlay,
.template-contact .slide .image-overlay,
.template-product .slide .image-overlay,
.template-index .slide .image-overlay {
    display: none;
  }
}
.template-page .slide .content-outer-wrap,
.template-contact .slide .content-outer-wrap,
.template-product .slide .content-outer-wrap,
.template-index .slide .content-outer-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 92%;
  max-width: 1430px;
}
@media (max-width: 719px) {
  .template-page .slide .content-outer-wrap,
.template-contact .slide .content-outer-wrap,
.template-product .slide .content-outer-wrap,
.template-index .slide .content-outer-wrap {
    position: relative;
    left: 0;
    width: 100%;
  }
}
.template-page .slide .mobile-link,
.template-contact .slide .mobile-link,
.template-product .slide .mobile-link,
.template-index .slide .mobile-link {
  display: none;
}
@media (max-width: 719px) {
  .template-page .slide .mobile-link,
.template-contact .slide .mobile-link,
.template-product .slide .mobile-link,
.template-index .slide .mobile-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
  }
}
.template-page .slide .content-inner-wrap,
.template-contact .slide .content-inner-wrap,
.template-product .slide .content-inner-wrap,
.template-index .slide .content-inner-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50%;
  width: 100%;
  display: flex;
}
@media (max-width: 719px) {
  .template-page .slide .content-inner-wrap,
.template-contact .slide .content-inner-wrap,
.template-product .slide .content-inner-wrap,
.template-index .slide .content-inner-wrap {
    position: absolute;
    left: 0;
  }
}
.template-page .slide .content-inner-wrap.left,
.template-contact .slide .content-inner-wrap.left,
.template-product .slide .content-inner-wrap.left,
.template-index .slide .content-inner-wrap.left {
  justify-content: flex-start;
}
.template-page .slide .content-inner-wrap.bottom,
.template-contact .slide .content-inner-wrap.bottom,
.template-product .slide .content-inner-wrap.bottom,
.template-index .slide .content-inner-wrap.bottom {
  align-items: flex-end;
  bottom: 15%;
}
.template-page .slide .content-inner-wrap.top,
.template-contact .slide .content-inner-wrap.top,
.template-product .slide .content-inner-wrap.top,
.template-index .slide .content-inner-wrap.top {
  align-items: flex-start;
  top: 12%;
}
.template-page .slide .content-inner-wrap.center,
.template-contact .slide .content-inner-wrap.center,
.template-product .slide .content-inner-wrap.center,
.template-index .slide .content-inner-wrap.center {
  justify-content: center;
}
.template-page .slide .content-inner-wrap.center .content,
.template-contact .slide .content-inner-wrap.center .content,
.template-product .slide .content-inner-wrap.center .content,
.template-index .slide .content-inner-wrap.center .content {
  text-align: center;
}
.template-page .slide .content-inner-wrap.center-center,
.template-contact .slide .content-inner-wrap.center-center,
.template-product .slide .content-inner-wrap.center-center,
.template-index .slide .content-inner-wrap.center-center {
  justify-content: center;
  align-items: center;
}
.template-page .slide .content-inner-wrap.center-center .content,
.template-contact .slide .content-inner-wrap.center-center .content,
.template-product .slide .content-inner-wrap.center-center .content,
.template-index .slide .content-inner-wrap.center-center .content {
  text-align: center;
}
.template-page .slide .content-inner-wrap.middle,
.template-contact .slide .content-inner-wrap.middle,
.template-product .slide .content-inner-wrap.middle,
.template-index .slide .content-inner-wrap.middle {
  align-items: center;
}
.template-page .slide .content-inner-wrap.right,
.template-contact .slide .content-inner-wrap.right,
.template-product .slide .content-inner-wrap.right,
.template-index .slide .content-inner-wrap.right {
  justify-content: flex-end;
}
.template-page .slide .content-inner-wrap.right .content,
.template-contact .slide .content-inner-wrap.right .content,
.template-product .slide .content-inner-wrap.right .content,
.template-index .slide .content-inner-wrap.right .content {
  text-align: right;
}
@media (max-width: 719px) {
  .template-page .slide .content-inner-wrap.right .content,
.template-contact .slide .content-inner-wrap.right .content,
.template-product .slide .content-inner-wrap.right .content,
.template-index .slide .content-inner-wrap.right .content {
    text-align: center;
  }
}
.template-page .slide .content,
.template-contact .slide .content,
.template-product .slide .content,
.template-index .slide .content {
  width: 70%;
  max-width: 70%;
  padding: 0 15px;
  text-align: left;
}
@media (min-width: 720px) and (max-width: 960px) {
  .template-page .slide .content,
.template-contact .slide .content,
.template-product .slide .content,
.template-index .slide .content {
    width: 85%;
    max-width: 85%;
    padding: 0 25px;
  }
}
@media (max-width: 719px) {
  .template-page .slide .content,
.template-contact .slide .content,
.template-product .slide .content,
.template-index .slide .content {
    position: static;
    width: 100%;
    max-width: 550px;
    padding: 35px 30px 45px;
    margin: 0 auto;
    text-align: center;
  }
}
.template-page .slide .content .title,
.template-contact .slide .content .title,
.template-product .slide .content .title,
.template-index .slide .content .title {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 54px;
  color: #fff;
  cursor: default;
}.template-page .slide .content .title,
.template-contact .slide .content .title,
.template-product .slide .content .title,
.template-index .slide .content .title {
    text-transform: uppercase;
    font-size: 49px !important;
  }@media (max-width: 959px) {
  .template-page .slide .content .title,
.template-contact .slide .content .title,
.template-product .slide .content .title,
.template-index .slide .content .title {
    font-size: 48px;
  }
}
@media (max-width: 719px) {
  .template-page .slide .content .title,
.template-contact .slide .content .title,
.template-product .slide .content .title,
.template-index .slide .content .title {
    /*overflow-x: hidden;*/
    font-size: 36px;
    /*color: #8b1026;*/
  }.template-page .slide .content .title,
.template-contact .slide .content .title,
.template-product .slide .content .title,
.template-index .slide .content .title {
      font-size: 36px !important;
    }}
.template-page .slide .content .tagline,
.template-contact .slide .content .tagline,
.template-product .slide .content .tagline,
.template-index .slide .content .tagline {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  margin-top: 4px;
  font-size: 20px;
  color: #fff;
  cursor: default;
}
@media (max-width: 959px) {
  .template-page .slide .content .tagline,
.template-contact .slide .content .tagline,
.template-product .slide .content .tagline,
.template-index .slide .content .tagline {
    font-size: 18px;
  }
}
@media (max-width: 719px) {
  .template-page .slide .content .tagline,
.template-contact .slide .content .tagline,
.template-product .slide .content .tagline,
.template-index .slide .content .tagline {
    margin-top: 10px;
    overflow-x: hidden;
    color: #311d35;
  }
}
.template-page .slide .content .call-to-action,
.template-contact .slide .content .call-to-action,
.template-product .slide .content .call-to-action,
.template-index .slide .content .call-to-action {
  margin-top: 35px;
}
@media (max-width: 719px) {
  .template-page .slide .content .call-to-action,
.template-contact .slide .content .call-to-action,
.template-product .slide .content .call-to-action,
.template-index .slide .content .call-to-action {
    padding: 10px 18px;
    margin-top: 30px;
  }
}
.template-page .slide .content .title,
.template-page .slide .content .tagline,
.template-page .slide .content .call-to-action-wrap,
.template-contact .slide .content .title,
.template-contact .slide .content .tagline,
.template-contact .slide .content .call-to-action-wrap,
.template-product .slide .content .title,
.template-product .slide .content .tagline,
.template-product .slide .content .call-to-action-wrap,
.template-index .slide .content .title,
.template-index .slide .content .tagline,
.template-index .slide .content .call-to-action-wrap {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.45s, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.45s;
  will-change: opacity, transform;
}
.no-js .template-page .slide .content .title,
.no-js .template-page .slide .content .tagline,
.no-js .template-page .slide .content .call-to-action-wrap,
.no-js .template-contact .slide .content .title,
.no-js .template-contact .slide .content .tagline,
.no-js .template-contact .slide .content .call-to-action-wrap,
.no-js .template-product .slide .content .title,
.no-js .template-product .slide .content .tagline,
.no-js .template-product .slide .content .call-to-action-wrap,
.no-js .template-index .slide .content .title,
.no-js .template-index .slide .content .tagline,
.no-js .template-index .slide .content .call-to-action-wrap {
  opacity: 1;
  transition: none;
}
.template-page .slide .content .tagline,
.template-contact .slide .content .tagline,
.template-product .slide .content .tagline,
.template-index .slide .content .tagline {
  transition-delay: 0.5s;
}
.template-page .slide .content .call-to-action-wrap,
.template-contact .slide .content .call-to-action-wrap,
.template-product .slide .content .call-to-action-wrap,
.template-index .slide .content .call-to-action-wrap {
  transition-delay: 0.55s;
}
.template-page .slideshow--loaded .slide.active .title,
.template-page .slideshow--loaded .slide.active .tagline,
.template-page .slideshow--loaded .slide.active .call-to-action-wrap,
.template-contact .slideshow--loaded .slide.active .title,
.template-contact .slideshow--loaded .slide.active .tagline,
.template-contact .slideshow--loaded .slide.active .call-to-action-wrap,
.template-product .slideshow--loaded .slide.active .title,
.template-product .slideshow--loaded .slide.active .tagline,
.template-product .slideshow--loaded .slide.active .call-to-action-wrap,
.template-index .slideshow--loaded .slide.active .title,
.template-index .slideshow--loaded .slide.active .tagline,
.template-index .slideshow--loaded .slide.active .call-to-action-wrap {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.template-page .featured-text-container,
.template-contact .featured-text-container,
.template-product .featured-text-container,
.template-index .featured-text-container {
  padding: 55px 15px 0;
  text-align: center;
}
@media (max-width: 719px) {
  .template-page .featured-text-container,
.template-contact .featured-text-container,
.template-product .featured-text-container,
.template-index .featured-text-container {
    padding: 30px 15px 0;
  }
}
.template-page .featured-text-container.feature-borders .featured-text,
.template-contact .featured-text-container.feature-borders .featured-text,
.template-product .featured-text-container.feature-borders .featured-text,
.template-index .featured-text-container.feature-borders .featured-text {
  padding: 55px 0;
  border-top: 1px solid #ebebeb;
}
@media (max-width: 719px) {
  .template-page .featured-text-container.feature-borders .featured-text,
.template-contact .featured-text-container.feature-borders .featured-text,
.template-product .featured-text-container.feature-borders .featured-text,
.template-index .featured-text-container.feature-borders .featured-text {
    padding: 30px 15px 0;
  }
}
.template-page .featured-text-container.feature-borders .featured-text:first-of-type,
.template-contact .featured-text-container.feature-borders .featured-text:first-of-type,
.template-product .featured-text-container.feature-borders .featured-text:first-of-type,
.template-index .featured-text-container.feature-borders .featured-text:first-of-type {
  padding-top: 0;
  border: 0;
}
.template-page .featured-text-container.feature-borders .featured-text:last-of-type,
.template-contact .featured-text-container.feature-borders .featured-text:last-of-type,
.template-product .featured-text-container.feature-borders .featured-text:last-of-type,
.template-index .featured-text-container.feature-borders .featured-text:last-of-type {
  padding-bottom: 0;
}
.template-page .featured-text-container h2,
.template-page .featured-text-container .rte,
.template-page .featured-text-container .pxs-newsletter-text,
.template-contact .featured-text-container h2,
.template-contact .featured-text-container .rte,
.template-contact .featured-text-container .pxs-newsletter-text,
.template-product .featured-text-container h2,
.template-product .featured-text-container .rte,
.template-product .featured-text-container .pxs-newsletter-text,
.template-index .featured-text-container h2,
.template-index .featured-text-container .rte,
.template-index .featured-text-container .pxs-newsletter-text {
  display: inline-block;
  width: 70%;
  margin: 10px 0;
}
.template-page .featured-text-container h2 p,
.template-page .featured-text-container .rte p,
.template-page .featured-text-container .pxs-newsletter-text p,
.template-contact .featured-text-container h2 p,
.template-contact .featured-text-container .rte p,
.template-contact .featured-text-container .pxs-newsletter-text p,
.template-product .featured-text-container h2 p,
.template-product .featured-text-container .rte p,
.template-product .featured-text-container .pxs-newsletter-text p,
.template-index .featured-text-container h2 p,
.template-index .featured-text-container .rte p,
.template-index .featured-text-container .pxs-newsletter-text p {
  margin: 0;
}
.template-page .featured-text-container h2,
.template-contact .featured-text-container h2,
.template-product .featured-text-container h2,
.template-index .featured-text-container h2 {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 33px;
  color: #8b1026;
}.template-page .featured-text-container h2,
.template-contact .featured-text-container h2,
.template-product .featured-text-container h2,
.template-index .featured-text-container h2 {
    text-transform: uppercase;
    font-size: 24.5px !important;
  }@media (max-width: 719px) {
  .template-page .featured-text-container h2,
.template-contact .featured-text-container h2,
.template-product .featured-text-container h2,
.template-index .featured-text-container h2 {
    font-size: 21px;
  }.template-page .featured-text-container h2,
.template-contact .featured-text-container h2,
.template-product .featured-text-container h2,
.template-index .featured-text-container h2 {
      font-size: 18.375px !important;
    }}
.template-page .featured-text-container h3,
.template-contact .featured-text-container h3,
.template-product .featured-text-container h3,
.template-index .featured-text-container h3 {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 300;
  display: inline-block;
  font-size: 18px;
  line-height: 29px;
}
@media (max-width: 719px) {
  .template-page .featured-text-container h3,
.template-contact .featured-text-container h3,
.template-product .featured-text-container h3,
.template-index .featured-text-container h3 {
    font-size: 16px;
    line-height: 25px;
  }
}
.template-page .featured-text + .featured-text,
.template-contact .featured-text + .featured-text,
.template-product .featured-text + .featured-text,
.template-index .featured-text + .featured-text {
  margin-top: 30px;
}
.template-page .feature-borders .featured-text + .featured-text,
.template-contact .feature-borders .featured-text + .featured-text,
.template-product .feature-borders .featured-text + .featured-text,
.template-index .feature-borders .featured-text + .featured-text {
  margin-top: 0;
}
.template-page .featured-collections,
.template-contact .featured-collections,
.template-product .featured-collections,
.template-index .featured-collections {
  text-align: left;
}
.template-page .featured-collections.first .section-title,
.template-contact .featured-collections.first .section-title,
.template-product .featured-collections.first .section-title,
.template-index .featured-collections.first .section-title {
  padding-top: 75px;
  border-top: 0;
}
@media (max-width: 959px) {
  .template-page .featured-collections .collection-wrap,
.template-contact .featured-collections .collection-wrap,
.template-product .featured-collections .collection-wrap,
.template-index .featured-collections .collection-wrap {
    margin: 0 0 10px;
  }
}
@media (max-width: 719px) {
  .template-page .featured-collections .collection-wrap,
.template-contact .featured-collections .collection-wrap,
.template-product .featured-collections .collection-wrap,
.template-index .featured-collections .collection-wrap {
    margin: 0 0 10px;
  }
}
.template-page .featured-collections .wrap,
.template-contact .featured-collections .wrap,
.template-product .featured-collections .wrap,
.template-index .featured-collections .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 11px;
}
@media (max-width: 719px) {
  .template-page .featured-collections .wrap,
.template-contact .featured-collections .wrap,
.template-product .featured-collections .wrap,
.template-index .featured-collections .wrap {
    width: 100%;
    margin-left: 0;
  }
}
.template-page .featured-collections .wrap.wrap--1,
.template-contact .featured-collections .wrap.wrap--1,
.template-product .featured-collections .wrap.wrap--1,
.template-index .featured-collections .wrap.wrap--1 {
  justify-content: center;
}
.template-page .featured-collections .wrap.wrap--2 .collection-wrap,
.template-contact .featured-collections .wrap.wrap--2 .collection-wrap,
.template-product .featured-collections .wrap.wrap--2 .collection-wrap,
.template-index .featured-collections .wrap.wrap--2 .collection-wrap {
  width: calc(50% - 15px);
  margin: 0;
}
@media (max-width: 719px) {
  .template-page .featured-collections .wrap.wrap--2 .collection-wrap,
.template-contact .featured-collections .wrap.wrap--2 .collection-wrap,
.template-product .featured-collections .wrap.wrap--2 .collection-wrap,
.template-index .featured-collections .wrap.wrap--2 .collection-wrap {
    width: 100%;
    margin-bottom: 10px;
  }
}
.template-page .featured-collections .wrap.wrap--1 .collection-wrap,
.template-contact .featured-collections .wrap.wrap--1 .collection-wrap,
.template-product .featured-collections .wrap.wrap--1 .collection-wrap,
.template-index .featured-collections .wrap.wrap--1 .collection-wrap {
  width: 100%;
  margin: 0;
}
.template-page .featured-collection,
.template-contact .featured-collection,
.template-product .featured-collection,
.template-index .featured-collection {
  text-align: center;
}
.template-page .featured-collection.first .section-title,
.template-contact .featured-collection.first .section-title,
.template-product .featured-collection.first .section-title,
.template-index .featured-collection.first .section-title {
  padding-top: 75px;
  border-top: 0;
}
.template-page .featured-collection .product-list,
.template-contact .featured-collection .product-list,
.template-product .featured-collection .product-list,
.template-index .featured-collection .product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
}
.template-page .featured-collection .product-list.row-of-2 .product,
.template-contact .featured-collection .product-list.row-of-2 .product,
.template-product .featured-collection .product-list.row-of-2 .product,
.template-index .featured-collection .product-list.row-of-2 .product {
  width: calc(50% - 12px);
}
.template-page .featured-collection .product-list.row-of-3 .product,
.template-contact .featured-collection .product-list.row-of-3 .product,
.template-product .featured-collection .product-list.row-of-3 .product,
.template-index .featured-collection .product-list.row-of-3 .product {
  width: calc(33.3333333333% - 15px);
}
.template-page .featured-collection .product-list.row-of-4 .product,
.template-contact .featured-collection .product-list.row-of-4 .product,
.template-product .featured-collection .product-list.row-of-4 .product,
.template-index .featured-collection .product-list.row-of-4 .product {
  width: calc(25% - 20px);
}
@media (max-width: 1200px) {
  .template-page .featured-collection .product-list.row-of-4 .product,
.template-contact .featured-collection .product-list.row-of-4 .product,
.template-product .featured-collection .product-list.row-of-4 .product,
.template-index .featured-collection .product-list.row-of-4 .product {
    width: calc(50% - 12px);
  }
}
@media (max-width: 940px) {
  .template-page .featured-collection .product-list.row-of-2 .product,
.template-page .featured-collection .product-list.row-of-2 .promo-block, .template-page .featured-collection .product-list.row-of-3 .product,
.template-page .featured-collection .product-list.row-of-3 .promo-block, .template-page .featured-collection .product-list.row-of-4 .product,
.template-page .featured-collection .product-list.row-of-4 .promo-block,
.template-contact .featured-collection .product-list.row-of-2 .product,
.template-contact .featured-collection .product-list.row-of-2 .promo-block,
.template-contact .featured-collection .product-list.row-of-3 .product,
.template-contact .featured-collection .product-list.row-of-3 .promo-block,
.template-contact .featured-collection .product-list.row-of-4 .product,
.template-contact .featured-collection .product-list.row-of-4 .promo-block,
.template-product .featured-collection .product-list.row-of-2 .product,
.template-product .featured-collection .product-list.row-of-2 .promo-block,
.template-product .featured-collection .product-list.row-of-3 .product,
.template-product .featured-collection .product-list.row-of-3 .promo-block,
.template-product .featured-collection .product-list.row-of-4 .product,
.template-product .featured-collection .product-list.row-of-4 .promo-block,
.template-index .featured-collection .product-list.row-of-2 .product,
.template-index .featured-collection .product-list.row-of-2 .promo-block,
.template-index .featured-collection .product-list.row-of-3 .product,
.template-index .featured-collection .product-list.row-of-3 .promo-block,
.template-index .featured-collection .product-list.row-of-4 .product,
.template-index .featured-collection .product-list.row-of-4 .promo-block {
    width: calc(50% - 7.5px);
    min-width: calc(50% - 7.5px);
    text-align: left;
  }
}
@media (max-width: 719px) {
  .template-page .featured-collection .product-list.row-of-2 .product,
.template-page .featured-collection .product-list.row-of-2 .promo-block, .template-page .featured-collection .product-list.row-of-3 .product,
.template-page .featured-collection .product-list.row-of-3 .promo-block, .template-page .featured-collection .product-list.row-of-4 .product,
.template-page .featured-collection .product-list.row-of-4 .promo-block,
.template-contact .featured-collection .product-list.row-of-2 .product,
.template-contact .featured-collection .product-list.row-of-2 .promo-block,
.template-contact .featured-collection .product-list.row-of-3 .product,
.template-contact .featured-collection .product-list.row-of-3 .promo-block,
.template-contact .featured-collection .product-list.row-of-4 .product,
.template-contact .featured-collection .product-list.row-of-4 .promo-block,
.template-product .featured-collection .product-list.row-of-2 .product,
.template-product .featured-collection .product-list.row-of-2 .promo-block,
.template-product .featured-collection .product-list.row-of-3 .product,
.template-product .featured-collection .product-list.row-of-3 .promo-block,
.template-product .featured-collection .product-list.row-of-4 .product,
.template-product .featured-collection .product-list.row-of-4 .promo-block,
.template-index .featured-collection .product-list.row-of-2 .product,
.template-index .featured-collection .product-list.row-of-2 .promo-block,
.template-index .featured-collection .product-list.row-of-3 .product,
.template-index .featured-collection .product-list.row-of-3 .promo-block,
.template-index .featured-collection .product-list.row-of-4 .product,
.template-index .featured-collection .product-list.row-of-4 .promo-block {
    margin-bottom: 35px;
  }
}
.template-page .featured-collection .product-list .product,
.template-contact .featured-collection .product-list .product,
.template-product .featured-collection .product-list .product,
.template-index .featured-collection .product-list .product {
  padding-left: 0;
  margin-bottom: 50px;
}
@media (min-width: 720px) {
  .template-page .featured-collection .product-list .product.product-card-alt,
.template-contact .featured-collection .product-list .product.product-card-alt,
.template-product .featured-collection .product-list .product.product-card-alt,
.template-index .featured-collection .product-list .product.product-card-alt {
    margin: 0 0 30px;
  }
}
@media (max-width: 719px) {
  .template-page .featured-collection .product-list .product,
.template-contact .featured-collection .product-list .product,
.template-product .featured-collection .product-list .product,
.template-index .featured-collection .product-list .product {
    margin: 0 0 35px;
  }
}
@media (max-width: 719px) {
  .template-page .featured-collection,
.template-contact .featured-collection,
.template-product .featured-collection,
.template-index .featured-collection {
    margin-bottom: -20px;
  }
}
.template-page .articles,
.template-contact .articles,
.template-product .articles,
.template-index .articles {
  margin-left: -30px;
  font-size: 11px;
}
@media (min-width: 720px) {
  .template-page .articles,
.template-contact .articles,
.template-product .articles,
.template-index .articles {
    margin-bottom: -40px;
  }
}
@media (max-width: 719px) {
  .template-page .articles,
.template-contact .articles,
.template-product .articles,
.template-index .articles {
    margin-left: 0;
  }
}
.template-page .article,
.template-contact .article,
.template-product .article,
.template-index .article {
  display: inline-block;
  width: 25%;
  padding-top: 10px;
  padding-bottom: 40px;
  padding-left: 30px;
  border-bottom: 0;
  text-align: left;
  vertical-align: top;
}
.template-page .article.first,
.template-contact .article.first,
.template-product .article.first,
.template-index .article.first {
  margin-left: 0;
}
@media screen and (max-width: 1200px) {
  .template-page .article,
.template-contact .article,
.template-product .article,
.template-index .article {
    width: 50%;
  }
}
@media (max-width: 719px) {
  .template-page .article,
.template-contact .article,
.template-product .article,
.template-index .article {
    display: block;
    width: 100%;
    min-width: 290px;
    padding: 0;
    margin: 0 auto 50px;
    border: 0;
  }
  .template-page .article.last,
.template-contact .article.last,
.template-product .article.last,
.template-index .article.last {
    margin-bottom: 0;
  }
}
.template-page .article .date,
.template-contact .article .date,
.template-product .article .date,
.template-index .article .date {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  color: #6c5b6b;
}
.template-page .article .title,
.template-contact .article .title,
.template-product .article .title,
.template-index .article .title {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  display: block;
  margin-bottom: 18px;
  font-size: 21px;
  color: #8b1026;
}.template-page .article .title,
.template-contact .article .title,
.template-product .article .title,
.template-index .article .title {
    font-size: 21px !important;
    text-transform: uppercase;
  }.template-page .article .title:hover,
.template-contact .article .title:hover,
.template-product .article .title:hover,
.template-index .article .title:hover {
  color: #8b1026;
}
.template-page .article .rte, .template-page .article .pxs-newsletter-text,
.template-contact .article .rte,
.template-contact .article .pxs-newsletter-text,
.template-product .article .rte,
.template-product .article .pxs-newsletter-text,
.template-index .article .rte,
.template-index .article .pxs-newsletter-text {
  font-size: 15px;
  line-height: 1.6;
  color: #311d35;
}
.template-page .article .rte img, .template-page .article .pxs-newsletter-text img,
.template-contact .article .rte img,
.template-contact .article .pxs-newsletter-text img,
.template-product .article .rte img,
.template-product .article .pxs-newsletter-text img,
.template-index .article .rte img,
.template-index .article .pxs-newsletter-text img {
  width: 100%;
}
.template-page .article .article-image,
.template-contact .article .article-image,
.template-product .article .article-image,
.template-index .article .article-image {
  display: block;
  margin-bottom: 20px;
}

.logo-list-container {
  margin: 0 -20px;
}
@media (max-width: 719px) {
  .logo-list-container {
    margin: 0 0px;
  }
}

.logo-list {
  font-size: 11px;
  text-align: center;
}

.logo-list-item {
  display: inline-block;
  padding: 10px 20px;
  vertical-align: middle;
}
.rows-of-3 .logo-list-item {
  width: 33.333%;
}
.rows-of-4 .logo-list-item {
  width: 25%;
}
.rows-of-5 .logo-list-item {
  width: 20%;
}
@media (max-width: 719px) {
  .rows-of-3 .logo-list-item, .rows-of-4 .logo-list-item, .rows-of-5 .logo-list-item {
    width: 50%;
  }
}
.logo-list-item .logo-list-item-wrap {
  max-width: 240px;
  margin: 0 auto;
}
.logo-list-item img,
.logo-list-item svg {
  max-width: 100%;
}

.home-section {
  position: relative;
  padding-top: 65px;
  margin-top: 65px;
}
@media (max-width: 719px) {
  .home-section {
    padding-top: 40px;
    margin-top: 40px;
  }
}
.slideshow-sibling-section .home-section {
  margin-top: 0;
}
.home-section > .section-title {
  padding-top: 0;
}
.home-section.has-heading {
  padding-top: 50px;
}
.home-section.has-border::before {
  position: absolute;
  top: 0;
  display: block;
  width: calc(100% - 30px);
  border-top: 1px solid #ebebeb;
  content: "";
}
.home-section.has-border > .section-title {
  padding-top: 0;
}
.home-section.multi-row {
  margin-bottom: -50px;
}
.home-section.picture-block, .home-section.slideshow:not(.content-area):not(.collection-title-header) {
  padding-top: 0;
}
.home-section.picture-block::before, .home-section.slideshow:not(.content-area):not(.collection-title-header)::before {
  display: none;
}
.home-section.slideshow.content-area, .home-section.slideshow.collection-title-header {
  padding-top: 0;
}

.template-page .shopify-section:not(:first-of-type) .slide::before,
.template-product .shopify-section:not(:first-of-type) .slide::before,
.template-index .shopify-section:not(:first-of-type) .slide::before {
  display: none;
}
.template-page .shopify-section:first-of-type .home-section,
.template-product .shopify-section:first-of-type .home-section,
.template-index .shopify-section:first-of-type .home-section {
  margin-top: 0;
}
.template-page .shopify-section:first-of-type .home-section.has-border::before,
.template-product .shopify-section:first-of-type .home-section.has-border::before,
.template-index .shopify-section:first-of-type .home-section.has-border::before {
  display: none;
}
.template-page .shopify-section:first-of-type .home-section.slideshow,
.template-product .shopify-section:first-of-type .home-section.slideshow,
.template-index .shopify-section:first-of-type .home-section.slideshow {
  margin-top: 0;
}
.template-page .shopify-section:first-of-type .home-section.slideshow::before,
.template-product .shopify-section:first-of-type .home-section.slideshow::before,
.template-index .shopify-section:first-of-type .home-section.slideshow::before {
  display: none;
}
.template-page .shopify-section:first-of-type .home-video:first-of-type,
.template-product .shopify-section:first-of-type .home-video:first-of-type,
.template-index .shopify-section:first-of-type .home-video:first-of-type {
  padding-top: 0;
}

html:not(.header-layout-minimal) .shopify-section:first-of-type .home-section.slideshow[data-full-width=false] {
  padding-top: 65px;
}
@media (max-width: 719px) {
  html:not(.header-layout-minimal) .shopify-section:first-of-type .home-section.slideshow[data-full-width=false] {
    padding-top: 0;
  }
}

.twitter-tweet {
  max-width: 60%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.375em;
  text-align: center;
  word-wrap: break-word;
}
@media screen and (min-width: 500px) {
  .twitter-tweet {
    font-size: 20px;
  }
}
@media screen and (min-width: 900px) {
  .twitter-tweet {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .twitter-tweet {
    font-size: 24px;
  }
}
.twitter-tweet img {
  height: 24px;
  margin-left: 5px;
  vertical-align: sub;
}
.twitter-tweet .tweet-image img {
  width: 100%;
  height: auto;
  margin: 0 0 30px;
}
.twitter-tweet .tweet-wrap:nth-child(n+2) {
  display: none;
}
.twitter-tweet .timestamp {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  display: block;
  margin-top: 2em;
  font-size: 13px;
  color: #6c5b6b;
}
@media (max-width: 480px) {
  .twitter-tweet .timestamp .divider {
    display: none;
  }
  .twitter-tweet .timestamp span[data-scribe="element:screen_name"] {
    display: block;
  }
}
.twitter-tweet .timestamp .divider {
  margin: 0 10px;
}
.twitter-tweet .timestamp img,
.twitter-tweet .timestamp span[data-scribe="element:name"] {
  display: none;
}
.twitter-tweet .timestamp [data-scribe="component:author"] {
  display: inline-block;
  font-size: 13px;
}

.customer.login #recover-password {
  display: none;
}
.customer.login .secondary-wrap {
  width: 100%;
  padding-top: 35px;
  margin-top: 35px;
  border-top: 1px solid #ebebeb;
}
@media (max-width: 719px) {
  .customer.login .secondary-wrap {
    text-align: center;
  }
  .customer.login .secondary-wrap .action-button {
    width: 100%;
  }
}
.customer.login .secondary-wrap p {
  margin: 0 0 20px;
  font-size: 14px;
}

.pxs-map {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 720px) {
  .pxs-map {
    flex-wrap: wrap;
  }
}

.pxs-map-wrapper {
  position: relative;
  width: 100%;
  height: 280px;
  padding: 0;
  background-size: cover;
}
@media (min-width: 720px) {
  .pxs-map-wrapper {
    height: 400px;
  }
  .pxs-map-section-layout-x-outside-left .pxs-map-wrapper, .pxs-map-section-layout-x-outside-right .pxs-map-wrapper {
    width: calc(50% - 10px);
  }
}
.pxs-map-wrapper.pxs-map-wrapper-height-medium {
  height: 392px;
}
@media (min-width: 720px) {
  .pxs-map-wrapper.pxs-map-wrapper-height-medium {
    height: 560px;
  }
}
.pxs-map-wrapper.pxs-map-wrapper-height-large {
  height: 504px;
}
@media (min-width: 720px) {
  .pxs-map-wrapper.pxs-map-wrapper-height-large {
    height: 720px;
  }
}
.pxs-map-wrapper .pxs-map-image {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.pxs-map-wrapper .pxs-map-image[data-rimg=noscript] {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 1;
  object-fit: cover;
}

.pxs-map-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pxs-map-section-layout-x-outside-left .pxs-map-overlay, .pxs-map-section-layout-x-outside-right .pxs-map-overlay {
  display: none;
}
@media (max-width: 720px) {
  .pxs-map-overlay {
    display: none;
  }
}

.pxs-map-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.pxs-map-error-message {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.pxs-map-error-message p {
  margin: 0;
  text-align: center;
}
.pxs-map-error-message a {
  color: inherit;
}

.pxs-map-card-wrapper {
  width: 100%;
}
@media (max-width: 720px) {
  .pxs-map-section-layout-mobile-above .pxs-map-card-wrapper {
    order: -1;
    margin-bottom: 20px;
  }
  .pxs-map-section-layout-mobile-below .pxs-map-card-wrapper {
    margin-top: 20px;
  }
}
@media (min-width: 720px) {
  .pxs-map-card-wrapper {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 20px;
  }
  .pxs-map-section-layout-x-outside-left .pxs-map-card-wrapper, .pxs-map-section-layout-x-outside-right .pxs-map-card-wrapper {
    position: static;
    width: calc(50% - 10px);
    padding: 0;
    background-color: #fff;
  }
  .pxs-map-section-layout-x-outside-left .pxs-map-card-wrapper {
    order: -1;
  }
  .pxs-map-section-layout-y-outside-center .pxs-map-card-wrapper, .pxs-map-section-layout-y-overlay-center .pxs-map-card-wrapper {
    align-items: center;
  }
  .pxs-map-section-layout-y-outside-bottom .pxs-map-card-wrapper, .pxs-map-section-layout-y-overlay-bottom .pxs-map-card-wrapper {
    align-items: flex-end;
  }
  .pxs-map-section-layout-x-overlay-center .pxs-map-card-wrapper {
    justify-content: center;
  }
  .pxs-map-section-layout-x-overlay-right .pxs-map-card-wrapper {
    justify-content: flex-end;
  }
}
@media (min-width: 1080px) {
  .pxs-map-card-wrapper {
    top: 30px;
    bottom: 30px;
    padding: 0 30px;
  }
}

.pxs-map-card {
  width: 100%;
  padding: 30px;
  background-color: #fff;
}
@media (max-width: 720px) {
  .pxs-map-card {
    max-width: 100%;
  }
}
@media (min-width: 720px) {
  .pxs-map-card {
    right: auto;
    bottom: 30px;
    left: 30px;
    width: auto;
    max-width: 40%;
    min-width: 280px;
  }
  .pxs-map-section-layout-x-outside-left .pxs-map-card, .pxs-map-section-layout-x-outside-right .pxs-map-card {
    width: 100%;
    max-width: 100%;
  }
}

.pxs-map-card-text-alignment-left {
  text-align: left;
}

.pxs-map-card-text-alignment-center {
  text-align: center;
}

.pxs-map-card-text-alignment-right {
  text-align: right;
}

.pxs-map-card-heading {
  margin: 0 0 26px;
}

.pxs-map-card-content p:last-child {
  margin-bottom: 0;
}

.pxs-map {
  margin-top: 0;
}

.pxs-map-section {
  width: 92%;
  max-width: 1430px;
  min-width: 690px;
  padding: 50px 15px 0;
  margin: 65px auto 0;
}
@media (max-width: 1199px) {
  .pxs-map-section {
    width: 95%;
  }
}
@media (max-width: 719px) {
  .pxs-map-section {
    width: 100%;
    min-width: 100%;
    padding-top: 0;
  }
}

@media (max-width: 719px) {
  .pxs-map-card {
    padding-right: 0;
    padding-left: 0;
  }
  .pxs-map-section-layout-x-outside-left .pxs-map-card, .pxs-map-section-layout-x-outside-right .pxs-map-card {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .pxs-map-card {
    padding: 40px;
  }
}

@media (min-width: 1200px) {
  .pxs-map-card-wrapper {
    top: 40px;
    bottom: 40px;
    padding: 0 40px;
  }
}

@media (max-width: 719px) {
  .pxs-map-section-layout-mobile-above .pxs-map-card, .pxs-map-section-layout-mobile-below .pxs-map-card,
.pxs-map-section-layout-mobile-above .pxs-map-card-wrapper,
.pxs-map-section-layout-mobile-below .pxs-map-card-wrapper {
    margin: 0;
  }
}
.pxs-map-section-layout-x-outside-left .pxs-map-card, .pxs-map-section-layout-x-outside-right .pxs-map-card,
.pxs-map-section-layout-x-outside-left .pxs-map-card-wrapper,
.pxs-map-section-layout-x-outside-right .pxs-map-card-wrapper {
  margin: 0;
}

.pxs-map-section-layout-x-outside-left .pxs-map-wrapper, .pxs-map-section-layout-x-outside-right .pxs-map-wrapper,
.pxs-map-section-layout-x-outside-left .pxs-map-card-wrapper,
.pxs-map-section-layout-x-outside-right .pxs-map-card-wrapper {
  width: 50%;
}
@media (max-width: 719px) {
  .pxs-map-section-layout-x-outside-left .pxs-map-wrapper, .pxs-map-section-layout-x-outside-right .pxs-map-wrapper,
.pxs-map-section-layout-x-outside-left .pxs-map-card-wrapper,
.pxs-map-section-layout-x-outside-right .pxs-map-card-wrapper {
    width: 100%;
  }
}

.pxs-map-card-heading {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #8b1026;
  text-align: center;
  text-transform: uppercase;
}

.menu-list-link {
  display: block;
  font-size: 16px;
  color: #311d35;
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.menu-list-link:not(:first-of-type) {
  margin-top: 14px;
}

.menu-list-link-more {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  margin-top: 16px;
  font-size: 14px;
  color: #8b1026;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  outline: 0;
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-appearance: none;
          appearance: none;
}
.menu-list-link-more:hover {
  color: 










#790e21




;
}

.menu-list-link-hidden {
  display: none;
}

.collections .label.menu-list-heading {
  padding-bottom: 16px;
  margin-bottom: 20px;
  font-size: 24px;
  text-align: left;
  border-bottom: 1px solid #ebebeb;
}
@media (max-width: 719px) {
  .collections .label.menu-list-heading {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .collections .label.menu-list-heading {
    text-align: center;
  }
}

.menu-list-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 11px;
  text-align: left;
  border-bottom: 1px solid #ebebeb;
}

.menu-list-container::before, .menu-list-container::after {
  display: none;
}
.menu-list-container .collection-wrap {
  margin-bottom: 50px;
}
@media (max-width: 719px) {
  .menu-list-container .collection-wrap:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .menu-list-container .collection-wrap {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto 50px;
    text-align: center;
  }
}
.menu-list-container .collection-wrap img {
  position: static;
  width: 100%;
  height: auto;
  opacity: 1;
  object-fit: cover;
}
.menu-list-container .collection-wrap li:not(:first-of-type) {
  margin-top: 10px;
}
@media (max-width: 480px) {
  .menu-list-container .collection-wrap li:not(:first-of-type) {
    margin-top: 8px;
  }
}

.subcollection-menu-list-container::before, .subcollection-menu-list-container::after {
  display: none;
}
.subcollection-menu-list-container .collection-wrap {
  margin-bottom: 50px;
}

.menu-list-link-hidden {
  display: none;
}

@media (min-width: 720px) {
  .menu-list-container.menu-list-count-1 .collection-wrap,
.menu-list-count-2 .collection-wrap:last-of-type,
.menu-list-count-2 .collection-wrap:nth-last-of-type(2),
.menu-list-container.menu-list-count-4 .collection-wrap,
.menu-list-count-5 .collection-wrap:last-of-type,
.menu-list-count-5 .collection-wrap:nth-last-of-type(2) {
    width: calc(50% - 12px);
  }
}
@media (max-width: 480px) {
  .menu-list-container.menu-list-count-1 .collection-wrap,
.menu-list-count-2 .collection-wrap:last-of-type,
.menu-list-count-2 .collection-wrap:nth-last-of-type(2),
.menu-list-container.menu-list-count-4 .collection-wrap,
.menu-list-count-5 .collection-wrap:last-of-type,
.menu-list-count-5 .collection-wrap:nth-last-of-type(2) {
    width: 100%;
  }
}

.menu-list-count-1 .collection-wrap:last-of-type {
  width: 100%;
}

.menu-list-count-2 .collection-wrap:last-of-type,
.menu-list-count-2 .collection-wrap:nth-last-of-type(2) {
  width: calc(50% - 15px);
}

.pxs-newsletter-section {
  position: relative;
  width: 100%;
}
.pxs-newsletter-section .newsletter-success {
  font-weight: bold;
  text-align: center;
}

.pxs-newsletter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 50px 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 720px) {
  .pxs-newsletter {
    flex-direction: column;
  }
}
@media (min-width: 1080px) {
  .pxs-newsletter {
    max-width: 65%;
    padding-top: 68px;
  }
}

.pxs-newsletter-figure {
  position: relative;
  flex-shrink: 1;
  order: 0;
  margin: 0;
  background-size: cover;
}
@media screen and (max-width: 720px) {
  .pxs-newsletter-mobile-alignment-bottom .pxs-newsletter-figure {
    order: 1;
  }
}
@media screen and (min-width: 720px) {
  .pxs-newsletter-desktop-alignment-right .pxs-newsletter-figure {
    order: 1;
  }
}

.pxs-newsletter-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  order: 0;
  padding: 0 20px;
}
@media screen and (min-width: 720px) {
  .pxs-newsletter-content {
    padding: 0 50px;
  }
}

.pxs-newsletter-image {
  display: block;
  width: 100%;
  opacity: 0;
}
.pxs-newsletter-image[data-rimg=noscript] {
  opacity: 1;
}

.pxs-newsletter-header {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 720px) {
  .pxs-newsletter-header {
    max-width: 80%;
  }
}

.pxs-newsletter-heading {
  margin-top: 0;
  margin-bottom: 12px;
}

.pxs-newsletter-text {
  margin-top: 0;
  margin-bottom: 36px;
}

.pxs-newsletter-form .contact-form {
  margin: 0;
}

.pxs-newsletter-form-fields {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.pxs-newsletter-form-label {
  display: none;
}

.pxs-newsletter-form-input {
  height: 100%;
  margin: 0;
}

.pxs-newsletter-form-button {
  height: 100%;
}

.pxs-newsletter {
  width: 92%;
  max-width: 1430px;
  min-width: 690px;
  padding: 50px 15px 0;
  margin: 65px auto 0;
}
@media (max-width: 1199px) {
  .pxs-newsletter {
    width: 95%;
  }
}
@media (max-width: 719px) {
  .pxs-newsletter {
    width: 100%;
    min-width: 100%;
    padding-top: 0;
  }
}

.pxs-newsletter-header,
.pxs-newsletter-form {
  width: 100%;
  max-width: 100%;
}

.pxs-newsletter-heading {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #8b1026;
  text-align: center;
  text-transform: uppercase;
}

.pxs-newsletter-form-field:nth-of-type(1) {
  width: 67%;
}

.pxs-newsletter-figure {
  width: 50%;
  margin: 0;
}
@media (max-width: 719px) {
  .pxs-newsletter-figure {
    width: 100%;
    margin-bottom: 50px;
  }
  .pxs-newsletter-mobile-alignment-bottom .pxs-newsletter-figure {
    margin-top: 50px;
    margin-bottom: 0;
  }
}

.pxs-newsletter-content {
  padding: 0 30px;
}

.pxs-newsletter-figure + .pxs-newsletter-content {
  width: 50%;
}
@media (max-width: 719px) {
  .pxs-newsletter-figure + .pxs-newsletter-content {
    width: 100%;
  }
}

.pxs-newsletter-form-input {
  width: calc(100% - 8px);
}

.customer.order .content-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  min-height: 200px;
  margin: 50px 0 85px;
}
@media (max-width: 719px) {
  .customer.order .content-wrap {
    flex-direction: column;
    margin: 50px 0 55px;
  }
}
.customer.order .shipping-info {
  width: 28%;
  padding-right: 30px;
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 719px) {
  .customer.order .shipping-info {
    display: flex;
    width: 100%;
    padding-right: 0;
    margin: 40px 0;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .customer.order .shipping-info {
    display: block;
  }
}
.customer.order .shipping-info .shipping-title {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  color: #8b1026;
}.customer.order .shipping-info .shipping-title {
    font-size: 15.75px !important;
    text-transform: uppercase;
  }.customer.order .shipping-info .address,
.customer.order .shipping-info .city,
.customer.order .shipping-info .country {
  display: block;
}
.customer.order .shipping-info .address-wrap {
  margin-bottom: 30px;
}
@media (max-width: 719px) {
  .customer.order .shipping-info .address-wrap {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .customer.order .shipping-info .address-wrap {
    margin-right: auto;
    margin-left: auto;
  }
}
.customer.order .order-history {
  width: 72%;
}
@media (max-width: 719px) {
  .customer.order .order-history {
    width: 100%;
  }
}
.customer.order .order-history .order-history-title {
  color: #8b1026;
}
@media (max-width: 719px) {
  .customer.order .order-history .order-history-title {
    text-align: center;
  }
}
.customer.order .order-history .product-item-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 719px) {
  .customer.order .order-history .table {
    margin-top: 50px;
  }
}
.customer.order .order-history .table th,
.customer.order .order-history .table td {
  text-align: right;
}
.customer.order .order-history .table th.price,
.customer.order .order-history .table td.price {
  width: 23%;
}
.customer.order .order-history .table th.quantity,
.customer.order .order-history .table td.quantity {
  width: 12%;
}
.customer.order .order-history .table th.total,
.customer.order .order-history .table td.total {
  width: 18%;
}
.customer.order .order-history .table th.first,
.customer.order .order-history .table td.first {
  width: 43%;
  text-align: left;
}
@media (max-width: 719px) {
  .customer.order .order-history .table th.first,
.customer.order .order-history .table td.first {
    width: 100%;
  }
}
@media (max-width: 719px) {
  .customer.order .order-history .table th {
    display: none;
  }
}
.customer.order .order-history .table td {
  border: 0;
}
@media (max-width: 719px) {
  .customer.order .order-history .table td {
    display: flex;
    justify-content: space-between;
    padding: 13px 0;
  }
  .customer.order .order-history .table td.first, .customer.order .order-history .table td.price, .customer.order .order-history .table td.quantity, .customer.order .order-history .table td.total {
    width: 100%;
  }
  .customer.order .order-history .table td.first {
    padding-top: 30px;
  }
  .customer.order .order-history .table td.last {
    padding-bottom: 30px;
  }
}
.customer.order .order-history .table td.product-item .wrap {
  flex-shrink: 1;
  width: 100%;
  padding-left: 30px;
}
@media (max-width: 959px) {
  .customer.order .order-history .table td.product-item .wrap {
    padding-left: 0;
  }
}
@media (max-width: 719px) {
  .customer.order .order-history .table td.product-item .wrap {
    text-align: right;
  }
}
.customer.order .order-history .table td.product-item .image-wrap {
  position: relative;
  width: 20%;
  min-width: 50px;
}
@media (max-width: 959px) {
  .customer.order .order-history .table td.product-item .image-wrap {
    display: none;
  }
}
.customer.order .order-history .table td.product-item .image-wrap img {
  width: 100%;
}
.customer.order .order-history .table td.product-item .image-wrap a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.customer.order .order-history .table td.product-item .image-wrap a.overlay {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.customer.order .order-history .table td.product-item .label {
  display: block;
}
.customer.order .order-history .table td.product-item .label.vendor {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 6px;
  font-size: 10px;
  color: #6c5b6b;
}
.customer.order .order-history .table td.product-item .label.title {
  margin-bottom: 6px;
}
.customer.order .order-history .table td.product-item .label.title a {
  font-size: 16px;
  color: #8b1026;
}
.customer.order .order-history .table td.product-item .label.variant, .customer.order .order-history .table td.product-item .label.product-item_selling-plan {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #6c5b6b;
}
.customer.order .order-history .table td.quantity {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #6c5b6b;
}
.customer.order .order-history .order-totals {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  font-size: 14px;
}
.customer.order .order-history .order-totals .sub-total {
  padding: 30px 0 35px;
  border-bottom: 1px solid #ebebeb;
}
.customer.order .order-history .order-totals .sub-total :first-child {
  padding-top: 0;
}
.customer.order .order-history .order-totals .sub-total :last-child {
  padding-bottom: 0;
}
.customer.order .order-history .order-totals .sub-total > li,
.customer.order .order-history .order-totals .total > li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.customer.order .order-history .order-totals .total {
  padding: 30px 0;
}
.customer.order .order-history .order-totals .total .order-total {
  padding: 0;
}
.customer.order .order-history .order-totals .order-totals-label {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
}

.order-item-discounts {
  font-size: 13px;
  color: #8b1026;
}
.order-item-discounts li {
  margin-top: 0.5rem;
}
.order-item-discounts .icon-sale-tag {
  width: 11px;
  height: 11px;
  margin-right: 0.15rem;
  margin-bottom: -1px;
}

.order-item-original-price,
.order-item-final-price {
  display: block;
}

.order-item-original-price + .order-item-final-price {
  color: #8b1026;
}

.order-item-label-mobile {
  display: none;
  font-size: 12px;
  color: #311d35;
}
@media (max-width: 719px) {
  .order-item-label-mobile {
    display: block;
  }
}

.order-discounts {
  padding: 0;
  margin-bottom: 7px;
  color: #8b1026;
}
.order-discounts .icon-sale-tag {
  width: 12px;
  height: 12px;
  margin-right: 0.15rem;
  margin-bottom: -1px;
}

.order-discount {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
}

.order-discount-container {
  flex-direction: column;
  text-align: left;
}

.order-item__unit-price {
  margin-top: 2px;
  font-size: 13px;
  color: #6c5b6b;
}

.template-page img, .template-contact img {
  height: auto;
}
.template-page .text-content-wrap, .template-contact .text-content-wrap {
  max-width: 760px;
  padding-top: 40px;
  padding-bottom: 80px;
  margin: 0 auto;
}
@media (max-width: 719px) {
  .template-page .text-content-wrap, .template-contact .text-content-wrap {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.template-page .text-content.has-sidebar, .template-contact .text-content.has-sidebar {
  float: left;
  width: 68.5714%;
  padding-right: 30px;
}
@media (max-width: 719px) {
  .template-page .text-content.has-sidebar, .template-contact .text-content.has-sidebar {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
.template-page .sidebar, .template-contact .sidebar {
  float: right;
  width: 31.4286%;
  padding-left: 8.5714%;
}
@media (max-width: 719px) {
  .template-page .sidebar, .template-contact .sidebar {
    float: none;
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
    margin-top: 40px;
    border-top: 1px solid #ebebeb;
  }
}
.template-page .sidebar .title, .template-contact .sidebar .title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 14px;
  color: #8b1026;
}

.template-contact .alert-message {
  width: 100%;
  height: auto;
  padding: 12px;
  margin: 0 0 25px;
  line-height: 1.5em;
  text-align: center;
}
.template-contact .alert-message span {
  display: inline-block;
}
.template-contact .field-wrap {
  margin-top: 20px;
}
.template-contact .field-wrap.author {
  margin-top: 0;
}
@media (min-width: 720px) and (max-width: 960px) {
  .template-contact .field-wrap.author {
    margin-top: 20px;
  }
}
@media (max-width: 719px) {
  .template-contact .field-wrap.author {
    margin-top: 20px;
  }
}
.template-contact .field-wrap label {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  cursor: auto;
}
.template-contact .field-wrap .field {
  width: 100%;
}
.template-contact .field-wrap textarea {
  min-height: 210px;
}
.template-contact .submit-button {
  padding: 10px 14px 9px;
  margin-top: 30px;
}
@media (max-width: 719px) {
  .template-contact .submit-button {
    width: 100%;
  }
}
.template-contact .text-content + .full-width-form {
  margin-top: 80px;
}

.shopify-policy__container {
  margin-top: 40px;
}

.password-page-background {
  height: 100vh;
  text-align: center;
  background-position: center center;
  background-size: cover;
}
.password-page-background .form-title {
  margin-bottom: 15px;
  font-size: 16px;
}
.password-page-background div.errors {
  margin-top: 8px;
  margin-bottom: 8px;
}
.password-page-background .social-links {
  margin-top: 30px;
  margin-bottom: 30px;
}
.password-page-background .social-link:not(:first-child) {
  margin-left: 1em;
}
.password-page-background svg {
  display: inline-block;
  width: 32px;
  height: 32px;
}

.password-page {
  display: table;
  width: 100%;
  height: 100%;
}

.password-page-footer,
.password-page-header {
  display: table-row;
  height: 1px;
}

.password-page-header {
  font-size: 14px;
  text-align: right;
}

.password-page-footer {
  font-size: 14px;
  color: #6c5b6b;
}

.password-page-content {
  display: table-row;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.password-page-content h2 {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 33px;
  color: #8b1026;
}

.password-page-inner {
  display: table-cell;
  padding: 10px 15px;
}
.password-page-content .password-page-inner {
  vertical-align: middle;
}
.password-page-header .password-page-inner, .password-page-footer .password-page-inner {
  font-size: 95%;
  line-height: 1.2;
  vertical-align: bottom;
}

.password-login-text {
  text-align: right;
}

.password-page-logo {
  padding-bottom: 15px;
}
.password-page-logo .store-title {
  display: block;
  margin: 0 auto;
  font-size: 28px;
  letter-spacing: 0.2em !important;
}
@media (min-width: 720px) and (max-width: 960px) {
  .password-page-logo .store-title {
    font-size: 21px;
  }
}
@media (max-width: 719px) {
  .password-page-logo .store-title {
    max-width: 100%;
    font-size: 23px;
    text-align: center;
    word-break: break-word;
  }
}
.password-page-logo .store-title img {
  width: 100%;
  max-width: 480px;
}
.password-page-logo .store-title img.regular-logo {
  display: inline-block;
}
.password-page-logo .store-title img.retina-logo {
  display: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .password-page-logo .store-title img.regular-logo {
    display: none;
  }
  .password-page-logo .store-title img.retina-logo {
    display: inline-block;
  }
}
.password-page-logo .store-title a {
  color: #8b1026;
}
.password-page-logo .store-title a:hover {
  color: 










#790e21




;
}

.password-page-form-header {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #ebebeb;
}
.password-page-form-header::after {
  display: block;
  max-width: 50px;
  margin: 15px auto 0;
  border-bottom: 1px solid #ebebeb;
  content: "";
}

.password-page-message {
  margin-top: 1em;
  margin-bottom: 0;
}

.password-page-modal-wrapper {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9000;
  display: none;
  overflow: auto;
  background: rgba(0, 0, 0, 0.5);
}

.password-page-modal {
  width: 100%;
  max-width: 100%;
  padding: 42px 30px;
  margin: 0 auto;
  position: relative;
  background: #f6ede8;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}
@media (max-width: 719px) {
  .password-page-modal {
    width: 100%;
  }
}
@media (min-width: 720px) {
  .password-page-modal {
    max-width: 415px;
  }
}
.password-page-modal .header {
  position: relative;
  padding-bottom: 15px;
}
.password-page-modal .close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ccc;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0.9375rem;
}
.password-page-modal .close-modal .icon-close {
  display: block;
}
.password-page-modal .admin-login {
  font-size: 14px;
  color: #6c5b6b;
}

.password-page-field-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
@media (max-width: 719px) {
  .password-page-field-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.password-page-field-wrap .password-page-input,
.password-page-field-wrap .submit {
  margin: 0;
  outline: none;
}
.password-page-field-wrap .password-page-input {
  width: 100%;
}

  
  
.product-area {
  position: relative;
  padding: 30px 0 60px;
}
@media (max-width: 719px) {
  .product-area {
    padding: 25px 0;
  }
}
.product-area .details {
  float: left;
}
.product-area .error-message {
  height: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.product-area .product-details-wrapper {
  float: left;
  width: 45%;
  padding: 0 0 0 50px;
}
@media (max-width: 920px) {
  .product-area .product-details-wrapper {
    padding-left: 30px;
  }
}
@media (max-width: 719px) {
  .product-area .product-details-wrapper {
    width: 100%;
    padding: 0;
  }
  .product-area .product-details-wrapper.border {
    border-top: 1px solid #ebebeb;
  }
}
.product-area .product-details-wrapper .inline-field-wrapper > label {
  display: inline-block;
  margin-right: 20px;
}
.product-area .product-details {
  margin-top: 18px;
}
.product-area .product-details li {
  text-align: left;
}
@media (max-width: 719px) {
  .product-area .product-details {
    margin-top: 20px;
  }
}
@media (max-width: 719px) {
  .product-area .details.no-options {
    padding: 0;
    margin: 0;
  }
}
.product-area .details.no-options .options .selector-wrapper label {
  display: none;
}
.product-area .options {
  padding-bottom: 20px;
  margin-top: 32px;
}
.product-area .options.unavailable .disabled {
  margin-top: 0;
}
.product-area .options .disabled {
  cursor: default;
  background-color: #dbb6b8;
  border-color: #dbb6b8;
}

.product__brand {
  margin: 8px 0 0;
  font-size: 12px;
  color: #6c5b6b;
}

.product__text {
  margin-top: 20px;
}
.product__text p {
  margin-bottom: 0;
}

.product__title {
  margin: 8px 0 0;
  font-size: 32px;
}

.product__app {
  margin-top: 20px;
}

.product__description {
  margin-top: 32px;
}
.product__description .go-to-product {
  font-size: 15px;
  color: #8b1026;
}
.product__description .go-to-product:hover {
  color: #311d35;
}

.product__rating {
  --border-padding: 16px;
  margin-top: 16px;
}

.product__price {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  --border-padding: 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-top: 15px;
  font-size: 18px;
}
.product__price .original {
  margin-right: 10px;
}
.product__price .money--last {
  margin-right: 14px;
}
.product__price.product-block--border {
  padding-bottom: 10px;
}

.product__unit-price,
.product__tax {
  line-height: 1.6;
  color: #6c5b6b;
}

.product__unit-price {
  margin-top: 2px;
  font-size: 14px;
}

.product__tax {
  width: 100%;
  margin-top: 4px;
  font-size: 13px;
}

.product-form {
  text-align: left;
}
.product-form .action-button.unavailable {
  width: 100%;
}
.product-form .select-wrapper,
.product-form .selector-wrapper {
  width: 100%;
  min-width: 175px;
  margin-bottom: 20px;
}
.product-form .select-wrapper .single-option-selector,
.product-form .selector-wrapper .single-option-selector {
  width: 100%;
}
@media (max-width: 719px) {
  .product-form .select-wrapper .single-option-selector,
.product-form .selector-wrapper .single-option-selector {
    width: 100% !important;
  }
}
.product-form .quantity {
  margin-top: 15px;
}
@media (max-width: 719px) {
  .product-form .quantity {
    margin-bottom: 15px;
  }
}
.product-form .quantity > label {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 700;
  margin-right: 20px;
}
.product-form .product-submit {
  width: 100%;
  margin-top: 29px;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
  line-height: 1;
}
@media (max-width: 719px) {
  .product-form .product-submit {
    margin-bottom: 15px;
  }
}
.product-form .product-submit.addtocart-button-loading {
  padding-top: 14px;
  padding-bottom: 14px;
}
.has-no-variants .product-form .product-submit {
  margin: 15px auto;
}

:root {
  --color-body-text: #311d35;
  --color-body: #f6ede8;
  --color-bg: #f6ede8;
}

shopify-payment-terms {
  display: block;
  margin-top: 12px;
  font-size: 15px;
}

.product-form-has-spb .submit:disabled {
  color: #ffffff;
}
.product-form-has-spb .submit:disabled:hover {
  color: #ffffff;
  background-color: #dbb6b8;
  border-color: #dbb6b8;
}

.template-product .product-recommendations {
  margin-bottom: -65px;
}
.template-product .product-recommendations .product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
}
.template-product .product-recommendations .product {
  width: calc(25% - 20px);
  padding-left: 0;
  margin-bottom: 42px;
}
@media (max-width: 959px) {
  .template-product .product-recommendations .product {
    width: calc(25% - 11.25px);
  }
}
@media (max-width: 840px) {
  .template-product .product-recommendations .product {
    width: calc(50% - 7.5px);
  }
}
@media (max-width: 719px) {
  .template-product .product-recommendations .product {
    min-width: calc(50% - 7.5px);
    margin: 0 0 35px;
    text-align: left;
  }
}

.pager .wrap img {
  cursor: pointer;
}
.pager.with-borders .wrap .overlay {
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 719px) {
  .pager {
    margin-bottom: 20px;
  }
}

.antiscroll-wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.antiscroll-scrollbar {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 7px;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  box-shadow: 0 0 1px #fff;
  transition: linear 300ms opacity;
}

.antiscroll-scrollbar-shown {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.antiscroll-scrollbar-horizontal {
  bottom: 2px;
  left: 0;
  height: 7px;
  margin-left: 2px;
}

.antiscroll-scrollbar-vertical {
  top: 0;
  right: 2px;
  width: 7px;
  margin-top: 2px;
}

.antiscroll-inner {
  height: 100% !important;
  overflow: scroll;
}

/** A bug in Chrome 25 on Lion requires each selector to have their own
blocks. E.g. the following:

.antiscroll-inner::-webkit-scrollbar, .antiscroll-inner::scrollbar {...}

causes the width and height rules to be ignored by the browser resulting
in both native and antiscroll scrollbars appearing at the same time.
*/
.antiscroll-inner::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.antiscroll-inner:scrollbar {
  width: 0;
  height: 0;
}

.template-product .breadcrumb-navigation {
  padding: 40px 0 0;
  margin: 0 auto;
  text-align: left;
}

.featured-product .product-area {
  padding: 50px 0 0;
  margin-top: 65px;
}

.product__sku {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  display: block;
  margin: 20px 0 8px 0;
  font-size: 12px;
  color: #6c5b6b;
}
.product-details-alignment-left .product__sku {
  width: 100%;
}
.product__sku:empty {
  display: none;
}

.product-details-alignment-center,
.product-details-alignment-left {
  text-align: center;
}
.product-details-alignment-center .header,
.product-details-alignment-center .options,
.product-details-alignment-center .product__description,
.product-details-alignment-left .header,
.product-details-alignment-left .options,
.product-details-alignment-left .product__description {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.product-details-alignment-center .header > *,
.product-details-alignment-center .options > *,
.product-details-alignment-center .product__description > *,
.product-details-alignment-left .header > *,
.product-details-alignment-left .options > *,
.product-details-alignment-left .product__description > * {
  width: 100%;
}
.product-details-alignment-center .has-no-variants .product-form-grid-select,
.product-details-alignment-center .has-no-variants .product-form-grid-radio,
.product-details-alignment-left .has-no-variants .product-form-grid-select,
.product-details-alignment-left .has-no-variants .product-form-grid-radio {
  display: grid;
  grid-template-columns: unset;
}

.product-details-alignment-center .product__price,
.product-details-alignment-center .product__rating {
  justify-content: center;
}
.product-details-alignment-center .options,
.product-details-alignment-center .product-form.unavailable {
  padding-left: 8%;
  padding-right: 8%;
}
@media (min-width: 1380px) {
  .product-details-alignment-center .options,
.product-details-alignment-center .product-form.unavailable {
    padding-left: 18%;
    padding-right: 18%;
  }
}
@media (max-width: 1170px) {
  .product-details-alignment-center .options,
.product-details-alignment-center .product-form.unavailable {
    padding-left: 0;
    padding-right: 0;
  }
}
.product-details-alignment-center .product__description {
  text-align: center;
}

.product-details-alignment-left {
  text-align: left;
}
.product-details-alignment-left .header,
.product-details-alignment-left .options,
.product-details-alignment-left .product__description {
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
.product-details-alignment-left .header > *,
.product-details-alignment-left .options > *,
.product-details-alignment-left .product__description > * {
  width: 100%;
  max-width: 100%;
}
.product-details-alignment-left .has-no-variants .product-form-grid-select,
.product-details-alignment-left .has-no-variants .product-form-grid-radio {
  grid-template-columns: minmax(min-content, max-content) 1fr;
}

.product-interaction {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  --border-padding: 16px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  padding: 16px 0;
  font-size: 14px;
  text-align: left;
  color: #311d35;
}
.product-details-alignment-left .product-interaction {
  text-align: center;
}
.product-interaction:hover {
  color: 










#36203b




;
}
.product-interaction svg {
  display: block;
  height: 18px;
}
.product-interaction .icon-share {
  width: 16px;
}
.product-interaction .icon-ruler {
  width: 30px;
}
.product-interaction .icon-info {
  width: 22px;
}
.product-interaction .icon-shirt {
  width: 20px;
}
.product-interaction .icon-mail {
  width: 22px;
}

.share-this {
  position: relative;
}
.share-this .sharethis-trigger {
  width: 100%;
  padding: 0;
}
@media (max-width: 1332px) {
  .share-this .sharethis-trigger {
    bottom: calc(100% - 8px);
  }
}
@media (max-width: 1332px) {
  .share-this .sharethis-modal {
    bottom: calc(100% - 8px);
  }
}

.product-interaction-title,
.product-interaction .sharethis-title {
  margin-left: 12px;
}

.product-quantity-label {
  display: block;
  margin-bottom: 12px;
}

.product-quantity-input {
  display: block;
  width: 100px;
  height: 50px;
  margin-bottom: 12px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #ebebeb;
}

.product-callout {
  display: block;
  margin-top: 20px;
  font-size: 13px;
  color: #8b1026;
}
.product-callout:hover {
  color: #311d35;
}
.product-callout span {
  margin-left: 5px;
}

.product-block--border {
  padding-bottom: var(--border-padding, 20px);
  border-bottom: 1px solid #ebebeb;
}

.product-block--first {
  margin-top: 0;
}

.product-form-grid {
  display: grid;
}

.product-form-grid-select {
  align-items: center;
  grid-template-columns: 25% 75%;
  grid-template-columns: minmax(min-content, max-content) 1fr;
}
.product-form-grid-select > :nth-child(1) {
  grid-row: 1;
  grid-column: 1/3;
}
.product-form-grid-select > :nth-child(2) {
  grid-row: 2;
  grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.product-form-grid-select > :nth-child(3) {
  grid-row: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.product-form-grid-select > :nth-child(4) {
  grid-row: 3;
  grid-column: 1;
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.product-form-grid-select > :nth-child(5) {
  grid-row: 3;
  grid-column: 2;
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.product-form-grid-select > :nth-child(6) {
  grid-row: 4;
  grid-column: 1;
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.product-form-grid-select > :nth-child(7) {
  grid-row: 4;
  grid-column: 2;
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.product-form-grid-select .select-header {
  align-items: center;
  justify-content: flex-end;
  margin-right: 12px;
  margin-bottom: 15px;
  text-align: right;
}
.product-details-alignment-left .product-form-grid-select .select-header {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.product-form-grid-select .select-wrapper {
  margin-bottom: 15px;
}
.product-form-grid-select .product-infiniteoptions {
  grid-row: 5;
  grid-column: 1/3;
}
.product-form-grid-select .product-uploadery {
  grid-row: 6;
  grid-column: 1/3;
}
.product-form-grid-select .product-quantity-label {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 12px;
  text-align: right;
  grid-row: 7;
  grid-column: 1;
}
.product-details-alignment-left .product-form-grid-select .product-quantity-label {
  justify-content: flex-start;
  text-align: left;
}
.product-form-grid-select .product-quantity-input {
  display: block;
  grid-row: 7;
  grid-column: 2;
}
.product-details-alignment-left .product-form-grid-select {
  display: block;
}

.product-form-grid-radio {
  grid-template-columns: 100%;
}
.product-form-grid-radio > :nth-child(1) {
  grid-row: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.product-form-grid-radio > :nth-child(2) {
  grid-row: 2;
  grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.product-form-grid-radio > :nth-child(3) {
  grid-row: 3;
  grid-column: 1;
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.product-form-grid-radio > :nth-child(4) {
  grid-row: 4;
  grid-column: 1;
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.product-form-grid-radio > :nth-child(5) {
  grid-row: 5;
  grid-column: 1;
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.product-form-grid-radio > :nth-child(6) {
  grid-row: 6;
  grid-column: 1;
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}
.product-form-grid-radio > :nth-child(7) {
  grid-row: 7;
  grid-column: 1;
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.product-form-grid-radio > :nth-child(8) {
  grid-row: 8;
  grid-column: 1;
  -ms-grid-row: 8;
  -ms-grid-column: 1;
}
.product-form-grid-radio > :nth-child(9) {
  grid-row: 9;
  grid-column: 1;
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}
.product-form-grid-radio > :nth-child(10) {
  grid-row: 10;
  grid-column: 1;
  -ms-grid-row: 10;
  -ms-grid-column: 1;
}
.product-form-grid-radio > :nth-child(11) {
  grid-row: 11;
  grid-column: 1;
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}

.template-search .search-no-search-performed .page-title {
  border-bottom: 0;
}
.template-search .results {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 50px;
}
.template-search .results-label {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: italic;
  font-weight: 400;
  margin: 40px 0;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 719px) {
  .template-search .results-label {
    margin: 0 0 40px;
  }
}
.template-search .result {
  display: block;
  width: 66%;
  padding: 30px 0;
  margin: 0 auto;
  font-size: 11px;
  border-top: 1px solid #f8f8f8;
}
@media (max-width: 719px) {
  .template-search .result {
    width: 100%;
  }
}
.template-search .result.first {
  padding-top: 0 !important;
  border-top: 0;
}
.template-search .result figure, .template-search .result .details {
  display: inline-block;
  vertical-align: top;
}
.template-search .result figure {
  position: relative;
  width: 32%;
}
.template-search .result figure img {
  width: 100%;
}
.template-search .result figure a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
}
.template-search .result figure a.overlay {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.template-search .result figure ~ .details {
  width: 68%;
  padding-left: 30px;
}
.template-search .result .details {
  max-width: calc((1430px * 0.66) * 0.66);
}
.template-search .result .details .brand {
  margin: 5px 0 0;
  font-size: 10px;
}
.template-search .result .details .brand a {
  color: #6c5b6b;
}
.template-search .result .details .title {
  margin: 14px 0 0;
  font-size: 16px;
  color: #8b1026;
}
.template-search .result .details .title a {
  color: #8b1026;
}
.template-search .result .details .rte, .template-search .result .details .pxs-newsletter-text {
  margin: 16px 0 0;
}
.template-search .result .details .rte p, .template-search .result .details .pxs-newsletter-text p {
  margin: 0;
}
.template-search .result .details .rte p:not(:first-of-type), .template-search .result .details .pxs-newsletter-text p:not(:first-of-type) {
  margin: 20px 0 0;
}
.template-search .result .details .price {
  margin: 16px 0 0;
  font-size: 14px;
  color: #311d35;
}
.template-search .result .details .price .label {
  margin-right: 5px;
  color: #8b1026;
}
.template-search .result .details .price .original {
  margin-right: 2px;
  text-decoration: line-through;
}
.template-search .pagination {
  padding-bottom: 40px;
}

.search-item__unit-price {
  margin-top: 2px;
  font-size: 13px;
  color: #6c5b6b;
}
@media (max-width: 719px) {
  .search-item__unit-price {
    margin-bottom: 2px;
    font-size: 12px;
  }
}

.results-search-form {
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: space-between;
  width: 100%;
  max-width: 480px;
  padding: 13px 11px 14px;
  margin-bottom: 56px;
  background-color: #f6ede8;
  border: 1px solid #ebebeb;
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1) border;
}
.results-search-form::-webkit-input-placeholder {
  color: #ebebeb;
}
.results-search-form:-moz-placeholder {
  color: #ebebeb;
}
.results-search-form::-moz-placeholder {
  color: #ebebeb;
}
.results-search-form:-ms-input-placeholder {
  color: #ebebeb;
}
.results-search-form:focus-within {
  background-color: transparent;
  border: 1px #311d35 solid;
}

.rs-form-input {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  flex-grow: 1;
  order: 0;
  min-width: 0;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 14px;
}
.rs-form-input::placeholder {
  color: #6c5b6b;
}
@media (max-width: 719px) {
  html:not(.header-layout-minimal) .rs-form-input {
    font-size: 16px;
  }
}
@media (max-width: 959px) {
  html.header-layout-minimal .rs-form-input {
    font-size: 16px;
  }
}

.rs-form-button-search {
  flex-grow: 0;
  flex-shrink: 0;
  order: 1;
  padding: 0;
  color: #6c5b6b;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
          appearance: none;
}
.rs-form-button-search .svg-icon {
  width: 18px;
  height: 19px;
}

.subcollection {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .subcollection {
    width: 95%;
  }
}
@media (max-width: 719px) {
  .subcollection {
    width: 100%;
    min-width: 290px;
    margin-top: 10px;
  }
}
@media (max-width: 940px) {
  .subcollection:not(:first-of-type) {
    margin-top: 40px;
  }
}

.subcollection-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 40px;
  font-size: 11px;
}

.subcollection-hero {
  position: relative;
}

.subcollection-hero-image {
  width: 100%;
  margin: 30px 0 15px;
}
@media (max-width: 480px) {
  .subcollection-hero-image {
    display: none;
  }
}

.template-collection .subcollection-hero-image + .subcollection-heading.label {
  position: absolute;
  top: calc(50% + 10px);
  width: 100%;
  margin: 0;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
}
@media (min-width: 1200px) {
  .template-collection .subcollection-hero-image + .subcollection-heading.label {
    font-size: 56px;
  }
}
@media (max-width: 480px) {
  .template-collection .subcollection-hero-image + .subcollection-heading.label {
    position: static;
    top: auto;
    color: #8b1026;
    transform: none;
  }
}

.subcollection-block {
  display: flex;
  justify-content: space-between;
}

.subcollection-image + .subcollection-content,
.subcollection-image {
  position: relative;
  width: calc(50% - 12px);
}
@media (max-width: 940px) {
  .subcollection-image + .subcollection-content,
.subcollection-image {
    width: calc(50% - 7.5px);
  }
}
@media (max-width: 719px) {
  .subcollection-image + .subcollection-content,
.subcollection-image {
    width: 100%;
  }
}

@media (max-width: 719px) {
  .subcollection-image {
    display: none;
  }
}

.subcollection-featured-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subcollection-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 150px 60px;
  text-align: center;
  background-color: rgba(49, 29, 53, 0.1);
}
@media (max-width: 940px) {
  .subcollection-content {
    padding: 120px 50px;
  }
}
@media (max-width: 719px) {
  .subcollection-content {
    padding: 50px;
  }
}
@media (max-width: 480px) {
  .subcollection-content {
    padding: 40px 30px;
  }
}

.subcollection-heading {
  color: #8b1026;
}
@media (max-width: 719px) {
  .subcollection-heading {
    font-size: 28px;
  }
}.subcollection-heading {
    font-size: 28px;
    text-transform: uppercase;
  }
@media (max-width: 719px) {
    .subcollection-heading {
      font-size: 24.5px;
    }
  }.subcollection-description {
  margin-top: 10px;
  margin-bottom: 10px;
}

.subcollection-link {
  margin-top: 20px;
}

.subcollection-collection .rte, .subcollection-collection .pxs-newsletter-text {
  margin-top: 15px;
  margin-bottom: 50px;
  color: #311d35;
  text-align: center;
}
@media (max-width: 719px) {
  .subcollection-collection .rte, .subcollection-collection .pxs-newsletter-text {
    display: none;
  }
}

.breadcrumb-navigation {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  padding: 40px 90px 0;
  font-size: 15px;
  text-align: center;
}
@media (max-width: 719px) {
  .breadcrumb-navigation {
    display: none;
  }
}
.breadcrumb-navigation a {
  color: #8b1026;
}
.breadcrumb-navigation a:hover {
  color: 










#790e21




;
}
.template-collection .breadcrumb-navigation {
  padding: 0;
}
.breadcrumb-navigation .sep {
  padding-right: 4px;
  padding-left: 4px;
}


  
  
.cart-mini-content {
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  padding-right: var(--sidebar-drawer-right-gutter);
}

.cart-mini-items {
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.cart-mini-item {
  display: flex;
  flex-shrink: 0;
  padding-top: 26px;
  padding-bottom: 27px;
  border-bottom: 1px solid #ebebeb;
}

.cart-mini-item-row {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  transition: opacity 350ms cubic-bezier(0.4, 0, 0.2, 1);
}
.cart-mini-item-loading .cart-mini-item-row {
  pointer-events: none;
  opacity: 0.1;
}

.cart-mini-item-column {
  display: flex;
  flex-direction: column;
}

.cart-mini-item-column-image {
  flex-shrink: 0;
  width: 80px;
  margin-right: 20px;
}

.cart-mini-item-column-details {
  flex-grow: 1;
  margin-right: 10px;
}

.cart-mini-item-vendor,
.cart-mini-item-title,
.cart-mini-item-variant,
.cart-mini-item-selling-plan,
.cart-mini-item-quantity,
.cart-mini-item-remove {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 3px;
}

.cart-mini-item-remove {
  background: transparent;
  border: 0;
}

.cart-mini-item-vendor,
.cart-mini-item-variant,
.cart-mini-item-selling-plan,
.cart-mini-item-quantity,
.cart-mini-item-remove {
  color: #6c5b6b;
}

.cart-mini-item-vendor,
.cart-mini-item-variant,
.cart-mini-item-selling-plan,
.cart-mini-item-quantity {
  font-size: 13px;
}

.cart-mini-item-vendor {
  word-break: break-word;
}

.cart-mini-item-title a {
  color: #8b1026;
}
.cart-mini-item-title a:hover {
  color: 










#790e21




;
}

.cart-mini-item-title,
.cart-mini-item-price {
  font-size: 14px;
}

.cart-mini-item-prices {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
}

.cart-mini-item__unit-price {
  margin-top: 2px;
  font-size: 12px;
  color: #6c5b6b;
}

.cart-mini-item-price {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
}

.cart-mini-item-remove {
  font-size: 12px;
  text-align: right;
  text-decoration: underline;
  cursor: pointer;
}

.cart-mini-item-details-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

.cart-mini-footer {
  padding-right: var(--sidebar-drawer-right-gutter);
}

.cart-mini-actions {
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  padding-top: 21px;
  border-top: 1px solid #ebebeb;
}
.cart-mini-subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 0 19px;
}
.cart-mini-discount + .cart-mini-subtotal {
  padding-top: 19px;
}

.cart-mini-subtotal-heading {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #8b1026;
}

.cart-mini-subtotal-value {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #8b1026;
}

.cart-mini-actions-cart {
  margin-right: 17px;
}

.cart-mini-actions > .cart-mini-actions-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.cart-mini-actions > .cart-mini-actions-cart svg {
  width: 16px;
  height: 16px;
  margin: -10px 8px -10px 0;
}

.cart-mini-empty {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  margin-top: 40px;
  font-size: 14px;
  text-align: center;
}

.cart-mini-item-discounts {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #8b1026;
}
.cart-mini-item-discounts li {
  margin-top: 0.5rem;
}
.cart-mini-item-discounts .icon-sale-tag {
  width: 11px;
  height: 11px;
  margin-right: 0.15rem;
  margin-bottom: -1px;
}

.cart-mini-item-original-price + .cart-mini-item-final-price {
  margin-top: 2px;
  color: #8b1026;
}

.cart-mini-discounts {
  padding-top: 21px;
  font-size: 13px;
  color: #8b1026;
}
.cart-mini-discounts .cart-discount {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  justify-content: space-between;
}
.cart-mini-discounts .cart-discount-price {
  font-size: 14px;
}
.cart-mini-discounts .icon-sale-tag {
  width: 12px;
  height: 12px;
  margin-right: 0.15rem;
  margin-bottom: -1px;
}

.cart-mini-actions__checkout {
  width: 50%;
}

.cart-mini-actions__checkout-button {
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cart-mini-actions__checkout-button svg {
  width: 16px;
  height: 16px;
  margin: -10px 8px -10px 0;
}
.cart-mini-actions__checkout-button.action-button {
  display: flex;
}

.cart-mini__tax-labels-text {
  margin-top: 0;
  font-size: 0.75rem;
}

.template-list-collections .collections {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 40px;
  font-size: 11px;
}
@media (max-width: 719px) {
  .template-list-collections .collections {
    padding-top: 10px;
    margin-left: 0;
  }
}
.template-list-collections .collection-wrap {
  margin-bottom: 25px;
}
.template-list-collections .rte, .template-list-collections .pxs-newsletter-text {
  margin-top: 15px;
  margin-bottom: 30px;
  color: #311d35;
  text-align: center;
}
@media screen and (max-width: 375px) {
  .template-list-collections .rte, .template-list-collections .pxs-newsletter-text {
    display: none;
  }
}

@media (max-width: 719px) {
  .collections, .featured-collections {
    margin-left: 0;
  }
}
.collections .collection-wrap, .featured-collections .collection-wrap {
  position: relative;
  display: inline-block;
  width: calc(33.3333333333% - 15px);
  overflow: hidden;
  vertical-align: top;
}
@media (max-width: 719px) {
  .collections .collection-wrap, .featured-collections .collection-wrap {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 375px) {
  .collections .collection-wrap, .featured-collections .collection-wrap {
    display: block;
    width: 100%;
    min-width: 290px;
    padding: 0;
    margin: 0 auto 50px;
  }
}
.collections .collection-wrap:hover .collection-wrap-image, .featured-collections .collection-wrap:hover .collection-wrap-image {
  transform: scale(1.03);
}
@media (min-width: 720px) {
  .collections.row-of-2 .collection-wrap, .featured-collections.row-of-2 .collection-wrap {
    width: calc(50% - 15px);
  }
  .collections.row-of-4 .collection-wrap, .featured-collections.row-of-4 .collection-wrap {
    width: calc(25% - 15px);
  }
}
.collections .collection, .featured-collections .collection {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 76.66666667%;
  overflow: hidden;
  vertical-align: top;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.collections .collection.collection-onboarding, .featured-collections .collection.collection-onboarding {
  padding-bottom: 0;
}
@media (max-width: 719px) {
  .collections .collection, .featured-collections .collection {
    height: 230px;
  }
}
.collections .collection a, .featured-collections .collection a {
  display: flex;
  align-items: center;
}
.collections .collection:hover .collection-overlay, .featured-collections .collection:hover .collection-overlay {
  transform: translateY(-20px);
}
.collections .collection:hover .browse, .featured-collections .collection:hover .browse {
  opacity: 1;
}
.collections .collection:hover a, .featured-collections .collection:hover a {
  background-color: rgba(0, 0, 0, 0.4);
}
.collections .collection .label, .collections .collection .browse, .featured-collections .collection .label, .featured-collections .collection .browse {
  z-index: 1000;
  margin: 0;
  color: #fff;
  text-align: center;
}
.collections .collection .label, .featured-collections .collection .label {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  padding: 0 30px;
  font-size: 28px;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1) transform;
}.collections .collection .label, .featured-collections .collection .label {
    font-size: 18.375px !important;
    text-transform: uppercase;
  }.collections .collection .browse, .featured-collections .collection .browse {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 15px;
  color: #8b1026;
  background-color: #f6ede8;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.collections .collection .collection-overlay, .featured-collections .collection .collection-overlay {
  position: relative;
  width: 100%;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.collections .collection a, .featured-collections .collection a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url(//libi-daughters-eu.myshopify.com/cdn/shop/t/2/assets/ie-product-overlay-bg.png?v=96762014040072178931655280629) repeat 50% 50%;
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.collections .label {
  margin-top: 25px;
  font-size: 22px;
  color: #8b1026;
  text-align: center;
}

.collection-wrap-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1) transform;
}

.collection-image {
  width: 100%;
  min-height: 200px;
  object-fit: cover;
  object-position: center;
}

.collection-title-header {
  padding-top: 0;
  background-size: cover;
}
.collection-title-header.page-title {
  min-height: 200px;
  overflow: hidden;
}

.collection-header .breadcrumb-navigation {
  text-align: center;
}

.collection-content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.filter-form {
  display: flex;
}

.collection__filters {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 8px;
}
@media (min-width: 940px) {
  .collection__filters {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-gap: 0;
  }
}
@media (min-width: 940px) {
  .product-list-sidebar .collection__filters {
    flex-direction: column;
  }
}

.collection-filters {
  display: block;
}

.collection-dropdown--filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
}
.collection-dropdown--filter:only-child {
  width: auto;
}

.tools-wrap:not(:only-child) .collection__filters-wrapper {
  margin-top: 20px;
}
@media (min-width: 940px) {
  .tools-wrap:not(:only-child) .collection__filters-wrapper {
    margin-top: 0;
  }
}

.collection__filters-wrapper {
  position: relative;
  width: 100%;
}
.product-list-sidebar .collection__filters-wrapper:not(:only-child) {
  margin-top: 20px;
}

.collection-filters__filter {
  position: absolute;
  right: auto;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  display: none;
  width: var(--mobile-width);
  min-width: max-content;
  max-height: 500px;
  padding: 12px;
  margin-top: 4px;
  overflow-y: auto;
  list-style-type: none;
  background-color: #f6ede8;
  border: 1px solid #ebebeb;
  opacity: 0;
}
.collection-filters__filter[data-animation] {
  display: block;
}
.collection-filters__filter[data-animation="closed=>open"] {
  transition: opacity 200ms, height 300ms;
}
.collection-filters__filter[data-animation="open=>closed"] {
  transition: opacity 150ms, height 150ms;
}
.collection-filters__filter[data-animation-state=open] {
  z-index: 2001;
  display: block;
  height: var(--open-height);
  opacity: 1;
}
@media (min-width: 940px) {
  .collection-filters__filter {
    width: max-content;
  }
  .product-list-sidebar .collection-filters__filter {
    min-width: 100%;
  }
  .collection-filters__filter.filters--overflow-right {
    right: 0;
    left: auto;
  }
}

.product-list-sidebar .collection__filters-title {
  cursor: text;
}

.collection-filters__details-wrapper {
  position: unset;
  height: auto;
  margin: 0;
  overflow: visible;
}
@media (min-width: 940px) {
  .collection-filters__details-wrapper {
    position: relative;
    margin: 0 8px 8px 0;
  }
  .product-list-sidebar .collection-filters__details-wrapper {
    margin-right: 0;
  }
}

.collection-filters__filter-group {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
.collection-filters__filter-group::after {
  display: none;
}
.collection-filters__filter-group .collection-filters__filter-group-title::-webkit-details-marker {
  display: none;
}
@media (max-width: 719px) {
  .collection-filters__filter-group {
    font-size: 16px;
  }
}

.collection-filters__filter-group-title {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  width: auto;
  padding: 11px;
  padding-right: 2.5rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  list-style: none;
}
.collection-filters__filter-group-title:focus {
  outline: auto 5px -webkit-focus-ring-color;
}
@media (min-width: 940px) {
  .collection-filters__filter-group-title {
    padding: 0 12px 0 0;
    font-size: 14px;
    border: none;
  }
  .collection-filters__filter-group-title:focus-within {
    border: none;
  }
  .product-list-sidebar .collection-filters__filter-group-title {
    padding: 11px;
    padding-right: 2.5rem;
    border: 1px solid #ebebeb;
  }
}

.collection-filters__filter-chevron {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%) rotate(90deg);
}
@media (min-width: 940px) {
  .collection-filters__filter-chevron {
    display: none;
  }
  .product-list-sidebar .collection-filters__filter-chevron {
    display: block;
  }
}
.collection-filters__filter-group[open] .collection-filters__filter-chevron {
  transform: translateY(-50%) rotate(270deg);
}
.collection-filters__filter-chevron svg {
  display: block;
  width: 7px;
  height: auto;
}

.collection-filters__active-filter-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  padding: 2px;
  margin-left: 1rem;
  font-size: 0.75rem;
  border-radius: 50%;
}

.collection-filters__active-filter-price-inner {
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 50%;
}

.collection-filters__filter-checkbox {
  width: 12px;
  height: 12px;
  margin-right: 4px;
  cursor: pointer;
  border: 1px solid #8b1026;
}
.collection-filters__filter-checkbox svg {
  display: none;
}
.collection-filters__filter-checkbox[data-checked] svg {
  display: block;
  color: #8b1026;
}
[data-disabled] .collection-filters__filter-checkbox {
  cursor: default;
}

.collection-filters__filter-range {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 1rem 0;
}
@media (max-width: 480px) {
  .collection-filters__filter-range {
    flex-direction: column;
  }
}
@media (min-width: 940px) {
  .product-list-sidebar .collection-filters__filter-range {
    flex-direction: column;
  }
}

.collection-filters__filter-range--from,
.collection-filters__filter-range--to {
  position: relative;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: min-content auto;
  align-items: center;
  width: 100%;
  margin: 4px 0;
}
.collection-filters__filter-range--from .collection-filters__filter-range-input,
.collection-filters__filter-range--to .collection-filters__filter-range-input {
  min-width: 150px;
  margin: 0;
}

.collection-filters__filter-range--to {
  margin-top: 0;
  margin-right: 0;
  margin-left: 1rem;
}
@media (max-width: 480px) {
  .collection-filters__filter-range--to {
    margin-top: 1rem;
    margin-left: 0;
  }
}
@media (min-width: 940px) {
  .product-list-sidebar .collection-filters__filter-range--to {
    margin-left: 0;
  }
}

.collection-filters__filter-range-label {
  grid-row: 1/span 1;
  grid-column: 1/span 2;
  justify-self: start;
  margin: 0;
  font-size: 1rem;
}

.collection-filters__filter-range-currency {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  margin-right: 4px;
}

.collection-filters__filter-title {
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
  pointer-events: none;
}

.collection-filters__filter-icon-wrapper {
  position: relative;
  width: rem(8px);
  height: rem(8px);
  margin: 0 4px;
  outline: none;
}

.collection-filters__filter-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  margin-top: -3px;
  transform: translateX(-50%);
}

.collection-filters__filter-list-item {
  display: flex;
  align-items: center;
  margin-top: 12px;
  font-size: 1rem;
}
.collection-filters__filter-list-item:first-child {
  margin-top: 0;
}

.collection-filters__filter-link {
  display: flex;
  align-items: center;
  padding: rem(3px);
  margin: 0;
  font-size: var(--font-size-body-small);
  line-height: 1.15;
  color: currentColor;
  text-decoration: none;
}
.collection-filters__filter-link[data-disabled] {
  cursor: default;
  opacity: 50%;
}
.collection-filters__filter-link[data-disabled]:hover {
  color: currentColor;
}
.modal .collection-filters__filter-link {
  width: 100%;
  padding: 4px;
}

.collection-filters__filter-list-item-text {
  display: inline-block;
  padding: rem(3px);
  margin: 0;
  line-height: 1.15;
  color: currentColor;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
}
[data-disabled] .collection-filters__filter-list-item-text {
  cursor: default;
}

.collection-page__filters--active {
  margin-top: 20px;
}

.active-filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
  margin-top: 20px;
  list-style-type: none;
}
.product-list-withsidebar .active-filter-group {
  margin-top: 0;
}

.active-filter-group__item-wrapper {
  display: inline-block;
  margin: 0;
}
.active-filter-group__item-wrapper .active-filter-group__item {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 12px 6px 0;
  color: #8b1026;
  cursor: pointer;
  border-bottom: 1px solid #8b1026;
}
.active-filter-group__item-wrapper .active-filter-group__item--clear {
  border-bottom: 1px solid #6c5b6b;
}
@media (max-width: 480px) {
  .active-filter-group__item-wrapper .active-filter-group__item--clear .active-filter-text {
    margin-top: 0;
  }
}
.active-filter-group__item-wrapper .filter-icon--remove {
  padding: 4px;
  border-radius: 100%;
}
.active-filter-group__item-wrapper .filter-icon--remove svg {
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
}
.active-filter-group__item-wrapper .filter-icon--remove path {
  stroke-width: 1px;
}
.filter-text,
.filter-icon--checkbox {
  display: inline-block;
  vertical-align: middle;
}

.active-filter-text {
  margin-bottom: 0;
}

.shopify-cross-border {
  display: flex;
}

.no-js .selectors-form--no-js-hidden {
  display: none;
}

.disclosure {
  --disclosure-max-height: 300px;
  --disclosure-min-height: 92px;
  --disclosure-toggle-text-color: black;
  --disclosure-toggle-background-color: transparent;
  --disclosure-toggle-border-color: black;
  --disclosure-toggle-svg: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6' fill='none'%3E%3Cpath class='icon-chevron-down-left' d='M4 4.5L7 1.5' stroke='black' stroke-width='1.25' stroke-linecap='square'/%3E%3Cpath class='icon-chevron-down-right' d='M4 4.5L1 1.5' stroke='black' stroke-width='1.25' stroke-linecap='square'/%3E%3C/svg%3E");
  --disclosure-toggle-svg-color: black;
  --disclosure-text-color: black;
  --disclosure-background-color: white;
  --disclosure-border-color: black;
  position: relative;
  display: inline-block;
}
.disclosure > summary {
  list-style: none;
}
.disclosure > summary::-webkit-details-marker {
  display: none;
}

.disclosure__toggle {
  width: auto;
  padding: 5px 32px 4px 11px;
  color: black;
  background-color: transparent;
  border: 1px solid black;
  -webkit-appearance: none;
          appearance: none;
}
@supports (color: var(--disclosure-toggle-text-color)) {
  .disclosure__toggle {
    color: var(--disclosure-toggle-text-color);
    background-color: var(--disclosure-toggle-background-color);
    border: 1px solid var(--disclosure-toggle-border-color);
  }
}
.disclosure__toggle:hover {
  cursor: pointer;
}
.disclosure__toggle::after {
  position: absolute;
  top: 50%;
  right: 11px;
  width: 10px;
  height: 7.5px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6' fill='none'%3E%3Cpath class='icon-chevron-down-left' d='M4 4.5L7 1.5' stroke='black' stroke-width='1.25' stroke-linecap='square'/%3E%3Cpath class='icon-chevron-down-right' d='M4 4.5L1 1.5' stroke='black' stroke-width='1.25' stroke-linecap='square'/%3E%3C/svg%3E");
  content: "";
  transform: translateY(-50%);
}
@supports ((-webkit-mask-image: var(--disclosure-toggle-svg)) or (mask-image: var(--disclosure-toggle-svg))) {
  .disclosure__toggle::after {
    background-color: var(--disclosure-toggle-svg-color);
    background-image: none;
    -webkit-mask-image: var(--disclosure-toggle-svg);
            mask-image: var(--disclosure-toggle-svg);
    -webkit-mask-size: cover;
            mask-size: cover;
  }
}

.disclosure-list {
  position: absolute;
  bottom: 115%;
  display: none;
  max-height: 300px;
  min-height: 92px;
  max-width: 250px;
  min-width: 200px;
  padding: 11px 0;
  margin: 0;
  overflow-y: auto;
  list-style: outside none;
  background-color: white;
  border: 1px solid black;
  border-radius: 0;
}
@supports (max-height: var(--disclosure-max-height)) {
  .disclosure-list {
    max-height: var(--disclosure-max-height);
    min-height: var(--disclosure-min-height);
    background-color: var(--disclosure-background-color);
    border: 1px solid var(--disclosure-border-color);
  }
}
noscript .disclosure-list {
  width: max-content;
}

.disclosure-list--visible {
  display: block;
}

.disclosure-list--alternate-drop {
  right: 0;
}

.disclosure-list__item-wrapper {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.disclosure-list__item-wrapper:first-child {
  margin-top: 0;
}

.disclosure-list__item--label {
  word-break: keep-all;
  margin-left: 5px;
}

.disclosure__submit {
  margin-top: 1rem;
}

.disclosure-list__item {
  display: block;
  padding: 5px 25px 4px 15px;
  text-align: left;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.disclosure-list__item.disclosure-list__item-wrapper {
  display: flex;
}
.disclosure-list__item:focus, .disclosure-list__item:hover {
  color: black;
  text-decoration: underline;
}
@supports (color: var(--disclosure-text-color)) {
  .disclosure-list__item:focus, .disclosure-list__item:hover {
    color: var(--disclosure-text-color);
  }
}

.disclosure-list__item--current {
  text-decoration: underline;
}

.disclosure-list__option {
  color: inherit;
  text-decoration: inherit;
}

.disclosure-list__option-code {
  white-space: nowrap;
}

.disclosure {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  height: 100%;
  --disclosure-toggle-border-color: #ebebeb;
  --disclosure-toggle-svg: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon arrow-thin-right' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath fill='currentColor' d='M17.427 20L0 2.57298L2.57298 0L22.573 20L2.57298 40L0 37.427L17.427 20Z'/%3E%3C/svg%3E");
  --disclosure-toggle-svg-color: #311d35;
  --disclosure-text-color: #8b1026;
  --disclosure-border-color: #ebebeb;
  --disclosure-toggle-text-color: #311d35;
}

.shopify-cross-border {
  flex-direction: row;
}
@media (max-width: 480px) {
  .shopify-cross-border {
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }
}

.disclosure__toggle {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  height: 100%;
  padding: 8px 35px 8px 10px;
  margin: 0 6px;
}
.disclosure__toggle:active, .disclosure__toggle:focus {
  border-color: #311d35;
  outline: none;
}
.disclosure__toggle::after {
  right: 18px;
  width: 10px;
  height: 10px;
  transform: translateY(-25%) rotate(90deg);
}

.disclosure-list {
  margin-right: 0;
  margin-left: 5px;
  border: none;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

@keyframes disclosure-list-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.disclosure-list--visible {
  padding: 11px 0;
  border: 1px solid var(--disclosure-border-color);
  animation: disclosure-list-open 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.disclosure-list--visible .disclosure-list__item {
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.disclosure-list--visible .disclosure-list__item:hover,
.disclosure-list--visible .disclosure-list__item:focus {
  text-decoration: none;
  background-color: rgba(235, 235, 235, 0.15);
}
.disclosure-list--visible .disclosure-list__option {
  border-bottom: none;
}
.disclosure-list--visible .disclosure-list__item--current .disclosure-list__option,
.disclosure-list--visible .disclosure-list__item--current:hover .disclosure-list__option,
.disclosure-list--visible .disclosure-list__item--current:focus .disclosure-list__option {
  border-bottom: 1px solid var(--disclosure-text-color);
}
noscript .disclosure-list--visible {
  right: 0;
  padding-right: 11px;
  padding-left: 11px;
}

.disclosure-list__item--current {
  text-decoration: none;
}

.disclosure-list--alternate-drop {
  margin-right: 5px;
  margin-left: 0;
}

.no-js .shopify-cross-border .disclosure-list__item input[type=radio]:focus {
  outline: thin dotted #8b1026;
}

.picture-block {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  justify-content: space-between;
  
    
  background-color: #e8dedc;
}
@media screen and (max-width: 700px) {
  .picture-block {
    flex-direction: column;
  }
}
.picture-block.picture-block--desktop-height-small .picture-block-image {
  height: 500px;
}
.picture-block.picture-block--desktop-height-medium .picture-block-image {
  height: 600px;
}
.picture-block.picture-block--desktop-height-large .picture-block-image {
  height: 700px;
}
.picture-block.picture-block--desktop-height-extra-large .picture-block-image {
  height: 800px;
}
@media (min-width: 720px) {
  .picture-block.picture-block--desktop-height-natural .picture-block-image {
    height: auto;
  }
  .picture-block.picture-block--desktop-height-natural .picture-block-image img,
.picture-block.picture-block--desktop-height-natural .picture-block-image svg {
    position: static;
    max-width: 100%;
    min-height: auto;
    transform: translate(0, 0);
  }
  @supports (-webkit-appearance: none) {
    .picture-block.picture-block--desktop-height-natural .picture-block-image img {
      width: auto;
      height: auto;
/*       object-fit: fill; */
      object-fit: contain;
      -o-object-fit: contain;
    }
  }
}
@media (max-width: 719px) {
  .picture-block.picture-block--mobile-height-small .picture-block-image {
    height: 300px;
  }
  .picture-block.picture-block--mobile-height-medium .picture-block-image {
    height: 400px;
  }
  .picture-block.picture-block--mobile-height-large .picture-block-image {
    height: 500px;
  }
  .picture-block.picture-block--mobile-height-natural .picture-block-image {
    height: auto;
  }
  .picture-block.picture-block--mobile-height-natural .picture-block-image img,
  .picture-block.picture-block--mobile-height-natural .picture-block-image svg {
    position: static;
    max-width: 100%;
    min-height: auto;
    transform: translate(0, 0);
  }
  @supports (-webkit-appearance: none) {
    .picture-block.picture-block--mobile-height-natural .picture-block-image img {
      width: auto;
      height: auto;
      object-fit: contain;
/*        width: auto;
      height: 510px;
      object-fit: cover; */
    }
  }
}
.picture-block .picture-block-wrapper {
  position: relative;
}
.picture-block + .picture-block.home-section {
  margin-top: 0;
}

.home-section.picture-block-no-margin {
  margin-top: 0;
}

.picture-block-image {
  position: relative;
  height: 100%;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
.picture-block-image img,
.picture-block-image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
@supports (-webkit-appearance: none) {
  .picture-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.picture-block + .content-area .section-border, .picture-block + .collection-title-header .section-border {
  border-top: 0;
}

@media screen and (min-width: 700px) {
  .picture-block-right .picture-block-wrapper {
    width: 50%;
  }
  .picture-block-right .picture-block-image {
    order: 1;
    width: 50%;
  }

  .picture-block-left .picture-block-wrapper {
    width: 50%;
  }
  .picture-block-left .picture-block-image {
    order: 0;
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .picture-block-wrapper .centering-wrapper {
    position: static;
    display: relative;
  }

  .picture-block-content {
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0 auto;
  }
}
.picture-block-content {
  max-width: 60%;
  text-align: center;
}

.picture-block-heading {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 62px;
  color: #8b1026;
}
@media screen and (max-width: 800px) {
  .picture-block-heading {
    font-size: 45px;
    line-height: 46px;
  }
}
@media screen and (max-width: 500px) {
  .picture-block-heading {
    font-size: 32px;
    line-height: 32px;
  }
}

.picture-block-body {
  color: #6c5b6b;
}

@media screen and (max-width: 700px) {
  .picture-block-image {
    width: 100%;
  }
}
.picture-block-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #e8dedc;
}
.picture-block-empty p {
  max-width: 75%;
}

.live-search {
  display: flex;
  align-items: center;
  margin-right: 6px;
  margin-left: 6px;
}

.ls-button-search {
  padding: 0;
  color: #8b1026;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
          appearance: none;
}
.no-js .ls-button-search {
  display: flex;
}
.live-search-visible .ls-button-search {
  opacity: 0;
}
.no-js .ls-button-search.ls-button-search--no-js-hidden {
  display: none;
}

.ls-label {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  margin-right: 6px;
  margin-left: 6px;
  font-size: 14px;
  color: #8b1026;
}
.no-js .ls-label.ls-label--no-js-hidden {
  display: none;
}
.header-minimal .ls-label {
  display: none;
}
@media (max-width: 719px) {
  html:not(.header-layout-minimal) .ls-label {
    display: none;
  }
}
@media (max-width: 959px) {
  html.header-layout-minimal .ls-label {
    display: none;
  }
}

.ls-dimmer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7000;
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 719px) {
  html:not(.header-layout-minimal) .ls-dimmer {
    opacity: 1;
  }
}
@media (max-width: 959px) {
  html.header-layout-minimal .ls-dimmer {
    opacity: 1;
  }
}
@media (min-width: 720px) {
  html:not(.header-layout-minimal) .ls-dimmer {
    pointer-events: none;
    opacity: 0;
  }
}
@media (min-width: 960px) {
  html.header-layout-minimal .ls-dimmer {
    pointer-events: none;
    opacity: 0;
  }
}
@media (max-width: 719px) {
  html:not(.header-layout-minimal) .live-search-hidden .ls-dimmer {
    top: -100%;
    left: -100%;
    pointer-events: none;
    opacity: 0;
  }
}
@media (max-width: 959px) {
  html.header-layout-minimal .live-search-hidden .ls-dimmer {
    top: -100%;
    left: -100%;
    pointer-events: none;
    opacity: 0;
  }
}
@media (min-width: 720px) {
  html:not(.header-layout-minimal) .live-search-hidden .ls-dimmer {
    top: -100%;
    left: -100%;
    pointer-events: none;
    opacity: 0;
  }
}
@media (min-width: 960px) {
  html.header-layout-minimal .live-search-hidden .ls-dimmer {
    top: -100%;
    left: -100%;
    pointer-events: none;
    opacity: 0;
  }
}
.no-js .ls-dimmer {
  display: none;
}

.ls-form {
  position: absolute;
  top: 0;
  z-index: 7500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 9px;
  visibility: visible;
  background-color: #f6ede8;
  border-bottom: 1px solid #8b1026;
  opacity: 1;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0.05s, width 0.25s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 719px) {
  html:not(.header-layout-minimal) .ls-form {
    position: fixed;
    left: 0;
    padding: 14px 18px 14px 15px;
    border-bottom: 0;
    transition: padding-left 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (max-width: 959px) {
  html.header-layout-minimal .ls-form {
    position: fixed;
    left: 0;
    padding: 14px 18px 14px 15px;
    border-bottom: 0;
    transition: padding-left 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (min-width: 720px) {
  html:not(.header-layout-minimal) .ls-form {
    width: 270px;
  }
}
@media (min-width: 960px) {
  html.header-layout-minimal .ls-form {
    width: 270px;
  }
}
@media (min-width: 720px) {
  html:not(.header-layout-minimal) .live-search-alignment-left .ls-form {
    left: 0;
  }
}
@media (min-width: 960px) {
  html.header-layout-minimal .live-search-alignment-left .ls-form {
    left: 0;
  }
}
@media (min-width: 720px) {
  html:not(.header-layout-minimal) .live-search-alignment-right .ls-form {
    right: 0;
  }
}
@media (min-width: 960px) {
  html.header-layout-minimal .live-search-alignment-right .ls-form {
    right: 0;
  }
}
.live-search-hidden .ls-form {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 719px) {
  html:not(.header-layout-minimal) .live-search-hidden .ls-form {
    padding-left: 30px;
  }
  html:not(.header-layout-minimal) .live-search-hidden .ls-form .ls-input {
    opacity: 0;
  }
}
@media (max-width: 959px) {
  html.header-layout-minimal .live-search-hidden .ls-form {
    padding-left: 30px;
  }
  html.header-layout-minimal .live-search-hidden .ls-form .ls-input {
    opacity: 0;
  }
}
@media (min-width: 720px) {
  html:not(.header-layout-minimal) .live-search-hidden .ls-form {
    width: 160px;
    border-color: transparent;
  }
  html:not(.header-layout-minimal) .live-search-hidden .ls-form .ls-input {
    visibility: hidden;
    opacity: 0;
  }
  html:not(.header-layout-minimal) .live-search-hidden .ls-form .ls-form-button-close {
    opacity: 0;
    transform: translateX(-10px);
  }
}
@media (min-width: 960px) {
  html.header-layout-minimal .live-search-hidden .ls-form {
    width: 160px;
    border-color: transparent;
  }
  html.header-layout-minimal .live-search-hidden .ls-form .ls-input {
    visibility: hidden;
    opacity: 0;
  }
  html.header-layout-minimal .live-search-hidden .ls-form .ls-form-button-close {
    opacity: 0;
    transform: translateX(-10px);
  }
}
.no-js .ls-form {
  display: none;
}

.ls-form-button-search {
  flex-grow: 0;
  flex-shrink: 0;
  order: 0;
  padding: 0;
  color: #8b1026;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
          appearance: none;
}
.ls-form-button-search .svg-icon {
  width: 18px;
  height: 19px;
}

.ls-form-button-close {
  flex-grow: 0;
  flex-shrink: 0;
  order: 2;
  padding: 0;
  color: #8b1026;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
          appearance: none;
}
@media (min-width: 720px) {
  html:not(.header-layout-minimal) .ls-form-button-close {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (min-width: 960px) {
  html.header-layout-minimal .ls-form-button-close {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.ls-form-button-close .svg-icon {
  width: 14px;
  height: 14px;
}

.ls-input {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  flex-grow: 1;
  order: 1;
  min-width: 0;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 14px;
}
@media (min-width: 720px) {
  html:not(.header-layout-minimal) .ls-input {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  }
}
@media (min-width: 960px) {
  html.header-layout-minimal .ls-input {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  }
}
.ls-input::placeholder {
  color: #6c5b6b;
}
@media (max-width: 719px) {
  html:not(.header-layout-minimal) .ls-input {
    font-size: 16px;
    transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (max-width: 959px) {
  html.header-layout-minimal .ls-input {
    font-size: 16px;
    transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  }
}

.ls-results {
  position: fixed;
  z-index: 8000;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 750px;
  text-align: left;
  background-color: #f6ede8;
  border: 1px solid #ebebeb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 719px) {
  html:not(.header-layout-minimal) .ls-results {
    bottom: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border: 0;
    box-shadow: none;
    transition: none;
  }
}
@media (max-width: 959px) {
  html.header-layout-minimal .ls-results {
    bottom: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border: 0;
    box-shadow: none;
    transition: none;
  }
}
@media (min-width: 720px) {
  html:not(.header-layout-minimal) .ls-results {
    margin-top: -1px;
    overflow-y: scroll;
  }
}
@media (min-width: 960px) {
  html.header-layout-minimal .ls-results {
    margin-top: -1px;
    overflow-y: scroll;
  }
}
@media (max-width: 719px) {
  html:not(.header-layout-minimal) .live-search-results-hidden .ls-results {
    pointer-events: none;
    opacity: 0;
  }
}
@media (max-width: 959px) {
  html.header-layout-minimal .live-search-results-hidden .ls-results {
    pointer-events: none;
    opacity: 0;
  }
}
@media (min-width: 720px) {
  html:not(.header-layout-minimal) .live-search-results-hidden .ls-results {
    pointer-events: none;
    opacity: 0;
  }
}
@media (min-width: 960px) {
  html.header-layout-minimal .live-search-results-hidden .ls-results {
    pointer-events: none;
    opacity: 0;
  }
}
.no-js .ls-results {
  display: none;
}

.ls-results-products {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  width: 67%;
  padding: 20px;
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 719px) {
  html:not(.header-layout-minimal) .ls-results-products {
    flex-grow: 0;
    width: 100%;
  }
}
@media (max-width: 959px) {
  html.header-layout-minimal .ls-results-products {
    flex-grow: 0;
    width: 100%;
  }
}

.lsrp-content-placeholder {
  display: flex;
  width: 100%;
  margin-bottom: 25px;
}
.lsrp-content-placeholder:last-child {
  margin-bottom: 0;
}

.lsrpc-placeholder-figure,
.lsrpcp-content-title,
.lsrpcp-content-price,
.lsrppc-placeholder-title,
.lsrppc-placeholder-date {
  width: 100%;
}
.lsrpc-placeholder-figure::before,
.lsrpcp-content-title::before,
.lsrpcp-content-price::before,
.lsrppc-placeholder-title::before,
.lsrppc-placeholder-date::before {
  display: block;
  width: 100%;
  height: 10px;
  content: "";
}

.lsrpc-placeholder-figure {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.lsrpc-placeholder-figure::before {
  height: 100%;
}

.lsrpc-placeholder-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.lsrpcp-content-title {
  max-width: 240px;
  margin-bottom: 7px;
}

.lsrpcp-content-price {
  max-width: 120px;
}

.ls-results-postspages {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  width: 33%;
  padding: 20px;
  border-left: 1px solid #ebebeb;
}
@media (max-width: 719px) {
  html:not(.header-layout-minimal) .ls-results-postspages {
    width: 100%;
    border-left: none;
  }
}
@media (max-width: 959px) {
  html.header-layout-minimal .ls-results-postspages {
    width: 100%;
    border-left: none;
  }
}

.lsrpp-content-placeholder {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 28px;
}
.lsrpp-content-placeholder:last-child {
  margin-bottom: 0;
}

.lsrppc-placeholder-title {
  max-width: 165px;
  margin-bottom: 7px;
}

.lsrppc-placeholder-date {
  max-width: 82px;
}

.lsr-products-header,
.lsr-postspages-header {
  margin-bottom: 15px;
}
.live-search-results-placeholder .lsr-products-header,
.live-search-results-placeholder .lsr-postspages-header {
  display: none;
}

.lsrp-header-title,
.lsrpp-header-title {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #8b1026;
}

.lsr-products-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.lsrp-content {
  position: relative;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.lsrp-content:first-child {
  border-top: 1px solid #ebebeb;
}
@media (min-width: 720px) {
  .lsrp-content:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.lsrp-content:hover {
  background-color: rgba(235, 235, 235, 0.15);
}

.lsrpc-figure {
  flex-shrink: 0;
  width: 50px;
  height: auto;
  margin-right: 15px;
}
.lsrpc-figure img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

.lsrpc-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.lsrpcc-vendor {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 4px;
  font-size: 13px;
  color: #6c5b6b;
}

.lsrpcc-title,
.lsrpcc-price {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 2px;
  font-size: 14px;
}

.lsrpcc-title {
  margin-bottom: 5px;
}

.lsrpcc-price .original {
  margin-right: 2px;
  text-decoration: line-through;
}

.lsrpc-url {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lsrp-empty {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  padding-top: 20px;
  font-size: 18px;
  color: #8b1026;
  border-top: 1px solid #ebebeb;
}

.lsrp-results-empty {
  margin-top: 5px;
  font-size: 15px;
}

.lsrp-products-viewall {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 15px;
}

.lsrpp-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}
.lsrpp-content:first-child {
  padding-top: 6px;
}

.lsrppc-title {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 2px;
  font-size: 15px;
  color: #311d35;
}

.lsrppc-date {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #6c5b6b;
}

.lsrppc-url {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lsr-footer {
  display: flex;
  width: 100%;
  padding: 20px;
  border-top: 1px solid #ebebeb;
}
@media (max-width: 719px) {
  html:not(.header-layout-minimal) .lsr-footer {
    position: fixed;
    bottom: 0;
    padding: 10px;
    border-top: 0;
  }
}
@media (max-width: 959px) {
  html.header-layout-minimal .lsr-footer {
    position: fixed;
    bottom: 0;
    padding: 10px;
    border-top: 0;
  }
}
@media (max-width: 719px) {
  html:not(.header-layout-minimal) .live-search-results-placeholder .lsr-footer, html:not(.header-layout-minimal) .live-search-results-footer-hidden .lsr-footer {
    display: none;
  }
}
@media (max-width: 959px) {
  html.header-layout-minimal .live-search-results-placeholder .lsr-footer, html.header-layout-minimal .live-search-results-footer-hidden .lsr-footer {
    display: none;
  }
}
@media (min-width: 720px) {
  html:not(.header-layout-minimal) .live-search-results-placeholder .lsr-footer, html:not(.header-layout-minimal) .live-search-results-footer-hidden .lsr-footer {
    display: none;
  }
}
@media (min-width: 960px) {
  html.header-layout-minimal .live-search-results-placeholder .lsr-footer, html.header-layout-minimal .live-search-results-footer-hidden .lsr-footer {
    display: none;
  }
}

.lsr-footer-viewall {
  width: 100%;
}


  
  

  
  
.pagination {
  padding: 12px 0;
  clear: both;
  text-align: center;
}
.pagination > li {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  font-size: 14px;
}
.pagination > li:first-child {
  padding-left: 0;
}
.pagination > li.previous, .pagination > li.next {
  color: rgba(49, 29, 53, 0.7);
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1) color;
}
.pagination > li.previous:hover, .pagination > li.next:hover {
  color: 










rgba(60, 35, 65, 0.5)




;
}
.pagination > li.previous a, .pagination > li.next a {
  color: #8b1026;
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1) color;
}
.pagination > li.previous a:hover, .pagination > li.next a:hover {
  color: 










#790e21




;
}
.pagination > li.position {
  margin: 0 25px;
  color: #311d35;
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1) color;
}
.pagination > li.position:hover {
  color: 










#3c2341




;
}
.pagination.jump-to-page .jump-to-link {
  opacity: 0.7;
}
.pagination.jump-to-page .jump-to-link.active {
  opacity: 1;
}
.pagination.jump-to-page .jump-to-link a {
  color: #311d35;
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1) color;
}
.pagination.jump-to-page .jump-to-link a:hover {
  color: 










#3c2341




;
}
.pagination.jump-to-page li {
  margin: 0 5px;
  border: 0;
}
.pagination.jump-to-page li:nth-of-type(2):not(.previous) {
  margin-left: 15px;
}
.pagination.jump-to-page li:nth-last-child(2):not(.next) {
  margin-right: 15px;
}

.pswp {
  z-index: 9000;
}

.pswp__bg {
  background-color: #f6ede8;
}

.pswp__top-bar {
  height: 45px;
  background-color: transparent;
}

.pswp__button.pswp__button--close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-top: 10px;
  margin-right: 10px;
  background-color: rgba(246, 237, 232, 0.75);
  background-image: none;
  border-radius: 50%;
  opacity: 1;
}
@media (max-width: 719px) {
  .pswp__button.pswp__button--close {
    width: 36px;
    height: 36px;
  }
}
.pswp__button.pswp__button--close svg {
  display: block;
  width: 18px;
  height: 18px;
  color: #8b1026;
  pointer-events: none;
  fill: currentColor;
}
@media (max-width: 719px) {
  .pswp__button.pswp__button--close svg {
    width: 16px;
    height: 16px;
  }
}

.pswp__img--placeholder {
  background-color: #fff;
}

.product-gallery {
  display: grid;
  float: left;
  width: 55%;
  grid-template-columns: 15% 85%;
  grid-template-rows: auto auto;
}
@media (max-width: 719px) {
  .product-gallery {
    width: 100%;
  }
}
@media (min-width: 720px) {
  .product-gallery[data-product-gallery-layout=gallery-right] {
    grid-template-columns: 85% 15%;
  }
}

.product-gallery--viewport {
  display: flex;
  flex-direction: column;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
@media (max-width: 1023px) {
  .product-gallery--viewport {
    grid-row-end: 2;
  }
}
@media (min-width: 1024px) {
  [data-product-gallery-layout=gallery-left] .product-gallery--viewport.product-gallery--viewport--has-navigation {
    grid-column-start: 2;
  }
  [data-product-gallery-layout=gallery-right] .product-gallery--viewport.product-gallery--viewport--has-navigation {
    grid-column-end: 2;
  }
  [data-product-gallery-layout=gallery-below] .product-gallery--viewport.product-gallery--viewport--has-navigation {
    grid-row-end: 2;
  }
}

.product-gallery--navigation {
  display: flex;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
@media (max-width: 1023px) {
  .product-gallery--navigation {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    margin-top: 20px;
    margin-bottom: -10px;
    margin-left: -10px;
    grid-row-start: 2;
  }
}
@media (min-width: 1024px) {
  [data-product-gallery-layout=gallery-left] .product-gallery--navigation {
    flex-direction: column;
    margin-right: 20px;
    grid-column-end: 2;
  }
  [data-product-gallery-layout=gallery-right] .product-gallery--navigation {
    flex-direction: column;
    margin-left: 20px;
    grid-column-start: 2;
  }
  [data-product-gallery-layout=gallery-below] .product-gallery--navigation {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    margin-top: 20px;
    margin-bottom: -10px;
    margin-left: -10px;
    grid-row-start: 2;
  }
}

.product-gallery--viewport--figure {
  position: relative;
}
[data-product-gallery-layout=gallery-left] .product-gallery--viewport--figure:not([data-product-gallery-selected=true]), [data-product-gallery-layout=gallery-right] .product-gallery--viewport--figure:not([data-product-gallery-selected=true]), [data-product-gallery-layout=gallery-below] .product-gallery--viewport--figure:not([data-product-gallery-selected=true]) {
  display: none;
}
.product-gallery--viewport--figure img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
[data-product-gallery-image-zoom] .product-gallery--viewport--figure img {
  cursor: zoom-in;
}
.product-gallery--viewport--figure video {
  display: block;
  max-width: 100%;
}
.product-gallery--viewport--figure .product-gallery--media-wrapper {
  position: relative;
}
.product-gallery--viewport--figure[data-media-type=model] .product-gallery--media-wrapper {
  height: 0;
  padding-bottom: 100%;
}
.product-gallery--viewport--figure[data-media-type=model] .product-gallery--media-wrapper model-viewer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-gallery--viewport--figure[data-media-type=external_video] .product-gallery--media-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.product-gallery--viewport--figure[data-media-type=external_video] .product-gallery--media-wrapper > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-gallery--viewport--figure .product-gallery--border-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.product-gallery--viewport--figure[data-media-type=video] .product-gallery--media-wrapper > video {
  visibility: hidden;
}

.product-gallery--media-thumbnail {
  position: relative;
  max-width: 100%;
  padding: 0;
  background: none;
  border: 0;
}
@media (max-width: 1023px) {
  .product-gallery--media-thumbnail {
    margin-bottom: 10px;
    margin-left: 10px;
  }
}
@media (min-width: 1024px) {
  [data-product-gallery-layout=gallery-left] .product-gallery--media-thumbnail:not(:first-child), [data-product-gallery-layout=gallery-right] .product-gallery--media-thumbnail:not(:first-child) {
    margin-top: 10px;
  }
  [data-product-gallery-layout=gallery-below] .product-gallery--media-thumbnail {
    margin-bottom: 10px;
    margin-left: 10px;
  }
}
.product-gallery--media-thumbnail::after {
  transition: box-shadow 200ms;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  box-shadow: none;
}
.product-gallery--media-borders .product-gallery--media-thumbnail::after {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.product-gallery--media-thumbnail[data-product-gallery-selected=true]::after {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.3);
}
.product-gallery--media-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
[data-product-gallery-layout=gallery-below] .product-gallery--media-thumbnail img {
  width: 75px;
}
@media (max-width: 1023px) {
  .product-gallery--media-thumbnail img {
    width: 75px;
    min-width: 60px;
  }
}
.product-gallery--media-thumbnail svg {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 20px;
  height: 20px;
  color: #8b1026;
  background-color: #f6ede8;
  box-shadow: 0 0 0 1px rgba(139, 16, 38, 0.05);
}

.product-gallery--viewinyourspace {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 0;
  color: #311d35;
  background-color: rgba(49, 29, 53, 0.08);
  border: 0;
}
.product-gallery--viewinyourspace[data-shopify-xr-hidden] {
  visibility: hidden;
}
@media (min-width: 1024px) {
  .product-gallery--viewinyourspace[data-shopify-xr-hidden] {
    display: none;
  }
}
.product-gallery--viewinyourspace svg {
  width: 44px;
  height: 44px;
  pointer-events: none;
}

.plyr.plyr--video {
  color: #8b1026;
  background-color: #f6ede8;
}
.plyr.plyr--video .plyr__control {
  color: #8b1026;
  background: #f6ede8;
  border: 0;
}
.plyr.plyr--video > .plyr__control {
  width: 60px;
  height: 60px;
  padding: 0;
  background: #f6ede8;
  box-shadow: 0 0 0 1px rgba(139, 16, 38, 0.05);
}
.plyr.plyr--video > .plyr__control > svg {
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr.plyr--video > .plyr__control:hover > svg {
  opacity: 0.55;
}
.plyr.plyr--video > .plyr__control:active {
  opacity: 0.7;
}
.plyr.plyr--video .plyr__progress__buffer {
  background: rgba(139, 16, 38, 0.6);
  opacity: 0.6;
}
.plyr.plyr--video .plyr__control--overlaid.plyr__tab-focus,
.plyr.plyr--video .plyr__control--overlaid:hover {
  color: #8b1026;
}
.plyr.plyr--video .plyr__video-wrapper,
.plyr.plyr--video .plyr__poster {
  background-color: #f6ede8;
}
.plyr.plyr--video .plyr__controls {
  background: #f6ede8;
  border: 0;
  box-shadow: 0 0 0 1px rgba(139, 16, 38, 0.05);
}
.plyr.plyr--video .plyr__tooltip {
  color: #f6ede8;
  background: #8b1026;
}
.plyr.plyr--video .plyr__tooltip:before {
  border-top: 4px solid #8b1026;
}
.plyr.plyr--video.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background-image: linear-gradient(to right, #8b1026 var(--value, 0%), rgba(139, 16, 38, 0.6) var(--value, 0%));
}
.plyr.plyr--video.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px rgba(139, 16, 38, 0.25);
}
.plyr.plyr--video.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px rgba(139, 16, 38, 0.25);
}
.plyr.plyr--video.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(139, 16, 38, 0.25);
}
.plyr.plyr--video.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 #f6ede8;
}
.plyr.plyr--video.plyr--full-ui input[type=range]::-moz-range-track {
  box-shadow: 2px 0 0 0 #f6ede8;
}
.plyr.plyr--video.plyr--full-ui input[type=range]::-ms-thumb {
  box-shadow: 2px 0 0 0 #f6ede8;
}
.plyr.plyr--video.plyr--full-ui input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(139, 16, 38, 0.25);
}
.plyr.plyr--video.plyr--full-ui input[type=range]:active::-moz-range-track {
  box-shadow: 0 0 0 3px rgba(139, 16, 38, 0.25);
}
.plyr.plyr--video.plyr--full-ui input[type=range]:active::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(139, 16, 38, 0.25);
}
.plyr.plyr--video.plyr--full-ui .plyr__volume {
  background-color: #8b1026;
}
.plyr.plyr--video.plyr--full-ui .plyr__volume input[type=range]::-webkit-slider-runnable-track {
  background-image: linear-gradient(to right, #f6ede8 var(--value, 0%), rgba(246, 237, 232, 0.6) var(--value, 0%));
}
.plyr.plyr--video.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px rgba(246, 237, 232, 0.25);
}
.plyr.plyr--video.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px rgba(246, 237, 232, 0.25);
}
.plyr.plyr--video.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(246, 237, 232, 0.25);
}
.plyr.plyr--video.plyr--full-ui .plyr__volume input[type=range]::-webkit-slider-thumb {
  color: #f6ede8;
  box-shadow: 2px 0 0 0 #8b1026;
}
.plyr.plyr--video.plyr--full-ui .plyr__volume input[type=range]::-moz-range-track {
  color: #f6ede8;
  box-shadow: 2px 0 0 0 #8b1026;
}
.plyr.plyr--video.plyr--full-ui .plyr__volume input[type=range]::-ms-thumb {
  color: #f6ede8;
  box-shadow: 2px 0 0 0 #8b1026;
}
.plyr.plyr--video.plyr--full-ui .plyr__volume input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(246, 237, 232, 0.25);
}
.plyr.plyr--video.plyr--full-ui .plyr__volume input[type=range]:active::-moz-range-track {
  box-shadow: 0 0 0 3px rgba(246, 237, 232, 0.25);
}
.plyr.plyr--video.plyr--full-ui .plyr__volume input[type=range]:active::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(246, 237, 232, 0.25);
}

.shopify-model-viewer-ui {
  --progress-bar-color: #8b1026;
  --progress-bar-height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shopify-model-viewer-ui:not(.shopify-model-viewer-ui--fullscreen) .shopify-model-viewer-ui__control-icon.shopify-model-viewer-ui__control-icon--exit-fullscreen {
  display: none;
}
.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen .shopify-model-viewer-ui__control-icon.shopify-model-viewer-ui__control-icon--enter-fullscreen {
  display: none;
}
.shopify-model-viewer-ui model-viewer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.shopify-model-viewer-ui model-viewer.shopify-model-viewer-ui__disabled {
  pointer-events: none;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 46px;
  height: auto;
  opacity: 0;
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area:not(.shopify-model-viewer-ui__controls-area--playing) {
  display: none;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area:focus-within {
  opacity: 1;
}
.shopify-model-viewer-ui:hover .shopify-model-viewer-ui__controls-area {
  opacity: 1;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button:focus {
  z-index: 1;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--zoom-out,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--zoom-in,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--fullscreen {
  cursor: pointer;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control {
  width: 46px;
  height: 46px;
  padding: 0;
  color: #8b1026;
  background-color: #f6ede8;
  border: 1px solid rgba(139, 16, 38, 0.05);
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
body:not(.user-is-tabbing) .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster,
body:not(.user-is-tabbing) .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control {
  outline: none;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster svg,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control svg {
  width: 46px;
  height: 46px;
  opacity: 1;
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover svg,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover svg {
  opacity: 0.55;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:active,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active {
  background-color: #f1e2de;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  position: absolute;
  top: calc(50% - 60px/2);
  left: calc(50% - 60px/2);
  z-index: 1;
  width: 60px;
  height: 60px;
  background-color: #f6ede8;
  border: none;
  box-shadow: 0 0 0 1px rgba(139, 16, 38, 0.05);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover svg {
  opacity: 0.55;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster svg {
  width: 100%;
  height: 100%;
  border: none;
  opacity: 1;
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:first-child {
  border-bottom: 0;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:last-child {
  border-top: 0;
}

.product-list {
  font-size: 11px;
  text-align: left;
}

.product-list::before, .product-list::after,
.collections::before,
.collections::after {
  order: 999;
  min-width: calc(50% - 15px);
  content: "";
}
.product-list.row-of-3::before, .product-list.row-of-3::after,
.collections.row-of-3::before,
.collections.row-of-3::after {
  min-width: calc(33.33333% - 15px);
}
.product-list.row-of-4::before, .product-list.row-of-4::after,
.collections.row-of-4::before,
.collections.row-of-4::after {
  min-width: calc(25% - 15px);
}

.product {
  display: inline-block;
  width: 25%;
  padding-left: 30px;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 719px) {
  .product {
    display: block;
    width: 60%;
    min-width: 290px;
    padding-left: 0;
    margin: 0 auto 35px;
    text-align: center;
  }
  .product.last {
    margin-bottom: 0;
  }
}
.product figure > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
}
.product figure > a:focus {
  outline: auto 5px -webkit-focus-ring-color;
}
.product figure > a.with-border {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 719px) {
  .product .with-border + .overlay {
    box-shadow: inset 0 0 0 1px #f6ede8;
  }
}
.product .quick-shop-content {
  display: none;
}
@media (max-width: 719px) {
  .product .quickshop-trigger {
    display: none;
  }
}

.badge {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  padding: 5px 7px 4px;
  margin-right: 6px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #f6ede8;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .product-list-withsidebar .badge {
    padding: 4px 6px;
    font-size: 11px;
  }
}

.badges-wrapper {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
}

.badge-sale {
  background-color: #8b1026;
}

.badge-new {
  background-color: #2C2C2C;
}

.badge-soldout {
  background-color: #757575;
}

.product .brand,
.quick-shop-content .brand,
.product-area .brand {
  margin: 25px 0 0;
  font-size: 15px;
}
@media (max-width: 719px) {
  .product .brand,
.quick-shop-content .brand,
.product-area .brand {
    margin-top: 30px;
  }
}
.product .brand a,
.quick-shop-content .brand a,
.product-area .brand a {
  color: #6c5b6b;
}
.product .title,
.quick-shop-content .title,
.product-area .title {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  margin: 10px 0 0;
  font-size: 16px;
  color: #8b1026;
}.product .title,
.quick-shop-content .title,
.product-area .title {
    text-transform: uppercase;
  }.product .title a,
.quick-shop-content .title a,
.product-area .title a {
  color: #8b1026;
}
.product .title a:hover,
.quick-shop-content .title a:hover,
.product-area .title a:hover {
  color: #8b1026;
}

.product-item__price {
  margin-top: 13px;
  font-size: 14px;
  color: #311d35;
}
.product-item__price .label {
  margin-right: 5px;
  color: #8b1026;
}
.product-item__price .original {
  margin-right: 6px;
  text-decoration: line-through;
}

.product-inner {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.product-inner:hover, .product-inner:focus, .product-inner:focus-within {
  overflow: visible;
}
.product-inner:hover .product-card-overlay,
.product-inner:hover .product-card-footer, .product-inner:focus .product-card-overlay,
.product-inner:focus .product-card-footer, .product-inner:focus-within .product-card-overlay,
.product-inner:focus-within .product-card-footer {
  opacity: 1;
  transform: translateY(0);
}
.product-inner:hover .product-card-overlay-content, .product-inner:focus .product-card-overlay-content, .product-inner:focus-within .product-card-overlay-content {
  opacity: 1;
}
.product-inner:hover .product-card-figure, .product-inner:focus .product-card-figure, .product-inner:focus-within .product-card-figure {
  overflow: visible;
}

.product-card-figure {
  overflow: hidden;
}

.product-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  height: auto;
  padding: 14px 0 0;
  background-color: #f6ede8;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, opacity;
}
.with-border + .product-card-overlay {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 719px) {
  .product-card-overlay {
    display: none;
  }
}
.product-card-overlay.product-card-overlay--hide {
  display: none;
}
.product figure > .product-card-overlay {
  top: auto;
}
.product-card-overlay .product-card-overlay-content {
  opacity: 0;
  transition: opacity 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
.product-card-alt .product-card-overlay .product-card-overlay-content {
  opacity: 1;
}
.product-card-alt .product-card-overlay {
  padding: 15px 17px;
  background-color: rgba(139, 16, 38, 0.95);
}
.product-card-alt .product-card-overlay .product-card-overlay-content {
  transition: opacity 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
.product-card-overlay .brand,
.product-card-overlay .title,
.product-card-overlay .product-item__price,
.product-card-overlay .product-item__unit-price {
  color: #f6ede8;
}
.product-card-overlay .product-item__unit-price {
  opacity: 0.8;
}

.product-card-alt .product-card-footer {
  opacity: 0;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
}

.product-card-footer,
.product-card-footer-mobile {
  margin-top: 16px;
}

.product-card-footer {
  display: block;
}
@media (max-width: 719px) {
  .product-card-footer {
    display: none;
  }
}

.product-card-footer-mobile {
  display: none;
}
@media (max-width: 719px) {
  .product-card-footer-mobile {
    display: block;
  }
}

.product-card-details .brand {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  word-break: break-word;
}
.product-card-details .title {
  margin-top: 5px;
  margin-bottom: 9px;
  font-size: 18px;
  max-width: 300px;
}

.product-item__price {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}
.product-item__price .money--last {
  margin-right: 10px;
}

.product-item__unit-price {
  margin-top: 2px;
  margin-left: 4px;
  font-size: 13px;
  color: #6c5b6b;
}
@media (max-width: 719px) {
  .product-item__unit-price {
    margin-bottom: 2px;
    font-size: 12px;
  }
}

.product-card-interactions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.product-card-interaction {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 6px);
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 719px) {
  .product-card-interaction {
    width: 100%;
    margin-bottom: 12px;
  }
  .product-card-interaction:last-child {
    margin-bottom: 0;
  }
}
.product-card-interaction:only-child {
  width: 100%;
}

@media (max-width: 719px) {
  .product-card-interaction-quickshop {
    display: none;
  }
}

.product-card-interaction-addtocart-text {
  display: flex;
  justify-content: center;
}
.addtocart-button-loading .product-card-interaction-addtocart-text {
  display: none;
}

.product-card-interaction-addtocart-available {
  display: none;
}
.addtocart-button-active .product-card-interaction-addtocart-available {
  display: flex;
  justify-content: center;
}

.product-card-interaction-addtocart-error {
  display: none;
}
.addtocart-button-error .product-card-interaction-addtocart-error {
  display: flex;
  justify-content: center;
}

.product-card-interaction-addtocart-spinner {
  display: none;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  animation: spinner 700ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83);
  transform-origin: center center;
}
.addtocart-button-loading .product-card-interaction-addtocart-spinner {
  display: flex;
}
.product-card-interaction-addtocart-spinner svg {
  display: block;
  width: 18px;
  height: 18px;
}
.addtocart-button-loading.product-submit .product-card-interaction-addtocart-spinner {
  width: 19px;
  height: 19px;
}
.addtocart-button-loading.product-submit .product-card-interaction-addtocart-spinner svg {
  width: 19px;
  height: 19px;
}

.product-card-figure {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.product-grid-square .product-card-figure {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.product-grid-tall .product-card-figure {
  width: 100%;
  height: 0;
  padding-bottom: 125%;
}
.product-grid-taller .product-card-figure {
  width: 100%;
  height: 0;
  padding-bottom: 150%;
}
.product-grid-wide .product-card-figure {
  width: 100%;
  height: 0;
  padding-bottom: 66.6666666667%;
}
.product-grid-square .product-card-figure .placeholder-svg, .product-grid-tall .product-card-figure .placeholder-svg, .product-grid-taller .product-card-figure .placeholder-svg, .product-grid-wide .product-card-figure .placeholder-svg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.product-card-figure img {
  position: absolute;
  width: 100%;
  height: auto;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
@supports (object-fit: cover) {
  .product-card-figure img {
    height: 100%;
    object-fit: cover;
  }
  .product-card-figure img:last-of-type {
    opacity: 0;
  }
  .product-card-figure img:first-of-type {
    opacity: 1;
  }
  .product-grid-default .product-card-figure img:last-of-type {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .product-grid-default .product-card-figure img:first-of-type {
    position: relative;
    width: 100%;
    height: auto;
  }
}
@supports (object-fit: cover) {
  .product-card-figure:hover img:first-of-type {
    opacity: 0;
  }
  .product-card-figure:hover img:last-of-type {
    opacity: 1;
  }
}

.option {
  display: block;
  margin-bottom: 26px;
}
.option:last-child {
  margin-bottom: 0;
}

.option-header {
  display: block;
  margin-bottom: 12px;
  text-align: left;
}

.option-name {
  margin-bottom: 0;
}

.option-values {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.option-value {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
  margin-bottom: 14px;
}
.option-value:last-child {
  margin-right: 0;
}

.option-value-input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.option-value-input:checked + .option-value-name {
  color: #ffffff;
  background-color: #8b1026;
  border-color: #460813;
}
.option-value-input:checked:disabled + .option-value-name {
  color: #ffffff;
  background-color: #dbb6b8;
  border-color: #dbb6b8;
}
.option-value-input:disabled + .option-value-name {
  background: #f6ede8;
  color: #94858f;
  border-color: #ebebeb;
  opacity: 0.5;
  text-decoration: line-through;
}

.option-value-name {
  position: relative;
  z-index: 1;
  min-width: 46px;
  padding: 11px 12px;
  text-align: center;
  border: 1px solid #ebebeb;
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.rating {
  display: flex;
  align-items: center;
}

.rating__star-wrapper {
  display: flex;
}

.icon-star-background {
  transform: scaleX(var(--rating-scale, 0));
}

.icon-star-reference {
  position: absolute;
  left: -9999;
  width: 0;
  height: 0;
}

.rating__star {
  width: 20px;
  height: auto;
}

.rating__star-1 {
  --rating-scale: calc(var(--rating-value));
}

.rating__star-2 {
  --rating-scale: calc(var(--rating-value) - 1);
}

.rating__star-3 {
  --rating-scale: calc(var(--rating-value) - 2);
}

.rating__star-4 {
  --rating-scale: calc(var(--rating-value) - 3);
}

.rating__star-5 {
  --rating-scale: calc(var(--rating-value) - 4);
}

.rating__text {
  display: none;
}

.rating__count {
  margin: 0 0 0 5px;
}

@media (forced-colors: active) {
  .rating__star-wrapper {
    display: none;
  }

  .rating__text {
    display: block;
  }
}
html .shopify-payment-button {
  padding-bottom: 0;
  margin: 0 auto;
}
@media (max-width: 719px) {
  html .shopify-payment-button {
    padding-bottom: 0;
  }
}
html .shopify-payment-button .shopify-payment-button__button {
  overflow: hidden;
}
html .shopify-payment-button .shopify-payment-button__button div[role=button] {
  max-height: 44px !important;
}
html .shopify-payment-button .shopify-payment-button__button--unbranded {
  padding: 17px 24px;
  font-size: 13px;
  line-height: 1;
}
html .shopify-payment-button .shopify-payment-button__button--unbranded:hover {
  color: #ffffff;
  background-color: 










#790e21




;
}
html .shopify-payment-button .shopify-payment-button__button--unbranded:disabled {
  cursor: default;
}
html .shopify-payment-button .shopify-payment-button__button--unbranded:disabled:hover {
  background-color: #8b1026;
  border: 1px solid #8b1026;
}
html .shopify-payment-button .shopify-payment-button__button--branded {
  padding: 0;
  background-color: transparent;
  border: none;
}
html .shopify-payment-button svg {
  width: 100%;
}
html .shopify-payment-button__more-options {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  padding-right: 10%;
  padding-left: 10%;
  margin-bottom: 25px;
  font-size: 14px;
  color: #8b1026;
}
html .shopify-payment-button__more-options.shopify-payment-button__button--visible {
  margin-bottom: 30px;
}
@media (max-width: 719px) {
  html .shopify-payment-button__more-options.shopify-payment-button__button--visible {
    margin-bottom: 10px;
  }
}
html .shopify-payment-button__more-options.shopify-payment-button__button--hidden {
  display: none;
}
html .shopify-payment-button__more-options:hover:not([disabled]) {
  color: 










#790e21




;
  text-decoration: none;
}

.product-form-outofstock .shopify-payment-button {
  display: none;
}

.surface-pick-up-embed {
  --surface-pick-up-embed-theme-success-color: #66b544;
  --surface-pick-up-embed-theme-error-color: #ee575a;
  --surface-pick-up-embed-theme-paragraph-font-size: 1rem;
  --surface-pick-up-embed-theme-body-font-weight-bold: 700;
  --surface-pick-up-embed-theme-body-text-color: #311d35;
  --surface-pick-up-embed-theme-link-text-decoration: underline;
  margin-top: 25px;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.surface-pick-up--loading .surface-pick-up-embed {
  opacity: 0;
}
.surface-pick-up.details-alignment--center .surface-pick-up-embed {
  text-align: center;
  justify-content: center;
}

.surface-pick-up-item {
  --surface-pick-up-item-theme-success-color: #66b544;
  --surface-pick-up-item-theme-error-color: #ee575a;
  --surface-pick-up-item-theme-paragraph-font-size: 1rem;
  --surface-pick-up-item-theme-body-font-weight-bold: 700;
  --surface-pick-up-item-theme-body-text-color: #311d35;
  --surface-pick-up-item-theme-border-color: #ebebeb;
  --surface-pick-up-item-theme-link-text-decoration: underline;
  --surface-pick-up-item-gap: 15px;
}

.surface-pick-up-items {
  margin-right: var(--sidebar-drawer-right-gutter);
}

.sidebar-drawer__surface-pick-up-title {
  text-transform: none;
}

.sidebar-drawer__surface-pick-up-variant {
  margin-top: 6px;
}

body:not(.user-is-tabbing) .surface-pick-up-embed__modal-btn:focus {
  outline: none;
}

.surface-pick-up-embed__modal-btn {
  font-family: inherit;
  justify-self: auto;
  text-align: inherit;
}

.promo-block {
  position: relative;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  padding: 25px;
  margin-bottom: 42px;
  color: #8b1026;
  border: 1px solid;
}
.promo-block:hover {
  color: #8b1026;
}
@media (min-width: 1071px) {
  .product-list.row-of-3.product-list-withsidebar .promo-block, .product-list.row-of-4.product-list-withsidebar .promo-block, .product-grid-wide .product-list.row-of-4:not(.product-list-withsidebar) .promo-block.promo-block--quickshop-enabled {
    padding: 20px;
  }
  .product-list.row-of-3.product-list-withsidebar .promo-block .promo-block--content p,
.product-list.row-of-3.product-list-withsidebar .promo-block .promo-block--content a, .product-list.row-of-4.product-list-withsidebar .promo-block .promo-block--content p,
.product-list.row-of-4.product-list-withsidebar .promo-block .promo-block--content a, .product-grid-wide .product-list.row-of-4:not(.product-list-withsidebar) .promo-block.promo-block--quickshop-enabled .promo-block--content p,
.product-grid-wide .product-list.row-of-4:not(.product-list-withsidebar) .promo-block.promo-block--quickshop-enabled .promo-block--content a {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .promo-block {
    padding: 20px;
  }
}

.promo-block--secondary {
  color: #f6ede8;
  background-color: #8b1026;
  border-color: #8b1026;
}
.promo-block--secondary:hover {
  color: #f6ede8;
}
.promo-block--secondary .promo-block--content::after {
  border-color: #f6ede8;
}
.promo-block--secondary .promo-block--content p {
  color: #f6ede8;
}
.promo-block--secondary .promo-block--content a {
  color: #f6ede8;
}
.promo-block--content {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  position: relative;
  align-self: flex-start;
  width: 100%;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
  word-break: break-word;
}
.promo-block--content::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 75px;
  border-bottom: 1px solid #8b1026;
  content: "";
}
.promo-block--content:empty {
  opacity: 0;
}
.promo-block--content p {
  font-size: 28px;
  line-height: 1.3;
}
.promo-block--content p:last-of-type {
  margin-bottom: 35px;
}
@media (max-width: 480px) {
  .promo-block--content p {
    font-size: 24px;
  }
}
.promo-block--content a {
  position: relative;
  z-index: 1;
  font-size: 28px;
  text-decoration: underline;
}
@media (max-width: 480px) {
  .promo-block--content a {
    font-size: 24px;
  }
}

.promo-block--button {
  margin-top: 30px;
}

.promo-block--link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.quickshop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8500;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms linear;
}
.quickshop.quickshop-visible {
  opacity: 1;
  visibility: visible;
}

.quickshop-content {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 960px;
  max-height: 90%;
  padding: 30px 0 30px 30px;
  overflow: hidden;
  pointer-events: none;
  background-color: #f6ede8;
  opacity: 0;
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1) opacity;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .quickshop-content {
    height: 90%;
  }
}
.quickshop-loaded .quickshop-content {
  pointer-events: all;
  opacity: 1;
}
.quickshop-content .product-area {
  padding-top: 0;
  padding-bottom: 10px;
}

.quickshop-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 5;
  width: 30px;
  height: 30px;
  padding: 7px;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.quickshop-spinner {
  opacity: 1;
}
.quickshop-loaded .quickshop-spinner {
  opacity: 0;
}

.quickshop-product {
  width: 100%;
  height: auto;
  padding-right: 30px;
  overflow-y: auto;
}

img[data-rimg=loading] {
  background-image: none;
}
img[data-rimg=loaded] {
  background-color: transparent;
}

.no-js img[data-rimg=lazy] {
  display: none !important;
}
.no-js img[data-rimg=noscript] {
  max-width: 100%;
  opacity: 1;
}

.collection-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.collection-wrap img[data-rimg=noscript] {
  width: 100%;
  height: 100%;
  opacity: 1;
  object-fit: fill;
}

.search-filters {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 720px) {
  .search-filters {
    width: 66%;
  }
}

.filter-form {
  display: flex;
}

.search__filters-title {
  display: block;
  text-align: center;
}

.search-header--filters-sort-enabled {
  padding: 0;
}

.search__filters {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 8px;
}
@media (min-width: 720px) {
  .search__filters {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.search-dropdown--filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
}
.search-dropdown--filter:only-child {
  width: auto;
}

.search__filters-wrapper {
  position: relative;
}

.search-filters__filter {
  position: absolute;
  right: auto;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  display: none;
  width: var(--mobile-width);
  min-width: max-content;
  max-height: 500px;
  padding: 12px;
  margin-top: 4px;
  overflow-y: auto;
  list-style-type: none;
  background-color: #f6ede8;
  border: 1px solid #ebebeb;
  opacity: 0;
}
.search-filters__filter[data-animation] {
  display: block;
}
.search-filters__filter[data-animation="closed=>open"] {
  transition: opacity 200ms, height 300ms;
}
.search-filters__filter[data-animation="open=>closed"] {
  transition: opacity 150ms, height 150ms;
}
.search-filters__filter[data-animation-state=open] {
  z-index: 2001;
  display: block;
  height: var(--open-height);
  opacity: 1;
}
@media (min-width: 720px) {
  .search-filters__filter {
    width: max-content;
  }
  .search-filters__filter.filters--overflow-right {
    right: 0;
    left: auto;
  }
}

.search-filters__details-wrapper {
  position: unset;
  height: auto;
  margin: 0;
  overflow: visible;
}
@media (min-width: 720px) {
  .search-filters__details-wrapper {
    position: relative;
    margin: 0 8px 8px 0;
  }
}

.search-filters__filter-group {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
.search-filters__filter-group::after {
  display: none;
}
.search-filters__filter-group .search-filters__filter-group-title::-webkit-details-marker {
  display: none;
}
@media (max-width: 719px) {
  .search-filters__filter-group {
    font-size: 16px;
  }
}

.search-filters__filter-group-title {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  width: auto;
  padding: 11px;
  padding-right: 2.5rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  list-style: none;
}
@media (max-width: 719px) {
  .search-filters__filter-group-title {
    font-size: 16px;
  }
}
.search-filters__filter-group-title:focus {
  outline: auto 5px -webkit-focus-ring-color;
}

.search-filters__filter-chevron {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%) rotate(90deg);
}
.search-filters__filter-group[open] .search-filters__filter-chevron {
  transform: translateY(-50%) rotate(270deg);
}
.search-filters__filter-chevron svg {
  display: block;
  width: 7px;
  height: auto;
}

.search-filters__active-filter-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  padding: 2px;
  margin-left: 1rem;
  font-size: 0.75rem;
  border-radius: 50%;
}

.search-filters__active-filter-price-inner {
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 50%;
}

.search-filters__filter-checkbox {
  width: 12px;
  height: 12px;
  margin-right: 4px;
  cursor: pointer;
  border: 1px solid #8b1026;
}
.search-filters__filter-checkbox svg {
  display: none;
}
.search-filters__filter-checkbox[data-checked] svg {
  display: block;
  color: #8b1026;
}
[data-disabled] .search-filters__filter-checkbox {
  cursor: default;
}

.search-filters__filter-range {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 1rem 0;
}
@media (max-width: 480px) {
  .search-filters__filter-range {
    flex-direction: column;
  }
}

.search-filters__filter-range--from,
.search-filters__filter-range--to {
  position: relative;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: min-content auto;
  align-items: center;
  width: 100%;
  margin: 4px 0;
}
.search-filters__filter-range--from .search-filters__filter-range-input,
.search-filters__filter-range--to .search-filters__filter-range-input {
  min-width: 150px;
  margin: 0;
}

.search-filters__filter-range--to {
  margin-top: 0;
  margin-right: 0;
  margin-left: 1rem;
}
@media (max-width: 480px) {
  .search-filters__filter-range--to {
    margin-top: 1rem;
    margin-left: 0;
  }
}

.search-filters__filter-range-label {
  grid-row: 1/span 1;
  grid-column: 1/span 2;
  justify-self: start;
  margin: 0;
  font-size: 1rem;
}

.search-filters__filter-range-currency {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  margin-right: 4px;
}

.search-filters__filter-title {
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
  pointer-events: none;
}

.search-filters__filter-icon-wrapper {
  position: relative;
  width: rem(8px);
  height: rem(8px);
  margin: 0 4px;
  outline: none;
}

.search-filters__filter-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  margin-top: -3px;
  transform: translateX(-50%);
}

.search-filters__filter-list-item {
  display: flex;
  align-items: center;
  margin-top: 12px;
  font-size: 1rem;
}
.search-filters__filter-list-item:first-child {
  margin-top: 0;
}

.search-filters__filter-link {
  display: flex;
  align-items: center;
  padding: rem(3px);
  margin: 0;
  font-size: var(--font-size-body-small);
  line-height: 1.15;
  color: currentColor;
  text-decoration: none;
}
.search-filters__filter-link[data-disabled] {
  cursor: default;
  opacity: 50%;
}
.search-filters__filter-link[data-disabled]:hover {
  color: currentColor;
}
.modal .search-filters__filter-link {
  width: 100%;
  padding: 4px;
}

.search-filters__filter-list-item-text {
  display: inline-block;
  padding: rem(3px);
  margin: 0;
  line-height: 1.15;
  color: currentColor;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
}
[data-disabled] .search-filters__filter-list-item-text {
  cursor: default;
}

.search-page__filters--active {
  margin-top: 20px;
}

.static-search .active-filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 20px 0;
  list-style-type: none;
}
.static-search .active-filter-group__item-wrapper {
  display: inline-block;
  margin: 0;
}
.static-search .active-filter-group__item-wrapper .active-filter-group__item {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 12px 6px 0;
  color: #8b1026;
  cursor: pointer;
  border-bottom: 1px solid #8b1026;
}
.static-search .active-filter-group__item-wrapper .active-filter-group__item--clear {
  border-bottom: 1px solid #6c5b6b;
}
@media (max-width: 480px) {
  .static-search .active-filter-group__item-wrapper .active-filter-group__item--clear .active-filter-text {
    margin-top: 0;
  }
}
.static-search .active-filter-group__item-wrapper .filter-icon--remove {
  padding: 4px;
  border-radius: 100%;
}
.static-search .active-filter-group__item-wrapper .filter-icon--remove svg {
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
}
.static-search .active-filter-group__item-wrapper .filter-icon--remove path {
  stroke-width: 1px;
}
.static-search .filter-text,
.static-search .filter-icon--checkbox {
  display: inline-block;
  vertical-align: middle;
}


  
  
.sharethis {
  position: relative;
  display: flex;
  align-self: flex-start;
}

.sharethis-trigger {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  padding: 0;
  color: #311d35;
  text-align: left;
  cursor: pointer;
  background: none;
  border: 0;
  outline: inherit;
}
.sharethis-trigger:hover {
  color: 










#36203b




;
}
.sharethis-trigger:hover .svg-icon {
  color: 










#36203b




;
}
.sharethis-trigger:focus {
  outline: auto 5px -webkit-focus-ring-color;
}
@media (max-width: 719px) {
  .sharethis-trigger {
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }
}

.sharethis-modal {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  bottom: 100%;
  left: 50%;
  z-index: 2;
  display: none;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 21px 13px;
  background-color: #f6ede8;
  border: 1px solid #ebebeb;
  transform: translate(-50%, 10px);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
}
.sharethis-modal.animating, .sharethis-modal.visible {
  display: flex;
}
.sharethis-modal.animating-in, .sharethis-modal.animating-out {
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.sharethis-modal.visible {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  transform: translate(-50%, 0);
}
.sharethis-modal.sharethis-right-aligned {
  right: 0;
  left: auto;
  transform: translate(0, 10px);
}
.sharethis-modal.sharethis-right-aligned.visible {
  transform: translate(0, 0);
}
.sharethis-modal.sharethis-left-aligned {
  right: auto;
  left: 0;
  transform: translate(0, 10px);
}
.sharethis-modal.sharethis-left-aligned.visible {
  transform: translate(0, 0);
}

.sharethis-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 18px;
  margin: 0 7px;
  color: #311d35;
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.sharethis-link svg {
  display: block;
  width: auto;
  height: 18px;
}

.sharethis-email svg {
  height: 16px;
}

.sidebar-drawer-container {
  --sidebar-drawer-right-gutter: 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: background-color 350ms cubic-bezier(0.4, 0, 0.2, 1);
}
.sidebar-drawer-container[data-sidebar-drawer-animation] {
  display: block;
}
.sidebar-drawer-container[data-sidebar-drawer-animation-state=open] {
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
}
.sidebar-drawer-container[data-sidebar-drawer-animation-state=open] .sidebar-drawer {
  transform: translateX(0);
}

.sidebar-drawer {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 350px;
  height: 100%;
  padding: 0 0 20px 20px;
  background-color: #f6ede8;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 350ms cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(100%);
}

.sidebar-drawer__header-container {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  position: relative;
  padding: 18px 18px 16px;
  margin-right: var(--sidebar-drawer-right-gutter);
  font-size: 12px;
  color: #8b1026;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
}

.sidebar-drawer__header-close {
  position: absolute;
  top: 50%;
  right: -3px;
  width: 26px;
  height: 26px;
  padding: 7px;
  color: #8b1026;
  cursor: pointer;
  background: transparent;
  border: none;
  transform: translateY(-50%);
}
.sidebar-drawer__header-close svg {
  display: block;
  width: 100%;
  height: 100%;
}

.sidebar-drawer__content {
  display: flex;
  flex-direction: column;
  overflow: auto;
}

.cart-shipping-calculator {
  display: flex;
  width: 100%;
  margin-top: 45px;
}
@media (max-width: 719px) {
  .cart-shipping-calculator {
    flex-wrap: wrap;
    margin-top: 35px;
  }
}
.no-js .cart-shipping-calculator {
  display: none;
}

.cart-shipping-calculator-column {
  display: flex;
  align-self: flex-start;
  flex-wrap: wrap;
  max-width: 370px;
}
@media (max-width: 719px) {
  .cart-shipping-calculator-column {
    max-width: none;
  }
  .cart-shipping-calculator-column:not(:first-child) {
    margin-top: 35px;
  }
}
.cart-shipping-calculator-column.wrapper-response {
  margin-left: 40px;
}
@media (max-width: 719px) {
  .cart-shipping-calculator-column.wrapper-response {
    margin-left: 0;
  }
}

.cart-shipping-calculator-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  font-size: 14px;
}
.cart-shipping-calculator-row:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 719px) {
  .cart-shipping-calculator-row {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.cart-shipping-calculator-select-wrapper {
  position: relative;
}

.cart-shipping-calculator-select {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  padding: 14px 42px 14px 14px;
  line-height: 14px;
  background: none;
  -webkit-appearance: none;
          appearance: none;
}

.cart-shipping-calculator-select-icon {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 12px;
  pointer-events: none;
  transform: translateY(-50%);
}
.cart-shipping-calculator-select-icon svg {
  display: block;
  width: 100%;
}

.cart-shipping-calculator-label {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  text-align: right;
}
@media (max-width: 719px) {
  .cart-shipping-calculator-label {
    text-align: left;
  }
}

.cart-shipping-calculator-select-wrapper,
.cart-shipping-calculator-input,
.cart-shipping-calculator-button {
  flex-shrink: 0;
  width: 269px;
  margin-left: 12px;
}
@media (max-width: 719px) {
  .cart-shipping-calculator-select-wrapper,
.cart-shipping-calculator-input,
.cart-shipping-calculator-button {
    width: 100%;
    margin-top: 12px;
    margin-left: 0;
  }
}

.shipping-rates {
  margin-left: 25px;
  list-style: disc;
}

.cart-wrapper-response {
  font-family: Garamond,Baskerville, Caslon, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
}
.cart-wrapper-response > p:first-child {
  margin-top: 0;
}
.cart-wrapper-response > p:last-child {
  margin-bottom: 0;
}
  
  
  
  
  
  
  
  
/* *********  Style new  *********** */
  
  
  
html,
button,
input,
select,
textarea {
  font-family: 'Cormorant Garamond', serif;
}
.content-area{
  max-width:1200px;
}
.button{
  width:max-content;
  height:29px;
  font-size: 17px;
  line-height:29px;
  font-weight: 700;
  color:#ffffff;
  background:#8B1026;
  border-radius:13px;
  padding:4px 18px;
  text-transform: uppercase;
}
.section-title{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:40px;
  line-height: 48px;
  color: #92001A;
  margin-bottom: 5px; 
  letter-spacing:-1px;
  font-family: 'Cormorant Garamond', serif;
}
.section-undertitle{
  width: 100%;
  margin: 0;
  font-size: 22px;
  line-height: 23px;
  text-transform: inherit;
  letter-spacing:0px;
  color: #8B1026;
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
}
.centering-wrapper{
  top: initial;
  right: initial;
  left: initial;
  bottom: initial;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 56px;
}  
  
.picture-block-content p{
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 23.5px;
}
.picture-block-body{
  color: #000000;
}
.picture-block-content p br{
  display:none;
}
.picture-block-content .picture-block-heading br:nth-child(1){
  display:none;
}
.picture-block-content .picture-block-undertitle br:nth-child(1){
  display:none;
}
.main-header-wrap .main-header{
  background: #FFF8F4;
}
.social-links:before{
  display: none;
}
.home-section.picture-block{
  max-width: 1166px;
  margin: 0 auto;
}
  
/* Home Header */
  
.main-header nav.full .nav-item>.label, .main-header nav.full .nav-item>details .label{
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;	
}
.main-header--minimal:not(.main-header--centered) .store-title{
  padding: 0px;
}
.header-minimal {
  min-height: 102px;
  padding-left: 33px;
}
.picture-block{
  background: #FFF8F4;
}
.main-header .social-links .social-link{
  margin-left: 8px;
}
.main-header nav.full .nav-item.first{
/*    display: none; */
}
.main-header .social-links .social-link .svg-icon{
  width: 15px;
  height: 15px;
}
.main-header--minimal .main-header nav.full.compress .nav-item>.label{
  padding: 24px;
  font-weight: 600;
  font-family: 'Cormorant Garamond', serif;
}
.main-header--minimal .main-header nav.full.compress .nav-item > .label, .main-header--minimal .main-header nav.full.compress .nav-item > details .label{
  font-weight: 600;
  font-family: 'Cormorant Garamond', serif;
}
.main-header .main-header--nav-links:first-child{
  padding: 0px 0px 0px 15px;
}
.mobile-dropdown .mobile-dropdown--wrapper{
  background: #F6EDE8;
}
.mobile-dropdown .list.primary{
  background: #F6EDE8;
}
.main-header .mobile-dropdown .social-links .social-link{
  color: #3D2541;
}
.mobile-dropdown .mobile-dropdown--close .icon-close{
  color: #3d2541;
}
.main-header--minimal:not(.main-header--centered) .store-title{
  padding-top: 8px;  
}  
/*  Head Fixed  */
.page-body-content{
  padding-top: 123px;
}
  
#SearchDrawer {
  z-index:9000;
}

#shopify-section-static-header {
  position: fixed;
  z-index:8999;
  left:0;
  right:0;
  -webkit-box-shadow:0px 2px 4px 0px rgba(0,0,0,.1);
  -moz-box-shadow:0px 2px 4px 0px rgba(0,0,0,.1);
  -ms-box-shadow:0px 2px 4px 0px rgba(0,0,0,.1);
  -o-box-shadow:0px 2px 4px 0px rgba(0,0,0,.1);
  box-shadow:0px 2px 4px 0px rgba(0,0,0,.1);
  background-color: ;
}

#PageContainer {
  padding-top: 80px;
}
.main-header .ls-form {
  padding: 9px;
}
.main-header .ls-form .ls-input{
  background: none;
}
  
@media screen and (max-width: 749px) {
  #PageContainer {
    padding-top: 70px;
  }
}
  
/*   
.mobile-dropdown .mobile-dropdown--wrapper {
  transform: translateY(-100%);
}
.mobile-dropdown.active .mobile-dropdown--wrapper {
  transform: translateY(0);
} */
  .mobile-dropdown{
    z-index: 9000; 
  }
  .mobile-dropdown .mobile-dropdown--wrapper{
    justify-content: flex-start;
  }
  .mobile-dropdown .mobile-dropdown--content{
    height: auto;
  }
  .mobile-dropdown .list .list-item a{
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    padding: 7.5px;
    letter-spacing: 1.93px;
    color: #8B1026;
    font-family: 'Cormorant Garamond', serif;
  }
  .mobile-menu-link{
    display:none;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #8B1026;
    margin-left: 10px;
/*     margin-bottom: 8px; */
    letter-spacing: 1.93px;
  }
  .mobile-dropdown.active .mobile-menu-link{
    display: block;
  }
  .mobile-dropdown.active .social-links{
    flex-direction: column;
    padding: 40px 18px 20px;
  }
  .mobile-dropdown.active .social-links .social-link{
    display: flex;
    align-items: center;  
    margin-left: 0px;
    margin-bottom: 10px;
    width: 50%;
  }
  
  .mobile-dropdown .mobile-dropdown--tools{
    padding: 14px 14px;
    height:110px;
  }
  .mobile-dropdown .mobile-dropdown--close .icon-close{
    width: 18px;
    height: 18px;
  }
.header-mobile-email__container{
  width: 100%;
  padding: 20px 10px;
  order:1;
}
.header-mobile-email__container .newsletter-wrap input{
  border-radius: 6px;
  color: #FFF8F4;
  transition: 0.3s;
}
.header-mobile-email__container .newsletter-wrap .email::placeholder{
    color: #8B1026;
}
.header-mobile-email__container .newsletter-wrap .email:active,
.header-mobile-email__container .newsletter-wrap .email:focus{
    border: 1px solid #8B1026;
    color:#8B1026;
    transition: 0.3s;
}
  
/* Home  slideshow-1  */
  
#shopify-section-template--15769957761236__dynamic-slideshow-1{
/* 	margin-bottom: 92px; */
}
#shopify-section-template--15769957761236__dynamic-slideshow-1 .content-inner-wrap.bottom{
  bottom: 54px;
}
#shopify-section-template--15769957761236__dynamic-slideshow-1 .call-to-action{
  padding: 4px 15px 4px;
  border-radius: 13px;
  font-size: 17px;
  line-height: 21px;
  color: #FFF8F4;
  height: 29px;
}
@media(max-width: 1275px){
.main-header--minimal .main-header nav.full.compress .nav-item>.label{
  padding: 10px;
}
}
@media(max-width: 1024px){
  .centering-wrapper{
    position: relative;
  }
  #shopify-section-template--15769957761236__dynamic-slideshow-1{
  margin-bottom: 0px;
  }
  .picture-block-wrapper{
    width: 100%!important;
  }
}
  @media(max-width:719px){
    .template-index #shopify-section-template--15769957761236__dynamic-slideshow-1 .slide img{
      object-position: 62% 0;
    }
  }
@media(max-width: 959px){
  .main-header nav.full .nav-item.first{
    display: block;
  }
}
/*   New home video slider */
/*   #shopify-section-template--15769957761236__165226291453f1b506 */
#shopify-section-template--15769957761236__165226291453f1b506 .content-inner-wrap.bottom{
  bottom: 54px;
}
#shopify-section-template--15769957761236__165226291453f1b506 .call-to-action{
  padding: 4px 15px 4px;
  border-radius: 13px;
  font-size: 17px;
  line-height: 21px;
  color: #FFF8F4;
  height: 29px;
}
@media(max-width: 1024px){
  #shopify-section-template--15769957761236__165226291453f1b506{
  margin-bottom: 0px;
  }
}
@media(max-width:719px){
.template-index #shopify-section-template--15769957761236__165226291453f1b506 .slide img{
    object-position: 62% 0;
  }
}
  
  
/*   Video Home */
/*   shopify-section-template--15769957761236__165222564118a642e1 */
/*   shopify-section-template--15157334245423__165222564118a642e1 */

  #shopify-section-template--15157334245423__165222564118a642e1{
    max-height: 665px;
    background: #FFF8F4;
  }
  
/* Page HOME WHAT MAKES US SPECIAL   */
/*   shopify-section-template--15769957761236__1650287737cba335df */
/*   shopify-section-template--15157334245423__1650287737cba335df */
  
.picture-block-heading{
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #92001A;
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: -0.4px;
}
.picture-block-content{
  text-align: start;
  max-width: 100%;
  z-index: 10;
}
#shopify-section-template--15157334245423__1650287737cba335df{
  padding:92px 0 0 0;
  background:#FFF8F4;
}
#shopify-section-template--15157334245423__1650287737cba335df .content-area{
  padding: 0px;
}
#shopify-section-template--15157334245423__1650287737cba335df .picture-block-heading{
  margin-bottom: 38px;
  max-width: 472px;
/*   min-width:472px; */
}
#shopify-section-template--15157334245423__1650287737cba335df .picture-block-content p{
  max-width: 444px;
}
#shopify-section-template--15157334245423__1650287737cba335df .picture-block-content{
  max-width: 472px;
  width:472px;
  margin-bottom:10px
}
  
#shopify-section-template--15157334245423__1650287737cba335df .centering-wrapper{
  justify-content: flex-start;
  max-height: max-content;
}
#shopify-section-template--15157334245423__1650287737cba335df .picture-block-button-container{
  margin-bottom: 124px;
}
#shopify-section-template--15157334245423__1650287737cba335df .picture-block-button{
  padding: 2px 10px;
  height: 23px;
  font-size: 15px;
  line-height: 18px;
}
.picture-block-content .picture-block-undertitle{
  font-size: 22px;
  line-height: 23px;
  color: #8B1026;
  margin: 0px 0px 7px 0px;
  font-weight: 600;
}
#shopify-section-template--15157334245423__1650287737cba335df .picture-block-image{
  width: 55.5%;
/*   width: 646px; */
}
#shopify-section-template--15157334245423__1650287737cba335df .picture-block-wrapper{
  width: 44.5%;
}
@media (max-width: 1200px) {
  #shopify-section-template--15157334245423__1650287737cba335df .picture-block-heading{
    width: 100%;
    max-width: 100%;
  }
  #shopify-section-template--15157334245423__1650287737cba335df .picture-block-content{
  width: 100%;
  }
}
@media (max-width: 1024px) {
  #shopify-section-template--15157334245423__1650287737cba335df{
    padding: 0px;
  }
  #shopify-section-template--15157334245423__1650287737cba335df .picture-block-content{
    max-width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 40px 28px 10px;
  }
  #shopify-section-template--15157334245423__1650287737cba335df .picture-block-content p{
    max-width: 100%;
  }
  #shopify-section-template--15157334245423__1650287737cba335df .picture-block{
    flex-direction: column-reverse;
    width: 100%;
  }
  #shopify-section-template--15157334245423__1650287737cba335df .picture-block-left .picture-block-image{
    width: 100%;
  }
  #shopify-section-template--15157334245423__1650287737cba335df .picture-block-left .picture-block-image img{
    min-height: 510px;
    max-height: 510px;
    object-fit: cover;
  }
  #shopify-section-template--15157334245423__1650287737cba335df .picture-block-button-container{
    margin: 0 auto;
    margin-bottom: 56px;
  }
  #shopify-section-template--15157334245423__1650287737cba335df .centering-wrapper{
    padding: 0;
  }
  
}  
@media (max-width: 968px) {
  #shopify-section-template--15157334245423__1650287737cba335df .picture-block-heading{
    font-size: 35px;
  }
  
}
  
/* shopify-section-template--15769957761236__16515229189eafd6ec */
/*    shopify-section-template--15157334245423__16515229189eafd6ec */
/*  Home Our Phsyhology  */
  #shopify-section-template--15157334245423__16515229189eafd6ec{
    background:#F6EDE8 ;
  }
  #shopify-section-template--15157334245423__16515229189eafd6ec .centering-wrapper{
    padding:100px 119px 0 100px;
  }
  #shopify-section-template--15157334245423__16515229189eafd6ec .home-section.picture-block{
    max-width: 100%;
    width: 100%;
    padding: 76px 0 101px;
    background: none;
    display: flex;
    align-items: center;
  }
  #shopify-section-template--15157334245423__16515229189eafd6ec .picture-block-wrapper{
    width: 50%;	
    min-height: 650px;
    background: #FFF8F4;
  }
  #shopify-section-template--15157334245423__16515229189eafd6ec .picture-block-heading{
    margin-bottom: 0px;
  }
  #shopify-section-template--15157334245423__16515229189eafd6ec .picture-block-undertitle{
    margin-bottom: 30px;
/*     text-align: center; */
  }
  #shopify-section-template--15157334245423__16515229189eafd6ec .picture-block-image{
    z-index: 50;
    right: 0;
    max-height: 510px;
  }
  #shopify-section-template--15157334245423__16515229189eafd6ec .picture-block-image img{
    min-height: 510px;
/*     max-height: 510px; */
    object-fit: cover;
    object-position: top;
    transform: translate(0, -20%);
  }
  @media(max-width: 1024px){
    #shopify-section-template--15157334245423__16515229189eafd6ec .picture-block-wrapper{
      min-height: auto;
    }
    #shopify-section-template--15157334245423__16515229189eafd6ec .home-section.picture-block{
      flex-direction: column;
      padding: 0;
    }
    #shopify-section-template--15157334245423__16515229189eafd6ec .picture-block-image{
      width: 100%;
    }
    #shopify-section-template--15157334245423__16515229189eafd6ec .centering-wrapper{
      padding: 48px 28px 17px;
    }
  }
  @media(max-width: 700px){
    #shopify-section-template--15157334245423__16515229189eafd6ec .home-section.picture-block{
      flex-direction: column-reverse;
    }
    #shopify-section-template--15157334245423__16515229189eafd6ec .picture-block-image img{
      min-height: 510px;
      max-height: 510px;
      object-fit: cover;
      object-position: top;
    }
    #shopify-section-template--15157334245423__16515229189eafd6ec .picture-block-heading{
      margin-bottom: 18px;
    }
  }
  @media(max-width: 500px){
    #shopify-section-template--15157334245423__16515229189eafd6ec .picture-block-image img{
      transform: translate(0, 0);
    }
  }
  
  
/*  Our Passion  */
  
/*   shopify-section-template--15769957761236__1651524325f5b05f29 */
/*   shopify-section-template--15157334245423__1651524325f5b05f29  */
  
  
  #shopify-section-template--15157334245423__1651524325f5b05f29{
    background: #F6EDE8;
    padding:64px 0px 58px;
  }
  #shopify-section-template--15157334245423__1651524325f5b05f29 .home-section.picture-block{
    background: #F6EDE8;
    display: flex;
    align-items: center;
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  #shopify-section-template--15157334245423__1651524325f5b05f29 .picture-block-wrapper{
    background: #FFF8F4;
    height: 396px;
    width: 50%;	
  }
  
/*    */

  #shopify-section-template--15157334245423__1651524325f5b05f29 .centering-wrapper{
    padding:7% 0px  71px 100px;
  }
  #shopify-section-template--15157334245423__1651524325f5b05f29 .picture-block-content{
/*     max-width:388px; */
  }
  #shopify-section-template--15157334245423__1651524325f5b05f29 .picture-block-content p{
    margin:0px;
    max-width:388px;
  }
  #shopify-section-template--15157334245423__1651524325f5b05f29 .picture-block-heading{
    margin-bottom: 30px;
  }
  #shopify-section-template--15157334245423__1651524325f5b05f29 .picture-block-image{
    z-index: 50;
    right: 0;
    max-height: 559px;
  }
  #shopify-section-template--15157334245423__1651524325f5b05f29 .picture-block-image img{
/*     min-height: 510px; */
    max-height: 559px;
    object-fit: cover;
    object-position: left;
  }
  @media(max-width: 1300px){
    #shopify-section-template--15157334245423__1651524325f5b05f29 .picture-block-wrapper{
      height: 350px;
    }
    #shopify-section-template--15157334245423__1651524325f5b05f29 .picture-block-heading{
      margin-bottom: 10px;
    }
    
  }
  @media(max-width: 1024px){
    #shopify-section-template--15157334245423__1651524325f5b05f29{
      padding: 0px;
      margin-bottom: 73px;
    }
    #shopify-section-template--15157334245423__1651524325f5b05f29 .picture-block-wrapper{
      height: auto;
    }
    #shopify-section-template--15157334245423__1651524325f5b05f29 .home-section.picture-block{
      flex-direction: column;
      padding: 0;
    }
    #shopify-section-template--15157334245423__1651524325f5b05f29 .picture-block-image{
      width: 100%;
    }
    #shopify-section-template--15157334245423__1651524325f5b05f29 .picture-block-image img{
      max-height: 510px;
    }
    #shopify-section-template--15157334245423__1651524325f5b05f29 .centering-wrapper{
      padding:31px 28px 37px;
    }
    #shopify-section-template--15157334245423__1651524325f5b05f29 .picture-block-content p{
      max-width:100%;
    }
  }
  @media(max-width: 700px){
    #shopify-section-template--15157334245423__1651524325f5b05f29 .home-section.picture-block{
      flex-direction: column-reverse;
    }
  }
  
  
  
  
  
  
/* HOME OUR HERITAGE AND VALUES */
/*   shopify-section-template--15769957761236__1650293806c7fa3e76 */
/*   shopify-section-template--15157334245423__1650293806c7fa3e76 */
  
#shopify-section-template--15157334245423__1650293806c7fa3e76{
  background: #FFF8F4;
}
#shopify-section-template--15157334245423__1650293806c7fa3e76 .logo-list-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom:62px;
}
  
#shopify-section-template--15157334245423__1650293806c7fa3e76 .home-section{
  padding-top: 101px;
  margin-top: 0px;
}
#shopify-section-template--15157334245423__1650293806c7fa3e76 .home-section>.section-title{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:40px;
  line-height: 48px;
  font-weight: 600;
  color: #92001A;
  margin-bottom: 5px; 
  padding: 0 28px;
}
#shopify-section-template--15157334245423__1650293806c7fa3e76 .home-section>.section-title br{
  display: none;
}
#shopify-section-template--15157334245423__1650293806c7fa3e76 .home-section>.logoundertitle{
  width: 100%!important;
  margin: 0;
  font-size: 22px;
  line-height: 23px;
  text-transform: inherit;
  margin-bottom:65px;
  letter-spacing:0px;
}
#shopify-section-template--15157334245423__1650293806c7fa3e76 .home-section>.logoundertitle br{
  display: none;
}
#shopify-section-template--15157334245423__1650293806c7fa3e76 .logo-list-item{
  padding: 7.5px 6.5px
}
#shopify-section-template--15157334245423__1650293806c7fa3e76 .rows-of-3 .logo-list-item{
  width: auto;
}
.logo-list-title-line{
  width:70px;
  height: 6px;
  border-top:1px solid #707070;
  border-bottom:1px solid #707070;
  display: inline-block;
  margin: 0 5%;
}
#shopify-section-template--15157334245423__1650293806c7fa3e76 .logo-list-item .logo-list-item-wrap{
  max-width:380px;
  position: relative;
  overflow: hidden;
}
#shopify-section-template--15157334245423__1650293806c7fa3e76 .logo-list-item img{
  width:380px;  
  margin-right:13px;
  z-index: 5;
}
.our-heritage-name-container{
  display: flex;
  max-width: 380px;
  margin: 0 auto;
  z-index: 10;
}
.our-heritage-name-block{
  width: 100%;
  max-width: 380px;
  height: 73px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  bottom: 0px;
  z-index: 10;
}
.our-heritage-name-block p{
  margin:0;
}
.our-heritage-name-block .our-heritage-year{
  font-size:22px;
  line-height: 29px;
  color: #8B1026;
  font-weight: 600;
}
  .our-heritage-name-block .our-heritage-name{
  font-size:16px;
  line-height: 16px;
  text-transform: uppercase;
}
.our-heritage-under-block{
  width: 100%;
  max-width: 380px;
  height: 73px;
  background: #EBDBD7;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}
.our-heritage-underitem{
  font-size: 20px;
  line-height: 23.25px;
  color: #8B1026;
  margin: 0px;
  font-weight: 600;
}  
.our-heritage-underitem-mobile{
  font-size: 20px;
  color: #FFF8F4;
  line-height: 23.25px;
  margin: 0px 0px 37px 0px;
}  
.our-heritage-item-hover-block{
  width: 100%;
  height: 450px;
  background: #8B1026;
  transform: translateX(0) translateY(100%);
  transition: all 0.7s ease-in-out;
  transition-delay: 0.3s;
  padding: 37px 26px 26px;
  position: absolute;
  z-index:15;
}
.our-heritage-item-hover-text{
  font-size: 18px;
  color: #FFF8F4;
  font-size: 15.5px;
  line-height: 23.25px;
  font-weight: 400;
  margin:0;
}
.logo-list-item-wrap:hover .our-heritage-item-hover-block{
  transform: translateX(0) translateY(0%);
  transition: all 0.6s ease-in-out;
}
.our-heritage-item-photo-line{
  width:100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  background-image: url(https://cdn.shopify.com/s/files/1/0633/2452/0660/files/home-line.png?v=1650371959);
  background-repeat: no-repeat;
  background-size: auto;
  
}
.logo-list-button-container{
  width:100%;
  height:29px;
  margin-bottom: 74px;
}
.logo-list-button{
  width: 300px;
  height: 52px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-transform: capitalize;
}
#shopify-section-template--15157334245423__1650293806c7fa3e76  .slick-dots{ 
  bottom:450px;
}
#shopify-section-template--15157334245423__1650293806c7fa3e76  .slick-dots li button:before{
  font-size: 20px;
  color: #FFFFFF;
  opacity: 1;
}
#shopify-section-template--15157334245423__1650293806c7fa3e76 .slick-dots li.slick-active button:before{
  color: #707070;
  opacity: 1;
}
#shopify-section-template--15157334245423__1650293806c7fa3e76 .content-area{
  width: 98%;
  max-width:100%; 
}
  @media(max-width:1024px){
    #shopify-section-template--15157334245423__1650293806c7fa3e76{
      background: none;
    }
    #shopify-section-template--15157334245423__1650293806c7fa3e76 .home-section{
      overflow: hidden;
    }
    #shopify-section-template--15157334245423__1650293806c7fa3e76 .home-section>.logoundertitle{
      margin-bottom: 29px;
      padding: 0 38px;
    }
    #shopify-section-template--15157334245423__1650293806c7fa3e76 .logo-list-container{
      width: 100%;
      margin: 0px auto;
      margin-bottom: 30px;
    }
    #shopify-section-template--15157334245423__1650293806c7fa3e76 .content-area{
      padding: 51px 0px 0px 0px;
      width: 100%;
      max-width:100%; 
    }
    
  }
@media(max-width:859px){
  #shopify-section-template--15157334245423__1650293806c7fa3e76 .content-area{
      padding: 0px;
    }
  #shopify-section-template--15157334245423__1650293806c7fa3e76 .logo-list-item .logo-list-item-wrap{
    display: flex;
    flex-direction: column-reverse;
  }
  .our-heritage-item-hover-block{
    height: 375px;
    position: relative;
    transform: translate(0) translateY(0);
  }
  #shopify-section-template--15157334245423__1650293806c7fa3e76 .logo-list-item img{
    margin-right:0px;
  }
  #shopify-section-template--15157334245423__1650293806c7fa3e76 .logo-list-item{
      padding: 0px;
  }
  #shopify-section-template--15157334245423__1650293806c7fa3e76 .our-heritage-name-block{
    position: absolute;
    background: #FFF8F4;
    height: 143px;
  }
  #shopify-section-template--15157334245423__1650293806c7fa3e76 .slick-slide[data-slick-index="5"] .our-heritage-name-block:first-of-type{
    position: absolute;
    right: 50%;
    width: 191px;
    z-index:10;
  }
  #shopify-section-template--15157334245423__1650293806c7fa3e76 .slick-slide[data-slick-index="5"] .our-heritage-name-block:last-of-type{
    position: absolute;
    left:50%;
    width: 190px;
  }
  .logo-list-title-line{
    /* display: none; */
  }
  #shopify-section-template--15157334245423__1650293806c7fa3e76 .home-section>.section-title{
/*     width: 50%; */
/*     margin: 0 auto; */
    text-align: center;
    margin-bottom: 0;
    padding: 51px 28px 18px;
    background: #FFF8F4;
  }
  .our-heritage-name-container{
    height: 58px;
  }
  .our-heritage-name-block{
    max-width: 381px;
    height: 103px;
    bottom: -30px;
  }
  #shopify-section-template--15157334245423__1650293806c7fa3e76  .our-heritage-under-block{
  opacity: 0;
  }
  #shopify-section-template--15157334245423__1650293806c7fa3e76 .rows-of-3 .logo-list-item{
    background: #FFF8F4;
  }
  #shopify-section-template--15157334245423__1650293806c7fa3e76 .home-section>.section-title br{
    display: block;
  }
  #shopify-section-template--15157334245423__1650293806c7fa3e76 .home-section>.section-title br:nth-child(2){
    display: none;
  }
  #shopify-section-template--15157334245423__1650293806c7fa3e76 .home-section>.logoundertitle{
    background: #FFF8F4;
    margin-bottom: 0;
    padding: 0 38px 10px;
  }
  #shopify-section-template--15157334245423__1650293806c7fa3e76 .home-section>.logoundertitle br{
    display: block;
  }
  #shopify-section-template--15157334245423__1650293806c7fa3e76 .home-section>.logoundertitle br:nth-child(1){
    display: none;
  }
  .our-heritage-item-hover-text{
    line-height:20px;
  }
  .our-heritage-underitem-mobile{
    line-height: 20px;
    margin: 0px 0px 15px 0px;
  }
}
  @media(max-width:700px){
    #shopify-section-template--15157334245423__1650293806c7fa3e76 .home-section>.logoundertitle{
      text-align: center;
      padding: 0 28px;
      font-size: 20px;
      line-height: 23px;
    }
  }
  #shopify-section-template--15157334245423__1650293806c7fa3e76{
    background: #F6EDE8;
  }
  
  /*NEW HOME Shop  */
  
/*   shopify-section-template--15769957761236__1651529088dbcf41dd */
/*   shopify-section-template--15157334245423__1651529088dbcf41dd */
  
  #shopify-section-template--15157334245423__1651529088dbcf41dd .home-section{
    margin-top: 0px;
    padding: 61px 0px 30px;
  }
  #shopify-section-template--15157334245423__1651529088dbcf41dd .section-undertitle{
    margin-bottom: 61px;
  }
  #shopify-section-template--15157334245423__1651529088dbcf41dd .logo-list-item{
    width: 50%;
  }
  #shopify-section-template--15157334245423__1651529088dbcf41dd .logo-list-item img{
    width: 100%;
  }
  #shopify-section-template--15157334245423__1651529088dbcf41dd .logo-list-item .logo-list-item-wrap{
    max-width: 100%;
  }
  #shopify-section-template--15157334245423__1651529088dbcf41dd .our-range-title-block{
    width: auto;
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
  }
  #shopify-section-template--15157334245423__1651529088dbcf41dd .our-range-title{
/*     font-size: 22px; 
    line-height:23px;
    color: #92001A;
    text-align: center;
    font-weight: 600; */
  }
  @media(max-width:1024px){
    #shopify-section-template--15157334245423__1651529088dbcf41dd{
      background: #FFF8F4;
    }
  }
  @media (max-width: 719px){
    #shopify-section-template--15157334245423__1651529088dbcf41dd .logo-list-item,
    .rows-of-3 .logo-list-container .logo-list-item{
      width: 100%;
      padding: 20px 20px;
    }
} 

/* #shopify-section-template--15769957761236__1650318678113a2470 .product-list .product.product-card-alt{
  max-width: 570px;
}
#shopify-section-template--15769957761236__1650318678113a2470 .product-item__price{
  display:none;
}
.product-card-footer, .product-card-footer-mobile {
    margin-top: 0px;
}
#shopify-section-template--15769957761236__1650318678113a2470 .home-section{
  margin-top: 0px;
}
#shopify-section-template--15769957761236__1650318678113a2470 .home-section.has-heading{
  padding-top: 61px;
  padding-bottom: 79px;
}
#shopify-section-template--15769957761236__1650318678113a2470 .section-undertitle{
margin-bottom: 61px;
}
@media (max-width: 600px) {
  #shopify-section-template--15769957761236__1650318678113a2470 .product-list{
    justify-content: center;
  } 
  #shopify-section-template--15769957761236__1650318678113a2470 .product-list .product{
    width:100%
  }  
  #shopify-section-template--15769957761236__1650318678113a2470 .product-card-details{
    background:#8B1026;
    height: 41px;
    display: flex;
    align-items: center;
    
  }
  #shopify-section-template--15769957761236__1650318678113a2470 .product-card-details .title a{
    color: #FFF8F4;
    padding-left: 24px;
  }
  #shopify-section-template--15769957761236__1650318678113a2470 .product{
    margin-bottom: 52px;
  }
} */





/* ***** Page Product ***** */
  .product-area{
    margin: 0 0 100px;
  }
  .product-gallery--viewport--figure{
    width: 400px;
  }
  
  
  
/* ***** Page Personalisation ***** */
  #shopify-section-template--15157334245423__16515229189eafd6ec .picture-block-wrapper-back,
  #shopify-section-template--15909876269268__1650404862e2a01ce2 .picture-block-wrapper-back,
  #shopify-section-template--15157333688367__16504054916f580f2b .picture-block-wrapper-back,
  #shopify-section-template--15157333688367__16504055004423e4ea .picture-block-wrapper-back,
  #shopify-section-template--15157333622831__1650404862e2a01ce2 .picture-block-wrapper-back,
  #shopify-section-template--15911808663764__165040539946ffa1ad .picture-block-wrapper-back{
    min-height: 100%;
    width: 100px;
    position: absolute;
    background: #FFF8F4;
    top:0;
    right: -8%;
    z-index: 1;
  }
  @media(max-width: 1024px){
    .picture-block-wrapper-back{
      display:none;
    }
  }
  
  #shopify-section-template--15157334245423__16515229189eafd6ec .picture-block-undertitle,
  #shopify-section-template--15909876269268__1650404862e2a01ce2 .picture-block-undertitle,
  #shopify-section-template--15909876269268__165040539946ffa1ad .picture-block-undertitle,
  #shopify-section-template--15157333688367__16504054916f580f2b .picture-block-undertitle,
  #shopify-section-template--15909876269268__1650405497b522ed45 .picture-block-undertitle,
  #shopify-section-template--15157333688367__16504055004423e4ea .picture-block-undertitle,
  #shopify-section-template--15909876269268__165040551861de6768 .picture-block-undertitle{
    font-size:33px;
    line-height: 40px;
  }
  
  .content-inner-wrap .title{
    font-size: 60px!important;
    line-height: 72px;
    text-shadow: 5px 5px 40px #000000;
  }
  
/*  Page Personalisation Slider Header   */
/*   shopify-section-template--15909876269268__1647939695d1602aab */
/*   shopify-section-template--15157333688367__1647939695d1602aab */
  
  #shopify-section-template--15157333688367__1647939695d1602aab .image-wrap img{
    max-height: 665px;
    object-position: center 65%;
  }
  @media(max-width:1200px){
    #shopify-section-template--15157333688367__1647939695d1602aab .image-wrap img{
      object-position: center;
    }
  }
  
  
/*   BESPOKE SKINCARE   */
  
/*   
  #shopify-section-template--15909876269268__165040539946ffa1ad .picture-block-wrapper .picture-block-content .picture-block-heading{
    margin-bottom: 10px;
  }
  #shopify-section-template--15909876269268__165040539946ffa1ad .home-section.picture-block{
    padding: 92px 0 129px;
  }
    
  #shopify-section-template--15909876269268__165040539946ffa1ad .picture-block-image{
    width: 58.5%;
    margin-left:17px:	
  }
  #shopify-section-template--15909876269268__165040539946ffa1ad .picture-block-image img{
    min-height: 510px;
    object-fit: cover;
  }
  #shopify-section-template--15909876269268__165040539946ffa1ad .picture-block-wrapper{
    display: flex;
    align-items: center;
  }
  @media(max-width: 1024px){
    #shopify-section-template--15909876269268__165040539946ffa1ad .home-section.picture-block{
      padding: 0;
    }
    #shopify-section-template--15909876269268__165040539946ffa1ad .picture-block{
      width: 100%;
      flex-direction: column-reverse;
      background:#F6EDE8;
    }
    #shopify-section-template--15909876269268__165040539946ffa1ad .picture-block-image{
      max-height: 600px;
      width: 100%;
    }
    #shopify-section-template--15909876269268__165040539946ffa1ad  .centering-wrapper{
      padding: 40px 28px;
    }
  }
  
  
/*  Our Exclusivity  */ */
/*   shopify-section-template--15909876269268__16504054916f580f2b */
/*   shopify-section-template--15157333688367__16504054916f580f2b */
  
  #shopify-section-template--15157333688367__16504054916f580f2b{
    background:#F6EDE8 ;
  }
  #shopify-section-template--15157333688367__16504054916f580f2b .centering-wrapper{
    padding:72px 119px 0 100px;
  }
  #shopify-section-template--15157333688367__16504054916f580f2b .home-section.picture-block{
    max-width: 100%;
    width: 100%;
    padding: 76px 0 101px;
    background: none;
    display: flex;
    align-items: center;
  }
  #shopify-section-template--15157333688367__16504054916f580f2b .picture-block-wrapper{
    width: 50%;	
    min-height: 650px;
    background: #FFF8F4;
  }
  #shopify-section-template--15157333688367__16504054916f580f2b .picture-block-wrapper .picture-block-content .picture-block-heading{
    margin-bottom: 0px;
  }
  #shopify-section-template--15157333688367__16504054916f580f2b .picture-block-wrapper .picture-block-content .picture-block-undertitle{
    margin-bottom: 27px;
  }
  #shopify-section-template--15157333688367__16504054916f580f2b .picture-block-image{
    z-index: 50;
    right: 0;
    max-height: 510px;
  }
  #shopify-section-template--15157333688367__16504054916f580f2b .picture-block-image img{
    max-height: 510px;
    object-fit: cover;
  }
  
  @media(max-width: 1200px){
    #shopify-section-template--15157333688367__16504054916f580f2b .centering-wrapper{
      padding:72px 36px 26px 100px;
    }
  }
  @media(max-width: 1024px){
    #shopify-section-template--15157333688367__16504054916f580f2b .home-section.picture-block{
      padding: 0;
      display: flex;
      flex-direction: column;
    }
    #shopify-section-template--15157333688367__16504054916f580f2b .picture-block-wrapper{
      min-height: auto;
    }
    #shopify-section-template--15157333688367__16504054916f580f2b .centering-wrapper{
      padding:45px 28px 42px ;
    }
    #shopify-section-template--15157333688367__16504054916f580f2b .picture-block-image{	
      width: 100%;
    }
    #shopify-section-template--15157333688367__16504054916f580f2b .picture-block-image img{
      min-height: 510px;
    }
  }
  @media(max-width: 700px){
    #shopify-section-template--15157333688367__16504054916f580f2b .home-section.picture-block{
      flex-direction: column-reverse;
    }
    #shopify-section-template--15157333688367__16504054916f580f2b .picture-block-wrapper .picture-block-content .picture-block-heading{
    margin-bottom: 18px;
    }
  }
  
  /* Video  PERSONAL DEDICATION  */
  
/*   shopify-section-template--15909876269268__16515719481f505793 */
/*   shopify-section-template--15157333688367__16515719481f505793 */
  
.iframe-wrapper{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.iframe-wrapper::after{
  padding-top: 56.25%;
  display: block;
  content: '';
}
.iframe-wrapper iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
  #shopify-section-template--15157333688367__16515719481f505793 .ytp-pause-overlay-controls-hidden .ytp-pause-overlay{
/*     display: none; */
  }
  #shopify-section-template--15157333688367__16515719481f505793{
    background: #FFF8F4;
    margin-bottom: 88px;
  }
  #shopify-section-template--15157333688367__16515719481f505793 .home-section.picture-block{
    padding: 100px 0;
    background: none;
  }
  #shopify-section-template--15157333688367__16515719481f505793 .centering-wrapper{
    height: 100%;
    justify-content: center;
  }
  #shopify-section-template--15157333688367__16515719481f505793 .picture-block-button{
    margin-left: 0px;
    background: none;
    color: #311D35;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 0;
  }
  #shopify-section-template--15157333688367__16515719481f505793 .picture-block-image{
    width: 700px;
  }
  
  @media(max-width: 1024px){
    
    #shopify-section-template--15157333688367__16515719481f505793 .home-section.picture-block{
      flex-direction: column-reverse;
      padding:0px ;
    }
    #shopify-section-template--15157333688367__16515719481f505793 .picture-block-image{
      width: 100%;
      max-height: 600px;
    }
    #shopify-section-template--15157333688367__16515719481f505793  .centering-wrapper{
      padding:40px 28px 29px;
    }
    #shopify-section-template--15157333688367__16515719481f505793 .content-area{
      width: 100%;
    }
    #shopify-section-template--15157333688367__16515719481f505793 .picture-block-heading{
      text-align: start;
    }
    #shopify-section-template--15157333688367__16515719481f505793 .picture-block-button-container{
      display: none;
    }
  }
  
  
  
  /*   SKIN ASSESMENT  */
/*   #shopify-section-template--15909876269268__1650405497b522ed45{
    background: #FFF8F4;
  }
  #shopify-section-template--15909876269268__1650405497b522ed45 .home-section.picture-block{
    padding: 92px 0 129px;
  }
  #shopify-section-template--15909876269268__1650405497b522ed45 .picture-block-wrapper{
    display:flex;
    align-items:center;
  }
  #shopify-section-template--15909876269268__1650405497b522ed45 .picture-block-wrapper .picture-block-content .picture-block-heading{
    margin-bottom: 25px;
  }
  #shopify-section-template--15909876269268__1650405497b522ed45 .picture-block-image{
    width: 58.5%;
    margin-left: 17px;
    display: flex;
    justify-content: center;
  }
  
  #shopify-section-template--15909876269268__1650405497b522ed45 .picture-block-image img{
    max-width: 272px;
    width: 272px;
    min-width: 272px
  }
  
  @media(max-width: 1024px){
    #shopify-section-template--15909876269268__1650405497b522ed45 .centering-wrapper{
      padding: 0;
    }
    #shopify-section-template--15909876269268__1650405497b522ed45 .picture-block-image{
      margin-bottom:55px;
      margin-left: 0px;
      
    }
  }
  @media(max-width: 800px){
    #shopify-section-template--15909876269268__1650405497b522ed45 .home-section.picture-block{
      padding: 37px 28px 43px	;
      flex-direction: column;
    }
  } */
  
  
  
    /*   SKIN ASSESMENT Slider */
  
/*   shopify-section-template--15909876269268__1651749793834f7507 */
/*   shopify-section-template--15157333688367__1651749793834f7507 */
  
  #shopify-section-template--15157333688367__1651749793834f7507{
    background: #FFF8F4;
  }
  #shopify-section-template--15157333688367__1651749793834f7507 .home-section.picture-block{
    padding: 72px 0 72px;
  }
  #shopify-section-template--15157333688367__1651749793834f7507 .picture-block-wrapper{
    display:flex;
    align-items:center;
  }
  #shopify-section-template--15157333688367__1651749793834f7507 .picture-block-wrapper .picture-block-content .picture-block-heading{
    margin-bottom: 25px;
  }
  #shopify-section-template--15157333688367__1651749793834f7507 .picture-block-image{
    width: 50%;
/*     margin-left: 17px; */
/*     display: flex;
    justify-content: center; */
  }
  
  #shopify-section-template--15157333688367__1651749793834f7507 .picture-block-image img{
    max-width: 272px;
    width: 272px;
    min-width: 272px;
    margin: 0 auto;	
  }
  
  @media(max-width: 1024px){
    #shopify-section-template--15157333688367__1651749793834f7507 .centering-wrapper{
      padding: 0;
    }
    #shopify-section-template--15157333688367__1651749793834f7507 .picture-block-image{
      margin-bottom:55px;
      margin-left: 0px;
      width: 100%;
    }
    #shopify-section-template--15157333688367__1651749793834f7507 .home-section.picture-block{
      display: flex;
      flex-direction: column;
    }
  }
  @media(max-width: 800px){
    #shopify-section-template--15157333688367__1651749793834f7507 .home-section.picture-block{
      padding: 37px 28px 43px	;
      flex-direction: column;
    }
  }

  
  /*  FIND YOUR PERFECT ROUTINE  */
/*   shopify-section-template--15909876269268__16504055004423e4ea */
/*   shopify-section-template--15157333688367__16504055004423e4ea */
  
  #shopify-section-template--15157333688367__16504055004423e4ea{
    background:#F6EDE8 ;
  }
  #shopify-section-template--15157333688367__16504055004423e4ea .centering-wrapper{
    padding:50px 63px 60px 100px;
  }
  #shopify-section-template--15157333688367__16504055004423e4ea .home-section.picture-block{
    max-width: 100%;
    width: 100%;
    padding: 76px 0 101px;
    background: none;
    display: flex;
    align-items: center;
  }
  #shopify-section-template--15157333688367__16504055004423e4ea .picture-block-wrapper{
    width: 50%;	
    min-height: 650px;
    background: #FFF8F4;
  }
  #shopify-section-template--15157333688367__16504055004423e4ea .picture-block-wrapper .picture-block-content .picture-block-heading{
    margin-bottom: 12px;
/*     text-align: center; */
  }
  #shopify-section-template--15157333688367__16504055004423e4ea .picture-block-wrapper .picture-block-content .picture-block-undertitle{
/*     text-align: center; */
  }
  #shopify-section-template--15157333688367__16504055004423e4ea .picture-block-wrapper .picture-block-content .picture-block-undertitle br:not(:nth-child(1)){
    display: block;
  }
  #shopify-section-template--15157333688367__16504055004423e4ea .picture-block-image{
    z-index: 50;
    right: 0;
    max-height: 550px;
  }
  #shopify-section-template--15157333688367__16504055004423e4ea .picture-block-image img{
    max-height: 550px;
    min-height: 510px;
    object-fit: cover;
    object-position: 0 -87px;
  }
  @media(max-width: 1024px){
    #shopify-section-template--15157333688367__16504055004423e4ea .picture-block-wrapper{
      min-height: auto;
      background: #F6EDE8;
    }
    #shopify-section-template--15157333688367__16504055004423e4ea .home-section.picture-block{
      flex-direction: column;
      padding: 0px  0px 69px 0px;
    }
    #shopify-section-template--15157333688367__16504055004423e4ea .centering-wrapper{
      padding:57px 28px 48px;
    }
    #shopify-section-template--15157333688367__16504055004423e4ea .picture-block-image{
      width: 100%;
    }
    #shopify-section-template--15157333688367__16504055004423e4ea .picture-block-wrapper .picture-block-content .picture-block-heading{
/*   	  margin: 0 auto;
      max-width: 50%; */
      margin-bottom: 10px;
      text-align: center;
    }
    #shopify-section-template--15157333688367__16504055004423e4ea .picture-block-wrapper .picture-block-content .picture-block-undertitle{
    text-align: center;
  }
    #shopify-section-template--15157333688367__16504055004423e4ea .picture-block-wrapper .picture-block-content .section-undertitle{
      margin: 0 auto;
      max-width: 298px;
    }
  }
  @media(max-width: 700px){
    #shopify-section-template--15157333688367__16504055004423e4ea .home-section.picture-block{
      flex-direction: column-reverse;
    }
    #shopify-section-template--15157333688367__16504055004423e4ea .picture-block-wrapper .picture-block-content .section-undertitle{
      margin: 0 auto;
      max-width: 270px;
    }
    #shopify-section-template--15157333688367__16504055004423e4ea .picture-block-image img{
      object-position:top;
      transform: scale(1.2);
    }
  }
  @media(max-width: 650px){
    #shopify-section-template--15157333688367__16504055004423e4ea .home-section.picture-block{
      flex-direction: column-reverse;
    }
    #shopify-section-template--15157333688367__16504055004423e4ea .picture-block-wrapper .picture-block-content .picture-block-heading{
/*       max-width: 300px; */
    }
    
  }
  
  /*   OUR lab   */
  
/*   #shopify-section-template--15909876269268__165040551861de6768 .picture-block-wrapper .picture-block-content .picture-block-heading{
    margin-bottom: 0px;
  }
  #shopify-section-template--15909876269268__165040551861de6768 .home-section.picture-block{
    padding: 92px 0 129px;
  }
    
  #shopify-section-template--15909876269268__165040551861de6768 .picture-block-image{
    width: 58.5%;
    margin-left: 17px;
  }
  #shopify-section-template--15909876269268__165040551861de6768 .picture-block-image img{
    max-width: 646px;
    width: 646px;
  }
  #shopify-section-template--15909876269268__165040551861de6768 .centering-wrapper{
    padding: 0px 0px 0 56px;
  }
  @media(max-width: 1024px){
    #shopify-section-template--15909876269268__165040551861de6768 .home-section.picture-block{
      flex-direction: column;
      padding: 0;
    }
    #shopify-section-template--15909876269268__165040551861de6768 .picture-block-image{
      width: 100%;
      margin:0;
    }
    #shopify-section-template--15909876269268__165040551861de6768 .picture-block-image img{
      max-height: 510px;
      object-fit: cover;
    }
    #shopify-section-template--15909876269268__165040551861de6768 .content-area{
      width: 100%;
    }
    #shopify-section-template--15909876269268__165040551861de6768 .centering-wrapper{
      padding: 45px 28px 50px;
    }
    #shopify-section-template--15909876269268__165040551861de6768 .picture-block-undertitle{
      max-width: 310px;
      margin: 0;
    }
  }
  @media(max-width: 700px){
    #shopify-section-template--15909876269268__165040551861de6768 .picture-block-undertitle{
      max-width: 285px;
      margin: 0;
    }
  } */
  
  
  
/******* Page Subscrition  **** */
  
  @media(max-width: 719px){
    #shopify-section-template--15157333622831__1647939695d1602aab .image-wrap img{
      object-position: 53%!important;
    }
  }
  
  
/*   HOW THE PROCESS WORKS */
/*   shopify-section-template--15911726612692__1650404862e2a01ce2 */
/*   shopify-section-template--15157333622831__1650404862e2a01ce2 */
  
  #shopify-section-template--15157333622831__1650404862e2a01ce2 .picture-block-undertitle{
    font-size:33px;
    line-height: 40px;
  }
  
/*   Key steps   */
  
  #shopify-section-template--15157333622831__1650404862e2a01ce2{
    background:#F6EDE8 ;
  }
  #shopify-section-template--15157333622831__1650404862e2a01ce2 .centering-wrapper{
    padding:67px 80px 20px 77px;
    align-items: flex-end;
  }
  #shopify-section-template--15157333622831__1650404862e2a01ce2 .home-section.picture-block{
    max-width: 100%;
    width: 100%;
    padding: 76px 0 60px 0;
    background: none;
    display: flex;
    align-items: center;
  }
  #shopify-section-template--15157333622831__1650404862e2a01ce2 .picture-block-wrapper{
    width: 50%;	
    min-height: 650px;
    background: #FFF8F4;
  }
  #shopify-section-template--15157333622831__1650404862e2a01ce2 .picture-block-content{
/*     max-width:464px; */
/*     max-width:485px; */
    max-width:528px;
  }
  #shopify-section-template--15157333622831__1650404862e2a01ce2 .picture-block-heading{
    margin-bottom: 0px;
    padding-left: 23px;
  }
  #shopify-section-template--15157333622831__1650404862e2a01ce2 .picture-block-image{
    z-index: 50;
    right: 0;
    max-height: 600px;
  }
  #shopify-section-template--15157333622831__1650404862e2a01ce2 .picture-block-content p{
    padding: 3px 0 17px 20px;
    margin: 0;
    position: relative;
  }
  #shopify-section-template--15157333622831__1650404862e2a01ce2 .picture-block-content p:nth-child(4)::before{
    content:"";
    position: absolute;
    top: 7px;
    left: 0px;
    width: 13px;
    height: 25px;
    background:url(https://cdn.shopify.com/s/files/1/0633/2452/0660/files/215.png?v=1652358977);
    background-repeat: no-repeat;
    background-size: contain;
  }
  #shopify-section-template--15157333622831__1650404862e2a01ce2 .picture-block-content p:nth-child(5)::before{
    content:"";
    position: absolute;
    top: 7px;
    left: 0px;
    width: 13px;
    height: 25px;
    background:url(https://cdn.shopify.com/s/files/1/0633/2452/0660/files/217.png?v=1652358976);
    background-repeat: no-repeat;
    background-size: contain;
  }
  #shopify-section-template--15157333622831__1650404862e2a01ce2 .picture-block-content p:nth-child(6)::before{
    content:"";
    position: absolute;
    top: 7px;
    left: 0px;
    width: 13px;
    height: 25px;
    background:url(https://cdn.shopify.com/s/files/1/0633/2452/0660/files/219.png?v=1652358977);
    background-repeat: no-repeat;
    background-size: contain;
  }
  #shopify-section-template--15157333622831__1650404862e2a01ce2 .picture-block-content p:nth-child(7)::before{
    content:"";
    position: absolute;
    top: 7px;
    left: 0px;
    width: 13px;
    height: 25px;
    background:url(https://cdn.shopify.com/s/files/1/0633/2452/0660/files/221.png?v=1652358976);
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  @media(max-width: 1024px){
    #shopify-section-template--15157333622831__1650404862e2a01ce2 .picture-block-wrapper{
      min-height: auto;
    }
    #shopify-section-template--15157333622831__1650404862e2a01ce2 .home-section.picture-block{
      padding: 60px 0px 60px 0px;
      flex-direction: column;
    }
    #shopify-section-template--15157333622831__1650404862e2a01ce2 .picture-block-image{
      margin-top: 60px;
      width: 100%;
    }
    #shopify-section-template--15157333622831__1650404862e2a01ce2 .centering-wrapper{
      padding: 20px 28px 0px;
    }
  }
  @media(max-width: 700px){
    #shopify-section-template--15157333622831__1650404862e2a01ce2 .home-section.picture-block{
      flex-direction: column-reverse;
    }
    #shopify-section-template--15157333622831__1650404862e2a01ce2 .picture-block-image img{
      object-fit: cover;
      min-height: 510px;	
    }
  }
  
  
/*    Subscription Plan  Contents     */
/*   shopify-section-template--15911726612692__165054642697c2783c */
/*   shopify-section-template--15157333622831__165054642697c2783c */
  
  #shopify-section-template--15157333622831__165054642697c2783c{
  background: #FFF8F4; 
  }
  #shopify-section-template--15157333622831__165054642697c2783c .home-section.picture-block{
    padding: 72px 0 109px;
    align-items: center;
  }
  #shopify-section-template--15157333622831__165054642697c2783c .picture-block-heading{
    margin-bottom: 20px;
  }
  #shopify-section-template--15157333622831__165054642697c2783c .picture-block-content{
    max-width: 441px;
  }
    
  .subscription-plan {
    width: 518px;
    height: 687px;
/*     margin: 0 auto; */
    background: #F7EAE5;
    display:flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .subscription-plan-logo{
    width: 288px;
    height: 151px;
  }
  .subscription-plan-title{
    font-size: 25px;
    line-height: 25px;
  }
  button {
    border: none;
    padding: 0;
    margin: 0;
    background: none;
  }

  .month-block {
    box-sizing: border-box;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .month-block-button {
    box-sizing: border-box;
    border-radius: 5px;
    min-width: 120px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    line-height: 18px;
/*     border: 2px solid #F6E8E2; */
    box-shadow: 0px 3px 6px #00000029;
    margin-right: 25px;
    background: #FFFFFFCE;
    color: #707070;
    transition:all 0.3s ease;
    padding: 0 15px;
  }
  .month-block-button:last-child{
    margin-right: 0;
  }

  .month-block-button.active {
    background: #871C27;
    color: white;
    transition:all 0.3s ease;
  }

  .month-item-block {
    max-width: 370px;
    min-height: 209px;
    display: flex;
    justify-content: center;
    padding-top: 55px;
    margin: 0 auto;
    display: none;
    transition:all 0.3s ease;
    flex-direction: column;
    align-items: center;
  }

  .month-item-block.active {
    display: flex;
    transition:all 0.3s ease;
  }

  .month-item {
    width: 174px;
    min-height: 164px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    transition:all 0.3s ease;
/*     padding: 28px 0 0; */
    margin-bottom: 30px;
  }
  .month-item-time{
    font-size: 22px;
    line-height: 22px;
    color: #707070;
  }
  .month-item-old-price{
    font-size: 23px;
    line-height: 14px;
    text-decoration:line-through;
    letter-spacing: -1px;
    display: none;
  }
  .month-item-current-price{
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    color:#311D35;
    position: relative;
  }
  .price-dot{
    font-size:17px;
    position: absolute;
    top:0;
    right: -10px;
  }
  .month-item-text{
    font-size: 22px;
    line-height: 22px;
    color:#311D35;
    text-align: center;
  }
  .price-small {
/*     border: 1px solid #F6E8E2;
    background: #FFF8F4; */
    border: 2px solid #871C27;
    background: #F7EEEA;
  }
  .price-small .month-item-time{
    margin-bottom:18px;
  }
  .price-big {
    border: 2px solid #871C27;
    background: #F7EEEA;
  }
  .month-item-big-sale{
    position: absolute;
    width: 102px;
    height: 22px;
    background: #871C27;
    color: #FFFFFF;
    font-size: 16px;
    top:-11px;
    line-height: 18px;
    left: 50%;
    right: 50%;
    transform: translate(-50%,0);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:4px;
  }

  .month-item.active {
    display: flex;
    transition:all 0.3s ease;
  }
  .month-item-block .subscription_button{
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  
  .picture-block-body-text li{
    list-style-type: none;
    font-size: 19px;
    line-height: 23.25px;
    margin-bottom: 10px;
    position: relative;
    letter-spacing: -0.19px;
  }
  #shopify-section-template--15157333622831__165054642697c2783c .picture-block-body-text li::before {
    content: "\2022";
    color: #8B1026;
    font-weight: bold;
    display: inline-block;
    width: 23px;
    margin-left: -23px;
    font-size: 40px;
    line-height: 18px;
    position: absolute;
    top: 0;
  }
  
  @media(max-width: 1024px){
    #shopify-section-template--15157333622831__165054642697c2783c .home-section.picture-block{
      flex-direction: column-reverse;
      padding: 28px 22px 67px;
    }
    #shopify-section-template--15157333622831__165054642697c2783c .centering-wrapper{
      padding:0 0 10px 0px;
    }
    #shopify-section-template--15157333622831__165054642697c2783c .picture-block-body-text{
      padding-left:	 28px;
    }
    .subscription-plan {
      margin: 0 auto;
      height: auto;
    }
    
  }
  @media(max-width: 700px){
    #shopify-section-template--15157333622831__165054642697c2783c .subscription-plan{
      width: 100%;
      padding: 26px 0 46px;
      min-height:auto;
    }
    .month-item{
      width: 112px;
      height: 107px;
      padding: 0;
      /*justify-content: flex-start; */
    }
    .price-small .month-item-time{
      margin-bottom:12px;
    }
    .month-block-button {
      font-size: 12px;
      line-height: 11px;
      min-width: 77px;
      height: 26px;
      margin-right: 16px;
    }
    .month-item-time{
      font-size: 13px;
      line-height: 10px;
    }
    .month-item-big-sale{
      font-size: 10px;
      line-height: 11px;
    }
    .month-item-old-price{
      font-size: 13px;
      line-height: 13px;
    }
    .month-item-current-price {
      font-size: 23px;
      line-height: 23px;
    }
    .month-item-text{
      font-size: 13px;
      line-height: 13px;
      max-width: 76px;
    }
    .picture-block-body-text li{
      font-size: 17px;
      line-height: 20px;
    }
    #shopify-section-template--15157333622831__165054642697c2783c .picture-block-body-text li::before{
      line-height: 14px;
    }
    
  }

  
/*  open our  signature box  */
/*   shopify-section-template--15911726612692__165109284257a235f7 */
/*   shopify-section-template--15157333622831__165109284257a235f7 */
  
  #shopify-section-template--15157333622831__165109284257a235f7{
    background: #F7EAE5;
  }
  #shopify-section-template--15157333622831__165109284257a235f7 .home-section.picture-block{
    padding: 100px 0;
    background: none;
  }
  #shopify-section-template--15157333622831__165109284257a235f7 .centering-wrapper{
    height: 100%;
    justify-content: space-between;
  }
  #shopify-section-template--15157333622831__165109284257a235f7 .picture-block-button{
    margin-left: 0px;
    background: none;
    color: #311D35;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 0;
  }
  #shopify-section-template--15157333622831__165109284257a235f7 .picture-block-content p{
    margin-bottom: 0px;
  }
  #shopify-section-template--15157333622831__165109284257a235f7 .picture-block-image{
    width: 700px;
  }
  
  
  @media(max-width: 1024px){
    #shopify-section-template--15157333622831__165109284257a235f7 .home-section.picture-block{
      flex-direction: column;
      padding: 59px 0px 0px ;
    }
    #shopify-section-template--15157333622831__165109284257a235f7 .picture-block-image{
      width: 100%;
      max-height: 600px;
    }
    #shopify-section-template--15157333622831__165109284257a235f7  .centering-wrapper{
      padding:40px 28px 29px;
    }
    #shopify-section-template--15157333622831__165109284257a235f7 .content-area{
      width: 100%;
    }
    #shopify-section-template--15157333622831__165109284257a235f7 .picture-block-heading{
      text-align: start;
    }
    #shopify-section-template--15157333622831__165109284257a235f7 .picture-block-button-container{
      display: none;
    }
  }
  
  
/*   Our Range */
/*   shopify-section-template--15911726612692__16509220710d9254a9 */
/*   shopify-section-template--15157333622831__16509220710d9254a9 */
  
  #shopify-section-template--15157333622831__16509220710d9254a9{
    background: #FFF8F4;
    padding:81px 0 68px;
  }
  #shopify-section-template--15157333622831__16509220710d9254a9 .logo-list-item{
    transition: all 0.3s ease;
  }
  #shopify-section-template--15157333622831__16509220710d9254a9 .logo-list-item:hover{
    transform:scale(1.05);
    transition: all 0.3s ease;
  }
  #shopify-section-template--15157333622831__16509220710d9254a9 .content-area{
/*   	padding: 0 15px!important; */
    margin-top: 0px;
    width: 95%;
  }
  #shopify-section-template--15157333622831__16509220710d9254a9 .logo-list-item-wrap{
    position: relative;
  }
  #shopify-section-template--15157333622831__16509220710d9254a9 .our-range-logo{
    position:absolute;
    width: 101%;
    height: 101%;
    background:rgba(246,237,232,0.84);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .our-range-logo-text-block{
    width:100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
  }
  .our-range-logo-text-block:hover{
    background: #8B1026;
    transition: all 0.3s ease-in-out;
  }
  .our-range-logo-text-block:hover .range-logo-number,
  .our-range-logo-text-block:hover .range-logo-name{
    color: #FFF8F4;
    transition: all 0.3s ease-in-out;
  }
  .range-logo-number{
    color: #8B1026;
    font-weight: 600;
    font-size: 63px;
    line-height: 66px;
    margin-bottom: 49px;
/*     transition: all 0.6s ease-in-out; */
  }
  .range-logo-name{
    color: #8B1026;
    font-size: 22px;
    line-height: 23px;
    font-weight: 600;
/*     transition: all 0.6s ease-in-out; */
  }
  #shopify-section-template--15157333622831__16509220710d9254a9 .logo-list-item {
    width: auto;
    height: 273px;
    padding: 0px;
    margin: 10px;
  }
  #shopify-section-template--15157333622831__16509220710d9254a9 .logo-list-item .logo-list-item-wrap{
    max-width: 95%;
  }
  #shopify-section-template--15157333622831__16509220710d9254a9 .logo-list-item .logo-list-item-wrap img{
    width: 273px;
  }
  .range-logo-name{
    text-transform: uppercase;
  }
  @media(max-width:719px){
    #shopify-section-template--15157333622831__16509220710d9254a9 .logo-list-item {
      width: 158px;
      height: 158px;
      padding: 0px;
      margin: 0px;
    }
    .range-logo-number{
      font-size: 36px;
      line-height: 38px;
      margin-bottom: 29px;
    }
    .range-logo-name{
    font-size: 12px;
      line-height: 13px;
    }
  }
  
  
  
  
/* OUr Libi&Daughters app */
/*   shopify-section-template--15911726612692__1650974906bf715840 */
/*   shopify-section-template--15157333622831__1650974906bf715840 */
  
  #shopify-section-template--15157333622831__1650974906bf715840{
    background:#FFFFFF;
  }
  #shopify-section-template--15157333622831__1650974906bf715840 .centering-wrapper{
    padding: 27px 58px 0px 0px;
  }
  #shopify-section-template--15157333622831__1650974906bf715840 .picture-block-heading{
    margin-bottom:40px;
/*     text-align: center; */
  }
  #shopify-section-template--15157333622831__1650974906bf715840 .home-section.picture-block{
    padding: 82px 0;
    background:#FFFFFF;
  }
  #shopify-section-template--15157333622831__1650974906bf715840 .picture-block-image{
    background: #F7EEEA;
    padding: 38px 0px 86px 0px;
    padding-top: 12%;
  }
  #shopify-section-template--15157333622831__1650974906bf715840 .picture-block-image img{
    width: 272px;
    max-width: 272px;
    min-width: auto;
    margin: 0 auto;
  }
  .libi-app-button-container{
    display:flex;
    justify-content: flex-start;
    margin-bottom: 25px;
  }
  .libi-app-button{
    width: 130px;
    height: 40px;
  }
  .libi-app-button-container .libi-app-button:first-child{
    margin-right:12px;
  }
  .libi-app-button-img{
    width: 130px;
    height: 40px;
  }
  .libi-app-text-block{
    margin-bottom: 80px;
    max-width: 470px;
  }
  #shopify-section-template--15157333622831__1650974906bf715840 .libi-app-title-block{
    width: 100%;
    height: 31px;
    display:flex;
    align-items:center;
    position: relative;
    margin-bottom: 23px;
  }
  #shopify-section-template--15157333622831__1650974906bf715840 .libi-app-text-block-title{
    font-size: 26px;
    line-height: 31px;
    color: #311D35;
    margin: 0px;
  }
  #shopify-section-template--15157333622831__1650974906bf715840 .libi-app-text-block li{
    list-style-type: none;
    font-size: 19px;
    line-height: 23.25px;
    margin-bottom: 10px;
    position: relative;
    letter-spacing: -0.19px;
  }
  #shopify-section-template--15157333622831__1650974906bf715840 .libi-app-text-block li::before {
    content: "\2022";
    color: #8B1026;
    font-weight: bold;
    display: inline-block;
    width: 23px;
    margin-left: -23px;
    font-size: 43px;
    line-height: 17px;
    position: absolute;
    top: 0;
  }
  @media(max-width:1024px){
    #shopify-section-template--15157333622831__16509220710d9254a9{
      padding: 40px 0px 55px;
    }
    #shopify-section-template--15157333622831__1650974906bf715840 .home-section.picture-block{
      width: 100%;
      flex-direction: column;
      padding: 0; 
    }
    #shopify-section-template--15157333622831__1650974906bf715840 .picture-block-content{
      margin:0 auto;
    } 
    #shopify-section-template--15157333622831__1650974906bf715840 .centering-wrapper{
      padding: 37px 28px 36px 50px; 
    }    
    #shopify-section-template--15157333622831__1650974906bf715840 .picture-block-heading{
/*       width: 282px;
      margin:0 auto; */
      margin-bottom:21px;
      text-align: center;
    }
    #shopify-section-template--15157333622831__1650974906bf715840 .picture-block-image{
      width: 100%;
      object-fit: contain;
      padding: 32px 0px 47px;
    }
    #shopify-section-template--15157333622831__1650974906bf715840 .picture-block-image img{
      width: 222px;
      max-width: 222px;
      min-width: auto;
    }
    #shopify-section-template--15157333622831__1650974906bf715840 .libi-app-text-block-title{
      font-size: 17px;
      line-height: 20px;
      font-weight: 700;
    }
    #shopify-section-template--15157333622831__1650974906bf715840 .libi-app-text-block p{
      font-size: 17px;
      line-height: 20px;
    }
    .libi-app-text-block{
      margin-bottom: 33px;
    }
    .libi-app-text-block-bg{
      width: 21px;
      height: 36px;
      top:0;
    }
    #shopify-section-template--15157333622831__16509220710d9254a9 .content-area{
      padding: 0px 28px 0px 21px!important;
    }
    .libi-app-button-container{
      justify-content: center;
    }
  }
  @media(max-width:700px){
    #shopify-section-template--15157333622831__1650974906bf715840 .home-section.picture-block{
      flex-direction: column-reverse;
    }
    #shopify-section-template--15157333622831__1650974906bf715840 .libi-app-text-block li{
      font-size: 17px;
      line-height: 20px;
    }
    #shopify-section-template--15157333622831__1650974906bf715840 .libi-app-text-block li::before{
      line-height: 14px;
    }
  }
  @media(max-width:380px){
    #shopify-section-template--15157333622831__1650974906bf715840 .libi-app-text-block p{
      font-size: 16px;
      line-height: 20px;
    }
  }
  
  
  
/*  Referral Program  */
  
/*   #shopify-section-template--15911726612692__165040551861de6768{
    background:#F6EDE8;
    padding: 80px 0;
  }
  #shopify-section-template--15911726612692__165040551861de6768 .content-area{
    width:100%;
    padding: 0;
  }
  #shopify-section-template--15911726612692__165040551861de6768 .home-section.picture-block{
    max-width: 100%;
    background:#F6EDE8;
    display: flex;
    align-items:center;
  }
  #shopify-section-template--15911726612692__165040551861de6768 .picture-block-wrapper{
    width: 60%;
    height:432px;
    background: #FFF8F4;
    display: flex;
    align-items:center;
  }
  #shopify-section-template--15911726612692__165040551861de6768 .centering-wrapper{
    max-width:100%;
    position:relative;
    padding: 0;
    
  }
  #shopify-section-template--15911726612692__165040551861de6768 .picture-block-image {
    display: flex;
    justify-content: center;
  }
  #shopify-section-template--15911726612692__165040551861de6768 .picture-block-image img{
    width: 272px;
    max-width: 272px;
    min-width: auto;
  }
  #shopify-section-template--15911726612692__165040551861de6768 .picture-block-content{
    padding: 0 0 0 109px;
  }
  @media(max-width:1024px){
    #shopify-section-template--15911726612692__165040551861de6768 .home-section.picture-block{
      flex-direction: column-reverse;
    }
    #shopify-section-template--15911726612692__165040551861de6768{
      padding:0;
    }
    #shopify-section-template--15911726612692__165040551861de6768 .picture-block-wrapper{
      height: auto;
    }
    #shopify-section-template--15911726612692__165040551861de6768 .picture-block-content{
      padding:59px 28px 49px;
    }
    #shopify-section-template--15911726612692__165040551861de6768 .picture-block-image{
      padding: 40px 0px 40px;
    }
    #shopify-section-template--15911726612692__165040551861de6768 .picture-block-image img{
      width: 222px;
      max-width: 222px;
      min-width: auto;
    }
  } */
    
  
/* Slider Referral Program  */
/*   shopify-section-template--15911726612692__16517575841c18e5dc */
/*   shopify-section-template--15157333622831__16517575841c18e5dc */
  
  #shopify-section-template--15157333622831__16517575841c18e5dc{
    background:#F6EDE8;
    padding: 80px 0;
  }
  #shopify-section-template--15157333622831__16517575841c18e5dc .content-area{
    width:100%;
    padding: 0;
  }
  #shopify-section-template--15157333622831__16517575841c18e5dc .home-section.picture-block{
    max-width: 100%;
    background:#F6EDE8;
    display: flex;
    align-items:center;
  }
  #shopify-section-template--15157333622831__16517575841c18e5dc .picture-block-wrapper{
    width: 60%;
    height:432px;
    background: #FFF8F4;
    display: flex;
    align-items:center;
  }
  #shopify-section-template--15157333622831__16517575841c18e5dc .centering-wrapper{
    max-width:100%;
    position:relative;
    padding: 0; 
  }
  #shopify-section-template--15157333622831__16517575841c18e5dc .picture-block-image img{
    width: 272px;
    max-width: 272px;
    min-width: auto;
    margin: 0 auto;
  }
  #shopify-section-template--15157333622831__16517575841c18e5dc .picture-block-content{
/*   	padding: 0 0 0 109px; */
    padding: 0 152px 0 109px;
  }
  @media(max-width:1024px){
    #shopify-section-template--15157333622831__16517575841c18e5dc .home-section.picture-block{
      flex-direction: column-reverse;
    }
    #shopify-section-template--15157333622831__16517575841c18e5dc{
      padding:0;
    }
    #shopify-section-template--15157333622831__16517575841c18e5dc .picture-block-wrapper{
      height: auto;
    }
    #shopify-section-template--15157333622831__16517575841c18e5dc .picture-block-content{
      padding:59px 28px 49px;
    }
    #shopify-section-template--15157333622831__16517575841c18e5dc .picture-block-image{
      padding: 40px 0px 40px;
    }
    #shopify-section-template--15157333622831__16517575841c18e5dc .picture-block-image img{
      width: 222px;
      max-width: 222px;
      min-width: auto;
    }
  }  
  
  
  
/*  Page Heritage   */
/*   shopify-section-template--15912319451348__16504568111740ce41 */
/*   shopify-section-template--15157333917743__16504568111740ce41 */

  #shopify-section-template--15157333917743__16504568111740ce41 .image-wrap img{
      object-position: top;
    }
  @media (max-width: 719px) {
    #shopify-section-template--15157333917743__16504568111740ce41 .image-wrap img{
      object-position: 85%;
    }
  }
  
/*   shopify-section-template--15912319451348__165047503441f162ed */
/*   shopify-section-template--15157333917743__165047503441f162ed */

  #shopify-section-template--15157333917743__165047503441f162ed {
    height: 186px;
    background: #FFF8F4;	
  }
  
  #shopify-section-template--15157333917743__165047503441f162ed .featured-text-container{
    padding: 55px 0 41px 0;
  }
  #shopify-section-template--15157333917743__165047503441f162ed .featured-text h2{
    font-size: 50px!important;
    line-height: 60px;
    color: #92001A;
    margin: 0;
    text-align: center;
    
  }
  #shopify-section-template--15157333917743__165047503441f162ed .featured-text .rte p{
    font-size: 24px;
    line-height: 24px;
    color: #92001A;
    font-style: italic;
    font-family: 'Cormorant Garamond', serif;
  }

  
  
/* Section Family story   */
  @media (max-width: 719px) {
    #shopify-section-template--15157333917743__165047503441f162ed .featured-text h2{
        font-size: 30px !important;
        line-height: 41px;
        text-align: center;
        width: 100%;
    }
    #shopify-section-template--15157333917743__165047503441f162ed .featured-text{
        text-align: center;
        padding: 0 25px;
    }
    #shopify-section-template--15157333917743__165047503441f162ed .featured-text .rte p{
        font-size: 20px;
        line-height: 23px;
        text-align: center;
    }
  }
  
  
/*  Page Heritage Book  */
/*   shopify-section-template--15912319451348__16504720157e55b196 */
/*   shopify-section-template--15157333917743__16504720157e55b196 */
  
#shopify-section-template--15157333917743__16504720157e55b196 .home-section,
#shopify-section-template--15157333917743__1651336137e8dba4d5 .home-section{
    margin-top: 0px;
    padding-top: 58px;
  }
  
  
  #flipbook .page-wrapper {
    -webkit-perspective:2000px;
    -moz-perspective:2000px;
    -ms-perspective:2000px;
    -o-perspective:2000px;
    perspective:2000px;
  }
  
  #flipbook .odd {
/*     background:-webkit-gradient(linear, right top, left top, color-stop(0.95, #F6EDE8), color-stop(1, #DADADA));
    background-image:-webkit-linear-gradient(right, #F6EDE8 95%, #C4C4C4 100%);
    background-image:-moz-linear-gradient(right, #F6EDE8 95%, #C4C4C4 100%);
    background-image:-ms-linear-gradient(right, #F6EDE8 95%, #C4C4C4 100%);
    background-image:-o-linear-gradient(right, #F6EDE8 95%, #C4C4C4 100%);
    background-image:linear-gradient(right, #F6EDE8 95%, #C4C4C4 100%); */
/*     -webkit-box-shadow:inset 0 0 5px #666;
    -moz-box-shadow:inset 0 0 5px #666;
    -o-box-shadow:inset 0 0 5px #666;
    -ms-box-shadow:inset 0 0 5px #666;
    box-shadow:inset 0 0 5px #666; */
    background-image:url(https://cdn.shopify.com/s/files/1/0633/2452/0660/files/book-shadow-right.png?v=1651350651);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}
#flipbook .odd .our-heritage-text-container{
/* 	background:url(https://cdn.shopify.com/s/files/1/0633/2452/0660/files/text-bg-right.png?v=1651356317); */
    background:url(https://cdn.shopify.com/s/files/1/0633/2452/0660/files/text-bg-right_c0969299-081b-4f5e-932a-b0b06b61bba8.png?v=1651683687);
  background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}

#flipbook .even {
/*     background:-webkit-gradient(linear, left top, right top, color-stop(0.95, #F6EDE8), color-stop(1, #dadada));
    background-image:-webkit-linear-gradient(left, #F6EDE8 95%, #dadada 100%);
    background-image:-moz-linear-gradient(left, #F6EDE8 95%, #dadada 100%);
    background-image:-ms-linear-gradient(left, #F6EDE8 95%, #dadada 100%);
    background-image:-o-linear-gradient(left, #F6EDE8 95%, #dadada 100%);
    background-image:linear-gradient(left, #F6EDE8 95%, #dadada 100%); */
/*     -webkit-box-shadow:inset 0 0 5px #666;
    -moz-box-shadow:inset 0 0 5px #666;
    -o-box-shadow:inset 0 0 5px #666;
    -ms-box-shadow:inset 0 0 5px #666;
    box-shadow:inset 0 0 5px #666; */
    background:url(https://cdn.shopify.com/s/files/1/0633/2452/0660/files/book-shadow-left.png?v=1651350651);
/*     background-image:url(https://cdn.shopify.com/s/files/1/0633/2452/0660/files/book-shadow-left.png?v=1651350651),linear-gradient( to right, #670B1D 55%, #8B1026 45%); */
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    
/*     float: right; */
/*     padding-left: 13px; */
}
#flipbook .even .our-heritage-text-container{
/* 	background:url(https://cdn.shopify.com/s/files/1/0633/2452/0660/files/text-bg-left.png?v=1651356374); */
    background:url(https://cdn.shopify.com/s/files/1/0633/2452/0660/files/text-bg-left_a62229e4-cccd-4555-afb4-0377c23f7949.png?v=1651685135);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    
}
#flipbook .even .book-image img{
  float: right;
}
  
  .book-item-wraper{
    max-width: 1034px;
  background: #8B1026;
    padding: 12px;
    margin: 0 auto;
    margin-bottom: 123px;
    background-image: url(https://cdn.shopify.com/s/files/1/0633/2452/0660/files/annet3.webp?v=1655332454);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    border-radius: 6px;
  }
  .book-container {
/*   	max-width: 1010px; */
    margin: 0 auto;
  }
  
  .book-container .book-item {
    width: 500px;
    height: 606px;
    padding: 0; 
    margin: 0px;
    background: #8b1026;
    display: block;
  }
    
  .book-container .book-item .book-item-container{
    max-width: 100%;
    height: 100%;
/*     display: flex; */
  }
  
  .book-container .book-item-section {
    width: 100%;
    height: 100%;
/*     padding: 40px; */
  }
  .book-container .book-item-section .our-heritage-text-container{
/*     padding: 30px 39px 14px 49px; */
/*     padding: 25px 25px 14px 34px; */
    padding: 20px 25px 14px 20px;
/*     width: 97.5%; */
    width: 100%;
    height: 100%;
/*     background: #F6E8E2; */
  }
  .book-container .text-one-block .book-page-title-one{
    font-size:40px;
    color: #92001A;
    margin-bottom: 16px;
    font-weight: 600;
  }
  .book-text {
    font-size:18px;
    line-height: 20px;
    text-align: start;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .book-image img[data-rimg=loaded] {
    width: 100%;
  }
  .book-image img{
    width: 97.7%;
    float: left;
  }
  #shopify-section-template--15157333917743__16504720157e55b196 .book-item.p1 .book-item-section .our-heritage-text-container{
    padding-top:216px;
  }
  #shopify-section-template--15157333917743__16504720157e55b196 .book-item.p1 .book-item-section .our-heritage-text-container::after{
    content:'';
    color:#707070;
    width: 239px;
    height: 85px;
/*     font-size: 9px; */
/*     line-height: 12px; */
/*     font-family: 'Cormorant Garamond', serif; */
    position: absolute;
    bottom: 0px;
    right: 12px;
    background:url(https://cdn.shopify.com/s/files/1/0633/2452/0660/files/1numberbook.png?v=1655058291);
    background-size: cover; 
  }
  #shopify-section-template--15157333917743__16504720157e55b196 .book-item .book-item-section .our-heritage-text-container::after{
    content:'';
    color:#707070;
/*     width: 239px;
    height: 85px; */
    font-size: 16px;
    font-weight: 600;
    font-family: 'Cormorant Garamond', serif;
    position: absolute;
    bottom: 10px;
    right: 50%;
  }
  #shopify-section-template--15157333917743__16504720157e55b196 .book-item.p1 .book-item-section .our-heritage-text-container::after{
/*   	content:'1'; */
  
  }
  #shopify-section-template--15157333917743__16504720157e55b196 .book-item.p2 .book-item-section .our-heritage-text-container::after{
    content:'2';
  }
  #shopify-section-template--15157333917743__16504720157e55b196 .book-item.p3 .book-item-section .our-heritage-text-container::after{
    content:'3';
  }
  #shopify-section-template--15157333917743__16504720157e55b196 .book-item.p4 .book-item-section .our-heritage-text-container::after{
    content:'4';
  }
  #shopify-section-template--15157333917743__16504720157e55b196 .book-item.p5 .book-item-section .our-heritage-text-container::after{
    content:'5';
  }
  #shopify-section-template--15157333917743__16504720157e55b196 .book-item.p6 .book-item-section .our-heritage-text-container::after{
    content:'6';
  }
  #shopify-section-template--15157333917743__16504720157e55b196 .book-item.p7 .book-item-section .our-heritage-text-container::after{
    content:'7';
  }
  #shopify-section-template--15157333917743__16504720157e55b196 .book-item.p8 .book-item-section .our-heritage-text-container::after{
    content:'8';
  }
  #shopify-section-template--15157333917743__16504720157e55b196 .book-item.p9 .book-item-section .our-heritage-text-container::after{
    content:'9';
  }
  #shopify-section-template--15157333917743__16504720157e55b196 .book-item.p10 .book-item-section .our-heritage-text-container::after{
    content:'10';
  }
  #shopify-section-template--15157333917743__16504720157e55b196 .book-item.p11 .book-item-section .our-heritage-text-container::after{
    content:'11';
  }
  #shopify-section-template--15157333917743__16504720157e55b196 .book-item.p12 .book-item-section .our-heritage-text-container::after{
    content:'12';
  }
  #shopify-section-template--15157333917743__16504720157e55b196 .book-item.p13 .book-item-section .our-heritage-text-container::after{
    content:'13';
  }
  #shopify-section-template--15157333917743__16504720157e55b196 .book-item.p14 .book-item-section .our-heritage-text-container::after{
    content:'14';
  }
  #shopify-section-template--15157333917743__16504720157e55b196 .book-item.p15 .book-item-section .our-heritage-text-container::after{
    content:'15';
  }
  #shopify-section-template--15157333917743__16504720157e55b196 .book-item.p16 .book-item-section .our-heritage-text-container::after{
    content:'16';
  }
  #shopify-section-template--15157333917743__16504720157e55b196 .book-item.p17 .book-item-section .our-heritage-text-container::after{
    content:'17';
  }
  #shopify-section-template--15157333917743__16504720157e55b196 .book-item.p18 .book-item-section .our-heritage-text-container::after{
    content:'18';
  }
  #shopify-section-template--15157333917743__16504720157e55b196 .book-item.p19 .book-item-section .our-heritage-text-container::after{
    content:'19';
  }
  #shopify-section-template--15157333917743__16504720157e55b196 .book-item.p20 .book-item-section .our-heritage-text-container::after{
    content:'20';
  }
  #shopify-section-template--15157333917743__16504720157e55b196 .book-item.p21 .book-item-section .our-heritage-text-container::after{
    content:'21';
  }
  #shopify-section-template--15157333917743__16504720157e55b196 .book-item.p22 .book-item-section .our-heritage-text-container::after{
    content:'22';
  }
  #shopify-section-template--15157333917743__16504720157e55b196 .book-item.p23 .book-item-section .our-heritage-text-container::after{
    content:'23';
  }
  #shopify-section-template--15157333917743__16504720157e55b196 .book-item.p .book-item-section .our-heritage-text-container{
/*     color:#F8E9E2; */
  }
  #shopify-section-template--15157333917743__16504720157e55b196 .book-item.p7 .text-two-block .book-text{
    font-style: italic;
  }
  #shopify-section-template--15157333917743__16504720157e55b196 .book-item.p8 .text-two-block .book-text{
    font-style: italic;
  }
  #shopify-section-template--15157333917743__16504720157e55b196 .book-item.p13 .text-two-block .book-text,
  #shopify-section-template--15157333917743__16504720157e55b196 .book-item.p13 .text-three-block .book-text,
  #shopify-section-template--15157333917743__16504720157e55b196 .book-item.p13 .text-four-block .book-text{
    font-style: italic;
  }
  #shopify-section-template--15157333917743__16504720157e55b196 .book-item.p16 .text-one-block .book-text{
    font-style: italic;
  }
  #shopify-section-template--15157333917743__16504720157e55b196 .book-item.p17 .book-image img{
    padding: 29px 29px 31px 49px;
  }
  #shopify-section-template--15157333917743__16504720157e55b196 .book-item.p21 .text-one-block{
    position: absolute;
    top: 29px;
    margin-right: 41px;
  }
  #shopify-section-template--15157333917743__16504720157e55b196 .book-item.p21 .book-image img{
    padding: 183px 29px 20px 49px;
  }
  #shopify-section-template--15157333917743__16504720157e55b196 .book-item.p23 .book-item-section{
    display:flex;
    flex-direction: column-reverse;
  }
  #shopify-section-template--15157333917743__16504720157e55b196 .book-item.p23 .book-item-section .book-image{
    position: absolute;
    right: 0;
    bottom: 118px;
  }
  #shopify-section-template--15157333917743__16504720157e55b196 .book_progress_wrapper{
    margin-bottom: 0;
  }
  .book_progress_wrapper{
    display: flex;
    margin-bottom: 123px;
    align-items: center;
  }
  .book_progress_counter{
    font-size: 17px;
    line-height: 20px;
    font-family: Garamond,Baskerville,Caslon,serif;
  letter-spacing: -0.17px;
  color: #311D35;
    margin-right: 12px;
  }
  .book_progress_bar{
    width: 100%;
    height: 7px;
    border-radius: 3px;
    background: rgba(139,16,38,0.2);
  }
  .book_progress_bar span{
    width: 0%;
    display: block;
    height: 7px;
    border-radius: 3px;
    background: rgba(139,16,38,1);
  }  
  
  @media(max-width:1150px){
    #shopify-section-template--15157333917743__16504720157e55b196 .content-area{
      width: 100%;
      padding: 0px;
    }
  }
  @media(max-width:1024px){
    #shopify-section-template--15157333917743__16504720157e55b196 .book-image img[data-rimg=loaded] {
      width: 50%;
      object-fit: scale-down;
    }
    .book-item-wraper{
      background-image: none;
    }
    .book-container .book-item-section .our-heritage-text-container{
      padding: 30px 17px 10px;
    }
  }
/* Heritage mobile slider */
/*   shopify-section-template--15912319451348__1651336137e8dba4d5 */
/*   shopify-section-template--15157333917743__1651336137e8dba4d5 */
  
#shopify-section-template--15157333917743__1651336137e8dba4d5 .slick-prev:before,
#shopify-section-template--15157333917743__1651336137e8dba4d5 .slick-next:before,
#shopify-section-template--15157333917743__1651336137e8dba4d5 .slick-prev,
#shopify-section-template--15157333917743__1651336137e8dba4d5 .slick-next{
  display: none!important;
}
#shopify-section-template--15157333917743__1651336137e8dba4d5{
  display: none;
}
#shopify-section-template--15157333917743__1651336137e8dba4d5 .slick-slide{
  height: 482px;
}
#shopify-section-template--15157333917743__1651336137e8dba4d5 .slick-slide[data-slick-index="1"] .our-heritage-text-container{
  padding-top: 143px;
}
#shopify-section-template--15157333917743__1651336137e8dba4d5 .slick-slide[data-slick-index="17"] .book-image{
  background: #F6E8E2;
  height: 50%;
  display: flex;
  justify-content: center;
}
#shopify-section-template--15157333917743__1651336137e8dba4d5 .slick-slide[data-slick-index="17"] .book-image img{
  padding: 20px 14px;
  width: 274px;
  float: none;
  height: auto;
}
#shopify-section-template--15157333917743__1651336137e8dba4d5 .slick-slide[data-slick-index="21"] .book-image{
  background: #F6E8E2;
  height: 50%;
  display: flex;
  justify-content: center;
}
  #shopify-section-template--15157333917743__1651336137e8dba4d5 .slick-slide[data-slick-index="21"] .book-image img{
  padding: 20px 14px;
  width: 274px;
  float: none;
  height: auto;
}
#shopify-section-template--15157333917743__1651336137e8dba4d5 .slick-slide[data-slick-index="23"] .book-item-section{
  display: flex;
  flex-direction: column-reverse;
}
#shopify-section-template--15157333917743__1651336137e8dba4d5 .slick-slide[data-slick-index="23"] .book-image{
  background: #F6E8E2;
/*   height: 50%; */
  display: flex;
  justify-content: center;
  padding: 0px 49px 63px;
}
#shopify-section-template--15157333917743__1651336137e8dba4d5 .slick-slide[data-slick-index="23"] .book-image img{
  width: 203px;
  float: none;
  height: auto;
}
#shopify-section-template--15157333917743__1651336137e8dba4d5 .book-item-wraper{
  max-height: 510px;
}
#shopify-section-template--15157333917743__1651336137e8dba4d5 .book-container .book-item {
/*   background: #F6E8E2; */
  overflow: hidden;
  height: 482px;
}  
#shopify-section-template--15157333917743__1651336137e8dba4d5 .our-heritage-text-container{
  background: #F6E8E2;
  height: 100%;
/*   overflow: auto; */
  padding: 7px 10px;
}
#shopify-section-template--15157333917743__1651336137e8dba4d5 .book-image img{
  width: auto;
  height: 482px;
  object-fit: scale-down;
}
#shopify-section-template--15157333917743__1651336137e8dba4d5 .slider_progress_wrapper{
    margin-bottom: 30px;
}
  .slider_progress_wrapper{
        display: flex;
        margin-bottom: 123px;
        align-items: center;
      }
      .slider_progress_counter{
        font-size: 17px;
        line-height: 20px;
        font-family: Garamond,Baskerville,Caslon,serif;
    letter-spacing: -0.17px;
    color: #311D35;
        margin-right: 12px;
      }
      .slider_progress_bar{
        width: 100%;
        height: 7px;
        border-radius: 3px;
        background: rgba(139,16,38,0.2);
      }
      .slider_progress_bar span{
        width: 0%;
        display: block;
        height: 7px;
        border-radius: 3px;
        background: rgba(139,16,38,1);
      }  
  
@media(max-width: 1024px){
  #shopify-section-template--15157333917743__16504720157e55b196{
    display: none;
  }
  #shopify-section-template--15157333917743__1651336137e8dba4d5{
    display: block;
  }
  #shopify-section-template--15157333917743__1651336137e8dba4d5 .book-image img[data-rimg=loaded]{
    width: 100%;
  }
}
@media(max-width: 600px){
  #shopify-section-template--15157333917743__1651336137e8dba4d5 .our-heritage-text-container .book-text{
    font-size: 14px;
    line-height: 14px;
  }   
  #shopify-section-template--15157333917743__1651336137e8dba4d5 .our-heritage-text-container .book-page-title-one{
    font-size: 29px;  
    line-height: 29px;
    margin-bottom: 24px;
  }
  #shopify-section-template--15157333917743__1651336137e8dba4d5 .slick-slide[data-slick-index="12"] .book-text {
    margin-bottom: 5px;
  }
}
  
  
#shopify-section-template--15912319451348__165049415020bb88f9{
  height: 111px;
  background: #FFF8F4;	
}
@media(max-width: 1024px){
  #shopify-section-template--15912319451348__165049415020bb88f9{
    display:none;
  }   
} 
  
/****** Page OUR LAB  ******* */
  
/* SLider Head */
  
  #shopify-section-template--15157334114351__1647939695d1602aab .image-wrap img{
    object-position: center;
  }
  
  
  
  /*  NEW Our Passion */
/*   shopify-section-template--15911808663764__1651616339f85c0602 */
/*   shopify-section-template--15157334114351__1651616339f85c0602 */
  
  #shopify-section-template--15157334114351__1651616339f85c0602 .home-section.picture-block{
    padding: 102px 0 100px 0px;
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  #shopify-section-template--15157334114351__1651616339f85c0602 .content-area{
    width: 100%;
  }
  #shopify-section-template--15157334114351__1651616339f85c0602 .picture-block-wrapper{
    background: #F6EDE8;
    display: flex;
    width: 100%;
    height: 490px;
  }
  #shopify-section-template--15157334114351__1651616339f85c0602 .centering-wrapper{
    padding: 0px 20px 0px 120px;
  }
  #shopify-section-template--15157334114351__1651616339f85c0602 .picture-block-image{
/*     min-width: 590px;
    max-width: 590px; */
    width:100%;
/*     max-height: 490px; */
  }
  #shopify-section-template--15157334114351__1651616339f85c0602 .slick-dotted.slick-slider{
    max-width: 590px;
    float: right;
  }
  #shopify-section-template--15157334114351__1651616339f85c0602 .picture-block-content{
    max-width: 416px;
  }
  #shopify-section-template--15157334114351__1651616339f85c0602 .picture-block-heading{
    text-transform: uppercase;
  }
  .slick-dots li.slick-active button:before{
    background: #707070!important; 
    color: #707070!important;
    border-radius: 50%!important;
    width: 5px!important;
    height: 5px!important;
    line-height:5px!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%)!important;
    opacity: 1!important;
  }
  .slick-dots li button:before{
    background: #FFFFFF!important; 
    color: #FFFFFF!important;
    border-radius: 50%!important;
    border:1px solid #707070!important;
    width: 5px!important;
    height: 5px!important;
    line-height:5px!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%)!important;
    opacity: 1!important;
  }
  @media(max-width:1024px){
    #shopify-section-template--15157334114351__1651616339f85c0602 .home-section.picture-block{
      flex-direction: column-reverse;
      padding: 0;
      background:#F6EDE8;
    }
    #shopify-section-template--15157334114351__1651616339f85c0602 .picture-block-image{
      min-width: auto;
      max-width: 100%;
      width: 100%;
    }
    #shopify-section-template--15157334114351__1651616339f85c0602 .picture-block-image img{
      width: auto;
      min-height: 510px;
      object-fit: cover;
      object-position:center;
    }
    #shopify-section-template--15157334114351__1651616339f85c0602 .picture-block-image .slick-slide[data-slick-index="0"] .slider-our-lab-item img{
      object-position: right;
    }
    #shopify-section-template--15157334114351__1651616339f85c0602 .picture-block-image .slick-slide[data-slick-index="1"] .slider-our-lab-item img{
      object-position: center;
    }
    #shopify-section-template--15157334114351__1651616339f85c0602 .picture-block-image .slick-slide[data-slick-index="2"] .slider-our-lab-item img{
      object-position: center;
    }
    #shopify-section-template--15157334114351__1651616339f85c0602 .centering-wrapper{
      padding: 31px 27px 29px;
      background:#FFF8F4;
    }
    #shopify-section-template--15157334114351__1651616339f85c0602 .picture-block-wrapper{
      background: #F6EDE8;
      display: flex;
      width: 100%;
      height: auto;
    }
    #shopify-section-template--15157334114351__1651616339f85c0602 .slick-dotted.slick-slider{
      max-width: 100%;
      float: none;
    }
    
  }
  
  
/*  New  Two Sections Labaratory  */
/*   #shopify-section-template--15911808663764__1651652840e47c935b */
/*   #shopify-section-template--15157334114351__1651652840e47c935b */
  
  #shopify-section-template--15157334114351__1651652840e47c935b .home-section.picture-block{
    padding: 102px 0 100px 0px;
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    background: #F6EDE8;
  }
  #shopify-section-template--15157334114351__1651652840e47c935b .content-area{
    width: 100%;
  }
  #shopify-section-template--15157334114351__1651652840e47c935b .picture-block-wrapper{
    background: #FFF8F4;
    display: flex;
    justify-content: flex-end;
    width: 51%;
    height: 490px;
  }
  #shopify-section-template--15157334114351__1651652840e47c935b .centering-wrapper{
    padding: 0px 200px 0px 0px;
  }
  #shopify-section-template--15157334114351__1651652840e47c935b .picture-block-image{
    min-width: 590px;
    max-width: 590px;
  }
  #shopify-section-template--15157334114351__1651652840e47c935b .picture-block-content{
    max-width: 400px;
  }
  #shopify-section-template--15157334114351__1651652840e47c935b .picture-block-heading{
    text-transform: uppercase;
  }
  #shopify-section-template--15157334114351__1651652840e47c935b .slick-dots li.slick-active button:before{
    background: #707070; 
    color: #707070!important;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    line-height:5px!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  #shopify-section-template--15157334114351__1651652840e47c935b .slick-dots li button:before{
    background: #FFFFFF; 
    color: #FFFFFF!important;
    border-radius: 50%;
    border:1px solid #707070!important;
    width: 5px;
    height: 5px;
    line-height:5px!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  @media(max-width:1024px){
    #shopify-section-template--15157334114351__1651652840e47c935b .home-section.picture-block{
      flex-direction: column;
      padding: 0;
    }
    #shopify-section-template--15157334114351__1651652840e47c935b .picture-block-image{
      width: 100%;
      min-width: auto;
      max-width: 100%;
    }
    #shopify-section-template--15157334114351__1651652840e47c935b .picture-block-image img{
      width: auto;
      min-height: 510px;
      object-fit: cover;
      object-position: left;
    }
    #shopify-section-template--15157334114351__1651652840e47c935b .picture-block-image .slick-slide[data-slick-index="0"] .slider-our-lab-item img{
      object-position: left;
    }
    #shopify-section-template--15157334114351__1651652840e47c935b .picture-block-image .slick-slide[data-slick-index="1"] .slider-our-lab-item img{
      object-position: center;
    }
    #shopify-section-template--15157334114351__1651652840e47c935b .picture-block-image .slick-slide[data-slick-index="2"] .slider-our-lab-item img{
      object-position: right;
    }
    
    #shopify-section-template--15157334114351__1651652840e47c935b .centering-wrapper{
      padding: 31px 27px 29px;
      background:#F6EDE8;
    }
    #shopify-section-template--15157334114351__1651652840e47c935b .picture-block-wrapper{
      height: auto;
  } 
  }
  @media(max-width: 700px){
    #shopify-section-template--15157334114351__1651652840e47c935b .home-section.picture-block{
      flex-direction: column-reverse;
    }
  }
  
  /* NEW  THE SECRET OF OUR UNIQUE QUALITY*/
/*   shopify-section-template--15911808663764__16516056514c77eed2 */
/*   shopify-section-template--15157334114351__16516056514c77eed2 */
  
  #shopify-section-template--15157334114351__16516056514c77eed2{
    background: #FFF8F4;
  }
  #shopify-section-template--15157334114351__16516056514c77eed2 .picture-block-wrapper{	
    display: flex;
  }
  #shopify-section-template--15157334114351__16516056514c77eed2 .picture-block-wrapper::before{	
    content: "";
    position: absolute;
    bottom: -3px;
    left: -238px;
    width: 274px;
    height: 372px;
    background: #F6EDE8;
    z-index: 1;
  }
  #shopify-section-template--15157334114351__16516056514c77eed2 .home-section.picture-block{
    padding: 100px 0;
    width: 100%;
  }
  #shopify-section-template--15157334114351__16516056514c77eed2 .picture-block-image{
    width: 51%;
    z-index:2;
/*     max-height: 510px; */
  }
  #shopify-section-template--15157334114351__16516056514c77eed2 .picture-block-heading{
    text-transform: uppercase;
  }
  #shopify-section-template--15157334114351__16516056514c77eed2 .slick-dots li.slick-active button:before{
    background: #707070; 
    color: #707070!important;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    line-height:5px!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  #shopify-section-template--15157334114351__16516056514c77eed2 .slick-dots li button:before{
    background: #FFFFFF; 
    color: #FFFFFF!important;
    border-radius: 50%;
    border:1px solid #707070!important;
    width: 5px;
    height: 5px;
    line-height:5px!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  @media(max-width:1024px){
    #shopify-section-template--15157334114351__16516056514c77eed2 .home-section.picture-block{
      flex-direction: column-reverse;
      padding:0 0 10px 0;
      background: #F6EDE8;
    }
    #shopify-section-template--15157334114351__16516056514c77eed2 .picture-block-wrapper{	
      background: #FFF8F4;
    }
    #shopify-section-template--15157334114351__16516056514c77eed2 .picture-block-image{
      width: 100%;
    }
    #shopify-section-template--15157334114351__16516056514c77eed2 .picture-block-image img{
      width: auto;
      min-height: 510px;
      object-fit: cover;
    }
    #shopify-section-template--15157334114351__16516056514c77eed2  .centering-wrapper{
      padding: 39px 28px 35px;
    }
    #shopify-section-template--15157334114351__16516056514c77eed2 .picture-block-wrapper::before{
      display: none;
    }
  }
  
#fc_frame{
  position: absolute;
}
  
    
/* Footer   */
#shopify-section-static-footer{
  min-height: 221px;
  background-color: #8b1026;
}  
#main-footer .newsletter a, #main-footer .contact a, #main-footer .footer-menu a, #main-footer .social a, .main-footer .sub-footer nav~p, .main-footer .sub-footer nav~p a , .main-footer .connect .social .title, .main-footer .sub-footer nav a, .main-footer .connect .social .social-link svg{
  color: #FFF8F4;
}
.main-footer{
  display:flex;
  margin-top: 0px;
  padding: 41px 15px 0;
  justify-content: space-between;
  height: 100%;
}
.main-footer .connect .social .title{
  margin:0 0 22px 8px;
}
.main-footer .social .social-link svg{
  margin-right: 12px;
  max-width: 23px;
  height: auto;
}
.static-footer{
  background-color:#8B1026;
  height: 100%;
}
.main-footer .sub-footer{
  margin: 0px;
  flex-direction: column-reverse;
}
#main-footer .newsletter, #main-footer .contact, #main-footer .footer-menu, #main-footer .social{
  padding: 0;
  color: #FFF8F4;
}
#main-footer .connect{
width: max-content;
border: none;
display: flex;
flex-wrap: wrap;
}
#main-footer .connect p{
  margin-top: 0;
  margin-bottom: 14px;
}
#main-footer .footer-menu a{
  font-size:18px;
  line-height:22px;
  font-weight: 600;
}
#main-footer .connect>li{
  width: max-content;
  height: auto;
  padding: 0; 
  text-align: start;
  display: block;
  border:none;
}
#main-footer .connect .infos{
  margin-right: 119px;
}
.main-footer .sub-footer__section--left{
  display: flex;
}
.main-footer .sub-footer p{
  margin: 0px 0px 5px 0px;
}
.main-footer .social-title{
  font-size:18px;
  line-height: 22px;
  color: #FFF8F4;	
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
}
.footer-nav-title{
  margin-bottom: 5px;
  color: #FFF8F4;
  font-size:18px;
  line-height: 22px;
  font-weight: 600;
}
.footer-service-title{
  color: #FFF8F4;
}
.footer-button-app{
  width:max-content;
  height: auto;
  display: flex;
  margin:0 12px 0 0;
}

.footer-button-app-item{
  width:130px;
  height: 40px;
  background-color: #FFF8F4;
  border-radius:6px;
}
.footer-button-app-item{
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #3D2541;
}
.footer-button-app-item img{
  display:inline-block;
}
#main-footer .newsletter a:hover, #main-footer .contact a:hover, #main-footer .footer-menu a:hover{
  color:#fff8f4;
  text-decoration: underline;
}
#main-footer .social a:hover{
  color:#ffffff;
}
.main-footer .sub-footer__section--right{
  display: none;
}
.footer-email__container{
  padding: 0 0 22px 0;
}
.footer-email__container .newsletter-wrap input{
  border-radius: 6px;
  color: #ffffff;
  transition: 0.3s;
}
.footer-email__container .newsletter-wrap .email::placeholder{
    color: #ffffff;
}
.footer-email__container .newsletter-wrap .email:active,
.footer-email__container .newsletter-wrap .email:focus{
    border: 1px solid #ffffff;
    color:#ffffff;
    transition: 0.3s;
}
.footer-email__container .newsletter-wrap .email:focus::placeholder{
    color:#ffffff;
}
  @media(max-width: 1024px){
    #main-footer .connect .infos{
      margin-right: 25px;
    }
  }
  @media(max-width: 959px){
    .footer-email__container{
      display: none;
    }
  }
  @media(max-width: 900px){
    .main-footer{
      width: 70%;
      flex-wrap: wrap;
      padding: 41px 10px 41px;
    }
    #main-footer .newsletter, #main-footer .contact, #main-footer .footer-menu, #main-footer .social{
      margin-bottom: 20px;
    }
    
    .picture-block-image img{
/*       width: auto!important;
      min-height: 510px!important;
      object-fit: cover!important;
      object-position: left; */
    }
  }
  @media(max-width: 720px){
    .main-footer{
      flex-direction: column;
      align-items: center;
    }
    .main-footer .social .social-links{
      text-align: center;
    }
    #main-footer .connect{
      flex-direction: column;
      align-items: center;
    }
    #main-footer .connect .infos{
      margin: 0 0 34px 0;
      text-align: center;
    }
    #main-footer .connect>li{
      text-align: center;
    }
    #main-footer .footer-menu .footer-nav-title{
      margin-bottom: 11px;
    }
    .sub-footer__section--left{
      flex-direction: column;
      align-items: center;
    }
    .footer-button-app{
      margin-right: 0px;
    }
    .footer-button-app .app-item-apple{
      margin-bottom: 27px;
    }
  }
  

/*  ************  */
  
  
.main-header nav.full .nav-item .dropdown-wrap .dropdown-item a,
.main-header nav.full .nav-item .dropdown-wrap .dropdown-item details {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
}
.template-page .slide .content .title,
.template-contact .slide .content .title,
.template-product .slide .content .title,
.template-index .slide .content .title{
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -0.6px;
  color: #FFF8F4;
}
.template-page .slideshow--desktop-height-natural .image-wrap img,
.template-contact .slideshow--desktop-height-natural .image-wrap img,
.template-product .slideshow--desktop-height-natural .image-wrap img,
.template-index .slideshow--desktop-height-natural .image-wrap img{
  max-height:665px;
}
  .centering-wrapper{
    position:relative;
  }
  .picture-block-undertitle{
    font-size:33px;
    line-height: 40px;
  }
  .picture-block-content p{
    font-size:19px;
    line-height: 23.5px;
    letter-spacing: -0.19px;
  }
  .section-title{
    font-weight: 600;
  }
  .section-undertitle, .picture-block-undertitle{
    font-style: italic!important;
  }
  @media(max-width:1300px){
    .centering-wrapper{
      position:relative;
    }
  }
  @media(max-width:1024px){
    .picture-block-content{
      max-width: 100%!important;
    }
    .picture-block-heading{
      text-align: center!important;
    }
    .section-undertitle{
      text-align: center!important;
    }
    .section-undertitle, .picture-block-undertitle{
      text-align: center!important;
      font-style: italic!important;
      font-weight: 600;
    }
  }
  
  @media(max-width:700px){
    .picture-block-content{
      padding: 0;
    }
    .picture-block-content p{
      font-size:17px;
      line-height: 20px;
      letter-spacing: -0.17px;
    }
    .picture-block-heading{
      font-size: 25px;
      line-height: 35px;
    }
    .section-title{
      font-size: 34px!important;
      line-height: 35px!important;
    }
    .section-undertitle, .picture-block-undertitle{
      font-size: 24px!important;
      line-height: 24px!important;
    }
    .picture-block-image{
      width: 100%!important;
    }
    .content-inner-wrap .title{
      font-size: 36px!important;
      line-height: 43px!important;
    }
  }
  
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&display=swap');
  body{
    font-family: 'Cormorant Garamond', serif!important;
  }
  
/*  Product Description */
  
  .product-area{
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .product-area .product-gallery{
    width: 40%
  }
  .product-area .product-details-wrapper{
    width: 60%;
  }
  .product__title{
    color: #8B1026;
/*     text-align: start; */
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600!important;
  }
  .description-product .product-text-container-buttons{
    margin-bottom: 33px;
    display: flex;
  }
  .description-product .product-text{
    text-align: start;
    font-size: 20px;
    line-height: 24px;
  }
  .description-product .product-text-container-buttons .product-button{
    width: max-content;
/*     height:37px; */
    height: auto;
    font-size:24px;
    line-height:29px; 
    font-weight: 600;
    color: #8B1026;
    border-bottom: 1px solid #8B1026;
    letter-spacing: -1px;
  }
  .description-product .product-text-container-buttons .button-history{
    margin-right: 50px;
  }
  .description-product .product-text-block{
    display: none;
  }
  .description-product .product-history-block.active{
    display: block;
  }
  .description-product .product-ingridients-block.active{
    display: block;
  }
  .description-product .product-button{
    opacity: 0.5;
    padding-bottom: 8px;
  }
  .description-product .product-button.active{
    opacity: 1;
  }
  .template-product .featured-text-container h2{
    color: #8B1026;
  }
  .template-product .featured-text-container .rte p:nth-child(1){
    margin-bottom:140px;
  }
  .product-details-alignment-center .options{
    padding: 0;
  }
  .template-product .product-area .product-details li a{
    text-decoration: underline;
    font-size:22px;
  }
  
  
  
/*   new links  block*/
/*   #shopify-section-template--15961816793300__1652271869105a802b .home-section{
  padding: 0;
    margin: 0 auto;
    position:inherit;
    min-height: 270px;
    
  } 
  #shopify-section-template--15961816793300__1652271869105a802b .custom-product-link-block{
    min-height: 200px;
    display: flex;
    flex-direction: column;
    margin-bottom:50px;
    position: absolute;
    top: 690px;
    margin-left: 20px;
  } */
  
/*   Product Description Links */
/*   shopify-section-template--15961816793300__1652440976246ac597 */
/*   shopify-section-template--15157333360687__1652440976246ac597 */
  
  #shopify-section-template--15157333360687__1652440976246ac597 .home-section{
  padding: 0;
    margin: 0 auto;
    position:inherit;
    min-height: 140px;
    
  } 
  #shopify-section-template--15157333360687__1652440976246ac597 .custom-product-link-block{
/*     min-height: 200px; */
    display: flex;
    flex-direction: column;
    margin-bottom:50px;
    position: absolute;
    top: 690px;
    margin-left: 20px;
  }
  .custom-droduct-link-title{
    font-weight: 600;
    font-size: 24px;
    line-height:29px; 
    margin-bottom:5px;
    color: #8B1026;
    text-decoration: underline;
  }
  .custom-product-link-block .link-two{
    font-size: 24px;
    line-height:29px; 
    font-weight: 600;
    text-decoration: underline;
    display: flex;
    align-items: center;
  }
  .custom-product-link-block .link-one{
    margin-bottom: 40px;
    font-size: 18px;
    line-height:18px;
    font-weight: 600;
  }
  .custom-product-link-block .link-two img{
    width:16px;
  }
  .product-gallery--viewport--figure .product-gallery--media-wrapper{
    min-height: 400px
  }
  
@media(max-width: 1024px){
  .product-area{
    display: flex;
    flex-direction: column;
  }
  .product-area .product-details-wrapper{
    width: 100%;
    padding: 0;
  }
  .description-product .product-text-container-buttons{
    flex-direction: column;
    align-items: center;
    width: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .description-product .product-text-container-buttons .product-button{
    
  }
  .description-product .product-text-container-buttons .button-history{
    margin-right: 0;
  }
  .description-product .product-text-container-buttons .product-button:last-child {
    border-bottom: none;
  }
  .description-product .product-button{
    padding: 0;
  }
  .product-area .product-gallery{
    padding-top: 100px;
  }
  .product__title{
    position: absolute;
    top:20px;
    left:50%;
    transform: translate(-50%, 0);
    width: 100%;
  }
/*   #shopify-section-template--15961816793300__1652271869105a802b .custom-product-link-block{
    min-height: auto;
    position: initial;
    margin-bottom:0px;
    margin-left: 0px;
  }
  #shopify-section-template--15961816793300__1652271869105a802b .home-section{
    min-height: auto;
  } */
  
  #shopify-section-template--15157333360687__1652440976246ac597 .custom-product-link-block{
    min-height: auto;
    position: initial;
    margin-bottom:0px;
    margin-left: 0px;
  }
  #shopify-section-template--15157333360687__1652440976246ac597 .home-section{
    min-height: auto;
  }
  
  
  .custom-product-link-block .link-one{
    font-size: 16px;
    margin-bottom: 19px;
    padding: 3px  28px 0px 28px;
  }
  .custom-product-link-block .link-two{
    padding: 23px  49px 23px 49px;
    background: #FFF8F4;
    font-size: 20px;
    text-align: center;
  }
  .custom-droduct-link-title{
    font-size: 20px;
/*     padding: 0 23px 0 28px; */
    margin-bottom: 0px;
  }
}
@media(max-width: 700px){
  .product-area .product-gallery{
    width: 100%;
  }
  .product-gallery--viewport--figure{
    width: 100%;
  }
  .product-gallery--viewport--figure img{
/*     width: 80%; */
  }
/*   .product-area .product-gallery{
    padding-top: 110px;
  } */
  .picture-block-heading{
    margin-bottom: 18px!important;
  }
  .product__title{
    font-size: 28px;
  }
}
  
  
/* Product  collection  1 */
  
.template-collection .page-body-content{
  margin-bottom: 50px;
}
.template-product .content.content-area{
  margin-bottom: 10px;
}
  
.shopify-policy__container{
  margin-bottom: 150px;
}
  #shopify-section-template--15961692143828__165168997255d66402 .home-section{
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 50px;
  }
  #shopify-section-template--15961816793300__1651762512cc7b5c61 .home-section{
    margin: 0px;
    padding: 0px;
    margin: 0 auto;
  }
  #shopify-section-template--15961816793300__1651762512cc7b5c61 .featured-text{
    text-align: start;
    padding: 20px;
  }  
  
  
  .subscription_button a{
    padding: 4px 15px 4px;
    border-radius: 13px;
    font-size: 17px;
    line-height: 21px;
    color: #FFF8F4;
    height: 29px;
/*     font-family: Garamond,Baskerville, Caslon, serif; */
    font-family: 'Cormorant Garamond', serif;
    font-style: normal;
    font-weight: 600;
    position: relative;
    display: inline-block;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #8b1026;
    border: 1px solid #8b1026;
    transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1) background-color, 0.15s cubic-bezier(0.4, 0, 0.2, 1) border-color;
  }
  
  .template-list-collections .page-title .label{
    color: #92001A;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
  }
  .template-list-collections .collections .label{
    color: #92001A;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
  }
  .template-list-collections .rte{
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    line-height: 24px;
  }
  .template-list-collections .rte p{
  font-size: 20px;
    line-height: 24px;
  }
  .template-collection .page-title.collection-title .label{
    color: #92001A;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
  }
  .template-collection .collection-title .rte{
    font-family: 'Cormorant Garamond', serif;
  }
  .template-collection .collection-title .rte span{
    font-size: 20px;
    line-height: 24px;
  }
  .template-product .product__description .rte p,
  .template-product .product__description .rte li{
    font-size: 20px;
    line-height: 24px;
  }
  
  
/*  Slick  */
  
  #shopify-section-template--15157334245423__1650293806c7fa3e76 .slick-next{
    top: 40%!important;
  }
  #shopify-section-template--15157334245423__1650293806c7fa3e76 .slick-prev{
    top: 40%!important;
  }
  .slick-prev:before, .slick-next:before{
    color: #92001A!important;
    font-size:50px!important;
  }
/*   .picture-block .picture-block-image */
  .slick-next{
    right: 10px!important;
    position: absolute;
    top: 50%!important;
    border-radius: 50%;
    height: 30px!important;
    width: 30px!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    font-size: 20px!important;
    cursor: pointer!important;
    background: rgba(255, 255, 255, 0.6)!important;
    box-shadow: 0 0 20px 0 rgb(150 150 150)!important;
  }
  .slick-next:before{
    content: "\203A"!important;
/*     content: "\276F"!important; */
    position: absolute!important;
    top: 35%!important;
    left: 53%!important;
    transform: translate(-50%, -50%)!important;
  }
/*   .picture-block .picture-block-image  */
  .slick-prev{
    left: 10px!important;
    z-index:5000!important;
    position: absolute!important;
    top: 50%!important;
    border-radius: 50%!important;
    height: 30px!important;
    width: 30px!important;
    display: flex!important;
    justify-content: center!important; 
    align-items: center!important;
    font-size: 20px!important;
    cursor: pointer!important;
    background: rgba(255, 255, 255, 0.6)!important;
    box-shadow: 0 0 20px 0 rgb(150 150 150)!important;
  }
  .slick-prev:before{
  content: "\2039"!important;
    position: absolute!important;
    top: 35%!important;
    left: 47%!important;
    transform: translate(-50%, -50%)!important;
/*     opacity: 1!important; */
  }
  
@media(max-width: 700px){
  .slick-prev:before, .slick-next:before, .picture-block .picture-block-image .slick-next, .picture-block .picture-block-image .slick-prev{
/*     display: none!important; */
  }
}
  
  
.display-off{
opacity: 0
}  
.template-page .slide .content-inner-wrap.center{
  height: 100%;	
}
.template-page .slideshow--loaded .slide.active .title{
  padding-bottom: 70px;
}
@media(max-width: 700px){
  .template-page .slideshow--loaded .slide.active .title{
    padding-bottom: 60px;
  }
  .template-page .slide .content{
    padding:0;
  }
}
video{
  cursor:pointer!important;
  object-fit: cover;
  object-position: center;
  max-height: 665px;
}
input,
textarea{
  background: #FFF8F4;
}
  
  
/* Search */
.template-search .results-label{
  font-size: 19px;
}
.template-search .result .details .title{
  font-size: 19px;
}
.template-search .result .details .price{
  font-size: 19px;
}
.search__filters-title{
  font-size: 19px;
}
.static-search .page-title .label{
  color: #92001A;
}
.static-search .results-search-form{
  background: #FFF8F4;
}
  

  
.page-body-content {
  max-width: 1920px;
  margin: auto;
}
  
#shopify-section-static-header{
  max-width: 1920px;
  margin: auto;
}
#homevideo{
  min-height: 211px;
}
  @media (min-width: 1600px) {
      #shopify-section-template--15157334245423__165222564118a642e1 {
      background-color: black; 
    }
    #homevideo {
      object-fit: contain;
      max-height: 665px;
    }
}
  
/* Contacts */
  
#shopify-section-template--15157333491759__main .page-title .label{
  color: #92001A; 
}
  
/* Quintessential Collection Product Banner */
/*   shopify-section-template--15963362099412__1655215353df375a64 */
/*   shopify-section-template--15157333721135__1655215353df375a64 */
  
/* #shopify-section-template--15963362099412__1655203930d82dd2bb hab-slider{
}
  
#shopify-section-template--15963362099412__1655203930d82dd2bb hab-slider hab-slide{
  flex-flow: inherit;
  color: #92001A; 
}
#shopify-section-template--15963362099412__1655203930d82dd2bb hab-slider hab-slide hab-slide-title{
  margin-right: 50px; 
}  */

#shopify-section-template--15157333721135__1655215353df375a64{
  min-height:60px;
}
#shopify-section-template--15157333721135__1655215353df375a64 .home-section{
/*   margin:0 auto;
  padding: 0; */
  
} 
#shopify-section-template--15157333721135__1655215353df375a64 .featured-text-container{
  margin: 0 auto;
  padding:0;
}  
#shopify-section-template--15157333721135__1655215353df375a64 .featured-text-container .featured-text{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 10px;
  padding: 5px;
}  
#shopify-section-template--15157333721135__1655215353df375a64 .featured-text-container h2{
  width: auto;
  margin: 0;
  font-size: 20px!important;
  line-height: 22px!important;
  text-transform: inherit;
  margin-right: 20px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
}  
#shopify-section-template--15157333721135__1655215353df375a64 .featured-text-container .rte{
  width: 206px;
  min-width: 206px;
  margin: 12px;
  font-size: 24px;
  line-height: 24px;
/*   border: 1px solid #92001A; */
  border-radius: 6px;
  transition: 0.6s;
  background:#8B1026;
} 
#shopify-section-template--15157333721135__1655215353df375a64 .featured-text-container .rte:hover{
  transform:scale(1.1);
  transition: 0.6s;
}
#shopify-section-template--15157333721135__1655215353df375a64 .featured-text-container .rte p{
  margin: 5px;
}
#shopify-section-template--15157333721135__1655215353df375a64 .featured-text-container .rte a{
  color: #FFF8F4;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
}
#shopify-section-template--15157333721135__1655215353df375a64 .featured-text-container .rte p:nth-child(1){
/*   margin-bottom: 0; */
}
  @media(max-width: 1024px){
    #shopify-section-template--15157333721135__1655215353df375a64 .featured-text-container .featured-text{
      flex-direction: column;
    }
    #shopify-section-template--15157333721135__1655215353df375a64 .featured-text-container .rte{
/*       font-size: 18px;
      line-height: 20px; */
    }
  }
  
/* Quintessential Collection Banner   */
/*   shopify-section-template--16107912265940__1655223033ad26d2d9 */
/*   shopify-section-template--15157333819439__1655223033ad26d2d9 */
  
#shopify-section-template--15157333819439__1655223033ad26d2d9 .hab-tabs-wrapper{
  display: flex;
  align-items: center;
  flex-flow: inherit;
  justify-content: center;
  margin: 25px;
}  
#shopify-section-template--15157333819439__1655223033ad26d2d9 .hab-tabs-titles .hab-tab-title{
  background: none;
  font-size: 20px;
  line-height: 22px;
  text-transform: inherit;
  color: #92001A;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  text-align:center;
}
#shopify-section-template--15157333819439__1655223033ad26d2d9 .hab-tabs .hab-tab{
  background: none;
  width: 206px;
  min-width: 206px;
  margin: 12px;
  border-radius: 6px;
  transition: 0.6s;
  background:#8B1026;
  padding: 5px 10px;
  text-align: center;
}  
#shopify-section-template--15157333819439__1655223033ad26d2d9 .quintessential-collection-answer-link{
/*   width: 206px; */
/*   min-width: 206px; */
/*   margin: 12px; */
  font-size: 24px;
  line-height: 24px;
/*   border-radius: 6px; */
/*   transition: 0.6s; */
/*   background:#8B1026; */
  color: #FFF8F4;
/*   padding: 5px 10px; */
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
}  
#shopify-section-template--15157333819439__1655223033ad26d2d9 .hab-tabs .hab-tab:hover{
  transform:scale(1.1);
  transition: 0.6s;
}

  @media(max-width: 1024px){
    #shopify-section-template--15157333819439__1655223033ad26d2d9 .hab-tabs-wrapper{
      flex-direction: column;
    }
  }
  
/* Checkouts   */

/*     font-family: 'Cormorant Garamond', serif; */
  
  
/* Menu */
.main-header nav.full .nav-item.last{
  /* display:none; */
  margin-left: auto;
}
.main-header nav.full .nav-item.last a{
  font-size: 15px;
}
.mobile-dropdown .list .list-item.last a{
  text-transform: inherit;
    text-decoration: underline;
}
  
h1, h2, h3, h4, h5, h6{
  font-family: 'Cormorant Garamond', serif!important;
}  
.page-title .label{
  font-family: 'Cormorant Garamond', serif!important;
}  
.cart-mini-item-vendor, .cart-mini-item-title, .cart-mini-item-variant, .cart-mini-item-selling-plan, .cart-mini-item-quantity, .cart-mini-item-remove{
  font-family: 'Cormorant Garamond', serif!important;
}
html .shopify-payment-button .shopify-payment-button__button--unbranded, .lsr-footer-viewall, .collections .collection .browse, .featured-collections .collection .browse, .subcollection-link, .pxs-newsletter-form-button, .newsletter-wrap .submit, .shopify-challenge__button, .action-button, .promo-block--button, .promo-block--secondary .promo-block--button, .product-card-interaction, .disclosure__submit, .cart-mini-actions .action-button, html .shopify-payment-button .shopify-payment-button__button, .product-form-has-spb .submit, .product-form .product-submit, .password-page-field-wrap .submit, .template-page .slide .content .call-to-action, .template-contact .slide .content .call-to-action, .template-product .slide .content .call-to-action, .template-index .slide .content .call-to-action, .cart-submit, .cart-update, .customer.addresses .edit-add-address .submit-wrap .action-button, .customer .account-form .submit-button, .action-button.submit, .action-button.unavailable{
  font-family: 'Cormorant Garamond', serif!important;
}
  
  
.page-body-content{
  width:100%;
  min-height: 600px;
}
.mymodel_two_section{
  display:none;
}
.shopify-challenge__container{
  padding: 50px 0px;
}
.shopify-challenge__container .g-recaptcha{
    padding: 20px 0;
}    
@media(max-width:550px){
    .shopify-challenge__container .g-recaptcha div{
      margin-left:5px;
    }
}
@media(min-width:959px){
  #main-footer .social .social-links .whatsapp{
    display: none;
  }
  .main-header--minimal .main-header .social-links{
    display: flex;
  }
}


.tl-custom-position.top-right{
  top: 10px!important;
  right: 10px!important;
}
.tl-custom-position{
  box-shadow: none!important;
}

.tl-switcher-container.tl-switcher-container.tl-custom-position{
  border: none!important;
  background-color: #FFF8F4!important;
}
.tl-options{
  background-color: #FFF8F4!important;
}


.page-width>.fera-allReviews{
  width: 90%!important;
}

.fera-productReviews{
  width: 90%!important;
  margin: 72px auto!important;
}


.testimonials-section{
  display: block;
  max-width: 100%;
  width: 100%;
  background: #FFF8F4;
  padding: 58px 0 43px;
  margin-top: 0px;
}
.testimonials-section .section-title{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 41px;
  line-height: 01;
  font-weight: 600;
  color: #92001A;
  margin-bottom: 5px;
  padding: 0 28px;
}
.testimonials-section .section-title br{
  display: none;
}
.testimonials-container{
  display:flex;
  flex-wrap: wrap;
}
.left-image-container,
.right-image-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.testimonials-heading{
  width: 100%;
}
.testimonials-undertitle{
  text-align: center;
  padding: 0 20px;
}
.title-container{
  margin-bottom: 72px;
}
.testimonials-block{
  width: 50%;
}
.testimonials-item{
  margin: 10px;
}
.testimonials-image-container{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.testimonials-image-container img{
  object-fit: cover;
  width: 300px;
  height: 360px;
}
.testimonials-item img{
  max-width: 300px;
}
.testimonials-text-container{
  padding: 0 25px;
}
.testimonials-text-content p {
  font-size: 19px;
  line-height: 23.5px;
  letter-spacing: -0.19px;
}
.testimonials-section .image-description{
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 21.6px;
  letter-spacing: 1.5px;
}
.testimonials-section .image-description  br:nth-child(1) {
  display: none;
}
@media(max-width: 960px){
  .testimonials-block{
    width: 100%;
  }
  .title-container {
    margin-bottom: 18px;
  }
}

.fera-allReviews-review.for-product{
  position: relative;
  flex-basis: 30%!important;
  padding: 32px!important;
  background: #ffffff;
  max-width: 350px;
  max-height: 175px;
  margin-bottom: 100px;
  border-radius: 10px;
}
.fera-allReviews-review.for-product::before{
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: rotate(45deg);
  background: #ffffff;
  width: 20px;
  height: 20px;
}
.fera-allReviews-review-content {
  display: flex;
  flex-direction: column;
  position: initial!important;
}
.fera-allReviews-review .fera-allReviews-review-date{
  order: 1;
  display: flex;
  position: relative!important;
}

.fera-allReviews-review .fera-allReviews-review-customer{
  position: absolute;
  bottom: -75px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}
.fera-allReviews-review .fera-allReviews-review-customer-location-row{
  color: #474A57!important;
}
.fera-allReviews .fera-allReviews-heading{
  border: none!important;
}

.fera-allReviews{
  margin-top: 0!important;
  padding-top: 72px!important;
  margin-bottom: 0!important;
}




.home-signature-container{
  position: relative;
}
.home-signature-text{
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 500!important;
  font-size: 30px!important;
  line-height: 44px!important;
  text-align: center;
  max-width: 566px;
}
.home-signature-text::before{
  content: '';
  position: absolute;
  background: url(https://cdn.shopify.com/s/files/1/0633/2452/0660/files/quotes.svg?v=1678308133);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 36px;
  height: 30px;
  top: -30px;
  left: -40px;
  opacity: 0.3;
}

.home-signature-name{
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600!important;
  font-size: 19px!important;
  line-height: 135%!important;
  text-align: right;  
  color: #8B1026;
  position: relative;
}
.home-signature-name:before{
  content: '';
  position: absolute;
  background: #8B1026;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 40px;
  height: 0.5px;
  top: 12px;
  right: 150px;
}
.home-signature-date{
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400!important;
  font-size: 19px!important;
  line-height: 135%!important;
  text-align: right;
  color: #8B1026;
}


/*  Home signature  */
#shopify-section-template--15157334245423__24effcc5-40c1-4756-b484-8919bcd40ae5{
  background:#F6EDE8 ;
}
#shopify-section-template--15157334245423__24effcc5-40c1-4756-b484-8919bcd40ae5 .centering-wrapper{
  padding:100px 77px 0 100px;
}
#shopify-section-template--15157334245423__24effcc5-40c1-4756-b484-8919bcd40ae5 .home-section.picture-block{
  max-width: 100%;
  width: 100%;
  padding: 76px 0px 0px;
  background: none;
  display: flex;
  align-items: center;
}
#shopify-section-template--15157334245423__24effcc5-40c1-4756-b484-8919bcd40ae5 .picture-block-wrapper{
  width: 50%;	
  min-height: 650px;
  background: #FFF8F4;
}
#shopify-section-template--15157334245423__24effcc5-40c1-4756-b484-8919bcd40ae5 .picture-block-heading{
  margin-bottom: 0px;
}
#shopify-section-template--15157334245423__24effcc5-40c1-4756-b484-8919bcd40ae5 .picture-block-undertitle{
  margin-bottom: 30px;
/*     text-align: center; */
}
#shopify-section-template--15157334245423__24effcc5-40c1-4756-b484-8919bcd40ae5 .picture-block-image{
  z-index: 50;
  right: 0;
  max-height: 510px;
}
#shopify-section-template--15157334245423__24effcc5-40c1-4756-b484-8919bcd40ae5 .picture-block-image img{
  min-height: 510px;
  object-fit: cover;
  object-position: top;
  transform: translate(0, 0);
}
@media(max-width: 1024px){
  #shopify-section-template--15157334245423__24effcc5-40c1-4756-b484-8919bcd40ae5 .picture-block-wrapper{
    min-height: auto;
  }
  #shopify-section-template--15157334245423__24effcc5-40c1-4756-b484-8919bcd40ae5 .home-section.picture-block{
    flex-direction: column;
    padding: 0;
  }
  #shopify-section-template--15157334245423__24effcc5-40c1-4756-b484-8919bcd40ae5 .picture-block-image{
    width: 100%;
  }
  #shopify-section-template--15157334245423__24effcc5-40c1-4756-b484-8919bcd40ae5 .centering-wrapper{
    padding: 48px 48px 17px;
  }
  #shopify-section-template--15157334245423__24effcc5-40c1-4756-b484-8919bcd40ae5 .home-signature-text{
    font-size: 24px!important;
  }
}
@media(max-width: 700px){
  #shopify-section-template--15157334245423__24effcc5-40c1-4756-b484-8919bcd40ae5 .home-section.picture-block{
    flex-direction: column-reverse;
  }
  #shopify-section-template--15157334245423__24effcc5-40c1-4756-b484-8919bcd40ae5 .picture-block-image img{
    min-height: auto;
    max-height: 510px;
    object-fit: cover;
    object-position: top;
  }
  #shopify-section-template--15157334245423__24effcc5-40c1-4756-b484-8919bcd40ae5 .picture-block-heading{
    margin-bottom: 18px;
  }
}
@media(max-width: 500px){
  #shopify-section-template--15157334245423__24effcc5-40c1-4756-b484-8919bcd40ae5 .picture-block-image img{
    transform: translate(0, 0);
  }
}

#shopify-section-template--15157334245423__24effcc5-40c1-4756-b484-8919bcd40ae5 .picture-block-wrapper-back{
  min-height: 100%;
  width: 100px;
  position: absolute;
  background: #FFF8F4;
  top:0;
  left: -8%;
  z-index: 1;
}

.sub-footer .footer-email__container .connect{
  width: 100%;
}
.sub-footer .footer-email__container .connect .newsletter{
  width: 100%;
}
.footer-email__container .newsletter-wrap .submit{
  right: 12px;
  background: url(/cdn/shop/files/arrow-right.svg?v=1678395488);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 22px;
  height: auto;
  color: rgba(0, 0, 0, 0);

}
.footer-email__container .newsletter-wrap .submit:hover{
  border: none;
}
.footer-email__container .newsletter-wrap .email{
  padding: 10px 12px;
  border: none;
  background: none;
}
.footer-email__container .newsletter-wrap .email:active,
.footer-email__container .newsletter-wrap .email:focus{
  border: none;
}
.sub-footer .newsletter-wrap{
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 6px;
}

.main-footer .footer-message,
.main-footer .email {
  max-width: 500px;
  margin: 0 auto;
  font-size: 14px;
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  display: flex;
  align-items: center;
}
.main-footer .connect .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: right;
  letter-spacing: 0.5px;
  color: #FFFFFF;
}

.main-footer{
  padding: 41px 0px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.locale-selectors__content{
  display: grid!important;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1200px;
  margin: 0!important;
  padding: 0!important;
  margin: 0 auto!important;
}
.locale-selectors__content form{
  grid-column:2;
  justify-content: flex-start;
  padding: 10px 0;
}

.locale-selectors__label+.locale-selectors__label{
  margin: 0.5em!important;
}
.locale-selectors__selector.locale-selectors__selector{
  margin: 0.3em!important;
}
@media(max-width: 900px){
  .locale-selectors__content{
    display: flex!important;
  }
}
@media(max-width: 768px){
  .main-footer{
    display: flex!important;
  }
}


/* New home */
.home-section.home-section {
  width: 100%;
  padding: 76px 0px 0px;
}

.home-section.slideshow{
  max-height: 717px;
}

.home-custom-image-width-text.home-custom-image-width-text{
  background:#F6EDE8 ;
}
.home-custom-image-width-text.home-custom-image-width-text .centering-wrapper{
  padding:100px 119px 100px 100px;
}
.home-custom-image-width-text.home-custom-image-width-text{
  max-width: 100%;
  width: 100%;
  padding: 76px 0 101px;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-custom-image-width-text.home-custom-image-width-text .picture-block-wrapper{
  width: 50%;	
  background: #FFF8F4;
}
.home-custom-image-width-text.home-custom-image-width-text .picture-block-heading{
  margin-bottom: 0px;
}

.home-custom-image-width-text.home-custom-image-width-text .picture-block-undertitle{
  margin-bottom: 30px;
}
.home-custom-image-width-text.home-custom-image-width-text .picture-block-image{
  z-index: 50;
  right: 0;
  max-height: 450px;
}
@media(max-width: 1024px){
  .home-custom-image-width-text.home-custom-image-width-text .picture-block-wrapper{
    min-height: auto;
  }
  .home-custom-image-width-text.home-custom-image-width-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .home-custom-image-width-text.home-custom-image-width-text .picture-block-image{
    width: 100%;
  }
  .home-custom-image-width-text.home-custom-image-width-text .centering-wrapper{
    padding: 48px 28px 17px;
  }
}
@media(max-width: 700px){
  .home-custom-image-width-text.home-custom-image-width-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .home-custom-image-width-text.home-custom-image-width-text .picture-block-image img{
    min-height: 510px;
    max-height: 510px;
    -o-object-fit: cover;
        object-fit: cover;
    -o-object-position: top;
        object-position: top;
  }
  .home-custom-image-width-text.home-custom-image-width-text .picture-block-heading{
    margin-bottom: 18px;
  }
}
@media(max-width: 500px){
  .home-custom-image-width-text.home-custom-image-width-text .picture-block-image img{
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.home-custom-image-width-text.picture-block-right .picture-block-wrapper-back{
  min-height: 100%;
  width: 100px;
  position: absolute;
  background: #FFF8F4;
  top:0;
  right: -8%;
  z-index: 1;
}
.home-custom-image-width-text.picture-block-left .picture-block-wrapper-back{
  min-height: 100%;
  width: 100px;
  position: absolute;
  background: #FFF8F4;
  top:0;
  left: -8%;
  z-index: 1;
}
@media(max-width: 1024px){
  .home-custom-image-width-text.home-custom-image-width-text .picture-block-wrapper-back{
    display:none;
  }
}

/* .template-page .slide .content .tagline, .template-contact .slide .content .tagline, .template-product .slide .content .tagline, .template-index .slide .content .tagline{} */

.template-index .slide .content .tagline {
  color: #ffffff;
}

.template-page .slide .image-overlay, .template-contact .slide .image-overlay, .template-product .slide .image-overlay, .template-index .slide .image-overlay{
  display: block!important;
}
.template-index .slide .image-overlay {
  display: block!important;
}

.custom-list .logo-list-container{
  padding: 28px 0;
}
.custom-list .logo-list-item{
  padding: 20px 0; 
}
.custom-list .our-range-logo{
  height: 73px;
  background: #ffffff;
  -webkit-box-shadow: 12px 13px 0px rgba(105, 32, 40, 0.05);
          box-shadow: 12px 13px 0px rgba(105, 32, 40, 0.05);
}
.custom-list .range-logo-name{
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  color: #2D1A30;
}

.custom-list .our-range-logo-text-block{
  width:100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 22px 26px;
}
.custom-list .our-range-logo-text-block:hover{
  background: #ffffff;
}
.custom-list .our-range-logo-text-block .range-logo-name:hover{
  color: #2D1A30;
}
.custom-list .our-range-logo-text-block:hover .range-logo-name{
  color: #2D1A30;
}
.home-section{
  margin-top: 0;
}

.home-section > .section-title{
  text-transform: capitalize;
}
.section-custom-list{
  background: #FEF8F4;
}
.logo-list-button.button{
  font-size: 24px;
  font-weight: 600;
}

.home-section.custom-our-range .text-description{
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: justify;
  color: #3D2541;
  font-family: Montserrat;
}

.home-section.custom-our-range .our-range-logo-text-block:hover {
  background: none;
}
.home-section.custom-our-range .our-range-button{
  background: none;
  color: #3D2541;
  text-decoration: underline;
  display: block;
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 135%;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 0;
}

.home-section.custom-our-range .our-range-button-block{
  width: auto;
  text-align: center;
  margin: 0 auto;
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
            justify-content: center;
}
.home-section.custom-our-range .logo-list-container{
  padding-top: 47px;
}

.home-section.custom-our-range .range-logo-name{
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 30px;
  text-align: start;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  color: #8B1026;
  padding: 18px 0 12px;
}
.home-section.custom-our-range .logo-list-item .logo-list-item-wrap{
  max-width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.home-section.custom-our-range .logo-list-item img{
  width: 100%;
}

.section-undertitle{
  font-family: 'Montserrat';
  font-style: normal!important;
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  text-align: center;
  color: #311D35;
}

.section-custom-list .logo-list-item{
  margin: 0 25px 0 0;
  min-width: 285px;
}
.section-custom-list .custom-list .our-range-logo{
  border-left: 5px solid #8B1026;
}

.section-title{
    margin-bottom: 22px;
}



/* custom-click-section */
.custom-click-section{
  background: #FEF8F4;
}
.custom-click-section .logo-list-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 500px;
  position: relative;
}

.custom-click-section .logo-list-item-wrap{
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-click-section .our-range-logo{
  width: 45%;
  position: relative;
  border-left: 8px solid #ffffff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
}
.custom-click-section .image-container{
  width: 50%;
}
.custom-click-section .image-container img{
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}
.custom-click-section .logo-list-item .image-container{
  display: none;
}
.custom-click-section .logo-list-item.active .image-container{
  display: block;
}

.custom-click-section .text-description{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: start;
  color: #3D2541;
}
.custom-click-section .logo-list-item .range-logo-name{
  text-transform:capitalize;
}
.custom-click-section .logo-number{
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  font-size: 46px;
  line-height: 46px;
  position: absolute;
  top: 14px;
  left: 16px;
}
.custom-click-section .logo-list-item .our-range-logo-text-block{
  padding: 30px 30px 30px 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
            align-items: start;
} 

.custom-click-section .logo-list-item.active .our-range-logo{
  background: #ffffff;
  border-left: 8px solid #8B1026;
  -webkit-box-shadow:0px 4px 4px rgba(0, 0, 0, 0.05);
            box-shadow:0px 4px 4px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.custom-click-section .logo-list-item:hover .our-range-logo-text-block{
  background: none;
}
.custom-click-section .logo-list-item:hover .our-range-logo{
  background: #ffffff;
  border-left: 8px solid #8B1026;
  -webkit-box-shadow:0px 4px 4px rgba(0, 0, 0, 0.05);
            box-shadow:0px 4px 4px rgba(0, 0, 0, 0.05);
}
.custom-click-section .logo-list-item:hover .range-logo-name{
  color: #8B1026;
}

.custom-click-section .home-section.custom-click{
  padding: 76px 0px 100px;
  margin-bottom: 20px;
}

.custom-home-our-range{
  margin-bottom: 20px;
}
.custom-home-slider-our-range{

}
.logo-list-container {
  margin: 0;
}
.home-section.custom-click .range-logo-name{
  color: #8B1026;
  font-family: Cormorant Garamond;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  margin-bottom: 12px;
  text-align: start;
}
.custom-click-section .custom-click-list.active .range-logo-name{
  font-weight: 700;
}

@media(max-width:768px){
  .custom-click-section .image-container img{
    width: 100%;
    height: auto;
    position: inherit;
  }
  .custom-click-section .image-container{
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    position: relative;
    margin-bottom: 20px;
  }
  .custom-click-section .our-range-logo{
    width: 100%;
  }
  .custom-click-section .logo-list-item-wrap{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .section-undertitle, .picture-block-undertitle {
    font-family: 'Montserrat';
    font-style: normal!important;
    font-weight: 400;
    font-size: 14px!important;
    line-height: 135%!important;
  }
  .custom-list .range-logo-name{
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.5px;
  }
  .section-custom-list .logo-list-item{
    margin: 0 10px 0 0;
    min-width: 165px;
    padding: 0 0 10px 0;
    width: 45%;
  }
  .custom-home-slider-our-range{
    display: none;
  }
  .custom-home-our-range .logo-list-container{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .custom-home-our-range .logo-list-container .logo-list-item{
    width: 100%;
  }
  .section-home-image-text .home-custom-image-width-text .picture-block-image img{
    min-height: 100%!important;
    max-height: 100%!important;
    -o-object-fit: inherit!important;
        object-fit: inherit!important;
    -o-object-position: inherit!important;
        object-position: inherit!important;
  }
  .custom-list .our-range-logo-text-block{
    padding: 10px;
  }
  .custom-click-section .custom-click-list.active .text-description{
    font-size: 14px!important;
  }
  .custom-click-section .logo-list-item .range-logo-name{
    color: #8B1026;
    font-family: Cormorant Garamond;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    text-align: start;
  }
  .custom-click-section .text-description{
    color: #3D2541;
    text-align: justify;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }
  .custom-click-section .custom-click-list{
    padding: 0px;
  }
  .custom-click-section .logo-list-item .our-range-logo-text-block{
    padding: 20px 20px 20px 46px ;
  }
  .home-section.custom-our-range .text-description{
    font-style: normal;
    color: #3D2541;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }
  .custom-click-section .logo-number{
    font-size: 40px;
    line-height: 40px;
    top:8px;
  }
  .custom-home-our-range .our-range-logo-text-block{
    align-items: center!important;
  }
  .custom-home-our-range .our-range-logo-text-block .text-description{
    margin-bottom: 20px;
  }
  .logo-list-button-container{
    margin-bottom: 20px;
  }
  
}
  
.custom-list .logo-list-item .logo-list-item-wrap {
  max-width: 285px;
}

.custom-home-our-range .our-range-button-block {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.custom-home-our-range .our-range-logo-text-block {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.custom-home-our-range .range-logo-name {
  font-weight: 600;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 0.5px;
}
.custom-home-our-range .logo-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-home-image-text{
  margin-bottom: 16px;
}
.section-home-image-text .home-custom-image-width-text {
  background: #fff8f4;
}
.section-home-image-text .picture-block-undertitle {
  padding-top: 20px;
  margin-bottom: 10px;
  color: #3d2541;
  font-style: inherit !important;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
}


.section-home-custom-before-after .home-section {
  padding: 0 0 80px 0;
}
.section-home-custom-before-after .testimonials-undertitle {
  color: #311d35;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
}

.section-home-image-text .home-signature-name:before {
  left: 100px;
}

/* new test */

.section-home-custom-before-after .home-section {
    padding: 0 0 56px 0;
}

.section-custom-list .home-section.custom-list {
    padding: 56px 0px 0px;
}

.home-custom-image-width-text.home-custom-image-width-text .centering-wrapper{
    padding: 90px;
}

.home-signature-text::after{
    content: '';
    position: absolute;
    background: url(https://cdn.shopify.com/s/files/1/0633/2452/0660/files/quotes.svg?v=1678308133);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
        transform: scaleX(-1);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 36px;
    height: 30px;
    bottom: 85px;
    right: -32px;
    opacity: 0.3;
}
.home-section.custom-our-range .range-logo-name{
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.home-section.custom-our-range .our-range-button-block{
    padding-top: 0;
}

.home-section.slideshow .slide.last .content{
    position: relative;
}


.home-section.slideshow .slide .content .title {
  font-size: 62px!important;
  line-height: 110%;
  text-transform: capitalize!important;
}

.home-section.slideshow .slide .content .call-to-action{
  background: #ffffff;
  color: #8b1026;
  font-size: 24px;
  line-height: 24px;
  padding: 11px 45px;
  text-transform: capitalize;
  border-radius: 8px;
}
.home-section .section-undertitle{
  font-family: 'Montserrat';
  font-style: normal;
  text-align: justify;
  color: #3D2541;
  text-transform: inherit;
  text-align: center;
}
@media(max-width: 1200px){
    .home-section.slideshow .slide .content .title {
      font-size: 38px!important;
    }
}
@media (max-width: 859px){
  .logo-list-title-line {
      display: block;
      width: 35px;
  }
}
@media (max-width: 1024px){
  .home-custom-image-width-text.home-custom-image-width-text .centering-wrapper {
    padding: 48px 28px;
  }
}

@media(max-width: 768px){
  .home-signature-text::before{
    width: 22px;
    height: 20px;
  }
  .home-signature-text::after{
    width: 22px;
    height: 20px;
  }
  .home-section.slideshow .slide .content .title {
      font-size: 24px!important;
  }
  .home-section.slideshow .slide .content .tagline {
    font-family: 'Montserrat'!important;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    color:white;
  }
  .home-section.slideshow .slide .content .call-to-action {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    width: 250px;
    margin: 0 auto;
    margin-top: 24px;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
  }
  .home-section.home-section{
      padding: 30px 0px 0px!important;
  }
  .custom-click-section .home-section.custom-click{
      padding: 50px 0px 0px;  
  }
  .slide .image-wrap{
      height: 325px!important;
  }
  .home-section.slideshow .slide .image-wrap img{
      /* height: 325px!important; */
      -o-object-fit: contain;
          object-fit: contain;
      -o-object-position: center!important;
          object-position: center!important;
  }
  .section-home-image-text .picture-block-heading{ 
      font-family: 'Cormorant Garamond';
      font-style: normal;
      font-weight: 600;
      font-size: 24px;
      line-height: 130%;
      text-align: left!important;
  }
  .section-home-image-text .picture-block-undertitle{
      padding-top: 0px;
      margin-bottom: 10px;
      text-align: left!important;
  }
  .home-section .section-title{
      font-family: 'Cormorant Garamond';
      font-style: normal;
      font-weight: 600;
      font-size: 24px!important;
      line-height: 32px!important;
      text-align: center;
      color: #92001A;
  }
  .home-section .section-undertitle.section-title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px!important;
    line-height: 150%!important;
    text-align: justify;
    color: #3D2541;
    text-transform: inherit;
    padding: 0px 20px;
  }
  .home-section.home-section .section-undertitle{
    font-size: 14px!important;
  }
  .template-page .slideshow--loaded .slide.active .title{
    padding-bottom: 0px!important;
  }
  .home-custom-image-width-text.home-custom-image-width-text .centering-wrapper {
    padding: 0px 28px;
  }
  .home-section.custom-our-range .range-logo-name{
    text-align: center;
    font-family: Cormorant Garamond;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.5px;
    text-transform: inherit;
  }
}
.template-page .slideshow--loaded .slide.active .title{
  padding-bottom: 0px!important;
}

body {
  background-color: #F3E9E8;
}

.logo-list-button.button{
  text-transform: capitalize;
}

.custom-home-slider-our-range{
  background: #fef8f4;
}

.logo-list-button-container{
  padding-top: 10px;
}

.home-signature-container p{
  letter-spacing: inherit;
}
.home-signature-container .home-signature-name{
  margin-bottom: 0;
}
.home-signature-container .home-signature-date{
  font-weight: 600!important;
}

#shopify-section-template--16732494430420__main{
  display: none;
}

.template-page .slide .content,
.template-contact .slide .content,
.template-product .slide .content,
.template-index .slide .content {
  width: 70%;
  max-width: 70%;
  padding: 0 15px!important;
  text-align: left;
}

.template-page .slide .content-inner-wrap.center{
  height: auto;
}

.instagram-container{
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
.instagram-container .insta-text-row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.instagram-container .insta-title{
  color:#3D2541;
  text-align: start;
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 600;
  line-height: 135%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-left: 60px;
  position: relative;
}

.instagram-container .insta-title::before{
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: #3D2541;
  left: 0;
  top: 9px;
}
#insta-feed#insta-feed {
  width: 100%;
  max-width: 1300px;
  margin: 30px auto 72px;
  text-align: center;
}
#insta-feed .instafeed-container{
  margin-right: 26px;
  max-width: 300px;
}
#insta-feed a:last-of-type .instafeed-container{
  margin-right: 0px;
}

.content-area{
  max-width:1300px;
}

.section-home-custom-before-after .content-area{
  max-width: inherit;
}
.instagram-container .insta-text-row .insta-tagname{
  font-family: Cormorant Garamond;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.instagram-container .insta-text-row span{
  color: #3D2541;
  text-decoration: underline;
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 0;
}
@media(max-width: 768px){
  .template-page .slideshow .slide .content,.template-contact .slideshow .slide .content,.template-product .slideshow  .slide .content, .template-index .slideshow .slide .content {
    position: static;
    width: 100%!important;
    max-width: 550px!important;
    padding: 35px 30px 45px!important;
    margin: 0 auto!important;
    text-align: center!important;
  }
  #insta-feed#insta-feed {
    padding: 0;
  }
  .instagram-container{
    padding: 0 10px;
  }
  .instagram-container .insta-text-row .insta-tagname{
    font-family: Cormorant Garamond;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
  }
  .instagram-container .insta-text-row{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #insta-feed .instafeed-container{
    width: 45%!important;
    margin: 5px!important;
    padding-top: 50%!important;
  }
  
  
}


/* // Testimonials  */
#shopify-section-template--16732494430420__63d870e6-b81b-4024-bbc0-e9c6421c9c1a .fera-allReviews{
  max-width: 1300px;
  padding: 60px 0px!important;
}
.fera-allReviews{
  max-width: 1300px;
  padding: 60px 0px!important;
}
.fera-allReviews .fera-allReviews-heading .fera-allReviews-heading-col2{
  display: none;
}

.fera-allReviews .fera-allReviews-heading{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fera-allReviews .fera-allReviews-review{
  width: 900px;
  min-width: 900px;
  border-radius: 0;
  padding: 34px 65px!important;
}
#shopify-section-template--16732494430420__63d870e6-b81b-4024-bbc0-e9c6421c9c1a{
  background: #FEF8F4;
}

#shopify-section-template--16732494430420__63d870e6-b81b-4024-bbc0-e9c6421c9c1a .home-section.home-section{
  padding: 0;
}
.fera-allReviews .fera-allReviews-footer .button{
  padding: 4px 18px!important;
  line-height: 22px;
}
.fera-allReviews .fera-allReviews-heading-header{
  position: relative;
  color: #92001A;
  text-align: center;
  font-size: 44px!important;
  font-family: Cormorant Garamond!important;
  font-weight: 600;
  line-height: 130%;
  text-transform: capitalize;
}
.fera-allReviews .fera-allReviews-heading-col1 .text-link{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fera-allReviews .fera-allReviews-heading-col1{
  position: relative;
}
.fera-allReviews .fera-allReviews-heading-col1::before{
  content: "";
  position: absolute;
  top: 50%;
  left: -100px;
  -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  width: 70px;
  height: 5px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  display: inline-block;
  margin: 0 20px;
}

.fera-allReviews .fera-allReviews-heading-col1::after{
  content: "";
  position: absolute;
  top: 50%;
  right: -100px;
  -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  width: 70px;
  height: 5px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  display: inline-block;
  margin: 0 20px;
  
}
.fera-allReviews .fera-allReviews-review-body,
.fera-allReviews .truncated-text,
  .fera-allReviews .full-text{
  color: #311D35;
  text-align: center;
  font-size: 30px;
  font-family: Cormorant Garamond;
  font-style: italic;
  font-weight: 500;
  line-height: 44px;
  position: relative;
}


.fera-allReviews .truncated-text::before,
.fera-allReviews .full-text::before{  
  content: '';
  position: absolute;
  background: url(https://cdn.shopify.com/s/files/1/0633/2452/0660/files/quotes.svg?v=1678308133);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 36px;
  height: 30px;
  top: -20px;
  left: -40px;
  opacity: 0.3;
}
.fera-allReviews .truncated-text::after,
.fera-allReviews .full-text::after {
  content: '';
  position: absolute;
  background: url(https://cdn.shopify.com/s/files/1/0633/2452/0660/files/quotes.svg?v=1678308133);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 36px;
  height: 30px;
  bottom: 0px;
  right: -32px;
  opacity: 0.3;
}
.fera-allReviews-review .fera-allReviews-review-date{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media(max-width: 1024px){
  .fera-allReviews .fera-allReviews-review{
    width: 100%;
    min-width: 100%;
    border-radius: 0;
  }
}
@media(max-width: 768px){
  .fera-allReviews .fera-allReviews-heading-col1::before{
    display: none;
  }
  .fera-allReviews .fera-allReviews-heading-col1::after{
    display: none;
  }
  .fera-allReviews .fera-allReviews-review-body,
  .fera-allReviews .truncated-text,
  .fera-allReviews .full-text{
    font-size: 18px;
    font-family: Cormorant Garamond;
    font-style: italic;
    font-weight: 500;
    line-height: 32px;
    padding: 20px;
  }
  .fera-allReviews .fera-allReviews-heading-header{
    font-size: 24px!important;
    font-family: Cormorant Garamond;
    font-weight: 600;
    line-height: 32px;
  }
  .fera-allReviews .fera-allReviews-review{
    padding: 20px!important;
  }
  .fera-allReviews .truncated-text::before, .fera-allReviews .full-text::before{
    width: 20px;
    height: 20px;
    left: 0;
  }
  
  .fera-allReviews .truncated-text::after, .fera-allReviews .full-text::after{
    width: 20px;
    height: 20px;
    right: 0;
  }
  .fera-allReviews{
    margin: 0;
  }

}

#shopify-section-template--16732494430420__1a46d3ea-d6d9-44e6-9154-720796df426b{
  background: #FEF8F4;
  padding: 72px 20px 30px;
}
#shopify-section-template--15769957761236__164699939191d0a27e{
  background: #FEF8F4;
  padding: 72px 20px 30px;
}
#shopify-section-template--15157334245423__1685713111fec53fc3{
  background: #FEF8F4;
  padding: 72px 20px 30px;
}
.custom-home-slider-review{
  background: #FEF8F4;
}

.custom-home-slider-review .custom-review{
  min-height: 300px;
}
.custom-home-slider-review .text-review{
  color: #311D35;
  text-align: center;
  font-size: 30px;
  font-family: Cormorant Garamond;
  font-style: italic;
  font-weight: 500;
  line-height: 44px;
  margin-bottom: 20px;
  position: relative;
}

.custom-home-slider-review .text-container{
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  padding: 53px 117px 80px;
  position: relative;
  -webkit-box-shadow: 0px 10px 17px 4px rgba(0,0,0,0.15);
          box-shadow: 0px 10px 17px 4px rgba(0,0,0,0.15);
  padding-bottom: 50px;
  margin-bottom: 37px;
}

.custom-home-slider-review .section-title{
  margin-bottom: 44px;
}

.custom-home-slider-review .slick-next,
.custom-home-slider-review .slick-prev{
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
  background: none!important;
}

.custom-home-slider-review .text-review::before{  
  content: '';
  position: absolute;
  background: url(https://cdn.shopify.com/s/files/1/0633/2452/0660/files/quotes.svg?v=1678308133);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 36px;
  height: 30px;
  top: 0px;
  left: -40px;
  opacity: 0.3;
}
.custom-home-slider-review .text-review::after {
  content: '';
  position: absolute;
  background: url(https://cdn.shopify.com/s/files/1/0633/2452/0660/files/quotes.svg?v=1678308133);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 36px;
  height: 30px;
  bottom: 0px;
  right: -40px;
  opacity: 0.3;
}

.custom-home-slider-review .review-text-block::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #ffffff;
  width: 20px;
  height: 20px;
}

.custom-home-slider-review .custom-review-container {
  padding: 0 0 100px;
}

.custom-home-slider-review .slick-dots{
  bottom: 40px;
}

.custom-home-slider-review .review-product-name-row{
  color: #311D35;
  text-align: center;
  font-size: 16px;
  font-family: Cormorant Garamond;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
}

.custom-home-slider-review .review-product-name{
  color:rgba(139, 16, 38, 1);
}
.custom-home-slider-review .review-date{
  color: #808080;
  text-align: center;
  font-size: 16px;
  font-family: Cormorant Garamond;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
}
.custom-home-slider-review .review-author-name{
  color: #8B1026;
  text-align: center;
  font-size: 20px;
  font-family: Cormorant Garamond;
  font-weight: 600;
  line-height: 135%;
}
.slick-dots li button:before{
  background: rgba(139, 16, 38, 1)!important;
  color:  rgba(139, 16, 38, 1)!important;
}
.slick-dots li.slick-active button:before{
  background: rgba(139, 16, 38, 1)!important;
  color: #FEF8F4!important;
  width: 6px!important;
  height: 6px!important;
  font-size: 16px!important;
  line-height: 6px!important;
  border-color: rgba(139, 16, 38, 1)!important;
}
.home-section.slideshow .slide .content .title{
  margin-bottom: 30px;
}

@media(max-width: 768px){
  .custom-home-slider-review .text-container{
    padding: 35px 35px 82px;
  }
  .custom-home-slider-review .text-review{
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
  }
  .custom-home-slider-review .review-author-name{
    font-size: 18px;
    font-weight: 600;
    line-height: 135%;
  }
  .custom-home-slider-review .text-review::before{
    width: 25px;
    height: 20px;
    top: -20px;
    left: -20px;
  }
  .custom-home-slider-review .text-review::after{
    width: 25px;
    height: 20px;
    bottom: -20px;
    right: -20px;
  }
  .home-section.slideshow .content-outer-wrap{
    position: absolute;
  }
  .testimonials-image-container img{
    width: 280px;
    min-width: 280px;
  }
}

@media (max-width: 719px) {
  .content-area, .collection-title-header {
    min-width: 280px;
  }
  .template-page .article,
  .template-contact .article,
  .template-product .article,
  .template-index .article {
      min-width: 280px;
    }
    .subcollection {
      min-width: 280px;
    }
    .collections .collection-wrap, .featured-collections .collection-wrap {
      min-width: 280px;
    }
    .product {
      min-width: 280px;
    }
}

.personal-product-text{
  color: #8B1026;
  text-align: center;
  font-family: Cormorant Garamond;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  text-transform: capitalize;
}
.product__price-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.personal-discount-block{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.first-price{
  text-decoration: line-through;
}
.fera-productReviews-showMore-btn{
  padding: 0px 25px;
}
.subscribe-button.subscribe-button{
  background-color: #F3E9E8;
  color: #8B1026;
  font-family: Cormorant Garamond;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 1.04px;
  text-transform: uppercase;
}

.fera-productReviews.fera-productReviews--list .fera-productReviews-body .fera-productReviews-reviews .fera-productReviews-review .fera-productReviews-review-body{
  font-size: 18px!important;
}


@media (max-width: 1024px){
  .personal-product-text {
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%;
  }
  .product__title{
    top: 70px;
  }
}

#shopify-section-template--16732494430420__b274dde0-6b55-4d50-b5c5-d081569686e6 .picture-block-image{
  padding: 0 68px 0 0;
}

@media(max-width:1024px){
  #shopify-section-template--16732494430420__b274dde0-6b55-4d50-b5c5-d081569686e6 .picture-block-image{
    padding: 0;
  }
}

.custom-home-slider-before-after .logo-list-item .text-description{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 21.6px;
  letter-spacing: 1.5px;
  text-align: center;
  padding-top: 16px;
  font-family: 'Cormorant Garamond', serif;
}
.custom-home-slider-before-after{
  background: #FFF8F4;
}
.custom-home-slider-before-after .home-section{
  padding: 30px 0!important;
}

.custom-home-slider-before-after .section-undertitle{
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  font-style: italic!important;
}

.custom-home-slider-before-after .home-section .logo-list-container{
  padding-top: 0;
}

.custom-home-slider-before-after .home-section .logo-list-item img{
  -o-object-fit: cover;
      object-fit: cover;
  height: 360px;
}

.slider-home-custom .slide{
  background: #000000;
  max-height: 600px;
}
.slider-home-custom .slide img{
  -o-object-fit: contain;
     object-fit: contain;
  object-position: right;
}


.slider-home-custom .content-outer-wrap{
  left: 0!important;
  width: 40%!important;
}

.slider-home-custom .content-inner-wrap{
  left: 0!important;
}
.shopify-section .slider-home-custom.slider-home-custom .content{
  width: 100%!important;
  max-width: 100%!important;
  padding: 0 50px!important;
}
.slider-home-custom .slide .image-wrap{
  width: 60%;
  float: right;
  margin: 40px 0;
  max-height: 520px;
}

.slider-home-custom.slider-home-custom .slide .content .title{
  color: #FFF!important;
  text-align: center!important;
  font-family: Cormorant Garamond!important;
  font-size: 58px!important;
  font-style: normal!important;
  font-weight: 600!important;
  line-height: 110%!important;
  text-transform: capitalize!important;
}
.slider-home-custom .slide .content .tagline{
  color: #FFF!important;
  text-align: center!important;
  font-family: Montserrat!important;
  font-size: 22px!important;
  font-style: normal!important;
  font-weight: 400!important;
  line-height: 150%!important;
}

/* last */
.slider-home-custom .slide.last{
  height: 600px;
}
.slider-home-custom .slide.last .image-wrap{
  width: 100%!important;
  margin: 0!important;
  max-height: 100%;
}
.slider-home-custom .slide.last .image-wrap img{
  object-fit: cover;
}
.slider-home-custom .slide.last .content-outer-wrap{
  left: 50%!important;
}
.slider-home-custom .slide.last .content-inner-wrap{
  left: -50%!important;
}
.slider-home-custom .slide.last .content{
  width: 70%!important;
  max-width:70%!important;
}

.slider-home-custom .slide.last .content-outer-wrap{
  width: 100%!important;
}

.slider-home-custom .prev,
.slider-home-custom .next{
  /* display: none!important; */
}

.shopify-section .slider-home-custom .content br{
  display: none;
}
.slider-home-custom.slider-home-custom .slide .content .title br{
  display: block;
}
.slider-home-custom .jump-to-slide{
  top: inherit!important;
  bottom: 0!important;
}
.slider-home-custom .call-to-action-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider-home-custom .slide .content .tagline{
  text-align: center;
}
.logo-list-button.button{
  height: 40px;
  display: block;
  width: 300px;
  margin: 0 auto;
}
.home-custom-image-width-text.home-custom-image-width-text .picture-block-undertitle{
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.home-custom-image-width-text.home-custom-image-width-text .picture-block-body{
  font-size: 22px;
  text-align: justify;
  font-weight: 400;
  font-style: normal; 
  line-height: 150%;
  font-family: Montserrat!important;
}
.section-undertitle{
  font-size: 22px;
}
.custom-click-section .custom-click-list.active .text-description{
  font-size: 22px;
}
.home-custom-image-width-text.home-custom-image-width-text .picture-block-heading{
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.button{
  border-radius: 6px;
}
.shopify-section-template--16732494430420__2f4ef821-edf6-4ffe-8e3c-73478d8e828d .range-logo-name{
  color: #8B1026;
  font-family: Cormorant Garamond;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
@media(max-width:1024px){
  .shopify-section .slider-home-custom .slide .content .title{
    color: #FFF!important;
    text-align: center!important;
    font-family: Cormorant Garamond!important;
    font-size: 24px!important;
    font-style: normal!important;
    font-weight: 600!important;
    line-height: 130%!important;
  }
  .slider-home-custom .slide .content .tagline{
    color: #FFF!important;
    text-align: center!important;
    font-family: Montserrat!important;
    font-size: 12px!important;
    font-style: normal!important;
    font-weight: 500!important;
    line-height: 140%!important;
    padding: 0 30px!important;
  }
  .slider-home-custom.slider-home-custom .slide .content .title{
    text-align: center!important;
    font-size: 24px!important;
    font-style: normal!important;
    font-weight: 600!important;
    line-height: 130%!important;
  }
  .slider-home-custom .slide .conten .tagline{
    font-size: 16px!important;
    font-style: normal!important;
    font-weight: 400!important;
    line-height: 140%!important;
  }

}


@media(max-width:768px){
  .slider-home-custom .slide{
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
            flex-direction: column-reverse!important;
    /* height: 500px!important; */
  }
  .slider-home-custom .slide.last{
    display: block!important;
  }

  .slider-home-custom .slide .image-wrap{
    width: 90%!important;
    margin: 20px 20px 40px!important;
    align-self: center;
  }
  .slider-home-custom .slide.last .image-wrap{
    height: 100%!important;
  }
  .slider-home-custom .slide.last .image-wrap img{
    height: 100%!important;
  }
  .slider-home-custom .content-outer-wrap{
    position: relative!important;
    width: 100%!important;
  }
  .shopify-section .slider-home-custom.slider-home-custom .content{
    width: 100%!important;
    max-width: 100%!important;
    padding: 0!important;
  }
  
  .slider-home-custom .content-inner-wrap{
    position: relative!important;
    margin: 20px 0!important;
  }
  .slider-home-custom .slide.last .content-inner-wrap{
    position: absolute!important;
  }
  .slider-home-custom .slide.last .content-outer-wrap{
    position: absolute!important;
  }
  .slider-home-custom .slide .content .call-to-action{
    width: auto!important;
  }
  .slider-home-custom .slide .content .call-to-action-wrap{
    width:250px;
    margin: 0 auto;
  }
  .shopify-section .custom-home-slider-before-after .section-undertitle{
    font-weight: 300!important;
    font-size: 12px!important;
    line-height: 140%!important;
    font-style: italic!important;
  } 
  .custom-home-slider-before-after .logo-list-item{
    padding: 0px 20px;
  }
  .custom-home-slider-before-after .slick-dots{
    bottom: -35px;
  }
  .home-section.custom-our-range .logo-list-container{
    padding-top: 0;
  }
  .section-home-image-text .home-signature-name:before{
    display: none;
  }
  .logo-list-button.button{
    height: 40px;
    display: block;
    width: 100%;
  }
  .logo-list-button-container{
    height: 40px;
    padding: 0 35px;
  }
  .home-custom-image-width-text.home-custom-image-width-text .picture-block-heading{
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
  }
  .home-custom-image-width-text.home-custom-image-width-text .picture-block-undertitle{
    font-size: 16px!important;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }
  .home-custom-image-width-text.home-custom-image-width-text .picture-block-body{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .slider-home-custom .slide .content .title{
    margin-bottom: 10px;
  }
  .slider-home-custom .slide .content .title br{
    display: none!important;
  }
  .slider-home-custom .content-inner-wrap{
    position: relative!important;
    margin: 50px 0 30px 0!important;
  }
  .slider-home-custom .prev,
  .slider-home-custom .next{
    top: 50%;
    transform: translate(0, -50%)!important;
  }
  .slick-dots li.slick-active button:before{
    width: 12px!important;
    height: 12px!important;
    font-size: 26px!important;
    line-height: 12px!important;
  }
  
}

.our-range-logo-text-block, .image-wrap, .home-section, .logo-list-container, .logo-list-item, .logo-list-item-wrap, .our-range-logo, .footer-menu, .footer-linklist-one, .footer-menu, .connect, .newsletter-wrap, .contact-form, .newsletter, .module-count-3{
  font-size: 16px;
}
.slider-home-custom .slide .content .call-to-action{
  color: #000!important;
}

.slick-dots li.slick-active button:before{
  width: 13px!important;
  height: 13px!important;
  font-size: 34px!important;
  line-height: 13px!important;
}
.slick-dots li button:before{
  border-color: rgba(139, 16, 38, 1)!important;
  width: 7px!important;
  height: 7px!important;
}

a, button, input[type="button"], input[type="submit"], input[type="reset"], select, textarea {
  outline: none; /* Remove the default outline */
}

/* Apply focus styles when an element is focused */
a:focus, button:focus, input[type="button"]:focus, input[type="submit"]:focus, input[type="reset"]:focus, select:focus, textarea:focus {
  outline: 0.5px solid rgba(139, 16, 38, 0.1)!important; /* Apply a blue outline */
  outline-offset: 0.5px!important; /* Add some space between the element and the outline */
}

body{
  font-size: clamp(11px, 16px, 2rem);
}



.slider-home-custom .jump-to-slide li{
  background-color: #fff;
  opacity:1;
}
.slider-home-custom .jump-to-slide li.active{
  background-color: inherit;
  opacity: 1;
  border: 2px solid #fff;
  transform: scale(1.8)!important;
}

.skip-link {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.skip-link:focus {
  /* position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 10px;
  z-index: 1000; */
  left: auto;
}


/* 
Custom section css  new home page


Slider Home Custom

.home-section {
  padding: 0 !important;
}

Cust Home Image with text

.picture-block-image {
  padding: 0 68px 0 0;
}
@media (max-width: 1024px) {
  .picture-block-image {
    padding: 0;
  }
}

Custom Home List

h2 {
  color: #311d35;
  font-size: 54px;
}
.logoundertitle {
  color: #311d35;
}

Custom Home List
.logo-list-item:last-child {
  max-width: 100%;
  width: 100%;
  margin: 10px 0;
}
.logo-list-item-wrap {
  max-width: 560px;
}
@media (max-width: 768px) {
  .logo-list-item-wrap {
    max-width: 300px;
  }
}
@media (min-width: 1200px) {
  .logo-list-item:last-child {
    width: auto;
  }
}

Cust Home Image with text
.home-custom-image-width-text {
  background: #f3e9e8;
}
@media (max-width: 768px) {
  .home-signature-text {
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .home-custom-image-width-text .centering-wrapper {
    padding: 47px 47px 17px;
  }
  .home-custom-image-width-text {
    flex-direction: column;
  }
}
.centering-wrapper {
  padding: 110px 90px;
}

Custom Home Our Range
.logo-list-item {
  width: 40%;
}
@media (max-width: 768px) {
  .logo-list-item {
    width: 100%;
  }
}

Custom Home Our Range
.our-range-button-block {
  justify-content: start;
}
@media (max-width: 768px) {
  .custom-home-our-range
    .logo-list-container
    .logo-list-item:not(:first-child) {
    display: none;
  }
  .our-range-button-block {
  justify-content: center;
}
  
}
*/