@charset "UTF-8";
/**
** Core files/setup
*/
/**
 * CORE MIXINS
*/
/**
* Calculate the rem value of a unit (eventually)
*/
@keyframes transition-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes transition-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes transition-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes transition-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-row--margin-none {
  margin-bottom: 0 !important;
}
.c-row--margin-small {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 64em) {
  .c-row--margin-small {
    margin-bottom: 1rem;
  }
}
.c-row--margin-smedium {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 64em) {
  .c-row--margin-smedium {
    margin-bottom: 1.875rem;
  }
}
.c-row--margin-default {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64em) {
  .c-row--margin-default {
    margin-bottom: 3.125rem;
  }
}
.c-row--margin-large {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 64em) {
  .c-row--margin-large {
    margin-bottom: 5rem;
  }
}
.c-row--margin-xlarge {
  margin-bottom: 3.125rem;
}
@media only screen and (min-width: 64em) {
  .c-row--margin-xlarge {
    margin-bottom: 6.25rem;
  }
}

/**
** Row layout variables
*/
/**
* ROW--COLUMN
**/
.c-row--column-small .panel-grid-cell {
  padding-left: 1.3125rem;
  padding-right: 1.3125rem;
}
@media only screen and (min-width: 64em) {
  .c-row--column-small .panel-grid-cell {
    padding-left: 1.3125rem;
    padding-right: 1.3125rem;
  }
}
.c-row--column-smedium .panel-grid-cell {
  padding-left: 1.3125rem;
  padding-right: 1.3125rem;
}
@media only screen and (min-width: 64em) {
  .c-row--column-smedium .panel-grid-cell {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.c-row--column-default .panel-grid-cell {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media only screen and (min-width: 64em) {
  .c-row--column-default .panel-grid-cell {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.c-row--column-large .panel-grid-cell {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media only screen and (min-width: 64em) {
  .c-row--column-large .panel-grid-cell {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
.c-row--column-xlarge .panel-grid-cell {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media only screen and (min-width: 64em) {
  .c-row--column-xlarge .panel-grid-cell {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-row--column-small .panel-grid-cell:nth-of-type(1), .c-row--column-smedium .panel-grid-cell:nth-of-type(1), .c-row--column-default .panel-grid-cell:nth-of-type(1), .c-row--column-large .panel-grid-cell:nth-of-type(1), .c-row--column-xlarge .panel-grid-cell:nth-of-type(1) {
    padding-left: 0;
  }
}
@media only screen and (min-width: 64em) {
  .c-row--column-small .panel-grid-cell:last-child, .c-row--column-smedium .panel-grid-cell:last-child, .c-row--column-default .panel-grid-cell:last-child, .c-row--column-large .panel-grid-cell:last-child, .c-row--column-xlarge .panel-grid-cell:last-child {
    padding-right: 0;
  }
}

/**
* ROW--MARGIN
**/
.c-row--margin-small {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64em) {
  .c-row--margin-small {
    margin-bottom: 1.875rem;
  }
}
.c-row--margin-smedium {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64em) {
  .c-row--margin-smedium {
    margin-bottom: 2.5rem;
  }
}
.c-row--margin-default {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64em) {
  .c-row--margin-default {
    margin-bottom: 3.125rem;
  }
}
.c-row--margin-large {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 64em) {
  .c-row--margin-large {
    margin-bottom: 5rem;
  }
}
.c-row--margin-xlarge {
  margin-bottom: 3.125rem;
}
@media only screen and (min-width: 64em) {
  .c-row--margin-xlarge {
    margin-bottom: 6.25rem;
  }
}

/**
** Theme variables
*/
/**
 * BODY
*/
html,
body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}
html.navigation--is-active, html.wishlist-modal--is-active, html.page-header-search--is-active, html.sub-menu--is-active, html.products-filters--is-active {
  height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 39.9375em) {
  html {
    margin-top: 0 !important;
  }
}

body {
  padding-top: 5.625rem;
  color: #232b2b;
  background-color: #fafafa;
}
body[data-backgound-color=white] {
  background-color: #ffffff;
}
@media only screen and (min-width: 64em) {
  body {
    padding-top: 8.75rem;
  }
}
@media only screen and (max-width: 39.9375em) {
  body #wpadminbar {
    display: none !important;
  }
}
body .widget {
  list-style-type: none;
}
body h1 {
  font-size: 1.625rem;
  letter-spacing: 0.4375rem;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (min-width: 64em) {
  body h1 {
    font-size: 2rem;
  }
}
body h2 {
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.3125rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (min-width: 64em) {
  body h2 {
    font-size: 1.5rem;
  }
}
body h3 {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (min-width: 64em) {
  body h3 {
    font-size: 1.125rem;
  }
}
body h4 {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
body h5,
body h6 {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
body .panel-grid {
  position: relative;
  z-index: 1;
}
body.single-post, body.transparent-header {
  padding-top: 0;
}
body .c-row--no-padding-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body .scroll-to-anchor {
  position: absolute;
  pointer-events: none;
  top: -8.75rem;
}
body *[custom-data-stretch-type=full] {
  padding: 1.25rem 0 1.25rem 1.25rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
@media only screen and (min-width: 40em) {
  body *[custom-data-stretch-type=full] {
    padding: 1.875rem;
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
}
@media only screen and (min-width: 64em) {
  body *[custom-data-stretch-type=full] {
    padding: 2.5rem calc(1 * (100vw - 55rem) / 2);
    margin-left: calc(-1 * (100vw - 55rem) / 2);
    margin-right: calc(-1 * (100vw - 55rem) / 2);
  }
}
@media only screen and (min-width: 80em) {
  body *[custom-data-stretch-type=full] {
    padding: 2.5rem calc(1 * (100vw - 70rem) / 2);
    margin-left: calc(-1 * (100vw - 70rem) / 2);
    margin-right: calc(-1 * (100vw - 70rem) / 2);
  }
}
body .flickity-enabled .flickity-viewport {
  width: 100%;
}
body .flickity-enabled .flickity-page-dots {
  bottom: 1.5rem;
  left: 1.5rem;
  width: auto;
}
body .flickity-enabled .flickity-page-dots .dot {
  background-color: transparent;
  border: 0.0625rem solid #ffffff;
  opacity: 1;
  width: 1rem;
  height: 1rem;
  margin: 0 0.25rem;
  border-radius: 1rem;
  position: relative;
}
body .flickity-enabled .flickity-page-dots .dot:after {
  content: "";
  border: 0.0625rem solid #ffffff;
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  background-color: #ffffff;
  position: absolute;
  left: -0.0625rem;
  top: -0.0625rem;
  opacity: 0;
  pointer-events: none;
}
body .flickity-enabled .flickity-page-dots .dot:not(.is-selected):hover {
  background-color: transparent;
}
@media only screen and (min-width: 64em) {
  body .flickity-enabled .flickity-page-dots .dot:not(.is-selected):hover {
    background-color: #ffffff;
  }
}
body .flickity-enabled .flickity-page-dots .dot.is-selected {
  width: 2rem;
  transition: 0.22s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body .flickity-enabled .flickity-page-dots .dot.is-selected:after {
  opacity: 1;
  animation: growDot var(--autoplay-time) ease-in-out forwards;
}
@keyframes growDot {
  0% {
    width: 16px;
  }
  100% {
    width: 32px;
  }
}
body .flickity-enabled .flickity-prev-next-button {
  background-color: transparent;
  transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body .flickity-enabled .flickity-prev-next-button.previous, body .flickity-enabled .flickity-prev-next-button.next {
  top: auto;
  bottom: 0;
  transform: none;
}
body .flickity-enabled .flickity-prev-next-button.previous .flickity-button-icon, body .flickity-enabled .flickity-prev-next-button.next .flickity-button-icon {
  display: none;
}
body .flickity-enabled .flickity-prev-next-button.previous {
  left: 2.3125rem;
}
@media only screen and (min-width: 64em) {
  body .flickity-enabled .flickity-prev-next-button.previous {
    left: 8.5625rem;
  }
}
body .flickity-enabled .flickity-prev-next-button.next {
  right: auto;
  left: 6.25rem;
}
@media only screen and (min-width: 40em) {
  body .flickity-enabled .flickity-prev-next-button.next {
    left: 12.5rem;
  }
}
body .flickity-enabled .flickity-prev-next-button svg g {
  stroke: #232b2b;
}
@media only screen and (min-width: 64em) {
  body .large-20 {
    width: 20%;
  }
}
@media only screen and (min-width: 64em) {
  body .large-80 {
    width: 80%;
  }
}
body a {
  text-decoration: none;
}
body a:focus-visible {
  outline: 0.125rem solid #2989ff;
  outline-offset: 0.125rem;
}
body *:focus {
  outline: none;
}
@media only screen and (max-width: 63.9375em) {
  body .desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 74.9375em) {
  body .desktop-large {
    display: none !important;
  }
}
@media only screen and (min-width: 64em) {
  body .mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 75.0625em) {
  body .mobile-tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 39.9375em) {
  body .medium-up {
    display: none !important;
  }
}
@media only screen and (min-width: 40em) {
  body .medium-down {
    display: none !important;
  }
}
body .s-content-page {
  max-width: 95rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media only screen and (min-width: 40em) {
  body .s-content-page {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media only screen and (min-width: 64em) {
  body .s-content-page {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    min-height: calc(100vh - 495px);
  }
}
body .row {
  max-width: 95rem;
}
body .row .row {
  max-width: 95rem;
}
body .row .row.column, body .row .row.columns {
  margin-left: auto !important;
  margin-right: auto !important;
}

/**
** Header/footer styles
*/
/**
* NAV-INFO
**/
@media only screen and (max-width: 63.9375em) {
  .c-nav-info .menu,
  .menu-info-navigation-container .menu {
    display: flex;
    align-items: center;
  }
}
.c-nav-info .menu .menu-item,
.menu-info-navigation-container .menu .menu-item {
  padding: 0 0.75rem;
  margin: 0;
}
@media only screen and (min-width: 64em) {
  .c-nav-info .menu .menu-item,
  .menu-info-navigation-container .menu .menu-item {
    padding: 0 1.0625rem;
  }
}
.c-nav-info .menu .menu-item:last-child,
.menu-info-navigation-container .menu .menu-item:last-child {
  padding-right: 0;
}
.c-nav-info .menu .menu-item:nth-of-type(1),
.menu-info-navigation-container .menu .menu-item:nth-of-type(1) {
  padding-left: 0;
}
@media only screen and (min-width: 75.0625em) {
  .c-nav-info .menu .menu-item.sibling-is-hovering:before,
  .c-nav-info .menu .menu-item.sibling-is-hovering > a,
  .menu-info-navigation-container .menu .menu-item.sibling-is-hovering:before,
  .menu-info-navigation-container .menu .menu-item.sibling-is-hovering > a {
    opacity: 0.5;
  }
}
.c-nav-info .menu .menu-item a,
.menu-info-navigation-container .menu .menu-item a {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.01875rem;
  color: #232b2b;
}
@media only screen and (min-width: 75.0625em) {
  .c-nav-info .menu .menu-item.sibling-is-hovering,
  .menu-info-navigation-container .menu .menu-item.sibling-is-hovering {
    opacity: 0.5;
  }
}
.c-nav-info .menu .menu-item.search, .c-nav-info .menu .menu-item.phone, .c-nav-info .menu .menu-item.wishlist,
.menu-info-navigation-container .menu .menu-item.search,
.menu-info-navigation-container .menu .menu-item.phone,
.menu-info-navigation-container .menu .menu-item.wishlist {
  background-repeat: no-repeat;
  background-position: 0.1875rem 50%;
  padding-left: 1.5rem;
  background-size: 0.875rem auto;
  filter: invert(1);
}
@media only screen and (max-width: 63.9375em) {
  .c-nav-info .menu .menu-item.search, .c-nav-info .menu .menu-item.phone, .c-nav-info .menu .menu-item.wishlist,
  .menu-info-navigation-container .menu .menu-item.search,
  .menu-info-navigation-container .menu .menu-item.phone,
  .menu-info-navigation-container .menu .menu-item.wishlist {
    padding: 0;
    margin-right: 0.625rem;
    background-size: 1rem auto;
    min-height: 1.125rem;
    min-width: 1.375rem;
  }
}
.c-nav-info .menu .menu-item.search a, .c-nav-info .menu .menu-item.phone a, .c-nav-info .menu .menu-item.wishlist a,
.menu-info-navigation-container .menu .menu-item.search a,
.menu-info-navigation-container .menu .menu-item.phone a,
.menu-info-navigation-container .menu .menu-item.wishlist a {
  filter: invert(0);
  color: #232b2b;
}
@media only screen and (max-width: 63.9375em) {
  .c-nav-info .menu .menu-item.search a, .c-nav-info .menu .menu-item.phone a, .c-nav-info .menu .menu-item.wishlist a,
  .menu-info-navigation-container .menu .menu-item.search a,
  .menu-info-navigation-container .menu .menu-item.phone a,
  .menu-info-navigation-container .menu .menu-item.wishlist a {
    font-size: 0 !important;
    min-height: 1.125rem;
    min-width: 1.375rem;
  }
}
.c-nav-info .menu .menu-item.search,
.menu-info-navigation-container .menu .menu-item.search {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjY4Mi42NjciIGhlaWdodD0iNjgyLjY2NyIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxwYXRoIGQ9Ik0xOTMgMS4xQzE0My42IDYuMiA5Ny45IDI4IDYyLjQgNjMuNCAzNy44IDg4IDIxLjIgMTE0LjggMTAuNiAxNDdjLTE0LjEgNDIuOC0xNC4xIDg3LjIgMCAxMzAgMTAuNiAzMi4zIDI3LjMgNTkuMiA1MiA4My43IDQ4LjggNDguNSAxMTUuMyA3MC41IDE4My45IDYwLjggMzUuMy01IDcwLjctMTkuNSA5OC41LTQwLjQgMy0yLjMgNS43LTQgNi4xLTMuOS40LjIgMzAuNyAyOS44IDY3LjMgNjUuOCA0MS43IDQxIDY4IDY2LjEgNzAuNCA2Ny4yIDkuOCA0LjYgMjAuOC0xLjIgMjIuOC0xMiAxLjYtOC40IDcuMi0yLjQtMTAyLjQtMTEwLjZMMzc1IDM1My44bDUuOC02LjhjMjUtMjguOSA0MS41LTY1LjUgNDcuOC0xMDUuNSAyLjQtMTUuNiAyLjQtNDQuMiAwLTYwLTcuMS00NS45LTI3LjItODUuMy02MC43LTExOC42QzMyMS45IDE3LjIgMjU3LjgtNS41IDE5MyAxLjF6bTQ3LjkgMzMuNWM0MC40IDUuOSA3NS45IDIzLjUgMTA0IDUxLjUgMzQuNCAzNC41IDUyLjMgNzcuNCA1Mi4zIDEyNS45IDAgMTcuOS0xLjYgMzAuMi01LjggNDUuN0MzNzAuMiAzMzYuNSAyOTguMyAzOTEgMjE1LjUgMzkxYy00OS4zIDAtOTUuMS0xOC43LTEyOS4zLTUyLjktMjMuMi0yMy4yLTM4LjctNTAtNDcuMS04MS4xLTcuNC0yNy43LTcuNC02Mi4zIDAtOTAgMTYuOC02Mi42IDY2LjUtMTExLjkgMTI5LjItMTI4LjEgMjIuOC01LjkgNTAuNy03LjYgNzIuNi00LjN6Ii8+PC9zdmc+");
}
.c-nav-info .menu .menu-item.phone,
.menu-info-navigation-container .menu .menu-item.phone {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjY4Mi42NjciIGhlaWdodD0iNjgyLjY2NyIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxwYXRoIGQ9Ik0xMjYgMS4xQzk1LjIgNSA2Ny4xIDE4LjQgNDQuOCAzOS45IDIzIDYwLjggOS40IDg1LjIgMi44IDExNS4zYy0yIDkuMS0yLjIgMTIuOC0yLjIgMzQuMi4yIDI2IDEuOSA0MyA3IDY4IDI3IDEzMy42IDEyNy41IDI0Mi4zIDI1OC45IDI4MCAzMy4xIDkuNSA2My4zIDEzLjggOTcgMTMuOSAyMC4xIDAgMjQuMy0uMiAzMy4yLTIuMiAzNS4zLTcuNyA2NS44LTI3LjEgODYuOC01NS4xIDE2LjEtMjEuNCAyNi4zLTQ5LjQgMjguMS03Ni43LjgtMTEuNC0uMi0xNS43LTQuNC0xOS42LTIuOC0yLjctMTYzLjUtNjcuNS0xNjkuNy02OC41LTQtLjYtOS41IDEuNy0xMi41IDUuMy0xLjIgMS42LTguNyAxOC45LTE2LjUgMzguNGwtMTQuMSAzNS41LTYuNi0uMmMtMy42LS4xLTEwLjktMS4xLTE2LjItMi4yLTY1LjItMTMuNi0xMTUuNi02NS44LTEyNi43LTEzMS0xLjEtNi43LTEuOS0xMy40LTEuNy0xNC44LjMtMi42IDIuMi0zLjUgMzYuMy0xNyAzOS42LTE1LjggNDEuNi0xNyA0My0yNS4yLjYtMy44LTEuOC0xMC4zLTMyLjUtODcuMS0xOC4yLTQ1LjYtMzQuMS04NC4xLTM1LjMtODUuNkMxNTAuNi4yIDE0Mi42LTEgMTI2IDEuMXpNMTYxIDk5YzE1IDM3LjUgMjcuMSA2OC4yIDI2LjkgNjguNC0uMi4xLTE1LjUgNi4zLTMzLjkgMTMuNi0zNS44IDE0LjMtMzkuNCAxNi40LTQwLjkgMjMtMS4yIDUuOC42IDI4LjcgMy4zIDQxLjcgMTYuNCA3OS41IDgwLjIgMTQwIDE2MC4xIDE1MS43IDguNyAxLjMgMjEuOCAyIDMwLjkgMS43IDEuOS0uMSA0LjEtMS40IDYuNS0zLjkgMy4yLTMuMSA1LjgtOC45IDE3LjEtMzcuMiA3LjMtMTguNCAxMy41LTMzLjcgMTMuNi0zMy45LjItLjIgMzEgMTEuOSA2OC41IDI2LjlsNjguMiAyNy4zLS42IDYuMWMtMS4zIDEzLjctOSAzMy43LTE4LjIgNDcuNi0xNy41IDI2LjMtNDcuNSA0NC43LTgwLjIgNDkuMS0yMS4zIDIuOS02My4yLTEuMS05NS40LTkuMS00Ny42LTExLjgtOTEuNS0zMy41LTEzMC40LTY0LjYtMTQuMS0xMS4zLTQwLjYtMzcuOC01MS45LTUxLjktNDMuNC01NC4zLTY4LjEtMTE3LjItNzMuNy0xODcuNi0xLjMtMTYuOS0uNy0zNy41IDEuNS00Ny40IDYtMjcuMyAyMS01MS4xIDQyLjQtNjcuMiA3LjctNS44IDIwLjktMTMuMiAyOC4yLTE1LjkgOC0yLjggMjIuNC02LjMgMjYuNi02LjRoNC4yTDE2MSA5OXoiLz48L3N2Zz4=");
}
.c-nav-info .menu .menu-item.wishlist,
.menu-info-navigation-container .menu .menu-item.wishlist {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzAuNjY3IiBoZWlnaHQ9IjE3MC42NjciIHZlcnNpb249IjEuMCIgdmlld0JveD0iMCAwIDEyOCAxMjgiPjxwYXRoIGQ9Ik0yNy43IDhDNi4yIDEzLjQtNS40IDM3LjkgMyA2MC4yYzIuNiA3IDYuOSAxMy41IDEzLjkgMjEuMSA2LjMgNi44IDQwLjMgMzYuNyA0My45IDM4LjYgMS4zLjcgMy41IDEgNC44LjcgMi44LS43IDM3LjUtMzAuNyA0NS41LTM5LjMgMTYuOS0xOC40IDIxLjEtMzcgMTIuMi01NC42LTYuMi0xMi40LTE3LTE5LjEtMzAuOC0xOS4yLTkuOCAwLTE3IDIuOS0yMy45IDkuOUw2NCAyMS45bC00LjYtNC41QzUxLjMgOS4yIDM4LjMgNS40IDI3LjcgOHptMTguOSA5LjFjMi43IDEuMyA2LjggNC43IDEwLjEgOC41IDMuMSAzLjUgNi40IDYuNCA3LjMgNi40LjkgMCA0LjItMi45IDcuMy02LjQgNy41LTguNSAxMi43LTEwLjkgMjIuMi0xMC40IDguMi41IDEzIDIuNSAxOC40IDggNiA1LjkgOC40IDEzLjIgNy45IDIzLjgtLjMgNy4zLS45IDkuNC0zLjkgMTUtMS44IDMuNi02LjUgOS44LTEwLjQgMTMuOUM5OSA4Mi45IDY1LjIgMTEzIDY0IDExM2MtMS4yIDAtMzUtMzAuMS00MS41LTM3LjFDMTguNyA3MS44IDE0IDY1LjYgMTIuMSA2MmMtNi0xMS4zLTUuNC0yNi44IDEuMy0zNS45IDIuOS0zLjkgOC45LTguNCAxMy4xLTkuOSA1LjMtMS45IDE1LjEtMS40IDIwLjEuOXoiLz48L3N2Zz4=");
}

/**
* NAV-FOOTER
**/
.c-nav-footer .menu-item {
  padding: 0 0.75rem;
  margin: 0;
  display: block;
  margin-bottom: 0;
  padding: 0;
}
@media only screen and (min-width: 64em) {
  .c-nav-footer .menu-item {
    padding: 0 1.0625rem;
  }
}
.c-nav-footer .menu-item:last-child {
  padding-right: 0;
}
.c-nav-footer .menu-item:nth-of-type(1) {
  padding-left: 0;
}
@media only screen and (min-width: 75.0625em) {
  .c-nav-footer .menu-item.sibling-is-hovering:before,
  .c-nav-footer .menu-item.sibling-is-hovering > a {
    opacity: 0.5;
  }
}
.c-nav-footer .menu-item a {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.01875rem;
  color: #232b2b;
}
@media only screen and (min-width: 64em) {
  .c-nav-footer .menu-item {
    padding: 0;
  }
}
.c-nav-footer .menu-item:not(:last-child) {
  margin-bottom: 0.4375rem;
}
@media only screen and (min-width: 64em) {
  .c-nav-footer .menu-item:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
.c-nav-footer .menu-item a {
  display: inline-block;
  color: #232b2b;
}
.c-nav-footer .menu-item.heading {
  pointer-events: none;
}
.c-nav-footer .menu-item.heading.sibling-is-hovering > a {
  opacity: 1;
}
.c-nav-footer .menu-item.heading a {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #232b2b;
  pointer-events: none;
  text-transform: none;
}
.c-nav-footer--inline {
  display: flex;
  justify-content: center;
}
.c-nav-footer--inline .menu-item {
  margin-bottom: 0.3125rem;
  text-align: center;
  display: inline-block;
}
@media only screen and (min-width: 40em) {
  .c-nav-footer--inline .menu-item {
    display: inline-block;
  }
}
.c-nav-footer--inline .menu-item:not(:last-child) {
  margin-bottom: 0.3125rem;
}
.c-nav-footer--inline .menu-item a {
  font-size: 0.5rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}
.c-nav-footer--inline .menu-item:not(:last-child) {
  margin-bottom: 0;
}
.c-nav-footer--inline .menu-item:not(:last-child) a:after {
  display: inline-block;
  margin: 0 0.4375rem;
  background-color: transparent;
  content: "•";
  transform: translateY(-1px);
}
/**
* NAV-PRIMARY
**/
.c-nav-primary > .menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
}
@media only screen and (min-width: 75.0625em) {
  .c-nav-primary > .menu {
    flex-direction: row;
  }
}
.left-menu .c-nav-primary > .menu {
  justify-content: flex-start;
}
.right-menu .c-nav-primary > .menu {
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
@media only screen and (min-width: 64em) {
  .right-menu .c-nav-primary > .menu {
    gap: 1.25rem;
  }
}
.right-menu .c-nav-primary > .menu li {
  order: 1;
  display: flex;
  align-items: center;
}
.right-menu .c-nav-primary > .menu .search {
  order: 3;
}
.right-menu .c-nav-primary > .menu .account {
  order: 5;
}
.right-menu .c-nav-primary > .menu .cart-count {
  order: 7;
}
.products-filters--is-active .c-nav-primary > .menu, .page-header-search--is-active .c-nav-primary > .menu {
  opacity: 0.4;
  pointer-events: none;
}
.c-nav-primary > .menu > .menu-item.search, .c-nav-primary > .menu > .menu-item.cart-count, .c-nav-primary > .menu > .menu-item.account {
  padding: 0;
  margin: 0;
}
.c-nav-primary > .menu > .menu-item.search svg, .c-nav-primary > .menu > .menu-item.cart-count svg, .c-nav-primary > .menu > .menu-item.account svg {
  height: 1.25rem;
  width: auto;
}
.single-post .c-nav-primary > .menu > .menu-item.search svg, [data-color=light] .c-nav-primary > .menu > .menu-item.search svg, .single-post .c-nav-primary > .menu > .menu-item.cart-count svg, [data-color=light] .c-nav-primary > .menu > .menu-item.cart-count svg, .single-post .c-nav-primary > .menu > .menu-item.account svg, [data-color=light] .c-nav-primary > .menu > .menu-item.account svg {
  fill: #ffffff;
}
.c-nav-primary > .menu > .menu-item.cart-count svg {
  height: 1.625rem;
}
.c-nav-primary > .menu > .menu-item.cart-count .cart-count-item {
  position: absolute;
  font-size: 0.625rem;
  top: -0.625rem;
  right: 0.3125rem;
  line-height: 1;
}
.single-post .c-nav-primary > .menu > .menu-item.cart-count .cart-count-item, [data-color=light] .c-nav-primary > .menu > .menu-item.cart-count .cart-count-item {
  color: #ffffff;
}
[data-color=dark]:not(.single-post) .c-nav-primary > .menu > .menu-item.cart-count .cart-count-item {
  color: #000000;
}
.c-nav-primary > .menu > .menu-item.cart-count .black,
.c-nav-primary > .menu > .menu-item.cart-count .white {
  display: none;
}
.single-post .c-nav-primary > .menu > .menu-item.cart-count .white, [data-color=light] .c-nav-primary > .menu > .menu-item.cart-count .white {
  display: inline-flex;
}
.c-nav-primary > .menu > .menu-item.cart-count .black {
  display: none;
}
[data-color=dark]:not(.single-post) .c-nav-primary > .menu > .menu-item.cart-count .black {
  display: inline-flex;
}
.c-nav-primary > .menu > .menu-item.current_page_item > a:after {
  width: 100%;
}
.c-nav-primary > .menu > .menu-item.menu-item-has-children:before {
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 0.875rem;
  height: 0.875rem;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: 60% 8%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4NS4zMzMiIGhlaWdodD0iODUuMzMzIiB2ZXJzaW9uPSIxLjAiIHZpZXdCb3g9IjAgMCA2NCA2NCI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTkuNyAyMS43Yy0uNC4zLS43IDEuNC0uNyAyLjJDOSAyNiAzMCA0NyAzMiA0N2MyLjUgMCAyMy4zLTIxLjQgMjIuOC0yMy42LS44LTQuMy00LTIuNy0xMy40IDYuN0wzMiAzOS41bC05LjMtOS4zYy04LjUtOC41LTExLjMtMTAuMy0xMy04LjV6Ii8+PC9zdmc+");
}
@media only screen and (min-width: 75.0625em) {
  .c-nav-primary > .menu > .menu-item.menu-item-has-children:before {
    content: "";
  }
}
.c-nav-primary .menu-item {
  padding: 0 0.75rem;
  margin: 0;
  position: relative;
}
@media only screen and (min-width: 64em) {
  .c-nav-primary .menu-item {
    padding: 0 1.0625rem;
  }
}
.c-nav-primary .menu-item:last-child {
  padding-right: 0;
}
.c-nav-primary .menu-item:nth-of-type(1) {
  padding-left: 0;
}
@media only screen and (min-width: 75.0625em) {
  .c-nav-primary .menu-item.sibling-is-hovering:before,
  .c-nav-primary .menu-item.sibling-is-hovering > a {
    opacity: 0.5;
  }
}
.c-nav-primary .menu-item a {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.01875rem;
  color: #232b2b;
}
.single-post .c-nav-primary .menu-item a, [data-color=light] .c-nav-primary .menu-item a {
  color: #ffffff;
}
@media only screen and (min-width: 64em) {
  .c-nav-primary .menu-item.view-all {
    position: absolute;
    bottom: 0;
  }
}
.c-nav-primary .menu-item.view-all > a {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.75rem;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #232b2b;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: 0.0625rem solid #232b2b;
  text-transform: uppercase;
  background-color: #232b2b;
  color: #ffffff;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  color: #ffffff !important;
}
@media only screen and (min-width: 64em) {
  .c-nav-primary .menu-item.view-all > a {
    min-width: 8.125rem;
    padding: 0 2rem;
    transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
.c-nav-primary .menu-item.view-all > a.text-large {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  height: 2.875rem;
  line-height: 2.5rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 64em) {
  .c-nav-primary .menu-item.view-all > a.text-large {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-nav-primary .menu-item.view-all > a.text-large {
    height: 3.375rem;
    line-height: 3rem;
    padding: 0 2.375rem;
  }
}
.c-nav-primary .menu-item.view-all > a:hover {
  background-color: #232b2b;
  color: #ffffff;
}
.no-touchevents .c-nav-primary .menu-item.view-all > a:hover {
  background-color: #3a4747;
}
.c-nav-primary .menu-item.mega-menu-container > .sub-menu {
  margin: 0;
}
@media only screen and (min-width: 75.0625em) {
  .c-nav-primary .menu-item.mega-menu-container > .sub-menu {
    background-color: #666666;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: fixed;
    height: 33.125rem;
    max-height: 90vh;
    overflow-y: scroll;
    opacity: 0;
    pointer-events: none;
    max-width: 90rem;
    left: 0;
    right: 0;
    padding: 0 1rem;
    top: 5.125rem;
    max-height: 0;
    transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .has-page-header-bannner .c-nav-primary .menu-item.mega-menu-container > .sub-menu {
    top: 7.3125rem;
  }
  .page-is-scrolled .c-nav-primary .menu-item.mega-menu-container > .sub-menu {
    transition: none;
    top: 5.125rem;
  }
}
@media only screen and (min-width: 80em) {
  .c-nav-primary .menu-item.mega-menu-container > .sub-menu {
    padding-left: calc(1 * (100vw - 88rem) / 2);
    padding-right: calc(1 * (100vw - 88rem) / 2);
    width: auto;
    max-width: initial;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item > a {
    padding: 0.625rem 1.25rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item.heading > a {
    font-size: 1rem;
    line-height: 1.6;
    font-family: Baskervville, serif;
    font-optical-sizing: auto;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    height: 3.125rem;
    line-height: 3.125rem;
    margin-bottom: 0;
    display: block;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    line-height: 1;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 75.0625em) and (min-width: 64em) {
  .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item.heading > a {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item:first-child:nth-last-child(2), .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item:first-child:nth-last-child(2) ~ li {
    width: 50%;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item:first-child:nth-last-child(3), .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item:first-child:nth-last-child(3) ~ li {
    width: 33.3333%;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item:first-child:nth-last-child(4), .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item:first-child:nth-last-child(4) ~ li {
    width: 25%;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item.large-2 {
    width: 20% !important;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item.large-2 ul.sub-menu {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item.large-3 {
    width: 25% !important;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item.large-3 ul.sub-menu {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item.large-4 {
    width: 33.333% !important;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item.large-5 {
    width: 40% !important;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item.large-6 {
    width: 50% !important;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item .sub-menu {
    margin-left: 0;
    position: relative;
    top: auto;
    -moz-column-count: 3;
         column-count: 3;
    width: 100%;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item .sub-menu > li {
    margin: 0 0.75rem 2rem;
    line-height: 1.25 !important;
    padding: 0;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item .sub-menu > li a {
    padding: 0;
    font-size: 0.75rem;
    line-height: 1.6;
    font-family: Baskervville, serif;
    font-optical-sizing: auto;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1 !important;
  }
}
.c-nav-primary .menu-item.menu-item-has-children .sub-menu {
  text-align: left;
}
.c-nav-primary .menu-item.menu-item-has-children > a {
  padding-right: 1.25rem;
}
.c-nav-primary .menu-item.menu-item-has-children:not(.mega-menu-container) > .sub-menu {
  margin: 0;
}
@media only screen and (min-width: 75.0625em) {
  .c-nav-primary .menu-item.menu-item-has-children:not(.mega-menu-container) > .sub-menu {
    position: absolute;
    top: 3.375rem;
    background-color: #666666;
    left: 0;
    min-width: 12.5rem;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    max-height: 0;
    transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
.c-nav-primary .menu-item.menu-item-has-children:not(.mega-menu-container) > .sub-menu .menu-item {
  display: block;
}
@media only screen and (min-width: 75.0625em) {
  .c-nav-primary .menu-item.menu-item-has-children:not(.mega-menu-container) > .sub-menu .menu-item {
    padding: 1rem 1rem 0;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-nav-primary .menu-item.menu-item-has-children:not(.mega-menu-container) > .sub-menu .menu-item:last-child {
    margin-bottom: 1rem;
  }
}
.c-nav-primary .menu-item.menu-item-has-children:not(.mega-menu-container) > .sub-menu .menu-item a {
  color: #ffffff;
}
.c-nav-primary .menu-item.menu-item-has-children.is-active:before {
  transform: rotate(180deg) translateY(-50%);
}
.c-nav-primary .menu-item.menu-item-has-children.is-active > a {
  background-color: transparent;
}
@media only screen and (min-width: 75.0625em) {
  .c-nav-primary .menu-item.menu-item-has-children.is-active:not(.mega-menu-container) .sub-menu, .c-nav-primary .menu-item.menu-item-has-children.is-active.mega-menu-container .sub-menu {
    opacity: 1;
    pointer-events: initial;
    max-height: 12.5rem;
    transition: all 0.66s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-nav-primary .menu-item.menu-item-has-children.is-active.mega-menu-container .sub-menu {
    max-height: 33.125rem;
  }
}

/**
* NAVIGATION-CLOSE
**/
.c-navigation-close {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #232b2b;
  z-index: 99;
  pointer-events: none;
  opacity: 0;
}
.page-header-search--is-active .c-navigation-close, .navigation--is-active .c-navigation-close, .sub-menu--is-active .c-navigation-close {
  opacity: 0.7;
  pointer-events: initial;
  cursor: pointer;
}

/*------------------------------------*\
    #NAVICON
\*------------------------------------*/
.c-navicon {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
}
.c-navicon:hover {
  opacity: 0.7;
}
.c-navicon:active, .c-navicon:focus {
  outline: none;
}

.c-navicon__box {
  display: block;
  width: 1.875rem;
  height: 1.5rem;
  position: relative;
}

.c-navicon__inner {
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
.c-navicon__inner, .c-navicon__inner::before, .c-navicon__inner::after {
  width: 100%;
  height: 0.125rem;
  border-radius: 0.125rem;
  background-color: #232b2b;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.navigation--is-active .c-navicon__inner, .navigation--is-active .c-navicon__inner::before, .navigation--is-active .c-navicon__inner::after, .single-post .c-navicon__inner, .single-post .c-navicon__inner::before, .single-post .c-navicon__inner::after, [data-color=light] .c-navicon__inner, [data-color=light] .c-navicon__inner::before, [data-color=light] .c-navicon__inner::after {
  background-color: #ffffff !important;
}
[data-color=dark]:not(.single-post) .c-navicon__inner, [data-color=dark]:not(.single-post) .c-navicon__inner::before, [data-color=dark]:not(.single-post) .c-navicon__inner::after {
  background-color: #232b2b;
}
.c-navicon__inner::before, .c-navicon__inner::after {
  content: "";
  display: block;
}
.c-navicon__inner::before {
  top: -0.5rem;
}
.c-navicon__inner::after {
  bottom: -0.5rem;
}

/*
 * Spin animation for navicon
 */
.c-navicon--spin .c-navicon__inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.c-navicon--spin .c-navicon__inner:before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.c-navicon--spin .c-navicon__inner:after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.navigation--is-active .c-navicon--spin .c-navicon__inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.navigation--is-active .c-navicon--spin .c-navicon__inner:before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.navigation--is-active .c-navicon--spin .c-navicon__inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/**
* OFFCANVAS
**/
.c-offcanvas {
  position: fixed;
  left: auto;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  z-index: 1004;
  transform-origin: center center;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 100%;
}
.navigation--is-active .c-offcanvas {
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  pointer-events: initial;
}
.c-offcanvas__inner {
  padding: 0 2rem;
  margin-left: auto;
  width: 100%;
  background-color: #232b2b;
  transform: translateX(100%);
  transition: transform 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  z-index: 1;
}
.navigation--is-active .c-offcanvas__inner {
  transform: translateX(0);
  transition: transform 0.5s 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-offcanvas__inner .sub-menu--back {
  opacity: 0;
  pointer-events: none;
  display: block;
  position: absolute;
  left: 2rem;
  top: 1.125rem;
  color: #232b2b;
  z-index: 3;
}
.sub-menu--is-active .c-offcanvas__inner .sub-menu--back {
  opacity: 1;
  pointer-events: initial;
  transition: 0.7s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-offcanvas__content {
  height: 100vh;
}
.c-offcanvas__content:before, .c-offcanvas__content:after {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  height: 3.125rem;
  max-width: 25rem;
  pointer-events: none;
}
.c-offcanvas__content:before {
  top: 0;
  background: linear-gradient(180deg, #000001 0%, rgba(0, 0, 1, 0) 100%);
}
.sub-menu--is-active .c-offcanvas__content:before {
  animation: transition-fade-top 0.2s 1.1s forwards;
  opacity: 0;
  transform: translateY(-100px);
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
.c-offcanvas__content:after {
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 1, 0) 0%, #000001 100%);
}
.sub-menu--is-active .c-offcanvas__content:after {
  animation: transition-fade-bottom 0.2s 1.1s forwards;
  opacity: 0;
  transform: translateY(-100px);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
}
.c-offcanvas__menu {
  padding: 6.25rem 0;
  height: 100%;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: auto;
}
.c-offcanvas .c-nav-primary .menu .menu-item,
.c-offcanvas .c-nav-info .menu .menu-item {
  display: block;
  padding-right: 0;
}
.c-offcanvas .c-nav-primary .menu .menu-item:not(.search):not(.phone),
.c-offcanvas .c-nav-info .menu .menu-item:not(.search):not(.phone) {
  padding-left: 0;
}
.c-offcanvas .c-nav-primary .menu .menu-item:not(:last-child),
.c-offcanvas .c-nav-info .menu .menu-item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.c-offcanvas .c-nav-primary .menu .menu-item.search, .c-offcanvas .c-nav-primary .menu .menu-item.phone,
.c-offcanvas .c-nav-info .menu .menu-item.search,
.c-offcanvas .c-nav-info .menu .menu-item.phone {
  filter: invert(1);
  background-size: 1.25rem auto;
  padding-left: 2.5rem;
}
.c-offcanvas .c-nav-primary .menu .menu-item.search a, .c-offcanvas .c-nav-primary .menu .menu-item.phone a,
.c-offcanvas .c-nav-info .menu .menu-item.search a,
.c-offcanvas .c-nav-info .menu .menu-item.phone a {
  filter: invert(1);
}
.c-offcanvas .c-nav-primary .menu .menu-item a,
.c-offcanvas .c-nav-info .menu .menu-item a {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (min-width: 64em) {
  .c-offcanvas .c-nav-primary .menu .menu-item a,
  .c-offcanvas .c-nav-info .menu .menu-item a {
    font-size: 1.125rem;
  }
}
.c-offcanvas .c-nav-primary {
  margin-bottom: 1.5rem;
}
.c-offcanvas .c-nav-primary > .menu > .menu-item > .sub-menu {
  pointer-events: none;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background: black;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
  position: fixed;
  padding: 70px 32px;
  overflow-y: scroll;
  transform: translateX(100%);
  transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-offcanvas .c-nav-primary > .menu > .menu-item > .sub-menu .menu-item a {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #232b2b;
}
@media only screen and (min-width: 64em) {
  .c-offcanvas .c-nav-primary > .menu > .menu-item > .sub-menu .menu-item a {
    font-size: 1.125rem;
  }
}
.c-offcanvas .c-nav-primary > .menu > .menu-item > a {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1.875rem;
  display: inline-block;
  opacity: 0;
  transform: translateY(24px);
  color: #ffffff;
}
@media only screen and (min-width: 64em) {
  .c-offcanvas .c-nav-primary > .menu > .menu-item > a {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-offcanvas .c-nav-primary > .menu > .menu-item > a {
    font-size: 1.75rem;
  }
}
.navigation--is-active .c-offcanvas .c-nav-primary > .menu > .menu-item > a {
  opacity: 1;
  transform: translateY(0);
  transition: 0.5s 0.6s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-offcanvas .c-nav-primary > .menu > .menu-item.menu-item-has-children > a {
  padding-right: 2.5rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzAuNjY3IiBoZWlnaHQ9IjE3MC42NjciIHZlcnNpb249IjEuMCIgdmlld0JveD0iMCAwIDEyOCAxMjgiPjxwYXRoIGZpbGw9IiM2OTc1YWMiIGQ9Ik05My42IDM0LjZjLTMgMy0xLjggNS41IDcuNiAxNWw5LjIgOS40SDU2LjhDOS40IDU5IDMgNTkuMiAxLjYgNjAuNmMtMiAyLTIgNC44IDAgNi44QzMgNjguOCA5LjQgNjkgNTYuOCA2OWg1My42bC05LjIgOS40Qzk1LjYgODQuMSA5MiA4OC41IDkyIDg5LjhjMCAyLjUgMi41IDUuMiA0LjggNS4yLjkgMCA4LjMtNi40IDE2LjUtMTQuM0MxMjQuNSA2OS45IDEyOCA2NS45IDEyOCA2NGMwLTEuOS0zLjQtNS44LTE0LjctMTYuN0MxMDUuMSAzOS40IDk3LjcgMzMgOTYuOCAzM2MtLjkgMC0yLjQuNy0zLjIgMS42eiIvPjwvc3ZnPg==");
  background-size: 1.75rem auto;
}
.navigation--is-active .c-offcanvas .c-nav-primary > .menu > .menu-item.menu-item-has-children > a {
  background-position: 100% 50%;
  transition: 0.5s 0.6s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-offcanvas .c-nav-primary .menu .menu-item .menu-item.heading > a {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #232b2b;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64em) {
  .c-offcanvas .c-nav-primary .menu .menu-item .menu-item.heading > a {
    font-size: 1.375rem;
  }
}
.c-offcanvas .c-nav-primary .menu .menu-item .menu-item > a {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
@media only screen and (min-width: 64em) {
  .c-offcanvas .c-nav-primary .menu .menu-item .menu-item > a {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-offcanvas .c-nav-primary .menu .menu-item .menu-item > a {
    font-size: 1.125rem;
  }
}
.c-offcanvas .c-nav-primary .menu .menu-item.is-active > .sub-menu {
  pointer-events: initial;
  transform: translateX(0);
  transition: 0.6s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-offcanvas .c-navicon {
  z-index: 100;
  right: 1.25rem;
  top: 1.25rem;
  position: absolute;
}
/**
* PAGE-FOOTER
**/
.c-page-footer {
  position: relative;
  background-color: #ffffff;
  padding-bottom: 0.625rem;
}
@media only screen and (min-width: 40em) {
  .c-page-footer {
    padding-bottom: 1.5rem;
  }
}
.page-is-at-bottom .c-page-footer {
  position: relative;
  z-index: 2;
}
.c-page-footer__heading {
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.3125rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 64em) {
  .c-page-footer__heading {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 40em) {
  .c-page-footer__heading {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-page-footer__heading {
    margin-bottom: 1.25rem;
  }
}
.c-page-footer__inner .row {
  padding: 0.5rem 0;
  max-width: 100%;
}
@media only screen and (min-width: 64em) {
  .c-page-footer__inner .row {
    padding: 0.5rem 0;
  }
}
.c-page-footer__inner .row .small {
  font-size: 0.625rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.c-page-footer__inner .row .row-inner {
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media only screen and (min-width: 64em) {
  .c-page-footer__inner .row .row-inner {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }
}
.c-page-footer__inner .row .row-inner p {
  font-size: 1rem;
  line-height: 1.5625rem;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
}
.c-page-footer__inner .row .row-inner p:last-child {
  margin-bottom: 0;
}
.c-page-footer__inner .row .row-inner .c-page-footer__copyright {
  font-size: 0.5rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (max-width: 63.9375em) {
  .c-page-footer__inner .row .row-inner .c-page-footer__copyright {
    text-align: center;
  }
}
.c-page-footer__inner .row .column {
  padding: 0;
}
@media only screen and (max-width: 63.9375em) {
  .c-page-footer__inner .row .column:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
.c-page-footer__inner .row.info {
  text-align: center;
}
.c-page-footer__inner .row.info a {
  color: #232b2b;
}
.c-page-footer__inner .row.info .row-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-page-footer__inner .row.info .row-inner > .column:nth-child(1) {
  text-align: center;
}
@media only screen and (min-width: 64em) {
  .c-page-footer__inner .row.info .row-inner > .column:nth-child(1) {
    text-align: left;
  }
}
@media only screen and (min-width: 64em) {
  .c-page-footer__inner .row.info .row-inner > .column:last-child {
    text-align: right;
  }
}
@media only screen and (max-width: 39.9375em) {
  .c-page-footer__inner .row.info .row-inner > .column:not(:last-child) {
    margin-bottom: 0.375rem;
  }
}
.c-page-footer__inner .row.info .c-social-icons {
  margin-bottom: 1.5625rem;
}
.c-page-footer__inner .row.info .c-social-icons__list {
  justify-content: center;
}
.c-page-footer__inner .row.info .c-social-icons__icon {
  margin: 0 0.5rem;
}
@media only screen and (min-width: 40em) {
  .c-page-footer__inner .row.info .c-social-icons__icon {
    height: 1.75rem;
    margin: 0 0.75rem;
  }
}
@media only screen and (max-width: 39.9375em) {
  .c-page-footer__inner .row.menus .row-inner.flickity-enabled .column.small-6 {
    max-width: 43%;
    width: auto;
    min-width: 9.6875rem;
    margin-right: 0;
    padding-left: 1.25rem;
  }
}
.c-page-footer__inner > .row:not(:last-child) {
  padding: 1.5rem 0;
}
@media only screen and (min-width: 64em) {
  .c-page-footer__inner > .row:not(:last-child) {
    padding: 3.125rem 0;
  }
}

/**
* PAGE-FOOTER-CTA
**/
.c-page-footer-cta .widget {
  list-style-type: none;
}

/**
* PAGE-FOOTER-NEWSLETTER
**/
.c-page-footer-newsletter__inner li {
  list-style-type: none;
}
@media only screen and (min-width: 64em) {
  .c-page-footer-newsletter__inner .c-form__heading {
    margin-bottom: 4.6875rem;
  }
}
.c-page-footer-newsletter__inner .c-form .gform_heading {
  margin: 0;
  display: none;
}
.c-page-footer-newsletter__inner .c-form .gform_wrapper form, .c-page-footer-newsletter__inner .c-form .gform_wrapper.gravity-theme form, .c-page-footer-newsletter__inner .c-form .gform_wrapper.gf_browser_chrome form {
  position: relative;
  max-width: 43.75rem;
  margin: 0 auto;
  display: flex;
}
@media only screen and (min-width: 40em) {
  .c-page-footer-newsletter__inner .c-form .gform_wrapper form, .c-page-footer-newsletter__inner .c-form .gform_wrapper.gravity-theme form, .c-page-footer-newsletter__inner .c-form .gform_wrapper.gf_browser_chrome form {
    display: flex;
  }
}
.c-page-footer-newsletter__inner .c-form .gform_wrapper .gform_fields .gfield select,
.c-page-footer-newsletter__inner .c-form .gform_wrapper .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .c-page-footer-newsletter__inner .c-form .gform_wrapper.gravity-theme .gform_fields .gfield select,
.c-page-footer-newsletter__inner .c-form .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .c-page-footer-newsletter__inner .c-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield select,
.c-page-footer-newsletter__inner .c-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 3.75rem;
  line-height: 3.75rem;
}
.c-page-footer-newsletter__inner .c-form .gform_wrapper .gfield:last-child input, .c-page-footer-newsletter__inner .c-form .gform_wrapper.gravity-theme .gfield:last-child input, .c-page-footer-newsletter__inner .c-form .gform_wrapper.gf_browser_chrome .gfield:last-child input {
  padding-right: 2.8125rem;
}
.c-page-footer-newsletter__inner .c-form .gform_wrapper .gform_body, .c-page-footer-newsletter__inner .c-form .gform_wrapper.gravity-theme .gform_body, .c-page-footer-newsletter__inner .c-form .gform_wrapper.gf_browser_chrome .gform_body {
  flex-grow: 1;
}
.c-page-footer-newsletter__inner .c-form .gform_wrapper .gform_footer, .c-page-footer-newsletter__inner .c-form .gform_wrapper.gravity-theme .gform_footer, .c-page-footer-newsletter__inner .c-form .gform_wrapper.gf_browser_chrome .gform_footer {
  margin: 0;
  width: auto;
}
@media only screen and (min-width: 40em) {
  .c-page-footer-newsletter__inner .c-form .gform_wrapper .gform_footer, .c-page-footer-newsletter__inner .c-form .gform_wrapper.gravity-theme .gform_footer, .c-page-footer-newsletter__inner .c-form .gform_wrapper.gf_browser_chrome .gform_footer {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
  }
}
.c-page-footer-newsletter__inner .c-form .gform_wrapper .gform_footer .gform_button, .c-page-footer-newsletter__inner .c-form .gform_wrapper.gravity-theme .gform_footer .gform_button, .c-page-footer-newsletter__inner .c-form .gform_wrapper.gf_browser_chrome .gform_footer .gform_button {
  background-color: transparent;
  font-size: 0;
  background-size: contain;
  font-size: 0;
  border: none;
  background-image: url("../svg/arrow-right.svg");
  background-repeat: no-repeat;
  padding: 0;
  min-width: 0;
  height: 1.875rem;
  width: 1.875rem;
  margin-bottom: 0.625rem;
  transform-origin: 50% 50%;
  transform: scale(1);
  transition: 0.2s ease-in-out;
}
.c-page-footer-newsletter__inner .c-form .gform_wrapper .gform_footer .gform_button:hover, .c-page-footer-newsletter__inner .c-form .gform_wrapper.gravity-theme .gform_footer .gform_button:hover, .c-page-footer-newsletter__inner .c-form .gform_wrapper.gf_browser_chrome .gform_footer .gform_button:hover {
  background-color: transparent !important;
  transform: rotate(-45deg);
}
.c-page-footer-newsletter__inner .c-form .gform_wrapper ul.gform_fields li.gfield, .c-page-footer-newsletter__inner .c-form .gform_wrapper.gravity-theme ul.gform_fields li.gfield, .c-page-footer-newsletter__inner .c-form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield {
  padding: 0;
}
.c-page-footer-newsletter__inner .c-form .gform_wrapper ul.gform_fields li.gfield,
.c-page-footer-newsletter__inner .c-form .gform_wrapper ul.gform_fields li.gfield .ginput_container,
.c-page-footer-newsletter__inner .c-form .gform_wrapper ul.gform_fields li.gfield select,
.c-page-footer-newsletter__inner .c-form .gform_wrapper ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .c-page-footer-newsletter__inner .c-form .gform_wrapper.gravity-theme ul.gform_fields li.gfield,
.c-page-footer-newsletter__inner .c-form .gform_wrapper.gravity-theme ul.gform_fields li.gfield .ginput_container,
.c-page-footer-newsletter__inner .c-form .gform_wrapper.gravity-theme ul.gform_fields li.gfield select,
.c-page-footer-newsletter__inner .c-form .gform_wrapper.gravity-theme ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .c-page-footer-newsletter__inner .c-form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield,
.c-page-footer-newsletter__inner .c-form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield .ginput_container,
.c-page-footer-newsletter__inner .c-form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,
.c-page-footer-newsletter__inner .c-form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  margin: 0;
}

/**
* PAGE-HEADER
**/
.c-page-header {
  width: 100%;
  top: 0;
  z-index: 1005;
  height: 5.625rem;
  position: absolute;
}
@media only screen and (min-width: 64em) {
  .c-page-header {
    height: 8.75rem;
  }
}
.transparent-header .c-page-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  pointer-events: none;
  height: 12.5rem;
  display: block;
  z-index: 0;
}
.navigation--is-active .transparent-header .c-page-header:before {
  display: none;
}
.transparent-header[data-color=light] .c-page-header:before {
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
.transparent-header[data-color=dark] .c-page-header:before {
  display: none;
}
@media only screen and (min-width: 40em) {
  .admin-bar .c-page-header {
    top: 2rem;
  }
}
.c-page-header .row {
  max-width: 100%;
  display: flex;
  align-items: center;
  padding: 0 0.625rem;
}
@media only screen and (min-width: 75.0625em) {
  .c-page-header .row {
    padding: 0 1.25rem;
  }
}
.c-page-header .row.page-header-banner {
  background-color: #666666;
  color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  height: 2.1875rem;
  display: flex;
  align-items: flex-start;
}
.c-page-header .row.page-header-banner p {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
}
.c-page-header .row.search-bar {
  background-color: #ffffff;
  position: fixed;
  z-index: 100;
  transform: scale(1.2);
  transform-origin: 50% 50%;
  pointer-events: none;
  opacity: 0;
  transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 3.125rem 1.5rem;
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 40em) {
  .c-page-header .row.search-bar {
    padding: 2rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-page-header .row.search-bar {
    padding: 2.5rem;
  }
}
.page-header-search--is-active .c-page-header .row.search-bar {
  transform: scale(1);
  pointer-events: initial;
  opacity: 1;
  transition: 0.5s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-page-header .row.search-bar .dgwt-wcas-sf-wrapp {
  background-color: transparent;
}
.c-page-header .row.search-bar .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  left: 1.4375rem;
  top: 1.25rem;
}
.c-page-header .row.search-bar .dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  left: auto;
}
.c-page-header .row.search-bar .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,
.c-page-header .row.search-bar .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover {
  background-color: transparent;
  border-radius: 0.3125rem;
  font-size: 1rem;
  line-height: 1.5625rem;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  border: 0.125rem solid #232b2b;
}
.c-page-header .row.search-bar .widget {
  width: 100%;
}
.transparent-header:not(.page-is-scrolled) .c-page-header .row.search-bar {
  background-color: transparent;
}
.transparent-header:not(.page-is-scrolled) .c-page-header .row.search-bar:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 12.5rem;
  z-index: -1;
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.c-page-header .row.search-bar .row-column-inner {
  justify-content: center;
}
.c-page-header .row.search-bar .column.auto {
  position: relative;
  min-width: 12.5rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 74.9375em) {
  .c-page-header .row.search-bar .column.auto {
    width: 100%;
  }
}
@media only screen and (min-width: 64em) {
  .c-page-header .row.search-bar .column.auto {
    min-width: 28.125rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-page-header .row.search-bar .column.auto {
    min-width: 37.5rem;
  }
}
.c-page-header .row.search-bar .column.auto .dgwt-wcas-search-wrapp {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
@media only screen and (min-width: 64em) {
  .c-page-header .row.search-bar .column.auto .dgwt-wcas-search-wrapp {
    width: calc(100% - 38px);
    max-width: calc(100% - 38px);
  }
}
.c-page-header .row.logo-search-account {
  height: 5.625rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 64em) {
  .c-page-header .row.logo-search-account {
    height: 8.75rem;
  }
}
.transparent-header[data-color=dark] .c-page-header .row.logo-search-account {
  background-color: #ffffff;
}
.navigation--is-active .c-page-header .row.logo-search-account:after {
  transform: translateX(0);
  transition: transform 0.5s 0.22s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.page-is-scrolled .c-page-header .row.logo-search-account {
  position: fixed;
  top: 0;
  height: 5.625rem;
  background-color: #ffffff;
  transform: translateY(-100%);
  transition: none;
  height: 4.0625rem;
}
@media only screen and (min-width: 64em) {
  .page-is-scrolled .c-page-header .row.logo-search-account {
    height: 5rem;
  }
}
.page-is-scrolled.page-is-scrolling-up .c-page-header .row.logo-search-account {
  transform: translateY(0);
  transition: 0.3s 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.page-is-scrolled[data-color=light] .c-page-header .row.logo-search-account {
  background-color: #232b2b;
}
.page-is-scrolled.page-is-scrolling:not(.page-is-at-bottom) .c-page-header .row.logo-search-account {
  transform: translateY(-100%);
  transition: none;
}
.c-page-header .row.logo-search-account .column.nav-contents {
  position: relative;
}
@media only screen and (min-width: 80em) {
  .c-page-header .row.logo-search-account .column.nav-contents {
    min-width: 18.75rem;
  }
}
.c-page-header .row .row-column-inner {
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 64em) {
  .c-page-header .row .row-column-inner {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.c-page-header .row .row-column-inner > .column:nth-of-type(1) {
  padding-left: 0;
}
.c-page-header .row .row-column-inner > .column:last-child {
  padding-right: 0;
}
.c-page-header .row .search-bar__close {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transform: rotate(45deg);
  position: fixed;
  right: 1.25rem;
  top: 1.25rem;
}
.c-page-header .row .search-bar__close:before, .c-page-header .row .search-bar__close:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.125rem;
  border-radius: 0.125rem;
  background-color: #666666;
  left: 0;
  top: 50%;
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-page-header .row .search-bar__close:after {
  transform: rotate(-90deg);
}
.c-page-header .row .search-bar__close:hover:before, .c-page-header .row .search-bar__close:hover:after {
  background-color: #232b2b;
}
@media only screen and (min-width: 40em) {
  .c-page-header .row .search-bar__close {
    right: 1.5rem;
    top: 3.125rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-page-header .row .search-bar__close {
    right: 2.5rem;
    top: 3.9375rem;
    width: 2rem;
    height: 2rem;
  }
}
.c-page-header .row .search-bar__close:before, .c-page-header .row .search-bar__close:after {
  background-color: #232b2b;
}
@media only screen and (min-width: 40em) {
  .c-page-header .row .search-bar__close:before, .c-page-header .row .search-bar__close:after {
    width: 1.5rem;
    height: 0.125rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-page-header .row .search-bar__close:before, .c-page-header .row .search-bar__close:after {
    width: 2rem;
    height: 0.125rem;
  }
}
.c-page-header .row .search-bar__close:hover:before, .c-page-header .row .search-bar__close:hover:after {
  background-color: #232b2b;
}
@media only screen and (min-width: 64em) {
  .c-page-header .row .column {
    text-align: center;
  }
}
.c-page-header .row .column.full {
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .c-page-header .row .column.full {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.c-page-header .row .column.flex {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 64em) {
  .c-page-header .row .column.flex {
    justify-content: center;
  }
}
.c-page-header .row .column.flex > div {
  display: flex;
}
@media only screen and (min-width: 64em) {
  .c-page-header .row .column.flex.logo {
    min-width: 15rem;
  }
}
.c-page-header .row .column.auto {
  width: auto;
}
@media only screen and (min-width: 64em) {
  .c-page-header .row .column.auto {
    min-width: 9.375rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-page-header .row .column.auto {
    min-width: 12.5rem;
  }
}
.c-page-header .row .column:nth-of-type(1) {
  text-align: left;
}
.c-page-header .row .column:last-child {
  text-align: right;
}
.c-page-header .row .column:only-child {
  text-align: center;
}
.c-page-header .c-navicon {
  margin-right: 1rem;
}
.c-page-header .c-social-icons__icon {
  height: 1.125rem;
}

/**
* PAGE-HEADER-BANNER
**/
.c-page-header-banner {
  width: 100%;
}
.c-page-header-banner__inner {
  width: 100%;
}
.c-page-header-banner__inner .panel-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 2.1875rem;
}
.c-page-header-banner__inner .panel-layout .panel-grid {
  margin-bottom: 0 !important;
}
.c-page-header-banner__inner li {
  list-style-type: none;
}
.c-page-header-banner__inner .c-text__content p {
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-filters--is-active .c-page-header-banner .menu-info-navigation-container .menu-item, .sub-menu--is-active .c-page-header-banner .menu-info-navigation-container .menu-item {
  opacity: 0.4;
  pointer-events: none;
}
.page-header-search--is-active .c-page-header-banner .menu-info-navigation-container .menu-item:not(.search) {
  opacity: 0.4;
  pointer-events: none;
}
.sub-menu--is-active .c-page-header-banner .c-social-icons, .page-header-search--is-active .c-page-header-banner .c-social-icons {
  opacity: 0.4;
  pointer-events: none;
}
.c-page-header-banner .c-social-icons__list {
  justify-content: flex-end;
}
.c-page-header-banner .c-social-icons__icon {
  height: 1.125rem;
  width: auto;
  margin: 0 0.3125rem;
}
@media only screen and (min-width: 64em) {
  .c-page-header-banner .c-social-icons__icon {
    margin-left: 0;
  }
}

/**
* PAGE-HEADER-SEARCH
**/
.c-page-header-search {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 102;
  opacity: 0;
  pointer-events: none;
}
.page-header-search--is-active .c-page-header-search {
  opacity: 1;
  pointer-events: initial;
}
.c-page-header-search__close-background {
  position: fixed;
  z-index: 101;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.c-page-header-search__close {
  width: 1.75rem;
  height: 1.75rem;
  position: absolute;
  top: 2.625rem;
  right: 0.75rem;
  z-index: 103;
  cursor: pointer;
  transform: translateX(140%);
}
.page-header-search--is-active .c-page-header-search__close {
  transform: translateX(0);
  transition: transform 0.5s 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media only screen and (min-width: 64em) {
  .c-page-header-search__close {
    top: 3.3125rem;
    right: 2rem;
  }
}
.c-page-header-search__close:before, .c-page-header-search__close:after {
  content: "";
  width: 100%;
  height: 0.1875rem;
  border-radius: 0.1875rem;
  background-color: #232b2b;
  position: absolute;
  transform-origin: 50% 50%;
  top: 0.75rem;
}
.c-page-header-search__close:before {
  transform: rotate(45deg);
}
.c-page-header-search__close:after {
  transform: rotate(-45deg);
}
.c-page-header-search__inner {
  transform: translateY(-100%);
  transition: none;
  padding: 1.875rem 1.25rem;
  position: relative;
  z-index: 102;
  background-color: #000001;
}
@media only screen and (min-width: 64em) {
  .c-page-header-search__inner {
    padding: 2.5rem 5rem 2.5rem 2.5rem;
  }
}
.page-header-search--is-active .c-page-header-search__inner {
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

/**
* PAGE-LOGO
**/
.c-page-logo {
  display: flex;
  align-items: center;
}
.products-filters--is-active .c-page-logo, .sub-menu--is-active .c-page-logo, .page-header-search--is-active .c-page-logo {
  opacity: 0.4;
  pointer-events: none;
}
.c-page-logo--header .dark {
  display: flex;
}
.navigation--is-active .c-page-logo--header .dark, .single-post .c-page-logo--header .dark, [data-color=light] .c-page-logo--header .dark {
  display: none;
}
.c-page-logo--header .white {
  display: none;
}
.navigation--is-active .c-page-logo--header .white, .single-post .c-page-logo--header .white, [data-color=light] .c-page-logo--header .white {
  display: flex !important;
}
.c-page-logo--footer {
  display: flex;
  justify-content: center;
  margin-bottom: 3.125rem;
}
.c-page-logo,
.c-page-logo img,
.c-page-logo svg {
  max-height: 2rem;
  width: auto;
}
@media only screen and (min-width: 64em) {
  .c-page-logo,
  .c-page-logo img,
  .c-page-logo svg {
    max-height: 3.75rem;
  }
}
.page-is-scrolled .c-page-logo,
.page-is-scrolled .c-page-logo img,
.page-is-scrolled .c-page-logo svg {
  max-height: 1.75rem;
}
@media only screen and (min-width: 64em) {
  .page-is-scrolled .c-page-logo,
  .page-is-scrolled .c-page-logo img,
  .page-is-scrolled .c-page-logo svg {
    max-height: 2.25rem;
  }
}

/**
** Additonal component files
*/
/**
* ACCORDION
**/
.so-widget-sow-accordion .widget-title {
  font-size: 0.625rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 40em) {
  .so-widget-sow-accordion .widget-title {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 64em) {
  .so-widget-sow-accordion .widget-title {
    margin-bottom: 1.5rem;
  }
}

.c-accordion .sow-accordion-title {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.c-accordion .sow-accordion-panel-header {
  display: flex;
  justify-content: space-between;
}
.c-accordion .sow-accordion-panel-content {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
.c-accordion .sow-accordion-panel-content p {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.c-accordion .sow-accordion-panel {
  position: relative;
  margin-bottom: 2rem;
  cursor: pointer;
}
.c-accordion .sow-accordion-panel:not(:last-child) .sow-accordion-panel-header-container {
  padding-bottom: 1.75rem;
  border-bottom: 0.0625rem solid #232b2b;
}
.c-accordion .sow-accordion-panel .sow-accordion-open-close-button {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
}
@media only screen and (min-width: 64em) {
  .c-accordion .sow-accordion-panel .sow-accordion-open-close-button {
    width: 2rem;
  }
}
.c-accordion .sow-accordion-panel .sow-accordion-open-button,
.c-accordion .sow-accordion-panel .sow-accordion-close-button {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -0.3125rem;
  width: 1.5rem;
  height: 1.5rem;
}
@media only screen and (min-width: 64em) {
  .c-accordion .sow-accordion-panel .sow-accordion-open-button,
  .c-accordion .sow-accordion-panel .sow-accordion-close-button {
    width: 2rem;
  }
}
.c-accordion .sow-accordion-panel .sow-accordion-open-button .sow-icon-ionicons[data-sow-icon],
.c-accordion .sow-accordion-panel .sow-accordion-close-button .sow-icon-ionicons[data-sow-icon] {
  display: none;
}
.c-accordion .sow-accordion-panel .sow-accordion-open-button:before,
.c-accordion .sow-accordion-panel .sow-accordion-close-button:before {
  content: "";
  top: 50%;
  height: 0.0625rem;
  width: 1.5rem;
  background-color: #232b2b;
  position: absolute;
}
@media only screen and (min-width: 64em) {
  .c-accordion .sow-accordion-panel .sow-accordion-open-button:before,
  .c-accordion .sow-accordion-panel .sow-accordion-close-button:before {
    width: 2rem;
  }
}
.c-accordion .sow-accordion-panel .sow-accordion-open-button:before {
  transform: rotate(90deg);
}
.c-accordion .sow-accordion-panel .sow-accordion-close-button {
  pointer-events: none;
}
.c-accordion .sow-accordion-panel.sow-accordion-panel-open .sow-accordion-open-button {
  opacity: 0;
  pointer-events: none;
}

/**
* BASKET-SIDEBAR
**/
.c-basket-sidebar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1007;
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s opacity cubic-bezier(0.39, 0.575, 0.565, 1);
}
.admin-bar .c-basket-sidebar {
  top: 2.75rem;
}
@media only screen and (min-width: 64em) {
  .admin-bar .c-basket-sidebar {
    top: 2rem;
  }
}
.basket-sidebar--is-active .c-basket-sidebar {
  opacity: 1;
  pointer-events: initial;
}
.c-basket-sidebar__inner {
  background-color: #ffffff;
  padding: 0 1rem;
  position: relative;
  max-width: 29.6875rem;
  width: calc(100% - 40px);
  transform: translateX(100%);
  transition: none;
  z-index: 2;
}
@media only screen and (min-width: 64em) {
  .c-basket-sidebar__inner {
    padding: 0 1.625rem;
  }
}
.basket-sidebar--is-active .c-basket-sidebar__inner {
  transform: translateX(0);
  transition: 0.5s 0.2s transform cubic-bezier(0.39, 0.575, 0.565, 1);
}
.c-basket-sidebar__inner:before, .c-basket-sidebar__inner:after {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  height: 1.875rem;
  pointer-events: none;
}
@media only screen and (min-width: 64em) {
  .c-basket-sidebar__inner:before, .c-basket-sidebar__inner:after {
    height: 3.125rem;
  }
}
.c-basket-sidebar__inner:before {
  top: 0;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
.c-basket-sidebar__inner:after {
  bottom: 3.4375rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
.c-basket-sidebar__contents {
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-top: 2rem;
  height: 100%;
  padding-bottom: 4.0625rem;
}
.c-basket-sidebar__contents::-webkit-scrollbar {
  display: none;
}
.c-basket-sidebar__contents .page-header-banner {
  margin: 1rem 0 1.5rem;
}
.c-basket-sidebar__content {
  height: 100%;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: auto;
  padding: 1.875rem 0 4.375rem;
  overflow-x: hidden;
}
.c-basket-sidebar__content::-webkit-scrollbar {
  width: 0.375rem;
  display: none;
}
.c-basket-sidebar__content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
}
.c-basket-sidebar__content::-webkit-scrollbar-thumb {
  background-color: #ebebeb;
  border-radius: 0.3125rem;
  margin-top: 30px;
}
.c-basket-sidebar__close-background {
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.c-basket-sidebar__close {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transform: rotate(45deg);
}
.c-basket-sidebar__close:before, .c-basket-sidebar__close:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.125rem;
  border-radius: 0.125rem;
  background-color: #666666;
  left: 0;
  top: 50%;
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-basket-sidebar__close:after {
  transform: rotate(-90deg);
}
.c-basket-sidebar__close:hover:before, .c-basket-sidebar__close:hover:after {
  background-color: #232b2b;
}
.c-basket-sidebar__heading {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (min-width: 64em) {
  .c-basket-sidebar__heading {
    font-size: 1.125rem;
  }
}
.c-basket-sidebar__headings {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0.875rem;
  padding-top: 0.625rem;
}
@media only screen and (min-width: 64em) {
  .c-basket-sidebar__headings {
    margin-bottom: 1.25rem;
  }
}
.c-basket-sidebar__total {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 0.1875rem;
}
.c-basket-sidebar__shipping-message {
  font-size: 0.625rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 1rem;
  color: #666666;
}
@media only screen and (min-width: 40em) {
  .c-basket-sidebar__shipping-message {
    font-size: 0.75rem;
  }
}
.c-basket-sidebar__buttons-inline {
  margin: 0 -0.3125rem 1rem;
  display: flex;
  flex-wrap: wrap;
}
.c-basket-sidebar__buttons-inline .c-button {
  margin: 0 0.3125rem;
  width: calc(50% - 10px);
}
.c-basket-sidebar__buttons {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  padding: 0 1rem 1rem;
  z-index: 3;
}
.c-basket-sidebar__buttons .c-button {
  display: block;
  margin: 0 0.3125rem;
  width: calc(50% - 10px);
}
.c-basket-sidebar__buttons .c-button + .c-button {
  margin-top: 0.75rem;
}
@media only screen and (min-width: 64em) {
  .c-basket-sidebar__buttons .c-button + .c-button {
    margin-top: 0;
  }
}
.c-basket-sidebar__cart-items {
  margin: 0 0 1rem;
}
.c-basket-sidebar__cart-items .c-basket-sidebar__price {
  width: 3.125rem;
  text-align: right;
}
.c-basket-sidebar__cart-items .c-basket-sidebar__price span {
  font-size: 0.625rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
@media only screen and (min-width: 40em) {
  .c-basket-sidebar__cart-items .c-basket-sidebar__price span {
    font-size: 0.75rem;
  }
}
.c-basket-sidebar__cart-items .c-basket-sidebar__item {
  list-style-type: none;
  display: flex;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.0625rem solid #fafafa;
}
.c-basket-sidebar__cart-items .c-basket-sidebar__image {
  width: 4rem;
}
.c-basket-sidebar__cart-items .c-basket-sidebar__text {
  margin: 0 0.5rem;
  width: calc(100% - 134px);
}
.c-basket-sidebar__cart-items .c-basket-sidebar__text h3,
.c-basket-sidebar__cart-items .c-basket-sidebar__text p,
.c-basket-sidebar__cart-items .c-basket-sidebar__text span,
.c-basket-sidebar__cart-items .c-basket-sidebar__text .remove-item {
  font-size: 0.625rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 0.25rem;
}
@media only screen and (min-width: 40em) {
  .c-basket-sidebar__cart-items .c-basket-sidebar__text h3,
  .c-basket-sidebar__cart-items .c-basket-sidebar__text p,
  .c-basket-sidebar__cart-items .c-basket-sidebar__text span,
  .c-basket-sidebar__cart-items .c-basket-sidebar__text .remove-item {
    font-size: 0.75rem;
  }
}
.c-basket-sidebar__cart-items .c-basket-sidebar__text h3,
.c-basket-sidebar__cart-items .c-basket-sidebar__text p {
  color: #232b2b;
}
.c-basket-sidebar__cart-items .c-basket-sidebar__text p {
  color: #666666;
}
.c-basket-sidebar__cart-items .c-basket-sidebar__text .remove-item {
  margin-bottom: 0;
  color: #b31a39;
  cursor: pointer;
  text-decoration: underline;
}
.c-basket-sidebar__cart-items .c-basket-sidebar__text span {
  font-weight: 700;
}

/**
* BREADCRUMBS
**/
.c-breadcrumbs {
  margin-bottom: 1.5rem;
  background-color: #666666;
  padding: 0.4375rem 0.625rem;
}
@media only screen and (min-width: 64em) {
  .c-breadcrumbs {
    margin-bottom: 2.5rem;
    padding: 0.75rem 1.25rem;
  }
}
.single:not(.single-product) .c-breadcrumbs {
  margin: 0 0 -0.0625rem;
}
.c-row--no-padding-vertical .c-breadcrumbs {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.c-breadcrumbs__inner {
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.page-template-page-resources .c-breadcrumbs {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64em) {
  .page-template-page-resources .c-breadcrumbs {
    margin-bottom: 3.75rem;
  }
}
.c-breadcrumbs span {
  font-size: 0.625rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
  color: #000001;
}
@media only screen and (min-width: 40em) {
  .c-breadcrumbs span {
    font-size: 0.75rem;
  }
}
.c-breadcrumbs span a {
  color: #000001;
  text-decoration: underline;
}
.c-breadcrumbs span span + span {
  margin-left: 0.125rem;
}
@media only screen and (min-width: 64em) {
  .c-breadcrumbs span span + span {
    margin-left: 0.25rem;
  }
}
.c-breadcrumbs span span a {
  margin-right: 0.125rem;
}
@media only screen and (min-width: 64em) {
  .c-breadcrumbs span span a {
    margin-right: 0.25rem;
  }
}

/**
* BLOG-CATEGORY-ARCHIVE
**/
.c-blog-category-archive {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 64em) {
  .c-blog-category-archive {
    padding-top: 2.5rem;
  }
}
.c-blog-category-archive .widget {
  list-style-type: none;
}

/**
* BUTTON
**/
.c-button.no-variation {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.75rem;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #232b2b;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: 0.0625rem solid #232b2b;
  text-transform: uppercase;
  background-color: #232b2b;
  color: #ffffff;
}
@media only screen and (min-width: 64em) {
  .c-button.no-variation {
    min-width: 8.125rem;
    padding: 0 2rem;
    transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
.c-button.no-variation.text-large {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  height: 2.875rem;
  line-height: 2.5rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 64em) {
  .c-button.no-variation.text-large {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-button.no-variation.text-large {
    height: 3.375rem;
    line-height: 3rem;
    padding: 0 2.375rem;
  }
}
.c-button.no-variation:hover {
  background-color: #232b2b;
  color: #ffffff;
}
.no-touchevents .c-button.no-variation:hover {
  background-color: #3a4747;
}

/**
* BUTTON--CONVERSION
**/
.c-button--conversion {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.75rem;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #232b2b;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: 0.0625rem solid #232b2b;
  text-transform: uppercase;
  background-color: #ffffff;
  color: #232b2b;
  border-color: #ffffff;
}
@media only screen and (min-width: 64em) {
  .c-button--conversion {
    min-width: 8.125rem;
    padding: 0 2rem;
    transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
.c-button--conversion.text-large {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  height: 2.875rem;
  line-height: 2.5rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 64em) {
  .c-button--conversion.text-large {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-button--conversion.text-large {
    height: 3.375rem;
    line-height: 3rem;
    padding: 0 2.375rem;
  }
}
.c-button--conversion:hover {
  background-color: #ffffff;
  color: #232b2b;
  border-color: #ffffff;
}
.no-touchevents .c-button--conversion:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

/**
* BUTTON--HOLLOW
**/
.c-button--hollow {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.75rem;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #232b2b;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: 0.0625rem solid #232b2b;
  text-transform: uppercase;
  background-color: transparent;
  color: #232b2b;
}
@media only screen and (min-width: 64em) {
  .c-button--hollow {
    min-width: 8.125rem;
    padding: 0 2rem;
    transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
.c-button--hollow.text-large {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  height: 2.875rem;
  line-height: 2.5rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 64em) {
  .c-button--hollow.text-large {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-button--hollow.text-large {
    height: 3.375rem;
    line-height: 3rem;
    padding: 0 2.375rem;
  }
}
.c-button--hollow:hover {
  color: #232b2b;
}
.no-touchevents .c-button--hollow:hover {
  color: #ffffff;
  background-color: #232b2b;
}

/**
* BUTTON--INLINE
**/
.c-button--inline {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  border: none !important;
  color: #232b2b;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  height: auto;
  line-height: 1;
  min-width: 0;
}
.c-button--inline:hover {
  background-color: transparent;
  text-decoration: underline;
}
.no-touchevents .c-button--inline:hover {
  color: #2e3939;
}

/**
* BUTTONS
**/
.c-buttons--horizontal-align-centre {
  text-align: center;
}

/**
* CTA
**/
.c-cta h1.c-cta__heading {
  font-size: 1.625rem;
  letter-spacing: 0.4375rem;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (min-width: 64em) {
  .c-cta h1.c-cta__heading {
    font-size: 2rem;
  }
}
.c-cta h2.c-cta__heading {
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.3125rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (min-width: 64em) {
  .c-cta h2.c-cta__heading {
    font-size: 1.5rem;
  }
}
.c-cta h3.c-cta__heading {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (min-width: 64em) {
  .c-cta h3.c-cta__heading {
    font-size: 1.125rem;
  }
}
.c-cta h4.c-cta__heading {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.c-cta h5.c-cta__heading {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.c-cta h6.c-cta__heading {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.c-cta__preheading {
  font-size: 1.0625rem;
  line-height: 1.2;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (min-width: 40em) {
  .c-cta__preheading {
    font-size: 1.25rem;
  }
}
.c-cta__heading {
  margin-bottom: 0;
}
.c-cta__heading:not(:last-child) {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 40em) {
  .c-cta__heading:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.c-cta__subheading {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
@media only screen and (min-width: 64em) {
  .c-cta__subheading {
    font-size: 1.125rem;
  }
}
.c-cta__text:not(:last-child) {
  margin-bottom: 2rem;
}
.c-cta__headings:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 40em) {
  .c-cta__headings:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
.c-cta h1.c-cta__heading {
  font-size: 1.625rem;
  letter-spacing: 0.4375rem;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (min-width: 64em) {
  .c-cta h1.c-cta__heading {
    font-size: 2rem;
  }
}
.c-cta__slider .c-cta__item {
  width: 100%;
  height: 100%;
}
.c-cta__inner .crop {
  padding-bottom: 65%;
  position: relative;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 64em) {
  .c-cta__inner .crop {
    margin-bottom: 1.875rem;
  }
}
.c-cta__inner .crop .c-cta__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.c-cta__image svg {
  max-width: 6.25rem;
  height: auto;
  fill: #666666;
}
.c-cta__text p {
  font-size: 1rem;
  line-height: 1.5625rem;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.c-cta__text p:last-child {
  margin-bottom: 0;
}
.c-cta__text p > a {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  border: none !important;
  color: #232b2b;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  height: auto;
  line-height: 1;
  min-width: 0;
}
.c-cta__text p > a:hover {
  background-color: transparent;
  text-decoration: underline;
}
.no-touchevents .c-cta__text p > a:hover {
  color: #2e3939;
}
.c-cta__buttons .c-button {
  width: 100%;
}
@media only screen and (min-width: 40em) {
  .c-cta__buttons .c-button {
    width: auto;
  }
}
@media only screen and (min-width: 40em) {
  .c-cta__buttons .c-button + .c-button {
    margin-left: 1rem;
  }
}
@media (min-width: 1024px) {
  .c-cta.large-2-4 {
    width: 20%;
  }
}

/**
* CTA--ALIGN-STRETCH
**/
.c-row--position-sticky .c-cta--align-stretch {
  min-height: 100vh;
}
.c-row--position-sticky .c-cta--align-stretch .c-cta__text, .c-row--position-sticky .c-cta--align-stretch .c-cta__buttons {
  position: absolute;
}
.c-row--position-sticky .c-cta--align-stretch .c-cta__text:not(:last-child) {
  bottom: 6.875rem;
}
.c-row--position-sticky .c-cta--align-stretch .c-cta__buttons, .c-row--position-sticky .c-cta--align-stretch .c-cta__text:last-child {
  bottom: 2.5rem;
}
@media only screen and (min-width: 64em) {
  .c-row--position-sticky .c-cta--align-stretch.c-cta--layout-image-right .c-cta__inner {
    position: absolute;
    bottom: 0;
    top: 0;
    max-width: unset;
    width: calc(50% - 1 * (100vw - 70rem) / 2);
    left: calc(1 * (100vw - 80rem) / 2);
  }
}
.c-row--position-sticky .c-cta--align-stretch .c-cta__slider .c-cta__item {
  height: 100vh;
}

/**
* CTA--BACKGROUND-STYLE-SECONDARY
**/
.c-cta--background-style-secondary {
  background-color: #666666;
  padding-top: 0.375rem;
}
@media only screen and (min-width: 64em) {
  .c-cta--background-style-secondary {
    padding-top: 1.5rem;
  }
}
.c-cta--background-style-secondary .c-cta__heading {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  font-weight: 300;
  line-height: 1 !important;
}
.c-cta--background-style-secondary .c-cta__heading span {
  font-weight: 700;
  display: block;
}
.c-cta--background-style-secondary .c-cta__headings, .c-cta--background-style-secondary .c-cta__text {
  padding: 0 1rem;
}
@media only screen and (min-width: 64em) {
  .c-cta--background-style-secondary .c-cta__headings, .c-cta--background-style-secondary .c-cta__text {
    padding: 0 1.5rem;
  }
}
.c-cta--background-style-secondary .c-cta__text p {
  color: #ffffff;
}
.c-product .c-cta--background-style-secondary .c-cta__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-product .c-cta--background-style-secondary .c-cta__inner .img-fit:last-child {
  flex-grow: 1;
  position: relative;
}
.c-product .c-cta--background-style-secondary .c-cta__inner .img-fit:last-child img {
  position: absolute;
  bottom: 0;
}

/**
* CTA--HORIZONTAL-ALIGN-CENTER
**/
.c-cta--horizontal-align-center {
  text-align: center;
}
@media only screen and (min-width: 64em) {
  .c-cta--horizontal-align-center .c-cta__buttons .c-button {
    margin: 0 0.375rem;
  }
}
.c-row--position-sticky .c-cta--horizontal-align-center .c-cta__inner {
  max-width: 40.625rem;
  margin-left: auto;
  margin-right: auto;
}
.c-row--position-sticky.c-row--style-dark-gray .c-cta--horizontal-align-center .c-cta__inner {
  max-width: 55rem;
}

/**
* CTA--HORIZONTAL-ALIGN-RIGHT
**/
.c-cta--horizontal-align-right {
  text-align: right;
}

/**
* CTA--INLINE
**/
.c-cta--inline {
  text-align: center;
}
.c-cta--inline .c-cta__heading {
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 64em) {
  .c-cta--inline .c-cta__heading {
    text-align: left;
    margin: 0;
  }
}
.c-cta--inline .c-cta__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/**
* CTA--LAYOUT-BREAKER
**/
.c-cta--layout-breaker {
  position: relative;
  text-align: left;
  margin: 0 1.5rem;
}
.c-cta--layout-breaker .c-cta__background {
  height: 0;
  padding-bottom: 125%;
}
.c-cta--layout-breaker .c-cta__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 0;
}
.c-cta--layout-breaker .c-cta__content {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 1.25rem;
  left: 1.25rem;
}
.c-cta--layout-breaker .c-cta__content:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 12.5rem;
  pointer-events: none;
  z-index: 1;
  top: 0;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.c-cta--layout-breaker .c-cta__content:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 12.5rem;
  pointer-events: none;
  z-index: 1;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  height: 0;
}
.touchevents .c-cta--layout-breaker .c-cta__content:after {
  height: 100%;
}
.no-touchevents .c-cta--layout-breaker .c-cta__content {
  cursor: pointer;
}
.no-touchevents .c-cta--layout-breaker .c-cta__content:hover:after {
  height: 100%;
}
.no-touchevents .c-cta--layout-breaker .c-cta__content:hover .c-cta__text, .no-touchevents .c-cta--layout-breaker .c-cta__content:hover .c-cta__buttons {
  transform: translateY(0);
  pointer-events: initial;
  opacity: 1;
}
.no-touchevents .c-cta--layout-breaker .c-cta__content:hover .c-cta__text {
  transition: 0.75s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.no-touchevents .c-cta--layout-breaker .c-cta__content:hover .c-cta__buttons {
  transition: 0.75s 0.15s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-cta--layout-breaker .c-cta__inner {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  padding: 1.25rem;
}
@media only screen and (min-width: 40em) {
  .c-cta--layout-breaker .c-cta__inner {
    padding: 1.5rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-breaker .c-cta__inner {
    padding: 2rem;
  }
}
.c-cta--layout-breaker .c-cta__heading {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-breaker .c-cta__heading {
    font-size: 1.125rem;
  }
}
.c-cta--layout-breaker .c-cta__headings {
  z-index: 2;
}
.c-cta--layout-breaker .c-cta__text, .c-cta--layout-breaker .c-cta__buttons {
  position: absolute;
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
}
@media only screen and (min-width: 40em) {
  .c-cta--layout-breaker .c-cta__text, .c-cta--layout-breaker .c-cta__buttons {
    left: 1.5rem;
    right: 1.5rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-breaker .c-cta__text, .c-cta--layout-breaker .c-cta__buttons {
    left: 2rem;
    right: 2rem;
  }
}
.no-touchevents .c-cta--layout-breaker .c-cta__text, .no-touchevents .c-cta--layout-breaker .c-cta__buttons {
  transform: translateY(70px);
  pointer-events: none;
  opacity: 0;
  transition: none;
}
.c-cta--layout-breaker .c-cta__text {
  bottom: 4rem;
  color: #ffffff;
}
@media only screen and (min-width: 40em) {
  .c-cta--layout-breaker .c-cta__text {
    bottom: 4.25rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-breaker .c-cta__text {
    bottom: 4.75rem;
  }
}
.c-cta--layout-breaker .c-cta__buttons {
  bottom: 1.25rem;
}
@media only screen and (min-width: 40em) {
  .c-cta--layout-breaker .c-cta__buttons {
    bottom: 1.5rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-breaker .c-cta__buttons {
    bottom: 2rem;
  }
}
.c-cta--layout-breaker .c-cta__buttons .c-button--hollow {
  color: #ffffff;
  border-color: #ffffff;
}
.no-touchevents .c-cta--layout-breaker .c-cta__buttons .c-button--hollow:hover {
  background-color: #ffffff;
  color: #232b2b;
}

/**
* CTA--LAYOUT-IMAGE
**/
.c-cta--layout-image-left, .c-cta--layout-image-right {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left, .c-cta--layout-image-right {
    min-height: 34.375rem;
    height: 100%;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left.eighteen-six, .c-cta--layout-image-right.eighteen-six {
    min-height: 18.75rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left.two-three, .c-cta--layout-image-right.two-three {
    min-height: 45rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left.three-two, .c-cta--layout-image-right.three-two {
    min-height: 29.25rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left.sixteen-nine, .c-cta--layout-image-right.sixteen-nine {
    min-height: 21.25rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left.four-three, .c-cta--layout-image-right.four-three {
    min-height: 26.25rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left.one-one, .c-cta--layout-image-right.one-one {
    min-height: 37.5rem;
  }
}
.c-row--valign-bottom .c-cta--layout-image-left, .c-row--valign-bottom .c-cta--layout-image-right {
  justify-content: flex-end;
}
.c-row--valign-stretch .c-cta--layout-image-left, .c-row--valign-stretch .c-cta--layout-image-right {
  justify-content: stretch;
}
.c-row--valign-center .c-cta--layout-image-left, .c-row--valign-center .c-cta--layout-image-right {
  justify-content: center;
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left.c-cta--align-center, .c-cta--layout-image-right.c-cta--align-center {
    justify-content: center;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left.c-cta--align-top, .c-cta--layout-image-right.c-cta--align-top {
    justify-content: flex-start;
    padding-top: 0;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left.c-cta--align-bottom, .c-cta--layout-image-right.c-cta--align-bottom {
    justify-content: flex-start;
    padding-bottom: 0;
  }
}
.c-cta--layout-image-left .c-cta__content, .c-cta--layout-image-right .c-cta__content {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left .c-cta__content, .c-cta--layout-image-right .c-cta__content {
    flex: 0 0 50%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left .c-cta__inner, .c-cta--layout-image-right .c-cta__inner {
    padding: 3rem 0;
    max-width: 31.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-cta--layout-image-left .c-cta__background, .c-cta--layout-image-right .c-cta__background {
  position: relative;
  padding-bottom: 65%;
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left .c-cta__background, .c-cta--layout-image-right .c-cta__background {
    position: absolute;
    flex: 0 0 50%;
    width: 50%;
    height: 100%;
    padding-bottom: 0;
  }
}
.c-cta--layout-image-left .c-cta__background .c-cta__slider, .c-cta--layout-image-right .c-cta__background .c-cta__slider {
  height: 100%;
}
.c-cta--layout-image-left .c-cta__background .c-cta__image, .c-cta--layout-image-right .c-cta__background .c-cta__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left .c-cta__background .c-cta__image, .c-cta--layout-image-right .c-cta__background .c-cta__image {
    border-radius: 0;
  }
}
.c-cta--layout-image-left .c-cta__background.crop, .c-cta--layout-image-right .c-cta__background.crop {
  height: auto;
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left .c-cta__background.crop, .c-cta--layout-image-right .c-cta__background.crop {
    min-height: 18.75rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left .c-cta__background.crop.one-one, .c-cta--layout-image-left .c-cta__background.crop.two-three, .c-cta--layout-image-right .c-cta__background.crop.one-one, .c-cta--layout-image-right .c-cta__background.crop.two-three {
    min-height: 25rem;
  }
}
.c-cta--layout-image-left .c-cta__background.crop.one-one, .c-cta--layout-image-right .c-cta__background.crop.one-one {
  padding-bottom: 100%;
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left .c-cta__background.crop.one-one, .c-cta--layout-image-right .c-cta__background.crop.one-one {
    padding-bottom: 50%;
  }
}
.c-cta--layout-image-left .c-cta__background.crop.sixteen-nine, .c-cta--layout-image-right .c-cta__background.crop.sixteen-nine {
  padding-bottom: 56.24%;
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left .c-cta__background.crop.sixteen-nine, .c-cta--layout-image-right .c-cta__background.crop.sixteen-nine {
    padding-bottom: 28.12%;
  }
}
.c-cta--layout-image-left .c-cta__background.crop.four-three, .c-cta--layout-image-right .c-cta__background.crop.four-three {
  padding-bottom: 70%;
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left .c-cta__background.crop.four-three, .c-cta--layout-image-right .c-cta__background.crop.four-three {
    padding-bottom: 35%;
  }
}
.c-cta--layout-image-left .c-cta__background.crop.three-two, .c-cta--layout-image-right .c-cta__background.crop.three-two {
  padding-bottom: 78%;
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left .c-cta__background.crop.three-two, .c-cta--layout-image-right .c-cta__background.crop.three-two {
    padding-bottom: 39%;
  }
}
.c-cta--layout-image-left .c-cta__background.crop.eighteen-six, .c-cta--layout-image-right .c-cta__background.crop.eighteen-six {
  padding-bottom: 50%;
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left .c-cta__background.crop.eighteen-six, .c-cta--layout-image-right .c-cta__background.crop.eighteen-six {
    padding-bottom: 25%;
    min-height: 15.625rem;
  }
}
.c-cta--layout-image-left .c-cta__background.crop.two-three, .c-cta--layout-image-right .c-cta__background.crop.two-three {
  padding-bottom: 120%;
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left .c-cta__background.crop.two-three, .c-cta--layout-image-right .c-cta__background.crop.two-three {
    padding-bottom: 60%;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left, .c-cta--layout-image-right {
    min-height: 22.5rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left.c-cta--align-top .c-cta__inner, .c-cta--layout-image-right.c-cta--align-top .c-cta__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.c-cta--layout-image-left .c-cta__heading, .c-cta--layout-image-right .c-cta__heading {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left .c-cta__background.crop, .c-cta--layout-image-right .c-cta__background.crop {
    min-height: 22.5rem;
  }
}

/**
* CTA--LAYOUT-IMAGE-LEFT
**/
@media (min-width: 1024px) {
  .c-cta--layout-image-left .c-cta__content {
    padding-left: 50%;
  }
}
@media (min-width: 1024px) {
  .c-cta--layout-image-left .c-cta__inner {
    padding-left: 44px;
  }
}
@media (min-width: 1024px) {
  .c-cta--layout-image-left .c-cta__background {
    left: 0;
  }
}
@media only screen and (max-width: 63.9375em) {
  .c-cta--layout-image-left {
    flex-direction: column;
  }
}

/**
 * CTA--LAYOUT-IMAGE-RIGHT
*/
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-right.c-cta--layout-image-right-short {
    min-height: 23.5rem;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-right.c-cta--layout-image-right-short .c-cta__heading {
    margin-bottom: 4.5625rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-right .c-cta__content {
    padding-right: 50%;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-right .c-cta__inner {
    padding-right: 2.75rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-right .c-cta__background {
    right: 0;
  }
}

/**
* CTA--LEAD
**/
@media only screen and (min-width: 64em) {
  .c-cta--lead {
    margin-right: 16.6666666667%;
    margin-left: 16.6666666667%;
  }
}
.c-cta--lead .c-cta__text:not(:last-child) {
  margin-bottom: 1.875rem;
}
.c-cta--lead .c-cta__text p {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
@media only screen and (min-width: 64em) {
  .c-cta--lead .c-cta__text p {
    font-size: 1.125rem;
  }
}
.c-cta--lead .c-cta__text p a {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
@media only screen and (min-width: 64em) {
  .c-cta--lead .c-cta__text p a {
    font-size: 1.125rem;
  }
}

/**
* CTA-GRID
**/
.c-cta-grid--align-left {
  text-align: left;
}
.c-cta-grid--align-centre {
  text-align: center;
}
.c-cta-grid--align-right {
  text-align: right;
}
.c-cta-grid__initial .c-cta__heading {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 64em) {
  .c-cta-grid__initial .c-cta__heading {
    margin-bottom: 2.5rem;
  }
}
.c-cta-grid__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.c-cta-grid__grid .c-cta {
  margin: 0 0 1.25rem;
  padding: 0 1.25rem;
}
.c-cta-grid__grid .c-cta__background {
  position: relative;
}
.c-cta-grid__grid .c-cta__text:not(:last-of-type) {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .c-cta-grid__grid .c-cta__text:not(:last-of-type) {
    margin-bottom: 32px;
  }
}
.c-cta-grid__grid .c-cta__inner.crop {
  padding-bottom: 100%;
  position: relative;
}
.c-cta-grid__grid .c-cta__inner.crop .c-cta__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.c-cta-grid__grid .c-cta.no-variation.no-layout .c-cta__content {
  background-color: #ffffff;
  border: 0.0625rem solid #232b2b;
}
.c-cta-grid__grid .c-cta.no-variation.no-layout .c-cta__inner {
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 64em) {
  .c-cta-grid__grid .c-cta.no-variation.no-layout .c-cta__inner {
    padding-bottom: 1.875rem;
  }
}
.c-cta-grid__grid .c-cta.no-variation.no-layout .c-cta__inner > *:not(.crop) {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media only screen and (min-width: 64em) {
  .c-cta-grid__grid .c-cta.no-variation.no-layout .c-cta__inner > *:not(.crop) {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.c-cta-grid__grid .c-cta--layout-breaker .c-cta__content {
  margin: 0;
}
.c-cta-grid.page-dots-is-true .flickity-enabled {
  padding-bottom: 2.5rem;
}

/**
* CTA-GRID--IMAGE-ROLLOVER
**/
.c-cta-grid--image-rollover .c-cta-grid__grid .c-cta__inner .crop {
  padding-bottom: 100%;
  overflow: hidden;
  background-color: #000001;
}
.c-cta-grid--image-rollover .c-cta-grid__grid .c-cta__inner .crop .c-cta__image:nth-of-type(1) {
  transform: translateX(0);
  transition: none;
}
.c-cta-grid--image-rollover .c-cta-grid__grid .c-cta__inner .crop .c-cta__image:nth-of-type(2) {
  transform: translateX(100%);
  transition: none;
}
.no-touchevents .c-cta-grid--image-rollover .c-cta-grid__grid .c-cta__inner .crop {
  cursor: pointer;
}
.no-touchevents .c-cta-grid--image-rollover .c-cta-grid__grid .c-cta__inner .crop:hover .c-cta__image:nth-of-type(1) {
  transform: translateX(-100%);
  transition: 0.4s transform cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.no-touchevents .c-cta-grid--image-rollover .c-cta-grid__grid .c-cta__inner .crop:hover .c-cta__image:nth-of-type(2) {
  transform: translateX(0);
  transition: 0.4s 0.15s transform cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

/**
* CTA-GRID--IS-SLIDER
**/
.c-cta-grid--is-slider.prev-next-is-true .c-cta-grid__grid {
  padding-bottom: 3.75rem;
}

/**
* CTA-GRID--IS-SLIDER-MOBILE
**/
.c-cta-grid--is-slider-mobile {
  margin-right: -1.25rem;
  margin-left: 0;
}
.c-cta-grid--is-slider-mobile .c-cta-grid__grid.flickity-enabled .c-cta.small-12 {
  width: calc(100% - 100px);
  padding: 0 0 0 1.25rem;
  margin: 0;
}

/**
* CTA-GRID--TABBED-LAYOUT
**/
@media only screen and (min-width: 64em) {
  .c-cta-grid--tabbed-layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
.c-cta-grid--tabbed-layout.c-cta-grid--align-left .c-cta-grid__initial {
  margin-bottom: 2rem;
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 64em) {
  .c-cta-grid--tabbed-layout.c-cta-grid--align-left .c-cta-grid__initial {
    padding-left: 1.875rem;
    margin-bottom: 2.75rem;
  }
}
.c-cta-grid--tabbed-layout.c-cta-grid--align-left .c-cta-grid__initial .c-cta__heading:last-child, .c-cta-grid--tabbed-layout.c-cta-grid--align-left .c-cta-grid__initial .c-cta__text p {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 64em) {
  .c-cta-grid--tabbed-layout .c-cta-grid__additional {
    width: calc(100% - 340px);
  }
}
@media only screen and (max-width: 63.9375em) {
  .c-cta-grid--tabbed-layout .c-cta-grid__additional {
    margin-top: 1.25rem;
  }
}
.c-cta-grid--tabbed-layout .c-cta-grid__additional .c-cta__buttons,
.c-cta-grid--tabbed-layout .c-cta-grid__additional .c-cta-grid__buttons {
  background-color: #fafafa;
  padding: 2rem;
}
@media only screen and (min-width: 64em) {
  .c-cta-grid--tabbed-layout .c-cta-grid__additional .c-cta__buttons,
  .c-cta-grid--tabbed-layout .c-cta-grid__additional .c-cta-grid__buttons {
    padding: 2.75rem;
  }
}
.c-cta-grid--tabbed-layout .c-cta-grid__additional .c-button--hollow {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.75rem;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #232b2b;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: 0.0625rem solid #232b2b;
  text-transform: uppercase;
  background-color: transparent;
  color: #232b2b;
}
@media only screen and (min-width: 64em) {
  .c-cta-grid--tabbed-layout .c-cta-grid__additional .c-button--hollow {
    min-width: 8.125rem;
    padding: 0 2rem;
    transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
.c-cta-grid--tabbed-layout .c-cta-grid__additional .c-button--hollow.text-large {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  height: 2.875rem;
  line-height: 2.5rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 64em) {
  .c-cta-grid--tabbed-layout .c-cta-grid__additional .c-button--hollow.text-large {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta-grid--tabbed-layout .c-cta-grid__additional .c-button--hollow.text-large {
    height: 3.375rem;
    line-height: 3rem;
    padding: 0 2.375rem;
  }
}
.c-cta-grid--tabbed-layout .c-cta-grid__additional .c-button--hollow:hover {
  color: #232b2b;
}
.no-touchevents .c-cta-grid--tabbed-layout .c-cta-grid__additional .c-button--hollow:hover {
  color: #ffffff;
  background-color: #232b2b;
}
@media only screen and (min-width: 64em) {
  .c-cta-grid--tabbed-layout .c-cta-grid__grid {
    width: 18.75rem;
    margin-right: 2.5rem;
    padding-top: 2.75rem;
  }
}
.c-cta-grid--tabbed-layout .c-cta-grid__grid .c-cta {
  color: #232b2b;
  margin-bottom: 0.75rem;
  padding-right: 0;
  cursor: pointer;
}
.c-cta-grid--tabbed-layout .c-cta-grid__grid .c-cta__heading {
  text-align: left;
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  text-transform: uppercase;
}
.c-cta-grid--tabbed-layout .c-cta-grid__grid .c-cta__content {
  position: relative;
  background-color: transparent;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border: none;
}
.c-cta-grid--tabbed-layout .c-cta-grid__grid .c-cta__content svg {
  transform: translateX(-50%);
  opacity: 0;
}
.c-cta-grid--tabbed-layout .c-cta-grid__grid .c-cta__preheading {
  background-color: #232b2b;
  border-radius: 50%;
  color: #666666;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  margin-right: 0.75rem;
}
.c-cta-grid--tabbed-layout .c-cta-grid__grid .c-cta.is-active .c-cta__content svg {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-cta-grid--tabbed-layout .c-cta--text-additional {
  opacity: 0;
  max-height: 0;
  position: relative;
  background-color: #fafafa;
}
.c-cta-grid--tabbed-layout .c-cta--text-additional .c-cta__inner {
  padding: 2rem;
}
@media only screen and (min-width: 64em) {
  .c-cta-grid--tabbed-layout .c-cta--text-additional .c-cta__inner {
    padding: 2.75rem;
  }
}
.c-cta-grid--tabbed-layout .c-cta--text-additional .c-cta__preheading {
  font-size: 3.75rem;
  line-height: 5rem;
  margin: 0;
}
@media only screen and (min-width: 40em) {
  .c-cta-grid--tabbed-layout .c-cta--text-additional .c-cta__preheading {
    font-size: 5rem;
    line-height: 6.25rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta-grid--tabbed-layout .c-cta--text-additional .c-cta__preheading {
    font-size: 6.25rem;
    line-height: 8.125rem;
  }
}
.c-cta-grid--tabbed-layout .c-cta--text-additional.is-active {
  opacity: 1;
  max-height: 62.5rem;
}
@media only screen and (min-width: 64em) {
  .c-cta-grid--tabbed-layout .c-cta--text-additional.is-active {
    min-height: 18.75rem;
  }
}
.c-cta-grid--tabbed-layout .c-cta--text-additional.is-active:after {
  height: 0;
  transition: 0.6s 0.2s height cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-cta-grid--tabbed-layout .c-cta--text-additional.is-active.c-cta--layout-image-right, .c-cta-grid--tabbed-layout .c-cta--text-additional.is-active.c-cta--layout-image-left {
  min-height: 18.75rem;
}
.c-cta-grid--tabbed-layout .c-cta--text-additional.c-cta--layout-image-right, .c-cta-grid--tabbed-layout .c-cta--text-additional.c-cta--layout-image-left {
  text-align: left;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 64em) {
  .c-cta-grid--tabbed-layout .c-cta--text-additional.c-cta--layout-image-right, .c-cta-grid--tabbed-layout .c-cta--text-additional.c-cta--layout-image-left {
    flex-direction: row;
  }
}
.c-cta-grid--tabbed-layout .c-cta--text-additional.c-cta--layout-image-right .c-cta__background, .c-cta-grid--tabbed-layout .c-cta--text-additional.c-cta--layout-image-left .c-cta__background {
  box-shadow: none;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  text-align: center;
  background-color: #666666;
  padding-bottom: 0;
}
@media only screen and (min-width: 40em) {
  .c-cta-grid--tabbed-layout .c-cta--text-additional.c-cta--layout-image-right .c-cta__background, .c-cta-grid--tabbed-layout .c-cta--text-additional.c-cta--layout-image-left .c-cta__background {
    width: 6.25rem;
    height: 6.25rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta-grid--tabbed-layout .c-cta--text-additional.c-cta--layout-image-right .c-cta__background, .c-cta-grid--tabbed-layout .c-cta--text-additional.c-cta--layout-image-left .c-cta__background {
    width: 8.125rem;
    height: 8.125rem;
  }
}
.c-cta-grid--tabbed-layout .c-cta--text-additional.c-cta--layout-image-right .c-cta__background img, .c-cta-grid--tabbed-layout .c-cta--text-additional.c-cta--layout-image-left .c-cta__background img {
  width: 100%;
}
.c-cta-grid--tabbed-layout .c-cta--text-additional.c-cta--layout-image-right .c-cta__content:only-child, .c-cta-grid--tabbed-layout .c-cta--text-additional.c-cta--layout-image-left .c-cta__content:only-child {
  padding-left: 0;
  flex: 0 0 100%;
}
@media only screen and (min-width: 64em) {
  .c-cta-grid--tabbed-layout .c-cta--text-additional.c-cta--layout-image-right .c-cta__content, .c-cta-grid--tabbed-layout .c-cta--text-additional.c-cta--layout-image-left .c-cta__content {
    padding-left: 8.125rem;
    flex: 0 0 calc(100% - 130px);
  }
}
@media only screen and (min-width: 64em) {
  .c-cta-grid--tabbed-layout .c-cta--text-additional.c-cta--layout-image-right .c-cta__content, .c-cta-grid--tabbed-layout .c-cta--text-additional.c-cta--layout-image-left .c-cta__content {
    padding-left: 10.625rem;
    flex: 0 0 calc(100% - 170px);
  }
}
.c-cta-grid--tabbed-layout .c-cta--text-additional.c-cta--layout-image-left .c-cta__background {
  left: auto;
}

/**
* ERROR-PAGE
**/
.c-error-page {
  margin: 0;
}
.c-error-page > li {
  list-style-type: none;
}
.c-error-page .c-cta--layout-image-right .c-cta__heading, .c-error-page .c-cta--layout-image-left .c-cta__heading {
  font-size: 7.5rem;
}
@media only screen and (min-width: 64em) {
  .c-error-page .c-cta--layout-image-right .c-cta__heading, .c-error-page .c-cta--layout-image-left .c-cta__heading {
    font-size: 12.5rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-error-page div[class^=menu] {
    text-align: center;
  }
}
.c-error-page div[class^=menu] .menu-item {
  display: inline-block;
}
.c-error-page div[class^=menu] .menu-item a {
  color: #666666;
  text-decoration: underline;
  padding: 0 1.875rem;
}
@media only screen and (min-width: 64em) {
  .c-error-page div[class^=menu] .menu-item a {
    padding: 0 2.1875rem;
  }
}

/**
* FORM
**/
.c-form {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}
.c-form__preheading {
  font-size: 0.875rem;
  line-height: 1.2;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  text-transform: uppercase;
  font-weight: 600;
  color: #232b2b;
}
@media only screen and (min-width: 40em) {
  .c-form__preheading {
    font-size: 0.9375rem;
  }
}
.c-form__heading {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 64em) {
  .c-form__heading {
    margin-bottom: 2rem;
  }
}
.c-form__text {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 64em) {
  .c-form__text {
    margin-bottom: 2.5rem;
  }
}
.c-form .gform_wrapper.gravity-theme .gform_heading, .c-form .gform_wrapper.gf_browser_chrome .gform_heading {
  display: none;
}
.c-form .gform_wrapper.gravity-theme .gform_fields .gfield_html,
.c-form .gform_wrapper.gravity-theme .gform_fields label, .c-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield_html,
.c-form .gform_wrapper.gf_browser_chrome .gform_fields label {
  font-size: 1rem;
  line-height: 1.5625rem;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.c-form .gform_wrapper.gravity-theme .gform_fields .gfield_html, .c-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield_html {
  padding-top: 1.5rem;
}
@media only screen and (min-width: 64em) {
  .c-form .gform_wrapper.gravity-theme .gform_fields .gfield_html, .c-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield_html {
    padding-top: 5.625rem;
  }
}
.c-form .gform_wrapper.gravity-theme .gform_fields .gfield select,
.c-form .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .c-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield select,
.c-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  box-shadow: none;
  color: #232b2b;
  font-size: 1rem;
  line-height: 1.5625rem;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  line-height: 2.625rem;
  border: none;
  border-bottom: 0.0625rem solid #232b2b;
  height: 2.75rem;
  line-height: 2.5rem;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .c-form .gform_wrapper.gravity-theme .gform_fields .gfield select,
  .c-form .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .c-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield select,
  .c-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    line-height: 2.625rem;
  }
}
.c-form .gform_wrapper.gravity-theme .gform_fields .gfield select:focus,
.c-form .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .c-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield select:focus,
.c-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  outline: none;
  box-shadow: none;
}
.c-form .gform_wrapper.gravity-theme .gform_fields .gfield select::-moz-placeholder, .c-form .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .c-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield select::-moz-placeholder, .c-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder {
  color: #666666;
}
.c-form .gform_wrapper.gravity-theme .gform_fields .gfield select::placeholder,
.c-form .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .c-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield select::placeholder,
.c-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
  color: #666666;
}
@media only screen and (min-width: 64em) {
  .c-form .gform_wrapper.gravity-theme .gform_fields .gfield select,
  .c-form .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .c-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield select,
  .c-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    line-height: 2.5rem;
  }
}
.c-form .gform_wrapper.gravity-theme .gform_fields .gfield textarea, .c-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield textarea {
  box-shadow: none;
  color: #232b2b;
  font-size: 1rem;
  line-height: 1.5625rem;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  line-height: 2.625rem;
  border: none;
  border-bottom: 0.0625rem solid #232b2b;
  padding: 0.25rem 1rem;
}
@media only screen and (min-width: 64em) {
  .c-form .gform_wrapper.gravity-theme .gform_fields .gfield textarea, .c-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield textarea {
    line-height: 2.625rem;
  }
}
.c-form .gform_wrapper.gravity-theme .gform_fields .gfield textarea:focus, .c-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield textarea:focus {
  outline: none;
  box-shadow: none;
}
.c-form .gform_wrapper.gravity-theme .gform_fields .gfield textarea::-moz-placeholder, .c-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield textarea::-moz-placeholder {
  color: #666666;
}
.c-form .gform_wrapper.gravity-theme .gform_fields .gfield textarea::placeholder, .c-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield textarea::placeholder {
  color: #666666;
}
.c-form .gform_wrapper.gravity-theme .gform_fields .gfield textarea, .c-form .gform_wrapper.gravity-theme .gform_fields .gfield textarea.large, .c-form .gform_wrapper.gravity-theme .gform_fields .gfield textarea.medium, .c-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield textarea, .c-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield textarea.large, .c-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield textarea.medium {
  height: 12.5rem;
}
.c-form .gform_wrapper.gravity-theme .gform_fields .gfield textarea.small, .c-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield textarea.small {
  height: 7.8125rem;
}
.c-form .gform_wrapper.gravity-theme .gform_footer, .c-form .gform_wrapper.gf_browser_chrome .gform_footer {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 64em) {
  .c-form .gform_wrapper.gravity-theme .gform_footer, .c-form .gform_wrapper.gf_browser_chrome .gform_footer {
    justify-content: flex-end;
  }
}
.c-form .gform_wrapper.gravity-theme .gform_footer input.button,
.c-form .gform_wrapper.gravity-theme .gform_footer input[type=submit], .c-form .gform_wrapper.gf_browser_chrome .gform_footer input.button,
.c-form .gform_wrapper.gf_browser_chrome .gform_footer input[type=submit] {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.75rem;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #232b2b;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: 0.0625rem solid #232b2b;
  text-transform: uppercase;
  background-color: #232b2b;
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 64em) {
  .c-form .gform_wrapper.gravity-theme .gform_footer input.button,
  .c-form .gform_wrapper.gravity-theme .gform_footer input[type=submit], .c-form .gform_wrapper.gf_browser_chrome .gform_footer input.button,
  .c-form .gform_wrapper.gf_browser_chrome .gform_footer input[type=submit] {
    min-width: 8.125rem;
    padding: 0 2rem;
    transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
.c-form .gform_wrapper.gravity-theme .gform_footer input.button.text-large,
.c-form .gform_wrapper.gravity-theme .gform_footer input[type=submit].text-large, .c-form .gform_wrapper.gf_browser_chrome .gform_footer input.button.text-large,
.c-form .gform_wrapper.gf_browser_chrome .gform_footer input[type=submit].text-large {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  height: 2.875rem;
  line-height: 2.5rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 64em) {
  .c-form .gform_wrapper.gravity-theme .gform_footer input.button.text-large,
  .c-form .gform_wrapper.gravity-theme .gform_footer input[type=submit].text-large, .c-form .gform_wrapper.gf_browser_chrome .gform_footer input.button.text-large,
  .c-form .gform_wrapper.gf_browser_chrome .gform_footer input[type=submit].text-large {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-form .gform_wrapper.gravity-theme .gform_footer input.button.text-large,
  .c-form .gform_wrapper.gravity-theme .gform_footer input[type=submit].text-large, .c-form .gform_wrapper.gf_browser_chrome .gform_footer input.button.text-large,
  .c-form .gform_wrapper.gf_browser_chrome .gform_footer input[type=submit].text-large {
    height: 3.375rem;
    line-height: 3rem;
    padding: 0 2.375rem;
  }
}
.c-form .gform_wrapper.gravity-theme .gform_footer input.button:hover,
.c-form .gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover, .c-form .gform_wrapper.gf_browser_chrome .gform_footer input.button:hover,
.c-form .gform_wrapper.gf_browser_chrome .gform_footer input[type=submit]:hover {
  background-color: #232b2b;
  color: #ffffff;
}
.no-touchevents .c-form .gform_wrapper.gravity-theme .gform_footer input.button:hover,
.no-touchevents .c-form .gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover, .no-touchevents .c-form .gform_wrapper.gf_browser_chrome .gform_footer input.button:hover,
.no-touchevents .c-form .gform_wrapper.gf_browser_chrome .gform_footer input[type=submit]:hover {
  background-color: #3a4747;
}
@media only screen and (min-width: 64em) {
  .c-form .gform_wrapper.gravity-theme .gform_footer input.button,
  .c-form .gform_wrapper.gravity-theme .gform_footer input[type=submit], .c-form .gform_wrapper.gf_browser_chrome .gform_footer input.button,
  .c-form .gform_wrapper.gf_browser_chrome .gform_footer input[type=submit] {
    min-width: 11.625rem;
  }
}

/**
* HEADING
**/
.c-heading__heading {
  color: #232b2b;
}
.c-heading__heading:not(:last-child) {
  margin-bottom: 1rem;
}
.c-heading h1.c-heading__heading {
  font-size: 1.625rem;
  letter-spacing: 0.4375rem;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (min-width: 64em) {
  .c-heading h1.c-heading__heading {
    font-size: 2rem;
  }
}
.c-heading h2.c-heading__heading {
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.3125rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (min-width: 64em) {
  .c-heading h2.c-heading__heading {
    font-size: 1.5rem;
  }
}
.c-heading h3.c-heading__heading {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (min-width: 64em) {
  .c-heading h3.c-heading__heading {
    font-size: 1.125rem;
  }
}
.c-heading h4.c-heading__heading,
.c-heading h5.c-heading__heading {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.c-heading h6.c-heading__heading {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.c-heading__subheading {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}

/**
* HEADING--HERO
**/
.c-heading--hero .c-heading__heading {
  font-size: 1.625rem;
  letter-spacing: 0.4375rem;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (min-width: 64em) {
  .c-heading--hero .c-heading__heading {
    font-size: 2rem;
  }
}
.c-heading--hero.c-heading--align-left .c-heading__heading {
  position: relative;
  padding-bottom: 1.5rem;
}
.c-heading--hero.c-heading--align-left .c-heading__heading:after {
  content: "";
  position: absolute;
  background-color: #232b2b;
  height: 0.1875rem;
  width: 5rem;
  bottom: 0;
}
@media only screen and (min-width: 40em) {
  .c-heading--hero.c-heading--align-left .c-heading__heading:after {
    height: 0.25rem;
    width: 7.5rem;
  }
}
.c-heading--hero.c-heading--align-left .c-heading__heading:after {
  left: 0;
}
.c-heading--hero.c-heading--align-centre .c-heading__heading {
  position: relative;
  padding-bottom: 1.5rem;
}
.c-heading--hero.c-heading--align-centre .c-heading__heading:after {
  content: "";
  position: absolute;
  background-color: #232b2b;
  height: 0.1875rem;
  width: 5rem;
  bottom: 0;
}
@media only screen and (min-width: 40em) {
  .c-heading--hero.c-heading--align-centre .c-heading__heading:after {
    height: 0.25rem;
    width: 7.5rem;
  }
}
.c-heading--hero.c-heading--align-centre .c-heading__heading:after {
  left: 50%;
  transform: translateX(-50%);
}

/**
* HERO
**/
@media only screen and (max-width: 63.9375em) {
  .c-hero {
    display: flex;
    flex-direction: column-reverse;
  }
}
.c-hero .c-hero, .c-hero .c-hero__background {
  min-height: 21.875rem;
}
@media only screen and (min-width: 64em) {
  .c-hero .c-hero, .c-hero .c-hero__background {
    min-height: 37.5rem;
  }
}
.c-hero .c-hero__headings:not(:last-child) {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 64em) {
  .c-hero .c-hero__headings:not(:last-child) {
    margin-bottom: 3.125rem;
  }
}
.c-hero .c-hero__heading {
  font-size: 1.625rem;
  letter-spacing: 0.4375rem;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (min-width: 64em) {
  .c-hero .c-hero__heading {
    font-size: 2rem;
  }
}
.c-hero .c-hero__heading:not(:last-child) {
  margin-bottom: 1rem;
}
.c-hero .c-hero__subheading {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.c-hero .c-hero__subheading:not(:last-child) {
  margin-bottom: 1.5rem;
}
.c-hero .c-hero__preheading {
  font-size: 0.875rem;
  line-height: 1.2;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.625rem;
  color: #232b2b;
}
@media only screen and (min-width: 40em) {
  .c-hero .c-hero__preheading {
    font-size: 0.9375rem;
  }
}
.c-hero .c-hero__buttons .c-button {
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .c-hero .c-hero__buttons .c-button {
    width: auto;
  }
}
@media only screen and (min-width: 64em) {
  .c-hero .c-hero__buttons .c-button + .c-button {
    margin-left: 0.75rem;
  }
}
@media only screen and (max-width: 63.9375em) {
  .c-hero .c-hero__buttons .c-button + .c-button {
    margin-top: 0.5rem;
  }
}
.c-hero .c-hero__content {
  width: 100%;
  max-width: 60%;
  padding: 1.5rem;
  position: absolute;
  top: auto;
  max-width: calc(100% - 32px);
  transform: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .c-hero .c-hero__content {
    position: absolute;
    max-width: 43.75rem;
    padding: 2rem;
    width: auto;
  }
}
.c-hero .c-hero__content.text-color-is-light {
  color: #ffffff;
}
.c-hero .c-hero__content.text-color-is-dark {
  color: #232b2b;
}

/**
* HERO-SLIDER
**/
.c-hero-slider {
  width: 100%;
}
.c-hero-slider .c-hero {
  width: 100vw;
}
@media only screen and (max-width: 63.9375em) {
  .c-hero-slider .c-hero {
    height: 70vh;
  }
}
.c-hero-slider.is-custom-hero-slider {
  position: relative;
  height: 70vh;
}
@media only screen and (min-width: 64em) {
  .c-hero-slider.is-custom-hero-slider {
    height: 100vh;
  }
}
.c-hero-slider.is-custom-hero-slider .flickity-viewport {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.c-hero-slider.is-custom-hero-slider .flickity-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-hero-slider.is-custom-hero-slider .c-hero {
  width: 100%;
  height: 100%;
  min-height: 0;
}
.c-hero-slider.is-custom-hero-slider .flickity-slider > .c-hero {
  height: 100%;
}
.c-hero-slider.is-custom-hero-slider .c-hero__background {
  height: 100%;
  min-height: 0;
}
.c-hero-slider.is-custom-hero-slider .flickity-page-dots {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 2;
  left: auto;
  right: 1.5rem;
}
.c-hero-slider.is-custom-hero-slider .flickity-page-dots .dot {
  display: block;
  margin: 0.375rem 0;
  cursor: pointer;
}
.c-hero-slider.is-custom-hero-slider .flickity-page-dots .dot.is-selected {
  width: 1rem;
  height: 2rem;
}
.c-hero-slider.is-custom-hero-slider .flickity-page-dots .dot.is-selected:after {
  opacity: 1;
  animation: growDotVertical var(--autoplay-time) ease-in-out forwards;
}
@keyframes growDotVertical {
  0% {
    height: 1rem;
  }
  100% {
    height: 2rem;
  }
}

/**
* HERO--IMAGE-LOCKUP
**/
.c-hero--image-lockup {
  height: 100vh;
}
.c-hero--image-lockup .c-hero {
  height: 100vh;
}
.c-hero--image-lockup .c-hero .c-hero__background.contain {
  position: absolute;
  background-size: cover;
  min-height: 0;
  height: 0;
}
.c-hero--image-lockup .c-hero .c-hero__background.contain:nth-of-type(2) {
  left: 0;
  top: 15%;
  width: 25%;
  height: calc(100vh - 40%);
}
.c-hero--image-lockup .c-hero .c-hero__background.contain:nth-of-type(3) {
  right: 0;
  top: 5%;
  width: 25%;
  height: 40vh;
}
.c-hero--image-lockup .c-hero .c-hero__background.contain:nth-of-type(4) {
  bottom: 15%;
  width: 20%;
  right: 3%;
  height: 25vh;
}
.c-hero--image-lockup .flickity-enabled .flickity-page-dots {
  bottom: 6.25rem;
}
.c-row--style-white .c-hero--image-lockup .flickity-enabled .flickity-page-dots .dot, .c-row--style-muted .c-hero--image-lockup .flickity-enabled .flickity-page-dots .dot {
  border-color: #232b2b;
}
.c-row--style-white .c-hero--image-lockup .flickity-enabled .flickity-page-dots .dot.is-selected:after, .c-row--style-muted .c-hero--image-lockup .flickity-enabled .flickity-page-dots .dot.is-selected:after {
  border-color: #232b2b;
  background-color: #232b2b;
}

/**
* HERO--SHORT
**/
.c-hero--short .c-hero__background {
  min-height: 15.25rem;
}
@media only screen and (min-width: 64em) {
  .c-hero--short .c-hero__background {
    min-height: 22.5rem;
  }
}

/**
* HERO--TALL
**/
.c-hero--tall .c-hero__background {
  min-height: 21.875rem;
  height: 70vh;
  height: 70svh;
}
@media only screen and (min-width: 64em) {
  .c-hero--tall .c-hero__background {
    min-height: 43.75rem;
    height: 100vh;
    height: 100svh;
  }
}

/**
* IMAGE-GRID
**/
.c-image-grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0 -0.625rem -0.625rem !important;
}
@media only screen and (min-width: 40em) {
  .c-image-grid {
    flex-direction: row;
  }
}
@media only screen and (min-width: 64em) {
  .c-image-grid {
    margin: 0 -1.25rem -1.25rem !important;
  }
}
.c-image-grid .c-image-grid__item .crop {
  padding-bottom: 70%;
  position: relative;
  margin: 0 0.625rem 1.25rem;
}
@media only screen and (min-width: 64em) {
  .c-image-grid .c-image-grid__item .crop {
    margin: 1.25rem;
  }
}
.c-image-grid .c-image-grid__item .c-image-grid__background {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/**
* INSTAGRAM-FEED
**/
.c-instagram-feed .widget {
  list-style-type: none;
}
.c-instagram-feed #sb_instagram #sbi_images {
  margin-bottom: 0;
  padding: 0 !important;
}
.c-instagram-feed #sb_instagram #sbi_images .sbi_item {
  float: none;
  transition: none;
  overflow: unset;
}

/**
* INTERACTIVE-MAP
**/
.c-interactive-map {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
@media only screen and (min-width: 64em) {
  .c-interactive-map {
    flex-direction: row;
    flex-wrap: wrap;
    height: calc(100vh - 200px);
    min-height: 37.5rem;
  }
}
.c-interactive-map__anchor {
  position: absolute;
  top: -2.5rem;
  pointer-events: none;
}
.c-interactive-map__column {
  background-color: #fafafa;
  position: relative;
}
@media only screen and (min-width: 64em) {
  .c-interactive-map__column {
    width: 25rem;
    height: calc(100vh - 200px);
  }
}
.c-interactive-map__column * {
  color: #232b2b;
}
.c-interactive-map__column:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3.125rem;
  background: linear-gradient(180deg, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
  z-index: 1;
  pointer-events: none;
}
.c-interactive-map__column-inner {
  overflow-y: scroll;
  height: 100%;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  padding: 1.25rem;
}
@media only screen and (min-width: 64em) {
  .c-interactive-map__column-inner {
    padding: 2rem 2rem 2rem 0;
  }
}
.c-interactive-map__column-inner::-webkit-scrollbar {
  display: none;
}
.c-interactive-map__canvas {
  width: 100%;
  height: 50vh;
  border: 0.25rem solid #666666;
}
@media only screen and (min-width: 64em) {
  .c-interactive-map__canvas {
    width: calc(100% - 25rem);
    height: calc(100vh - 200px);
    min-height: 37.5rem;
    border-width: 0.375rem;
  }
}
@media only screen and (min-width: 64em) {
  .full-width-map .c-interactive-map__canvas {
    width: 100%;
  }
}
.c-interactive-map .c-interactive-map__inner:not(:last-child) {
  margin-bottom: 1.5rem;
  padding-bottom: 1.875rem;
  border-bottom: 0.0625rem solid #232b2b;
}
.c-interactive-map .c-interactive-map__inner:last-child {
  margin-bottom: 2rem;
}
.c-interactive-map .c-interactive-map__inner .showHiddenContent.is-active + .c-interactive-map__hidden-content {
  display: block;
}
.c-interactive-map__buttons {
  display: none;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.125rem solid #d4d4d4;
}
.c-interactive-map__buttons.found .c-button--inline {
  display: none;
}
.c-interactive-map__buttons #map-link.found {
  font-size: 1rem;
  line-height: 1.5625rem;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  padding-right: 2rem;
  min-height: 1.5rem;
  display: inline-block;
  background-size: 1.375rem auto;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE3MC42NjciIGhlaWdodD0iMTcwLjY2NyIgdmlld0JveD0iMCAwIDEyOCAxMjgiPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik01NC41IDEuNEMzMS4zIDcuMiAxNy41IDMxLjggMjUgNTQuMWMxLjIgMy40IDUuNCAxMS40IDkuNSAxNy44IDQuMSA2LjUgNy41IDEyIDcuNSAxMi40IDAgLjMtMS45LjgtNC4yIDEuMi02LjcgMS4xLTE3LjYgNS4xLTIxLjkgOC03LjUgNC45LTkuOCAxMS45LTUuOSAxOC4yIDExLjYgMTkgODAuOCAyMiAxMDMuOCA0LjUgOC43LTYuNiA4LTE2LjMtMS43LTIyLjctNC4zLTIuOS0xNS4yLTYuOS0yMS44LTgtMi40LS40LTQuMy0uOS00LjMtMS4yIDAtLjQgMy40LTUuOSA3LjUtMTIuNCA0LjEtNi40IDguMy0xNC40IDkuNS0xNy44IDcuNi0yMi44LTYuOS00Ny45LTMwLjgtNTNDNjUuNi0uMyA2MS0uMiA1NC41IDEuNHptMjMuOCA5LjVjNy4xIDMuNSAxNC4xIDEwLjkgMTYuNyAxNy44IDIuNyA3IDMgMTcuOC43IDI0QzkzLjkgNTcuNCA2NS4yIDEwMyA2NCAxMDNjLTEuMiAwLTI5LjktNDUuNi0zMS43LTUwLjMtLjktMi40LTEuNi03LjMtMS42LTExLjIuMS0xNC43IDguNC0yNi45IDIyLjEtMzIgNS45LTIuMyAxOS42LTEuNSAyNS41IDEuNHptLTIzLjkgOTJjNi44IDEwLjkgOC4zIDEyLjUgMTEgMTEuNS43LS4zIDQuNC01LjUgOC4yLTExLjVsNi45LTExLjEgNS4xLjZjMTEuNCAxLjMgMjIuOCA2LjIgMjYuMiAxMS4zIDEuMyAyLjEgMS4yIDIuNS0xLjkgNS42LTYuOCA2LjgtMjMuNyAxMC43LTQ1LjkgMTAuNy0yNC43IDAtNDMuOC01LjItNDgtMTMtMi4yLTQuMSA1LjYtOS43IDE4LjMtMTMgMTIuNy0zLjMgMTIuMi0zLjYgMjAuMSA4Ljl6Ii8+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTU2LjUgMjQuNEM1MC45IDI2LjggNDUgMzUuNiA0NSA0MS41YzAgMy4yIDIuNSA5IDUuMyAxMi4yIDcuNSA4LjUgMTkuOSA4LjUgMjcuNCAwIDIuOC0zLjIgNS4zLTkgNS4zLTEyLjIgMC02LTYtMTQuOC0xMS43LTE3LjEtNC4xLTEuNy0xMC45LTEuNy0xNC44IDB6bTEzLjMgNy45YzYuOCAzLjMgNi43IDE1LS4yIDE4LjctNS40IDIuOS0xMi42LjktMTUuMi00LjJDNTAuOSA0MCA1NCAzMy4yIDYyIDMwLjdjMS44LS42IDQuNiAwIDcuOCAxLjZ6Ii8+PC9zdmc+");
}
.c-interactive-map__heading {
  color: #232b2b;
  margin-bottom: 1rem;
}
.c-interactive-map__heading,
.c-interactive-map__heading a {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (min-width: 64em) {
  .c-interactive-map__heading,
  .c-interactive-map__heading a {
    font-size: 1.125rem;
  }
}
.c-interactive-map__label {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: #666666;
}
.c-interactive-map__link:focus {
  outline: none;
}
.c-interactive-map__search {
  display: flex;
  margin-bottom: 1.375rem;
}
.c-interactive-map__search input[type=text] {
  box-shadow: none;
  color: #232b2b;
  font-size: 1rem;
  line-height: 1.5625rem;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  line-height: 2.625rem;
  border: none;
  border-bottom: 0.0625rem solid #232b2b;
  height: 2.75rem;
  line-height: 2.5rem;
  padding: 0;
  border: 0.125rem solid #666666;
  color: #ffffff;
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .c-interactive-map__search input[type=text] {
    line-height: 2.625rem;
  }
}
.c-interactive-map__search input[type=text]:focus {
  outline: none;
  box-shadow: none;
}
.c-interactive-map__search input[type=text]::-moz-placeholder {
  color: #666666;
}
.c-interactive-map__search input[type=text]::placeholder {
  color: #666666;
}
@media only screen and (min-width: 64em) {
  .c-interactive-map__search input[type=text] {
    line-height: 2.5rem;
  }
}
.c-interactive-map__search input[type=text]::-moz-placeholder {
  color: #666666;
}
.c-interactive-map__search input[type=text]::placeholder {
  color: #666666;
}
.c-interactive-map__search input[type=text]:focus {
  border-color: #ffffff;
}
.c-interactive-map__infowindow {
  overflow-x: hidden;
}
.c-interactive-map__infowindow p,
.c-interactive-map__infowindow a,
.c-interactive-map__infowindow span {
  display: block;
}
.c-interactive-map__infowindow p {
  font-size: 1rem;
  line-height: 1.5625rem;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: #232b2b;
}
.c-interactive-map__infowindow a {
  color: #232b2b;
  text-decoration: underline;
}
.c-interactive-map__infowindow a:hover {
  color: #3a4747;
}
.c-interactive-map__content div,
.c-interactive-map__content a,
.c-interactive-map__content p {
  font-size: 1rem;
  line-height: 1.5625rem;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.c-interactive-map__content p {
  color: #232b2b;
}
.c-interactive-map__content .c-interactive-map__label {
  color: #232b2b;
}
.c-interactive-map__content .c-interactive-map__show-map {
  color: #232b2b;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.75rem;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #232b2b;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: 0.0625rem solid #232b2b;
  text-transform: uppercase;
  background-color: transparent;
  color: #232b2b;
}
@media only screen and (min-width: 64em) {
  .c-interactive-map__content .c-interactive-map__show-map {
    min-width: 8.125rem;
    padding: 0 2rem;
    transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
.c-interactive-map__content .c-interactive-map__show-map.text-large {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  height: 2.875rem;
  line-height: 2.5rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 64em) {
  .c-interactive-map__content .c-interactive-map__show-map.text-large {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-interactive-map__content .c-interactive-map__show-map.text-large {
    height: 3.375rem;
    line-height: 3rem;
    padding: 0 2.375rem;
  }
}
.c-interactive-map__content .c-interactive-map__show-map:hover {
  color: #232b2b;
}
.no-touchevents .c-interactive-map__content .c-interactive-map__show-map:hover {
  color: #ffffff;
  background-color: #232b2b;
}
.c-interactive-map__content p:last-child {
  margin-bottom: 0;
}
.c-interactive-map__content .c-interactive-map__left {
  margin-bottom: 1rem;
}
.c-interactive-map__content .c-interactive-map__left span,
.c-interactive-map__content .c-interactive-map__left a {
  display: block;
}
.c-interactive-map__content .c-interactive-map__left span {
  padding-top: 0.75rem;
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.c-interactive-map__content .c-interactive-map__right .distance {
  display: none;
}
.c-interactive-map__hidden-content {
  background-color: gray;
  padding: 1rem;
  margin-top: 1rem;
  display: none;
}
.c-interactive-map__hidden-content p {
  font-size: 1rem;
  line-height: 1.5625rem;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.c-interactive-map__hidden-content p:last-child {
  margin-bottom: 0;
}
.c-interactive-map__info-window .c-interactive-map__subheading {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (min-width: 64em) {
  .c-interactive-map__info-window .c-interactive-map__subheading {
    font-size: 1.125rem;
  }
}
.c-interactive-map__info-window p:last-child {
  margin-bottom: 0;
}
.c-interactive-map .c-button--arrow {
  font-size: 1rem;
  line-height: 1.5625rem;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: #ffffff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjY4Mi42NjciIGhlaWdodD0iNjgyLjY2NyIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0zNzkuNSAxMzMuOWMtNC43IDIuMi04LjkgNi40LTEwLjQgMTAuNHMtMS40IDEyLjIuMyAxNmMuOCAxLjggMTcuNCAxOS4yIDM3LjUgMzkuMmwzNi4xIDM2LTIxNC43LjUtMjE0LjguNS0zLjggMi40Yy0yLjEgMS4zLTUgNC4yLTYuNSA2LjRDLjkgMjQ4LjcuNSAyNTAuNS41IDI1NmMwIDUuNS40IDcuMyAyLjcgMTAuNyAxLjUgMi4yIDQuNCA1LjEgNi41IDYuNGwzLjggMi40IDIxNC44LjUgMjE0LjcuNS0zNi4xIDM2Yy0yMC4xIDIwLTM2LjcgMzcuNC0zNy41IDM5LjItMS43IDMuOC0xLjggMTItLjMgMTYgMy42IDkuNyAxNi43IDE0LjkgMjYuMSAxMC41IDQuMy0yIDExMC40LTEwNi4yIDExNC0xMTIgMy40LTUuNSAzLjMtMTUuNC0uMy0yMC44LTQuMi02LjMtMTA5LjQtMTA5LjYtMTEzLjctMTExLjYtNC44LTIuMy0xMC43LTIuMi0xNS43LjF6Ii8+PC9zdmc+");
  padding: 0 2.125rem 0 0;
  background-size: 1.5rem auto;
}
.c-interactive-map .gm-style .gm-style-iw-c {
  padding: 0 1.25rem !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: 0.3125rem solid #666666 !important;
}
.c-interactive-map .gm-style .gm-style-iw-c .gm-style-iw-d {
  padding: 1.25rem 0 !important;
}
.c-interactive-map .gm-style .gm-ui-hover-effect {
  top: 0.3125rem !important;
  right: 0.3125rem !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
}
.c-interactive-map .gm-style .gm-ui-hover-effect,
.c-interactive-map .gm-style .gm-ui-hover-effect span {
  width: 1.25rem !important;
  height: 1.25rem !important;
  margin: 0 !important;
}

/**
* MAP
**/
.c-map__iframe {
  margin-bottom: -0.625rem;
  height: 50vh;
}
@media only screen and (min-width: 40em) {
  .c-map__iframe {
    min-height: 28.125rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-map__iframe {
    height: 80vh;
    min-height: 37.5rem;
  }
}

/**
* POST-CATEGORIES
**/
.c-post-categories__list {
  margin: 0 -0.625rem;
  display: flex;
  flex-wrap: wrap;
}
.c-post-categories__item {
  width: calc(100% - 20px);
  margin: 0 0.625rem 1.875rem;
}
@media only screen and (min-width: 64em) {
  .c-post-categories__item {
    width: calc(50% - 20px);
    margin: 0 0.625rem 2.5rem;
  }
}
.c-post-categories__heading {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #232b2b;
  margin-bottom: 0;
}
@media only screen and (min-width: 64em) {
  .c-post-categories__heading {
    font-size: 1.125rem;
  }
}
.c-post-categories__background {
  padding-bottom: 70%;
  position: relative;
  margin-bottom: 1rem;
}
.c-post-categories__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/**
* POSTS
**/
.c-posts.no-variation.no-layout {
  position: relative;
}
.c-posts__buttons.all {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 64em) {
  .c-posts__buttons.all {
    top: 0;
  }
}
.c-posts__navigation {
  width: 100%;
  display: block;
  padding-left: 1.5rem;
}
@media only screen and (min-width: 64em) {
  .c-posts__navigation {
    padding-left: 2.5rem;
  }
}
.c-posts__navigation .c-posts__navigation-results {
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}
@media only screen and (min-width: 40em) {
  .c-posts__navigation .c-posts__navigation-results {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-posts__navigation .c-posts__navigation-results {
    margin-bottom: 2rem;
  }
}
.c-posts__navigation .c-posts__navigation-inner,
.c-posts__navigation .c-posts__navigation-inner > p {
  display: flex;
}
.c-posts__navigation .page-numbers {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.25rem;
  text-align: center;
  margin: 0 0.9375rem;
  color: #666666;
  transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
  display: none;
}
@media only screen and (min-width: 64em) {
  .c-posts__navigation .page-numbers {
    line-height: 2.25rem;
  }
}
.c-posts__navigation .page-numbers.prev, .c-posts__navigation .page-numbers.next {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  transition: 0.2s transform cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transform: translateX(0);
}
.c-posts__navigation .page-numbers.prev svg, .c-posts__navigation .page-numbers.next svg {
  height: 2.5rem;
  width: auto;
}
.c-posts__navigation .page-numbers.disable {
  opacity: 0.5;
  pointer-events: none;
  display: flex;
  margin: 0;
}
.c-posts__navigation .page-numbers:hover.prev {
  transform: translateX(-5px);
}
.c-posts__navigation .page-numbers:hover.next {
  transform: translateX(5px);
}
.c-posts__anchor {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  top: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.c-posts__title {
  margin-bottom: 0;
}
.c-posts__title:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 64em) {
  .c-posts__title:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.c-posts > .c-posts__buttons {
  text-align: center;
}
.c-posts .c-posts__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.625rem;
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__list {
    gap: 1.25rem;
  }
}
.c-posts .c-posts__list.mobile-slider, .c-posts .c-posts__list.product-slider, .c-posts .c-posts__list.post-slider {
  margin-bottom: 0;
}
@media only screen and (max-width: 63.9375em) {
  .c-posts .c-posts__list.mobile-slider, .c-posts .c-posts__list.product-slider, .c-posts .c-posts__list.post-slider {
    margin: 0;
  }
}
@media only screen and (max-width: 39.9375em) {
  .c-posts .c-posts__list.mobile-slider .c-posts__item,
  .c-posts .c-posts__list.mobile-slider .woocommerce ul.products[class*=columns-] li.product, .c-posts .c-posts__list.product-slider .c-posts__item,
  .c-posts .c-posts__list.product-slider .woocommerce ul.products[class*=columns-] li.product, .c-posts .c-posts__list.post-slider .c-posts__item,
  .c-posts .c-posts__list.post-slider .woocommerce ul.products[class*=columns-] li.product {
    width: calc(100% - 60px);
    padding-left: 0;
  }
}
.c-posts .c-posts__list .added_to_cart {
  display: none;
}
.c-posts .c-posts__list .woocommerce {
  width: 100%;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] {
  margin-bottom: 0;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product {
  float: none;
  width: 100%;
  padding-left: 1.25rem;
  color: #232b2b;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .tester_tag {
  font-size: 0.625rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 0.625rem;
  display: block;
  width: auto;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 1;
  border-radius: 50%;
  color: #232b2b;
  margin-left: 0.5rem;
  position: absolute;
  pointer-events: none;
  text-align: center;
  z-index: 1;
  top: 0;
  font-size: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 40em) {
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .tester_tag {
    font-size: 0.75rem;
  }
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .tester_tag:nth-of-type(2) {
  margin-left: 3.375rem;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .tester_tag:nth-of-type(3) {
  margin-left: 6.25rem;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .tester_tag:nth-of-type(4) {
  margin-left: 9.125rem;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .tester_overlay {
  background-color: #232b2b;
  color: #ffffff;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .eleven_one_overlay {
  background-color: #666666;
  color: #232b2b;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .new_overlay {
  background-color: #232b2b;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .last_change_overlay {
  background-color: #b31a39;
  color: #ffffff;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
}
@media only screen and (min-width: 40em) {
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product {
    margin-right: 1.25rem;
    padding-left: 0;
  }
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .add_to_cart_button {
  display: none;
}
.rvpw-recently-view .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product, .c-row--style-secondary .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product, .c-row--style-muted .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product {
  background-color: #ffffff;
  color: #232b2b;
}
.rvpw-recently-view .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .qty,
.rvpw-recently-view .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .qty_button, .c-row--style-secondary .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .qty,
.c-row--style-secondary .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .qty_button, .c-row--style-muted .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .qty,
.c-row--style-muted .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .qty_button {
  border-color: #232b2b;
  color: #232b2b;
}
.rvpw-recently-view .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .price > .amount,
.rvpw-recently-view .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__title, .c-row--style-secondary .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .price > .amount,
.c-row--style-secondary .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__title, .c-row--style-muted .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .price > .amount,
.c-row--style-muted .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__title {
  color: #232b2b;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .added_to_cart {
  display: none;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product[data-size-small=small-6] {
  width: calc(50% - 20px);
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product[data-size-small=small-4] {
  width: calc(33% - 20px);
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product[data-size-small=small-3] {
  width: calc(25% - 22px);
}
@media only screen and (min-width: 40em) {
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product[data-size-medium=medium-6] {
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 40em) {
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product[data-size-medium=medium-4] {
    width: calc(33% - 20px);
  }
}
@media only screen and (min-width: 80em) {
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product[data-size-medium=medium-3] {
    width: calc(25% - 22px);
  }
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product[data-size-large=large-6] {
    width: calc(50% - 22px);
  }
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product[data-size-large=large-4] {
    width: calc(33% - 22px);
  }
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product[data-size-large=large-3] {
    width: calc(33% - 20px);
  }
}
@media only screen and (min-width: 80em) {
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product[data-size-large=large-3] {
    width: calc(25% - 22px);
  }
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product[data-size-large=large-20] {
    width: calc(33% - 22px);
  }
}
@media only screen and (min-width: 80em) {
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product[data-size-large=large-20] {
    width: calc(25% - 22px);
  }
}
@media only screen and (min-width: 89.9375em) {
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product[data-size-large=large-20] {
    width: calc(20% - 22px);
  }
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .woosw-btn {
  float: right;
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 1;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .woosw-btn .woosw-btn-icon:before {
  font-size: 1.5rem;
  color: #232b2b;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .content-wrapper {
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .content-wrapper {
    padding: 1.5rem 0 1.25rem 0;
  }
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .content-wrapper > a {
  position: absolute;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .price-html {
  display: none;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .price-html .wcwp-alternate-content {
  display: none;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .wcwp-alternate-content {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  padding: 0.75rem;
  background-color: #fafafa;
  border-radius: 0.3125rem;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .wcwp-alternate-content a {
  color: #232b2b;
  text-decoration: underline;
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .wcwp-alternate-content:not(:last-child) {
  margin-bottom: 0.75rem;
}
@media only screen and (max-width: 39.9375em) {
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .alg-wc-wl-thumb-btn-abs {
    margin-left: 1.25rem;
  }
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .single_variation_wrap .woocommerce-variation {
  display: none !important;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__title {
  max-width: calc(100% - 64px);
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-left: 0.5rem;
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__title {
    padding-left: 1rem;
  }
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__title,
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__title a {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #232b2b;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .price {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.0625rem;
  color: #232b2b;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0.5rem;
  display: inline-block;
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .price {
    right: 1rem;
  }
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .price > .amount {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #232b2b;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .price del {
  opacity: 1;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .price ins {
  color: #b31a39;
  text-decoration: none;
  margin-left: 0.3125rem;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .price .price {
  margin-bottom: 0 !important;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .price .price:not(.yaydp-discounted-price) {
  display: none;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .price .price.yaydp-discounted-price .yaydp-original-prices {
  color: #b31a39;
  margin-right: 0.25rem;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .price .price.yaydp-discounted-price .yaydp-calculated-prices {
  font-size: 0;
  display: flex;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .price .price.yaydp-discounted-price .yaydp-calculated-prices .amount {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .price .price.yaydp-discounted-price .yaydp-calculated-prices .amount:nth-of-type(2) {
  display: none;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product div.price {
  font-size: 0;
  display: flex;
  align-items: center;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product div.price label,
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product div.price span,
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product div.price .amount {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: #666666;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product div.price label {
  margin-right: 0.25rem;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .woocommerce-variation-availability {
  display: none;
  margin-bottom: 1.5rem;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .woocommerce-variation-availability p.stock {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  padding: 0.3125rem 0.625rem;
  display: inline-block;
  color: #b31a39;
  background-color: transparent;
  border: 0.125rem solid #b31a39;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .woocommerce-variation-availability p.stock.in-stock {
  color: #232b2b;
  border-color: #232b2b;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product.outofstock .button, .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product.onbackorder .button {
  pointer-events: none;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product.outofstock .quantity, .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product.onbackorder .quantity {
  display: none;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .price-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .woocommerce-variation-add-to-cart .product-quantity-add-to-cart .quantity {
  visibility: visible !important;
  display: flex !important;
  margin: 0;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart {
  display: flex;
  flex-wrap: wrap;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart .added_to_cart {
  display: none !important;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart__title {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 0.75rem;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart .c-button {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  width: auto;
  flex-grow: 1;
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart .c-button {
    width: calc(50% - 4px);
    margin-bottom: 0;
  }
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart button.button.alt,
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart button.button,
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart a.button,
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart .button {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.75rem;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #232b2b;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: 0.0625rem solid #232b2b;
  text-transform: uppercase;
  background-color: #232b2b;
  color: #ffffff;
  min-width: 0;
  margin-top: 0;
  width: 100%;
  flex-grow: 1;
  margin-top: 0;
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart button.button.alt,
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart button.button,
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart a.button,
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart .button {
    min-width: 8.125rem;
    padding: 0 2rem;
    transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart button.button.alt.text-large,
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart button.button.text-large,
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart a.button.text-large,
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart .button.text-large {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  height: 2.875rem;
  line-height: 2.5rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart button.button.alt.text-large,
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart button.button.text-large,
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart a.button.text-large,
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart .button.text-large {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart button.button.alt.text-large,
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart button.button.text-large,
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart a.button.text-large,
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart .button.text-large {
    height: 3.375rem;
    line-height: 3rem;
    padding: 0 2.375rem;
  }
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart button.button.alt:hover,
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart button.button:hover,
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart a.button:hover,
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart .button:hover {
  background-color: #232b2b;
  color: #ffffff;
}
.no-touchevents .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart button.button.alt:hover,
.no-touchevents .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart button.button:hover,
.no-touchevents .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart a.button:hover,
.no-touchevents .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart .button:hover {
  background-color: #3a4747;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart button.button.alt.loading,
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart button.button.loading,
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart a.button.loading,
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart .button.loading {
  opacity: 0.65;
  pointer-events: none;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart button.button.alt.loading:after,
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart button.button.loading:after,
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart a.button.loading:after,
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart .button.loading:after {
  content: "";
  background-image: url("../svg/spinner.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 1rem;
  width: 1.375rem;
  height: 100%;
  font-size: 1rem;
  animation: spin 1.2s linear infinite;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart button.button.alt.added,
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart button.button.added,
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart a.button.added,
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart .button.added {
  padding-right: 2rem;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart button.button.alt.added:after,
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart button.button.added:after,
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart a.button.added:after,
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart .button.added:after {
  font-family: WooCommerce;
  content: "\e017";
  margin-left: 0.53em;
  vertical-align: bottom;
  position: absolute;
  right: auto;
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart button.button.alt,
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart button.button,
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart a.button,
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart .button {
    width: calc(50% - 4px);
  }
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart button.button.alt.added:after,
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart button.button.added:after,
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart a.button.added:after,
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart .button.added:after {
  font-size: 0.9375rem;
}
@media only screen and (max-width: 39.9375em) {
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart button.button.alt.wc-variation-is-unavailable,
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart button.button.wc-variation-is-unavailable,
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart a.button.wc-variation-is-unavailable,
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart .button.wc-variation-is-unavailable {
    font-size: 0.5rem;
    padding: 0;
  }
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-badge {
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  right: 0.375rem;
  top: 0.375rem;
  background-color: #232b2b;
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.4375rem;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 40em) {
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] li.product .product-badge {
    font-size: 0.5rem;
    width: 2.5rem;
    height: 2.5rem;
    right: 0.5rem;
    top: 0.5rem;
  }
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] .is-product-slider {
  width: 100%;
}
@media only screen and (max-width: 63.9375em) {
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] .is-product-slider {
    margin-left: 2.5rem;
  }
}
@media only screen and (max-width: 39.9375em) {
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] .is-product-slider {
    margin-left: 1.875rem;
  }
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] .is-product-slider.flickity-enabled .flickity-prev-next-button {
  right: auto;
  top: auto;
  bottom: 0;
  transform: translateY(calc(100% + 24px));
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] .is-product-slider.flickity-enabled .flickity-prev-next-button {
    transform: translateY(calc(100% + 32px));
  }
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] .is-product-slider.flickity-enabled .flickity-prev-next-button:focus {
  outline: none;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] .is-product-slider.flickity-enabled .flickity-prev-next-button.previous {
  right: 1.875rem;
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] .is-product-slider.flickity-enabled .flickity-prev-next-button.previous {
    right: 2.5rem;
  }
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] .is-product-slider.flickity-enabled .flickity-prev-next-button.next {
  right: 3.75rem;
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] .is-product-slider.flickity-enabled .flickity-prev-next-button.next {
    right: 5rem;
  }
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] .is-product-slider li.product {
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 1.25rem !important;
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] .is-product-slider li.product[data-size-small=small-6] {
  width: calc(50% - 10px);
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] .is-product-slider li.product[data-size-small=small-4] {
  width: calc(33.333% - 10px);
}
.c-posts .c-posts__list .woocommerce ul.products[class*=columns-] .is-product-slider li.product[data-size-small=small-3] {
  width: calc(25% - 10px);
}
@media only screen and (min-width: 40em) {
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] .is-product-slider li.product[data-size-medium=medium-6] {
    width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 40em) {
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] .is-product-slider li.product[data-size-medium=medium-4] {
    width: calc(33.333% - 10px);
  }
}
@media only screen and (min-width: 80em) {
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] .is-product-slider li.product[data-size-medium=medium-3] {
    width: calc(25% - 10px);
  }
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] .is-product-slider li.product[data-size-large=large-6] {
    width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] .is-product-slider li.product[data-size-large=large-4] {
    width: calc(33.333% - 10px);
  }
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] .is-product-slider li.product[data-size-large=large-3] {
    width: calc(25% - 10px);
  }
}
@media only screen and (min-width: 80em) {
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] .is-product-slider li.product[data-size-large=large-3] {
    width: calc(25% - 10px);
  }
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] .is-product-slider li.product[data-size-large=large-20] {
    width: calc(33.333% - 10px);
  }
}
@media only screen and (min-width: 80em) {
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] .is-product-slider li.product[data-size-large=large-20] {
    width: calc(25% - 10px);
  }
}
@media only screen and (min-width: 100em) {
  .c-posts .c-posts__list .woocommerce ul.products[class*=columns-] .is-product-slider li.product[data-size-large=large-20] {
    width: calc(20% - 34px);
  }
}
.c-posts .c-posts__list.prev-next-arrow-is-true {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__list.prev-next-arrow-is-true.mobile-slider {
    padding-bottom: 0;
  }
}
.c-posts .c-posts__item {
  position: relative;
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__item.large-12 .c-posts__item-inner {
    flex-direction: row-reverse;
    align-items: center;
  }
  .c-posts .c-posts__item.large-12 .c-posts__item-inner .c-posts__background {
    width: 60%;
    padding-bottom: 46%;
    margin: 0;
  }
  .c-posts .c-posts__item.large-12 .c-posts__item-inner .c-posts__content {
    width: 40%;
    padding-right: 6.25rem;
  }
}
@media only screen and (min-width: 40em) {
  .c-posts .c-posts__item.medium-6 {
    width: calc(50% - 14px);
  }
}
@media only screen and (min-width: 40em) {
  .c-posts .c-posts__item.medium-4 {
    width: calc(33.333% - 14px);
  }
}
@media only screen and (min-width: 40em) {
  .c-posts .c-posts__item.medium-3 {
    width: calc(25% - 14px);
  }
}
@media only screen and (min-width: 40em) {
  .c-posts .c-posts__item.medium-20 {
    width: calc(20% - 14px);
  }
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__item.large-6 {
    width: calc(50% - 14px);
  }
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__item.large-4 {
    width: calc(33.333% - 14px);
  }
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__item.large-3 {
    width: calc(25% - 14px);
  }
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__item.large-20 {
    width: calc(20% - 14px);
  }
}
.c-posts .c-posts__item.type-team-members .c-posts__categories {
  margin: 0;
}
.c-posts .c-posts__item.type-team-members .c-posts__categories li {
  list-style-type: none;
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  position: relative;
  text-transform: uppercase;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding: 0;
  align-items: center;
}
.c-posts .c-posts__item.type-team-members .c-posts__categories li .svg-container {
  display: flex;
  justify-content: center;
  width: 2.5rem;
  margin-right: 0.75rem;
}
.c-posts .c-posts__item-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: stretch;
  position: relative;
  height: 100%;
  background-color: #ffffff;
}
.c-posts .c-posts__excerpt, .c-posts .c-posts__heading {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-posts .c-posts__background, .c-posts .c-posts__content {
  width: 100%;
}
.c-posts .c-posts__background {
  padding-bottom: 100%;
  margin-bottom: 2rem;
  position: relative;
}
.c-posts .c-posts__background > div:not(.c-posts__meta) {
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.c-posts .c-posts__background .c-posts__meta {
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  background-color: #666666;
  border-radius: 0.3125rem;
  padding: 0.5rem;
}
.c-posts .c-posts__background .c-posts__meta span {
  line-height: 1;
  color: #ffffff;
}
.c-posts .c-posts__content {
  margin: 0;
  display: flex;
  flex-direction: column;
  padding: 0 2rem 2rem;
}
.c-posts .c-posts__content p {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.c-posts .c-posts__content .job-title,
.c-posts .c-posts__content .email {
  order: 4;
}
.c-posts .c-posts__content .email {
  position: relative;
  text-transform: uppercase;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding: 0;
  align-items: center;
}
.c-posts .c-posts__content .email .svg-container {
  display: flex;
  justify-content: center;
  width: 2.5rem;
  margin-right: 0.75rem;
}
.c-posts .c-posts__content .job-title {
  font-size: 1rem;
  line-height: 1.5625rem;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__content .job-title {
    margin-bottom: 1.75rem;
  }
}
.c-posts .c-posts__meta {
  order: 1;
}
.c-posts .c-posts__meta span {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  display: block;
}
.c-posts .c-posts__ordering-heading {
  font-size: 0.875rem;
  line-height: 1.2;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (min-width: 40em) {
  .c-posts .c-posts__ordering-heading {
    font-size: 0.9375rem;
  }
}
.c-posts .c-posts__ordering .button-group .c-button + .c-button {
  margin-left: 0.75rem;
}
.c-posts .c-posts__headings {
  order: 3;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__headings {
    margin-bottom: 1.875rem;
  }
}
.c-posts .c-posts__headings.flex {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  max-width: calc(100% - 70px);
}
@media only screen and (min-width: 40em) {
  .c-posts .c-posts__headings.flex {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__headings.flex {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 2.5rem;
  }
}
.c-posts .c-posts__heading {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__heading {
    font-size: 1.125rem;
  }
}
.c-posts .c-posts__heading:not(:last-child) {
  margin-bottom: 0.625rem;
}
.c-posts .c-posts__author {
  order: 2;
}
.c-posts .c-posts__tags {
  order: 1;
}
.c-posts .c-posts__categories, .c-posts .c-posts__comment-count {
  order: 4;
}
.c-posts .c-posts__tags {
  display: flex;
  margin: 0 0 1rem;
}
.c-posts .c-posts__tags li {
  list-style-type: none;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.c-posts .c-posts__tags li:not(:last-child):after {
  content: "•";
  transform: translateY(-1px);
  display: inline-block;
  margin: 0 0.25rem;
}
.c-posts .c-posts__excerpt {
  order: 5;
}
.c-posts .c-posts__buttons {
  order: 6;
}
.c-posts .c-posts__buttons .c-button {
  display: block;
}
.c-posts .c-posts__excerpt {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
}

/**
* POSTS--FEATURED
**/
.c-posts--featured .c-posts__list {
  margin: 0;
}
.c-posts--featured .c-posts__item {
  margin: 0;
}
.c-posts--featured .c-posts__item .c-posts__item-inner {
  margin: 0;
}
@media only screen and (min-width: 40em) {
  .c-posts--featured .c-posts__item .c-posts__item-inner {
    flex-direction: row;
    align-items: center;
  }
}
@media only screen and (min-width: 40em) {
  .c-posts--featured .c-posts__item .c-posts__anchor {
    padding-bottom: 0;
    width: 57%;
    bottom: 0;
    left: 0;
    right: auto;
  }
}
@media only screen and (min-width: 64em) {
  .c-posts--featured .c-posts__item .c-posts__anchor {
    width: 64%;
  }
}
@media only screen and (min-width: 80em) {
  .c-posts--featured .c-posts__item .c-posts__anchor {
    width: 64%;
  }
}
@media only screen and (min-width: 40em) {
  .c-posts--featured .c-posts__item .c-posts__background {
    width: 57%;
    padding-bottom: 50%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64em) {
  .c-posts--featured .c-posts__item .c-posts__background {
    width: 60%;
    padding-bottom: 44%;
  }
}
@media only screen and (min-width: 80em) {
  .c-posts--featured .c-posts__item .c-posts__background {
    width: 64%;
  }
}
@media only screen and (min-width: 40em) {
  .c-posts--featured .c-posts__item .c-posts__content {
    width: 43%;
    padding: 2rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-posts--featured .c-posts__item .c-posts__content {
    width: 40%;
    padding: 2.375rem;
  }
}
@media only screen and (min-width: 80em) {
  .c-posts--featured .c-posts__item .c-posts__content {
    width: 36%;
    padding: 3rem;
  }
}
.c-posts--featured .c-posts__item .c-posts__content .c-posts__meta {
  margin-bottom: 0.375rem;
}
.c-posts--featured .c-posts__item .c-posts__content .c-posts__meta span {
  font-size: 0.625rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 600;
  color: #666666;
}
@media only screen and (min-width: 40em) {
  .c-posts--featured .c-posts__item .c-posts__content .c-posts__meta span {
    font-size: 0.75rem;
  }
}
.c-posts--featured .c-posts__item .c-posts__content .c-posts__heading {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 64em) {
  .c-posts--featured .c-posts__item .c-posts__content .c-posts__heading {
    font-size: 1.125rem;
  }
}
.c-posts--featured .c-posts__item .c-posts__content .c-posts__excerpt {
  font-size: 1rem;
  line-height: 1.5625rem;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

/**
* PRODUCTS
**/
.woocommerce .c-row--margin-default ul.products {
  margin-bottom: -1rem;
}

.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
  display: grid;
}
@media only screen and (max-width: 39.9375em) {
  .woocommerce ul.products {
    width: auto;
  }
}
.woocommerce ul.products:before {
  display: none;
}
.woocommerce ul.products.columns-4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (min-width: 64em) {
  .woocommerce ul.products.columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.woocommerce ul.products.columns-3 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (min-width: 64em) {
  .woocommerce ul.products.columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 64em) {
  .woocommerce ul.products.columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.woocommerce ul.products[class*=columns-] li.product {
  margin: 0 !important;
  clear: none !important;
  width: 100%;
}
.woocommerce ul.products[class*=columns-] li.product .product-quantity-add-to-cart {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
}
.woocommerce ul.products li.product .qty,
.woocommerce ul.products li.product .qty_button {
  border-color: #232b2b;
  color: #232b2b;
}
.woocommerce ul.products li.product .qty_button {
  font-size: 1.375rem;
}
.woocommerce ul.products li.product .qty {
  font-size: 0.875rem;
  padding: 0 0 0.4375rem;
}
.woocommerce ul.products li.product .price > .amount,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #232b2b;
}
.woocommerce ul.products li.product .added_to_cart {
  display: none;
}
.woocommerce ul.products li.product .woosw-btn {
  float: right;
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 1;
}
.woocommerce ul.products li.product .woosw-btn .woosw-btn-icon:before {
  font-size: 1.5rem;
  color: #232b2b;
}
.woocommerce ul.products li.product .content-wrapper {
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce ul.products li.product .content-wrapper {
    padding: 1.5rem 0 1.25rem 0;
  }
}
.woocommerce ul.products li.product .content-wrapper > a {
  position: absolute;
}
.woocommerce ul.products li.product .content-wrapper .price {
  margin-top: 0;
}
.woocommerce ul.products li.product .price {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.0625rem;
  color: #232b2b;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0.5rem;
  display: inline-block;
}
@media only screen and (min-width: 64em) {
  .woocommerce ul.products li.product .price {
    right: 1rem;
  }
}
.woocommerce ul.products li.product .price > .amount {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #232b2b;
}
.woocommerce ul.products li.product .price del {
  opacity: 1;
}
.woocommerce ul.products li.product .price ins {
  color: #b31a39;
  text-decoration: none;
  margin-left: 0.3125rem;
}
.woocommerce ul.products li.product .price .price {
  margin-bottom: 0 !important;
}
.woocommerce ul.products li.product .price .price:not(.yaydp-discounted-price) {
  display: none;
}
.woocommerce ul.products li.product .price .price.yaydp-discounted-price .yaydp-original-prices {
  color: #b31a39;
  margin-right: 0.25rem;
}
.woocommerce ul.products li.product .price .price.yaydp-discounted-price .yaydp-calculated-prices {
  font-size: 0;
  display: flex;
}
.woocommerce ul.products li.product .price .price.yaydp-discounted-price .yaydp-calculated-prices .amount {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
}
.woocommerce ul.products li.product .price .price.yaydp-discounted-price .yaydp-calculated-prices .amount:nth-of-type(2) {
  display: none;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  max-width: calc(100% - 64px);
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-left: 0.5rem;
  color: #666666;
}
@media only screen and (min-width: 64em) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding-left: 1rem;
  }
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title a {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #232b2b;
}
.woocommerce ul.products li.product a img {
  margin-bottom: 0;
}
.woocommerce ul.products li.product .button {
  margin-top: 0;
}
.woocommerce .related .headings {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin-bottom: 1.3125rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce .related .headings {
    margin-bottom: 1.875rem;
  }
}

/**
* PRODUCT-QUANTITY-ADD-TO-CART
**/
.product-quantity-add-to-cart {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 40em) {
  .c-product .product-quantity-add-to-cart {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.product-quantity-add-to-cart .added_to_cart {
  display: none !important;
}
.product-quantity-add-to-cart__title {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 0.75rem;
}
.product-quantity-add-to-cart .c-button {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  width: auto;
  flex-grow: 1;
}
@media only screen and (min-width: 64em) {
  .product-quantity-add-to-cart .c-button {
    width: calc(50% - 4px);
    margin-bottom: 0;
  }
}
.product-quantity-add-to-cart button.button.alt,
.product-quantity-add-to-cart button.button,
.product-quantity-add-to-cart a.button,
.product-quantity-add-to-cart .button {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.75rem;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #232b2b;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: 0.0625rem solid #232b2b;
  text-transform: uppercase;
  background-color: #232b2b;
  color: #ffffff;
  min-width: 0;
  margin-top: 0;
  width: 100%;
  flex-grow: 1;
  margin-top: 0;
}
@media only screen and (min-width: 64em) {
  .product-quantity-add-to-cart button.button.alt,
  .product-quantity-add-to-cart button.button,
  .product-quantity-add-to-cart a.button,
  .product-quantity-add-to-cart .button {
    min-width: 8.125rem;
    padding: 0 2rem;
    transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
.product-quantity-add-to-cart button.button.alt.text-large,
.product-quantity-add-to-cart button.button.text-large,
.product-quantity-add-to-cart a.button.text-large,
.product-quantity-add-to-cart .button.text-large {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  height: 2.875rem;
  line-height: 2.5rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 64em) {
  .product-quantity-add-to-cart button.button.alt.text-large,
  .product-quantity-add-to-cart button.button.text-large,
  .product-quantity-add-to-cart a.button.text-large,
  .product-quantity-add-to-cart .button.text-large {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64em) {
  .product-quantity-add-to-cart button.button.alt.text-large,
  .product-quantity-add-to-cart button.button.text-large,
  .product-quantity-add-to-cart a.button.text-large,
  .product-quantity-add-to-cart .button.text-large {
    height: 3.375rem;
    line-height: 3rem;
    padding: 0 2.375rem;
  }
}
.product-quantity-add-to-cart button.button.alt:hover,
.product-quantity-add-to-cart button.button:hover,
.product-quantity-add-to-cart a.button:hover,
.product-quantity-add-to-cart .button:hover {
  background-color: #232b2b;
  color: #ffffff;
}
.no-touchevents .product-quantity-add-to-cart button.button.alt:hover,
.no-touchevents .product-quantity-add-to-cart button.button:hover,
.no-touchevents .product-quantity-add-to-cart a.button:hover,
.no-touchevents .product-quantity-add-to-cart .button:hover {
  background-color: #3a4747;
}
.product-quantity-add-to-cart button.button.alt.loading,
.product-quantity-add-to-cart button.button.loading,
.product-quantity-add-to-cart a.button.loading,
.product-quantity-add-to-cart .button.loading {
  opacity: 0.65;
  pointer-events: none;
}
.product-quantity-add-to-cart button.button.alt.loading:after,
.product-quantity-add-to-cart button.button.loading:after,
.product-quantity-add-to-cart a.button.loading:after,
.product-quantity-add-to-cart .button.loading:after {
  content: "";
  background-image: url("../svg/spinner.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 1rem;
  width: 1.375rem;
  height: 100%;
  font-size: 1rem;
  animation: spin 1.2s linear infinite;
}
.product-quantity-add-to-cart button.button.alt.added,
.product-quantity-add-to-cart button.button.added,
.product-quantity-add-to-cart a.button.added,
.product-quantity-add-to-cart .button.added {
  padding-right: 2rem;
}
.product-quantity-add-to-cart button.button.alt.added:after,
.product-quantity-add-to-cart button.button.added:after,
.product-quantity-add-to-cart a.button.added:after,
.product-quantity-add-to-cart .button.added:after {
  font-family: WooCommerce;
  content: "\e017";
  margin-left: 0.53em;
  vertical-align: bottom;
  position: absolute;
  right: auto;
}
@media only screen and (min-width: 64em) {
  .product-quantity-add-to-cart button.button.alt,
  .product-quantity-add-to-cart button.button,
  .product-quantity-add-to-cart a.button,
  .product-quantity-add-to-cart .button {
    width: calc(50% - 4px);
  }
}
.product-quantity-add-to-cart button.button.alt.added:after,
.product-quantity-add-to-cart button.button.added:after,
.product-quantity-add-to-cart a.button.added:after,
.product-quantity-add-to-cart .button.added:after {
  font-size: 0.9375rem;
}
@media only screen and (max-width: 39.9375em) {
  .product-quantity-add-to-cart button.button.alt.wc-variation-is-unavailable,
  .product-quantity-add-to-cart button.button.wc-variation-is-unavailable,
  .product-quantity-add-to-cart a.button.wc-variation-is-unavailable,
  .product-quantity-add-to-cart .button.wc-variation-is-unavailable {
    font-size: 0.5rem;
    padding: 0;
  }
}

/**
* QUANTITY
**/
.quantity, .woocommerce .quantity, .woocommerce div.product form.cart .product-quantity-add-to-cart .quantity {
  display: flex;
  margin: 0 0.5rem 0 0;
  float: none;
  width: auto;
}
@media only screen and (min-width: 64em) {
  .quantity, .woocommerce .quantity, .woocommerce div.product form.cart .product-quantity-add-to-cart .quantity {
    width: 100%;
    margin: 0 0 0.75rem;
  }
}
.quantity .qty,
.quantity .qty_button, .woocommerce .quantity .qty,
.woocommerce .quantity .qty_button, .woocommerce div.product form.cart .product-quantity-add-to-cart .quantity .qty,
.woocommerce div.product form.cart .product-quantity-add-to-cart .quantity .qty_button {
  margin: 0;
  width: 2.125rem;
  height: 2.125rem;
  color: #232b2b;
}
@media only screen and (min-width: 40em) {
  .quantity .qty,
  .quantity .qty_button, .woocommerce .quantity .qty,
  .woocommerce .quantity .qty_button, .woocommerce div.product form.cart .product-quantity-add-to-cart .quantity .qty,
  .woocommerce div.product form.cart .product-quantity-add-to-cart .quantity .qty_button {
    width: 2.75rem;
    height: 2.75rem;
  }
}
.quantity .qty, .woocommerce .quantity .qty, .woocommerce div.product form.cart .product-quantity-add-to-cart .quantity .qty {
  padding-left: 0;
  padding-right: 0;
  border: none;
  border-top: 0.125rem solid #000000;
  border-bottom: 0.125rem solid #000000;
  font-size: 1rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  background-color: transparent;
  text-align: center;
  box-shadow: none;
  -webkit-appearance: none;
  line-height: 1.5rem !important;
  padding: 0 0 0.4375rem;
}
@media only screen and (min-width: 64em) {
  .quantity .qty, .woocommerce .quantity .qty, .woocommerce div.product form.cart .product-quantity-add-to-cart .quantity .qty {
    font-size: 1.125rem;
  }
}
.quantity .qty_button, .woocommerce .quantity .qty_button, .woocommerce div.product form.cart .product-quantity-add-to-cart .quantity .qty_button {
  box-shadow: none;
  -webkit-appearance: none;
  border: 0.125rem solid #000000;
  background-color: transparent;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.5rem !important;
  cursor: pointer;
}
.quantity .qty_button.plus, .woocommerce .quantity .qty_button.plus, .woocommerce div.product form.cart .product-quantity-add-to-cart .quantity .qty_button.plus {
  border-left: 0;
}
.quantity .qty_button.minus, .woocommerce .quantity .qty_button.minus, .woocommerce div.product form.cart .product-quantity-add-to-cart .quantity .qty_button.minus {
  border-right: 0;
}
.quantity .qty_button:hover, .woocommerce .quantity .qty_button:hover, .woocommerce div.product form.cart .product-quantity-add-to-cart .quantity .qty_button:hover {
  background-color: #232b2b;
  border-color: #232b2b;
  color: #ffffff;
}
@media only screen and (min-width: 40em) {
  .woocommerce div.c-product form.cart .product-quantity-add-to-cart .quantity {
    margin: 0 1rem 0 0;
    width: auto;
  }
}
.woocommerce-checkout .quantity .qty_button.plus, .summary .quantity .qty_button.plus, .woocommerce-cart .quantity .qty_button.plus {
  border-right: 0.125rem solid #232b2b;
}

/**
* SEARCH-RESULTS
**/
.c-search-results {
  padding-top: 1.5rem;
}
@media only screen and (min-width: 64em) {
  .c-search-results {
    padding-top: 2.5rem;
  }
}
.c-search-results__preheading {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
@media only screen and (min-width: 64em) {
  .c-search-results__preheading {
    font-size: 1.125rem;
  }
}
.c-search-results__heading {
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.3125rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (min-width: 64em) {
  .c-search-results__heading {
    font-size: 1.5rem;
  }
}
.c-search-results__list {
  margin: 0;
}
.c-search-results__item {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (min-width: 64em) {
  .c-search-results__item {
    flex-direction: row;
  }
}
.c-search-results__item:not(:last-child) {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 64em) {
  .c-search-results__item:not(:last-child) {
    margin-bottom: 3.75rem;
  }
}
.c-search-results__navigation {
  text-align: center;
  width: 100%;
  padding-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.c-search-results__background {
  width: 100%;
  margin: 0 0 1.5rem;
}
@media only screen and (min-width: 64em) {
  .c-search-results__background {
    width: 12.5rem;
    margin: 0 2.5rem 0 0;
  }
}
.c-search-results__content {
  width: 100%;
  margin: 0;
}
@media only screen and (min-width: 64em) {
  .c-search-results__content {
    width: calc(100% - 15rem);
    flex-grow: 1;
  }
}
.c-search-results__content .c-search-results__title:not(:last-child) {
  margin-bottom: 1rem;
}
.c-search-results__content .c-search-results__title,
.c-search-results__content .c-search-results__title a {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: #232b2b;
}
@media only screen and (min-width: 64em) {
  .c-search-results__content .c-search-results__title,
  .c-search-results__content .c-search-results__title a {
    font-size: 1.125rem;
  }
}
.c-search-results__content .c-search-results__text {
  font-size: 1rem;
  line-height: 1.5625rem;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.c-search-results__content .c-search-results__text:not(:last-child) {
  margin-bottom: 1.5rem;
}

/**
* SINGLE
**/
.c-single__inner {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}
.c-single__header-inner {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}
.c-single__excerpt:not(:last-child), .c-single__meta:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 40em) {
  .c-single__excerpt:not(:last-child), .c-single__meta:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.c-single__excerpt {
  font-size: 1rem;
  line-height: 1.5625rem;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.c-single__heading {
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.3125rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64em) {
  .c-single__heading {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-single__heading {
    margin-bottom: 2.8125rem;
  }
}
.c-single__job-title {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64em) {
  .c-single__job-title {
    margin-bottom: 2.8125rem;
  }
}
.c-single__job-title p {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (min-width: 64em) {
  .c-single__job-title p {
    font-size: 1.125rem;
  }
}
.c-single__meta {
  display: block;
}
.c-single__meta .c-single__text {
  font-size: 1rem;
  line-height: 1.5625rem;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  display: block;
}
.c-single__meta .c-single__text:not(:last-child) {
  margin-bottom: 1.5rem;
}
.c-single__meta .c-single__text a {
  color: #232b2b;
  font-weight: 700;
  text-decoration-thickness: 0.1875rem;
  text-underline-offset: 0.375rem;
}
.c-single__meta .c-single__text a:hover {
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-single__meta .c-single__text.category {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
.c-single__meta .c-single__text.category span {
  margin-bottom: 0;
  position: relative;
  text-transform: uppercase;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding: 0;
  align-items: center;
}
.c-single__meta .c-single__text.category span .svg-container {
  display: flex;
  justify-content: center;
  width: 2.5rem;
  margin-right: 0.75rem;
}
.c-single__meta .c-single__text.category .svg-container {
  display: flex;
  justify-content: center;
  width: 2.5rem;
  margin-right: 0.75rem;
}
.c-single__meta .c-single__text time {
  color: #ffffff;
  font-weight: 700;
}
.c-single__meta .c-single__tags {
  margin: 0;
}
.c-single__meta .c-single__tags ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-single__meta .c-single__tags ul li {
  list-style-type: none;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.c-single__meta .c-single__tags ul li:not(:last-child):after {
  content: "•";
  transform: translateY(-1px);
  display: inline-block;
  margin: 0 0.25rem;
}
.c-single__header {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: 0.0625rem solid #232b2b;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 40em) {
  .c-single__header {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }
}
.c-single__header .c-single__background, .c-single__header .c-single__intro {
  width: 100%;
}
@media only screen and (min-width: 40em) {
  .c-single__header .c-single__background, .c-single__header .c-single__intro {
    width: 50%;
  }
}
@media only screen and (min-width: 64em) {
  .c-single__header .c-single__background {
    width: 54%;
  }
}
.c-single__header .c-single__background.crop {
  padding-bottom: 80%;
  position: relative;
}
@media only screen and (min-width: 64em) {
  .c-single__header .c-single__background.crop {
    padding-bottom: 54%;
  }
}
.c-single__header .c-single__background.crop > div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.c-single__header .c-single__intro {
  padding: 1.25rem;
}
@media only screen and (min-width: 40em) {
  .c-single__header .c-single__intro {
    padding: 2.1875rem 1.875rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-single__header .c-single__intro {
    width: 46%;
    padding: 3.3125rem 3rem;
  }
}
.c-single__image {
  margin-bottom: 0;
}
.c-single__content {
  max-width: 56.875rem;
  margin-right: auto;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 40em) {
  .c-single__content {
    margin-bottom: 3.5rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-single__content {
    margin-bottom: 4.375rem;
  }
}
.c-single__content h2,
.c-single__content h3,
.c-single__content h4,
.c-single__content h5,
.c-single__content h6 {
  color: #232b2b;
  padding-top: 2rem;
  margin-bottom: 1.5rem;
}
.c-single__content h2 {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (min-width: 64em) {
  .c-single__content h2 {
    font-size: 1.125rem;
  }
}
.c-single__content h3 {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.c-single__content h4,
.c-single__content h5,
.c-single__content h6 {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.c-single__content p {
  font-size: 1rem;
  line-height: 1.5625rem;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.c-single__content p:last-child {
  margin-bottom: 0;
}
.c-single__content p a {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  border: none !important;
  color: #232b2b;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  height: auto;
  line-height: 1;
  min-width: 0;
}
.c-single__content p a:hover {
  background-color: transparent;
  text-decoration: underline;
}
.no-touchevents .c-single__content p a:hover {
  color: #2e3939;
}
.c-single__content p .size-blog-post-full-size {
  margin-top: 1.25rem;
}
@media only screen and (min-width: 64em) {
  .c-single__content p .size-blog-post-full-size {
    margin-top: 1.875rem;
  }
}
.c-single__content p .size-blog-post-half-size {
  display: block;
  width: 100%;
  margin-top: 1rem;
}
@media only screen and (min-width: 64em) {
  .c-single__content p .size-blog-post-half-size {
    display: inline-block;
    max-width: calc(50% - 10px);
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-single__content p .size-blog-post-half-size.alignleft {
    margin-right: 0.3125rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-single__content p .size-blog-post-half-size.alignright {
    margin-left: 0.3125rem;
  }
}
.c-single__content blockquote {
  margin: 1rem 0;
  border: none;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  width: 100%;
  position: relative;
  padding: 0 2.375rem;
}
@media only screen and (min-width: 40em) {
  .c-single__content blockquote {
    margin: 1.5rem 0;
  }
}
@media only screen and (min-width: 64em) {
  .c-single__content blockquote {
    margin: 2rem 0;
  }
}
.c-single__content blockquote svg {
  width: auto;
  height: 1.5rem;
  fill: #666666;
}
@media only screen and (min-width: 64em) {
  .c-single__content blockquote svg {
    height: 1.75rem;
  }
}
.c-single__content blockquote p {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-style: italic;
  color: #666666;
  order: 1;
  margin-bottom: 0;
  display: inline;
}
.c-single__content blockquote p svg {
  transform: translateY(12px) rotate(180deg);
  margin-left: 0.875rem;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 64em) {
  .c-single__content blockquote p svg {
    margin-left: 1rem;
  }
}
.c-single__content blockquote > svg {
  margin-right: 0.625rem;
  transform: translateY(-6px);
  left: 0;
  top: 0;
  position: absolute;
}
@media only screen and (min-width: 64em) {
  .c-single__content blockquote > svg {
    margin-right: 0.75rem;
  }
}
.c-single__background {
  position: relative;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 40em) {
  .c-single__background {
    margin-bottom: 0;
  }
}
.c-single__background.hero {
  position: relative;
  height: 50vh;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 64em) {
  .c-single__background.hero {
    height: 85vh;
    margin-bottom: 3.125rem;
  }
}
.c-single__background.hero > div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
/**
* SINGLE-PRODUCT
**/
.s-content-page-single {
  width: 100%;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media only screen and (min-width: 40em) {
  .s-content-page-single {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media only screen and (min-width: 92.5em) {
  .s-content-page-single {
    padding-left: calc(1 * (100vw - 88rem) / 2);
    padding-right: calc(1 * (100vw - 88rem) / 2);
  }
}
.s-content-page-single .widget {
  width: 100%;
}
.s-content-page-single .widget .c-row--style-muted {
  width: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}
@media only screen and (min-width: 40em) {
  .s-content-page-single .widget .c-row--style-muted {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }
}
@media only screen and (min-width: 92.5em) {
  .s-content-page-single .widget .c-row--style-muted {
    margin-left: calc(-1 * (100vw - 88rem) / 2);
    margin-right: calc(-1 * (100vw - 88rem) / 2);
    padding-left: calc(1 * (100vw - 88rem) / 2);
    padding-right: calc(1 * (100vw - 88rem) / 2);
  }
}

.sticky-element {
  position: sticky;
  transition: top 0.3s ease-in-out !important;
}

.single-product .c-product {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (min-width: 64em) {
  .single-product .c-product {
    flex-direction: row;
  }
}
.single-product .c-product .header-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
  padding: 1.875rem 1.875rem 0;
  position: relative;
}
@media only screen and (min-width: 40em) {
  .single-product .c-product .header-wrapper {
    padding: 2.5rem 2.5rem 0;
  }
}
@media only screen and (min-width: 64em) {
  .single-product .c-product .header-wrapper {
    margin-bottom: 2.5rem;
    padding: inherit;
  }
}
@media only screen and (min-width: 64em) {
  .single-product .c-product .header-wrapper .woocommerce-breadcrumb,
  .single-product .c-product .header-wrapper > .product_title {
    display: none;
  }
}
.single-product .content-area .c-posts__headings > .c-posts__title > h3 {
  margin-bottom: 0;
}
@media only screen and (min-width: 64em) {
  .single-product .content-area .c-posts__headings > .c-posts__title > h3 {
    margin-bottom: 0;
    max-width: calc(100% - 100px);
  }
}
.single-product .content-area .c-posts__headings > .c-posts__title,
.single-product .content-area h3:not(.c-posts__heading) {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64em) {
  .single-product .content-area .c-posts__headings > .c-posts__title,
  .single-product .content-area h3:not(.c-posts__heading) {
    margin-bottom: 2rem;
  }
}
.single-product .content-area .summary h3 {
  margin-bottom: 0;
}
.single-product .product_title {
  margin-bottom: 1.25rem;
  max-width: calc(100% - 100px);
  color: #232b2b;
}
@media only screen and (min-width: 64em) {
  .single-product .product_title {
    margin-bottom: 1.875rem;
  }
}
.single-product .woocommerce-product-details__short-description {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 64em) {
  .single-product .woocommerce-product-details__short-description {
    margin-bottom: 2.5rem;
  }
}
.single-product .woocommerce-product-details__short-description p {
  font-size: 1rem;
  line-height: 1.5625rem;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.single-product.woocommerce table.shop_attributes, .single-product.woocommerce-page table.shop_attributes {
  border: none;
  margin-bottom: 0;
}
.single-product.woocommerce table.shop_attributes tr td,
.single-product.woocommerce table.shop_attributes tr th, .single-product.woocommerce-page table.shop_attributes tr td,
.single-product.woocommerce-page table.shop_attributes tr th {
  background-color: transparent;
  border: none;
  text-align: left;
  font-style: normal;
  padding-left: 0;
  padding-right: 0;
}
.single-product.woocommerce table.shop_attributes tr th, .single-product.woocommerce-page table.shop_attributes tr th {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}
.single-product.woocommerce table.shop_attributes tr td, .single-product.woocommerce-page table.shop_attributes tr td {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.single-product.woocommerce table.shop_attributes tr:nth-child(even) td,
.single-product.woocommerce table.shop_attributes tr:nth-child(even) th, .single-product.woocommerce-page table.shop_attributes tr:nth-child(even) td,
.single-product.woocommerce-page table.shop_attributes tr:nth-child(even) th {
  background-color: transparent;
  border: none;
}
.single-product.woocommerce div.product div.summary,
.single-product.woocommerce div.product div.images, .single-product.woocommerce-page div.product div.summary,
.single-product.woocommerce-page div.product div.images {
  float: none;
  position: relative;
  top: 0;
  align-self: flex-start;
  height: 100%;
}
@media only screen and (min-width: 64em) {
  .single-product.woocommerce div.product div.summary,
  .single-product.woocommerce div.product div.images, .single-product.woocommerce-page div.product div.summary,
  .single-product.woocommerce-page div.product div.images {
    width: 50vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .single-product.woocommerce div.product div.images, .single-product.woocommerce-page div.product div.images {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    width: auto;
  }
}
@media only screen and (max-width: 39.9375em) {
  .single-product.woocommerce div.product div.images, .single-product.woocommerce-page div.product div.images {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
}
.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2), .single-product.woocommerce-page div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 100%;
}
.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper, .single-product.woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper {
  transition: none !important;
}
.single-product.woocommerce div.product div.images .flex-control-thumbs, .single-product.woocommerce-page div.product div.images .flex-control-thumbs {
  pointer-events: none;
}
.single-product.woocommerce div.product div.images .flex-control-thumbs li, .single-product.woocommerce-page div.product div.images .flex-control-thumbs li {
  width: 100%;
}
.single-product.woocommerce div.product div.images .flex-control-thumbs li:nth-of-type(1), .single-product.woocommerce-page div.product div.images .flex-control-thumbs li:nth-of-type(1) {
  display: none;
}
.single-product.woocommerce div.product div.images .flex-control-thumbs li img, .single-product.woocommerce-page div.product div.images .flex-control-thumbs li img {
  opacity: 1;
}
.single-product.woocommerce div.product .flex-direction-nav, .single-product.woocommerce-page div.product .flex-direction-nav {
  position: absolute;
  top: calc(50% - 30px);
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0 1.5rem;
}
@media only screen and (min-width: 64em) {
  .single-product.woocommerce div.product .flex-direction-nav, .single-product.woocommerce-page div.product .flex-direction-nav {
    top: calc(50% - 150px);
  }
}
.single-product.woocommerce div.product .flex-direction-nav .flex-nav-prev,
.single-product.woocommerce div.product .flex-direction-nav .flex-nav-next, .single-product.woocommerce-page div.product .flex-direction-nav .flex-nav-prev,
.single-product.woocommerce-page div.product .flex-direction-nav .flex-nav-next {
  list-style-type: none;
}
.single-product.woocommerce div.product .flex-direction-nav .flex-nav-prev svg,
.single-product.woocommerce div.product .flex-direction-nav .flex-nav-next svg, .single-product.woocommerce-page div.product .flex-direction-nav .flex-nav-prev svg,
.single-product.woocommerce-page div.product .flex-direction-nav .flex-nav-next svg {
  width: 2.5rem;
}
.single-product.woocommerce div.product .flex-direction-nav .flex-nav-prev svg path,
.single-product.woocommerce div.product .flex-direction-nav .flex-nav-next svg path, .single-product.woocommerce-page div.product .flex-direction-nav .flex-nav-prev svg path,
.single-product.woocommerce-page div.product .flex-direction-nav .flex-nav-next svg path {
  stroke: #232b2b;
}
.single-product.woocommerce div.product .flex-direction-nav .flex-nav-prev > a,
.single-product.woocommerce div.product .flex-direction-nav .flex-nav-next > a, .single-product.woocommerce-page div.product .flex-direction-nav .flex-nav-prev > a,
.single-product.woocommerce-page div.product .flex-direction-nav .flex-nav-next > a {
  font-size: 0;
}
.single-product.woocommerce div.product .stock, .single-product.woocommerce-page div.product .stock {
  display: none;
}
.single-product.woocommerce div.product .woocommerce-breadcrumb, .single-product.woocommerce-page div.product .woocommerce-breadcrumb {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: #232b2b;
  margin: 0 0 1.5rem;
}
@media only screen and (min-width: 64em) {
  .single-product.woocommerce div.product .woocommerce-breadcrumb, .single-product.woocommerce-page div.product .woocommerce-breadcrumb {
    margin: 0 0 2.875rem;
  }
}
.single-product.woocommerce div.product .woocommerce-breadcrumb a, .single-product.woocommerce-page div.product .woocommerce-breadcrumb a {
  color: #232b2b;
}
.single-product.woocommerce div.product div.summary, .single-product.woocommerce-page div.product div.summary {
  max-width: 47.5rem;
  color: #232b2b;
  align-self: flex-start;
}
@media only screen and (min-width: 40em) {
  .single-product.woocommerce div.product div.summary, .single-product.woocommerce-page div.product div.summary {
    padding: 1.5rem;
  }
}
@media only screen and (min-width: 64em) {
  .single-product.woocommerce div.product div.summary, .single-product.woocommerce-page div.product div.summary {
    padding: 2rem 3.75rem;
  }
}
.single-product.woocommerce div.product div.summary .summary-inner, .single-product.woocommerce-page div.product div.summary .summary-inner {
  transition: top ease-in-out 0.3s;
}
.single-product.woocommerce div.product div.summary .variations_form .reset_variations, .single-product.woocommerce-page div.product div.summary .variations_form .reset_variations {
  display: none !important;
}
.single-product.woocommerce div.product div.summary .variations_form .variations .label, .single-product.woocommerce-page div.product div.summary .variations_form .variations .label {
  display: none;
}
.single-product.woocommerce div.product div.summary .variations_form .variations .wpcvs-terms .wpcvs-term, .single-product.woocommerce-page div.product div.summary .variations_form .variations .wpcvs-terms .wpcvs-term {
  border-radius: 2.625rem;
}
.single-product.woocommerce div.product div.summary .variations_form .variations .wpcvs-terms .wpcvs-term .wpcvs-term-inner, .single-product.woocommerce-page div.product div.summary .variations_form .variations .wpcvs-terms .wpcvs-term .wpcvs-term-inner {
  border-radius: 2.625rem;
}
.single-product.woocommerce div.product div.summary .variations_form .variations .wpcvs-terms .wpcvs-term.wpcvs-selected, .single-product.woocommerce-page div.product div.summary .variations_form .variations .wpcvs-terms .wpcvs-term.wpcvs-selected {
  border-color: #232b2b;
}
.single-product.woocommerce div.product div.summary .variations_form .variations .wpcvs-terms .wpcvs-term.wpcvs-selected .wpcvs-term-inner, .single-product.woocommerce-page div.product div.summary .variations_form .variations .wpcvs-terms .wpcvs-term.wpcvs-selected .wpcvs-term-inner {
  background-color: #232b2b;
  color: #ffffff;
}
.single-product.woocommerce div.product div.summary .variations_form .variations .wpcvs-terms .wpcvs-term.wpcvs-selected .wpcvs-term-inner:before, .single-product.woocommerce-page div.product div.summary .variations_form .variations .wpcvs-terms .wpcvs-term.wpcvs-selected .wpcvs-term-inner:before {
  display: none;
}
.single-product.woocommerce div.product div.summary button.button.alt,
.single-product.woocommerce div.product div.summary button.button,
.single-product.woocommerce div.product div.summary a.button,
.single-product.woocommerce div.product div.summary .button, .single-product.woocommerce-page div.product div.summary button.button.alt,
.single-product.woocommerce-page div.product div.summary button.button,
.single-product.woocommerce-page div.product div.summary a.button,
.single-product.woocommerce-page div.product div.summary .button {
  width: auto;
}
.single-product.woocommerce div.product div.summary button[disabled],
.single-product.woocommerce div.product div.summary button.alt[disabled],
.single-product.woocommerce div.product div.summary .button[disabled], .single-product.woocommerce-page div.product div.summary button[disabled],
.single-product.woocommerce-page div.product div.summary button.alt[disabled],
.single-product.woocommerce-page div.product div.summary .button[disabled] {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #666666 !important;
  border-color: #666666 !important;
}
@media only screen and (max-width: 63.9375em) {
  .single-product.woocommerce div.product div.summary button[disabled],
  .single-product.woocommerce div.product div.summary button.alt[disabled],
  .single-product.woocommerce div.product div.summary .button[disabled], .single-product.woocommerce-page div.product div.summary button[disabled],
  .single-product.woocommerce-page div.product div.summary button.alt[disabled],
  .single-product.woocommerce-page div.product div.summary .button[disabled] {
    height: 2.125rem !important;
    line-height: 2.125rem !important;
  }
}
.single-product.woocommerce div.product div.summary .woocommerce-breadcrumb,
.single-product.woocommerce div.product div.summary .product_title, .single-product.woocommerce-page div.product div.summary .woocommerce-breadcrumb,
.single-product.woocommerce-page div.product div.summary .product_title {
  display: none;
}
@media only screen and (min-width: 64em) {
  .single-product.woocommerce div.product div.summary .woocommerce-breadcrumb,
  .single-product.woocommerce div.product div.summary .product_title, .single-product.woocommerce-page div.product div.summary .woocommerce-breadcrumb,
  .single-product.woocommerce-page div.product div.summary .product_title {
    display: block;
  }
}
.single-product.woocommerce div.product div.summary .clearfix, .single-product.woocommerce-page div.product div.summary .clearfix {
  position: relative;
}
.single-product.woocommerce div.product div.summary .woosw-btn, .single-product.woocommerce-page div.product div.summary .woosw-btn {
  position: absolute;
  top: 0;
  right: 1rem;
  cursor: pointer;
}
@media only screen and (min-width: 64em) {
  .single-product.woocommerce div.product div.summary .woosw-btn, .single-product.woocommerce-page div.product div.summary .woosw-btn {
    top: 4.0625rem;
  }
}
.single-product.woocommerce div.product div.summary .woosw-btn .woosw-btn-icon:before, .single-product.woocommerce-page div.product div.summary .woosw-btn .woosw-btn-icon:before {
  font-size: 1.875rem;
  color: #232b2b;
}
.single-product.woocommerce div.product div.summary .product-sku, .single-product.woocommerce-page div.product div.summary .product-sku {
  display: inline-block;
  width: 49%;
  text-align: right;
}
.single-product.woocommerce div.product div.summary .product-sku span, .single-product.woocommerce-page div.product div.summary .product-sku span {
  font-size: 1rem;
  line-height: 1.5625rem;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: #666666;
}
.single-product.woocommerce div.product div.summary .price, .single-product.woocommerce-page div.product div.summary .price {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #232b2b;
  margin-bottom: 1.25rem;
  font-size: 1.75rem;
  font-weight: 700;
  width: 49%;
  display: inline-block;
}
@media only screen and (min-width: 64em) {
  .single-product.woocommerce div.product div.summary .price, .single-product.woocommerce-page div.product div.summary .price {
    margin-bottom: 1.875rem;
  }
}
.single-product.woocommerce div.product div.summary .price .amount, .single-product.woocommerce-page div.product div.summary .price .amount {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}

.rvpw-recently-view > h2 {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64em) {
  .rvpw-recently-view > h2 {
    margin-bottom: 2rem;
  }
}

/**
* SINGLE--TEAM-MEMBERS
**/
/**
* SLIDER
**/
.c-slider__cell {
  width: calc(100% - 80px);
}
@media only screen and (min-width: 40em) {
  .c-slider__cell {
    width: 50%;
  }
}
@media only screen and (min-width: 64em) {
  .c-slider__cell {
    width: 34.333%;
  }
}
@media only screen and (min-width: 80em) {
  .c-slider__cell {
    width: 25%;
  }
}
.c-slider--testimonials__heading {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #232b2b;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 64em) {
  .c-slider--testimonials__heading {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-slider--testimonials__heading {
    margin-bottom: 2.5rem;
  }
}
.c-product-testimonials.c-row--style-tertiary .c-slider .flickity-enabled .flickity-page-dots {
  bottom: -2.5rem;
}
@media only screen and (min-width: 64em) {
  .c-product-testimonials.c-row--style-tertiary .c-slider .flickity-enabled .flickity-page-dots {
    bottom: -3.125rem;
  }
}

/**
* SOCIAL-ICONS
**/
.c-social-icons__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 40em) {
  .c-social-icons__list {
    justify-content: flex-start;
  }
}
.c-social-icons__icon {
  height: 1.25rem;
  width: auto;
  margin: 0 0.3125rem;
}
@media only screen and (min-width: 64em) {
  .c-social-icons__icon {
    margin-left: 0;
    height: 1.375rem;
  }
}
.c-social-icons__icon + .c-social-icons__icon {
  margin-left: 0.75rem;
}
@media only screen and (min-width: 64em) {
  .c-social-icons__icon + .c-social-icons__icon {
    margin-left: 1rem;
  }
}
.c-social-icons__icon svg {
  fill: #ffffff;
  width: auto;
  height: 100%;
}

/**
* TABBED-LAYOUT
**/
.c-tabbed-layout {
  display: flex;
  flex-wrap: wrap;
}
.c-tabbed-layout__heading {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-tabbed-layout__heading svg {
  height: 2.125rem;
  opacity: 0;
  transform: translateX(-50%);
}
.c-tabbed-layout__tab {
  cursor: pointer;
}
.c-tabbed-layout__tab:not(:last-child) {
  margin-bottom: 2.5rem;
}
.c-tabbed-layout__tab.sow-tabs-tab-selected .c-tabbed-layout__heading svg {
  opacity: 1;
  transform: translateX(0);
  transition: 0.3s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media only screen and (min-width: 64em) {
  .c-tabbed-layout__tabs {
    width: 13.75rem;
  }
}
.c-tabbed-layout__container {
  flex-grow: 1;
}
@media only screen and (min-width: 64em) {
  .c-tabbed-layout__container {
    padding-left: 8.125rem;
    max-width: calc(100% - 220px);
  }
}

/**
* TESTIMONIALS
**/
.c-testimonials__rating {
  background-repeat: no-repeat;
  width: 4.875rem;
  height: 0.875rem;
  background-size: 4.875rem 0.875rem;
  overflow: hidden;
  order: 2;
  margin-bottom: 1rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzgiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0Y4RDcxOCIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtNi44ODQgMTAuNTYxLTMuMTAyIDEuNjNhLjUuNSAwIDAgMS0uNzI1LS41MjZsLjU5Mi0zLjQ1NGEuMjUuMjUgMCAwIDAtLjA3Mi0uMjIxTDEuMDY4IDUuNTQ0YS41LjUgMCAwIDEgLjI3Ny0uODUzbDMuNDY4LS41MDRBLjI1LjI1IDAgMCAwIDUgNC4wNTFMNi41NS45MDhhLjUuNSAwIDAgMSAuODk3IDBMOSA0LjA1MWEuMjUuMjUgMCAwIDAgLjE4OC4xMzZsMy40NjguNTA0YS41LjUgMCAwIDEgLjI3Ny44NTNsLTIuNTEgMi40NDZhLjI1LjI1IDAgMCAwLS4wNzEuMjIxbC41OTIgMy40NTRhLjUuNSAwIDAgMS0uNzI1LjUyN2wtMy4xMDItMS42M2EuMjUuMjUgMCAwIDAtLjIzMiAwWk0yMi44ODQgMTAuNTYxbC0zLjEwMiAxLjYzYS41LjUgMCAwIDEtLjcyNS0uNTI2bC41OTItMy40NTRhLjI1LjI1IDAgMCAwLS4wNzItLjIyMWwtMi41MDktMi40NDZhLjUuNSAwIDAgMSAuMjc3LS44NTNsMy40NjgtLjUwNEEuMjUuMjUgMCAwIDAgMjEgNC4wNTFMMjIuNTUuOTA4YS41LjUgMCAwIDEgLjg5NyAwTDI1IDQuMDUxYS4yNS4yNSAwIDAgMCAuMTg4LjEzNmwzLjQ2OC41MDRhLjUuNSAwIDAgMSAuMjc3Ljg1M2wtMi41MSAyLjQ0NmEuMjUuMjUgMCAwIDAtLjA3MS4yMjFsLjU5MiAzLjQ1NGEuNS41IDAgMCAxLS43MjUuNTI3bC0zLjEwMi0xLjYzYS4yNS4yNSAwIDAgMC0uMjMyIDBaTTM4Ljg4NCAxMC41NjFsLTMuMTAyIDEuNjNhLjUuNSAwIDAgMS0uNzI1LS41MjZsLjU5Mi0zLjQ1NGEuMjUuMjUgMCAwIDAtLjA3Mi0uMjIxbC0yLjUwOS0yLjQ0NmEuNS41IDAgMCAxIC4yNzctLjg1M2wzLjQ2OC0uNTA0QS4yNS4yNSAwIDAgMCAzNyA0LjA1MUwzOC41NS45MDhhLjUuNSAwIDAgMSAuODk3IDBMNDEgNC4wNTFhLjI1LjI1IDAgMCAwIC4xODguMTM2bDMuNDY4LjUwNGEuNS41IDAgMCAxIC4yNzcuODUzbC0yLjUxIDIuNDQ2YS4yNS4yNSAwIDAgMC0uMDcxLjIyMWwuNTkyIDMuNDU0YS41LjUgMCAwIDEtLjcyNS41MjdsLTMuMTAyLTEuNjNhLjI1LjI1IDAgMCAwLS4yMzIgMFpNNTQuODg0IDEwLjU2MWwtMy4xMDIgMS42M2EuNS41IDAgMCAxLS43MjUtLjUyNmwuNTkyLTMuNDU0YS4yNS4yNSAwIDAgMC0uMDcyLS4yMjFsLTIuNTA5LTIuNDQ2YS41LjUgMCAwIDEgLjI3Ny0uODUzbDMuNDY4LS41MDRBLjI1LjI1IDAgMCAwIDUzIDQuMDUxTDU0LjU1LjkwOGEuNS41IDAgMCAxIC44OTcgMEw1NyA0LjA1MWEuMjUuMjUgMCAwIDAgLjE4OC4xMzZsMy40NjguNTA0YS41LjUgMCAwIDEgLjI3Ny44NTNsLTIuNTEgMi40NDZhLjI1LjI1IDAgMCAwLS4wNzEuMjIxbC41OTIgMy40NTRhLjUuNSAwIDAgMS0uNzI1LjUyN2wtMy4xMDItMS42M2EuMjUuMjUgMCAwIDAtLjIzMiAwWk03MC44ODQgMTAuNTYxbC0zLjEwMiAxLjYzYS41LjUgMCAwIDEtLjcyNS0uNTI2bC41OTItMy40NTRhLjI1LjI1IDAgMCAwLS4wNzItLjIyMWwtMi41MDktMi40NDZhLjUuNSAwIDAgMSAuMjc3LS44NTNsMy40NjgtLjUwNEEuMjUuMjUgMCAwIDAgNjkgNC4wNTFMNzAuNTUuOTA4YS41LjUgMCAwIDEgLjg5NyAwTDczIDQuMDUxYS4yNS4yNSAwIDAgMCAuMTg4LjEzNmwzLjQ2OC41MDRhLjUuNSAwIDAgMSAuMjc3Ljg1M2wtMi41MSAyLjQ0NmEuMjUuMjUgMCAwIDAtLjA3MS4yMjFsLjU5MiAzLjQ1NGEuNS41IDAgMCAxLS43MjUuNTI3bC0zLjEwMi0xLjYzYS4yNS4yNSAwIDAgMC0uMjMyIDBaIi8+PC9nPjwvc3ZnPg==");
}
.c-testimonials__rating.c-testimonials--four-stars {
  width: 4rem;
}
.c-testimonials__rating.c-testimonials--three-stars {
  width: 3rem;
}
.c-testimonials__rating.c-testimonials--two-stars {
  width: 2rem;
}
.c-testimonials__rating.c-testimonials--one-star {
  width: 1rem;
}
.c-testimonials__content {
  position: relative;
  padding: 2rem 1rem 0;
}
@media only screen and (min-width: 64em) {
  .c-testimonials__content {
    padding: 2.5rem 1.25rem 0;
  }
}
.c-testimonials__cite {
  text-align: right;
  padding-top: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #000001;
}
.c-testimonials__quote-mark {
  position: absolute;
  top: 0;
  left: 0;
}
.c-testimonials__quote-mark svg {
  width: 3.75rem;
  height: auto;
  fill: #666666;
}
@media only screen and (min-width: 40em) {
  .c-testimonials__quote-mark svg {
    width: 5.1875rem;
  }
}
.c-testimonials__inner {
  border-radius: 0.625rem;
  background-color: #ffffff;
  padding: 0 1.25rem 1.25rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 40em) {
  .c-testimonials__inner {
    border-radius: 0.9375rem;
  }
}
.c-testimonials__name {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0.375rem;
  order: 1;
  padding: 3.125rem 0 0;
  color: #666666;
}
@media only screen and (min-width: 64em) {
  .c-testimonials__name {
    padding: 4.0625rem 0 0;
  }
}
.c-testimonials__background {
  width: 6.625rem;
  height: 6.625rem;
  position: absolute;
  right: 0;
  top: -1rem;
  z-index: 1;
}
.c-testimonials__quote {
  order: 3;
}
.c-testimonials__quote p {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
}

/**
* TEXT
**/
.c-text__heading {
  color: #232b2b;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 64em) {
  .c-text__heading {
    margin-bottom: 2.5rem;
  }
}
.c-text h1.c-text__heading {
  font-size: 1.625rem;
  letter-spacing: 0.4375rem;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (min-width: 64em) {
  .c-text h1.c-text__heading {
    font-size: 2rem;
  }
}
.c-text h2.c-text__heading {
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.3125rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (min-width: 64em) {
  .c-text h2.c-text__heading {
    font-size: 1.5rem;
  }
}
.c-text h3.c-text__heading {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (min-width: 64em) {
  .c-text h3.c-text__heading {
    font-size: 1.125rem;
  }
}
.c-text h4.c-text__heading,
.c-text h5.c-text__heading {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.c-text h6.c-text__heading {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.c-text__content h1 {
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.3125rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (min-width: 64em) {
  .c-text__content h1 {
    font-size: 1.5rem;
  }
}
.c-text__content h2 {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (min-width: 64em) {
  .c-text__content h2 {
    font-size: 1.125rem;
  }
}
.c-text__content h3 {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.c-text__content h4 {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.c-text__content h5 {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.c-text__content h6 {
  font-size: 1.0625rem;
  line-height: 1.2;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (min-width: 40em) {
  .c-text__content h6 {
    font-size: 1.25rem;
  }
}
.c-text__content h1,
.c-text__content h2,
.c-text__content h3,
.c-text__content h4,
.c-text__content h5,
.c-text__content h6 {
  color: #232b2b;
}
.c-text__content h1:not(:last-child),
.c-text__content h2:not(:last-child) {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 64em) {
  .c-text__content h1:not(:last-child),
  .c-text__content h2:not(:last-child) {
    margin-bottom: 2.8125rem;
  }
}
.c-text__content h3:not(:last-child),
.c-text__content h4:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64em) {
  .c-text__content h3:not(:last-child),
  .c-text__content h4:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.c-text__content h5:not(:last-child),
.c-text__content h6:not(:last-child) {
  margin-bottom: 1.125rem;
}
@media only screen and (min-width: 64em) {
  .c-text__content h5:not(:last-child),
  .c-text__content h6:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.c-text__content p {
  font-size: 1rem;
  line-height: 1.5625rem;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.c-text__content p a {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  border: none !important;
  color: #232b2b;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  height: auto;
  line-height: 1;
  min-width: 0;
}
.c-text__content p a:hover {
  background-color: transparent;
  text-decoration: underline;
}
.no-touchevents .c-text__content p a:hover {
  color: #2e3939;
}
.c-text--hero .c-text__content p {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
@media only screen and (min-width: 64em) {
  .c-text--hero .c-text__content p {
    font-size: 1.125rem;
  }
}

/**
* WC-BLOCK-CART-ITEMS
**/
.wc-block-components-sidebar-layout label {
  color: #232b2b;
}
.wc-block-components-sidebar-layout .wc-block-components-totals-wrapper,
.wc-block-components-sidebar-layout .wp-block-woocommerce-checkout-order-summary-totals-block {
  border-color: #232b2b;
}
.wc-block-components-sidebar-layout .wc-block-components-payment-method-label {
  padding-left: 3rem;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.wc-block-components-sidebar-layout .wc-block-components-checkout-place-order-button .wc-block-components-button__text {
  width: 100%;
}
.wc-block-components-sidebar-layout .wc-block-components-checkout-place-order-button .wc-block-components-button__text .wc-block-components-checkout-place-order-button__text {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.75rem;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #232b2b;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: 0.0625rem solid #232b2b;
  text-transform: uppercase;
  background-color: #232b2b;
  color: #ffffff;
  display: block !important;
}
@media only screen and (min-width: 64em) {
  .wc-block-components-sidebar-layout .wc-block-components-checkout-place-order-button .wc-block-components-button__text .wc-block-components-checkout-place-order-button__text {
    min-width: 8.125rem;
    padding: 0 2rem;
    transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
.wc-block-components-sidebar-layout .wc-block-components-checkout-place-order-button .wc-block-components-button__text .wc-block-components-checkout-place-order-button__text.text-large {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  height: 2.875rem;
  line-height: 2.5rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 64em) {
  .wc-block-components-sidebar-layout .wc-block-components-checkout-place-order-button .wc-block-components-button__text .wc-block-components-checkout-place-order-button__text.text-large {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64em) {
  .wc-block-components-sidebar-layout .wc-block-components-checkout-place-order-button .wc-block-components-button__text .wc-block-components-checkout-place-order-button__text.text-large {
    height: 3.375rem;
    line-height: 3rem;
    padding: 0 2.375rem;
  }
}
.wc-block-components-sidebar-layout .wc-block-components-checkout-place-order-button .wc-block-components-button__text .wc-block-components-checkout-place-order-button__text:hover {
  background-color: #232b2b;
  color: #ffffff;
}
.no-touchevents .wc-block-components-sidebar-layout .wc-block-components-checkout-place-order-button .wc-block-components-button__text .wc-block-components-checkout-place-order-button__text:hover {
  background-color: #3a4747;
}
.wc-block-components-sidebar-layout .wc-block-checkout__add-note .wc-block-components-textarea {
  background-color: transparent;
  border-color: #232b2b;
}
.wc-block-components-sidebar-layout .wc-block-checkout__add-note .wc-block-components-textarea::-moz-placeholder {
  color: #666666;
}
.wc-block-components-sidebar-layout .wc-block-checkout__add-note .wc-block-components-textarea::placeholder {
  color: #666666;
}
.wc-block-components-sidebar-layout .wc-block-checkout__add-note .wc-block-components-textarea.focus-within, .wc-block-components-sidebar-layout .wc-block-checkout__add-note .wc-block-components-textarea:focus {
  background-color: rgba(35, 43, 43, 0.1);
}
.wc-block-components-sidebar-layout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.wc-block-components-sidebar-layout .wc-block-cart__sidebar .wp-block-woocommerce-checkout-order-summary-block,
.wc-block-components-sidebar-layout .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block {
  border: none;
  background-color: #ffffff;
  padding: 1.125rem;
}
.wc-block-components-sidebar-layout .wc-block-cart__sidebar .wc-block-cart__totals-title,
.wc-block-components-sidebar-layout .wc-block-cart__sidebar .wc-block-components-product-name,
.wc-block-components-sidebar-layout .wc-block-cart__sidebar .wc-block-components-panel__button,
.wc-block-components-sidebar-layout .wc-block-cart__sidebar .wc-block-components-totals-item__label,
.wc-block-components-sidebar-layout .wc-block-checkout__sidebar .wc-block-cart__totals-title,
.wc-block-components-sidebar-layout .wc-block-checkout__sidebar .wc-block-components-product-name,
.wc-block-components-sidebar-layout .wc-block-checkout__sidebar .wc-block-components-panel__button,
.wc-block-components-sidebar-layout .wc-block-checkout__sidebar .wc-block-components-totals-item__label {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.wc-block-components-sidebar-layout .wc-block-cart__sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-sidebar-layout .wc-block-cart__sidebar .wc-block-components-checkout-order-summary__title-text,
.wc-block-components-sidebar-layout .wc-block-checkout__sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-sidebar-layout .wc-block-checkout__sidebar .wc-block-components-checkout-order-summary__title-text {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.wc-block-components-sidebar-layout .wc-block-cart__sidebar .wc-block-components-checkout-order-summary__title-text,
.wc-block-components-sidebar-layout .wc-block-checkout__sidebar .wc-block-components-checkout-order-summary__title-text {
  margin-bottom: 1.5rem !important;
}
.wc-block-components-sidebar-layout .wc-block-cart__sidebar .wc-block-components-checkout-order-summary__content .wc-block-formatted-money-amount,
.wc-block-components-sidebar-layout .wc-block-checkout__sidebar .wc-block-components-checkout-order-summary__content .wc-block-formatted-money-amount {
  font-size: 1rem;
  line-height: 1.5625rem;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.wc-block-components-sidebar-layout .wc-block-cart__sidebar .wc-block-components-checkout-order-summary__content .wc-block-formatted-money-amount.wc-block-components-totals-footer-item-tax-value,
.wc-block-components-sidebar-layout .wc-block-checkout__sidebar .wc-block-components-checkout-order-summary__content .wc-block-formatted-money-amount.wc-block-components-totals-footer-item-tax-value {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}
@media only screen and (min-width: 40em) {
  .wc-block-components-sidebar-layout .wc-block-cart__sidebar .wc-block-components-checkout-order-summary__content .wc-block-formatted-money-amount.wc-block-components-totals-footer-item-tax-value,
  .wc-block-components-sidebar-layout .wc-block-checkout__sidebar .wc-block-components-checkout-order-summary__content .wc-block-formatted-money-amount.wc-block-components-totals-footer-item-tax-value {
    font-size: 1.125rem;
  }
}
.wc-block-components-sidebar-layout .wc-block-cart__sidebar .wc-block-components-checkout-order-summary__content .wc-block-components-product-metadata,
.wc-block-components-sidebar-layout .wc-block-checkout__sidebar .wc-block-components-checkout-order-summary__content .wc-block-components-product-metadata {
  display: none;
}
.wc-block-components-sidebar-layout a:not(.c-button):not(.button) {
  color: #232b2b;
}

.wc-block-cart__submit-button {
  padding-top: 1.5rem;
}
.wc-block-cart__submit-button .wc-block-components-button__text {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.75rem;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #232b2b;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: 0.0625rem solid #232b2b;
  text-transform: uppercase;
  background-color: #232b2b;
  color: #ffffff;
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .wc-block-cart__submit-button .wc-block-components-button__text {
    min-width: 8.125rem;
    padding: 0 2rem;
    transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
.wc-block-cart__submit-button .wc-block-components-button__text.text-large {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  height: 2.875rem;
  line-height: 2.5rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 64em) {
  .wc-block-cart__submit-button .wc-block-components-button__text.text-large {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64em) {
  .wc-block-cart__submit-button .wc-block-components-button__text.text-large {
    height: 3.375rem;
    line-height: 3rem;
    padding: 0 2.375rem;
  }
}
.wc-block-cart__submit-button .wc-block-components-button__text:hover {
  background-color: #232b2b;
  color: #ffffff;
}
.no-touchevents .wc-block-cart__submit-button .wc-block-components-button__text:hover {
  background-color: #3a4747;
}

.wc-block-cart-items thead,
.wc-block-cart-items tfoot,
.wc-block-cart-items tbody {
  border: none;
  background: transparent;
}
.wc-block-cart-items thead td,
.wc-block-cart-items tfoot td,
.wc-block-cart-items tbody td {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.wc-block-cart-items thead th,
.wc-block-cart-items tfoot th,
.wc-block-cart-items tbody th {
  font-size: 0.875rem;
  line-height: 1.2;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  text-transform: uppercase;
  font-weight: 600;
  color: #232b2b;
}
@media only screen and (min-width: 40em) {
  .wc-block-cart-items thead th,
  .wc-block-cart-items tfoot th,
  .wc-block-cart-items tbody th {
    font-size: 0.9375rem;
  }
}
.wc-block-cart-items .wc-block-cart-items__header, .wc-block-cart-items .wc-block-cart-items__row {
  background-color: transparent;
}
.wc-block-cart-items .wc-block-cart-items__header th:nth-of-type(1),
.wc-block-cart-items .wc-block-cart-items__header td:nth-of-type(1), .wc-block-cart-items .wc-block-cart-items__row th:nth-of-type(1),
.wc-block-cart-items .wc-block-cart-items__row td:nth-of-type(1) {
  padding-left: 0;
}
.wc-block-cart-items .wc-block-cart-items__header th:last-child,
.wc-block-cart-items .wc-block-cart-items__header td:last-child, .wc-block-cart-items .wc-block-cart-items__row th:last-child,
.wc-block-cart-items .wc-block-cart-items__row td:last-child {
  padding-right: 0;
}
.wc-block-cart-items .wc-block-cart-items__header th span {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.c-basket-sidebar .wc-block-cart-items .wc-block-cart-item__image {
  width: 1.5rem;
}
.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-name {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #232b2b;
}
.c-basket-sidebar .wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-name {
  margin-bottom: 0.3125rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.c-basket-sidebar .wc-block-cart-items .wc-block-cart-item__product .wc-block-cart-item__remove-link {
  padding-top: 1.25rem;
  font-size: 0.625rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  text-decoration: underline;
}
@media only screen and (min-width: 40em) {
  .c-basket-sidebar .wc-block-cart-items .wc-block-cart-item__product .wc-block-cart-item__remove-link {
    font-size: 0.75rem;
  }
}

.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__container {
  background-color: transparent;
}
.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select {
  padding: 1rem 1rem 0;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-radio-control .wc-block-components-radio-control-accordion-option {
  padding: 1rem 0;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-radio-control .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option {
  padding: 0;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-radio-control .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control-accordion-content {
  padding-top: 0.75rem !important;
  padding-bottom: 0;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-radio-control .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control-accordion-content * {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.woocommerce-checkout .wc-block-components-form .wc-block-checkout__contact-fields {
  margin-bottom: 2.5rem;
}
.woocommerce-checkout .wc-block-components-form .wc-block-checkout__terms .wc-block-components-checkbox__label {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.woocommerce-checkout .wc-block-components-form .wc-block-checkout__terms .wc-block-components-checkbox__label * {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.woocommerce-checkout .wc-block-components-form .wc-block-checkout__terms .wc-block-components-checkbox__label a {
  font-weight: 700;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-checkbox label {
  padding-left: 0;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-checkbox .wc-block-components-checkbox__label {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  padding: 0;
}
.woocommerce-checkout .wc-block-components-title.wc-block-components-title {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-address-form__address_2-toggle,
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-address-form__address_2-toggle {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email], .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number], .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=password], .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel], .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text], .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url], .woocommerce-checkout .wc-block-components-form input[type=email], .woocommerce-checkout .wc-block-components-form input[type=number], .woocommerce-checkout .wc-block-components-form input[type=password], .woocommerce-checkout .wc-block-components-form input[type=tel], .woocommerce-checkout .wc-block-components-form input[type=text], .woocommerce-checkout .wc-block-components-form input[type=url],
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input input[type=email],
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input input[type=number],
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input input[type=password],
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input input[type=tel],
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input input[type=text],
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input input[type=url],
.woocommerce-checkout .wc-block-components-text-input input[type=email],
.woocommerce-checkout .wc-block-components-text-input input[type=number],
.woocommerce-checkout .wc-block-components-text-input input[type=password],
.woocommerce-checkout .wc-block-components-text-input input[type=tel],
.woocommerce-checkout .wc-block-components-text-input input[type=text],
.woocommerce-checkout .wc-block-components-text-input input[type=url] {
  background-color: transparent;
  color: #232b2b;
  border-color: #232b2b;
  padding: 0 0.75rem;
  font-size: 1rem;
  line-height: 1.5625rem;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email]:-webkit-autofill, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number]:-webkit-autofill, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=password]:-webkit-autofill, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel]:-webkit-autofill, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text]:-webkit-autofill, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url]:-webkit-autofill, .woocommerce-checkout .wc-block-components-form input[type=email]:-webkit-autofill, .woocommerce-checkout .wc-block-components-form input[type=number]:-webkit-autofill, .woocommerce-checkout .wc-block-components-form input[type=password]:-webkit-autofill, .woocommerce-checkout .wc-block-components-form input[type=tel]:-webkit-autofill, .woocommerce-checkout .wc-block-components-form input[type=text]:-webkit-autofill, .woocommerce-checkout .wc-block-components-form input[type=url]:-webkit-autofill,
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input input[type=email]:-webkit-autofill,
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input input[type=number]:-webkit-autofill,
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input input[type=password]:-webkit-autofill,
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input input[type=tel]:-webkit-autofill,
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input input[type=text]:-webkit-autofill,
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input input[type=url]:-webkit-autofill,
.woocommerce-checkout .wc-block-components-text-input input[type=email]:-webkit-autofill,
.woocommerce-checkout .wc-block-components-text-input input[type=number]:-webkit-autofill,
.woocommerce-checkout .wc-block-components-text-input input[type=password]:-webkit-autofill,
.woocommerce-checkout .wc-block-components-text-input input[type=tel]:-webkit-autofill,
.woocommerce-checkout .wc-block-components-text-input input[type=text]:-webkit-autofill,
.woocommerce-checkout .wc-block-components-text-input input[type=url]:-webkit-autofill {
  padding: 1.5rem 1.0625rem 0.5rem;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email]::-moz-placeholder, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number]::-moz-placeholder, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=password]::-moz-placeholder, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel]::-moz-placeholder, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text]::-moz-placeholder, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url]::-moz-placeholder, .woocommerce-checkout .wc-block-components-form input[type=email]::-moz-placeholder, .woocommerce-checkout .wc-block-components-form input[type=number]::-moz-placeholder, .woocommerce-checkout .wc-block-components-form input[type=password]::-moz-placeholder, .woocommerce-checkout .wc-block-components-form input[type=tel]::-moz-placeholder, .woocommerce-checkout .wc-block-components-form input[type=text]::-moz-placeholder, .woocommerce-checkout .wc-block-components-form input[type=url]::-moz-placeholder, .woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input input[type=email]::-moz-placeholder, .woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input input[type=number]::-moz-placeholder, .woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input input[type=password]::-moz-placeholder, .woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input input[type=tel]::-moz-placeholder, .woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input input[type=text]::-moz-placeholder, .woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input input[type=url]::-moz-placeholder, .woocommerce-checkout .wc-block-components-text-input input[type=email]::-moz-placeholder, .woocommerce-checkout .wc-block-components-text-input input[type=number]::-moz-placeholder, .woocommerce-checkout .wc-block-components-text-input input[type=password]::-moz-placeholder, .woocommerce-checkout .wc-block-components-text-input input[type=tel]::-moz-placeholder, .woocommerce-checkout .wc-block-components-text-input input[type=text]::-moz-placeholder, .woocommerce-checkout .wc-block-components-text-input input[type=url]::-moz-placeholder {
  color: #666666;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email]::placeholder, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number]::placeholder, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=password]::placeholder, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel]::placeholder, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text]::placeholder, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url]::placeholder, .woocommerce-checkout .wc-block-components-form input[type=email]::placeholder, .woocommerce-checkout .wc-block-components-form input[type=number]::placeholder, .woocommerce-checkout .wc-block-components-form input[type=password]::placeholder, .woocommerce-checkout .wc-block-components-form input[type=tel]::placeholder, .woocommerce-checkout .wc-block-components-form input[type=text]::placeholder, .woocommerce-checkout .wc-block-components-form input[type=url]::placeholder,
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input input[type=email]::placeholder,
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input input[type=number]::placeholder,
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input input[type=password]::placeholder,
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input input[type=tel]::placeholder,
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input input[type=text]::placeholder,
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input input[type=url]::placeholder,
.woocommerce-checkout .wc-block-components-text-input input[type=email]::placeholder,
.woocommerce-checkout .wc-block-components-text-input input[type=number]::placeholder,
.woocommerce-checkout .wc-block-components-text-input input[type=password]::placeholder,
.woocommerce-checkout .wc-block-components-text-input input[type=tel]::placeholder,
.woocommerce-checkout .wc-block-components-text-input input[type=text]::placeholder,
.woocommerce-checkout .wc-block-components-text-input input[type=url]::placeholder {
  color: #666666;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email].focus-within, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email]:focus, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number].focus-within, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number]:focus, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=password].focus-within, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=password]:focus, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel].focus-within, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text].focus-within, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text]:focus, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url].focus-within, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url]:focus, .woocommerce-checkout .wc-block-components-form input[type=email].focus-within, .woocommerce-checkout .wc-block-components-form input[type=email]:focus, .woocommerce-checkout .wc-block-components-form input[type=number].focus-within, .woocommerce-checkout .wc-block-components-form input[type=number]:focus, .woocommerce-checkout .wc-block-components-form input[type=password].focus-within, .woocommerce-checkout .wc-block-components-form input[type=password]:focus, .woocommerce-checkout .wc-block-components-form input[type=tel].focus-within, .woocommerce-checkout .wc-block-components-form input[type=tel]:focus, .woocommerce-checkout .wc-block-components-form input[type=text].focus-within, .woocommerce-checkout .wc-block-components-form input[type=text]:focus, .woocommerce-checkout .wc-block-components-form input[type=url].focus-within, .woocommerce-checkout .wc-block-components-form input[type=url]:focus,
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input input[type=email].focus-within,
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input input[type=email]:focus,
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input input[type=number].focus-within,
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input input[type=number]:focus,
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input input[type=password].focus-within,
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input input[type=password]:focus,
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input input[type=tel].focus-within,
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input input[type=tel]:focus,
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input input[type=text].focus-within,
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input input[type=text]:focus,
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input input[type=url].focus-within,
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input input[type=url]:focus,
.woocommerce-checkout .wc-block-components-text-input input[type=email].focus-within,
.woocommerce-checkout .wc-block-components-text-input input[type=email]:focus,
.woocommerce-checkout .wc-block-components-text-input input[type=number].focus-within,
.woocommerce-checkout .wc-block-components-text-input input[type=number]:focus,
.woocommerce-checkout .wc-block-components-text-input input[type=password].focus-within,
.woocommerce-checkout .wc-block-components-text-input input[type=password]:focus,
.woocommerce-checkout .wc-block-components-text-input input[type=tel].focus-within,
.woocommerce-checkout .wc-block-components-text-input input[type=tel]:focus,
.woocommerce-checkout .wc-block-components-text-input input[type=text].focus-within,
.woocommerce-checkout .wc-block-components-text-input input[type=text]:focus,
.woocommerce-checkout .wc-block-components-text-input input[type=url].focus-within,
.woocommerce-checkout .wc-block-components-text-input input[type=url]:focus {
  background-color: rgba(35, 43, 43, 0.1);
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input .wc-blocks-components-select .wc-blocks-components-select__select,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input .wc-blocks-components-select .wc-blocks-components-select__select:focus,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input .wc-blocks-components-select .wc-blocks-components-select__select:focus-within,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input .wc-block-components-text-input.is-active input,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input .wc-block-components-text-input.is-active input:focus,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input .wc-block-components-text-input.is-active input:focus-within, .woocommerce-checkout .wc-block-components-form .wc-blocks-components-select .wc-blocks-components-select__select,
.woocommerce-checkout .wc-block-components-form .wc-blocks-components-select .wc-blocks-components-select__select:focus,
.woocommerce-checkout .wc-block-components-form .wc-blocks-components-select .wc-blocks-components-select__select:focus-within,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input:focus,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input:focus-within,
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input .wc-blocks-components-select .wc-blocks-components-select__select,
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input .wc-blocks-components-select .wc-blocks-components-select__select:focus,
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input .wc-blocks-components-select .wc-blocks-components-select__select:focus-within,
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input .wc-block-components-text-input.is-active input,
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input .wc-block-components-text-input.is-active input:focus,
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input .wc-block-components-text-input.is-active input:focus-within,
.woocommerce-checkout .wc-block-components-text-input .wc-blocks-components-select .wc-blocks-components-select__select,
.woocommerce-checkout .wc-block-components-text-input .wc-blocks-components-select .wc-blocks-components-select__select:focus,
.woocommerce-checkout .wc-block-components-text-input .wc-blocks-components-select .wc-blocks-components-select__select:focus-within,
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input.is-active input,
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input.is-active input:focus,
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input.is-active input:focus-within {
  padding-left: 1.0625rem !important;
  font-size: 1rem;
  line-height: 1.5625rem;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input label, .woocommerce-checkout .wc-block-components-form label,
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input label,
.woocommerce-checkout .wc-block-components-text-input label {
  padding: 0 0.75rem;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input .wc-block-components-text-input.is-active label, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active label,
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input .wc-block-components-text-input.is-active label,
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input.is-active label {
  top: 0.625rem;
  font-size: 0.5rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input .wc-blocks-components-select__label, .woocommerce-checkout .wc-block-components-form .wc-blocks-components-select__label,
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input .wc-blocks-components-select__label,
.woocommerce-checkout .wc-block-components-text-input .wc-blocks-components-select__label {
  font-size: 0.4375rem;
  top: 0.625rem;
  left: 0.375rem;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type=email], .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type=number], .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type=password], .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel], .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type=text], .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type=url], .woocommerce-checkout .wc-block-components-form.is-active input[type=email], .woocommerce-checkout .wc-block-components-form.is-active input[type=number], .woocommerce-checkout .wc-block-components-form.is-active input[type=password], .woocommerce-checkout .wc-block-components-form.is-active input[type=tel], .woocommerce-checkout .wc-block-components-form.is-active input[type=text], .woocommerce-checkout .wc-block-components-form.is-active input[type=url],
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input.is-active input[type=email],
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input.is-active input[type=number],
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input.is-active input[type=password],
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input.is-active input[type=tel],
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input.is-active input[type=text],
.woocommerce-checkout .wc-block-components-text-input .wc-block-components-text-input.is-active input[type=url],
.woocommerce-checkout .wc-block-components-text-input.is-active input[type=email],
.woocommerce-checkout .wc-block-components-text-input.is-active input[type=number],
.woocommerce-checkout .wc-block-components-text-input.is-active input[type=password],
.woocommerce-checkout .wc-block-components-text-input.is-active input[type=tel],
.woocommerce-checkout .wc-block-components-text-input.is-active input[type=text],
.woocommerce-checkout .wc-block-components-text-input.is-active input[type=url] {
  padding: 1.5rem 1.0625rem 0.5rem;
}

.wc-block-components-sidebar-layout a:not(.c-button):not(.button) {
  font-size: 1rem;
  line-height: 1.5625rem;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

/**
* WOOCOMMERCE
**/
.woocommerce .ywgc_have_code,
.woocommerce .woocommerce-form-coupon-toggle {
  display: none;
}

/**
* WOOCOMMERCE-BUTTON
**/
.woocommerce .button,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce .button.alt,
.woocommerce a.button,
.woocommerce .woocommerce-form-login__submit,
.woocommerce-page .button,
.woocommerce-page button.button,
.woocommerce-page button.button.alt,
.woocommerce-page .button.alt,
.woocommerce-page a.button,
.woocommerce-page .woocommerce-form-login__submit,
.woocommerce-account .button,
.woocommerce-account button.button,
.woocommerce-account button.button.alt,
.woocommerce-account .button.alt,
.woocommerce-account a.button,
.woocommerce-account .woocommerce-form-login__submit,
body .button,
body button.button,
body button.button.alt,
body .button.alt,
body a.button,
body .woocommerce-form-login__submit {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.75rem;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #232b2b;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: 0.0625rem solid #232b2b;
  text-transform: uppercase;
  background-color: #232b2b;
  color: #ffffff;
}
@media only screen and (min-width: 64em) {
  .woocommerce .button,
  .woocommerce button.button,
  .woocommerce button.button.alt,
  .woocommerce .button.alt,
  .woocommerce a.button,
  .woocommerce .woocommerce-form-login__submit,
  .woocommerce-page .button,
  .woocommerce-page button.button,
  .woocommerce-page button.button.alt,
  .woocommerce-page .button.alt,
  .woocommerce-page a.button,
  .woocommerce-page .woocommerce-form-login__submit,
  .woocommerce-account .button,
  .woocommerce-account button.button,
  .woocommerce-account button.button.alt,
  .woocommerce-account .button.alt,
  .woocommerce-account a.button,
  .woocommerce-account .woocommerce-form-login__submit,
  body .button,
  body button.button,
  body button.button.alt,
  body .button.alt,
  body a.button,
  body .woocommerce-form-login__submit {
    min-width: 8.125rem;
    padding: 0 2rem;
    transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
.woocommerce .button.text-large,
.woocommerce button.button.text-large,
.woocommerce button.button.alt.text-large,
.woocommerce .button.alt.text-large,
.woocommerce a.button.text-large,
.woocommerce .woocommerce-form-login__submit.text-large,
.woocommerce-page .button.text-large,
.woocommerce-page button.button.text-large,
.woocommerce-page button.button.alt.text-large,
.woocommerce-page .button.alt.text-large,
.woocommerce-page a.button.text-large,
.woocommerce-page .woocommerce-form-login__submit.text-large,
.woocommerce-account .button.text-large,
.woocommerce-account button.button.text-large,
.woocommerce-account button.button.alt.text-large,
.woocommerce-account .button.alt.text-large,
.woocommerce-account a.button.text-large,
.woocommerce-account .woocommerce-form-login__submit.text-large,
body .button.text-large,
body button.button.text-large,
body button.button.alt.text-large,
body .button.alt.text-large,
body a.button.text-large,
body .woocommerce-form-login__submit.text-large {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  height: 2.875rem;
  line-height: 2.5rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce .button.text-large,
  .woocommerce button.button.text-large,
  .woocommerce button.button.alt.text-large,
  .woocommerce .button.alt.text-large,
  .woocommerce a.button.text-large,
  .woocommerce .woocommerce-form-login__submit.text-large,
  .woocommerce-page .button.text-large,
  .woocommerce-page button.button.text-large,
  .woocommerce-page button.button.alt.text-large,
  .woocommerce-page .button.alt.text-large,
  .woocommerce-page a.button.text-large,
  .woocommerce-page .woocommerce-form-login__submit.text-large,
  .woocommerce-account .button.text-large,
  .woocommerce-account button.button.text-large,
  .woocommerce-account button.button.alt.text-large,
  .woocommerce-account .button.alt.text-large,
  .woocommerce-account a.button.text-large,
  .woocommerce-account .woocommerce-form-login__submit.text-large,
  body .button.text-large,
  body button.button.text-large,
  body button.button.alt.text-large,
  body .button.alt.text-large,
  body a.button.text-large,
  body .woocommerce-form-login__submit.text-large {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64em) {
  .woocommerce .button.text-large,
  .woocommerce button.button.text-large,
  .woocommerce button.button.alt.text-large,
  .woocommerce .button.alt.text-large,
  .woocommerce a.button.text-large,
  .woocommerce .woocommerce-form-login__submit.text-large,
  .woocommerce-page .button.text-large,
  .woocommerce-page button.button.text-large,
  .woocommerce-page button.button.alt.text-large,
  .woocommerce-page .button.alt.text-large,
  .woocommerce-page a.button.text-large,
  .woocommerce-page .woocommerce-form-login__submit.text-large,
  .woocommerce-account .button.text-large,
  .woocommerce-account button.button.text-large,
  .woocommerce-account button.button.alt.text-large,
  .woocommerce-account .button.alt.text-large,
  .woocommerce-account a.button.text-large,
  .woocommerce-account .woocommerce-form-login__submit.text-large,
  body .button.text-large,
  body button.button.text-large,
  body button.button.alt.text-large,
  body .button.alt.text-large,
  body a.button.text-large,
  body .woocommerce-form-login__submit.text-large {
    height: 3.375rem;
    line-height: 3rem;
    padding: 0 2.375rem;
  }
}
.woocommerce .button:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce .button.alt:hover,
.woocommerce a.button:hover,
.woocommerce .woocommerce-form-login__submit:hover,
.woocommerce-page .button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page .button.alt:hover,
.woocommerce-page a.button:hover,
.woocommerce-page .woocommerce-form-login__submit:hover,
.woocommerce-account .button:hover,
.woocommerce-account button.button:hover,
.woocommerce-account button.button.alt:hover,
.woocommerce-account .button.alt:hover,
.woocommerce-account a.button:hover,
.woocommerce-account .woocommerce-form-login__submit:hover,
body .button:hover,
body button.button:hover,
body button.button.alt:hover,
body .button.alt:hover,
body a.button:hover,
body .woocommerce-form-login__submit:hover {
  background-color: #232b2b;
  color: #ffffff;
}
.no-touchevents .woocommerce .button:hover,
.no-touchevents .woocommerce button.button:hover,
.no-touchevents .woocommerce button.button.alt:hover,
.no-touchevents .woocommerce .button.alt:hover,
.no-touchevents .woocommerce a.button:hover,
.no-touchevents .woocommerce .woocommerce-form-login__submit:hover,
.no-touchevents .woocommerce-page .button:hover,
.no-touchevents .woocommerce-page button.button:hover,
.no-touchevents .woocommerce-page button.button.alt:hover,
.no-touchevents .woocommerce-page .button.alt:hover,
.no-touchevents .woocommerce-page a.button:hover,
.no-touchevents .woocommerce-page .woocommerce-form-login__submit:hover,
.no-touchevents .woocommerce-account .button:hover,
.no-touchevents .woocommerce-account button.button:hover,
.no-touchevents .woocommerce-account button.button.alt:hover,
.no-touchevents .woocommerce-account .button.alt:hover,
.no-touchevents .woocommerce-account a.button:hover,
.no-touchevents .woocommerce-account .woocommerce-form-login__submit:hover,
.no-touchevents body .button:hover,
.no-touchevents body button.button:hover,
.no-touchevents body button.button.alt:hover,
.no-touchevents body .button.alt:hover,
.no-touchevents body a.button:hover,
.no-touchevents body .woocommerce-form-login__submit:hover {
  background-color: #3a4747;
}
.woocommerce button[disabled],
.woocommerce button.alt[disabled],
.woocommerce .button[disabled],
.woocommerce-page button[disabled],
.woocommerce-page button.alt[disabled],
.woocommerce-page .button[disabled],
.woocommerce-account button[disabled],
.woocommerce-account button.alt[disabled],
.woocommerce-account .button[disabled],
body button[disabled],
body button.alt[disabled],
body .button[disabled] {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #666666 !important;
  border-color: #666666 !important;
}

/**
* WOOCOMMERCE-CHECKOUT
**/
.woocommerce table.shop_table {
  border: 0.125rem solid #000000;
  border-collapse: collapse;
}
.woocommerce table.shop_table thead th,
.woocommerce table.shop_table thead td,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tbody td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
  border: 0.125rem solid #000000;
}
.woocommerce .woocommerce-checkout {
  margin-bottom: 2rem;
  padding-top: 1.5rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-checkout {
    margin-bottom: 3rem;
    padding-top: 3rem;
  }
}
.woocommerce .woocommerce-checkout #payment {
  background-color: #666666;
  border: 0.125rem solid #000000;
}
.woocommerce .woocommerce-checkout #payment div.payment_box {
  background-color: #666666;
  border: 0.125rem solid #000000;
}
.woocommerce .woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #666666;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  display: none;
}
.woocommerce .woocommerce-checkout .woocommerce-additional-fields {
  padding: 2.5rem 0 0;
  margin: 2.5rem 0;
  border-top: 0.125rem solid #232b2b;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order #square-gift-card-application .sq-card-wrapper .sq-card-iframe-container {
  border: 0.125rem solid #000000;
  background-color: transparent;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order #square-gift-card-application #square-gift-card-apply-btn {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.75rem;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #232b2b;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: 0.0625rem solid #232b2b;
  text-transform: uppercase;
  background-color: transparent;
  color: #232b2b;
}
@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order #square-gift-card-application #square-gift-card-apply-btn {
    min-width: 8.125rem;
    padding: 0 2rem;
    transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order #square-gift-card-application #square-gift-card-apply-btn.text-large {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  height: 2.875rem;
  line-height: 2.5rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order #square-gift-card-application #square-gift-card-apply-btn.text-large {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order #square-gift-card-application #square-gift-card-apply-btn.text-large {
    height: 3.375rem;
    line-height: 3rem;
    padding: 0 2.375rem;
  }
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order #square-gift-card-application #square-gift-card-apply-btn:hover {
  color: #232b2b;
}
.no-touchevents .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order #square-gift-card-application #square-gift-card-apply-btn:hover {
  color: #ffffff;
  background-color: #232b2b;
}
@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order #square-gift-card-application #square-gift-card-apply-btn {
    border-radius: 4px;
    height: 52px;
  }
}
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields {
  display: none;
}
.woocommerce .woocommerce-checkout h3:not(#ship-to-different-address) {
  margin-bottom: 1.25rem;
  color: #232b2b;
}
@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-checkout h3:not(#ship-to-different-address) {
    margin-bottom: 2rem;
  }
}
.woocommerce .woocommerce-checkout .woocommmerce-buttons {
  padding-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-checkout .woocommmerce-buttons {
    margin-bottom: 3rem;
  }
}
.woocommerce .woocommerce-checkout .checkout-tabs-nav {
  margin: 0;
  gap: 1rem;
  padding-top: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
}
.woocommerce .woocommerce-checkout .checkout-tabs-nav li {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.75rem;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #232b2b;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: 0.0625rem solid #232b2b;
  text-transform: uppercase;
  background-color: transparent;
  color: #232b2b;
  font-size: 0.875rem !important;
}
@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-checkout .checkout-tabs-nav li {
    min-width: 8.125rem;
    padding: 0 2rem;
    transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
.woocommerce .woocommerce-checkout .checkout-tabs-nav li.text-large {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  height: 2.875rem;
  line-height: 2.5rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-checkout .checkout-tabs-nav li.text-large {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-checkout .checkout-tabs-nav li.text-large {
    height: 3.375rem;
    line-height: 3rem;
    padding: 0 2.375rem;
  }
}
.woocommerce .woocommerce-checkout .checkout-tabs-nav li:hover {
  color: #232b2b;
}
.no-touchevents .woocommerce .woocommerce-checkout .checkout-tabs-nav li:hover {
  color: #ffffff;
  background-color: #232b2b;
}
.woocommerce .woocommerce-checkout .checkout-tabs-nav li.previous {
  opacity: 0.5;
  pointer-events: none;
}
.woocommerce .woocommerce-checkout .checkout-tabs-nav li.active, .woocommerce .woocommerce-checkout .checkout-tabs-nav li.current {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.75rem;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #232b2b;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: 0.0625rem solid #232b2b;
  text-transform: uppercase;
  background-color: #232b2b;
  color: #ffffff;
}
@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-checkout .checkout-tabs-nav li.active, .woocommerce .woocommerce-checkout .checkout-tabs-nav li.current {
    min-width: 8.125rem;
    padding: 0 2rem;
    transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
.woocommerce .woocommerce-checkout .checkout-tabs-nav li.active.text-large, .woocommerce .woocommerce-checkout .checkout-tabs-nav li.current.text-large {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  height: 2.875rem;
  line-height: 2.5rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-checkout .checkout-tabs-nav li.active.text-large, .woocommerce .woocommerce-checkout .checkout-tabs-nav li.current.text-large {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-checkout .checkout-tabs-nav li.active.text-large, .woocommerce .woocommerce-checkout .checkout-tabs-nav li.current.text-large {
    height: 3.375rem;
    line-height: 3rem;
    padding: 0 2.375rem;
  }
}
.woocommerce .woocommerce-checkout .checkout-tabs-nav li.active:hover, .woocommerce .woocommerce-checkout .checkout-tabs-nav li.current:hover {
  background-color: #232b2b;
  color: #ffffff;
}
.no-touchevents .woocommerce .woocommerce-checkout .checkout-tabs-nav li.active:hover, .no-touchevents .woocommerce .woocommerce-checkout .checkout-tabs-nav li.current:hover {
  background-color: #3a4747;
}
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields:empty {
  display: none;
}
.woocommerce .woocommerce-checkout .checkout-payment-fullwidth {
  display: flex;
  flex-direction: column;
}
.woocommerce .woocommerce-checkout .checkout-payment-fullwidth .woocommerce-checkout-payment#payment {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border: 0.0625rem solid #232b2b;
  background: transparent;
}
.woocommerce .woocommerce-checkout .checkout-payment-fullwidth .woocommerce-checkout-payment#payment div.payment_box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border: 0.0625rem solid #232b2b;
  background: transparent;
}
.woocommerce .woocommerce-checkout .checkout-payment-fullwidth .woocommerce-checkout-payment#payment div.payment_box:before {
  display: none;
}
.woocommerce .woocommerce-checkout .checkout-payment-fullwidth > div {
  border-bottom: 1px solid #666666;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-checkout .checkout-payment-fullwidth > div {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.woocommerce .woocommerce-checkout .checkout-payment-fullwidth > div:last-child {
  border: none;
}
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address {
  margin-bottom: 0;
}
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address input {
  margin-bottom: 0;
}
.woocommerce .woocommerce-checkout #customer_details {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-checkout #customer_details {
    flex-direction: row;
    gap: 3.75rem;
  }
}
.woocommerce .woocommerce-checkout #customer_details:after, .woocommerce .woocommerce-checkout #customer_details:before {
  display: none;
}
@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-checkout #customer_details .checkout-left {
    width: 62%;
  }
}
.woocommerce .woocommerce-checkout #customer_details .checkout-left > div {
  border-bottom: 1px solid #666666;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-checkout #customer_details .checkout-left > div {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-checkout #customer_details .checkout-right {
    width: 38%;
  }
}

/**
* WOOCOMMERCE-FORM
**/
.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  box-shadow: none;
  color: #232b2b;
  font-size: 1rem;
  line-height: 1.5625rem;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  line-height: 2.625rem;
  border: none;
  border-bottom: 0.0625rem solid #232b2b;
  height: 2.75rem;
  line-height: 2.5rem;
  padding: 0;
}
@media only screen and (min-width: 64em) {
  .woocommerce form .form-row .input-text,
  .woocommerce form .form-row select {
    line-height: 2.625rem;
  }
}
.woocommerce form .form-row .input-text:focus,
.woocommerce form .form-row select:focus {
  outline: none;
  box-shadow: none;
}
.woocommerce form .form-row .input-text::-moz-placeholder, .woocommerce form .form-row select::-moz-placeholder {
  color: #666666;
}
.woocommerce form .form-row .input-text::placeholder,
.woocommerce form .form-row select::placeholder {
  color: #666666;
}
@media only screen and (min-width: 64em) {
  .woocommerce form .form-row .input-text,
  .woocommerce form .form-row select {
    line-height: 2.5rem;
  }
}
.woocommerce form .form-row #order_comments {
  padding: 1rem;
  line-height: 1.2;
}
.woocommerce form .form-row label {
  color: #232b2b;
  margin-bottom: 0.5rem;
}
.woocommerce form .lost_password a {
  color: #232b2b;
  text-decoration: underline;
}
.woocommerce .woocommerce-privacy-policy-text {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.woocommerce .woocommerce-privacy-policy-text a {
  color: #232b2b;
}
.woocommerce .woocommerce-login-register-toggle {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.woocommerce .woocommerce-login-register-toggle__inner {
  display: flex;
  justify-content: center;
  padding: 0.375rem;
  border: 0.125rem solid #232b2b;
  border-radius: 3.125rem;
}
.woocommerce .woocommerce-login-register-toggle__inner .c-button--hollow {
  border-color: transparent;
  color: #232b2b;
}
.woocommerce .woocommerce-login-register-toggle__inner .c-button--hollow:hover {
  background-color: transparent;
  color: #232b2b;
}
.woocommerce .woocommerce-login-register-toggle__inner .c-button.is-active {
  pointer-events: none;
  background-color: #232b2b;
  border-color: #232b2b;
  color: #ffffff;
}
.woocommerce #customer_login {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 0;
}
@media only screen and (min-width: 40em) {
  .woocommerce #customer_login {
    padding: 4rem 0 20rem;
  }
}
@media only screen and (min-width: 64em) {
  .woocommerce #customer_login {
    padding: 5.625rem 0 20rem;
  }
}
.woocommerce .col2-set .col-2,
.woocommerce .col2-set .col-1 {
  float: none;
  width: 100%;
}
.woocommerce .woocommerce-form.login, .woocommerce .woocommerce-form.register {
  padding: 0;
  border: none;
}
.woocommerce .woocommerce-form.login .form-row .input-text, .woocommerce .woocommerce-form.register .form-row .input-text {
  font-size: 1.25rem;
}
.woocommerce .woocommerce-form__header {
  text-align: center;
}
.woocommerce .woocommerce-form__header h1 {
  margin-bottom: 2rem;
}
.woocommerce .woocommerce-form__header p {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-form__header p {
    font-size: 1.125rem;
  }
}
.woocommerce .woocommerce-form .submit-row {
  padding-top: 1.5rem;
}
.woocommerce .woocommerce-form .woocommerce-form-login__submit,
.woocommerce .woocommerce-form .woocommerce-form-register__submit {
  float: right;
  margin: 0 0 0 1rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-form .woocommerce-form-login__submit,
  .woocommerce .woocommerce-form .woocommerce-form-register__submit {
    font-size: 1.25rem;
  }
}
.woocommerce .woocommerce-form .woocommerce-form-login__rememberme {
  margin-top: 0.5rem;
}
.woocommerce .woocommerce-form .woocommerce-form-login__rememberme input {
  transform: translateY(2px);
}

.woocommerce-order-received .woocommerce .woocommerce-thankyou-order-received {
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.3125rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 2rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce-order-received .woocommerce .woocommerce-thankyou-order-received {
    font-size: 1.5rem;
  }
}
.woocommerce-order-received .woocommerce .woocommerce-order-overview {
  padding-top: 1.5rem;
}
.woocommerce-order-received .woocommerce .woocommerce-order-overview li {
  font-size: 0.5rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.woocommerce-order-received .woocommerce .woocommerce-order-overview li strong {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 0.5rem;
}
.woocommerce-order-received .woocommerce .woocommerce-order-overview li:not(:last-child) {
  border-right: 0.0625rem solid #666666;
}
.woocommerce-order-received .woocommerce .woocommerce-customer-details .woocommerce-column__title {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.woocommerce-order-received .woocommerce .woocommerce-customer-details address {
  padding: 1.25rem;
  border: 0.0625rem solid #666666;
  border-radius: 0;
}
.woocommerce-order-received .woocommerce .woocommerce-customer-details address,
.woocommerce-order-received .woocommerce .woocommerce-customer-details address * {
  color: #232b2b;
  font-size: 1rem;
  line-height: 1.5625rem;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.woocommerce-order-received .woocommerce .woocommerce-order-details__title {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table, .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) {
  border: 0.0625rem solid #666666;
}
@media only screen and (max-width: 63.9375em) {
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tbody td, .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tbody td {
    padding: 1rem 0.625rem;
  }
}
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table thead,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tbody,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tfoot, .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) thead,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tbody,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tfoot {
  background-color: transparent;
}
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table thead td,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table thead th,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tbody td,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tbody th,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tfoot td,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tfoot th, .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) thead td,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) thead th,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tbody td,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tbody th,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tfoot td,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tfoot th {
  font-size: 1rem;
  line-height: 1.5625rem;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  border: 0.0625rem solid #666666;
  background-color: transparent;
}
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table thead td *,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table thead th *,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tbody td *,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tbody th *,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tfoot td *,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tfoot th *, .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) thead td *,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) thead th *,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tbody td *,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tbody th *,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tfoot td *,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tfoot th * {
  color: #232b2b;
  font-size: 1rem;
  line-height: 1.5625rem;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table thead td .woocommerce-button,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table thead th .woocommerce-button,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tbody td .woocommerce-button,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tbody th .woocommerce-button,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tfoot td .woocommerce-button,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tfoot th .woocommerce-button, .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) thead td .woocommerce-button,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) thead th .woocommerce-button,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tbody td .woocommerce-button,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tbody th .woocommerce-button,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tfoot td .woocommerce-button,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tfoot th .woocommerce-button {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.75rem;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #232b2b;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: 0.0625rem solid #232b2b;
  text-transform: uppercase;
  background-color: #232b2b;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  height: 2.125rem;
  line-height: 2.125rem;
  padding: 0 0.9375rem;
  margin-right: 0;
  border: none;
}
@media only screen and (min-width: 64em) {
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table thead td .woocommerce-button,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table thead th .woocommerce-button,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tbody td .woocommerce-button,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tbody th .woocommerce-button,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tfoot td .woocommerce-button,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tfoot th .woocommerce-button, .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) thead td .woocommerce-button,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) thead th .woocommerce-button,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tbody td .woocommerce-button,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tbody th .woocommerce-button,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tfoot td .woocommerce-button,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tfoot th .woocommerce-button {
    min-width: 8.125rem;
    padding: 0 2rem;
    transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table thead td .woocommerce-button.text-large,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table thead th .woocommerce-button.text-large,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tbody td .woocommerce-button.text-large,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tbody th .woocommerce-button.text-large,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tfoot td .woocommerce-button.text-large,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tfoot th .woocommerce-button.text-large, .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) thead td .woocommerce-button.text-large,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) thead th .woocommerce-button.text-large,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tbody td .woocommerce-button.text-large,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tbody th .woocommerce-button.text-large,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tfoot td .woocommerce-button.text-large,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tfoot th .woocommerce-button.text-large {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  height: 2.875rem;
  line-height: 2.5rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table thead td .woocommerce-button.text-large,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table thead th .woocommerce-button.text-large,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tbody td .woocommerce-button.text-large,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tbody th .woocommerce-button.text-large,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tfoot td .woocommerce-button.text-large,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tfoot th .woocommerce-button.text-large, .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) thead td .woocommerce-button.text-large,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) thead th .woocommerce-button.text-large,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tbody td .woocommerce-button.text-large,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tbody th .woocommerce-button.text-large,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tfoot td .woocommerce-button.text-large,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tfoot th .woocommerce-button.text-large {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64em) {
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table thead td .woocommerce-button.text-large,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table thead th .woocommerce-button.text-large,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tbody td .woocommerce-button.text-large,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tbody th .woocommerce-button.text-large,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tfoot td .woocommerce-button.text-large,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tfoot th .woocommerce-button.text-large, .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) thead td .woocommerce-button.text-large,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) thead th .woocommerce-button.text-large,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tbody td .woocommerce-button.text-large,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tbody th .woocommerce-button.text-large,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tfoot td .woocommerce-button.text-large,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tfoot th .woocommerce-button.text-large {
    height: 3.375rem;
    line-height: 3rem;
    padding: 0 2.375rem;
  }
}
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table thead td .woocommerce-button:hover,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table thead th .woocommerce-button:hover,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tbody td .woocommerce-button:hover,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tbody th .woocommerce-button:hover,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tfoot td .woocommerce-button:hover,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tfoot th .woocommerce-button:hover, .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) thead td .woocommerce-button:hover,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) thead th .woocommerce-button:hover,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tbody td .woocommerce-button:hover,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tbody th .woocommerce-button:hover,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tfoot td .woocommerce-button:hover,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tfoot th .woocommerce-button:hover {
  background-color: #232b2b;
  color: #ffffff;
}
.no-touchevents .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table thead td .woocommerce-button:hover,
.no-touchevents .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table thead th .woocommerce-button:hover,
.no-touchevents .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tbody td .woocommerce-button:hover,
.no-touchevents .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tbody th .woocommerce-button:hover,
.no-touchevents .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tfoot td .woocommerce-button:hover,
.no-touchevents .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tfoot th .woocommerce-button:hover, .no-touchevents .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) thead td .woocommerce-button:hover,
.no-touchevents .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) thead th .woocommerce-button:hover,
.no-touchevents .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tbody td .woocommerce-button:hover,
.no-touchevents .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tbody th .woocommerce-button:hover,
.no-touchevents .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tfoot td .woocommerce-button:hover,
.no-touchevents .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tfoot th .woocommerce-button:hover {
  background-color: #3a4747;
}
@media only screen and (min-width: 64em) {
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table thead td .woocommerce-button,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table thead th .woocommerce-button,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tbody td .woocommerce-button,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tbody th .woocommerce-button,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tfoot td .woocommerce-button,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tfoot th .woocommerce-button, .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) thead td .woocommerce-button,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) thead th .woocommerce-button,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tbody td .woocommerce-button,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tbody th .woocommerce-button,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tfoot td .woocommerce-button,
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tfoot th .woocommerce-button {
    height: 2.25rem;
    line-height: 2.25rem;
    padding: 0 1rem;
  }
}
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table thead td .woocommerce-button + .woocommerce-button,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table thead th .woocommerce-button + .woocommerce-button,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tbody td .woocommerce-button + .woocommerce-button,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tbody th .woocommerce-button + .woocommerce-button,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tfoot td .woocommerce-button + .woocommerce-button,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table tfoot th .woocommerce-button + .woocommerce-button, .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) thead td .woocommerce-button + .woocommerce-button,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) thead th .woocommerce-button + .woocommerce-button,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tbody td .woocommerce-button + .woocommerce-button,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tbody th .woocommerce-button + .woocommerce-button,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tfoot td .woocommerce-button + .woocommerce-button,
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) tfoot th .woocommerce-button + .woocommerce-button {
  margin-left: 0.5rem;
}
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table thead th, .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-table:not(.has-background) thead th {
  font-size: 1rem;
  line-height: 1.5625rem;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}

/**
* WOOCOMMERCE-PAGINATI0N
**/
.woocommerce-pagination, .woocommerce .woocommerce-pagination {
  margin-bottom: 1.25rem;
  padding-top: 0.75rem;
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .woocommerce-pagination, .woocommerce .woocommerce-pagination {
    padding-top: 1rem;
    margin-bottom: 2rem;
  }
}
.woocommerce-pagination ul.page-numbers, .woocommerce .woocommerce-pagination ul.page-numbers {
  margin: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce-pagination ul.page-numbers li, .woocommerce .woocommerce-pagination ul.page-numbers li {
  border: none;
}
.woocommerce-pagination ul.page-numbers li .page-numbers, .woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #232b2b;
}
@media only screen and (min-width: 64em) {
  .woocommerce-pagination ul.page-numbers li .page-numbers, .woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers {
    font-size: 1.125rem;
  }
}
.woocommerce-pagination ul.page-numbers li .page-numbers:hover, .woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers:hover {
  background-color: transparent;
  color: #232b2b;
}
.woocommerce-pagination ul.page-numbers li .page-numbers.current, .woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.current {
  color: #666666;
  background-color: transparent;
}
.woocommerce-pagination ul.page-numbers li .page-numbers.prev, .woocommerce-pagination ul.page-numbers li .page-numbers.next, .woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.prev, .woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.next {
  font-size: 0;
  margin: 0 0.625rem;
  display: flex;
  align-items: center;
}
.woocommerce-pagination ul.page-numbers li .page-numbers.prev svg, .woocommerce-pagination ul.page-numbers li .page-numbers.next svg, .woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.prev svg, .woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.next svg {
  height: 1.5rem;
  width: 1.5rem;
}

/**
* WOOCOMMERCE-PRODUCT-ATTRIBUTES
**/
.woocommerce-product-attributes {
  padding: 0;
}
.woocommerce-product-attributes h2,
.woocommerce-product-attributes h3,
.woocommerce-product-attributes h4 {
  margin-bottom: 0;
}
.woocommerce-product-attributes__inner {
  padding: 1rem 0;
}
.woocommerce-product-attributes .c-text__content {
  animation: none !important;
  opacity: 1;
  transform: none;
}
.woocommerce-product-attributes__content li {
  list-style-type: none;
}
.woocommerce-product-attributes__headings {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-product-attributes__headings .open-accordion,
.woocommerce-product-attributes__headings .close-accordion {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (min-width: 64em) {
  .woocommerce-product-attributes__headings .open-accordion,
  .woocommerce-product-attributes__headings .close-accordion {
    font-size: 1.125rem;
  }
}

/**
* WOOCOMMERCE-PRODUCTS-HEADER
**/
.woocommerce-products-header {
  margin-bottom: 1.875rem;
  padding-top: 1.25rem;
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .woocommerce-products-header {
    margin-bottom: 2.8125rem;
    padding-top: 4.5rem;
  }
}
.woocommerce-products-header .page-title {
  font-size: 1.625rem;
  letter-spacing: 0.4375rem;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
}
@media only screen and (min-width: 64em) {
  .woocommerce-products-header .page-title {
    font-size: 2rem;
  }
}

/**
* WOOCOMMERCE-PRODUCTS
**/
.bapf_loader_page {
  z-index: 10009;
}

.woocommerce-shop .woocommerce-products__content, .woocommerce-shop .woocommerce-products__filters {
  width: 100%;
}
.woocommerce-shop .woocommerce-products__content {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-shop .woocommerce-products__content .woocommerce-result-count {
  float: none;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5625rem;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}
.woocommerce-shop .woocommerce-products__content .products {
  min-width: 100%;
}
.woocommerce-shop .woocommerce-products__filters {
  width: auto;
  flex-grow: 1;
}
@media only screen and (min-width: 64em) {
  .woocommerce-shop .woocommerce-products__filters {
    max-width: calc(100% - 300px);
  }
}
.category-modal--is-active .woocommerce-shop .woocommerce-products__filters {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10001;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
.woocommerce-shop .woocommerce-products__filters .bapf_sfilter .bapf_button {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.75rem;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #232b2b;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: 0.0625rem solid #232b2b;
  text-transform: uppercase;
  background-color: #232b2b;
  color: #ffffff;
}
@media only screen and (min-width: 64em) {
  .woocommerce-shop .woocommerce-products__filters .bapf_sfilter .bapf_button {
    min-width: 8.125rem;
    padding: 0 2rem;
    transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
.woocommerce-shop .woocommerce-products__filters .bapf_sfilter .bapf_button.text-large {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  height: 2.875rem;
  line-height: 2.5rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce-shop .woocommerce-products__filters .bapf_sfilter .bapf_button.text-large {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64em) {
  .woocommerce-shop .woocommerce-products__filters .bapf_sfilter .bapf_button.text-large {
    height: 3.375rem;
    line-height: 3rem;
    padding: 0 2.375rem;
  }
}
.woocommerce-shop .woocommerce-products__filters .bapf_sfilter .bapf_button:hover {
  background-color: #232b2b;
  color: #ffffff;
}
.no-touchevents .woocommerce-shop .woocommerce-products__filters .bapf_sfilter .bapf_button:hover {
  background-color: #3a4747;
}
.woocommerce-shop .woocommerce-products__filters .bapf_sfilter .bapf_button.bapf_update.loading {
  padding-right: 2rem;
}
.woocommerce-shop .woocommerce-products__filters .bapf_sfilter .bapf_button.bapf_update.loading:after {
  top: 0.0625rem;
  right: 0.5625rem;
  width: 0.9375rem;
}
.woocommerce-shop .woocommerce-products__filters .woocommerce-products__filters-selected {
  display: none !important;
}
@media only screen and (max-width: 63.9375em) {
  .woocommerce-shop .woocommerce-products__filters .woocommerce-products__filters-selected .berocket_single_filter_widget .berocket_aapf_widget_selected_area ul li a:not(.braapf_unselect_all) {
    margin: 0 0.5rem 0.5rem 0;
  }
  .woocommerce-shop .woocommerce-products__filters .woocommerce-products__filters-selected .bapf_sfilter {
    border: none;
    margin-top: 1rem;
    background-color: #666666;
    border-radius: 0.25rem;
    padding: 1rem;
  }
}
@media only screen and (max-width: 63.9375em) and (max-width: 39.9375em) {
  .woocommerce-shop .woocommerce-products__filters .woocommerce-products__filters-selected .bapf_sfilter {
    margin-top: 0;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: auto;
    border-radius: 0;
    border-bottom: 0.0625rem solid #232b2b;
    border-top: 0.0625rem solid #232b2b;
  }
}
.woocommerce-shop .woocommerce-products__filters .woocommerce-products__filters-content .c-button--inline {
  font-size: 0.9375rem;
  letter-spacing: 0.0625rem;
  color: #232b2b;
  cursor: pointer;
  transform: translateY(1px);
}
.category-modal--is-active .woocommerce-shop .woocommerce-products__filters .woocommerce-products__filters-content {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 0.25rem;
  width: calc(100% - 90px);
  max-width: 48rem;
  position: relative;
}
@media only screen and (min-width: 40em) {
  .category-modal--is-active .woocommerce-shop .woocommerce-products__filters .woocommerce-products__filters-content .bapf_body {
    display: block !important;
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media only screen and (min-width: 64em) {
  .category-modal--is-active .woocommerce-shop .woocommerce-products__filters .woocommerce-products__filters-content .bapf_body {
    -moz-column-count: 3;
         column-count: 3;
  }
}
.category-modal--is-active .woocommerce-shop .woocommerce-products__filters .woocommerce-products__filters-content .bapf_body ul {
  margin-left: -1rem !important;
  margin-bottom: -0.625rem !important;
  padding-top: 2rem;
}
.category-modal--is-active .woocommerce-shop .woocommerce-products__filters .woocommerce-products__filters-content .bapf_body ul li {
  margin-bottom: 0.625rem !important;
}
.woocommerce-shop .woocommerce-products__filters .woocommerce-products__filters-content .woocommerce-products__filters-close {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transform: rotate(45deg);
  position: absolute;
  right: 1.25rem;
  display: none;
}
.woocommerce-shop .woocommerce-products__filters .woocommerce-products__filters-content .woocommerce-products__filters-close:before, .woocommerce-shop .woocommerce-products__filters .woocommerce-products__filters-content .woocommerce-products__filters-close:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.125rem;
  border-radius: 0.125rem;
  background-color: #666666;
  left: 0;
  top: 50%;
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.woocommerce-shop .woocommerce-products__filters .woocommerce-products__filters-content .woocommerce-products__filters-close:after {
  transform: rotate(-90deg);
}
.woocommerce-shop .woocommerce-products__filters .woocommerce-products__filters-content .woocommerce-products__filters-close:hover:before, .woocommerce-shop .woocommerce-products__filters .woocommerce-products__filters-content .woocommerce-products__filters-close:hover:after {
  background-color: #232b2b;
}
.category-modal--is-active .woocommerce-shop .woocommerce-products__filters .woocommerce-products__filters-content .woocommerce-products__filters-close {
  display: block;
}
.woocommerce-shop .woocommerce-products__filters .bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area .berocket_aapf_widget_selected_filter {
  gap: 0;
}
.woocommerce-shop .woocommerce-products__filters .bapf-sfa-grey-rounded .bapf-clean-rounded ul,
.woocommerce-shop .woocommerce-products__filters .bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area ul,
.woocommerce-shop .woocommerce-products__filters .berocket_single_filter_widget .bapf-clean-rounded ul,
.woocommerce-shop .woocommerce-products__filters .berocket_single_filter_widget .berocket_aapf_widget_selected_area ul {
  gap: 0;
  row-gap: 0.5rem;
  margin-bottom: 0 !important;
  justify-content: start;
  align-items: center;
}
.woocommerce-shop .woocommerce-products__filters .bapf-sfa-grey-rounded .bapf-clean-rounded ul li,
.woocommerce-shop .woocommerce-products__filters .bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area ul li,
.woocommerce-shop .woocommerce-products__filters .berocket_single_filter_widget .bapf-clean-rounded ul li,
.woocommerce-shop .woocommerce-products__filters .berocket_single_filter_widget .berocket_aapf_widget_selected_area ul li {
  margin-bottom: 0.5rem;
}
.woocommerce-shop .woocommerce-products__filters .bapf-sfa-grey-rounded .bapf-clean-rounded ul li a,
.woocommerce-shop .woocommerce-products__filters .bapf-sfa-grey-rounded .bapf-clean-rounded ul li label,
.woocommerce-shop .woocommerce-products__filters .bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area ul li a,
.woocommerce-shop .woocommerce-products__filters .bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area ul li label,
.woocommerce-shop .woocommerce-products__filters .berocket_single_filter_widget .bapf-clean-rounded ul li a,
.woocommerce-shop .woocommerce-products__filters .berocket_single_filter_widget .bapf-clean-rounded ul li label,
.woocommerce-shop .woocommerce-products__filters .berocket_single_filter_widget .berocket_aapf_widget_selected_area ul li a,
.woocommerce-shop .woocommerce-products__filters .berocket_single_filter_widget .berocket_aapf_widget_selected_area ul li label {
  margin-left: 0;
  margin-right: 0.5rem;
  border-radius: 2.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.25rem;
  border-color: transparent;
  color: #232b2b;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (max-width: 39.9375em) {
  .woocommerce-shop .woocommerce-products__filters .bapf-sfa-grey-rounded .bapf-clean-rounded ul li:not(.checked) label,
  .woocommerce-shop .woocommerce-products__filters .bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area ul li:not(.checked) label,
  .woocommerce-shop .woocommerce-products__filters .berocket_single_filter_widget .bapf-clean-rounded ul li:not(.checked) label,
  .woocommerce-shop .woocommerce-products__filters .berocket_single_filter_widget .berocket_aapf_widget_selected_area ul li:not(.checked) label {
    padding-left: 0;
    padding-right: 0;
  }
}
.woocommerce-shop .woocommerce-products__filters .bapf-sfa-grey-rounded .bapf-clean-rounded ul li a,
.woocommerce-shop .woocommerce-products__filters .bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area ul li a,
.woocommerce-shop .woocommerce-products__filters .berocket_single_filter_widget .bapf-clean-rounded ul li a,
.woocommerce-shop .woocommerce-products__filters .berocket_single_filter_widget .berocket_aapf_widget_selected_area ul li a {
  margin-bottom: 0.5rem;
}
.woocommerce-shop .woocommerce-products__filters .bapf-sfa-grey-rounded .bapf-clean-rounded ul li a.braapf_unselect_all,
.woocommerce-shop .woocommerce-products__filters .bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area ul li a.braapf_unselect_all,
.woocommerce-shop .woocommerce-products__filters .berocket_single_filter_widget .bapf-clean-rounded ul li a.braapf_unselect_all,
.woocommerce-shop .woocommerce-products__filters .berocket_single_filter_widget .berocket_aapf_widget_selected_area ul li a.braapf_unselect_all {
  padding-top: 0;
}
.woocommerce-shop .woocommerce-products__filters .bapf-sfa-grey-rounded .bapf-clean-rounded ul li a.braapf_unselect:not(.braapf_unselect_all),
.woocommerce-shop .woocommerce-products__filters .bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area ul li a.braapf_unselect:not(.braapf_unselect_all),
.woocommerce-shop .woocommerce-products__filters .berocket_single_filter_widget .bapf-clean-rounded ul li a.braapf_unselect:not(.braapf_unselect_all),
.woocommerce-shop .woocommerce-products__filters .berocket_single_filter_widget .berocket_aapf_widget_selected_area ul li a.braapf_unselect:not(.braapf_unselect_all) {
  padding-right: 1.875rem;
  margin: 0 0.5rem 0.5rem 0;
}
.woocommerce-shop .woocommerce-products__filters .bapf-sfa-grey-rounded .bapf-clean-rounded ul li a.braapf_unselect:before,
.woocommerce-shop .woocommerce-products__filters .bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area ul li a.braapf_unselect:before,
.woocommerce-shop .woocommerce-products__filters .berocket_single_filter_widget .bapf-clean-rounded ul li a.braapf_unselect:before,
.woocommerce-shop .woocommerce-products__filters .berocket_single_filter_widget .berocket_aapf_widget_selected_area ul li a.braapf_unselect:before {
  color: #666666;
  right: 0.9375rem;
  top: 0.375rem;
  font-size: 1.5rem;
}
.woocommerce-shop .woocommerce-products__filters .bapf-sfa-grey-rounded .bapf-clean-rounded ul li a:not(.braapf_unselect_all), .woocommerce-shop .woocommerce-products__filters .bapf-sfa-grey-rounded .bapf-clean-rounded ul li.checked label,
.woocommerce-shop .woocommerce-products__filters .bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area ul li a:not(.braapf_unselect_all),
.woocommerce-shop .woocommerce-products__filters .bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area ul li.checked label,
.woocommerce-shop .woocommerce-products__filters .berocket_single_filter_widget .bapf-clean-rounded ul li a:not(.braapf_unselect_all),
.woocommerce-shop .woocommerce-products__filters .berocket_single_filter_widget .bapf-clean-rounded ul li.checked label,
.woocommerce-shop .woocommerce-products__filters .berocket_single_filter_widget .berocket_aapf_widget_selected_area ul li a:not(.braapf_unselect_all),
.woocommerce-shop .woocommerce-products__filters .berocket_single_filter_widget .berocket_aapf_widget_selected_area ul li.checked label {
  border-color: #232b2b;
  margin: 0 0.5rem 0 0;
}
.woocommerce-shop .woocommerce-products__filters .bapf-sfa-grey-rounded .bapf-clean-rounded ul li a:not(.braapf_unselect_all):before, .woocommerce-shop .woocommerce-products__filters .bapf-sfa-grey-rounded .bapf-clean-rounded ul li.checked label:before,
.woocommerce-shop .woocommerce-products__filters .bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area ul li a:not(.braapf_unselect_all):before,
.woocommerce-shop .woocommerce-products__filters .bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area ul li.checked label:before,
.woocommerce-shop .woocommerce-products__filters .berocket_single_filter_widget .bapf-clean-rounded ul li a:not(.braapf_unselect_all):before,
.woocommerce-shop .woocommerce-products__filters .berocket_single_filter_widget .bapf-clean-rounded ul li.checked label:before,
.woocommerce-shop .woocommerce-products__filters .berocket_single_filter_widget .berocket_aapf_widget_selected_area ul li a:not(.braapf_unselect_all):before,
.woocommerce-shop .woocommerce-products__filters .berocket_single_filter_widget .berocket_aapf_widget_selected_area ul li.checked label:before {
  border-color: #232b2b;
}
.woocommerce-shop .woocommerce-products__filters .bapf-sfa-grey-rounded .bapf-clean-rounded ul li .braapf_unselect_all,
.woocommerce-shop .woocommerce-products__filters .bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area ul li .braapf_unselect_all,
.woocommerce-shop .woocommerce-products__filters .berocket_single_filter_widget .bapf-clean-rounded ul li .braapf_unselect_all,
.woocommerce-shop .woocommerce-products__filters .berocket_single_filter_widget .berocket_aapf_widget_selected_area ul li .braapf_unselect_all {
  padding-left: 0;
  padding-top: 0.75rem;
  text-decoration: underline;
}
.woocommerce-shop .woocommerce-products__filters .bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area li a {
  padding: 0.1875rem 0.9375rem;
}
.woocommerce-shop .woocommerce-products__filters .berocket_ajax_group_filter_title {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.woocommerce-shop .woocommerce-products__filters .bapf_head {
  cursor: pointer;
  margin-right: 1rem;
}
.woocommerce-shop .woocommerce-products__filters .bapf_head h3 {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #666666;
  margin-bottom: 0;
  line-height: 1;
  transform: translateY(1px);
}
.woocommerce-shop .woocommerce-products__filters .bapf_body li.uncategorized, .woocommerce-shop .woocommerce-products__filters .bapf_body li.uncategorised {
  display: none !important;
}
.woocommerce-shop .woocommerce-products__filters .bapf_sfilter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.woocommerce-shop .woocommerce-products__sort-page-view {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  width: 100%;
}
.woocommerce-shop .woocommerce-products__sort-by, .woocommerce-shop .woocommerce-products__view, .woocommerce-shop .woocommerce-products__per-page {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.woocommerce-shop .woocommerce-products__sort-by label, .woocommerce-shop .woocommerce-products__view label, .woocommerce-shop .woocommerce-products__per-page label {
  margin-right: 0.75rem;
  color: #232b2b;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.1875rem;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.woocommerce-shop .woocommerce-products__sort-by form, .woocommerce-shop .woocommerce-products__view form, .woocommerce-shop .woocommerce-products__per-page form {
  display: flex;
  align-items: center;
}
.woocommerce-shop .woocommerce-products__sort-by form select, .woocommerce-shop .woocommerce-products__view form select, .woocommerce-shop .woocommerce-products__per-page form select {
  margin-bottom: 0;
}
.woocommerce-shop .woocommerce-products__per-page form {
  margin-right: 0;
}
.woocommerce-shop .woocommerce-products__per-page form label {
  min-width: 4.375rem;
}
.woocommerce-shop .woocommerce-products__per-page form select {
  box-shadow: none;
  border: 0.0625rem solid #232b2b;
  color: #232b2b;
  background-image: url("../svg/polygon-up.svg");
  background-size: 0.75rem auto;
}
.woocommerce-shop .woocommerce-products__view svg {
  cursor: pointer;
}
.woocommerce-shop .woocommerce-products__view svg path {
  stroke: #232b2b;
}
.woocommerce-shop .woocommerce-products__view .single-column {
  margin-right: 0.5rem;
}
.woocommerce-shop .woocommerce-products__sort-by {
  position: relative;
}
.woocommerce-shop .woocommerce-products__sort-by:after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  position: absolute;
  height: 1.3125rem;
  width: 1.875rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../svg/down.svg");
  left: 6.25rem;
}
.woocommerce-shop .woocommerce-products__sort-by svg {
  position: absolute;
  width: 1.5rem;
  transform: rotate(90deg);
  pointer-events: none;
}
.woocommerce-shop .woocommerce-products__sort-by svg:nth-of-type(1) {
  left: 6.25rem;
}
.woocommerce-shop .woocommerce-products__sort-by svg:nth-of-type(2) {
  left: 7.5rem;
}
.woocommerce-shop .woocommerce-products__sort-by .woocommerce-ordering,
.woocommerce-shop .woocommerce-products__sort-by .woocommerce-ordering select {
  margin-bottom: 0;
}
.woocommerce-shop .woocommerce-products__sort-by .woocommerce-ordering select {
  width: 5rem;
  opacity: 0;
  cursor: pointer;
}
.woocommerce-shop .woocommerce.columns-2 .woocommerce-products__view .single-column {
  margin-right: 0.5rem;
}
.woocommerce-shop .woocommerce.columns-2 .woocommerce-products__view .single-column svg {
  fill: #232b2b;
}
.woocommerce-shop .woocommerce.columns-2 .woocommerce-products__view .single-column svg path {
  stroke: #232b2b;
}
.woocommerce-shop .woocommerce.columns-3 .woocommerce-products__view .multi-column svg {
  fill: #232b2b;
}
.woocommerce-shop .woocommerce.columns-3 .woocommerce-products__view .multi-column svg path {
  stroke: #232b2b;
}

/**
** Additonal row component files
*/
/**
* ROW--FULL-HEIGHT-ROW
**/
.c-row--full-height-row {
  min-height: 70vh;
}
@media only screen and (min-width: 64em) {
  .c-row--full-height-row {
    min-height: 100vh;
  }
}
@media only screen and (max-width: 63.9375em) {
  .c-row--full-height-row {
    justify-content: center !important;
  }
}
.c-row--full-height-row .c-cta__headings:not(:last-child) {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 40em) {
  .c-row--full-height-row .c-cta__headings:not(:last-child) {
    margin-bottom: 3.75rem;
  }
}

/**
* ROW--HEADER-PADDING
**/
.c-row--header-padding {
  padding-top: calc(5.625rem + 2px);
  margin-top: -5.625rem;
}
@media only screen and (min-width: 64em) {
  .c-row--header-padding {
    padding-top: calc(8.75rem + 2px);
    margin-top: -8.75rem;
  }
}

/**
* ROW--NO-PADDING-HORIZONTAL
**/
.c-row--no-padding-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/**
* ROW--POSITION-FIXED
**/
.c-row--position-sticky {
  min-height: 70vh;
}
@media only screen and (min-width: 64em) {
  .c-row--position-sticky {
    min-height: 100vh;
  }
}

/**
* ROW--POSTS-WITH-SIDEBAR
**/
@media only screen and (min-width: 64em) {
  .c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(1) {
    width: 20rem !important;
  }
}
.c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(1) .widget {
  background-color: #000001;
  padding: 0.875rem 0.625rem;
}
.c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(1) ul {
  padding: 0;
  margin: 0;
}
.c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(1) ul li {
  list-style-type: none;
  margin-bottom: 0.375rem;
}
.c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(1) ul li:not(:last-of-type) {
  padding-bottom: 0.375rem;
  border-bottom: 0.0625rem solid #fafafa;
}
.c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(1) ul li a {
  font-size: 1rem;
  line-height: 1.5625rem;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: #666666;
}
.c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(1) .widget-title,
.c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(1) .c-posts__title {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 0.4375rem;
}
@media only screen and (min-width: 64em) {
  .c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(1) .widget-title,
  .c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(1) .c-posts__title {
    font-size: 1.125rem;
  }
}
.c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(1) .c-posts__item {
  margin-bottom: 0.75rem;
}
.c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(1) .c-posts__item:not(:last-of-type) .c-posts__item-inner {
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #fafafa;
}
.c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(1) .c-posts__item-inner {
  flex-direction: row;
  margin: 0;
}
.c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(1) .c-posts__background {
  padding-bottom: 28%;
  width: 38%;
  position: relative;
}
.c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(1) .c-posts__content {
  width: 62%;
  background-color: transparent;
  padding-top: 0;
  margin-left: 0;
}
.c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(1) .c-posts__heading {
  font-size: 1rem;
  line-height: 1.5625rem;
  font-family: Baskervville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
@media only screen and (min-width: 64em) {
  .c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(2) {
    width: calc(100% - 21.25rem) !important;
    margin-left: 1.25rem;
  }
}
.c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(2) .c-posts__item {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64em) {
  .c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(2) .c-posts__item {
    margin-bottom: 2.0625rem;
  }
}
.c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(2) .c-posts__content {
  flex-direction: column;
  padding: 0.625rem 0;
}
.c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(2) .c-posts__categories {
  order: 1;
}
.c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(2) .c-posts__headings {
  order: 2;
  min-height: 4.5rem;
  margin-bottom: 0.3125rem;
}
.c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(2) .c-posts__meta {
  order: 3;
}

/**
* ROW--SCROLL-TO
**/
.c-row--scroll-to {
  padding-top: 8.75rem;
  margin-top: -8.75rem;
}

/**
* ROW--STRETCH-LEFT
**/
@media only screen and (min-width: 64em) {
  .c-row--stretch-left .panel-grid-cell:last-child {
    padding-right: 3rem;
  }
}
@media only screen and (min-width: 93.75em) {
  .c-row--stretch-left .panel-grid-cell:last-child {
    padding-right: calc(1 * (100vw - 90rem) / 2);
  }
}
@media only screen and (min-width: 64em) {
  .c-row--stretch-left .panel-grid-cell:last-child .c-cta {
    max-width: 34.1875rem;
    padding-left: 3rem;
    margin: auto;
  }
}
@media only screen and (max-width: 63.9375em) {
  .c-row--stretch-left .panel-grid-cell:last-child .c-cta__content {
    padding: 2.75rem 1.875rem 1.875rem;
  }
}

/**
* ROW--STRETCH-RIGHT
**/
@media only screen and (min-width: 64em) {
  .c-row--stretch-right .panel-grid-cell:nth-of-type(1) {
    padding-left: 3rem !important;
  }
}
@media only screen and (min-width: 93.75em) {
  .c-row--stretch-right .panel-grid-cell:nth-of-type(1) {
    padding-left: calc(1 * (100vw - 90rem) / 2) !important;
  }
}
@media only screen and (min-width: 64em) {
  .c-row--stretch-right .panel-grid-cell:nth-of-type(1) .c-cta {
    padding-right: 3rem;
    max-width: 34.1875rem;
    margin: auto;
  }
}
@media only screen and (max-width: 63.9375em) {
  .c-row--stretch-right .panel-grid-cell:nth-of-type(1) .c-cta__content {
    padding: 2.75rem 1.875rem 1.875rem;
  }
}

/**
* ROW--STYLE-DARK-GRAY
**/
.c-row--style-dark-gray {
  background-color: #232b2b;
  color: #ffffff;
  padding: 1.5rem 0;
}
@media only screen and (min-width: 40em) {
  .c-row--style-dark-gray {
    padding: 2.5rem 0;
  }
}
@media only screen and (min-width: 64em) {
  .c-row--style-dark-gray {
    padding: 4rem 0;
  }
}

/**
* ROW--STYLE-MUTED
**/
.c-row--style-muted {
  background-color: #fafafa;
  padding: 1.5rem 0;
}
@media only screen and (min-width: 40em) {
  .c-row--style-muted {
    padding: 2.5rem 0;
  }
}
@media only screen and (min-width: 64em) {
  .c-row--style-muted {
    padding: 4rem 0;
  }
}

/**
* ROW--STYLE-PRIMARY
**/
.c-row--style-primary {
  background-color: #232b2b;
  color: #ffffff;
  padding: 1.5rem 0;
}
@media only screen and (min-width: 40em) {
  .c-row--style-primary {
    padding: 2.5rem 0;
  }
}
@media only screen and (min-width: 64em) {
  .c-row--style-primary {
    padding: 4rem 0;
  }
}
.c-row--style-primary .c-cta__preheading, .c-row--style-primary .c-cta__subheading, .c-row--style-primary .c-cta__heading {
  color: #ffffff;
}
.c-row--style-primary .c-button.no-variation {
  color: #232b2b;
  background-color: #ffffff;
  border-color: #ffffff;
}
.c-row--style-primary .c-button.no-variation:hover {
  border-color: #d9d9d9;
  background-color: #d9d9d9;
  color: #232b2b;
}
.c-row--style-primary .c-button--hollow {
  border-color: #ffffff;
  color: #ffffff;
}
.c-row--style-primary .c-button--hollow:hover {
  background-color: #ffffff;
  color: #232b2b;
}

/**
* ROW--STYLE-SECONDARY
**/
.c-row--style-secondary {
  background-color: #666666;
  color: #ffffff;
  padding: 1.5rem 0;
}
@media only screen and (min-width: 40em) {
  .c-row--style-secondary {
    padding: 2.5rem 0;
  }
}
@media only screen and (min-width: 64em) {
  .c-row--style-secondary {
    padding: 4rem 0;
  }
}

/**
* ROW--STYLE-TERTIARY
**/
.c-row--style-tertiary {
  background-color: #000001;
  padding: 1.5rem 0;
}
@media only screen and (min-width: 40em) {
  .c-row--style-tertiary {
    padding: 2.5rem 0;
  }
}
@media only screen and (min-width: 64em) {
  .c-row--style-tertiary {
    padding: 4rem 0;
  }
}

/**
* ROW--STYLE-WHITE
**/
.c-row--style-white {
  background-color: #ffffff;
  padding: 1.5rem 0;
}
@media only screen and (min-width: 40em) {
  .c-row--style-white {
    padding: 2.5rem 0;
  }
}
@media only screen and (min-width: 64em) {
  .c-row--style-white {
    padding: 4rem 0;
  }
}

/**
* ROW--STYLE-WHITE-WITH-BORDER
**/
.c-row--style-white-with-border {
  background-color: #ffffff;
  padding: 1.5rem 0;
}
@media only screen and (min-width: 40em) {
  .c-row--style-white-with-border {
    padding: 2.5rem 0;
  }
}
@media only screen and (min-width: 64em) {
  .c-row--style-white-with-border {
    padding: 4rem 0;
  }
}
.c-row--style-white-with-border .c-form {
  padding: 2.5rem 0;
}
.c-row--style-white-with-border.c-row--full-height-row {
  padding: 1.5rem 1.5rem 0;
}
@media only screen and (min-width: 64em) {
  .c-row--style-white-with-border.c-row--full-height-row {
    padding: 0;
    padding-left: 3.75rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-row--style-white-with-border.c-row--full-height-row .panel-grid-cell:nth-of-type(1) {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-row--style-white-with-border.c-row--full-height-row .panel-grid-cell:nth-of-type(1) .widget {
    width: 100%;
  }
}
.c-row--style-white-with-border.c-row--full-height-row .panel-grid-cell:nth-of-type(2) > *,
.c-row--style-white-with-border.c-row--full-height-row .panel-grid-cell:nth-of-type(2) > * > *,
.c-row--style-white-with-border.c-row--full-height-row .panel-grid-cell:nth-of-type(2) > * > * > * {
  height: 100%;
}
.c-row--style-white-with-border.c-row--full-height-row .panel-grid-cell:nth-of-type(2) .c-image .crop {
  height: 100%;
}
/*# sourceMappingURL=style.css.map */
