/** Shopify CDN: Minification failed

Line 3844:66 Unexpected "{"
Line 3856:2 Unexpected "{"
Line 3856:3 Expected identifier but found "%"
Line 3864:2 Unexpected "{"
Line 3864:3 Expected identifier but found "%"
Line 4402:66 Unexpected "{"
Line 4414:2 Unexpected "{"
Line 4414:3 Expected identifier but found "%"
Line 4422:2 Unexpected "{"
Line 4422:3 Expected identifier but found "%"

**/


/* CSS from section stylesheet tags */
.blocks-5050__block > * {
  width: 100%;
}
.blocks-5050__block .content {
  width: 100%;
  padding: 52px 6rem;
}
.blocks-5050__block .content h2 {
  font-family: 'Tobias', serif;
  font-size: 52px;
  font-weight: 350;
  line-height: 52px;
  letter-spacing: -0.03em;
  margin: 0 0 25px;
  text-transform: none;
}
.blocks-5050__block .content h3 {
  font-family: 'Switzer', sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 13px;
  margin: 0;
  text-transform: none;
}
.blocks-5050__block .content h3 + p {
  margin: 4px 0 0 0 !important;
}
.blocks-5050__block .content ol {
  /* list-style: none; */
  list-style-type: decimal-leading-zero;
  margin: 0;
  padding: 0;
  /* counter-reset: custom-counter; */
}
.blocks-5050__block .content ol {
    margin-left: -1.5rem;

    li {
        padding-left: 1.5rem;
    }
}
/* .blocks-5050__block .content ol li {
  display: inline-flex;
  counter-increment: custom-counter;
}
.blocks-5050__block .content ol li::before {
  display: flex;
  height: 100%;
  content: "0" counter(custom-counter);
  font-family: Switzer;
  font-size: 10px;
  font-weight: 600;
  line-height: 13px;
  margin-right: 24px;
} */
.blocks-5050__block .content ol > :not([hidden]) ~ :not([hidden]) {
  margin-top: 25px;
}
.blocks-5050__block .content > * {
  font-family: 'Switzer', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.blocks-5050__block .content.content--small > *:not(h2) {
  font-size: 10px;
}

.blocks-5050__block .content p {
  margin: 0;
}
.blocks-5050__block .content > * > :not([hidden]) ~ :not([hidden]) {
  margin-top: 20px;
}
.blocks-5050__block--white {
}
.content__button {
  margin-top: 25px;
  display: inline-flex;
  font-family: 'Switzer', sans-serif;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 16px !important;
  padding: 10px 20px;
  text-decoration: none;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.blocks-5050__block--black,
.blocks-5050__block--black h2 {
  color: #000;
}
.blocks-5050__block--black .content__button {
  border: 1px solid #000;
  background-color: #000;
  color: #FFF;
}
.blocks-5050__block--black .content__button:hover {
  border-color: #998354;
  background-color: #998354;
  color: #FFF;
}
.blocks-5050__block--white .content__button {
  background-color: #FFF;
  color: #000;
}
.blocks-5050__block--white .content__button:hover {
  background-color: #000;
  color: #FFF;
}
.blocks-5050__block--white,
.blocks-5050__block--white h2 {
  color: #FFF;
}
.blocks-5050__block .image {
  aspect-ratio: 414 / 414;
}

.blocks-5050__block {
    display: flex;
    flex-direction: column;

    @media screen and (min-width: 990px) {
        flex-direction: row;
    }
}

.blocks-5050 .blocks-5050__block:nth-child(odd) > div:last-child {
    @media screen and (min-width: 990px) {
        padding: 0 6rem;
    }
}
.blocks-5050 .blocks-5050__block:nth-child(even) > div:last-child {
    @media screen and (min-width: 990px) {
        padding: 0 6rem;
    }
}

@media screen and (min-width: 990px) {
  .blocks-5050__block > * {
    width: 50%;
  }
  .blocks-5050 .blocks-5050__block:nth-child(even) > div:first-child {
    order: 999;
  }

  .blocks-5050__block .content.content--small > *:not(h2) {
    font-size: 12px;
  }

  .blocks-5050__block .content {
    max-width: 444px;
    padding: 90px 0;
  }
  .blocks-5050__block .content h2 {
    font-size: 64px;
    line-height: 64px;
    margin: 0 0 25px;
  }
  .blocks-5050__block .image {
    aspect-ratio: 720 / 720;
  }
}
.accordion-container {
  padding: 10px 20px 30px;
}
.accordion {
  width: 100%;
  max-width: 1180px;
}
.accordion__heading h2 {
  font-family: 'Tobias', serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: -0.03em;
  color: #000;
  margin: 0;
  text-transform: none;
}
.accordion__content {
  margin-top: 52px;
}
.accordion__content > :not([hidden]) ~ :not([hidden]) {
  margin-top: 10px;
}
.details {
  background: #EFEFEF;
}
.details__summary p {
  font-family: 'Switzer', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #000;
  margin: 0;
}
.details > .details__summary {
  list-style-type: none;
  padding: 24px 24px 18px;
}
.details > .details__summary::marker {
  display: none;
}
.details > .details__summary svg {
  transition: transform 300ms ease;
}
.details[open] > .details__summary svg {
  transform: rotate(-180deg);
}
::-webkit-details-marker {
  display: none;
}
.details__content {
  padding: 0 24px 24px;
  font-family: 'Switzer', sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}
.details__content p {
  font-family: 'Switzer', sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}
.details__content > :not([hidden]) ~ :not([hidden]) {
  margin-top: 10px;
}
.accordion__button {
  margin-top: 10px;
}
.accordion__button a {
  width: 100%;
  max-width: 374px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #FFF;
  height: 36px;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  font-family: 'Switzer', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  text-decoration: none;
}
.accordion__button a:hover {
  background-color: #8E6F35;
}
@media screen and (min-width: 990px) {
  .accordion-container {
    padding: 46px 40px;
  }
  .accordion__heading h2 {
    font-size: 64px;
  }
  .accordion__content {
    margin-top: 40px;
  }
  .accordion__button {
    margin-top: 48px;
  }
}
/* 
Homepage Best Sellers
 */
.best-sellers {
  padding: 80px 0 127px;
}
.best-sellers__heading {
  padding: 0 20px;
  margin-bottom: 30px;
}
.best-sellers__heading h2 {
  font-family: 'Tobias', serif;
  font-size: 42px;
  font-weight: 350;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: none;
  margin: 0;
  color: #000;
}
.best-sellers__carousel {
  overflow: hidden;
  padding-left: 20px;
}
.best-sellers__button {
  margin-top: 30px;
  padding: 0 20px;
}
.best-sellers__button a {
  display: inline-flex;
  font-family: 'Switzer', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  padding: 10px 20px;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.best-sellers__button a:hover {
  color: #FFF;
  background-color: #000;
}

@media screen and (min-width: 990px) {
  .best-sellers {
    padding: 80px 0;
  }
  .best-sellers__heading {
    padding: 0 40px;
  }
  .best-sellers__heading h2 {
    font-size: 64px;
  }
  .best-sellers__carousel {
    padding-left: 40px;
  }
  .best-sellers__button {
    display: none;
  }
}

.best-sellers__carousel .carousel__card {
  width: 330px;
  margin-right: 11px;
}
.best-sellers__carousel .carousel__card .images {
  position: relative;
  display: flex;
  aspect-ratio: 330 / 385;
  margin-bottom: 27px;
}
.best-sellers__carousel .carousel__card .images .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.best-sellers__carousel .carousel__card .img--secondary {
  opacity: 0;
}
.best-sellers__carousel .carousel__card:hover .img--primary {
  opacity: 0;
}
.best-sellers__carousel .carousel__card:hover .img--secondary {
  opacity: 1;
}
.best-sellers__carousel .carousel__card .title {
  font-family: 'Tobias', serif;
  font-size: 18px;
  font-weight: 350;
  line-height: 24px;
  letter-spacing: -0.03em;
  margin: 0;
  text-decoration: none;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 47px;
  text-overflow: ellipsis;
}
.best-sellers__carousel .carousel__card .title::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.best-sellers__carousel .carousel__card p {
  margin: 0;
}
.best-sellers__carousel .carousel__card .price {
  margin-top: 12px;
  font-family: 'Switzer', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.best-sellers__carousel .carousel__card .wishlist {
  display: none;
}
@media screen and (min-width: 990px) {
  .best-sellers__carousel .carousel__card .images {
    aspect-ratio: 330 / 424;
  }
  .best-sellers__carousel .carousel__card .wishlist {
    display: block;
    position: absolute;
    z-index: 5;
    padding: 12px;
    top: 1px;
    right: 0;
  }
  .best-sellers__carousel .carousel__card .wishlist svg {
    display: flex;
  }
}
/* 
Homepage Collaboration
*/
.collaboration {
}
.collaboration__inner {
  width: 100%;
  max-width: 1440px;
}
.collaboration__inner__content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.collab-header {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 42px;
}
.collab-header h2 {
  font-family: 'Tobias', serif;
  font-size: 42px;
  font-weight: 350;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: none;
  margin: 0;
  color: #FFF;
}
.collab-button {
  z-index: 15;
  padding-bottom: 40px;
}
.collab-button a {
  display: inline-flex;
  font-family: 'Switzer', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  padding: 10px 20px;
  color: #FFF;
  border: 1px solid #FFF;
  text-decoration: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.collab-button a:hover {
  background-color: rgba(255 ,255, 255, .3);
}
.collaboration__inner__background {
  width: 100%;
}
.collab-main .buttons {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
}
.collab-main .buttons button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  /* font-family: Inter; */
  font-size: 24px;
  font-weight: 200;
  line-height: 1;
  text-align: center;
  color: #000;
  border: 0;
}
.collab-main .buttons button:hover,
.collab-main .buttons button.active {
  background-color: rgba(255, 255, 255, 1);
}
/* .collab-main .buttons button span {
  height: 24px;
} */
.carousel-wrapper {
  overflow: hidden;
}
.collab-carousel .collab-carousel__card {
  width: 355px;
}
.collab-carousel .collab-carousel__card .title {
  font-family: 'Tobias', serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #FFF;
  text-decoration: none;
  margin: 0;
}
.collab-carousel .collab-carousel__card .title::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.collab-carousel .collab-carousel__card .price {
  margin: 6px 0 0;
  font-family: 'Switzer', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #FFF;
}
.collab-carousel .collab-carousel__card .image {
  width: 80px;
  aspect-ratio: 80 / 80;
}
@media screen and (min-width: 990px) {
  .collab-header h2 {
    font-size: 64px;
  }
}
@media screen and (max-width: 1199px) {
  .collaboration__inner {
    flex-direction: column;
  }
  .collaboration__inner__content {
    background-color: #000;
  }
  .collab-header {
    column-gap: 14px;
  }
  .collaboration__inner__background .image {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }
  .collaboration__inner__background .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .collab-main .carousel-wrapper {
    padding-left: 20px;
    margin-top: 56px;
  }
  .collab-carousel .collab-carousel__card {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    padding: 10px;
    margin-right: 10px;
  }
  .collab-carousel .collab-carousel__card .title {
    /* overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;
    text-overflow: ellipsis; */
  }
  .collab-button {
    margin-top: 34px;
  }
}
@media screen and (min-width: 990px) {
  .collaboration {
  }
}
@media screen and (min-width: 1200px) {
  .collaboration__inner {
    overflow: hidden;
  }
  .collaboration__inner__background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 800px;
    overflow: hidden;
  }
  .collaboration__inner__background {
    width: 100%;
  }
  .collaboration__inner__background .image {
    overflow: hidden;
  }
  .collab-header {
    text-align: center;
  }
  .collab-main {
    display: flex;
    flex-direction: row;
  }
  .collab-main .buttons {
    display: block;
  }
  .collab-main .buttons-wrapper,
  .collab-main .carousel-wrapper {
    width: 50%;
  }
  .collab-main .carousel-wrapper {
    padding-left: 180px;
    padding-top: 50px;
  }
  .collab-carousel {
    width: 309px;
    overflow: hidden;
  }
  .collab-carousel .collab-carousel__card {
    width: 309px;
    text-align: center;
  }
  .collab-carousel .collab-carousel__card .image {
    width: 100%;
    aspect-ratio: 309 / 395;
    margin-bottom: 37px;
  }
}
/* 
Homepage Collection Carousel
 */
 .collection-carousel {
  padding: 30px 0;
}
.collection-carousel__heading {
  padding: 0 20px;
  margin-bottom: 50px;
  display: flex;
}
.collection-carousel__heading h2 {
  font-family: 'Tobias', serif;
  font-size: 42px;
  font-weight: 350;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: none;
  margin: 0;
}

.collection-carousel__button {
  margin-top: 50px;
  padding: 0 20px;
  display: flex;
}

.collection-carousel__button a {
  display: inline-flex;
  font-family: 'Switzer', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  padding: 10px 20px;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.collection-carousel__button a:hover {
  color: #FFF;
  background-color: #000;
}
.slider__card {
  min-width: 183px;
  max-width: 183px;
}
.slider__card.square img {
  aspect-ratio: 268 / 268;
}
.slider__card.portrait img {
  aspect-ratio: 268 / 357;
}
.slider__card img:-moz-loading {
  visibility: hidden;
}
@media screen and (min-width: 990px) {
  .collection-carousel {
    padding: 50px 0 106px;
  }
  .collection-carousel__heading {
    padding: 0 40px;
    justify-content: center;
  }
  .collection-carousel__heading h2 {
    font-size: 64px;
  }
  .collection-carousel__button {
    justify-content: center;
  }
  .slider__card {
    min-width: 268px;
    max-width: 268px;
  }
  .slider__card.square img {
    aspect-ratio: 268 / 268;
  }
  .slider__card.portrait img {
    aspect-ratio: 268 / 357;
  }
}
/* 
Homepage Collection Grid
 */
 .collection-grid-wrapper {
  padding: 20px;
  background-color: #FFF;
}
.collection-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.collection-grid .collection-card {
  position: relative;
  display: flex;
}
.collection-grid .collection-card--landscape,
.collection-grid .collection-card--portrait {
  aspect-ratio: 374 / 200;
}
.collection-grid .collection-card__overlay {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: end;
  color: #FFF;
  text-decoration: none;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.collection-card:hover .collection-card__overlay {
  background-color: rgba(0, 0, 0, 0.15);
}
.collection-grid .collection-card__overlay .content {
  margin: 0;
  padding: 0 0 20px 20px;
}
.collection-grid .collection-card__overlay .sub-title {
  margin: 0 0 12px;
  font-family: 'Switzer', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.collection-grid .collection-card:hover .collection-card__overlay .sub-title {
  opacity: 1;
}
.collection-grid .collection-card__overlay .title {
  margin: 0;
  font-family: 'Tobias', serif;
  font-size: 52px;
  font-weight: 350;
  line-height: 1;
  letter-spacing: -0.03em;
}
.collection-grid .collection-card img {
  transition: all 300ms ease-in-out;
}
.collection-grid .collection-card:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 989px) {
  .collection-card .collection-card__overlay {
    background-color: rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 990px) {
  .collection-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .col-span-2 {	
    grid-column: span 2 / span 2;
  }
  .col-span-3 {	
    grid-column: span 3 / span 3;
  }
  .collection-grid .collection-card__overlay .content {
    padding: 0 0 40px 40px;
  }
  .collection-grid .collection-card--landscape {
    aspect-ratio: 695 / 460;
   }
  .collection-grid .collection-card--portrait {
    aspect-ratio: 460 / 581;
  }
  .collection-grid .collection-card__overlay .sub-title {
    font-size: 18px;
    line-height: 21px;
  }
  .collection-grid .collection-card__overlay .title {
    font-size: 82px;
    font-weight: 400;
  }
  .collection-grid .collection-card__overlay .sub-title {
    opacity: 0;
  }
}
/* 
Homepage Community Picks
 */
 .community-picks {
  padding: 84px 0;
}
.community-picks__inner {
  width: 100%;
  max-width: 975px;
  z-index: 10;
}
.community-picks__background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
}
.community-picks__inner .heading {
  color: #FFF;
  padding: 0 20px;
}
.community-picks__inner .heading h2 {
  font-family: 'Tobias', serif;
  font-size: 42px;
  font-weight: 350;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #FFF;
  margin: 0 0 20px;
}
.community-picks__inner .heading p,
.community-picks__inner .heading a {
  font-family: 'Switzer', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  color: #FFF;
  margin: 0;
}
.picks {
  margin-top: 38px;
  overflow: hidden;
}
.picks__card {
  width: 305px;
  aspect-ratio: 305 / 491;
}

.picks__card .product {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  padding: 0 10px;
}
.picks__card .product .product__inner {
  width: 100%;
  padding: 6px 7px 6px 5px;
  background-color: rgba(0, 0, 0, 0.7);
}
.picks__card .product .thumbnail {
  width: 51px;
  height: 65px;
  margin-right: 15px;
}

.picks__card .product .truncated-title {
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 6px 12px 6px 0;
  font-family: 'Tobias', serif;
  font-size: 14px;
  font-weight: 350;
  line-height: 20px;
  color: #FFF;
}
.picks__card .product .price {
  font-family: 'Switzer', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  color: #FFF;
}
.picks__card .product .btn {
  font-family: 'Switzer', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  padding: 5px 10px;
  color: #FFF;
  border: 1px solid #FFF;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.picks__card a:hover .product .btn {
  background-color: #FFF;
  color: #000;
}
.community-picks__background {
  overflow: hidden;
}
.community-picks__background .layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(349.22deg, rgba(0, 0, 0, 0) -13.73%, rgba(0, 0, 0, 0.6) 85.31%),linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
@media screen and (max-width: 989px) {
  .picks__card {
    margin-right: 20px;
  }
}
@media screen and (min-width: 990px) {
  .community-picks {
    padding: 84px 40px;
  }
  .community-picks__inner .heading {
    padding: 0;
    text-align: center;
  }
  .community-picks__inner .heading h2 {
    font-size: 64px;
  }
  .community-picks__inner .heading p,
  .community-picks__inner .heading a {
    font-size: 22px;
  }
  .picks .carousel {
    display: grid;
    margin-top: 50px;
    gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .picks__card {
    width: 100%;
    aspect-ratio: 305 / 491;
  }
}

.picks .carousel:after {
  content: 'flickity';
  display: none;
}
@media screen and ( min-width: 990px ) {
  .picks .carousel:after {
    content: '';
  }
}
.customer-contact-container {
  padding: 53px 20px 41px;
}
.customer-contact-container .pattern {
  position: absolute;
}
.customer-contact-container .pattern svg {
  width: 100%;
  height: 100%;
}
.customer-contact-container .pattern--bottom-left {
  display: none;
  bottom: 0;
  left: 0;
  width: 412px;
  height: 373px;
}
.customer-contact-container .pattern--top-right {
  width: 226px;
  height: 192px;
  top: 0;
  right: 0;
}
.customer-contact-container .pattern--top-right svg:last-child {
  display: none;
}
.customer-contact {
  width: 100%;
  max-width: 812px;
  z-index: 5;
}
.customer-contact__heading {
  width: 100%;
}
.customer-contact__heading h2 {
  font-family: 'Tobias', serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 48px;
  letter-spacing: -0.03em;
  margin: 0;
  text-transform: none;
  color: #FFF;
}
.customer-contact__form {
  margin: 40px 0 0;
}
.customer-contact-form__fields {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  column-gap: 10px;
  row-gap: 10px;
}
.customer-contact-form__fields .input {
  width: 100%;
  border: 1px solid #FFF;
  background-color: transparent;
  font-family: 'Switzer', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #FFF;
  margin: 0;
  padding: 0 24px;
}
.customer-contact-form__fields .input--text {
  height: 50px;
}
.customer-contact-form__fields .input--textarea {
  height: 170px;
  padding: 14px 24px;
}
.customer-contact-form__fields .input::placeholder {
  color: #FFF;
}
.customer-contact-form__button {
  margin-top: 40px;
}
.customer-contact-form__button button {
  width: 100%;
  max-width: 374px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  color: #000;
  height: 36px;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  font-family: 'Switzer', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  text-decoration: none;
  cursor: pointer;
}
.customer-contact-form__button button:hover {
  background-color: #000;
  color: #FFF;
}
.customer-form-status {
  margin-bottom: 20px;
  font-family: 'Switzer', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #000;
}
.customer-form-errors {
  font-family: 'Switzer', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #000;
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}
.customer-form-error > :not([hidden]) ~ :not([hidden]) {
  margin-top: 6px;
}
@media screen and (min-width: 990px) {
  .customer-contact-container {
    padding: 73px 40px;
  }
  .customer-contact__heading {
    width: 100%;
    max-width: 50%; 
  }
  .customer-contact__heading h2 {
    font-size: 64px;
    line-height: 64px;
  }
  .customer-contact-form__fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .customer-contact-container .pattern--bottom-left {
    display: block;
  }
  .customer-contact-container .pattern--top-right {
    width: 309px;
    height: 506px;
  }
  .customer-contact-container .pattern--top-right svg:first-child {
    display: none;
  }
  .customer-contact-container .pattern--top-right svg:last-child {
    display: inline;
  }
}
.feature-grid {
  padding: 20px 20px 37px;
}
.feature-grid__heading {
  padding: 0 20px;
  margin-bottom: 30px;
}
.feature-grid__heading h2 {
  font-family: 'Tobias', serif;
  font-size: 42px;
  font-weight: 350;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: none;
  margin: 0;
}
.feature-grid__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  column-gap: 10px;
  row-gap: 10px;
}
.feature__card {
    aspect-ratio: 374 / 200;
  }
.feature__card .content {
  z-index: 5;
  padding: 20px;
  text-decoration: none;
}
.feature__card .content .background {
  position: absolute;
  display: block !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.89%, rgba(0, 0, 0, 0.5) 88.25%);
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.feature__card .content .sub-title {
  font-family: 'Switzer', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #FFF;
  margin: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  z-index: 3;
}
.feature__card .content .title {
  font-family: 'Tobias', serif;
  font-size: 52px;
  font-weight: 350;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #FFF;
  margin: 0;
  z-index: 3;
}
@media screen and (min-width: 640px) {
  .feature-grid__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 990px) {
  .feature-grid {
    padding: 46px 40px;
  }
  .feature-grid__heading h2 {
    font-size: 64px;
  }
  .feature-grid__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .feature__card {
    aspect-ratio: 460 / 681;
  }
  .feature__card .content {
    padding: 40px;
  }
  .feature__card .content .background {
    opacity: 0;
  }
  .feature__card .content .sub-title {
    font-size: 16px;
    line-height: 21px;
    opacity: 0;
  }
  .feature__card .content .title {
    font-size: 72px;
  }
  .feature__card .content:hover .background,
  .feature__card .content:hover .sub-title {
    opacity: 1;
  }
}
/* 
Homepage Feature
 */
.feature {
  padding: 80px 20px;
}
.feature__inner {
  width: 100%;
  max-width: 1104px;
  flex-direction: column;
}
.feature__inner .image {
  aspect-ratio: 374 / 499;
}
.feature__inner .link {
  font-family: 'Switzer', sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  text-decoration: none;
}
.feature__inner .link:hover {
  text-decoration: underline;
}
.feature__inner .copy p,
.feature__inner .copy h2 {
  margin: 0;
}
.feature__inner .copy > :not([hidden]) ~ :not([hidden]) {
  margin-top: 16px;
}
.feature__inner .copy .sub-title {
  font-family: 'Switzer', sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #000;
}
.feature__inner .copy .title {
  font-family: 'Tobias', serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: none;
  color: #000;
}
.feature__inner .copy p {
  font-family: 'Switzer', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #000;
}
@media screen and (max-width: 989px) {
  .feature__inner .image {
    margin: 40px 0;
  }
}
@media screen and (min-width: 990px) {
  .feature {
    padding: 67px 40px;
  }
  .feature__inner {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .feature__inner .image {
    aspect-ratio: 439 / 586;
    max-width: 439px;
  }
  .feature__inner .copy {
    position: absolute;
    z-index: 5;
  }
  .feature__inner .copy > :not([hidden]) ~ :not([hidden]) {
    margin-top: 20px;
  }
  .feature__inner .copy .title {
    font-size: 120px;
  }
  .feature__inner .copy .title span {
    /* position: absolute;
    z-index: 5; */
    white-space: nowrap;
  }
  .feature__inner .copy .sub-title {
    font-size: 28px;
  }
}
/* 
Homepage Featured Collection Carousel
 */
 .featured-collection {
  padding: 80px 0;
}
.featured-collection__heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.featured-collection__heading .sub-heading {
  font-family: 'Switzer', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
  color: #000;
}
.featured-collection__heading h2 {
  font-family: 'Tobias', serif;
  font-size: 42px;
  font-weight: 350;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: none;
  margin: 0;
  color: #000;
}
.featured-collection__heading a,
.featured-collection__button a {
  font-family: 'Switzer', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  padding: 10px 20px;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.featured-collection__heading a {
  display: none;
}
.featured-collection__button a {
  display: inline-flex;
}
.featured-collection__heading a:hover,
.featured-collection__button a:hover {
  color: #FFF;
  background-color: #000;
}
.featured-collection__carousel {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
.featured-collection__carousel .carousel__card {
  width: 230px;
}
.featured-collection__carousel .carousel__card .title {
  font-family: 'Tobias', serif;
  font-size: 18px;
  font-weight: 350;
  line-height: 24px;
  letter-spacing: -0.03em;
  margin: 0 0 22px;
  text-decoration: none;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 47px;
  text-overflow: ellipsis;
}
.featured-collection__carousel .carousel__card .title::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.featured-collection__carousel .carousel__card p {
  margin: 0;
}
.featured-collection__carousel .carousel__card .images {
  position: relative;
  display: flex;
  aspect-ratio: 230 / 324;
  margin-bottom: 27px;
}
.featured-collection__carousel .carousel__card .images .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.featured-collection__carousel .carousel__card .img--secondary {
  opacity: 0;
}
.featured-collection__carousel .carousel__card:hover .img--primary {
  opacity: 0;
}
.featured-collection__carousel .carousel__card:hover .img--secondary {
  opacity: 1;
}
.featured-collection__carousel .carousel__card .copy {
  padding-right: 60px;
}
.featured-collection__button {
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 990px) {
  .featured-collection {
    padding: 80px 0;
  }
  .featured-collection__heading {
    padding-left: 40px;
    padding-right: 40px;
  }
  .featured-collection__heading .sub-heading {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 0;
  }
  .featured-collection__heading a {
    display: inline-flex;
  }
  .featured-collection__carousel {
    padding-left: 0;
    padding-right: 0;
  }
  .featured-collection__button {
    display: none;
  }
  .featured-collection__carousel .carousel__card {
    width: 337px;
  }
  .featured-collection__carousel .carousel__card .images {
    aspect-ratio: 337 / 500;
  }
  .featured-collection__carousel .carousel__card .copy {
    opacity: 0;
    padding-right: 120px;
  }
  .featured-collection__carousel .carousel__card:hover .copy {
    opacity: 1;
  }
}
/* 
 Homepage Featured Journal
 */
 .featured-journal {
  padding: 80px 0;
}
.featured-journal__heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 20px;
  margin-bottom: 30px;
}
.featured-journal__heading h2 {
  font-family: 'Tobias', serif;
  font-size: 42px;
  font-weight: 350;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: none;
  margin: 0;
  color: #000;
}
.featured-journal__heading a {
  display: inline-flex;
  font-family: 'Switzer', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  padding: 10px 20px;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.featured-journal__heading a:hover {
  color: #FFF;
  background-color: #000;
}
.featured-journal__carousel {
  overflow: hidden;
  padding: 0 0 0 20px;
}
.featured-journal__carousel .carousel__card .img {
  display: flex;
  aspect-ratio: 300 / 300;
  margin-bottom: 27px;
}
.featured-journal__carousel .carousel__card .img,
.featured-journal__carousel .carousel__card .img img {
}
.featured-journal__carousel .carousel__card .copy > :not([hidden]) ~ :not([hidden]) {
  margin-top: 12px;
} 
.featured-journal__carousel .carousel__card .title {
  font-family: 'Tobias', serif;
  font-size: 16px;
  font-weight: 350;
  line-height: 19px;
  letter-spacing: -0.03em;
  margin: 0;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 40px;
  text-overflow: ellipsis;
  color: #000;
}
.featured-journal__carousel .carousel__card .snippet {
  font-family: 'Tobias', serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 56px;
  text-overflow: ellipsis;
  color: #000;
}
.featured-journal__carousel .carousel__card .read-more {
  font-family: 'Switzer', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #000;
  text-decoration: none;
}
.featured-journal__carousel .carousel__card  .read-more::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 989px) {
  .featured-journal__carousel .carousel__card {
    width: 300px;
    margin-right: 10px;
  }
  .featured-journal__carousel .carousel__card .copy {
    padding-right: 59px;
  }
}
@media screen and (min-width: 990px) {
  .featured-journal__heading {
    padding: 0 40px;
  }
  .featured-journal__heading h2 {
    font-size: 64px;
  }
  .featured-journal__carousel {
    padding: 0 40px;
  }
  .featured-journal__carousel .carousel__card .img {
    aspect-ratio: 330 / 355;
  }
  .featured-journal__carousel .carousel__card .title {
    max-width: 241px;
  }
}

.featured-journal__carousel .carousel:after {
  content: 'flickity';
  display: none;
}
@media screen and ( min-width: 990px ) {
  .featured-journal__carousel .carousel:after {
    content: '';
  }
  .featured-journal__carousel .carousel {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .featured-journal__carousel .carousel__card .title {
    font-size: 18px;
    line-height: 21px;
    height: 45px;
  }
  .featured-journal__carousel .carousel__card .snippet {
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 5;
    height: 100px;
  }
}
.featured-testimonials {
  padding: 0 0 40px;
}
.featured-testimonials__heading {
  padding: 0 20px;
  margin-bottom: 30px;
}
.featured-testimonials__heading h2 {
  font-family: 'Tobias', serif;
  font-size: 42px;
  font-weight: 350;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: none;
  margin: 0;
}
.featured-testimonials__carousel {
  overflow: hidden;
  padding-left: 20px;
}
@media screen and (min-width: 990px) {
  .featured-testimonials {
    padding: 40px 0;
  }
  .featured-testimonials__heading {
    padding: 0 40px;
  }
  .featured-testimonials__heading h2 {
    font-size: 64px;
  }
  .featured-testimonials__carousel {
    padding-left: 40px;
  }
}
.featured-testimonials__carousel .carousel__card {
  width: 330px;
  margin-right: 11px;
}
.featured-testimonials__carousel .carousel__card .image {
  position: relative;
  display: flex;
  aspect-ratio: 330 / 424;
  margin-bottom: 27px;
}
.featured-testimonials__carousel .carousel__card .name {
  font-family: 'Tobias', serif;
  font-size: 18px;
  font-weight: 350;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #000;
  margin: 0 0 12px;
}
.featured-testimonials__carousel .carousel__card .quote {
  font-family: 'Switzer', sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  color: #000;
  margin: 0;
}
@media screen and (min-width: 990px) {
  .featured-testimonials__carousel .carousel__card .name {

  }
  .featured-testimonials__carousel .carousel__card .quote {
  }
}
/* 
Footer
 */
 .footer {
  background-color: #000;
  color: #FFF;
}
.footer p {
  margin: 0;
}
.tel {
  color: #FFF !important;
}
.collection-menu {
  padding: 80px 0;
}
.collection-menu p {
  margin: 0;
  padding: 0;
}
.collection-menu .sub-title {
  font-family: 'Switzer', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.03em;
  text-align: center;
}
.collection-menu .title {
  font-family: 'Tobias', serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: center;
}

@media screen and (min-width: 990px) {
  .collection-menu .sub-title {
    font-size: 28px;
    line-height: 50px;
  }
  .collection-menu .title {
    font-size: 64px;
  }
}

.footer-navigation {
  padding-top: 40px;
  padding-bottom: 80px;
}
.footer-navigation__inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 990px) {
  .footer-navigation__inner {
    max-width: 1200px;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer-navigation .title {
  font-family: 'Tobias', serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 24px;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}
.footer-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-navigation li {
  margin: 0;
  padding: 0;
  line-height: 12px;
}
.footer-navigation ul > :not([hidden]) ~ :not([hidden]) {
  margin-top: 8px;
}
.footer-navigation li a {
  font-family: 'Helvetica Neue';
  text-decoration: none;
  color: #FFF;
  font-size: 10px;
  line-height: 12px;
}
.locations {
  font-family: 'Helvetica Neue';
  color: #FFF;
  font-size: 10px;
  line-height: 12px;
}
.location > :not([hidden]) ~ :not([hidden]) {
  margin-top: 4px;
}

.signup-form {
  margin-top: 10px;
  border-bottom: 1px solid #FFF;
}
.signup-form input:focus {
  outline: none !important;
}
.signup-form input,
.signup-form button {
  font-family: 'Switzer', sans-serif;
  color: #FFF;
  height: 30px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none !important;
  font-size: 10px;
  line-height: 13px;
  box-shadow: none;
}
.signup-form input::-ms-input-placeholder {
  color: #FFF;
}
.signup-form input::placeholder {
  color: #FFF;
}
.signup-form button {
  cursor: pointer;
  font-weight: 600;
}

.footer-logo {
  padding: 40px 40px 80px;
}
@media screen and (min-width: 990px) {
  .footer-logo {
    padding: 0;
  }
}
.footer-logo svg {
  max-width: 1440px;
  width: 100%;
  height: auto;
}

.footer-payment-logos {

}

.footer-copyright {
  padding: 10px 0;
  font-family: 'Helvetica Neue';
  font-size: 8px;
  font-weight: 300;
  line-height: 10px;
  color: #FFF;
}
.footer-copyright a {
  font-family: 'Helvetica Neue';
  font-size: 8px;
  font-weight: 300;
  line-height: 10px;
  text-decoration: underline;
  color: #FFF;
}
.footer-copyright a:hover {
  text-decoration: none;
}

.collection-menu ul {
  display: flex;
  list-style-type: none;
  margin: 40px 0 0 0;
  padding: 0;
}
.collection-menu li {
  float: left;
  display: inline-flex;
  margin: 0;
  padding: 0;
}
.collection-menu ul > :not([hidden]) ~ :not([hidden]) {
  margin-left: 10px;
}

.collection-menu li a {
  display: flex;
  font-family: 'Switzer', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  padding: 10px 20px;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #FFF;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.collection-menu li a:hover {
  color: #000;
  background-color: #FFF;
}

/* Klaviyo form styles */
.klaviyo-form-TY6upX {
  margin-top: 10px !important;
  border-bottom: 1px solid #FFF !important;
}
.klaviyo-form-TY6upX form > .needsclick.kl-private-reset-css-Xuajs1 {
  display: flex !important;
  flex-direction: row !important;
  min-height: 30px !important;
  height: 30px !important;
  justify-content: space-between !important;
}
.klaviyo-form-TY6upX [data-testid="form-component"] {
  min-height: 30px !important;
  height: 30px !important;
  padding: 0 !important;
}
.klaviyo-form-TY6upX [data-testid="form-row"] {
  align-items: start !important;
}
.klaviyo-form-TY6upX [data-testid="form-row"]:first-of-type {
  flex: 1 1 0% !important;
  padding: 0 16px 0 0 !important;
}
.klaviyo-form-TY6upX input {
  height: 30px !important;
  width: 100% !important;
  padding: 0 16px 0 0 !important;
}
.klaviyo-form-TY6upX button {
  cursor: pointer !important;
  font-weight: 600 !important;
  font-family: 'Switzer', sans-serif !important;
  color: #FFF !important;
  height: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
  font-size: 10px !important;
  line-height: 13px !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.section-header  {
  position: relative;
  z-index: 100;
}
.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: block;
}
.announcement-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 17px;
  background-color: #000;
  color: #CBCBCB;
  font-family: 'Switzer', sans-serif;
  font-size: 10px;
  line-height: 13px;
  font-weight: 300;
}
.announcement-header a {
  color: #CBCBCB;
  text-decoration: none;
}
.announcement-header__information {
  display: none;
  flex-direction: row;
  gap: 8px;
}
@media screen and (min-width: 414px) {
  .announcement-header {
    font-size: 11px;
    line-height: 14px;
  }
}
@media screen and (min-width: 990px) {
  .announcement-header {
    padding: 0 10px;
    justify-content: space-between;
  }
  .announcement-header__information {
    display: flex;
  }
}
.header-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 52px;
  color: #CBCBCB;
  padding: 0 12px;
}
@media screen and (min-width: 990px) {
  .header-bar {
    -webkit-transition: background-color 240ms ease-in-out;
    transition: background-color 240ms ease-in-out;
    padding: 0 20px;
  }
}
body.index .announcement-header {
}
body.index .header-bar {
  height: 82px;
}
body.index .header-bar:not([sticky],[solid]),
body.has-page-hero .header-bar:not([sticky],[solid]),
body.bespoke-uniforms .header-bar:not([sticky],[solid]) {
  -webkit-transition: background-color 240ms ease-in-out;
  transition: background-color 240ms ease-in-out;
  background: transparent;
}
@media screen and (min-width: 990px) {
  body.product .header-bar:not([sticky],[solid]) {
    -webkit-transition: background-color 240ms ease-in-out;
    transition: background-color 240ms ease-in-out;
    background: transparent;
  }
}
body.index .announcement-header + .header-bar {
}
.logo {
  width: 204px;
  height: 34px;
  color: #000;
}
body.index .header-bar:not([sticky],[solid]) .logo,
body.has-page-hero .header-bar:not([sticky],[solid]) .logo,
body.bespoke-uniforms .header-bar:not([sticky],[solid]) .logo {
  color: #FFF;
}
.header-bar:not([sticky],[solid]) .logo {
  color: #000;
}
.logo svg {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 990px) {
  body.index .logo {
    width: 331px;
    height: 55px;
  }
  .logo {
    width: 240px;
    height: 40px;
  }
}
.pill {
  height: 30px;
  padding: 0 10px;
  font-family: 'Switzer', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  column-gap: 10px;
}
.header-bar:not([sticky],[solid]) .pill {
  color: #000;
}
body.index .header-bar:not([sticky],[solid]) .pill,
body.has-page-hero .header-bar:not([sticky],[solid]) .pill,
body.bespoke-uniforms .header-bar:not([sticky],[solid]) .pill {
  color: #FFF;
}
#cart-icon-bubble svg {
  display: none;
}
.cart-count-bubble {
  position: static !important;
  background-color: transparent !important;
  color: #000 !important;
  width: 22px !important;
  height: 22px !important;
  border-radius: 9999px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-size: 11px !important;
  bottom: unset !important;
  left: unset !important;
  line-height: 1 !important;
}
body.index .header-bar:not([sticky],[solid]) .cart-count-bubble,
body.has-page-hero .header-bar:not([sticky],[solid]) .cart-count-bubble,
body.bespoke-uniforms .header-bar:not([sticky],[solid]) .cart-count-bubble {
  color: #FFF !important;
}
.cart-count {
  width: 22px;
  height: 22px;
  display: flex;
  border-radius: 9999px;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
}
.header-bar:not([sticky],[solid]) .cart-count {
  border: 1px solid #000;
}
body.index .header-bar:not([sticky],[solid]) .cart-count,
body.has-page-hero .header-bar:not([sticky],[solid]) .cart-count,
body.bespoke-uniforms .header-bar:not([sticky],[solid]) .cart-count {
  border: 1px solid #FFF;
}
.cart-count span {
  font-size: 11px;
  line-height: 13px;
}
.header__search,
.header__search .link {
  text-decoration: none !important;
}
.header-bar:not([sticky],[solid]) .header__search,
.header-bar:not([sticky],[solid]) .header__search .link {
  text-decoration: none !important;
  color: #000 !important;
}
body.index .header-bar:not([sticky],[solid]) .header__search,
body.has-page-hero .header-bar:not([sticky],[solid]) .header__search,
body.bespoke-uniforms .header-bar:not([sticky],[solid]) .header__search,
body.index .header-bar:not([sticky],[solid]) .header__search .link,
body.has-page-hero .header-bar:not([sticky],[solid]) .header__search .link,
body.bespoke-uniforms .header-bar:not([sticky],[solid]) .header__search .link {
  text-decoration: none !important;
  color: #FFF !important;
}
.header__search .link {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  column-gap: 10px;
}
.main-menu {
  height: 30px;
  padding: 0 16px;
  display: flex;
  align-items: center;
}
.header-bar:not([sticky],[solid]) .main-menu {
}
.header-bar[sticky] {
  background-color: rgba(227, 227, 227, 0.52);
  backdrop-filter: blur(12px);
}
.header-bar[solid] {
  background-color: #FFF;
}
.main-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.main-menu > ul > li {
  float: left;
}
.main-menu > ul > :not([hidden]) ~ :not([hidden]) {
  margin-left: 20px;
}
.main-menu ul > li > a {
  font-family: 'Switzer', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.header-bar:not([sticky],[solid]) .main-menu ul > li > a {
  color: #000;
}
body.index .header-bar:not([sticky],[solid]) .main-menu ul > li > a,
body.has-page-hero .header-bar:not([sticky],[solid]) .main-menu ul > li > a,
body.bespoke-uniforms .header-bar:not([sticky],[solid]) .main-menu ul > li > a {
  color: #FFF;
}
.main-menu .megamenu {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 240ms ease-in-out,visibility 0ms;
  transition: opacity 240ms ease-in-out,visibility 0ms;
}
.main-menu ul > li:hover .megamenu {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 240ms ease-in-out,visibility 240ms;
  transition: opacity 240ms ease-in-out,visibility 240ms;
}
.main-menu .megamenu .megamenu__inner {
  border-radius: 0 0 4px 4px;
  background-color: #FFF;
  padding: 30px;
  margin-top: 17px;
}
body.index .main-menu .megamenu .megamenu__inner {
  margin-top: 27px;
}
.megamenu__inner .border-left {
  border-left: 1px solid #EFEFEF;
}
.main-menu .megamenu .submenu,
.main-menu .megamenu .subsubmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.main-menu .megamenu .submenu a {
  font-family: 'Tobias', serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 38px;
}
.main-menu .megamenu .submenu a:hover,
.main-menu .megamenu .submenu li.active a {
  text-decoration: underline;
}
.main-menu .megamenu .subsubmenu li {
  line-height: 30px;
  height: 30px;
}
.main-menu .megamenu .subsubmenu a {
  font-family: 'Switzer', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.main-menu .megamenu .subsubmenu a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 989px) {
  .main-menu {
    display: none;
  }

  .cart-bubble,
  .search-icon {
    width: 30px;
    padding: 0 4px;
  }
  .search-icon svg {
    width: 17px;
    height: 17px;
  }
}
@media screen and (min-width: 990px) {
  .menu-button {
    display: none;
  }
}
.megamenu-features__card {
}
.megamenu-features__card .img {
  width: 100%;
  aspect-ratio: 260 / 325;
  margin-bottom: 10px;
}
.megamenu-features__card .img--large {
  aspect-ratio: 355 / 300;
}
.megamenu-features__card .img,
.megamenu-features__card .img img {
  border-radius: 10px;
}
.megamenu-features__card a {
  font-family: 'Tobias', serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  color: #000;
}
.megamenu-features__card a::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.megamenu-features__card .subtitle {
  ffont-family: 'Switzer', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 2px;
  color: #000;
}

.mobile-menu-button {
  border: none;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.mobile-menu-button,
.mobile-menu-button:focus,
.mobile-menu-button:focus-visible {
  outline: 0;
  box-shadow: none;
}
menu-button:not([active]) .mobile-menu-button {
  border: none;
  height: 30px;
  padding: 0 10px;
  font-family: 'Switzer', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #000;
  text-decoration: none;
  column-gap: 10px;
}
body.index .header-bar:not([sticky],[solid]) .mobile-menu-button,
body.has-page-hero .header-bar:not([sticky],[solid]) .mobile-menu-button,
body.bespoke-uniforms .header-bar:not([sticky],[solid]) .mobile-menu-button {
  color: #FFF;
}
menu-button[active] .mobile-menu-button svg {
  display: block;
}
.mobile-menu-button svg,
menu-button[active] .mobile-menu-button span {
  display: none;
}
.mobile-dialog {
  visibility: hidden;
  position: fixed;
  top: 82px;
  left: 0;
  z-index: -1;
  margin: 0 auto;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  overflow: auto;
  opacity: 0;
  background-color: #FFF;
}
.mobile-dialog[open] {
  visibility: visible;
  opacity: 1;
  z-index: 50;
}
.mobile-dialog__content {
  position: relative;
  height: 100%;
}
.mobile-dialog .content {
  display: flex;
  padding: 30px 12px 32px;
}

.mobile-dialog .buttons {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: 10px;
}
.mobile-dialog .buttons a {
  border-radius: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  font-family: 'Switzer', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.mobile-dialog .buttons a.large {
  grid-column: span 2 / span 2;
}
.mobile-dialog .mobile-announcement,
.mobile-dialog .mobile-announcement a {
  font-family: 'Switzer', sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  color: #000;
}
.mobile-dialog .mobile-announcement a {
  text-decoration: none;
}
.mobile-menu ul {
  margin: 0;
  padding: 0;
  width: 100%;

}
.mobile-menu > ul {
  position: relative;
}
.mobile-menu ul li,
.mobile-menu ul li a {
  font-family: 'Tobias', serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 33px;
  color: #000;
  text-decoration: none;
}
.mobile-menu ul li {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}
.mobile-menu ul li.has-children > a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu ul > :not([hidden]) ~ :not([hidden]) {
  margin-top: 14px;
}
.mobile-menu .submenu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  background: #FFF;
  z-index: 5;
}
.mobile-menu .submenu .back {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #000;
  text-decoration: none;
  font-family: 'Switzer', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}
.mobile-menu .submenu--third ul li,
.mobile-menu .submenu--third ul li a {
  font-family: 'Switzer', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: #000;
  text-decoration: none;
  margin-top: 0 !important;
}
.mobile-menu-features {
  margin-top: 20px;
}
.mobile-menu-features > :not([hidden]) ~ :not([hidden]) {
  margin-top: 10px;
}
.mobile-menu-features__card {
  aspect-ratio: 391 / 145;
  overflow: hidden;
}
.mobile-menu-features__card img {
}
.mobile-menu-features__card a {
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 30.05%, #000000 100%);
  text-decoration: none;
  color: #FFF;
}
.mobile-menu-features__card a span {
  margin-left: 18px;
  margin-bottom: 15px;
  font-family: 'Tobias', serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 33px;
  color: #FFF;
}
/* 
Homepage Hero
 */
.hero {

}
.hero__slide {
    width: 100%;
    min-height: 100dvh;
    display: flex;
    align-items: flex-end;
}
.slide__bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slide-content {
    position: relative;
    z-index: 2;
}
.slide-content__inner {
  padding-left: 30px;
  padding-right: 30px;
  max-height: 100dvh;
  height: 100%;
}
.slide-content h2 {
  font-family: 'Switzer', sans-serif;
  font-weight: 900;
  font-size: 50px;
  line-height: 39px;
  letter-spacing: -0.02em;
  text-align: left;
  /*color: rgba(255, 255, 255, 0.5);*/
  margin: 0 0 13px;
}
.slide-content p {
  font-family: 'Tobias', serif;
  font-weight: 350;
  font-size: 34px;
  line-height: 30px;
  letter-spacing: -0.04em;
  text-align: left;
  /*color: #FFF;*/
  margin: 0 0 23px;
}
.slide-content a {
  display: inline-flex;
  font-family: 'Switzer', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  padding: 10px 20px;
  /* border: 1px solid #FFF; */
  /*background-color: rgba(255, 255, 255, 1);
  color: #000;*/
  text-decoration: none;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
  /*
.slide-content a:hover {
  background-color: rgba(255, 255, 255, .7);
}
  */
@media screen and (min-width: 990px) {
  .slide-content__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .slide-content h2 {
    font-size: 120px;
    line-height: 94px;
    margin: 0 0 23px;
  }
  .slide-content p {
    font-size: 34px;
    line-height: 30px;
  }
}
.slide-content a::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.slide-content .sticky {
  top: 0;
  /* max-height: calc(50vh + 120px); */
  max-height: 100dvh;
  height: 100%;
}

@media screen and (min-width: 990px) {
  .slide-content .sticky {
  }
  .slide-content .sticky {
    /* max-height: calc(50vh + 200px); */
    max-height: 100dvh;
  }
}
.logo-carousel {
    padding: 40px 0;
  }
  .logo-carousel__heading {
    padding: 0 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }
  .logo-carousel__heading h2 {
    font-family: 'Tobias', serif;
    font-size: 32px;
    font-weight: 350;
    line-height: 1;
    letter-spacing: -0.03em;
    text-transform: none;
    margin: 0;
  }
  .logo-carousel__carousel .slider__card {
    min-width: 90px;
    max-width: 90px;
  }
  @media screen and (min-width: 990px) {
  .lgo-carousel {
  }
  .logo-carousel__heading {
    padding: 0 40px;
  }
}
/* 
Homepage Lookbook
 */
 .lookbook-container {
  padding: 80px 20px;
}
.lookbook {
  max-width: 1180px;
}
.lookbook__heading {
}
.lookbook__heading .sub-heading {
  font-family: 'Switzer', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #000;
  margin: 0;
}
.lookbook__heading h2 {
  font-family: 'Tobias', serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: -0.03em;
  color: #000;
  margin: 0;
  text-transform: none;
}
.lookbook__media {
  margin: 30px 0;
  overflow: hidden;
}
.lookbook__media, 
.lookbook__media video,
.lookbook__media img {
  border-radius: 0px;
}
.lookbook__button {
  display: flex;
}
.lookbook__button a {
  display: inline-flex;
  font-family: 'Switzer', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  padding: 10px 20px;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.lookbook__button a:hover {
  color: #FFF;
  background-color: #000;
}
body:not(.index) .lookbook__button a:hover {
  color: #FFF;
  border-color: #A49065;
  background-color: #A49065;
}
@media screen and (min-width: 990px) {
  .lookbook-container {
    padding: 80px 40px;
  }
  .lookbook__heading {
  }
  .lookbook__heading .sub-heading {
    font-size: 28px;
    line-height: 50px;
  }
  .lookbook__heading h2 {
    font-size: 64px;
  }
  .lookbook__media {
    aspect-ratio: 1180 / 575;
  }
  .lookbook__media, 
  .lookbook__media video,
  .lookbook__media img {
    border-radius: 0;
  }
  .lookbook__button {
    justify-content: flex-end;
  }
}
.article-page {
  padding: 34px 0 65px;
}
.article-header {
  margin-bottom: 20px;
}
.article-header h1 {
  font-family: 'Tobias', serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0.02em;
  color: #3D3935;
  text-transform: none;
  margin: 0 0 40px;
}
@media screen and (max-width: 989px) {
  .main-article {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 990px) {
  .article-page {
    padding: 80px 0 132px;
  }
  .article-header {
    margin-bottom: 60px;
  }
  .article-header h1 {
    font-size: 38px;
    line-height: 49px;
  }
}
.article-header .date,
.article-header .read {
  font-family: 'Switzer', sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 19.5px;
  letter-spacing: 0.06em;
  color: #3D3935;
}
.article-hero {
  width: calc(100% + 40px);
  margin-left: calc(-20px);
  margin-right: calc(-20px);
  margin-bottom: 44px;
}
@media screen and (min-width: 990px) {
  .article-hero {
    width: calc(100% + 116px);
    margin-left: calc(-58px);
    margin-right: calc(-58px);
  }
  .article-hero video {
    border-radius: 0px;
  }
}
.article-body,
.article-body p {
  font-family: 'Switzer', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #000;
  margin: 0;
}
.article-body p a,
.article-body a {
  font-family: 'Switzer', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.article-body p a strong{
  font-family: 'Switzer', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.article-body p:first-of-type {
  font-family: 'Tobias', serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
@media screen and (min-width: 990px) {
  .article-body p:first-of-type {
    font-family: Tobias;
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
    text-align: center;
    max-width: 670px;
    letter-spacing: 0;
  }
}
.article-body a:hover {
  text-decoration: none;
}
.article-body h2,
.article-body h3,
.article-body strong {
  font-family: 'Tobias', serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  text-transform: none;
  color: #000;
  margin: 0;
}
.article-body > :not([hidden]) ~ :not([hidden]) {
  margin-top: 24px;
}
@media screen and (max-width: 989px) {
  .article-body img {
    width: 100%;
  }
}
.article-body img {
  max-width: 100%;
  margin: 44px 0;
}
.article-button {
}
.article-button a {
  width: 100%;
  max-width: 374px;
  display: inline-flex;
  font-family: 'Switzer', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  padding: 10px 20px;
  justify-content: center;
  text-align: center;
  color: #FFF;
  background-color: #000;
  text-decoration: none;
  border: 1px solid #000;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  margin: 44px 0;
}
.article-button a:hover {
  color: #FFF;
  border-color: #A49065;
  background-color: #A49065;
}

.products-featured {
  padding-top: 80px;
}
.products-featured__heading {
  display: flex;
  padding: 0 20px;
  margin-bottom: 30px;
}
.products-featured__heading h2 {
  font-family: 'Tobias', serif;
  font-size: 42px;
  font-weight: 350;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: none;
  margin: 0;
  color: #000;
}
.products-featured__carousel {
  overflow: hidden;
  padding: 0 0 0 20px;
}
@media screen and (min-width: 990px) {
  .products-featured__heading {
    justify-content: center;
    padding: 0 40px;
  }
  .products-featured__heading h2 {
    font-size: 64px;
  }
}
@media screen and (max-width: 989px) {
  .products-featured__heading h2 {
    max-width: 240px;
  }
  .products-featured__carousel .carousel__card {
    width: 300px;
    margin-right: 10px;
  }
}
.products-featured__carousel .carousel__card .images {
  position: relative;
  display: flex;
  aspect-ratio: 300 / 385;
  margin-bottom: 27px;
}
.products-featured__carousel .carousel__card .images .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.products-featured__carousel .carousel__card .img--secondary {
  opacity: 0;
}
.products-featured__carousel .carousel__card:hover .img--primary {
  opacity: 0;
}
.products-featured__carousel .carousel__card:hover .img--secondary {
  opacity: 1;
}
.products-featured__carousel .carousel__card .title {
  font-family: 'Tobias', serif;
  font-size: 18px;
  font-weight: 350;
  line-height: 24px;
  letter-spacing: -0.03em;
  margin: 0;
  text-decoration: none !important;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 47px;
  text-overflow: ellipsis;
}
.products-featured__carousel .carousel__card a {
  color: #000;
  text-decoration: none;
}
.products-featured__carousel .carousel__card p {
  margin: 0;
}
.products-featured__carousel .carousel__card .price {
  margin-top: 12px;
  font-family: 'Switzer', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.products-featured__carousel .carousel__card .wishlist {
  display: none;
}
@media screen and (min-width: 990px) {
  .products-featured__carousel .carousel__card .images {
    aspect-ratio: 330 / 424;
  }
  .products-featured__carousel .carousel__card .wishlist {
    display: block;
    position: absolute;
    z-index: 5;
    padding: 12px;
    top: 1px;
    right: 0;
  }
  .products-featured__carousel .carousel__card .wishlist svg {
    display: flex;
  }
}
.products-featured__carousel .carousel:after {
  content: 'flickity';
  display: none;
}
@media screen and ( min-width: 990px ) {
  .products-featured__carousel {
    padding: 0 40px;
  }
  .products-featured__carousel .carousel:after {
    content: '';
  }
  .products-featured__carousel .carousel {
    display: grid;
    gap: 27px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .products-featured__carousel .carousel__card .title {
    font-size: 18px;
    line-height: 21px;
    height: 45px;
  }
  .products-featured__carousel .carousel__card .snippet {
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 5;
    height: 100px;
  }
}

.related-posts {
  padding-top: 85px;
}
.related-posts__heading {
  display: flex;
  padding: 0 20px;
  margin-bottom: 30px;
}
.related-posts__heading h2 {
  font-family: 'Tobias', serif;
  font-size: 42px;
  font-weight: 350;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: none;
  margin: 0;
  color: #000;
}
.related-posts__heading a {
  display: inline-flex;
  font-family: 'Switzer', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  padding: 10px 20px;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.related-posts__heading a:hover {
  color: #FFF;
  background-color: #000;
}
.related-posts__carousel {
  overflow: hidden;
  padding: 0 0 0 20px;
}
.related-posts__carousel .carousel__card .img {
  display: flex;
  aspect-ratio: 300 / 300;
  margin-bottom: 27px;
}
.related-posts__carousel .carousel__card .img,
.related-posts__carousel .carousel__card .img img {
}
.related-posts__carousel .carousel__card .copy > :not([hidden]) ~ :not([hidden]) {
  margin-top: 12px;
} 
.related-posts__carousel .carousel__card .title {
  font-family: 'Tobias', serif;
  font-size: 16px;
  font-weight: 350;
  line-height: 19px;
  letter-spacing: -0.03em;
  margin: 0;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 40px;
  text-overflow: ellipsis;
  color: #000;
}
.related-posts__carousel .carousel__card .snippet {
  font-family: 'Tobias', serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 56px;
  text-overflow: ellipsis;
  color: #000;
}
.related-posts__carousel .carousel__card .read-more {
  font-family: 'Switzer', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #000;
  text-decoration: none;
}
.related-posts__carousel .carousel__card  .read-more::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 989px) {
  .related-posts__heading h2 {
    max-width: 240px;
  }
  .related-posts__carousel .carousel__card {
    width: 300px;
    margin-right: 10px;
  }
  .related-posts__carousel .carousel__card .copy {
    padding-right: 59px;
  }
}
@media screen and (min-width: 990px) {
  .related-posts__heading {
    justify-content: center;
    padding: 0 40px;
  }
  .related-posts__heading h2 {
    font-size: 64px;
  }
  .related-posts__carousel {
    padding: 0 40px;
  }
  .related-posts__carousel .carousel__card .img {
    aspect-ratio: 440 / 473;
  }
  .related-posts__carousel .carousel__card .copy {
    padding-right: 118px;
  }
}

.related-posts__carousel .carousel:after {
  content: 'flickity';
  display: none;
}
@media screen and ( min-width: 990px ) {
  .related-posts__carousel .carousel:after {
    content: '';
  }
  .related-posts__carousel .carousel {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .related-posts__carousel .carousel__card .title {
    font-size: 18px;
    line-height: 21px;
    height: 45px;
  }
  .related-posts__carousel .carousel__card .snippet {
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 5;
    height: 100px;
  }
}
.blog-posts__header {
  padding: 27px 20px 54px;
}
.blog-posts__header h1 {
  font-family: 'Tobias', serif;
  font-size: 54px;
  font-weight: 350;
  line-height: 1;
  letter-spacing: -0.03em;
  margin: 0;
  color: #000;
  text-transform: none;
}
.blog-posts__header .copy {
  margin: 22px 0;
  font-family: 'Tobias', serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  color: #000;
  letter-spacing: 0;
}
.blog-posts__header .copy p {
  font-family: 'Tobias', serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  color: #000;
  margin: 0;
}
.blog-posts__header .copy > :not([hidden]) ~ :not([hidden]) {
  margin-top: 10px;
}
.blog-tags {
  display: inline-flex;
  margin: 0;
  padding: 4px 10px;
  list-style: none;
  background-color: #FFF;
}
.blog-tags li {
  display: inline-flex;
  float: left;
  margin: 0 8px;
}
.blog-tags li.news {
  order: 999;
}
.blog-tags li a {
  font-family: 'Switzer', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #000;
  text-decoration: none;
}
.blog-tags li.is-selected a,
.blog-tags li a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.blog-posts__posts {
  padding: 17px 6px 46px;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 10px;
  row-gap: 40px;
}
@media screen and (min-width: 990px) {
  .blog-posts__header {
    padding: 60px 40px;
  }
  .blog-posts__header h1 {
    font-size: 108px;
  }
  .blog-posts__header .copy {
    margin: 33px 0;
    font-size: 18px;
    line-height: 21px;
  }
  .blog-posts__header .copy p {
    font-size: 18px;
    line-height: 21px;
  }
  .blog-posts__posts {
    padding: 17px 40px 46px;
  }
  .blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 68px;
  }
}
.blog-grid .col-span-full {
  grid-column: span 2 / span 2;
  margin-left: -6px;
  margin-right: -6px;
}
@media screen and (min-width: 990px) {
  .blog-grid .col-span-full {
    grid-column: span 3 / span 3;
    margin-left: -40px;
    margin-right: -40px;
  }
}
.article-card .img {
  display: flex;
  aspect-ratio: 196 / 196;
  margin-bottom: 27px;
}
.article-card .copy > :not([hidden]) ~ :not([hidden]) {
  margin-top: 12px;
} 
.article-card .title {
  font-family: 'Tobias', serif;
  font-size: 16px;
  font-weight: 350;
  line-height: 19px;
  letter-spacing: -0.03em;
  margin: 0;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 40px;
  text-overflow: ellipsis;
  color: #000;
}
.article-card .snippet {
  font-family: 'Tobias', serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 56px;
  text-overflow: ellipsis;
  color: #000;
}
.article-card .read-more {
  font-family: 'Switzer', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #000;
  text-decoration: none;
}
.article-card  .read-more::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 990px) {
  .article-card .img {
    aspect-ratio: 440 / 473;
  }
}
@media screen and ( min-width: 990px ) {
  .article-card .copy {
    padding-right: 118px;
  }
  .article-card .title {
    font-size: 18px;
    line-height: 21px;
    height: 45px;
  }
  .article-card .snippet {
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 5;
    height: 100px;
  }
}
.paging-blog {
  padding: 86px 0 40px;
}
.paging-blog p {
  font-family: 'Switzer', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #000;
  margin: 0;
}
.progress {
  display: flex;
  width: 154px;
  height: 4px;
  background-color: #FFF;
  border-radius: 0px;
  margin: 10px 0 20px;
}
.progress__bar {
  display: flex !important;
  height: 100%;
  background-color: #000;
  border-radius: 0px;
}
.show-more {
  font-family: 'Switzer', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  padding: 4px 10px;
  margin: 0;
  border: 0;
  background-color: #FFF;
  border-radius: 0px;
  cursor: pointer;
  color: #000;
}
.show-more:disabled {
  cursor: default;
  color: #000;
  opacity: 0.6;
}
.collection-banner {
  padding: 15px 20px 26px;
}
.collection-banner__inner {
  width: 100%;
  max-width: 540px;
}
.collection-banner__inner h1 {
  font-family: 'Tobias', serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: none !important;
  color: #000;
  margin: 0 0 22px;
}
.collection-banner__inner .desc,
.collection-banner__inner .desc p {
  font-family: 'Switzer', sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  color: #000;
  letter-spacing: 0;
}
.collection-banner__inner .desc > :not([hidden]) ~ :not([hidden]) {
  margin-top: 12px;
}
.collection-banner__inner .desc p strong {
  font-family: 'Tobias', serif;
  font-size: 18px;
  font-weight: 300 !important;
  line-height: 21px;
  color: #000;
}
@media screen and (min-width: 990px) {
  .collection-banner {
    padding: 35px 40px 26px;
  }
  .collection-banner__inner h1 {
    font-size: 108px;
  }
}
.collection-filters {
  padding: 0 20px;
  margin-bottom: 34px;
}
.collection-filters__inner {
 flex-direction: column;
}
.collection-filters__inner div:empty {
  display: block;
}
@media screen and (min-width: 990px) {
  .collection-filters {
    padding: 0 40px;
    margin-bottom: 10px;
  }
  .collection-filters__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 989px) {
  .collection-filters__inner {
    row-gap: 21px;
  }
  .collection-filters__inner > * {
    width: 100%;
  }
}
.collection-filters__inner ul {
  margin: 0;
  padding: 4px 10px;
  list-style: none;
  background-color: #FFF;
}
.collection-filters__inner ul > :not([hidden]) ~ :not([hidden]) {
  margin-left: 16px;
}
.collection-filters__inner ul li {
  float: left;
  display: inline-flex;
  line-height: 16px;
  height: 16px;
}
.collection-filters__inner ul li a {
  font-family: 'Switzer', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  color: #000;
  text-decoration: none;
}
.collection-filters__inner ul li a:hover,
.collection-filters__inner ul li a.active {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.collection-filters__inner ul li button {
  font-family: 'Switzer', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
}
.collection-filters__inner ul li button:hover,
.collection-filters__inner ul li button.active {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.collection-filters__inner .filter-collection {
  display: inline-flex;
}
.collection-filters__inner .filter-collection button {
  border: none;
  margin: 0;
  padding: 4px 10px;
  background: transparent;
  background-color: #FFF;
  cursor: pointer;
  font-family: 'Switzer', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  color: #000;
}

.filter-collection {
  --offset: 85;
}
.filter-collection.is-sticky {
  position: fixed;
  right: 20px;
  /*top: 85px;*/
  bottom: 20px;
}
@media screen and (min-width: 990px) {
  .filter-collection {
    --offset: 100;
  }
  /*.filter-collection.is-sticky {
    top: 100px;
  }*/
  .collection-filters__inner ul li:nth-of-type(2) {
    margin-left: 0!important;
  }
}

filter-collection-drawer {
  background-color: #FFF;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 110;
  transition: opacity 200ms ease, transform 200ms ease;
  transform: translateX(100%);
  width: 100%;
  display: flex;
  flex-direction: column;
}

filter-collection-drawer[open] {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (min-width: 750px) {
  filter-collection-drawer {
    transform: translateX(100%);
    width: 100%;
    max-width: 320px;
  }

  filter-collection-drawer[open] {
    opacity: 1;
    transform: translateX(0);
    animation: animateDrawerOpen var(--duration-default) ease;
  }
}
filter-collection-drawer form {
  display: flex;
  flex-direction: column;
  height: 100%;
}
filter-collection-drawer .header {
  flex: none;
  padding: 30px 20px 20px;
}
filter-collection-drawer .header h2 {
  font-family: 'Tobias', serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.03em;
  margin: 0;
  text-transform: none;
  color: #000;
}
filter-collection-drawer .header .reset-btn {
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  font-family: Switzer;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #000;
  cursor: pointer;
}
filter-collection-drawer .content {
  flex: 1 1 0%;
  padding: 0 20px 20px;
  overflow-y: auto;
}
filter-collection-drawer .content [hidden] {
  display: none !important;
}
filter-collection-drawer .content .title {
  font-family: 'Switzer', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  color: #000;
  margin: 0 0 20px;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
filter-collection-drawer .content .title--sort-by {
  /*margin: 0;*/
}
filter-collection-drawer .content .title[closed] span:last-child svg {
  transform: rotate(-180deg);
}
filter-collection-drawer .content .radio,
filter-collection-drawer .content .checkbox {
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50% !important;
  border: 1px solid #000;
  background: #FFF;
  margin: 0;
  padding: 0;
}
filter-collection-drawer .content .radio:checked,
filter-collection-drawer .content .checkbox:checked {
  background: #000;
}
filter-collection-drawer .content .label {
  font-family: 'Switzer', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin: 0 0 0 10px;
  color: #000;
}
filter-collection-drawer .buttons {
  flex: none;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 20px 30px;
  background-color: #FFF;
}
filter-collection-drawer .apply-btn {
  display: flex;
  width: 100%;
  height: 36px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'Switzer', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  border: 1px solid #000;
  margin: 0;
  padding: 0;
  background: #FFF;
  cursor: pointer;
  color: #000000;
}
filter-collection-drawer .close-btn {
  display: flex;
  width: 100%;
  height: 21px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'Switzer', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  color: #000000;
}
.divider {
  width: 100%;
  margin: 0 0 20px;
  background: transparent;
  background-color: #C1C1C1;
}
.main-collection-grid {
  margin: 24px 0 0 0;
  padding: 0 0 100px;
}
@media screen and (min-width: 990px) {
  .main-collection-grid {
    padding: 0 40px 100px;
  }
}
collection-grid .grid-collection {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 13px;
  row-gap: 40px;
}
@media screen and (min-width: 990px) {
  collection-grid .grid-collection {
    row-gap: 80px;
  }
}
collection-grid .grid-collection .grid__cell {
  grid-column: span 6 / span 6;
}
collection-grid[layout="one"] .grid-collection .grid__cell {
    grid-column: span 12 / span 12;
}
collection-grid:not([layout="two"]) .grid-collection .grid__cell--5 {
  display: none;
}
collection-grid:not([layout="three"]) .grid-collection .grid__cell--8,
collection-grid:not([layout="three"]) .grid-collection .grid__cell--21 {
  display: none;
}
collection-grid:not([layout="four"]) .grid-collection .grid__cell--11 {
  display: none;
}

collection-grid:not([layout="mix"]) .grid-collection .grid__cell--13,
collection-grid:not([layout="mix"]) .grid-collection .grid__cell--23 {
  display: none;
}

@media screen and (max-width: 989px) {
  collection-grid .grid-collection .grid__cell--feature {
    grid-column: span 12 / span 12;
  }
  collection-grid[layout="two"] .grid-collection .grid__cell--feature {
    grid-column: span 6 / span 6;
  }

  collection-grid[layout="mix"] .grid-collection .grid__cell--13, {
    display: none;
  }

  collection-grid[layout="one"] .grid-collection .grid__cell--8 {
    grid-column: span 12 / span 12;
    display: block;
  }

  collection-grid[layout="two"] .grid-collection .grid__cell--feature .feature-copy div{
    font-size: 38px;
  }
  {% comment %}
  collection-grid[layout="mix"] .grid-collection .grid__cell--3,
  collection-grid[layout="mix"] .grid-collection .grid__cell--7,
  collection-grid[layout="mix"] .grid-collection .grid__cell--12,
  collection-grid[layout="mix"] .grid-collection .grid__cell--16,
  collection-grid[layout="mix"] .grid-collection .grid__cell--22 {
    grid-column: span 12 / span 12;
  }
  {% endcomment %}
}
@media screen and (min-width: 990px) {
  collection-grid[layout="two"] .grid-collection .grid__cell {
    grid-column: span 6 / span 6;
  }
  collection-grid[layout="two"] .grid-collection .grid__cell--13,
  collection-grid[layout="two"] .grid-collection .grid__cell--23 {
    display: none;
  }
  collection-grid[layout="three"] .grid-collection .grid__cell {
    grid-column: span 4 / span 4;
  }
  collection-grid[layout="four"] .grid-collection .grid__cell {
    grid-column: span 3 / span 3;
  }
}
.grid__cell--feature .feature-media {
}
@media screen and (max-width: 989px) {
  .grid__cell--feature .feature-media {
    aspect-ratio: 414 / 355;
  }
}
.grid__cell--feature .feature-copy {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 20px;
  color: #FFF;
}
.grid__cell--feature .feature-copy > :not([hidden]) ~ :not([hidden]) {
  margin-top: 12px;
}
.grid__cell--feature .feature-copy span {
  font-family: 'Switzer', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  margin: 0;
}
.grid__cell--feature .feature-copy div {
  font-family: 'Switzer', sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
}
.grid__cell--feature .feature-copy div p {
  margin: 0;
}
.grid__cell--feature .feature-copy > p {
  font-family: 'Tobias', serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.04em;
  margin: 0;
}
.grid__cell .collection__card {
}
.grid__cell .collection__card .images {
  position: relative;
  display: flex;
  margin-bottom: 27px;
}
/* .grid__cell--small .collection__card .images {
  aspect-ratio: 202 / 260;
}
.grid__cell--standard .collection__card .images {
  aspect-ratio: 202 / 260;
}
.grid__cell--large .collection__card .images {
  aspect-ratio: 414 / 531;
} */
collection-grid[layout="one"] .grid__cell .collection__card .images {
  aspect-ratio: 202 / 260;
}
.grid__cell .collection__card .images {
  aspect-ratio: 414 / 531;
}
.grid__cell .collection__card .images .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.grid__cell .collection__card .images .img img {
}
.grid__cell .collection__card .img--secondary {
  opacity: 0;
}
.grid__cell .collection__card--hover:hover .img--primary {
  opacity: 0;
}
.grid__cell .collection__card--hover:hover .img--secondary {
  opacity: 1;
}
.grid__cell .collection__card .title {
  font-family: 'Tobias', serif;
  font-size: 14px;
  font-weight: 350;
  line-height: 24px;
  letter-spacing: -0.03em;
  margin: 0;
  text-decoration: none !important;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 47px;
  text-overflow: ellipsis;
}
.grid__cell .collection__card a {
  color: #000;
  text-decoration: none;
}
.grid__cell .collection__card p {
  margin: 0;
}
.grid__cell .collection__card .price {
  margin-top: 12px;
  font-family: 'Switzer', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.grid__cell .collection__card .wishlist {
  display: none;
}
@media screen and (max-width: 989px) {
  .grid__cell .collection__card .title,
  .grid__cell .collection__card .price {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 990px) {
  .grid__cell .collection__card .images {
    aspect-ratio: 445 / 572;
  }
  /* .grid__cell--small .collection__card .images {
    aspect-ratio: 330 / 424;
  }
  .grid__cell--standard .collection__card .images {
    aspect-ratio: 445 / 572;
  }
  .grid__cell--large .collection__card .images {
    aspect-ratio: 674 / 866;
  } */
  .grid__cell .collection__card .wishlist {
    display: block;
    position: absolute;
    z-index: 5;
    padding: 12px;
    top: 1px;
    right: 0;
  }
  .grid__cell .collection__card .wishlist svg {
    display: flex;
  }
  .grid__cell .collection__card .title {
    font-size: 18px;
  }
}

.paging {
  padding: 100px 0 0;
}
.paging p {
  font-family: 'Switzer', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #000;
  margin: 0;
}
.progress {
  display: flex;
  width: 154px;
  height: 4px;
  background-color: #FFF;
  border-radius: 0px;
  margin: 10px 0 20px;
}
.progress__bar {
  display: flex !important;
  height: 100%;
  background-color: #000;
  border-radius: 0px;
}
.show-more {
  font-family: 'Switzer', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  padding: 4px 10px;
  margin: 0;
  border: 0;
  background-color: #FFF;
  border-radius: 0px;
  cursor: pointer;
  color: #000;
}
.show-more:disabled {
  cursor: default;
  color: #000;
  opacity: 0.6;
}
.collection-filters {
  padding: 0 20px;
  margin-bottom: 34px;
}
.collection-filters__inner {
 flex-direction: column;
}
.collection-filters__inner div:empty {
  display: block;
}
@media screen and (min-width: 990px) {
  .collection-filters {
    padding: 0 40px;
    margin-bottom: 10px;
  }
  .collection-filters__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 989px) {
  .collection-filters__inner {
    row-gap: 21px;
  }
  .collection-filters__inner > * {
    width: 100%;
  }
}
.collection-filters__inner ul {
  margin: 0;
  padding: 4px 10px;
  list-style: none;
  background-color: #FFF;
}
.collection-filters__inner ul > :not([hidden]) ~ :not([hidden]) {
  margin-left: 16px;
}
.collection-filters__inner ul li {
  float: left;
  display: inline-flex;
  line-height: 16px;
  height: 16px;
}
.collection-filters__inner ul li a {
  font-family: 'Switzer', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  color: #000;
  text-decoration: none;
}
.collection-filters__inner ul li a:hover,
.collection-filters__inner ul li a.active {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.collection-filters__inner ul li button {
  font-family: 'Switzer', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
}
.collection-filters__inner ul li button:hover,
.collection-filters__inner ul li button.active {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.collection-filters__inner .filter-collection {
  display: inline-flex;
}
.collection-filters__inner .filter-collection button {
  border: none;
  margin: 0;
  padding: 4px 10px;
  background: transparent;
  background-color: #FFF;
  cursor: pointer;
  font-family: 'Switzer', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  color: #000;
}

.filter-collection {
  --offset: 85;
}
.filter-collection.is-sticky {
  position: fixed;
  right: 20px;
  /*top: 85px;*/
  bottom: 20px;
}
@media screen and (min-width: 990px) {
  .filter-collection {
    --offset: 100;
  }
  /*.filter-collection.is-sticky {
    top: 100px;
  }*/
  .collection-filters__inner ul li:nth-of-type(2) {
    margin-left: 0!important;
  }
}

filter-collection-drawer {
  background-color: #FFF;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 110;
  transition: opacity 200ms ease, transform 200ms ease;
  transform: translateX(100%);
  width: 100%;
  display: flex;
  flex-direction: column;
}

filter-collection-drawer[open] {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (min-width: 750px) {
  filter-collection-drawer {
    transform: translateX(100%);
    width: 100%;
    max-width: 320px;
  }

  filter-collection-drawer[open] {
    opacity: 1;
    transform: translateX(0);
    animation: animateDrawerOpen var(--duration-default) ease;
  }
}
filter-collection-drawer form {
  display: flex;
  flex-direction: column;
  height: 100%;
}
filter-collection-drawer .header {
  flex: none;
  padding: 30px 20px 20px;
}
filter-collection-drawer .header h2 {
  font-family: 'Tobias', serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.03em;
  margin: 0;
  text-transform: none;
  color: #000;
}
filter-collection-drawer .header .reset-btn {
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  font-family: Switzer;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #000;
  cursor: pointer;
}
filter-collection-drawer .content {
  flex: 1 1 0%;
  padding: 0 20px 20px;
  overflow-y: auto;
}
filter-collection-drawer .content [hidden] {
  display: none !important;
}
filter-collection-drawer .content .title {
  font-family: 'Switzer', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  color: #000;
  margin: 0 0 20px;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
filter-collection-drawer .content .title--sort-by {
  /*margin: 0;*/
}
filter-collection-drawer .content .title[closed] span:last-child svg {
  transform: rotate(-180deg);
}
filter-collection-drawer .content .radio,
filter-collection-drawer .content .checkbox {
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50% !important;
  border: 1px solid #000;
  background: #FFF;
  margin: 0;
  padding: 0;
}
filter-collection-drawer .content .radio:checked,
filter-collection-drawer .content .checkbox:checked {
  background: #000;
}
filter-collection-drawer .content .label {
  font-family: 'Switzer', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin: 0 0 0 10px;
  color: #000;
}
filter-collection-drawer .buttons {
  flex: none;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 20px 30px;
  background-color: #FFF;
}
filter-collection-drawer .apply-btn {
  display: flex;
  width: 100%;
  height: 36px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'Switzer', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  border: 1px solid #000;
  margin: 0;
  padding: 0;
  background: #FFF;
  cursor: pointer;
  color: #000000;
}
filter-collection-drawer .close-btn {
  display: flex;
  width: 100%;
  height: 21px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'Switzer', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  color: #000000;
}
.divider {
  width: 100%;
  margin: 0 0 20px;
  background: transparent;
  background-color: #C1C1C1;
}
.main-collection-grid {
  margin: 24px 0 0 0;
  padding: 0 0 100px;
}
@media screen and (min-width: 990px) {
  .main-collection-grid {
    padding: 0 40px 100px;
  }
}
collection-grid .grid-collection {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 13px;
  row-gap: 40px;
}
@media screen and (min-width: 990px) {
  collection-grid .grid-collection {
    row-gap: 80px;
  }
}
collection-grid .grid-collection .grid__cell {
  grid-column: span 6 / span 6;
}
collection-grid[layout="one"] .grid-collection .grid__cell {
    grid-column: span 12 / span 12;
}
collection-grid:not([layout="two"]) .grid-collection .grid__cell--5 {
  display: none;
}
collection-grid:not([layout="three"]) .grid-collection .grid__cell--8,
collection-grid:not([layout="three"]) .grid-collection .grid__cell--21 {
  display: none;
}
collection-grid:not([layout="four"]) .grid-collection .grid__cell--11 {
  display: none;
}

collection-grid:not([layout="mix"]) .grid-collection .grid__cell--13,
collection-grid:not([layout="mix"]) .grid-collection .grid__cell--23 {
  display: none;
}

@media screen and (max-width: 989px) {
  collection-grid .grid-collection .grid__cell--feature {
    grid-column: span 12 / span 12;
  }
  collection-grid[layout="two"] .grid-collection .grid__cell--feature {
    grid-column: span 6 / span 6;
  }

  collection-grid[layout="mix"] .grid-collection .grid__cell--13, {
    display: none;
  }

  collection-grid[layout="one"] .grid-collection .grid__cell--8 {
    grid-column: span 12 / span 12;
    display: block;
  }

  collection-grid[layout="two"] .grid-collection .grid__cell--feature .feature-copy div{
    font-size: 38px;
  }
  {% comment %}
  collection-grid[layout="mix"] .grid-collection .grid__cell--3,
  collection-grid[layout="mix"] .grid-collection .grid__cell--7,
  collection-grid[layout="mix"] .grid-collection .grid__cell--12,
  collection-grid[layout="mix"] .grid-collection .grid__cell--16,
  collection-grid[layout="mix"] .grid-collection .grid__cell--22 {
    grid-column: span 12 / span 12;
  }
  {% endcomment %}
}
@media screen and (min-width: 990px) {
  collection-grid[layout="two"] .grid-collection .grid__cell {
    grid-column: span 6 / span 6;
  }
  collection-grid[layout="two"] .grid-collection .grid__cell--13,
  collection-grid[layout="two"] .grid-collection .grid__cell--23 {
    display: none;
  }
  collection-grid[layout="three"] .grid-collection .grid__cell {
    grid-column: span 4 / span 4;
  }
  collection-grid[layout="four"] .grid-collection .grid__cell {
    grid-column: span 3 / span 3;
  }
}
.grid__cell--feature .feature-media {
}
@media screen and (max-width: 989px) {
  .grid__cell--feature .feature-media {
    aspect-ratio: 414 / 355;
  }
}
.grid__cell--feature .feature-copy {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 20px;
  color: #FFF;
}
.grid__cell--feature .feature-copy > :not([hidden]) ~ :not([hidden]) {
  margin-top: 12px;
}
.grid__cell--feature .feature-copy span {
  font-family: 'Switzer', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  margin: 0;
}
.grid__cell--feature .feature-copy div {
  font-family: 'Switzer', sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
}
.grid__cell--feature .feature-copy div p {
  margin: 0;
}
.grid__cell--feature .feature-copy > p {
  font-family: 'Tobias', serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.04em;
  margin: 0;
}
.grid__cell .collection__card {
}
.grid__cell .collection__card .images {
  position: relative;
  display: flex;
  margin-bottom: 27px;
}
/* .grid__cell--small .collection__card .images {
  aspect-ratio: 202 / 260;
}
.grid__cell--standard .collection__card .images {
  aspect-ratio: 202 / 260;
}
.grid__cell--large .collection__card .images {
  aspect-ratio: 414 / 531;
} */
collection-grid[layout="one"] .grid__cell .collection__card .images {
  aspect-ratio: 202 / 260;
}
.grid__cell .collection__card .images {
  aspect-ratio: 414 / 531;
}
.grid__cell .collection__card .images .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.grid__cell .collection__card .images .img img {
}
.grid__cell .collection__card .img--secondary {
  opacity: 0;
}
.grid__cell .collection__card--hover:hover .img--primary {
  opacity: 0;
}
.grid__cell .collection__card--hover:hover .img--secondary {
  opacity: 1;
}
.grid__cell .collection__card .title {
  font-family: 'Tobias', serif;
  font-size: 14px;
  font-weight: 350;
  line-height: 24px;
  letter-spacing: -0.03em;
  margin: 0;
  text-decoration: none !important;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 47px;
  text-overflow: ellipsis;
}
.grid__cell .collection__card a {
  color: #000;
  text-decoration: none;
}
.grid__cell .collection__card p {
  margin: 0;
}
.grid__cell .collection__card .price {
  margin-top: 12px;
  font-family: 'Switzer', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.grid__cell .collection__card .wishlist {
  display: none;
}
@media screen and (max-width: 989px) {
  .grid__cell .collection__card .title,
  .grid__cell .collection__card .price {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 990px) {
  .grid__cell .collection__card .images {
    aspect-ratio: 445 / 572;
  }
  /* .grid__cell--small .collection__card .images {
    aspect-ratio: 330 / 424;
  }
  .grid__cell--standard .collection__card .images {
    aspect-ratio: 445 / 572;
  }
  .grid__cell--large .collection__card .images {
    aspect-ratio: 674 / 866;
  } */
  .grid__cell .collection__card .wishlist {
    display: block;
    position: absolute;
    z-index: 5;
    padding: 12px;
    top: 1px;
    right: 0;
  }
  .grid__cell .collection__card .wishlist svg {
    display: flex;
  }
  .grid__cell .collection__card .title {
    font-size: 18px;
  }
}

.paging {
  padding: 100px 0 0;
}
.paging p {
  font-family: 'Switzer', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #000;
  margin: 0;
}
.progress {
  display: flex;
  width: 154px;
  height: 4px;
  background-color: #FFF;
  border-radius: 0px;
  margin: 10px 0 20px;
}
.progress__bar {
  display: flex !important;
  height: 100%;
  background-color: #000;
  border-radius: 0px;
}
.show-more {
  font-family: 'Switzer', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  padding: 4px 10px;
  margin: 0;
  border: 0;
  background-color: #FFF;
  border-radius: 0px;
  cursor: pointer;
  color: #000;
}
.show-more:disabled {
  cursor: default;
  color: #000;
  opacity: 0.6;
}
.product-header {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 990px) {
  .product-header {
    min-height: calc(100dvh - var(--announcement-bar-height));
  }
}
.product-info {
  width: 100%;
}
@media screen and (max-width: 989px) {
  .product-info {
    background-color: #FFF;
  }
}
@media screen and (min-width: 990px) {
  .product-info {
    position: absolute;
    z-index: 5;
    right: 20px;
    bottom: 16px;
    width: 414px;
  }
}
.product-info > :not([hidden]) ~ :not([hidden]) {
  margin-top: 5px;
}
.product-info__box {
  padding: 20px;
}
@media screen and (max-width: 989px) {
  .product-info__box.product-form {
    padding-top: 0;
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 989px) {
  .product-info__box--pickup {
    background-color: rgba(221, 221, 221, 0.6);
    padding: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 990px) {
  .product-info__box {
    background-color: rgba(227, 227, 227, 0.52);
    backdrop-filter: blur(12px);
  }
}
.product-info h1 {
  font-family: 'Tobias', serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 37px;
  margin: 0 0 20px;
  color: #000;
  text-transform: none;
}
.product-info .title {
  font-family: 'Tobias', serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 36.4px;
  text-align: left;
  margin: 0;
  color: #000;
}
.product-info .price {
  display: flex;
  gap: 10px;
}
.product-info .price {
  font-family: 'Switzer', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin: 0;
  color: #000;
}
.product-info .price .line-through {
  font-weight: 300;
}
.product-form > :not([hidden]) ~ :not([hidden]) {
  margin-top: 20px;
}
.product-form .button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #FFF;
  width: 100%;
  height: 36px;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  font-family: 'Switzer', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.product-form__submit:hover {
  background-color: #8E6F35 !important;
}
.size-guide {
  cursor: pointer;
  border: none;
  background: transparent;
  margin: 0 0 0 37px;
  padding: 0;
  font-family: 'Switzer', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #000;
}
.product-form__input {
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.product-form__input input[type=radio]+label {
  border: 1px solid #000 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 4px 12px !important;
  font-family: 'Switzer', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 16px !important;
  letter-spacing: 0 !important;
  width: 38px !important;
  height: 24px !important;
}
.product-form__input input[type=radio].fit-content+label {
  width: fit-content !important;
  height: fit-content !important;
}
.product-form__input input[type=radio]+label:hover {
  border-color: #000 !important;
  background-color: #000 !important;
  color: #fff !important;
}
.product-form__input input[type=radio]:checked+label {
  background-color: #000 !important;
}
.product-form__input input[type=radio]:disabled+label,
.product-form__input input[type=radio].disabled+label {
  border-color: rgba(0, 0 , 0, 0.3) !important;
  background-color: #FFF !important;
  color: rgba(0, 0 , 0, 0.3)  !important;
  text-decoration: none !important;
}
.product-form__input input[type=radio]+label:before {
  display: none;
}
.product-form__input input[type=radio]+label:first-of-type {
  margin: 0 !important;
}

.pickup-availability-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.pickup-availability-info * {
    margin: 0 !important;
}
.pickup-availability-info p {
  font-family: 'Switzer', sans-serif !important;
  font-size: 10px !important;
  font-weight: 300 !important;
  line-height: 13px !important;
  margin: 0 !important;
  color: #000 !important;
}
.pickup-availability-info p.caption-large {
  font-weight: 500 !important;
  margin-bottom: 4px !important;
}
.pickup-availability-preview .icon {
  display: none !important;
}
.pickup-availability-info button {
  font-family: 'Switzer', sans-serif !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 13px !important;
  color: #000 !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.pickup-availability-preview {
  width: 100%;
  align-items: center !important;
  display: flex !important;
  gap: 0 !important;
  padding: 0 !important;
}
pickup-availability[available] {
  min-height: auto !important;
}
pickup-availability-drawer {
  z-index: 110 !important;
}
pickup-availability[available] + .info {
  display: none;
}
.product-info__box--pickup .info {
  font-family: 'Switzer', sans-serif !important;
  font-size: 10px !important;
  font-weight: 300 !important;
  line-height: 13px !important;
  margin: 0 !important;
  color: #000 !important;
}

.pdp-images__buttons {
    position: absolute;
    left: 20px;
    bottom: 27px;
    gap: 10px;
    z-index: 5;
    display: none;
    transform: rotate(180deg); /* RF: No idea why but the buttons are the wrong way around?? */
    
    @media screen and (min-width: 990px) {
        display: flex;
    }
 }
 
.pdp-images__buttons > * {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
}
.pdp-images__buttons > *[disabled] {
  opacity: .5;
  cursor: default;
}

.pdp-slider {
    .pdp-slider__slide {
        /* RF: Annoyingly we have to use !important here to overwrite keen-slider */
        flex-shrink: 0;
        aspect-ratio: 555 / 714 !important;

        @media screen and (max-width: 989px) {
            max-width: 100vw !important;
            height: auto !important;
        }

        @media screen and (min-width: 990px) {
            height: calc(100vh - var(--announcement-bar-height)) !important;
            max-height: 1080px !important;
            width: auto !important;
        }

        img,
        video {
            width: 100%;
            height: 100%;
        }
    }
}

size-guide-drawer {
  background-color: #FFF;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 110;
  transition: opacity 200ms ease, transform 200ms ease;
  transform: translateX(100%);
  width: 100%;
}

size-guide-drawer[open] {
  transform: translateX(0);
  opacity: 1;
}
size-guide-drawer .content {
  height: 100%;
  overflow-y: auto;
  padding: 30px 30px 73px;
}
size-guide-drawer .content h1 {
  font-family: 'Tobias', serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #000;
  margin: 0 0 20px;
  text-transform: none !important;
}
size-guide-drawer .content,
size-guide-drawer .content p {
  font-family: 'Switzer', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #000;
}
size-guide-drawer .content strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}
size-guide-drawer .content p {
  margin: 0 0 4px;
}
size-guide-drawer th {
  font-weight: 400 !important;
}
size-guide-drawer thead>tr>th {
  background: #F7F7F6;
}
size-guide-drawer table>thead>tr>th, 
size-guide-drawer table>thead>tr>td {
  vertical-align: middle;
}

size-guide-drawer .table-responsive {
  overflow-x: auto;
  margin: 22px 0 0;
}
size-guide-drawer .close-btn {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
  z-index: 5;
  padding: 22px 0 30px;
  background-color: #FFF;
}

size-guide-drawer .close-btn button {
  display: flex;
  width: 100%;
  height: 21px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'Switzer', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

@media screen and (min-width: 750px) {
  size-guide-drawer {
    transform: translateX(100%);
    width: 100%;
    max-width: 780px;
  }

  size-guide-drawer[open] {
    opacity: 1;
    transform: translateX(0);
    animation: animateDrawerOpen var(--duration-default) ease;
  }
}
.full-image-opener,
.full-image-opener button {
  width: 100%;
  height: 100%;
  display: block;
}
.full-image-opener button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  background: transparent;
}
.modal--fullimage {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  margin: 0 auto;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  overflow: auto;
  visibility: hidden;
  background-color: #DDDDDD;
}
.modal--fullimage[open] {
  z-index: 90001;
  opacity: 1;
  visibility: visible;
}
.close-modal {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-color: rgba(255,255,255,.8);
  border-radius: 9999px;
  border: none;
  margin: 0;
  padding: 0;
}
.modal .carousel:after {
    content: '';
  }
@media screen and ( min-width: 990px ) {
  .modal .carousel:after {
    content: 'flickity';
    display: none;
  }
}
.page-hero {
  width: 100%;
  min-height: calc(100dvh - var(--announcement-bar-height));
  display: flex;
  align-items: flex-end;

  .hero__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
  }
}
.page-hero__content {
  position: relative;
  z-index: 2;
  padding: 19px 16px;
  width: 100%;
}
.page-hero__content.bg-gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.page-hero__content h1,
.page-hero__content h2 {
  font-family: 'Switzer', sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 39px;
  letter-spacing: -0.02em;
  color: #FFF;
  opacity: 0.5;
  text-transform: none;
  margin: 0;
}
.page-hero__content a {
  display: inline-flex;
  font-family: 'Switzer', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  padding: 10px 20px;
  /* border: 1px solid #FFF; */
  background-color: rgba(255, 255, 255, 1);
  color: #000;
  text-decoration: none;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  margin: 12px 0 0;
}
.page-hero__content a:hover {
  background-color: rgba(255, 255, 255, .7);
}
@media screen and (min-width: 990px) {
	.page-hero__content {
    padding: 40px;
  }
  .page-hero__content h1,
  .page-hero__content h2 {
    font-size: 120px;
    line-height: 94px;
  }
}
.pdp-banner {
  padding: 25px 20px 18px;
}
.pdp-banner__inner {
  padding: 10px;
  background: rgba(221, 221, 221, 0.6);
}
.pdp-banner__inner > * {
  font-family: 'Switzer', sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 13px;
  color: #000;
}
.pdp-banner__inner > * p {
  margin: 0;
}
.pdp-banner__inner > * strong {
  font-weight: 700;
}
@media screen and (min-width: 990px) {
  .pdp-banner {
    padding: 25px 0 18px;
  }
  .pdp-banner__inner {
    padding: 9px 0;
    margin-left: 30px;
  }
  .pdp-banner__inner > * {
    margin-left: -30px;
    font-size: 11px;
    line-height: 14px;
  }
}
.recommended-products {
  padding: 120px 0 80px;
}
@media screen and (max-width: 989px) {
  .recommended-products {
    display: none;
  }
}
.recommended-products__heading {
  display: flex;
  padding: 0 20px;
  margin-bottom: 30px;
}
.recommended-products__heading h2 {
  font-family: 'Tobias', serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: -0.03em;
  text-transform: none;
  color: #000;
  margin: 0;
}
@media screen and (min-width: 990px) {
  .recommended-products {
    padding: 120px 0 80px;
  }
  .recommended-products__heading {
    padding: 0 40px;
  }
}

.recommended-products__carousel .carousel__card {
  width: 330px;
  margin-right: 11px;
}
.recommended-products__carousel .carousel__card .images {
  position: relative;
  display: flex;
  aspect-ratio: 330 / 423;
  margin-bottom: 27px;
}
.recommended-products__carousel .carousel__card .images .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.recommended-products__carousel .carousel__card .img--secondary {
  opacity: 0;
}
.recommended-products__carousel .carousel__card:hover .img--primary {
  opacity: 0;
}
.recommended-products__carousel .carousel__card:hover .img--secondary {
  opacity: 1;
}
.recommended-products__carousel .carousel__card .title {
  font-family: 'Tobias', serif;
  font-size: 18px;
  font-weight: 350;
  line-height: 24px;
  letter-spacing: -0.03em;
  margin: 0;
  text-decoration: none !important;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 47px;
  text-overflow: ellipsis;
}
.recommended-products__carousel .carousel__card a {
  color: #000;
  text-decoration: none;
}
.recommended-products__carousels .carousel__card p {
  margin: 0;
}
.recommended-products__carousel .carousel__card .price {
  margin-top: 12px;
  font-family: 'Switzer', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.recommended-products__carousel .carousel__card .wishlist {
  display: block;
  position: absolute;
  z-index: 5;
  padding: 12px;
  top: 1px;
  right: 0;
}
.recommended-products__carousel .carousel__card .wishlist svg {
  display: flex;
}

.recommended-products__carousel {
  padding-left: 40px;
  overflow: hidden;
}
.product-details {
  padding-bottom: 60px;

  .product-details__section {
    margin-top: 30px;
  }

  .product-details__title {
    font-family: 'Tobias', serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 36px;
    margin: 0 0 20px;
    color: #000;
  }
}
.product-details__desc, 
.product-details__image {
  width: 50%;
}
@media screen and (max-width: 989px) {
  .product-details__desc {
    width: 100%;
  }
}
.product-details__desc {
  padding: 13px 20px 0;
  align-self: flex-start;
  font-family: 'Switzer', sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  color: #000;
}
@media screen and (min-width: 990px) {
  .product-details__desc {
    padding: 13px 30px 0;
    position: sticky;
    top: 87px;
  }
}
.product-details__desc .description p {
  font-size: 12px;
  margin: 0 0 13px 0;
}
.product-details__desc .description h1, 
.product-details__desc .description h2,
.product-details__desc .description h3 {
  font-family: 'Tobias', serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  margin: 30px 0 10px;
  color: #000;
  text-transform: none;
}
.product-details__desc .description > *:last-child {
  margin-bottom: 0 !important;
}
.related-products {
  margin-top: 30px;
}
.related-products .title {
  font-family: 'Tobias', serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  margin: 0 0 20px;
  color: #000;
}
@media screen and (max-width: 989px) {
  .related-products {
    margin-left: -20px;
    margin-right: -20px;
  }
  .related-products .title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .related__card .title,
  .related__card .price {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 989px) {
  .product-details__image {
    display: none;
  }
}
.product-details__image,
.product-details__image img {
 aspect-ratio: 699 / 898;
}
.related__card {
  width: calc(50% - 5px);
}
@media screen and (min-width: 414px) {
  .related__card {
    width: 202px;
  }
}
.related__card .image {
  position: relative;
  display: flex;
  aspect-ratio: 202 / 259;
  margin-bottom: 20px;
}
.related__card .title {
  font-family: 'Tobias', serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.03em;
  margin: 0;
  text-decoration: none !important;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 47px;
  text-overflow: ellipsis;
}
.related__card a {
  color: #000;
  text-decoration: none;
}
.related__card p {
  margin: 0;
}
.related__card .price {
  margin-top: 12px;
  font-family: 'Switzer', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.related__card .wishlist {
  display: block;
  position: absolute;
  z-index: 5;
  padding: 12px;
  top: 1px;
  right: 0;
}
.related__card .wishlist svg {
  display: flex;
}
/* 
Homepage Tabbed Carousels
 */
 .tabbed-carousels {
  display: block;
  padding: 80px 0 127px;
}
.tabbed-carousels__heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 20px;
  margin-bottom: 30px;
}
.tabbed-carousels__heading h2 {
  font-family: 'Tobias', serif;
  font-size: 42px;
  font-weight: 350;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: none;
  margin: 0;
  color: #000;
}
.tabbed-carousels__tabs {
  display: flex;
  padding: 0 20px;
  margin-bottom: 30px;
}
.tabbed-carousels__tabs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tabbed-carousels__tabs li {
  float: left;
}
.tabbed-carousels__tabs ul > :not([hidden]) ~ :not([hidden]) {
  margin-left: 20px;
}
.tabbed-carousels__tabs button {
  font-family: 'Switzer', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  color: #000;
}
.tabbed-carousels__tabs button[active],
.tabbed-carousels__tabs button:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.tabbed-carousels__heading a,
.tabbed-carousels__button a {
  font-family: 'Switzer', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  padding: 10px 20px;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.tabbed-carousels__heading a {
  display: none;
}
.tabbed-carousels__carousels {
  overflow: hidden;
  padding-left: 20px;
}
.tabbed-carousels__carousels .carousel {
  display: none;
  /* opacity: 0;
  display: hidden;
  -webkit-transition: opacity 240ms ease-in-out,visibility 0ms;
  transition: opacity 240ms ease-in-out,visibility 0ms; */
}
.tabbed-carousels__carousels .carousel[active] {
  display: block;
  /* opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 240ms ease-in-out,visibility 240ms;
  transition: opacity 240ms ease-in-out,visibility 240ms; */
}
.tabbed-carousels__button a {
  display: inline-flex;
}
.tabbed-carousels__heading a:hover,
.tabbed-carousels__button a:hover {
  color: #FFF;
  background-color: #000;
}
.tabbed-carousels__button {
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 990px) {
  .tabbed-carousels {
    padding: 80px 0;
  }
  .tabbed-carousels__heading {
    padding: 0 40px;
  }
  .tabbed-carousels__heading h2 {
    font-size: 64px;
  }
  .tabbed-carousels__tabs {
    padding: 0 40px;
  }
  .tabbed-carousels__tabs button {
    font-size: 16px;
    line-height: 21px;
  }
  .tabbed-carousels__heading a {
    display: inline-flex;
  }
  .tabbed-carousels__carousel {
    padding-left: 40px;
  }
  .tabbed-carousels__button {
    display: none;
  }
}

.tabbed-carousels__carousels .carousel__card {
  width: 330px;
  margin-right: 11px;
}
.tabbed-carousels__carousels .carousel__card .images {
  position: relative;
  display: flex;
  aspect-ratio: 330 / 385;
  margin-bottom: 27px;
}
.tabbed-carousels__carousels .carousel__card .images .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.tabbed-carousels__carousels .carousel__card .img--secondary {
  opacity: 0;
}
.tabbed-carousels__carousels .carousel__card:hover .img--primary {
  opacity: 0;
}
.tabbed-carousels__carousels .carousel__card:hover .img--secondary {
  opacity: 1;
}
.tabbed-carousels__carousels .carousel__card .title {
  font-family: 'Tobias', serif;
  font-size: 18px;
  font-weight: 350;
  line-height: 24px;
  letter-spacing: -0.03em;
  margin: 0;
  text-decoration: none !important;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 47px;
  text-overflow: ellipsis;
}
.tabbed-carousels__carousels .carousel__card a {
  color: #000;
  text-decoration: none;
}
/* .tabbed-carousels__carousels .carousel__card .title a::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
} */
.tabbed-carousels__carousels .carousel__card p {
  margin: 0;
}
.tabbed-carousels__carousels .carousel__card .price {
  margin-top: 12px;
  font-family: 'Switzer', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.tabbed-carousels__carousels .carousel__card .wishlist {
  display: none;
}
@media screen and (min-width: 990px) {
  .tabbed-carousels__carousels .carousel__card .images {
    aspect-ratio: 330 / 424;
  }
  .tabbed-carousels__carousels .carousel__card .wishlist {
    display: block;
    position: absolute;
    z-index: 5;
    padding: 12px;
    top: 1px;
    right: 0;
  }
  .tabbed-carousels__carousels .carousel__card .wishlist svg {
    display: flex;
  }
}
/* 
 Homepage Customer Testimonails
 */
.customer-testimonials {
  padding: 34px 0 0;
}
.customer-testimonials__heading {
  padding: 0 20px;
  margin-bottom: 30px;
}
.customer-testimonials__heading h2 {
  font-family: 'Tobias', serif;
  font-size: 42px;
  font-weight: 350;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: none;
  margin: 0;
}
.customer-testimonials__carousel {
  overflow: hidden;
  padding-left: 20px;
}
@media screen and (min-width: 990px) {
  .customer-testimonials__heading {
    padding: 0 40px;
  }
  .customer-testimonials__heading h2 {
    font-size: 64px;
  }
  .customer-testimonials__carousel {
    padding-left: 40px;
  }
}
.customer-testimonials__carousel .carousel__card {
  width: 326px;
  min-height: 100%;
  margin-right: 20px;
  background-color: #EFEFEF;
  padding: 20px 26px;
}
.customer-testimonials__carousel .carousel__card p {
  font-family: 'Switzer', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  color: #000;
  margin: 0;
}
.stars {
  margin-bottom: 35px;
}
@media screen and (min-width: 990px) {
  .customer-testimonials {
    padding: 67px 0 0;
  }
  .customer-testimonials__carousel .carousel__card p {
    font-size: 20px;
    line-height: 24px;
  }
  .customer-testimonials__carousel .carousel__card {
    width: 448px;
    margin-right: 40px;
    padding: 30px 40px;
  }
  .stars {
    margin-bottom: 55px;
  }
}
.text-only {
	padding: 30px 42px 30px 20px;
}
.text-only__inner {
	width: 100%;
	max-width: 540px;
}
.text-only__inner h2 {
	font-family: 'Tobias', serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 21px;
	margin: 0 0 12px;
	text-transform: none;
}
.text-only__inner .copy {
	font-family: 'Switzer', sans-serif;
	font-size: 12px;
	font-weight: 300;
	line-height: 16px;
}
.text-only__inner .copy.copy--small {
	font-size: 10px;
}
.text-only__inner .copy p {
	margin: 0;
}
.text-only__inner .copy > :not([hidden]) ~ :not([hidden]) {
  margin-top: 10px;
}
@media screen and (min-width: 990px) {
	.text-only {
		padding: 40px;
	}
	.text-only__inner {
		width: 50%;
		max-width: 50%;
	}
	.text-only__inner h2 {
		font-size: 18px;
		line-height: 21px;
		font-weight: 400;
	}
	.text-only__inner .copy {
		font-size: 12px;
	}
	.text-only__inner .copy.copy--small {
		font-size: 12px;
	}
}