/** Shopify CDN: Minification failed

Line 1312:20 Unexpected ".42-gold-menu-wrapper"
Line 1337:0 Unexpected ".42-gold-menu-wrapper"
Line 1345:0 Unexpected ".42-gold-menu-wrapper"
Line 1349:0 Unexpected ".42-gold-menu-wrapper"
Line 1358:0 Unexpected ".42-gold-menu-wrapper"
Line 1363:0 Unexpected ".42-gold-menu-wrapper"
Line 1369:19 Unexpected ".42-gold-menu"

**/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

/* General ============================================================== */
.hide {
  display: none;
}

html {
  padding-bottom: 0!important;
}

#preview-bar-iframe {
  display: none!important;
}

/* Header ============================================================== */
.header__upper {
  /* max-width: none;
  margin: 0 auto;
  padding: 0 var(--outer); */
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: space-between;
  background-color: #1b1b1b;
  color: #ffffff;
}

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

.header__tab div {
  display: flex;
  height: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  /* width: 144px; */
}

.header__desktop__button--search {
  display: none;
}

.header__upper .menu__item {
  width: 144px;
  animation: fadeIn 1s ease-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .header__upper .menu__item {
    width: 100%;
    height: 100%;
  }
}

.brand__logo__wrapper img {
  width: 100%;
}

.chinese-menu .navtext {
  font-family: "Josefin Sans" !important;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #000000;
}

.cl-menu .navtext {
  font-family: "FontsFree-Net-MondaySans" !important;
  font-size: 14px;
  line-height: 13px;
  text-transform: lowercase;
  color: #000000;
  padding: 5px 20px;
}

@media screen and (max-width: 767px) {
  .header__tab .header__menu__inner-select-brand__tabs {
    width: 100%;
    height: 100%;
  }

  .header__desktop__bar__r {
    display: none;
  }

  .header__desktop__button--search {
    display: block;
  }
}

.header__upper .header__desktop__bar__r {
  margin-right: 24px;
}

.header__upper .header__desktop__button .navlink {
  color: #ffffff;
}

.header__upper .header__desktop__button .navlink .icon {
  margin-right: 10px;
}

@media only screen and (min-width: 480px) {
  .header__desktop--custom {
    position: relative;
  }
}

.header__desktop--custom {
  position: relative;
}

.header__desktop--custom .header__desktop__bar__c {
  display: flex;
  justify-content: center;
}

.search-bar-wrapper {
  position: absolute;
  right: 24px;
  top: 15px;
  width: 100%;
  max-width: 250px;
}

.search-bar-wrapper .header__search__results {
  width: 100vw;
  position: absolute;
  right: -4vw;
  background: white;
}

/* .search-bar-wrapper .search__predictive__outer {
  border: 1px solid #888888;
  border-radius: 5px;
} */

.search__predictive__outer--chinese {
  border: 1px solid #888888;
  border-radius: 5px;
}

.search__predictive__outer--chinese input[type="search"]::placeholder,
.search__predictive__outer--cl input[type="search"]::placeholder,
.search__predictive__outer--dirty input[type="search"]::placeholder,
.search__predictive__outer--42-gold input[type="search"]::placeholder{
  font-style: normal !important;
}

.search__predictive__outer--cl {
  background: #fffbf2;
}

.search__predictive__outer--cl,
.search__predictive__outer--dirty {
  border-bottom: 1px solid #888888;
}

.search__predictive__outer--cl button.search__predictive__form__button,
.search__predictive__outer--dirty button.search__predictive__form__button {
  right: auto;
  left: 0;
}

.search__predictive__outer--cl input[type="search"],
.search__predictive__outer--dirty input[type="search"] {
  padding-left: 15px;
}

.search__predictive__outer--cl input[type=search]:focus,
.search__predictive__outer--dirty input[type=search]:focus {
  padding-left: 15px;
}

@media screen and (max-width: 1000px) {
  .search-bar-wrapper {
    max-width: 150px;
  }
}

.header__lower {
  height: 48px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .header__lower {
    display: none;
  }
}

.collection-header {
  display: flex;
  justify-content: space-between;
}

.collection-title {
  font-family: "MELIGOR" !important;
  font-weight: 400;
  font-size: 32px;
  line-height: 37px;
  text-transform: uppercase;
  color: #000000;
}

.carousel-arrows {
  display: flex;
  gap: 36px;
}

.homepage--collection-products {
  display: flex;
}

button.carousel-arrow__prev.slick-arrow.slick-disabled,
button.carousel-arrow__next.slick-arrow.slick-disabled {
  opacity: 0.25;
}

.homepage-collection .slick-dots,
.frame-custom .slick-dots {
  display: flex;
  padding: 0 50px;
  bottom: -40px;
}

.homepage-collection .slick-dots li,
.frame-custom .slick-dots li {
  width: 100%;
  height: 5px;
  margin: 0;
}

.homepage-collection .slick-dots li button,
.frame-custom .slick-dots li button {
  width: 20px;
  height: 5px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.homepage-collection .slick-dots li.slick-active button:before,
.frame-custom .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: transparent;
  background: #272727;
}

.homepage-collection .slick-dots li button:before,
.frame-custom .slick-dots li button:before {
  width: 100%;
  height: 5px;
  background: #cdcdcd;
  color: transparent;
}

.homepage-collection .btn--wrapper,
.frame-custom .btn--wrapper {
  margin-top: 80px;
}

.homepage-collection .btn--wrapper .btn--outline,
.frame-custom .btn--wrapper .btn--outline {
  padding: 1rem 2.5rem;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  /* identical to box height */
  letter-spacing: 0.1em;
  color: #000000;
  border: 1px solid black;
}

@media screen and (max-width: 767px) {
  .homepage-collection .btn--wrapper .btn--outline {
    width: 100%;
  }

  .homepage-collection .product__grid__title {
    width: 152px;
    height: 60px;
  }
}

.header__logo__link {
  -webkit-animation: fadeIn 0.5s ease-out;
  -moz-animation: fadeIn 0.5s ease-out;
  -o-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Footer ============================================================== */
.grid__item__newsletter {
  width: 80%;
  margin: 0 auto;
  padding-top: 50px;
  text-align: center;
}

.grid__item__newsletter h4 {
  font-size: 24px;
  width: 80%;
  margin: 0 auto;
  font-family: "MELIGOR" !important;
  line-height: 37px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.grid__item__newsletter .input-group--inner-button {
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
  border-radius: 0;
  max-width: 800px;
  margin: 20px auto;
}

@media screen and (min-width: 768px) {
  .site-footer-wrapper .btn--secondary.btn {
    --btn-bg: transparent !important;
  }
}

.site-footer-wrapper .btn--secondary.btn {
  --btn-bg: transparent !important;
}

.grid__item__newsletter .fa-regular {
  font-size: 20px;
}

.grid__item.medium-up--one-third.footer__block {
  padding-left: 120px;
}

/* Featured Collection ============================================================== */
.collection-header {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .collection-header {
    justify-content: center;
  }
}

.collection-title {
  font-family: "MELIGOR" !important;
  font-weight: 400;
  font-size: 32px;
  line-height: 37px;
  text-transform: uppercase;
  color: #000000;
}

.carousel-arrows {
  display: flex;
  gap: 36px;
}

.homepage--collection-products {
  display: flex;
}

/* the slides */
.slick-slide {
  margin: 0 27px;
}

/* the parent */
.slick-list {
  margin: 0 -16px;
}

button.carousel-arrow__prev.slick-arrow.slick-disabled,
button.carousel-arrow__next.slick-arrow.slick-disabled {
  opacity: 0.25;
}

.homepage-collection {
  padding-top: 10px;
  padding-bottom: 10px;
}

.homepage-collection .slick-dots {
  display: flex;
  padding: 0 50px;
  bottom: -40px;
}

.homepage-collection .slick-dots li {
  width: 100%;
  height: 5px;
  margin: 0;
}

.homepage-collection .slick-dots li button {
  width: 20px;
  height: 5px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.homepage-collection .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: transparent;
  background: #272727;
}

.homepage-collection .slick-dots li button:before {
  width: 100%;
  height: 5px;
  background: #cdcdcd;
  color: transparent;
}

.homepage-collection .btn--wrapper {
  margin-top: 80px;
}

.homepage-collection .btn--wrapper .btn--outline {
  padding: 1rem 2.5rem;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  /* identical to box height */
  letter-spacing: 0.1em;
  color: #000000;
  border: 1px solid black;
}

.arrow-wrapper {
  overflow: hidden;
}

.arrow-wrapper .slick-prev,
.arrow-wrapper .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 1px solid black;
  outline: 0;
  background: 0 0;
  top: -40px;

  /* display: inline-block;
    padding: 10px; */
}

button.slick-prev.slick-arrow.slick-disabled,
button.slick-next.slick-arrow.slick-disabled {
  border-color: #c1c1c1;
}

.arrow-wrapper .slick-prev::before,
.arrow-wrapper .slick-next::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  top: 13px;
}

.arrow-wrapper .slick-prev::before {
  transform: rotate(-135deg);
  left: 15px;
}

.arrow-wrapper .slick-next::before {
  transform: rotate(45deg);
  left: 11px;
}

.arrow-wrapper .slick-prev {
  right: 100px;
  left: unset;
}

.arrow-wrapper .slick-next {
  right: 10px;
}

/* Section Gallery Carousel ============================================================== */

.frame .collection-header {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 var(--outer);
  width: 100%;
}

.has-padding .gallery__item--custom {
  padding-left: 0;
}

.gallery__item--custom {
  position: relative;
}

.frame-blocks-3 .gallery__item--custom {
  overflow: hidden;
  width: 31.333% !important;
  margin: 0 1% !important;
}
.frame-blocks-3 .slick-dots {
  display: none;
}

.gallery__item--custom .image__fill {
  width: 400px;
  max-width: 400px;
  height: 500px;
  max-height: 500px;
}

@media screen and (max-width: 767px) {
  .frame-blocks-3 .slick-track {
    transform: none !important;
  }
  .frame-blocks-3 .gallery__item--custom {
    overflow: hidden;
    width: 97% !important;
    display: none;
  }
  .frame-blocks-3 .gallery__item--custom.slick-current {
    display: block;
  }

  .gallery__item--custom .image__fill {
    width: 100%;
    max-width: none;
    height: 350px;
    max-height: none;
  }

  .frame.frame-blocks-3.palette--light.bg--neutral.arrow-wrapper {
    overflow: unset;
  }

  .frame-blocks-3 .slides-mobile-inner {
    display: block;
    margin-bottom: 0px;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
  }

  .frame-custom .slick-dots,
  .homepage-collection .slick-dots {
    bottom: 10px;
  }

  .frame .slick-list {
    margin: 0 -17px;
  }
}


.frame-blocks-3 .slick-track {
  padding-left: var(--outer);
  width: 100% !important;
}

.category__title__wrapper {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 180px;
  height: 110px;
  margin: auto;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}

.category__item__title {
  font-family: "MELIGOR" !important;
  font-weight: 400;
  font-size: 48px;
  line-height: 55.22px;
  color: #fff;
}

/* Section Hero Custom ============================================================== */
.section--image--wrapper {
  margin: 24px 0;
}

/* CL Slideshow ============================================================== */
.homepage-slideshow-cl .flickity-page-dots {
  margin: 0 auto;
  left: 0;
  width: 150px;
}

.homepage-slideshow-cl .flickity-page-dots:before {
  background: transparent;
}

.homepage-slideshow-cl .flickity-badge-dots .flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  background: #d9d9d9;
  opacity: 1;
  margin: 12px;
}

.homepage-slideshow-cl .flickity-badge-dots .flickity-page-dots .dot.is-selected {
  border: 2px solid #d9d9d9;
  background: transparent;
}

.homepage-slideshow-cl .flickity-badge-dots .flickity-page-dots {
  justify-content: center;
}

.homepage-slideshow-cl .custom-prev-next-button {
  opacity: 1;
}

.homepage-slideshow-cl .custom-prev-next-button span {
  position: absolute;
  display: inline-block;
  padding: 10px;
  top: 50%;
}

.homepage-slideshow-cl .custom-prev-next-button span::before {
  content: "";
  width: 21px;
  height: 21px;
  border-top: solid 3px #ffffff;
  border-right: solid 3px #ffffff;
  position: absolute;
  left: 10px;
  top: 8px;
}

.homepage-slideshow-cl .custom-prev-next-button .custom-prev-arrow {
  left: 30px;
}

.homepage-slideshow-cl .custom-prev-next-button .custom-prev-arrow::before {
  transform: rotate(-135deg);
}

.homepage-slideshow-cl .custom-prev-next-button .custom-next-arrow {
  right: 30px;
}

.homepage-slideshow-cl .custom-prev-next-button .custom-next-arrow::before {
  transform: rotate(45deg);
}

.homepage-slideshow-cl .flickity-enabled.is-draggable .flickity-viewport,
.homepage-slideshow-cl .use_screen_two_thirds {
  height: 900px;
}

@media screen and (min-width: 1800px) {
  .homepage-slideshow-cl .flickity-enabled.is-draggable .flickity-viewport,
  .homepage-slideshow-cl .use_screen_two_thirds {
    height: 1200px;
  }
}

/* Section Gallery Carousel CL ============================================================== */

.frame-cl .collection-title {
  /* font-family: 'Monday Sans'; */
  font-family: "FontsFree-Net-MondaySans" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 26px;
  text-transform: capitalize;
  color: #000000;
}

.category__title__wrapper__cl {
  margin: 15px 0;
}

.category__title__wrapper__cl .category__item__title {
  /* font-family: 'Monday Sans'; */
  font-family: "FontsFree-Net-MondaySans" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
  color: #000000;
}

.frame-cl .lazy-image {
  border: 2px solid #767570;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .frame-cl {
    padding: 48px 0;
  }

  .frame-cl .collection-header,
  .homepage-collection-cl .collection-header {
    justify-content: flex-start;
  }

  .frame-cl .slick-dots,
  .homepage--collection-products-cl .slick-dots {
    bottom: 0px;
    justify-content: center;
  }

  .homepage--collection-products-cl .slick-dots li {
    width: 30px;
  }

  .frame-cl .slick-dots li.slick-active button:before,
  .homepage--collection-products-cl .slick-dots li.slick-active button:before {
    opacity: 1;
  }

  .frame-cl .slick-dots li button:before,
  .homepage--collection-products-cl .slick-dots li button:before {
    font-size: 12px;
    opacity: 1;
  }

  .frame-cl .slick-dots li.slick-active button:before,
  .homepage--collection-products-cl .slick-dots li.slick-active button:before {
    opacity: 1;
    color: transparent;
    border: 1.5px solid #000;
    border-radius: 50%;
    background-color: transparent;
  }

  .frame-cl .slick-dots li button:before,
  .homepage--collection-products-cl .slick-dots li button:before {
    font-size: 10px;
    line-height: 10px;
    width: 10px;
    height: 10px;
    opacity: 1;
    color: transparent;
    border-radius: 50%;
    border: 1.5px solid transparent;
    background-color: #000;
  }
}

/* Featured collection CL ============================================================== */
#cl-by-laundry .homepage-collection-cl {
  background: #fffbf2;
}

.homepage-collection-cl .arrow-wrapper {
  overflow: visible;
}

.homepage-collection-cl .collection-title-cl {
  font-family: "FontsFree-Net-MondaySans" !important;
  font-weight: 400;
  font-size: 28px;
  line-height: 26px;
  color: #000;
}

.homepage-collection-cl .product__grid__info.product__grid__info--under.text-center {
  display: flex;
  /* flex-direction: row-reverse; */
  justify-content: space-between;
  align-items: center;
}

.homepage-collection-cl .product__grid__title,
.homepage-collection-cl .product__grid__price {
  font-family: "FontsFree-Net-MondaySans" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #272727;
}

.homepage--collection-products-cl .product-grid-item__slide {
  border: 2px solid #767570;
}

@media screen and (max-width: 767px) {
  .homepage-collection-cl .product__grid__info.product__grid__info--under.text-center {
    flex-direction: column;
    align-items: flex-start;
  }

  .homepage-collection-cl .product__grid__info.product__grid__info--under.text-center a {
    text-align: left;
  }
}

/* Custom Content CL ============================================================== */
.brick__section--cl {
  background: #fffbf2;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: var(--outer);
  padding-bottom: var(--outer);
}

.brick__section--cl .image__hero__scale {
  height: auto !important;
}

.brick__section--cl .brick__block__image {
  border: 2px solid #767570;
}

.wrapper--brick--link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: var(--outer);
  padding-bottom: var(--outer);
}

.wrapper--brick--link span {
  font-family: "FontsFree-Net-MondaySans" !important;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .wrapper--brick--link {
    flex-direction: column;
  }

  .brick__section--cl .brick__block:nth-child(2) {
    display: none;
  }
}

.dl__collection-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

@media only screen and (max-width: 479px) {
  .dl__collection-grid {
    display: block;
  }
}

.dl__collection-grid-item {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 479px) {
  .dl__collection-grid-item {
    width: 100%;
  }
}

.dl__link-over-image {
  display: flex;
  flex: 1;
}

.dl__collection-img {
  width: 100%;
  aspect-ratio: 1.5 / 1;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .dl__collection-img {
    aspect-ratio: 3 / 5;
  }
}

@media only screen and (max-width: 479px) {
  .dl__collection-img {
    aspect-ratio: 1 / 1.5;
  }
}

.dl__box-title {
  margin-bottom: 0;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0;
}

.dl__box-btn {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.dl__box-grid-footer {
  display: flex;
  border: 2px solid #000000;
  align-items: center;
  justify-content: space-between;
  padding: 16px 12px;
  gap: 12px;
}

.dl__box-content {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .dl__box-grid-footer {
    padding: 6px 10px;
    border-width: 1px;
  }

  .dl__box-btn {
    font-size: 14px;
  }

  .dl__box-title {
    font-size: 14px;
  }

  .dl__box-content {
    font-size: 14px;
  }
}

@media only screen and (max-width: 479px) {
  .dl__box-grid-footer {
    border-left: none;
    border-right: none;
  }

  .dl__box-grid-footer--column {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 8px;
  }

  .dl__box-grid-footer--column .dl__box-title {
    white-space: inherit;
  }
}

@media only screen and (max-width: 479px) {
  .section--mobile-border {
    border-top: 1px solid #000;
    margin: 0;
  }

  .section--flickity-mobile {
    margin-bottom: 40px;
  }
}

.wrapper--nopadding {
  padding: 0;
}

.section--dirty-laundry {
  margin-top: 24px;
}

.section--dirty-laundry .flickity-page-dots .dot {
  background: #000;
  opacity: 1;
}

.section--dirty-laundry .flickity-page-dots .dot.is-selected {
  background: #fff;
  border: 2px solid #000;
}

.section--dirty-laundry h1,
.section--dirty-laundry h2,
.section--dirty-laundry h3,
.section--dirty-laundry h4,
.section--dirty-laundry h5,
.section--dirty-laundry h6,
.section--dirty-laundry a {
  font-family: "Hamburg Hand", sans-serif;
}

.section--dirty-laundry .hero__box {
  display: none;
}

@media screen and (max-width: 479px) {
  .section--dirty-laundry .hero__box {
    display: block;
    border-top: 1px solid black;
    color: #000;
    padding: 16px 8px;
  }
}

.section--dirty-laundry .hero__box-title {
  font-size: 16px;
}

.section--dirty-laundry .hero__box-btn {
  font-size: 12px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.section--dirty-laundry > .shopify-section {
  height: initial !important;
}

.section--42-gold-laundry {
  margin-top: 24px;
}

.section--42-gold-laundry .flickity-page-dots .dot {
  background: #000;
  opacity: 1;
}

.section--42-gold-laundry .flickity-page-dots .dot.is-selected {
  background: #fff;
  border: 2px solid #000;
}

.section--42-gold-laundry h1,
.section--42-gold-laundry h2,
.section--42-gold-laundry h3,
.section--42-gold-laundry h4,
.section--42-gold-laundry h5,
.section--42-gold-laundry h6,
.section--42-gold-laundry a {
  font-family: "Hamburg Hand", sans-serif;
}

.section--42-gold-laundry .hero__box {
  display: none;
}

@media screen and (max-width: 479px) {
  .section--42-gold-laundry .hero__box {
    display: block;
    border-top: 1px solid black;
    color: #000;
    padding: 16px 8px;
  }
}

.section--42-gold-laundry .hero__box-title {
  font-size: 16px;
}

.section--42-gold-laundry .hero__box-btn {
  font-size: 12px;
  display: flex;
  gap: 10px;
  align-items: center;
}

/* Image Banner ============================================================== */
  @media (min-width: 1500px) and (min-width: 1950px) {
    .use_screen_two_thirds {
      height: 700px;
    }
  }

  @media screen and (min-width: 1951px) {
    .use_screen_two_thirds {
      height: 700px;
    }
  }

/* Collection Page CL ============================================================== */
.collection.collection--cl {
  margin-top: 0;
  padding-top: var(--gutter);
}

.collection--cl p,
.collection--cl span,
.collection--cl label {
  font-family: "FontsFree-Net-MondaySans" !important;
}

.collection--cl .product-grid-item__slide {
  border: 2px solid #767570;
}

/* Login Page ============================================================== */
#AAI-customeractivate {
  background: white;
  padding: 20px 20px 30px;
  margin-bottom: 40px;
}

#AAI-title {
  margin: 0 0 0.75em;
  line-height: 1.25;
  font-size: calc(21.6216653056px * var(--FONT-ADJUST-HEADING));
  /* font-family: var(--FONT-STACK-HEADING); */
  font-weight: var(--FONT-WEIGHT-HEADING);
  font-style: var(--FONT-STYLE-HEADING);
  letter-spacing: var(--FONT-HEADING-SPACE);
  text-transform: var(--FONT-HEADING-CAPS);
}

#AAI-buttontext {
  color: red;
}

#AAI-buttontext,
#rc_login {
  padding-top: 15px;
}

/* Theme Search  ============================================================== */
.header__search__results {
  display: none;
}

.snize-results-html {
  display: none;
}

.dl__product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

@media only screen and (max-width: 479px) {
  .dl__product-grid {
    gap: 0;
  }
}

.dl__product-img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  background-color: #dfdfde;
}

.dl__product-grid-item {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 479px) {
  .dl__product-grid-item {
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: none;
  }

  .dl__product-grid-item:last-of-type {
    border-right: none;
  }
}

.header__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.header__menu__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.header__menu__inner.dirty-menu-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: max-content;
  -webkit-animation: fadeIn 3s ease-out;
  -moz-animation: fadeIn 3s ease-out;
  -o-animation: fadeIn 3s ease-out;
  animation: fadeIn 3s ease-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  20%{
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.dirty-menu-wrapper .menu__item {
  display: flex;
  justify-content: center;
  width: 100%;
  border: 2px solid #000;
  border-right: none;
}

.dirty-menu-wrapper .menu__item:last-of-type {
  border-right: 2px solid #000;
}

.dirty-menu-wrapper .navlink--toplevel {
  padding: 8px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  transition: all 100ms linear;
}

.dirty-menu-wrapper .navlink--toplevel:hover {
  background-color: #000;
  color: #fff;
}

.dirty-menu-wrapper .navtext {
  font-family: "Hamburg Hand", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
}

.header__logo__link.dirty-menu {
  width: 200px !important;
}

.header__menu__inner.42-gold-menu-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: max-content;
  -webkit-animation: fadeIn 3s ease-out;
  -moz-animation: fadeIn 3s ease-out;
  -o-animation: fadeIn 3s ease-out;
  animation: fadeIn 3s ease-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  20%{
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.42-gold-menu-wrapper .menu__item {
  display: flex;
  justify-content: center;
  width: 100%;
  border: 2px solid #000;
  border-right: none;
}

.42-gold-menu-wrapper .menu__item:last-of-type {
  border-right: 2px solid #000;
}

.42-gold-menu-wrapper .navlink--toplevel {
  padding: 8px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  transition: all 100ms linear;
}

.42-gold-menu-wrapper .navlink--toplevel:hover {
  background-color: #000;
  color: #fff;
}

.42-gold-menu-wrapper .navtext {
  font-family: "Hamburg Hand", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
}

.header__logo__link.42-gold-menu {
  width: 200px !important;
}

/* Product Page - Cl By Laundry  ============================================================== */
.bg--cl-by-laundry {
  background-color: #fffbf2;
}

.bg--cl-by-laundry .product__media,
.bg--cl-by-laundry .product-grid-item__slide {
  border: 2px solid #767570;
}

.bg--cl-by-laundry .media__thumb img {
  border: 1px solid #767570;
}

.bg--cl-by-laundry p,
.bg--cl-by-laundry a,
.bg--cl-by-laundry span,
.bg--cl-by-laundry button,
.bg--cl-by-laundry h1,
.bg--cl-by-laundry h2 {
  font-family: FontsFree-Net-MondaySans !important;
}

.products-count {
  text-align: right;
  margin: 10px;
}

.original-price {
  text-decoration-line: line-through;
}

/* Review  ============================================================== */
.tt-w-reviews-summary .tt-c-reviews-summary__heading,
.tt-w-reviews-summary .tt-c-reviews-summary__no-review-text,
.tt-c-reviews-summary__write-review-wrap .tt-w-reviews-summary,
.tt-c-reviews-summary__write-review-wrap button.tt-o-button.tt-o-button--primary.tt-c-reviews-summary__write-review.tt-c-reviews-summary__write-review {
  font-family: 'Montserrat',sans-serif !important;
}

