﻿/** Shopify CDN: Minification failed

Line 698:3 Unexpected "/"

**/
@font-face {
  font-family: "Perfectly Nineties";
  src: url('https://cdn.shopify.com/s/files/1/0561/5383/3585/files/perfectly-nineties-semibold.woff2?v=1759386039') format('woff2'), url('https://cdn.shopify.com/s/files/1/0561/5383/3585/files/perfectly-nineties-semibold.woff?v=1759386039') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Plak';
  src: url('https://cdn.shopify.com/s/files/1/0561/5383/3585/files/NeuePlak-Regular.woff2?v=1758800605') format('woff2'), url('https://cdn.shopify.com/s/files/1/0561/5383/3585/files/NeuePlak-Regular.woff?v=1758800605') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Plak';
  src: url('https://cdn.shopify.com/s/files/1/0561/5383/3585/files/NeuePlak-SemiBold.woff2?v=1758800604') format('woff2'), url('https://cdn.shopify.com/s/files/1/0561/5383/3585/files/NeuePlak-SemiBold.woff?v=1758800604') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body, body h1, body h2, body h3, body h4, body h5, body h6, body p {
  font-family: var(--font-second-body--family) !important;
  font-weight: var(--font-second-body--weight);
}
body.custom-font,
body.custom-font h1, 
body.custom-font h2, 
body.custom-font h3, 
body.custom-font h4, 
body.custom-font h5, 
body.custom-font h6, 
body.custom-font p {
  font-family: "Inter", sans-serif !important;
}
 
#product-images {
  display: block;
}
.section_previously .featured-collection-wrapper{
  display: flex;
}

.swiper-container {
  display: none;
  justify-content: center;  
  width: 50%;
  min-height: 800px;
  float: left;
  padding-bottom: 80px;
  position: sticky;
  top: 0;
  aspect-ratio: 3 / 4;
}

.mySwiper {
  width: 13%;
  height: 100%;
}

.swiper-to-click {
  height: fit-content;
  opacity: 0.4;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-to-click img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.swiper-to-click-active {
  opacity: 1;
}

.mySwiper22 {
  height: 100%;
  width: 85%;
  position: relative;
}

.swiper-main-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-main-image::-webkit-scrollbar {
  display: none;
}
.money:after {
  content: "";
}

.money {
  display: inline;
}

.money:after {
  content: attr(data-currency);
}
.swiper-main-image-content {
  display: flex;
  transition: transform 0.5s ease;
  height: 100%;
}

.main-image-slide {
  overflow: hidden;
  width: 100%;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: self-start;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
body s {
  text-decoration: inherit !important;
}
body .line-trough {
  text-decoration: revert !important;
}
.main-image-slide img {
  display: block;
  width: auto;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}

.swiper-button-next {
  right: 10px;
  cursor: pointer;
}

.swiper-button-prev {
  left: 10px;
  cursor: pointer;
}

.glass-zoom {
  position: absolute;
  z-index: 100;
  margin: 36px;
  cursor: pointer;
}
.main-image-slide-zoom video,
.main-image-slide-zoom img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.main-image-slide-zoom:has(video) {
  overflow: visible !important;
  position: static !important;
}

.modal-video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: opacity 0.3s ease;
}

.modal-video-play-btn:hover {
  opacity: 0.8;
}

.modal-video-play-btn svg {
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

.modal-swiper .swiper-slide.video-slide-active {
  overflow: hidden;
}

.modal-video-wrapper {
  overflow: hidden;
}

.main-image-slide-zoom video {
  width: 100%;
  height: calc(100% + 1px);
  max-height: unset;
  object-position: center center;
  overflow: visible;
}

.main-image-slide-zoom {
  width: 100%;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: self-start;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.main-image-slide-zoom--video {
  display: flex !important;
}

.modal-zoom:has(.swiper-slide-active.main-image-slide-zoom--video) .plus-zoom {
  display: none;
}

.swiper-to-click-zoom {
  height: 20%;  
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.modal-zoom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.6); 
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  flex-direction: row;
}

.ZoomContainer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  touch-action: none;
  position: relative;
}

.carousel-container {
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-item {
  min-width: 100%;
  display: flex;
  justify-content: center;
}

.ZoomImg {
  max-width: 100%;
  height: auto;
  touch-action: none;
}

.prev-button, .next-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 2rem;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}

.prev-button {
  left: 10px;
}

.next-button {
  right: 10px;
}

.modal-area {
  background-color: white;
  width: 60vh;
  max-width: 1000px;
  height: 90%;
  max-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  user-select: none;
}

.modal-area .swiper {
  display: flex;
  max-height: 100%;
  line-height: 0;
}

.modal-area .swiper .swiper-wrapper {
  height: auto;
}

.container-image-zoom {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-to-zoom {
  max-width: 100%;
  max-height: 100%;
  transition: transform 0.3s ease;
}

.thumbnail img {
  width: 80px;
  height: auto;
  cursor: pointer;
  border: 2px solid transparent;
}

.thumbnail img:hover {
  border-color: #007bff;
}

.arrow-zoom {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}
.plus-zoom {
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  bottom: 0px;
}
.plus-zoom-right{
  margin-right: 40px;
}
.plus-zoom-left{
  margin-left: 45px;
}
.plus-zoom-div{
  display: flex;
  justify-content: center;
  align-items: center;
}
.arrow-zoom-left {
  left: 10px;
}

.arrow-zoom-right {
  right: 10px;
}

.close-zoom {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 10;
}
.thumbnail-gallery {
  display: flex;
  flex-direction: column;
  height: 90vh;
  max-height: none;
  overflow-y: auto;
  box-sizing: border-box;
}

.thumbnail-gallery .swiper-slide {
  user-select: none;
}

.thumbnail-gallery::-webkit-scrollbar {
  display: none;
}

.thumb {
  width: 60px;
  height: 60px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.2s;
}

.thumb.active {
  border-color: #000;
}
.body-no-scroll {
  overflow: hidden;
}

/* iPhone 12 Mini */
/* @media (max-width: 360px) and (max-height: 780px) {
  .close-zoom {
    position: relative;
    bottom: 320px;
    right: 65px;
    cursor: pointer;
    z-index: 20;
  }
} */

/* Galaxy S10 */
/* @media (max-width: 360px) and (max-height: 760px) {
  .close-zoom {
    position: relative;
    bottom: 320px;
    right: 65px;
    cursor: pointer;
    z-index: 20;
  }
} */

/* 1024 x 768 */
@media (min-width: 724px) and (min-height: 768px) {
  .close-zoom {
    bottom: 320px;

  }
}

/* 1024 x 768 */
@media (min-width: 900px) and (min-height: 768px) {
  .close-zoom {
    bottom: 330px;
  }
}

/* 1280 x 800 */
@media (min-width: 1280px) and (min-height: 800px) {
  .close-zoom {
    bottom: 320px;
  }
}

/* 1280 x 1024 */
@media (min-width: 1280px) and (min-height: 1024px) {
  .close-zoom {
    bottom: 320px;
  }
}

/* 1500 x 1024 */
@media (min-width: 1280px) and (min-height: 1024px) {
  .close-zoom {
    bottom: 320px;
  }
}

/* 1366 x 768 */
@media (min-width: 1366px) and (min-height: 768px) {
  .close-zoom {
    bottom: 320px;
  }
}

/* 1440 x 900 */
@media (min-width: 1440px) and (min-height: 900px) {
  .close-zoom {
    bottom: 420px;
  }
}

/* 1440 x 900 */
@media (min-width: 1440px) and (min-height: 1220px) {
  .close-zoom {
    bottom: 540px;
  }
}

/* 1440 x 900 */
@media (min-width: 1440px) and (min-height: 1920px) {
  .close-zoom {
    bottom: 830px;
  }
}

/* 1680 x 1050 */
@media (min-width: 1680px) and (min-height: 1050px) {
  .close-zoom {
    bottom: 850px;
  }
}

/* 1680 x 1050 */
@media (min-width: 1680px) and (min-height: 1920px) {
  .close-zoom {
    bottom: 850px;
  }
}

/* 1920 x 1080 */
@media (min-width: 1920px) and (min-height: 1080px) {
  .close-zoom {
    bottom: 850px;
  }
}

/* 1920 x 1200 */
@media (min-width: 1920px) and (min-height: 1200px) {
  .close-zoom {
    bottom: 850px;
  }
}

/* 2048 x 1536 */
@media (min-width: 2048px) and (min-height: 1536px) {
  .close-zoom {
    bottom: 850px;
  }
}

/* 2560 x 1600 */
@media (min-width: 2560px) and (min-height: 1600px) {
  .close-zoom {
    bottom: 850px;
  }
}

/* 2560 x 1920 */
@media (min-width: 2560px) and (min-height: 1820px) {
  .close-zoom {
    bottom: 850px;
  }
}

/* 2560 x 1920 */
@media (min-width: 2860px) and (min-height: 1820px) {
  .close-zoom {
    bottom: 850px;
  }
}

/* 3840 x 2160 */
@media (min-width: 3240px) and (min-height: 1820px) {
  .close-zoom {
    bottom: 900px;
  }
}

/* 3840 x 2160 */
@media (min-width: 3240px) and (min-height: 2160px) {
  .close-zoom {
    bottom: 830px;
  }
}

/* 3840 x 2160 */
@media (min-width: 3840px) and (min-height: 2160px) {
  .close-zoom {
    bottom: 910px;
  }
}

/* 3840 x 2160 */
@media (min-width: 1700px) and (min-height: 1300px) {
  .close-zoom {
    bottom: 550px;
  }
}

/* 3840 x 2160 */
@media (min-width: 808px) and (min-height: 500px) {
  .mySwiper {
    width: 23%;
  }
}

.image-to-zoom:hover {
  transform: scale(1.5);
}

.arrow-zoom {
  background-color: transparent;
  color: #000;
  border: none;
  z-index: 20;
  cursor: pointer;
}
.doubly-nice-select {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: center;        
  border: none !important;
  background-color: transparent !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  color: #1d1d1d !important;
  cursor: pointer !important;
  font-family: "NeuePlak-ExtendedRegular" !important;
  z-index: auto !important;
  font-size: calc(1.6rem * .875) !important;
  padding-left: 0px !important;
}
#currency-mob .doubly-nice-select .list {
  -webkit-transform: unset;
  transform: unset;
}
body .doubly-nice-select .option {
  font-family: "NeuePlak-ExtendedSemiBold" !important;
}
body .doubly-wrapper {
  display: block !important;
  float: left !important;
}
#currency-mob .doubly-nice-select.right .list {
  right: unset !important;
  top: revert-layer !important;
  bottom: 100% !important;
}
.doubly-nice-select .current {
  color: #1d1d1d !important;
  font-weight: 600 !important;
  font-family: "NeuePlak-ExtendedSemiBold" !important;
}
.current .flags {
  display: none !important;
}
.arrow-zoom-left {
  left: 30px;
}

.arrow-zoom-right {
  right: 30px;
}

.swiper-button-prev {
  display: none;
}

.hidde-image-to-click {
  display: none !important;
}

.hidde-image-main-to-show {
  display: none !important;
} */

#galery {
  float: left;
  width: 50%;
  position: sticky;
  top: 10px;
}

@media (max-width: 767px) {
  #galery {
    display: none !important;
  }
  .sale-value {
    position: absolute;
    right: 0;
    padding-right: 15px;
  }
}
.sale-value {
  position: absolute;
  right: 20px;
  top: 20px;
  font-family: "NeuePlak-ExtendedRegular";
}
.explore-span {
  margin-bottom: 2vh;
}
.explore-span {
  color: #fff;
  font-size: 20px;
  font-family: NeuePlak-ExtendedSemiBold;
}
#thumbs {
  position: sticky;
  top: 10px;
  float: left;
  width: 19.98%;
}

#thumbs.five {
  width: 16.679%;
}

#thumbs .swiper-to-click {
  opacity: .5;
  border: 0 !important;
}

#thumbs .swiper-to-click img {
  width: 100%;
}

#thumbs .swiper-to-click.slick-current {
  opacity: 1;
}
#images {
  overflow: hidden;
}

#images .main-image-slide {
  position: relative;
}

#images .main-image-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

#images .slick-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  aspect-ratio: 1;
  margin-top: -25px;
  font-size: 0;
  background: transparent center / 26px no-repeat;
  z-index: 9;
}
#images .slick-arrow.slick-prev {
  left: 0;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="170" height="170"><path d="M134.853,155.711 L120.711,169.853 L35.858,84.1000 L120.711,0.147 L134.853,14.289 L64.142,84.1000 L134.853,155.711 Z"/></svg>') !important;
}

#images .slick-arrow.slick-next {
  right: 0;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="170" height="170"><path d="M49.289,169.853 L35.147,155.711 L105.858,84.1000 L35.147,14.289 L49.289,0.147 L134.142,84.1000 L49.289,169.853 Z" /></svg>') !important;
}

.newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick form {
  padding: 0px !important;
  max-width: 100% !important;
}

.newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick>form>div>div:nth-child(4)>div>div>div,
.newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick>form>div>div:nth-child(3) input,
.newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick>form>div>div:nth-child(5)>div:first-child input,
.newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick>form>div>div:nth-child(5)>div:last-child>div>div>div>div:first-child {
  border: none !important;
}

.newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick>form>div>div:nth-child(5)>div:last-child>div>div>div>div:last-child {
  border-left: 2px solid #000 !important;
  border-bottom: 2px solid #000 !important;
  border-right: 2px solid #000 !important;
  border-radius: 0px !important;
  left: -2px !important;
  width: calc(100% + 4px) !important;
  flex-direction: column;
}

.newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick>form>div>div:nth-child(5)>div:first-child input::placeholder,
.newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick>form>div>div:nth-child(5)>div:last-child input::placeholder {
  color: #1d1d1d !important;
}

.newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick>form>div>div:nth-child(5)>div:last-child>div>div>div>div {
  outline: 0px !important;
}

.newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick>form>div>div:nth-child(4)>div>div>div>button,
.newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick>form>div>div:nth-child(4)>div>div>div>input,
.newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick>form>div>div:nth-child(3)>div>div,
.newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick>form>div>div:nth-child(5)>div:first-child>div {
  border-bottom: 2px solid #000 !important;
  border-radius: 0px !important;
}

.newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick>form>div>div:nth-child(5)>div:last-child>div {
  border: 2px solid #000 !important;
  border-radius: 0px !important;
  display: block !important;
}

.newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick>form>div>div:nth-child(5)>div:last-child>div>div {
  display: block !important;
}

.newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick>form>div>div:nth-child(5)>div:last-child>div>div>div>div:first-child>button {
  align-items: center;
}

.newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick>form>div>div:nth-child(6) button {
  justify-content: center;
  align-items: center;
}

.newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick>form>div>div:nth-child(4)>div>div>div>input {
  position: relative;
  bottom: 2px;
  left: -1px;
}

.newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick h5>span {
  font-family: var(--font-heading--family) !important;
  font-weight: var(--font-heading--weight) !important;
  font-size: 48px !important;
  line-height: 60px !important;
  text-transform: capitalize !important;
  display: inline-block !important;
  letter-spacing: -0.72px !important;
  color: #2D2926 !important;
}

.custom-font .newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick h5>span {
  font-family: "Perfectly Nineties", sans-serif !important;
  font-weight: 600 !important;
}

@media screen and (max-width: 1023px) {
  .newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick h5>span {
    font-size: 36px !important;
    line-height: 44px !important;
    letter-spacing: -0.96px !important;
    text-align: center !important;
    display: block !important;
  }
}

.newsletter .form_kalviyo-newsletter .klaviyo-form button {
  font-family: "NeuePlak-ExtendedSemiBold" !important;
}

.newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick div {
  border-radius: 0px !important;
  outline: none !important;
  justify-content: flex-start !important;
}

.newsletter div[role="listbox"] div[role="option"] div{
  align-items: center;
  font-family: "NeuePlak-ExtendedRegular" !important;
  font-size: 1.6rem !important;
  line-height: calc(1.6rem * 1.5) !important;
  letter-spacing: .02rem !important;
}

.newsletter div[role="listbox"] div[role="option"] img {
  margin-top: 2px;
}

.newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick p,
.newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick span {
  font-family: var(--font-body--family) !important;
  font-weight: var(--font-body--weight) !important;
  font-size: 20px !important;
  line-height: 28px !important;
  letter-spacing: 0 !important;
  color: #5F5850 !important;
}

.custom-font .newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick p,
.custom-font .newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick span {
  font-family: "Neue Plak", sans-serif !important;
  font-weight: normal !important;
}

@media (max-width: 1023px) {
  .newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick p,
  .newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick span {
    display: block;
    font-size: 16px !important;
    line-height: 20px !important;
    text-align: center !important;
  }
}

.newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick p br,
.newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick span br {
  display: none !important;
}

.newsletter .form_kalviyo-newsletter .klaviyo-form [data-testid="form-row"]:nth-child(4) .needsclick span {
  font-size: 11px !important;
  line-height: 1.3 !important;
  display: block;
}

.newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick input::placeholder,
.newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick input {
  font-size: 16px !important;
  line-height: 20px !important;
  font-family: 'Neue Plak', sans-serif !important;
}

.newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick input::placeholder {
  color: #B7A99A !important;
}

.newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick>form>div>div:nth-child(5)>div:last-child>div>div>div>div:last-child>div:first-child {
  padding-top: 0px !important;
}

.newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick>form>div>div:nth-child(5)>div:last-child>div>div>div>div:last-child>div {
  font-size: calc(1.6rem* .875) !important;
  line-height: 2rem !important;
  font-family: 'NeuePlakText-Regular' !important;
  padding-left: 25px !important;
}

.newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick input:focus-visible,
.newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick button:focus-visible {
  outline: none !important;
}

.newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick>form>div>div:nth-child(4)>div>div>div>div>div:nth-child(2) {
  z-index: 100 !important;
}

#eco-friendly .collection-header {
  display: none;
}

@media (max-width: 768px) {
  #product-images {
    display: block;
  }
  .product-tags-power span {
    margin-bottom: 5px;
  }
  .utilities-gap {
    display: flex;
    gap: 12px;
  }
}

@media (min-width: 769px) {
  .swiper-container {
    display: none;
  }
  .product-tags-power span {
    margin-top: 15px;
  }
    .utilities-gap {
    display: flex;
    gap: 25px;
  }
}

.product-tags-power span {
  background: #fff;
  padding-bottom: 10px;
}

/*previously seen pdps*/
.section_previously {
  background-color: #efece6;
  padding: 60px 0;
  display: none;
}

.section_previously .container .featured-collection-wrapper {
  justify-content: center;
  display: flex;
  width: 100%;
}

.section_previously .content-collection {
  width: 100%;
}

.section_previously h2,
.section_previously h4 {
  margin: 0px;
}

.section_previously h2 {
  margin-bottom: 30px;
  text-align: center;
}

.section_previously .previously-slider h4 {
  text-align: center;
}

.section_previously .previously-slider .hover_img {
  display: none;
}

.section_previously .previously-slider a:hover .hover_img {
  display: block;
  transition: all 0.3s ease-in-out;
}

.section_previously .previously-slider a:hover .default_img {
  display: none;
  transition: all 0.3s ease-in-out;
}

.section_previously .previously-slider a {
  position: relative;
  display: flex;
}

.section_previously .previously-slider a .content {
  position: absolute;
  bottom: 0px;
  min-height: 120px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0px 15px;
}

.section_previously .previously-slider a .content h3 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 100;
  text-transform: uppercase;
}

.section_previously .previously-slider a:hover .content {
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 0.67) 29.35%, rgba(217, 217, 217, 0.81) 51.09%);
  min-height: 120px;
}

.section_previously .no_slider-1 {
  max-width: 400px;
  margin: 0px auto;
}

.section_previously .no_slider-2 {
  max-width: 800px;
  margin: 0px auto;
}

.section_previously .previously-slider .slick-dots {
  bottom: -70px;
}

.section_previously .previously-slider .slick-dots li.slick-active button {
  background: #1d1d1d;
}

.section_previously .previously-slider .slick-dots button {
  width: 9px;
  height: 9px;
  background: #adadad;
}

.section_previously .slick-slider {
  position: relative;
}

.section_previously .slick-slider .ctn-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  padding: 10px;
}

.section_previously .slick-slider .ctn-arrow.slick-disabled{
  background-color: transparent;
  opacity: .5;
}

.section_previously .slick-slider .ctn-arrow svg {
  width: 100%;
  max-width: 14px;
  margin: 0 auto;
}

.section_previously .slick-slider .ctn-arrow-prev {
  left: 0px;
}

.section_previously .slick-slider .ctn-arrow-next {
  right: 0px;
}

.section_previously .layout-normal {
  display: flex;
  max-width: 900px;
  margin: 0 auto;
}

.section_previously .layout-normal .content-collection {
  width: 50%;
  margin: 0 auto;
}

@media(max-width: 991px) {

  .section_previously .previously-slider a .content {
    padding: 0px 15px;
  }

  .section_previously .previously-slider a .content h3,
  .section_previously .previously-slider a .content span {
    font-size: 12px;
    line-height: 18px;
  }

  .section_previously .previously-slider a .content,
  .section_previously .previously-slider a:hover .content {
    min-height: 95px;
  }
}

@media(max-width: 768px) {

  .section_previously .previously-slider a .content h3,
  .section_previously .previously-slider a .content span {
    font-size: calc(1.6rem* .75);
    line-height: 1.6rem;
    letter-spacing: 0;
  }

  .section_previously .previously-slider a .content {
    position: relative;
    flex-direction: column;
    justify-content: initial;
    margin-top: 20px;
    background: transparent !important;
  }

  .section_previously {
    padding: 20px 0 15px;
  }

  .section_previously .previously-slider a .content {
    min-height: 70px;
    padding: 0px 10px;
    margin-top: 8px;
  }

  .section_previously .previously-slider a:hover .content {
    min-height: 70px;
  }

  .section_previously .previously-slider .slick-dots {
    bottom: -45px;
  }

  .section_previously .container .previously-slider {
    display: flex;
    flex-wrap: wrap;
  }

  .section_previously .layout-normal .content-collection {
    width: 100%;
  }
}

/*end previously seen*/

#product-images {
  display: none !important;
}

@media (max-width: 768px) {
  #product-images {
    display: block !important;
  }
}

@media (min-width: 769px) {
  .swiper-container {
    display: flex !important;
    justify-content: start !important;
  }
}

.close-x.closeZoom {
  transform: rotate(135deg);
}

@media (min-width: 769px) {
  .Slideshow>.glass-zoom-mobile {
    display: none !important;
  }
}

.Slideshow>.glass-zoom-mobile {
  position: absolute;
  z-index: 6 !important;
  margin: 23px !important;
  cursor: pointer;
  right: 0 !important;
  pointer-events: none;
}

.swiper {
  margin: 0 !important;
}

/* banner with text custom */

.banner-with-text--custom .block.banner-with-text .content h2 {
  font-family: var(--font-heading--family) !important;
  font-weight: var(--font-heading--weight) !important;
  font-size: 36px;
  line-height: 44px;
  background: var(--color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #FD371F;
  letter-spacing: -0.72px;
  margin: 0 0 16px;
}

.custom-font .banner-with-text--custom .block.banner-with-text .content h2 {
  font-family: "Perfectly Nineties", sans-serif !important;
  font-weight: 600 !important;
}

.banner-with-text--custom .block.banner-with-text .content h2 br {
  display: none;
}

@media (min-width: 1024px) {
  .banner-with-text--custom .block.banner-with-text .content h2 {
    font-size: 72px;
    line-height: 90px;
    letter-spacing: -1.44px;
    margin: 0 0 16px;
    width: 100%;
  }

  .banner-with-text--custom .block.banner-with-text .content h2 br {
    display: block
  }
}

@media screen and (max-width: 1023px) {
  .banner-with-text--custom .block.banner-with-text .content {
    position: relative;
    width: calc(100% - 32px) !important;
    justify-content: start;
    padding: 0;
    height: auto;
    align-items: start;
    text-align: start;
    background-color: var(--content-bg);
    padding: 24px 16px 40px;
    gap: 0;
    margin: 0 auto;
  }
}

.banner-with-text--custom .banner-with-text__picture {
  display: block;
}

.banner-with-text--custom .banner-with-text__image {
  width: 100%;
  padding: 0 16px;
  object-fit: cover;
  object-position: left;
}

@media screen and (max-width: 767px) {
  .banner-with-text--custom .banner-with-text__picture--desktop-only {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .banner-with-text--custom .banner-with-text__picture--mobile-only {
    display: none;
  }

  .banner-with-text--custom .banner-with-text__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    object-position: var(--banner-object-position, center center);
  }
}

.banner-with-text--custom h5 {
  margin: 0;
}

.banner-with-text--custom .horizontal-align--right {
  margin-left: auto;
}

.banner-with-text--custom .horizontal-align--center {
  margin-left: auto;
  margin-right: auto;
}

.banner-with-text--custom .horizontal-align--left {
  margin-right: auto;
}

.banner-with-text--custom .learn-more {
  padding: 10px;
}

.banner-with-text--custom .block.banner-with-text .content p {
  font-family: var(--font-body--family);
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: var(--color-mobile);
  margin: 0 0 24px;
}

.custom-font .banner-with-text--custom .block.banner-with-text .content p {
  font-family: "Neue Plak", sans-serif !important;
}

@media (min-width: 1024px) {
  .banner-with-text--custom .block.banner-with-text .content p {
    font-size: 18px;
    line-height: 24px;
    color: var(--color);
  }
}

@media screen and (max-width: 767px) {
  .banner-with-text--custom .banner-with-text {
    height: auto !important;
    line-height: 0;
  }
}

/* collection slider custom */

.collection-slider--custom {
  padding: 60px 0;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .collection-slider--custom {
    padding: 40px 0 80px;
  }
}

.collection-slider--custom h2 {
  text-align: start;
}

@media screen and (min-width: 1200px) {
  .collection-slider--custom .Slideshow {
    padding: 0 80px;
  }
}

.collection-slider--custom .Slideshow .slick-slide {
  padding: 0;
}

.collection-slider--custom .Slideshow .slick-arrow {
  display: none !important;
}

.collection-slider--custom .quick-add-content {
  display: block;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .collection-slider--custom .quick-add-content {
    padding: 20px 10px;
  }

  .collection-slider--custom .quick-add-content-product-info {
    padding-top: 10px;
  }
}

.collection-slider-wrapper .swiper-pagination,
.collection-slider--custom .slick-dots {
  top: -84px;
  left: auto;
  right: 0;
  width: max-content;
  height: 50px;
}

@media screen and (max-width: 1023px) {
  .collection-slider-wrapper .swiper-pagination,
  .collection-slider--custom .slick-dots {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    height: auto;
    width: 100%;
    line-height: 0;
    margin-top: 45px;
  }
}

.collection-slider-wrapper .swiper-pagination .swiper-pagination-bullet,
.collection-slider--custom .slick-dots li {
  margin: 0;
}

.collection-slider-wrapper .swiper-pagination .swiper-pagination-bullet,
.collection-slider--custom .slick-dots button {
  background-color: #423D37;
  width: 6px;
  height: 6px;
  opacity: 1;
  transform: none;
  margin: 0 8px !important;
  position: relative;
}

.collection-slider-wrapper .swiper-pagination .swiper-pagination-bullet-active:before,
.collection-slider--custom .slick-dots li.slick-active button::before {
  content: "";
  border-radius: 50%;
  border: 1px solid #2D2926;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}

.collection-slider--custom .collection-slider-header {
  padding: 0 16px;
  margin: 0 0 24px;
}

@media screen and (max-width: 1023px) {
  .collection-slider--custom .item.item-product .item-product-img img {
    aspect-ratio: 3 / 4;
  }
}

.collection-slider--custom .quick-add-content-product-info {
  flex-direction: column;
  align-items: start;
}

.collection-slider--custom .quick-add-content-product-info .money {
  gap: 0 !important;
}

/* Slideshow */

.slideshow-slider-wrapper {
  position: relative;
}

.section-slideshow .slick-slide img {
  width: 100%;
}

@media screen and (max-width:1023px) {
  .section-slideshow .slick-slide img {
    min-height: 350px;
    object-fit: cover;
  }
}

.section-slideshow,
.collection-slider--custom,
.section-newsletter,
.shop-the-look {
  background-color: #F0ECEC;
}

.custom-blocks,
.collection-slider--custom {
  background-color: var(--background-color);
}

.section-slideshow {
  overflow: hidden;
}

.section-slideshow .Slick:not(.slick-initialized) {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap !important;
}

.section-slideshow .Slick .slideshow-slider-block:not(.slick-slide) {
  min-width: 100vw;
}

.section-slideshow .slideshow-slider-block .content {
  padding: 24px 16px 40px;
  background-color: #F4F0F0;
}

@media screen and (min-width: 1024px) {
  .section-slideshow .slideshow-slider-block {
    position: relative;
  }

  .section-slideshow .slideshow-slider-block .content {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 50px;
    bottom: 0;
    margin: auto;
    margin-left: 70px;
    max-width: 450px;
  }

  .section-slideshow .slideshow-slider-block .content.top {
    justify-content: start;
  }

  .section-slideshow .slideshow-slider-block .content.bottom {
    justify-content: end;
  }

  .section-slideshow .slideshow-slider-block .content.center {
    right: 0;
    left: 0;
    margin: auto;
    align-items: center;
  }

  .section-slideshow .slideshow-slider-block .content.right {
    align-items: flex-end;
  }
}

.section-slideshow h5 {
  margin: 0;
  font-family: var(--font-second-body--family);
  font-weight: var(--font-second-body--weight) !important;
  font-size: 14px;
  line-height: 18px;
  color: var(--color-mobile);
}

.custom-font .section-slideshow h5 { 
  font-family: "Inter", sans-serif;
  font-weight: bold !important;
}

@media (min-width: 1024px) {
  .section-slideshow h5 {
    font-size: 16px;
    line-height: 24px;
    color: var(--color);
  }
}

.videoHero.desk {
  display: none;
}

.Slideshow video {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .videoHero.mob {
    display: none;
  }
  .videoHero.desk {
    display: block;
  }
}

@media (min-width: 1024px) {
  .section-slideshow h5 {
    display: block;
  }
}

.section-slideshow h2 {
  margin: 0;
  font-size: 63px;
  line-height: 1.2;
  color: #FFAFBD;
  font-weight: 600 !important;
  letter-spacing: -1.8px;
}

@media screen and (max-width: 1023px) {
  .section-slideshow h2 {
    color: #282828 !important;
    font-size: 34px;
  }

  .section-slideshow h2 br {
    display: none;
  }
}

.section-slideshow .text p {
  margin: 16px 0 24px;
  font-size: 18px;
  line-height: 1.7;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .section-slideshow .text p {
    margin-top: 8px;
    color: var(--slide-text-color);
    font-size: 16px;
    line-height: 1.6;
  }
}

.section-slideshow .custom-button {
  width: max-content;
  padding: 12px 28px;
  background-color: #282828;
  text-transform: none;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  border-radius: 6px;
  line-height: 1.8;
  letter-spacing: 0;
  font-weight: 600 !important;
}

@media screen and (max-width: 1023px) {
  .section-slideshow .custom-button {
    padding: 16px 28px;
    font-size: 16px;
  }
}

.section-slideshow .slick-arrow {
  display: none !important;
}

.section-slideshow .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}

@media screen and (max-width: 1023px) {
  .section-slideshow .slick-dots {
    display: none !important;
  }
}

/* Custom Blocks */

.custom-blocks {
  padding: 40px 16px;
}

@media (min-width: 768px) {
  .custom-blocks {
    padding: 60px 16px;
  }
}

@media (min-width: 1024px) {
  .custom-blocks {
    padding: 80px;
  }

  .custom-blocks--full {
    padding: 80px 0;
  }

  .custom-blocks--full .custom-blocks-title {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media screen and (max-width: 1023px) {
  .custom-blocks h2 {
    margin-top: 0;
  }

  .custom-blocks .custom-blocks-title p,
  .custom-blocks h2 {
    text-align: center;
  }
}

.custom-blocks .custom-blocks-content {
  display: flex;
  gap: 32px;
}

@media screen and (max-width: 1023px) {
  .custom-blocks .custom-blocks-content {
    flex-direction: column;
    gap: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .custom-blocks .blocks {
    width: 43.5%;
  }
  .custom-blocks .main-block {
    width: 56.5%;
  }

  .custom-blocks .custom-blocks-content--half .blocks,
  .custom-blocks .custom-blocks-content--half .main-block {
    width: 50%;
  }
}

.custom-blocks .main-block img,
.custom-blocks .blocks img {
  width: 100%;
  object-fit: cover;
}

.custom-blocks .blocks {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}

@media screen and (max-width: 1023px) {
  .custom-blocks .blocks {
    gap: 16px;
  }
}

.custom-blocks .block {
  position: relative;
}

.custom-blocks .block.main-image {
  height: 100%;
}

.custom-blocks .block-content {
  position: absolute;
  padding: 30px;
}

@media screen and (max-width:1023px) {
  .custom-blocks .block-content {
    bottom: 0;
  }
}

.custom-blocks .block-content h2 {
  margin: 0;
  margin-bottom: 12px;
  font-size: 34px;
  font-weight: 400 !important;
  font-family: 'NeuePlakText-Regular' !important;
  line-height: 40px;
  letter-spacing: 0;
  color: #2D2926;
}

.custom-blocks .block-content .custom-button {
  font-size: 16px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 28px;
  letter-spacing: 0;
  text-decoration: none;
  border-bottom: 1px solid;
  color: #2D2926;
}

.custom-blocks .block-content h2,
.custom-blocks .block-content .custom-button {
  color: var(--color-text);
}

@media screen and (max-width: 1023px) {
  .custom-blocks .block-content h2,
  .custom-blocks .block-content .custom-button {
    color: var(--mobile-color-text);
  }
}

.custom-blocks .block.bottom.left .block-content {
  bottom: 0;
}

.custom-blocks .block.bottom.right .block-content {
  right: 0;
  bottom: 0;
}

.custom-blocks .block.top.right .block-content {
  right: 0;
}

.custom-blocks .block.middle.left .block-content {
  top: 0;
  bottom: 0;
  margin: auto;
}

.custom-blocks .block.middle.left .block-content {
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.custom-blocks .blocks.three-blocks {
  flex-direction: row;
  flex-wrap: wrap;
}

.custom-blocks .blocks.three-blocks .block:first-of-type {
  width: 100%;
}

.custom-blocks .blocks.three-blocks .block:nth-of-type(2),
.custom-blocks .blocks.three-blocks .block:nth-of-type(3) {
  width: calc(50% - 16px);
}

@media screen and (max-width: 1023px) {
  .custom-blocks .blocks.three-blocks .block:nth-of-type(2),
  .custom-blocks .blocks.three-blocks .block:nth-of-type(3) {
    width: calc(50% - 8px);
  }
}

.custom-blocks .blocks.mobile {
  display: none;
}

@media screen and (max-width: 1023px) {
  .custom-blocks .blocks.mobile {
    display: flex;
  }

  .custom-blocks .blocks.three-blocks .block:nth-of-type(2),
  .custom-blocks .blocks.three-blocks .block:nth-of-type(3) {
    display: none;
  }

  .custom-blocks .blocks.mobile.three-blocks .block:nth-of-type(2),
  .custom-blocks .blocks.mobile.three-blocks .block:nth-of-type(3) {
    display: block;
  }

  .custom-blocks .blocks.mobile.three-blocks .block:nth-of-type(1) {
    display: none;
  }
}

.custom-blocks .block-link {
  position: absolute;
  width: 100%;
  height: 100%;
}

.custom-blocks .block-image {
  height: 100%;
}

/* Newsletter */

.section-newsletter {
  display: flex;
  gap: 40px;
  padding: 0 0 0 80px;
}

.section-newsletter .newsletter-wrapper {
  display: flex;
  width: 100%;
  gap: 40px;
  padding: var(--pt) 0 var(--pb) 0;
}

@media screen and (max-width: 1023px) {
  .section-newsletter {
    flex-direction: column;
    gap: 20px;
    padding: 0 16px 0 16px;
  }

  .section-newsletter .newsletter-wrapper {
    flex-direction: column;
    padding: var(--pt-mobile) 0 var(--pb-mobile);
  }
}

@media screen and (min-width: 1024px) {
  .section-newsletter .newsletter-image,
  .section-newsletter .newsletter-form {
    max-width: 50%;
  }

  .section-newsletter .newsletter-image {
    height: auto;
    object-fit: cover;
    object-position: center center;
  }
}

.newsletter-image {
  position: relative;
  display: block;
  line-height: 0;
  width: 100%;
}

.newsletter-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media screen and (max-width: 1023px) {
  .newsletter-image {
    aspect-ratio: 3 / 4;
    object-fit: cover;
    object-position: center center;
    max-height: var(--max-height-mobile);
  }

  .newsletter-image img {
    aspect-ratio: 3 / 4;
  }
}

/* Header */

header#AppHeader #AppNav .NavLink {
  color: #282828;
  font-weight: 600 !important;
}

header#AppHeader #AppNav .NavLink:hover::after {
  background-color: #282828 !important;
}

header#AppHeader #AppNav .NavLink strong {
  font-weight: 800 !important;
}
header#AppHeader .CartCount {
  background-color: #282828;
  color: #fff !important;
  font-size: 12px;
  padding: 4px 6px;
  border-radius: 15px;
  line-height: 1;
  min-width: 20px;
  min-height: 20px;
  font-weight: 700 !important;
}

/* Shop the look */

.shop-the-look {
  background-color: #F4F0F0;
  padding: 80px 0;
}

@media screen and (max-width: 1023px) {
  .shop-the-look {
    padding: 60px 0;
    background: #F0ECEC;
  }
}

.shop-the-look__container {
  margin: 0 auto;
  padding: 0 80px;
}

@media screen and (max-width: 1023px) {
  .shop-the-look__container {
    padding: 0 16px;
  }
}

.shop-the-look__text {
  margin-bottom: 30px;
}

@media screen and (max-width: 1023px) {
  .shop-the-look__text {
    text-align: center;
  }
}

.shop-the-look__text p {
  margin: 0;
  line-height: 1.1;
}

.shop-the-look__grid {
  display: grid;
}

@media screen and (max-width: 1023px) {
  .shop-the-look__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
}

.shop-the-look__item {
  width: calc(50% - 8px);
}

@media (min-width: 1024px) {
  .shop-the-look__grid {
    display: flex;
    gap: 2%;
  }

  .shop-the-look__item {
    width: 100%;
    height: 100%;
  }
}

.shop-the-look__item {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.shop-the-look__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  aspect-ratio: 1;
}

.shop-the-look__point {
  position: absolute;
  width: 21px;
  height: 21px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}

.shop-the-look__point::before {
  content: '';
  width: 9px;
  height: 9px;
  background: #F1B434;
  border-radius: 50%;
  position: absolute;
}

.shop-the-look__point:hover {
  transform: translate(-50%, -50%) scale(1.2);
}

.shop-the-look__point:hover::before {
  background: #ffffff;
}

@media (max-width: 768px) {
  .shop-the-look__title {
    font-size: 2rem;
  }

  .shop-the-look__subtitle {
    font-size: 1.1rem;
  }

  .shop-the-look__point {
    width: 21px;
    height: 21px;
    transform: translate(-50%, -50%);
  }

  .shop-the-look__point::before {
    content: '';
    width: 9px;
    height: 9px;
    background: #F1B434;
    border-radius: 50%;
    position: absolute;
  }

  .shop-the-look__point:hover {
    transform: translate(-50%, -50%) scale(1.2);
  }

  .shop-the-look__point:hover::before {
    background: #ffffff;
  }
}

.shop-the-look__text h2,
.collection-slider .collection-slider-header h2 {
  font-family: var(--font-heading--family) !important;
  text-transform: none;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.72px;
  font-weight: var(--font-heading--weight) !important;
  color: #2D2926;
  text-align: center;
  padding: 0;
  margin: 0;
}

.custom-font .shop-the-look__text h2,
.custom-font .collection-slider .collection-slider-header h2 {
  font-family: "Perfectly Nineties", sans-serif !important;
  font-weight: 600 !important;
}


.section-custom-blocks .custom-blocks-title h2,
.section-custom-blocks .custom-blocks-title p,
.shop-the-look__text h2,
.shop-the-look__text p {
  margin-top: 0;
  font-family: 'NeuePlakText-Regular' !important;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 0;
  color: #2D2926;
}

.collection-slider .collection-slider-header h2 a,
.section-custom-blocks .custom-blocks-title h2 a {
  color: #2D2926;
}

@media screen and (max-width: 1023px) {
  .shop-the-look__text p {
    font-size: 20px;
    line-height: 1.2;
  }
}

.section-custom-blocks .custom-blocks-title h2,
.shop-the-look__text h2 {
  margin: 0;
  font-weight: 600 !important;
}

.section-custom-blocks .custom-blocks-title a {
  text-decoration: none;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 1023px) {
  .section-custom-blocks .custom-blocks-title h2 {
    margin-bottom: 10px;
  }
}

.section-custom-blocks .custom-blocks-title p {
  font-family: 'NeuePlakText-Light' !important;
}

@media screen and (max-width: 1023px) {
  .section-custom-blocks .custom-blocks-title p {
    font-size: 20px;
    line-height: 1.2;
  }
}

@media screen and (min-width:768px) {
  .section-collection-slider .item.item-product {
    padding-bottom: 160px;
  }
  
  .section-collection-slider .quick-add {
    bottom: -160px;
  }
}

@media screen and (max-width: 1023px) {
  #Hamburger[aria-expanded="true"] {
    right: 20px;
  }

  .section-collection-slider .item-detail h3 a {
    font-size: 16px;
  }

  .section-collection-slider .item-detail .money {
    font-size: 14px;
  }
}

@media screen and (max-width: 1023px) {
  #footer-content nav {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }

  #footer-content nav:last-of-type {
    margin-bottom: 32px;
  }

  #footer-content .flex {
    flex-direction: column;
  }

  .footer-nav-section {
    border-bottom: 1px solid #D7D2CB;
    margin-bottom: 0;
  }

  .footer-nav-checkbox {
    display: none;
  }

  .footer-nav-toggle {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    margin: 0;
    font-size: 14px;
    font-weight: 600 !important;
  }

  .footer-nav-icon {
    font-size: 18px;
    font-weight: bold;
    transition: transform 0.3s ease;
  }

  .footer-nav-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .footer-nav-checkbox:checked + .footer-nav-toggle + .footer-nav-content {
    max-height: 300px;
    padding-bottom: 15px;
  }

  .footer-nav-checkbox:checked + .footer-nav-toggle .footer-nav-icon {
    transform: rotate(180deg);
  }

  .footer-nav-content li {
    padding: 8px 0;
  }

  .footer-nav-content li a {
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
  }

  .footer-nav-content li a:hover {
    color: #1d1d1d;
  }

  #footer-content nav ul li {
    margin-bottom: 0;
  }

  #copyright {
    margin: 0 0 32px;
  }

  #copyright ul {
    display: none;
  }

  .footer-social {
    order: 2;
  }

  #footer-content h1, #footer-content h2, #footer-content h3, #footer-content h4, #footer-content h5, #footer-content h6, #footer-content a, #footer-content label, #footer-content input {
    color: #D7D2CB;
  }
}

@media screen and (min-width: 1024px) {
  .footer-nav-checkbox {
    display: none;
  }

  .footer-nav-section .footer-nav-toggle {
    cursor: default;
  }

  .footer-nav-icon {
    display: none;
  }

  .footer-nav-content {
    max-height: none;
    overflow: visible;
  }

  #footer-content h1, #footer-content h2, #footer-content h3, #footer-content h4, #footer-content h5, #footer-content h6, #footer-content a, #footer-content label, #footer-content input {
    color: #F4F0F0;
  }

  #footer-utilities {
    padding-top: 12px;
    border-top: 1px solid #5F5850;
  }
}

.footer-contact-section .newsletter {
  max-width: 100%; 
  width: 100%;
}

@media (min-width: 1024px){
  .footer-contact-section  {
    max-width: 400px;
    width: 400px !important;
  }

  #footer-content nav {
    margin-right: 80px;
  }
}

@media (min-width: 1600px){
  .footer-contact-section  {
    max-width: 500px;
    width: 500px !important;
  }

  #footer-content nav {
    margin-right: 120px;
  }
}

.footer-contact-section .newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick h5 > span,
.footer-contact-section .newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick p, 
.footer-contact-section .newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick .klaviyo-form-richtext span,
.footer-contact-section .newsletter .form_kalviyo-newsletter [role="radiogroup"] .needsclick.kl-private-reset-css-Xuajs1 {
  color: #F4F0F0 !important;
  text-align: left !important;
}

.footer-contact-section .newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick span {
  font-size: 16px !important;
  line-height: 120% !important;
}

.footer-contact-section .newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick h5 > span {
  font-size: 26px !important;
  line-height: 120% !important;
}

.footer-contact-section .newsletter .form_kalviyo-newsletter .klaviyo-form [data-testid="form-row"] [data-testid="form-component"] > .needsclick {
  color: #F4F0F0 !important;
}

.footer-contact-section  .newsletter .form_kalviyo-newsletter [role="radiogroup"] svg:first-of-type {
  stroke: #F4F0F0 !important;
}

.footer-contact-section  .newsletter .form_kalviyo-newsletter [role="radiogroup"] circle {
  fill: #F4F0F0 !important;
}

.footer-contact-section .newsletter .form_kalviyo-newsletter .klaviyo-form .klaviyo-emailinput input[type="email"] {
  background-image: none !important;
  color: #F4F0F0 !important;
  padding-left: 36px !important;
}

.footer-contact-section .newsletter .form_kalviyo-newsletter .klaviyo-form .klaviyo-emailinput {
  position: relative;
}

.footer-contact-section .newsletter .form_kalviyo-newsletter .klaviyo-form .klaviyo-emailinput::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.2725 4.146C20.7912 4.146 22.0225 5.37721 22.0225 6.896V16.896C22.0225 18.4148 20.7912 19.646 19.2725 19.646H5.27246C3.75371 19.646 2.52246 18.4148 2.52246 16.896V6.896C2.52246 5.37724 3.75371 4.14604 5.27246 4.146H19.2725ZM12.6885 13.52C12.4366 13.6879 12.1084 13.688 11.8564 13.52L4.02246 8.29736V16.896C4.02246 17.5863 4.58214 18.146 5.27246 18.146H19.2725C19.9628 18.146 20.5225 17.5864 20.5225 16.896V8.29736L12.6885 13.52ZM5.27246 5.646C4.70925 5.64603 4.23341 6.01867 4.07715 6.53076L12.2725 11.9946L20.4678 6.52979C20.3112 6.01815 19.8354 5.646 19.2725 5.646H5.27246Z' fill='%23F4F0F0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

.footer-contact-section .newsletter .form_kalviyo-newsletter .klaviyo-form .klaviyo-emailinput input[type="email"]:-webkit-autofill,
.footer-contact-section .newsletter .form_kalviyo-newsletter .klaviyo-form .klaviyo-emailinput input[type="email"]:-webkit-autofill:hover,
.footer-contact-section .newsletter .form_kalviyo-newsletter .klaviyo-form .klaviyo-emailinput input[type="email"]:-webkit-autofill:focus {
  -webkit-text-fill-color: #F4F0F0 !important;
  color: #F4F0F0 !important;
}

.form_kalviyo-newsletter input[type="email"] {
  background-color: inherit !important;
}

.newsletter #email_01K4CFB6CQNK9SPNHM2JG0BRVH {
  font-size: 16px !important;
}

@media screen and (min-width:1024px) {
  .newsletter {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .section-newsletter .newsletter-wrapper  {
    gap: 136px;
  }

  .newsletter {
    max-width: 38.236%;
    width: 38.236%;
  }

  .section-newsletter .newsletter-image {
    max-width: 61.764%;
    min-width: 50vw;
    max-height: var(--max-height);
  }
}

.item-product._hide-quick-add .item-detail {
  position: relative;
  width: 100%;
  display: flex;
  padding: 12px 0 0;
}

.item-product._hide-quick-add .item-detail:after {
  display: none;
}

.item-product._hide-quick-add .item-detail .item-detail-inner.flex {
  width: 100%;
  height: auto;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4px;
}

.item-product._hide-quick-add .item-detail h3,
.item-product._hide-quick-add .item-detail h3 * {
  width: 100%;
  font-family: var(--font-body--family) !important;
  font-weight: var(--font-body--weight) !important;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: none;
  color: #2D2926;
}

.custom-font .item-product._hide-quick-add .item-detail h3,
.custom-font .item-product._hide-quick-add .item-detail h3 * {
  font-family: "Neue Plak", sans-serif !important;
  font-weight: 700 !important;
}

.item-product._hide-quick-add .item-detail .product-price {
  width: 100%;
  text-align: left;
}

.item-product._hide-quick-add .item-detail .product-price * {
  font-family: var(--font-body--family) !important;
  font-weight: var(--font-body--weight) !important;
  font-size: 14px;
  line-height: 18px;
  color: #2D2926;
}

.custom-font .item-product._hide-quick-add .item-detail .product-price * {
  font-family: "Neue Plak", sans-serif !important;
  font-weight: 400 !important;
}

.item-product._hide-quick-add .money.compare-price {
  font-weight: normal !important;
}

.item-product._hide-quick-add .quickshop-wrap {
  display: none;
}

@media (min-width: 768px) {
  ._hide-quick-add .quick-add {
    display: none;
  }

  .item.item-product._hide-quick-add {
    padding-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .collection-slider--custom .collection-slider-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (min-width: 1200px) {
  .collection-slider--custom .collection-slider-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-slider--custom .slick-dots {
    right: -5px;
  }
}

.related-products .money {
  width: auto;
}

.slideshow-slider picture {
  display: block;
  width: 100%;
  line-height: 0
}

.slideshow-slider picture img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.section-slideshow h2 {
  font-family: var(--font-heading--family) !important;
  background: var(--color);
  font-weight: var(--font-heading--weight) !important;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.96px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Firefox fallback */
  color: #FD371F;
  margin: 0 0 8px;
}

.custom-font .section-slideshow h2 {
  font-family: "Perfectly Nineties", sans-serif !important;
  font-weight: 600 !important;
}

.section-slideshow h2 * {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.96px;
}

@media (max-width: 1023px) {
  .section-slideshow h2 {
    background: var(--color-mobile);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.section-slideshow .text {
  margin-bottom: 24px;
}

.section-slideshow .text p {
  font-family: var(--font-body--family) !important;
  font-weight: var(--font-body--weight) !important;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: var(--slide-text-color);
  margin: 0 0 10px;
}

.custom-font .section-slideshow .text p {
  font-family: "Neue Plak", sans-serif !important;
  font-weight: normal !important;
}

.section-slideshow .text p:last-child {
  margin: 0;
}

.banner-with-text--custom .block.banner-with-text .content a.learn-more,
.section-slideshow .custom-button {
  position: relative;
  top: auto;
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body--family) !important;
  font-weight: var(--font-body--weight) !important;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #fff;
  background-color: #0D0C0C;
  box-shadow: inset 0 2px 2px rgba(255,255,255,0.2),  0px 4px 8px rgba(255,255,255,0);
  border-radius: 1px;
  min-width: 135px;
  min-height: 40px;
  text-transform: none;
  padding: 6px 14px 7px;
  transition: box-shadow 0.3s ease;
  margin: 0;
}

.custom-font .banner-with-text--custom .block.banner-with-text .content a.learn-more,
.custom-font .section-slideshow .custom-button {
  font-family: "Neue Plak", sans-serif !important;
  font-weight: 600 !important;
}

.banner-with-text--custom .block.banner-with-text .content a.learn-more:before,
.banner-with-text--custom .block.banner-with-text .content a.learn-more:after,
.section-slideshow .custom-button:before,
.section-slideshow .custom-button:after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 2px;
  left: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}

.banner-with-text--custom .block.banner-with-text .content a.learn-more:after,
.section-slideshow .custom-button:after {
  left: auto;
  right: 0;
}

.banner-with-text--custom .block.banner-with-text .text-align-right .content a.learn-more {
  margin-left: auto;
}

.banner-with-text--custom .block.banner-with-text .text-align-center .content a.learn-more {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .section-slideshow .slideshow-slider-block .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    width: 100%;
    padding: 80px;
    top: 0;
    left: 0;
    margin: auto;
  }

  .section-slideshow h2 {
    width: auto;
    display: inline-block;
    vertical-align: top;
    font-size: 72px;
    line-height: 90px;
    letter-spacing: -1.44px;
    margin-bottom: 16px;
  }

  .section-slideshow h2 * {
    font-size: 72px;
    line-height: 90px;
    letter-spacing: -1.44px;
  }

  .section-slideshow .text {
    max-width: 436px;
  }

  .section-slideshow .text p {
    font-size: 18px;
    line-height: 24px;
    color: var(--slide-text-color);
  }

  .section-slideshow .custom-button {
    min-width: 122px;
    min-height: 44px;
    font-size: 18px;
    line-height: 24px;
    padding-left: 19px;
    padding-right: 19px;
  }

  .banner-with-text--custom .block.banner-with-text .content a.learn-more:hover,
  .section-slideshow .custom-button:hover {
    box-shadow: inset 0 2px 2px rgba(255,255,255,0.2),  0px 4px 4px rgba(255,255,255,0.2);
  }

  .banner-with-text--custom .block.banner-with-text .content a.learn-more {
    font-size: 18px;
    min-height: 48px;
  }
}

.collection-slider .slick-list {
  width: 100%;
  padding: 0 16px;
}

.collection-slider--custom .Slideshow .slick-slide:not(:last-child) {
 margin-right: 16px;
}

.collection-slider--custom .item.item-product .item-product-img img {
  aspect-ratio: auto;
  width: 100%;
  max-height: 413px;
  object-fit: cover;
  object-position: center center;
}

@media (min-width: 480px) {
  .collection-slider--custom .item.item-product .item-product-img img {
    max-height: none;
  }
}

@media (min-width: 768px) {
  .banner-with-text--custom .block.banner-with-text {
    display: flex;
    align-content: center;
    height: auto !important;
    min-height: 500px;
  }

  .banner-with-text--custom .block.banner-with-text .content {
    background: none;
  }
}

@media (min-width: 1024px) {
  .section-slideshow .slideshow-slider-block .content {
    background: none;
  }

  .collection-slider--custom {
    padding: 80px 0;
  }

  .collection-slider--custom .collection-slider-header {
    padding: 0 80px;
    margin-bottom: 32px;
  }

  .collection-slider .collection-slider-header h2 {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -0.96px;
    text-align: left;
  }

  .collection-slider--custom .slick-dots {
    top: -50px;
    right: -8px;
    height: auto !important;
    bottom: auto;
  }

  .collection-slider .slick-list {
    padding: 0;
  }

  .collection-slider--custom .Slideshow .slick-slide {
    padding: 0 16px;
  }

  .collection-slider--custom .Slideshow .slick-slide:not(:last-child) {
    margin: 0;
  }

  .collection-slider .slick-list {
    width: calc(100% + 32px);
    margin: 0 -16px;
  }

  .collection-slider--custom .item.item-product .item-product-img img {
    max-height: 413px;
  }

  .item-product._hide-quick-add .item-detail h3, 
  .item-product._hide-quick-add .item-detail h3 * {
    font-size: 18px;
    line-height: 24px;
  }

  .item-product._hide-quick-add .item-detail .product-price * {
    font-size: 16px;
    line-height: 20px;
  }

  .banner-with-text--custom .block.banner-with-text {
    min-height: 668px !important;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 78px;
  }

  .banner-with-text--custom .block.banner-with-text .content {
    width: 100% !important;
    max-width: 420px;
    align-items: flex-start;
    gap: 0 !important;
    padding: 0;
    margin: 0;
  }

  .banner-with-text--custom .block.banner-with-text .content p {
    max-width: 380px;
  }
}

@media (min-width: 1500px) {
  .collection-slider--custom .item.item-product .item-product-img img {
    max-height: none;
  }
}

.shop-the-look__text,
.section-custom-blocks .custom-blocks-title {
  margin: 0 0 24px;
}

.shop-the-look .shop-the-look__text h2,
.section-custom-blocks .custom-blocks-title h2 {
  font-family: var(--font-heading--family) !important;
  font-weight: var(--font-heading--weight) !important;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.72px;
  color: #2D2926;
  margin: 0;
}

.custom-font .shop-the-look .shop-the-look__text h2,
.custom-font .section-custom-blocks .custom-blocks-title h2 {
  font-family: "Perfectly Nineties", sans-serif !important;
  font-weight: 600 !important;
}

.shop-the-look .shop-the-look__text h2 a,
.section-custom-blocks .custom-blocks-title h2 a {
  color: #2D2926;
}

.section-custom-blocks .custom-blocks-title p,
.shop-the-look__text p {
  font-family: var(--font-body--family) !important;
  font-weight: var(--font-body--weight) !important;
  font-size: 18px;
  line-height: 24px;
  color: #5F5850;
  margin: 8px 0 0;
}

.custom-font .section-custom-blocks .custom-blocks-title p,
.custom-font .shop-the-look__text p {
  font-family: "Neue Plak", sans-serif !important;
  font-weight: normal !important;
}

.custom-blocks .block.main-image,
.custom-blocks .block {
  line-height: 0;
}

.custom-blocks .block-content {
  padding: 24px;
}

.custom-blocks .block-content h2 {
  font-family: var(--font-heading--family) !important;
  font-weight: var(--font-heading--weight) !important;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0;
}

.custom-font .custom-blocks .block-content h2 {
  font-family: "Perfectly Nineties", sans-serif !important;
  font-weight: 600 !important;
}

.custom-blocks .block-content .custom-button {
  font-family: var(--font-body--family) !important;
  font-weight: var(--font-body--weight) !important;
  font-size: 16px;
  line-height: 20px;
  border: none;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

.custom-font .custom-blocks .block-content .custom-button {
  font-family: "Neue Plak", sans-serif !important;
  font-weight: 600 !important;
}

@media (min-width: 1024px) {
  .shop-the-look__text,
  .section-custom-blocks .custom-blocks-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin: 0 0 32px;
  }

  .section-custom-blocks .custom-blocks-title h2,
  .shop-the-look__text h2 {
    width: 50%;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -0.96px;
    margin: 0;
  }

  .section-custom-blocks .custom-blocks-title p,
  .shop-the-look__text p {
    font-size: 20px;
    line-height: 28px;
    width: 50%;
    margin: 0;
  }
  
  .custom-blocks .block-content {
    padding: 32px;
  }

  .custom-blocks .block-content h2 {
    margin-bottom: 16px;
  }

  .shop-the-look .shop-the-look__text h2 {
    text-align: left;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -0.96px;
  }
}

.newsletter .form_kalviyo-newsletter .klaviyo-form [data-testid="form-row"] [data-testid="form-component"] > .needsclick {
  border-bottom: 1px solid #CBCBCB !important;
}

.newsletter .form_kalviyo-newsletter .klaviyo-form [data-testid="form-row"] [data-testid="form-component"]:has(input[type="email"]:-webkit-autofill) > .needsclick {
  position: relative;
}

.newsletter .form_kalviyo-newsletter .klaviyo-form [data-testid="form-row"] [data-testid="form-component"]:has(input[type="email"]:-webkit-autofill) > .needsclick::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.2725 4.146C20.7912 4.146 22.0225 5.37721 22.0225 6.896V16.896C22.0225 18.4148 20.7912 19.646 19.2725 19.646H5.27246C3.75371 19.646 2.52246 18.4148 2.52246 16.896V6.896C2.52246 5.37724 3.75371 4.14604 5.27246 4.146H19.2725ZM12.6885 13.52C12.4366 13.6879 12.1084 13.688 11.8564 13.52L4.02246 8.29736V16.896C4.02246 17.5863 4.58214 18.146 5.27246 18.146H19.2725C19.9628 18.146 20.5225 17.5864 20.5225 16.896V8.29736L12.6885 13.52ZM5.27246 5.646C4.70925 5.64603 4.23341 6.01867 4.07715 6.53076L12.2725 11.9946L20.4678 6.52979C20.3112 6.01815 19.8354 5.646 19.2725 5.646H5.27246Z' fill='%232D2926'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  pointer-events: none;
  z-index: 1;
}

.newsletter .form_kalviyo-newsletter .klaviyo-form [data-testid="form-row"] [data-testid="form-component"] input[type="email"] {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.2725 4.146C20.7912 4.146 22.0225 5.37721 22.0225 6.896V16.896C22.0225 18.4148 20.7912 19.646 19.2725 19.646H5.27246C3.75371 19.646 2.52246 18.4148 2.52246 16.896V6.896C2.52246 5.37724 3.75371 4.14604 5.27246 4.146H19.2725ZM12.6885 13.52C12.4366 13.6879 12.1084 13.688 11.8564 13.52L4.02246 8.29736V16.896C4.02246 17.5863 4.58214 18.146 5.27246 18.146H19.2725C19.9628 18.146 20.5225 17.5864 20.5225 16.896V8.29736L12.6885 13.52ZM5.27246 5.646C4.70925 5.64603 4.23341 6.01867 4.07715 6.53076L12.2725 11.9946L20.4678 6.52979C20.3112 6.01815 19.8354 5.646 19.2725 5.646H5.27246Z' fill='%232D2926'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: left center;
  padding-left: 32px !important;
}

.newsletter .form_kalviyo-newsletter .klaviyo-form [data-testid="form-row"] [data-testid="form-component"] input[type="email"]:-webkit-autofill,
.newsletter .form_kalviyo-newsletter .klaviyo-form [data-testid="form-row"] [data-testid="form-component"] input[type="email"]:-webkit-autofill:hover,
.newsletter .form_kalviyo-newsletter .klaviyo-form [data-testid="form-row"] [data-testid="form-component"] input[type="email"]:-webkit-autofill:focus,
.newsletter .form_kalviyo-newsletter .klaviyo-form [data-testid="form-row"] [data-testid="form-component"] input[type="email"]:-webkit-autofill:active {
  background-image: none !important;
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: #2D2926 !important;
  caret-color: #2D2926 !important;
  transition: background-color 9999s ease-out 0s !important;
  padding-left: 32px !important;
}

.footer-contact-section .newsletter .form_kalviyo-newsletter .klaviyo-form [data-testid="form-row"] [data-testid="form-component"] input[type="email"]:-webkit-autofill,
.footer-contact-section .newsletter .form_kalviyo-newsletter .klaviyo-form [data-testid="form-row"] [data-testid="form-component"] input[type="email"]:-webkit-autofill:hover,
.footer-contact-section .newsletter .form_kalviyo-newsletter .klaviyo-form [data-testid="form-row"] [data-testid="form-component"] input[type="email"]:-webkit-autofill:focus,
.footer-contact-section .newsletter .form_kalviyo-newsletter .klaviyo-form [data-testid="form-row"] [data-testid="form-component"] input[type="email"]:-webkit-autofill:active {
  -webkit-text-fill-color: #F4F0F0 !important;
  color: #F4F0F0 !important;
  caret-color: #F4F0F0 !important;
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  box-shadow: 0 0 0 1000px transparent inset !important;
  transition: background-color 9999s ease-out 0s !important;
}

.footer-contact-section .newsletter .form_kalviyo-newsletter .klaviyo-form [data-testid="form-row"] [data-testid="form-component"]:has(input[type="email"]:-webkit-autofill) > .needsclick::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.2725 4.146C20.7912 4.146 22.0225 5.37721 22.0225 6.896V16.896C22.0225 18.4148 20.7912 19.646 19.2725 19.646H5.27246C3.75371 19.646 2.52246 18.4148 2.52246 16.896V6.896C2.52246 5.37724 3.75371 4.14604 5.27246 4.146H19.2725ZM12.6885 13.52C12.4366 13.6879 12.1084 13.688 11.8564 13.52L4.02246 8.29736V16.896C4.02246 17.5863 4.58214 18.146 5.27246 18.146H19.2725C19.9628 18.146 20.5225 17.5864 20.5225 16.896V8.29736L12.6885 13.52ZM5.27246 5.646C4.70925 5.64603 4.23341 6.01867 4.07715 6.53076L12.2725 11.9946L20.4678 6.52979C20.3112 6.01815 19.8354 5.646 19.2725 5.646H5.27246Z' fill='%23F4F0F0'/%3E%3C/svg%3E") !important;
}

@media (min-width: 1200px) {
  .shop-the-look__grid {
    gap: 32px;
  }
}

.newsletter .form_kalviyo-newsletter legend {
  display: none !important;
}

.newsletter .form_kalviyo-newsletter .needsclick[type="button"] {
  font-family: var(--font-body--family) !important;
  font-weight: var(--font-body--weight) !important;
  font-size: 18px !important;
  line-height: 24px !important;
  background: none !important;
  padding: 0 !important;
}

.custom-font .newsletter .form_kalviyo-newsletter .needsclick[type="button"] {
  font-family: "Neue Plak", sans-serif !important;
  font-weight: 600 !important;
}

.newsletter .form_kalviyo-newsletter .needsclick[type="button"]:hover,
.newsletter .form_kalviyo-newsletter .needsclick[type="button"]:focus {
  background: none !important;
  color: #2D2926 !important;
}

.newsletter .form_kalviyo-newsletter [role="radiogroup"] svg {
  min-width: 16px !important;
  width: 16px !important;
  height: 16px !important;
}

.newsletter .form_kalviyo-newsletter [role="radiogroup"] svg:first-of-type {
  stroke: #2D2926 !important;
}

.newsletter .form_kalviyo-newsletter [role="radiogroup"] svg:first-of-type circle {
  fill: none !important;
}

.newsletter .form_kalviyo-newsletter [role="radiogroup"] .needsclick.kl-private-reset-css-Xuajs1 {
  font-family: var(--font-body--family) !important;
  font-weight: var(--font-body--weight) !important;
  font-size: 14px !important;
  line-height: 18px !important;
  color: #9A8E81 !important;
}

.custom-font .newsletter .form_kalviyo-newsletter [role="radiogroup"] .needsclick.kl-private-reset-css-Xuajs1 {
  font-family: "Neue Plak", sans-serif !important;
  font-weight: normal !important;
}

.newsletter .form_kalviyo-newsletter .klaviyo-form [data-testid="form-row"]:last-child [data-testid="form-component"] > .needsclick {
  border: none !important;
}

#AppHeader.index:not(.Open):not(.Scrolled):not(.new-header) .main-navigation-ul .NavLink,
.page-sustainability #AppHeader.page:not(.Open):not(.Scrolled) .main-navigation-ul .NavLink {
  color: #D6C9CA !important;
}

#AppHeader.index:not(.Open):not(.Scrolled):not(.MenuOpen):not(.new-header) .icon path,
#AppHeader.index:not(.Open):not(.Scrolled):not(.MenuOpen):not(.new-header) .icon rect,
.page-sustainability #AppHeader.page:not(.Open):not(.Scrolled):not(.MenuOpen) .icon rect {
  fill:  #D6C9CA;
}

.item-product-img__placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  background-color: rgba(45, 41, 38, 0.05);
  background-image: linear-gradient(110deg, rgba(45, 41, 38, 0) 25%, rgba(45, 41, 38, 0.1) 50%, rgba(45, 41, 38, 0) 75%);
  background-size: 200% 100%;
  animation: item-product-image-loader 1.4s ease-in-out infinite;
}

.item-product-img__placeholder--hover {
  opacity: 0.7;
}

@keyframes item-product-image-loader {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: -100% 0;
  }
}

.search-products--predictive .item-product-img > img {
  transition: opacity 0.25s ease;
}

.search-products--predictive .item-product-img.is-resolving {
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.06);
}

.search-products--predictive .item-product-img.is-resolving > img {
  opacity: 0;
}

.search-products--predictive .item-product-img.is-resolving::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 75%);
  background-size: 200% 100%;
  animation: item-product-image-loader 1.4s ease-in-out infinite;
  pointer-events: none;
}

.grid-item .item-product-img.is-resolving {
  position: relative;
  overflow: hidden;
  background-color: rgba(45, 41, 38, 0.05);
}

.grid-item .item-product-img.is-resolving > img {
  opacity: 0;
  animation: item-product-image-skeleton-reveal 0.4s ease 4s forwards;
}

.grid-item .item-product-img.is-resolving::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(45, 41, 38, 0) 25%, rgba(45, 41, 38, 0.1) 50%, rgba(45, 41, 38, 0) 75%);
  background-size: 200% 100%;
  animation: item-product-image-loader 1.4s ease-in-out infinite, item-product-image-skeleton-hide 0.4s ease 4s forwards;
  pointer-events: none;
}

@keyframes item-product-image-skeleton-reveal {
  to {
    opacity: 1;
  }
}

@keyframes item-product-image-skeleton-hide {
  to {
    opacity: 0;
  }
}

html.search-by-color .grid-item .item-product-img.is-resolving {
  background-color: transparent;
}

html.search-by-color .grid-item .item-product-img.is-resolving > img {
  opacity: 1;
  animation: none;
}

html.search-by-color .grid-item .item-product-img.is-resolving::after {
  content: none;
}

.item-product-img img.pcg-fade-in {
  animation: item-product-image-fade-in 0.3s ease;
}

@keyframes item-product-image-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#CartFlyout .flyout-header .close-x svg path {
  fill: #1D1D1D;
}

header#AppHeader.index:not(.Open):not(.Scrolled):not(.new-header) #AppNav .NavLink:hover::after,
.page-sustainability header#AppHeader.page:not(.Open):not(.Scrolled) #AppNav .NavLink:hover::after{
  background-color: #D6C9CA !important;
}

#AppHeader.index:not(.Open):not(.Scrolled):not(.MenuOpen):not(.new-header) #logo svg path,
.page-sustainability #AppHeader.page:not(.Open):not(.Scrolled):not(.MenuOpen) #logo svg path {
  fill: #D6C9CA !important;
}

@media(min-width: 1000px) {
  .page-sustainability #AppHeader.page #header-flex {
    background-color: rgba(0, 0, 0, 0.4)
  }
}

.product__main-container {
  padding: 20px 16px 40px;
}

.product-thumbs-mobile {
  position: relative;
  width: 100%;
}

.product-thumbs-swiper {
  width: 100%;
}

@media (max-width: 767px) {
  .swiper.product-thumbs-swiper {
    width: calc(100% + 2px);
    padding: 0 1px;
    margin: 0 -1px !important;
  }
}

.product-thumbs-swiper .swiper-slide {
  height: 100%;
}

.product-thumbs-mobile .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 767px) {
 .product-thumbs-mobile .swiper-slide,
 .product-thumbs-mobile .swiper-slide img,
 .product-thumbs-mobile .active-image-main-to-show {
    width: 72px;
  }

  .product__main-container .swiper-main-image-content {
    aspect-ratio: 343 / 515;
  }

  .product-thumbs-mobile .swiper-slide {
    aspect-ratio: 87 / 131;
  }

  .product-thumbs-swiper .swiper-wrapper {
    padding-bottom: 2px;
  }

  .product-thumbs-mobile .swiper:not(.swiper-initialized) .swiper-slide {
    margin-right: 8px;
  }
}

@media (min-width: 768px) {
  .collection-slider .collection-slider-header h2 br {
    display: none;
  }

  .product-thumbs-mobile .active-image-main-to-show {
    display: block !important;
    width: calc(25% - 12px) !important;
    height: auto !important;
    line-height: 0;
    flex-shrink: unset;
    margin: 0 !important;
  }
}

@media (min-width: 768px) {
  .custom-blocks .block.main-image .shop-the-look__point {
    width: 40px;
    height: 40px;
  }

  .custom-blocks .block.main-image .shop-the-look__point::before {
    width: 17px;
    height: 17px;
  }
}

.sidecart-popup * {
  font-family: var(--font-body--family);
}

.custom-font .sidecart-popup * {
  font-family: "Neue Plak", sans-serif !important;
}

.sidecart-popup__header .actions button,
.sidecart-popup__header h2 {
  font-weight: 600 !important;
}

.pdp-content #smartwishlist [role="button"] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.pdp-content #smartwishlist [role="button"] i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px !important;
}

.pdp-content #smartwishlist [role="button"]:after {
  content: "Wishlist";
  display: inline-block;
  font-family: var(--font-body--family) !important;
  font-weight: var(--font-body--weight) !important;
  font-size: 16px;
  line-height: 20px;
  color: #2D2926;
  margin: 0;
}

.custom-font .pdp-content #smartwishlist [role="button"]:after {
  font-family: "Neue Plak", sans-serif !important;
  font-weight: 600 !important;
}

.option-color .color-badge-sale {
  pointer-events: none;
}

.option-color .option-color__badge--progressive {
  position: absolute;
  width: 42px;
  white-space: normal;
  left: -15px;
  right: -15px;
  margin: auto;
}

.option-color:has(.option-color__badge--progressive) {
  position: relative;
}

.option-color.soldout,
.option-color.active.soldout {
  opacity: 0.3;
  position: relative;
  pointer-events: none;
  cursor: not-allowed;
}

.option-color.soldout::before,
.option-color.active.soldout::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #A4A7AE;
  transform: rotate(-48deg);
}

.option-color.active.soldout::before { 
  left: 0;
}

.selector-wrapper.size .soldout {
  color: #A4A7AE;
  cursor: not-allowed;
  pointer-events: none;
}

.shop-the-look .instafeed-new-layout-wrapper {
  position: relative;
  width: 100%;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  grid-template-columns: none !important;
}

@media (min-width: 1024px) {
  .shop-the-look .instafeed-new-layout-wrapper {
    gap: 2% !important;
  }
}

.shop-the-look .instafeed-new-layout-wrapper .instafeed-new-layout-item {
  width: calc(50% - 8px) !important;
}

@media (min-width: 1024px) {
  .shop-the-look .instafeed-new-layout-wrapper .instafeed-new-layout-item {
    width: calc(25% - 1.5%) !important;
  }
}

.shop-the-look #insta-feed h2 {
  display: none;
}

.jdgm-write-review-modal .jdgm-write-review-modal__close-btn {
  display: block !important;
  opacity:  1 !important;
}

.collection-slider-wrapper .swiper {
  overflow: unset !important;
  padding: 0 16px;
}

@media (max-width: 767px) {
  .collection-slider-wrapper .swiper-slide {
    width: calc(100% - 64px);
  }
}

.collection-slider-wrapper .swiper-pagination-wrapper.swiper-pagination {
  z-index: 2;
}

@media (min-width: 1024px) {
  .collection-slider-wrapper .swiper {
    overflow: hidden !important;
    padding: 0;
  }

  .collection-slider-wrapper .swiper-pagination-wrapper.swiper-pagination {
    position: absolute;
    top: -50px;
    left: auto;
    right: 80px;
    bottom: auto;
    width: max-content;
    line-height: 0;
    height: auto;
  }
}

@media (min-width: 1200px) {
  .collection-slider--custom .collection-slider-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }     
}

.text-align-left {
  text-align: left;
}

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

.text-align-center {
  text-align: center;
}

.vertical-align-top {
  align-items: flex-start !important;
}

.vertical-align-middle {
  align-items: center !important;
}

.vertical-align-bottom{
  align-items: flex-end !important;
}

[data-testid="klaviyo-form-X7ia7S"] > div:nth-child(2) {
  min-width: 401px !important;
}

[data-testid="klaviyo-form-X7ia7S"] .ql-font-poppins {
  font-family: var(--font-heading--family) !important;
  font-weight: var(--font-heading--weight) !important;
  font-size: 72px !important;
  line-height: 90px !important;
  letter-spacing: -1.44px !important;
  color: #2D2926 !important
}

.custom-font [data-testid="klaviyo-form-X7ia7S"] .ql-font-poppins {
  font-family: "Perfectly Nineties", sans-serif !important;
  font-weight: 600 !important;
}

[data-testid="klaviyo-form-Y5kMgc"] input[type="email"]:focus-visible,
[data-testid="klaviyo-form-Y5kMgc"] input[type="tel"]:focus-visible,
[data-testid="klaviyo-form-X7ia7S"] input[type="email"]:focus-visible,
[data-testid="klaviyo-form-X7ia7S"] input[type="tel"]:focus-visible {
  outline-width: 1px !important;
}

[data-testid="klaviyo-form-Y5kMgc"] [type="checkbox"] ~ label,
[data-testid="klaviyo-form-X7ia7S"] [type="checkbox"] ~ label {
  padding: 0 !important;
}

[data-testid="klaviyo-form-Y5kMgc"] [type="checkbox"] ~ label div,
[data-testid="klaviyo-form-X7ia7S"] [type="checkbox"] ~ label div {
  font-size: 16px !important;
  line-height: 20px !important;
  color: #2D2926 !important;
  margin-right: 0 !important;
}

[data-testid="klaviyo-form-Y5kMgc"] [type="checkbox"] ~ label svg,
[data-testid="klaviyo-form-X7ia7S"] [type="checkbox"] ~ label svg {
  width: 16px !important;
  min-width: 16px !important;
  height: 16px !important;
  stroke: #2D2926 !important;
  margin-top: 2px !important;
}

[data-testid="klaviyo-form-Y5kMgc"] [type="checkbox"] ~ label svg:first-of-type,
[data-testid="klaviyo-form-X7ia7S"] [type="checkbox"] ~ label svg:first-of-type {
  border: 1px solid #2D2926 !important;
  border-radius: 4px !important;
  outline: none !important;
  box-shadow: none !important;
}

[data-testid="klaviyo-form-Y5kMgc"] [type="checkbox"] ~ label svg:first-of-type g,
[data-testid="klaviyo-form-X7ia7S"] [type="checkbox"] ~ label svg:first-of-type g {
  opacity: 0 !important;
}

[data-testid="klaviyo-form-Y5kMgc"] [type="checkbox"] ~ label svg:first-of-type rect,
[data-testid="klaviyo-form-X7ia7S"] [type="checkbox"] ~ label svg:first-of-type rect {
  fill: rgba(255, 255, 255, 0) !important; 
}

div[aria-label="POPUP Form"] .klaviyo-close-form,
div[aria-label="POPUP Form"]:has([data-testid="klaviyo-form-Y5kMgc"]) .klaviyo-close-form,
div[aria-label="POPUP Form"]:has([data-testid="klaviyo-form-X7ia7S"]) .klaviyo-close-form {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 10L10 30M10 10L30 30' stroke='%23F4F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: transform 0.3s linear;
}

div[aria-label="POPUP Form"]:has([data-testid="klaviyo-form-Y5kMgc"]) .klaviyo-close-form:hover,
div[aria-label="POPUP Form"]:has([data-testid="klaviyo-form-X7ia7S"]) .klaviyo-close-form:hover {
  transform: rotate(90deg);
}

div[aria-label="POPUP Form"]:has([data-testid="klaviyo-form-Y5kMgc"]) .klaviyo-close-form:focus-visible,
div[aria-label="POPUP Form"]:has([data-testid="klaviyo-form-X7ia7S"]) .klaviyo-close-form:focus-visible {
  outline: none !important;
}

div[aria-label="POPUP Form"] .klaviyo-close-form svg,
div[aria-label="POPUP Form"]:has([data-testid="klaviyo-form-Y5kMgc"]) .klaviyo-close-form svg,
div[aria-label="POPUP Form"]:has([data-testid="klaviyo-form-X7ia7S"]) .klaviyo-close-form svg {
  display: none !important;
}

[data-testid="klaviyo-form-Y5kMgc"] label,
[data-testid="klaviyo-form-X7ia7S"] label {
  font-family: var(--font-body--family) !important;
  font-weight: var(--font-body--weight) !important;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #414651 !important;
}

.custom-font [data-testid="klaviyo-form-Y5kMgc"] label,
.custom-font [data-testid="klaviyo-form-X7ia7S"] label {
  font-family: "Neue Plak", sans-serif !important;
  font-weight: 600 !important;
}

[data-testid="klaviyo-form-Y5kMgc"] div:has(> input[type="email"]),
[data-testid="klaviyo-form-X7ia7S"] div:has(> input[type="email"]) {
  position: relative !important;
}

[data-testid="klaviyo-form-Y5kMgc"] div:has(> input[type="email"]):before,
[data-testid="klaviyo-form-X7ia7S"] div:has(> input[type="email"]):before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 38px;
  left: 12px;
  z-index: 2;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.66602 5.83334L8.47012 10.5962C9.02109 10.9819 9.29658 11.1747 9.59624 11.2494C9.86093 11.3154 10.1378 11.3154 10.4025 11.2494C10.7021 11.1747 10.9776 10.9819 11.5286 10.5962L18.3327 5.83334M5.66602 16.6667H14.3327C15.7328 16.6667 16.4329 16.6667 16.9677 16.3942C17.4381 16.1545 17.8205 15.7721 18.0602 15.3016C18.3327 14.7669 18.3327 14.0668 18.3327 12.6667V7.33334C18.3327 5.9332 18.3327 5.23314 18.0602 4.69836C17.8205 4.22795 17.4381 3.8455 16.9677 3.60582C16.4329 3.33334 15.7328 3.33334 14.3327 3.33334H5.66602C4.26588 3.33334 3.56582 3.33334 3.03104 3.60582C2.56063 3.8455 2.17818 4.22795 1.9385 4.69836C1.66602 5.23314 1.66602 5.9332 1.66602 7.33334V12.6667C1.66602 14.0668 1.66602 14.7669 1.9385 15.3016C2.17818 15.7721 2.56063 16.1545 3.03104 16.3942C3.56582 16.6667 4.26588 16.6667 5.66602 16.6667Z' stroke='%23A4A7AE' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: none !important;
}

[data-testid="klaviyo-form-Y5kMgc"] input[type="email"],
[data-testid="klaviyo-form-X7ia7S"] input[type="email"],
div[aria-label="POPUP Form"] input[name="email"] {
  height: 40px !important;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.66602 5.83334L8.47012 10.5962C9.02109 10.9819 9.29658 11.1747 9.59624 11.2494C9.86093 11.3154 10.1378 11.3154 10.4025 11.2494C10.7021 11.1747 10.9776 10.9819 11.5286 10.5962L18.3327 5.83334M5.66602 16.6667H14.3327C15.7328 16.6667 16.4329 16.6667 16.9677 16.3942C17.4381 16.1545 17.8205 15.7721 18.0602 15.3016C18.3327 14.7669 18.3327 14.0668 18.3327 12.6667V7.33334C18.3327 5.9332 18.3327 5.23314 18.0602 4.69836C17.8205 4.22795 17.4381 3.8455 16.9677 3.60582C16.4329 3.33334 15.7328 3.33334 14.3327 3.33334H5.66602C4.26588 3.33334 3.56582 3.33334 3.03104 3.60582C2.56063 3.8455 2.17818 4.22795 1.9385 4.69836C1.66602 5.23314 1.66602 5.9332 1.66602 7.33334V12.6667C1.66602 14.0668 1.66602 14.7669 1.9385 15.3016C2.17818 15.7721 2.56063 16.1545 3.03104 16.3942C3.56582 16.6667 4.26588 16.6667 5.66602 16.6667Z' stroke='%23A4A7AE' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 19px 19px;
  background-position: 12px center;
  font-size: 18px !important;
  line-height: 40px !important;
  padding: 0 8px 0 40px !important;
}

[data-testid="klaviyo-form-Y5kMgc"] input[type="email"],
[data-testid="klaviyo-form-Y5kMgc"] div:has(input[type="tel"]),
[data-testid="klaviyo-form-Y5kMgc"] .needsclick[type="button"],
[data-testid="klaviyo-form-X7ia7S"] input[type="email"],
[data-testid="klaviyo-form-X7ia7S"] div:has(input[type="tel"]),
[data-testid="klaviyo-form-X7ia7S"] .needsclick[type="button"] {
  border-radius: 1px !important;
}

[data-testid="klaviyo-form-Y5kMgc"] button[aria-label="Search Countries"],
[data-testid="klaviyo-form-X7ia7S"] button[aria-label="Search Countries"] {
  width: 56px !important;
}

[data-testid="klaviyo-form-Y5kMgc"] button[aria-label="Search Countries"] svg,
[data-testid="klaviyo-form-X7ia7S"] button[aria-label="Search Countries"] svg {
  fill: #A4A7AE !important;
}

[data-testid="klaviyo-form-Y5kMgc"] p,
[data-testid="klaviyo-form-Y5kMgc"] p *:not(.ql-font-poppins),
[data-testid="klaviyo-form-X7ia7S"] p,
[data-testid="klaviyo-form-X7ia7S"] p *:not(.ql-font-poppins) {
  letter-spacing: 0 !important;
}

[data-testid="klaviyo-form-Y5kMgc"] p:has(.ql-font-century-gothic),
[data-testid="klaviyo-form-Y5kMgc"] p:has(.ql-font-century-gothic) *
[data-testid="klaviyo-form-X7ia7S"] p:has(.ql-font-century-gothic),
[data-testid="klaviyo-form-X7ia7S"] p:has(.ql-font-century-gothic) * {
  letter-spacing: 0 !important;
  line-height: 1.1 !important;
  color: #2D2926 !important;
}

@media (max-width: 749px) and (pointer: coarse) {
  [data-testid="klaviyo-form-Y5kMgc"] .ql-font-poppins
  [data-testid="klaviyo-form-X7ia7S"] .ql-font-poppins {
    font-size: 54px !important;
    line-height: 70px !important;
  }

  [role="dialog"]:has(.klaviyo-form[data-testid="klaviyo-form-Y5kMgc"]) > .needsclick,
  [role="dialog"]:has(.klaviyo-form[data-testid="klaviyo-form-X7ia7S"]) > .needsclick {
    max-width: calc(100% - 30px) !important;
  }
}

@media (max-width: 399px) and (pointer: coarse) {
  [role="dialog"]:has(.klaviyo-form[data-testid="klaviyo-form-Y5kMgc"]) > .needsclick,
  [role="dialog"]:has(.klaviyo-form[data-testid="klaviyo-form-X7ia7S"]) > .needsclick {
    max-width: calc(100% - 20px) !important;
  }
}

.search-header .error-page .GridWrapper {
  margin: 0;
}

[data-testid="klaviyo-form-Y5kMgc"] div[data-testid="form-row"] h2,
[data-testid="klaviyo-form-Y5kMgc"] div[data-testid="form-row"] h2 * {
  font-size: 104px !important;
  line-height: 120px !important;
  letter-spacing: -2.08px !important;
  padding: 0;
}

[data-testid="klaviyo-form-Y5kMgc"] .ql-font-poppins {
  display: block !important;
  font-family: var(--font-heading--family) !important;
  font-weight: var(--font-heading--weight) !important;
  font-size: 36px !important;
  line-height: 44px !important;
  letter-spacing: -0.72px !important;
  color: #2D2926 !important
}

.custom-font [data-testid="klaviyo-form-Y5kMgc"] .ql-font-poppins {
  font-family: "Perfectly Nineties", sans-serif !important;
  font-weight: 600 !important;
}

form[data-testid="klaviyo-form-Y5kMgc"] > div:first-of-type {
  justify-content: flex-start !important;
}

[data-testid="klaviyo-form-Y5kMgc"] [type="checkbox"] ~ label div {
  font-size: 12px !important;
  line-height: 16px !important;
}

[data-testid="klaviyo-form-Y5kMgc"]:has(input[type="tel"]) div[data-testid="form-row"] h2, 
[data-testid="klaviyo-form-Y5kMgc"]:has(input[type="tel"]) div[data-testid="form-row"] h2 * {
  font-size: 88px !important;
  line-height: 96px !important;
  letter-spacing: -1.76px !important;
}

[data-testid="klaviyo-form-Y5kMgc"]:has(input[type="tel"]) .ql-font-poppins  {
  font-size: 30px !important;
  line-height: 38px !important;
  letter-spacing: 0 !important;
}


[data-testid="klaviyo-form-Y5kMgc"] h3 .ql-font-poppins {
  font-size: 48px !important;
  line-height: 60px !important;
  letter-spacing: -0.96px !important;
}

.note.errors {
  margin-top: 10px;
  color: #D92D20;
}

div[aria-label="POPUP Form"] .klaviyo-close-form,
div[aria-label="POPUP Form"]:has([data-testid="klaviyo-form-Y5kMgc"]) .klaviyo-close-form, 
div[aria-label="POPUP Form"]:has([data-testid="klaviyo-form-X7ia7S"]) .klaviyo-close-form {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 10L10 30M10 10L30 30' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
}

div[aria-label="POPUP Form"]:has([data-testid="klaviyo-form-Y5kMgc"]) .klaviyo-close-form {
  height: 30px !important;
  width: 30px !important;
}

@media (min-width: 768px) {
  div[aria-label="POPUP Form"]:has([data-testid="klaviyo-form-Y5kMgc"]) .klaviyo-close-form {
   background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 10L10 30M10 10L30 30' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
  }
}

div[aria-label="POPUP Form"] div[data-testid="form-row"] p:has(a),
div[aria-label="POPUP Form"] div[data-testid="form-row"] p:has(a) * {
  font-family: var(--font-body--family);
  font-size: 16px !important;
  line-height: 20px !important;
  color: #2d2926 !important;
}

.custom-font div[aria-label="POPUP Form"] div[data-testid="form-row"] p:has(a),
.custom-font div[aria-label="POPUP Form"] div[data-testid="form-row"] p:has(a) * {
  font-family: "Neue Plak", sans-serif !important;
}

/* NEW HEADER CSS */
header #header-bar {
  background-color: var(--background-color);
}

header #header-bar .banner-slide * {
  color: var(--text-color);
}

.new-header #header-bar,
.new-header #header-bar .banner-slide {
  height: 38px;
}

body:has(.new-header) .main-content {
  padding-top: 38px;
}

body.has-bar:has(.new-header) .main-content {
  padding-top: 102px;
}

@media (min-width: 768px) {
  body:has(.new-header) .main-content {
    padding-top: 38px;
  }

  body.has-bar:has(.new-header) .main-content {
    padding-top: 102px;
  }

  body.has-bar:has(.new-header--blur) .main-content {
    padding-top: 38px;
  }
}

@media (min-width: 1024px) {
  .new-header #header-bar,
  .new-header #header-bar .banner-slide {
    height: 38px;
  }
}

.new-header #header-bar .banner-slide p,
.new-header #header-bar .banner-slide a,
.new-header #header-bar .banner-slide li {
  top: auto;
  font-weight: normal !important;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
}

@media (min-width: 1024px) {
  .new-header #header-bar .banner-slide p,
  .new-header #header-bar .banner-slide a,
  .new-header #header-bar .banner-slide li {
    font-size: 16px;
    line-height: 20px;
  }
}

.new-header--content #header-bar {
  padding: 0;
}

.new-header--content #header-bar .slick-slider {
  width: 100%;
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .new-header--content #header-bar .slick-slider {
    padding: 0 32px;
  }
}

.new-header #header-flex {
  height: 64px;
  border-top: 1px solid var(--color-light-700, #928989);
  border-bottom: 1px solid var(--color-light-700, #928989);
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.3s ease;
  padding: 0 16px;
}

@media (min-width: 1024px) {
  .new-header #header-flex {
    padding: 0 70px;
  }
}

.new-header #header-flex .MenuDropdown {
  background: #2D2926;
}

.new-header--white #header-flex {
  background: #D7D2CB;
  backdrop-filter: unset;
  border: none;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
}

.new-header--white #header-flex .MenuDropdown {
  background-color: #D7D2CB;
}

.new-header--dark #header-flex {
  background: #2D2926;
  backdrop-filter: unset;
}

.new-header--blur:not(.new-header--blur-desktop) #header-flex {
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(20px);
}

.new-header--blur.Scrolled:not(.new-header--blur-desktop) #header-flex {
  background: rgba(0, 0, 0, 0.50);
}

@media (min-width: 1024px) {
  .new-header--blur-desktop #header-flex {
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(20px);
  }

  .new-header--blur-desktop.Scrolled #header-flex {
    background: rgba(0, 0, 0, 0.50);
  }
}

body:has(.new-header--blur) #AppNavMobile .menu-panel,
body:has(.new-header--dark) #AppNavMobile .menu-panel,
body:has(.new-header--blur) #AppNavMobile,
body:has(.new-header--dark) #AppNavMobile {
  background: #2D2926;
}

body:has(.new-header--white) #AppNavMobile .menu-panel,
body:has(.new-header--white) #AppNavMobile {
  background: #D7D2CB;
}

.new-header,
header#AppHeader.new-header #AppNav .NavLink,
header#AppHeader.new-header .icon-link svg {
  color: var(--text-color);
  fill: none;
}

.header-wrapper__container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.new-header--content #header-flex {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.new-header--content #header-flex .header-wrapper__container {
  max-width: 1280px;
  padding: 0 16px;
}

@media (min-width: 1024px) {
  .new-header--content #header-flex {
    padding: 0;
  }

  .new-header--content #header-flex .header-wrapper__container {
    padding: 0 32px;
  }
}

header#AppHeader.new-header {
  width: 100%;
}

header#AppHeader.new-header .CartCount {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  min-height: 16px;
  top: -6px;
  right: -6px;
  font-weight: 600 !important;
  font-size: 9px;
  padding: 0 2px;
}

header#AppHeader.new-header .CartCount[data-cart-count="0"] {
  display: none;
}

.new-header #Hamburger {
  position: relative;
  top: auto;
  transform: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 68px;
}

.new-header #Hamburger svg {
  width: 24px;
  height: 24px;
  color: var(--text-color) !important;
  fill: none !important;
}

.new-header #Hamburger path {
  display: unset !important;
}

.new-header #logo {
  width: auto;
  height: auto;
}

@media (min-width: 1200px) {
  .new-header #logo {
    margin-right: 92px;
  }
}

.new-header #logo svg {
  width: 68px;
  height: 32px;
  fill: var(--text-color);
}

.new-header #logo svg path {
  fill: var(--text-color) !important;
}

.new-header #app-utilities {
  position: relative;
  top: auto;
  right: auto;
  transform: none;
}

.new-header #app-utilities ul {
  min-width: 108px;
  justify-content: flex-end;
  height: auto;
  gap: 0;
  padding: 0;
  margin: 0;
}

.new-header #app-utilities ul .icon-link {
  width: 32px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1200px) {
  .new-header #app-utilities ul .icon-link {
    width: 40px;
    height: 36px;
  }
}

.new-header #app-utilities ul li.desktop-only {
  display: none;
}

@media (min-width: 1024px) {
  .new-header #app-utilities ul li.desktop-only {
    display: flex;
  }
}

.new-header #Hamburger[aria-expanded="true"] {
  right: auto;
}

@media (min-width: 1024px) {
  .new-header #Hamburger {
    display: none;
  }
}

.new-header #header-flex.hidden {
  display: flex;
  opacity: 0;
  pointer-events: none;
}

.new-header:has(#header-flex.hidden) {
  pointer-events: none;
}

.new-header:has(#header-flex.hidden) .section-header-banner {
  pointer-events: auto;
}

/* The side cart lives inside .new-header (header.liquid:267) but is a sibling
   of #header-flex, so the pointer-events:none above also disabled it whenever
   #header-flex is hidden (e.g. after adding from the quick-shop popup). Keep the
   flyout interactive — the backdrop (#ScreenOverlay) sits outside the header and
   is unaffected. Mirrors the .section-header-banner exemption. */
.new-header:has(#header-flex.hidden) #CartFlyout {
  pointer-events: auto;
}

#AppHeader.new-header #AppNav a.NavLink {
  height: 64px;
  font-family: var(--font-body--family) !important;
  font-weight: var(--font-body--weight) !important;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: var(--text-color);
}

.custom-font #AppHeader.new-header #AppNav a.NavLink {
  font-family: "Neue Plak", sans-serif !important;
  font-weight: normal !important;
}

#AppHeader.new-header #AppNav a.NavLink b,
#AppHeader.new-header #AppNav a.NavLink strong {
  font-family: var(--font-body--family) !important;
  font-weight: var(--font-body--weight) !important;
  color: var(--text-color);
}

.custom-font #AppHeader.new-header #AppNav a.NavLink b,
.custom-font #AppHeader.new-header #AppNav a.NavLink strong {
  font-family: "Neue Plak", sans-serif !important;
   font-weight: bold !important;
}

@media (min-width: 1024px) {
  #AppHeader.new-header a.NavLink {
    text-align: center;
  }

  #AppHeader.new-header #AppNav {
    max-width: 100%;
    width: auto;
    margin: 0;
  }

  #AppHeader.new-header #AppNav ul li {
    margin: 0;
  }

  #AppHeader.new-header #AppNav .main-navigation-ul {
    gap: 30px;
  }
}

@media (min-width: 1200px) {
  #AppHeader.new-header #AppNav .main-navigation-ul {
    gap: 40px;
  }
}

#AppHeader.new-header .icon-link:has(#currency-desk:empty) {
  display: none;
}

header#AppHeader.new-header #AppNav .NavLink:hover::after {
  background-color: var(--text-color) !important;
}

#AppHeader.new-header .MenuDropdown ul li a.menu-label {
  font-family: var(--font-body--family);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: uppercase;
  opacity: 1;
  color: #B5B0AB !important;
  margin: 0 0 24px !important;
}

.custom-font #AppHeader.new-header .MenuDropdown ul li a.menu-label { 
  font-family: "Neue Plak", sans-serif;
}
#AppHeader.new-header--white .MenuDropdown ul li a.menu-label {
  color: #928F8A !important;
}

#AppHeader.new-header .MenuDropdown ul li {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 18px !important;
}

#AppHeader.new-header #AppNav ul.mega-menu-links-column-wrap > li {
  margin: 0
}

.new-header .MenuDropdown ul li a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  font-family: var(--font-body--family);
  font-weight: var(--font-body--weight) !important;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  color: var(--text-color) !important;
  border: none;
  padding: 0 !important;
  margin: 0 !important;
}

.custom-font .new-header .MenuDropdown ul li a {
  font-family: "Neue Plak", sans-serif;
  font-weight: normal !important;
}

@media (min-width: 1024px) {
  .new-header .MenuDropdown ul li a:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    background: var(--text-color) !important;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }

  .new-header .MenuDropdown ul li a:hover:after {
    opacity: 1;
  }
}

#AppHeader.new-header a.NavLink.Active:after {
  opacity: 1;
  visibility: visible;
  background-color: var(--text-color) !important;
}

#AppHeader.new-header a.NavLink:after {
  height: 2px;
  top: auto;
  bottom: 0;
}

#AppHeader.new-header.new-header--blur:not(.new-header--blur-desktop) a.NavLink:after {
  bottom: -1px;
}

@media (min-width: 1024px) {
  #AppHeader.new-header.new-header--blur-desktop a.NavLink:after {
    bottom: -1px;
  }
}

.new-header--white .MenuDropdown ul li a.menu-label {
  color: #928F8A !important;
}

@media (min-width: 1024px) {
  .new-header .MenuDropdown,
  .new-header .MenuDropdown.full {
    top: 64px;
    max-height: calc(100vh - 64px);
    height: auto;
  }

  .has-bar .new-header .MenuDropdown,
  .has-bar .new-header .MenuDropdown.full {
    top: 102px;
  }
  
  .new-header--white .MenuDropdown,
  .new-header--white .MenuDropdown.full {
    top: 102px;
  }

  .has-bar .new-header--white .MenuDropdown,
  .has-bar .new-header--white .MenuDropdown.full {
    top: 64px;
  }

  .has-bar .new-header--blur .MenuDropdown,
  .has-bar .new-header--blur .MenuDropdown.full {
    top: 63px;
  }

  .has-bar .new-header .MenuDropdown,
  .has-bar .new-header .MenuDropdown.full {
    max-height: calc(100vh - 102px);
  }

  .new-header .MenuDropdown .mega-menu-links-column-wrap {
    max-width: 70.737%;
    width: 100%;
    padding: 40px 24px 40px 70px;
    margin: 0 auto
  }

  .new-header .MenuDropdown .mega-menu-image {
    width: 29.263%;
    height: auto;
  }
}

@media (min-width: 1200px) {
  .new-header .MenuDropdown .mega-menu-links-column-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1440px) {
  #AppHeader.new-header:not(.new-header--content) #AppNav .main-navigation-ul {
    gap: 56px;
  }
}

@media (min-width: 2160px) {
  .new-header .mega-menu-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
  }
}

/* MEGA MENU 4 COLUMNS MASONRY LAYOUT */
@media (min-width: 1024px) {
  .new-header .MenuDropdown .mega-menu-links-column-wrap {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 24px;
    width: 70.737%;
    grid-template-columns: unset !important;
    margin-top: 0;
    margin-right: 0;
  }

  .new-header .MenuDropdown .mega-menu-links-column-wrap.masonry-ready {
    display: flex !important;
  }

  .new-header .MenuDropdown .mega-menu-links-column-wrap > li {
    display: none;
  }

  .new-header .MenuDropdown .mega-menu-links-column-wrap .masonry-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1;
    min-width: 0;
  }

  #AppHeader.new-header .MenuDropdown .mega-menu-links-column-wrap .masonry-column > li {
    display: block;
    width: 100%;
    margin: 0 !important;
    grid-column-start: unset !important;
    grid-column-end: unset !important;
    grid-row-start: unset !important;
    grid-row-end: unset !important;
  }

  #AppHeader.new-header .MenuDropdown .mega-menu-links-column-wrap .masonry-column > li:last-child {
    margin-bottom: 0 !important;
  }
}

body:has(.new-header) #AppNavMobile {
  top: 64px;
}

body:has(.new-header) #AppNavMobile > div,
body:has(.new-header) .menu-panel {
  height: calc(100dvh - 64px);
  overflow: auto;
  padding: 16px 16px 40px !important;
}

body:has(.new-header).has-bar #AppNavMobile {
  top: 102px;
}

body:has(.new-header).has-bar #AppNavMobile > div,
body:has(.new-header).has-bar .menu-panel {
  height: calc(100dvh - 102px);
}

@media (min-width: 1024px) {
  body:has(.new-header).has-bar #AppNavMobile {
    top: 104px;
  }

  body:has(.new-header).has-bar #AppNavMobile > div,
  body:has(.new-header).has-bar .menu-panel {
    height: calc(100dvh - 104px);
  }
}

body:has(.new-header) .mobile-menu {
  margin: 0;
}

body:has(.new-header) .mobile-menu > ul > li {
  display: flex;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
}

body:has(.new-header) .mobile-menu > ul > li > a {
  position: relative;
  width: 100%;
  display: flex;
  font-family: var(--font-body--family);
  font-weight: var(--font-body--weight) !important;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: var(--text-color) !important;
  text-transform: none !important;
  padding: 16px 0;
}

body:has(.new-header).custom-font .mobile-menu > ul > li > a {
  font-family: "Neue Plak", sans-serif !important;
  font-weight: normal !important;
}

body:has(.new-header) .mobile-menu > ul > li > a  .icon svg {
  width: 16px !important;
  height: 16px !important;
  fill: none !important;
}

body:has(.new-header) #AppNavMobile .menu-panel * {
  font-family: var(--font-body--family);
  color: var(--text-color) !important;
  letter-spacing: 0;
}

body:has(.new-header).custom-font #AppNavMobile .menu-panel * {
  font-family: "Neue Plak", sans-serif !important;
}

body:has(.new-header) #AppNavMobile .menu-panel .menu-label {
  font-family: var(--font-body--family);
}

body:has(.new-header).custom-font #AppNavMobile .menu-panel .menu-label {
  font-family: "Neue Plak", sans-serif !important;
}

body:has(.new-header) #AppNavMobile .menu-panel .back-btn svg {
  fill: none !important;
}

body:has(.new-header) .mobile-menu ul li ul li {
  padding: 0 !important;
}

body:has(.new-header) .icon-search,
body:has(.new-header) .icon-link--wishlist {
  transition: opacity 0.3s;
}

body:has(.new-header):has(#Hamburger.Open) .icon-search,
body:has(.new-header):has(#Hamburger.Open) .icon-link--wishlist {
  opacity: 0 !important;
  pointer-events: none !important;
  transition: none !important;
}

html:has(.new-header):has(#Hamburger.Open),
body:has(.new-header):has(#Hamburger.Open) {
  overflow: hidden;
}

body:has(.new-header):has(#Hamburger.Open) #header-flex.hidden {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 767px) {
  html:has(body.NoScroll) {
    overflow: hidden;
  }
}

#mobile-nav-wrap {
  position: relative;
  width: 100%;
  margin: 32px 0 0;
}

body:has(.new-header) #AppNavMobile .mobile-menu li.account-link a {
  position: relative;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 1px;
  border: 2px solid #F9F9F9;
  font-family: var(--font-body--family);
  font-weight: var(--font-body--weight) !important;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: uppercase !important;
  text-align: center !important;
  color: #F9F9F9 !important;
  box-shadow: 0 0 0 1px rgba(10, 13, 18, 0.18) inset, 0 -2px 0 0 rgba(10, 13, 18, 0.05) inset, 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  padding: 8px 20px;
  margin: 0;
}

body:has(.new-header).custom-font #AppNavMobile .mobile-menu li.account-link a {
  font-family: "Neue Plak", sans-serif;
  font-weight: normal !important;
}

body:has(.new-header) #AppNavMobile .mobile-menu li.account-link--second {
  margin-bottom: 12px;
}

body:has(.new-header) #AppNavMobile .mobile-menu li.account-link--second a {
  background-color: #F9F9F9 !important;
  color: #2D2926 !important;
  border: 2px solid rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

body:has(.new-header--white) #AppNavMobile .mobile-menu li.account-link--second a {
  background-color: #2D2926 !important;
  color: #F9F9F9 !important;
}

body:has(.new-header) #AppNavMobile .back-btn {
  padding: 0;
  margin: 0 !important;
}

body:has(.new-header) #AppNavMobile .back-btn button {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body--family) !important;
  font-weight: var(--font-body--weight) !important;
  font-size: 16px;
  line-height: 20px;
  color: var(--text-color) !important;
  text-align: center;
  padding: 16px 0;
}

body:has(.new-header).custom-font #AppNavMobile .back-btn button {
  font-family: "Neue Plak", sans-serif !important;
  font-weight: normal !important;
}

body:has(.new-header) #AppNavMobile .back-btn button .icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto;
}

body:has(.new-header) #AppNavMobile .back-btn button .icon svg {
  width: 100%;
  height: 100%;
}

body:has(.new-header) #AppNavMobile .HasDropdown--new {
  margin: 0;
}

body:has(.new-header) #AppNavMobile .HasDropdown--new .menu-label {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-body--family) !important;
  font-weight: var(--font-body--weight) !important;
  font-size: 14px;
  line-height: 18px;
  color: #B5B0AB !important;
  opacity: 1;
  text-transform: uppercase !important;
  padding: 8px 30px 10px 0;
  margin: 0;
}

@media (min-height: 700px) {
  body:has(.new-header) #AppNavMobile .HasDropdown--new .menu-label {
    padding: 12px 30px 10px 0;
  }
}

@media (min-height: 1000px) {
  body:has(.new-header) #AppNavMobile .HasDropdown--new .menu-label {
    padding: 14px 30px 10px 0;
  }
}

body:has(.new-header).custom-font #AppNavMobile .HasDropdown--new .menu-label {
  font-family: "Neue Plak", sans-serif !important;
  font-weight: normal !important;
}

body:has(.new-header) #AppNavMobile .HasDropdown--new .menu-label svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
  margin: auto;
}

body:has(.new-header) #AppNavMobile .HasDropdown--new .menu-label.active svg {
  transform : rotate(270deg) !important;
}

body:has(.new-header--white) #AppNavMobile .HasDropdown--new .menu-label {
  color: #928F8A !important;
}

body:has(.new-header) #AppNavMobile .HasDropdown--new > ul {
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  display: none;
  overflow: hidden;
}

body:has(.new-header) #AppNavMobile .HasDropdown--new.active > ul {
  display: block;
}

body:has(.new-header) #AppNavMobile .HasDropdown--new.active > ul li:last-child {
  margin-bottom: 20px !important;
}

body:has(.new-header) #AppNavMobile .HasDropdown--new .menu-label {
  cursor: pointer;
  user-select: none;
}

body:has(.new-header) #AppNavMobile .HasDropdown--new .menu-label svg {
  transition: transform 0.2s ease;
}

body:has(.new-header) #AppNavMobile .HasDropdown--new.active .menu-label svg {
  transform: rotate(270deg) !important;
}

body:has(.new-header) .mobile-menu ul li ul li ul li {
  margin: 0 0 18px;
}

body:has(.new-header) #shopify-section-main-search .search__form {
  background: #2D2926;
}

body:has(.new-header--white) #shopify-section-main-search .search__form {
  background: #D7D2CB;
}

body:has(.new-header) #shopify-section-main-search .search__form > svg,
body:has(.new-header) #shopify-section-main-search .search__form > svg path {
  fill: #D7D2CB !important;
}

body:has(.new-header--white) #shopify-section-main-search .search__form > svg,
body:has(.new-header--white) #shopify-section-main-search .search__form > svg path {
  fill: #2D2926 !important;
}

body:has(.new-header) #shopify-section-main-search .btn-close-search {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 56px;
}

body:has(.new-header) #shopify-section-main-search .btn-close-search .icon {
  position: relative;
  top: auto;
  color: #D7D2CB !important;
  width: 24px;
  height: 24px;
}

body:has(.new-header) #shopify-section-main-search input[type="search"]::placeholder {
  color: #D7D2CB !important;
  opacity: 0.7 !important;
}

body:has(.new-header--white) #shopify-section-main-search .btn-close-search .icon {
  color: #2D2926 !important;
}

body:has(.new-header) #shopify-section-main-search .search__form input {
  color: #D7D2CB !important;
}

body:has(.new-header--white) #shopify-section-main-search .search__form input {
  color: #2D2926 !important;
}

body:has(.new-header) #AppSearchMobile {
  display: none !important
}

@media (min-width: 1024px) {
  .MenuDropdown__container {
    display: flex;
    flex-direction: row;
    max-width: 1280px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  .new-header .mega-menu-links-column-wrap {
    height: auto;
  }

  .new-header .MenuDropdown .MenuDropdown__container .mega-menu-links-column-wrap {
    padding-left: 32px;
    margin-left: auto;
  }

  .new-header .MenuDropdown .mega-menu-image img {
    position: relative;
    width: 100%;
    max-width: unset;
  }
}

body:has(.new-header) #AppNavMobile .mega-menu-image {
  width: calc(100% + 32px);
  max-width: unset;
  line-height: 0;
  margin: 12px -16px 0;
}

body:has(.new-header) #AppNavMobile .mega-menu-image img {
  width: 100%;
  height: auto;
}

#sus-products .item-detail {
  display: none !important;
}

.main-image-slide--video {
  line-height: 0;
}

.video-thumb-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 40px;
  height: 40px;
  margin: auto;
}

.swiper-slide.main-image-slide--video {
  display: flex;
}

.swiper-slide.main-image-slide--video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 1023px) {
  body:has(.new-header):has(#AppNavMobile[aria-hidden="false"]) #shopify-chat {
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

body:has(.new-header) .mega-menu-image {
  position: relative;
  display: block;
  text-decoration: none;
}

.mega-menu-image-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--menu-text-background);
  text-align: var(--menu-text-align, left);
  padding: 12px 16px;
}

body:has(.new-header) #AppNavMobile .menu-panel .mega-menu-image-text *,
.mega-menu-image-text * {
  font-family: var(--font-body--family) !important;
  font-weight: var(--font-body--weight) !important;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: var(--menu-text-color) !important;
  margin: 0;
}

.custom-font .mega-menu-image-text * {
  font-family: "Neue Plak", sans-serif !important;
  font-weight: normal !important;
}

.mega-menu-image-text *:last-child {
  margin-bottom: 0;
}

.mega-menu-image-text h1,
.mega-menu-image-text h2,
.mega-menu-image-text h3,
.mega-menu-image-text h4,
.mega-menu-image-text h5,
.mega-menu-image-text h6 {
  font-family: var(--font-heading--family) !important;
  font-weight: var(--font-heading--weight) !important;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.72px;
}

.custom-font .mega-menu-image-text h1,
.custom-font .mega-menu-image-text h2,
.custom-font .mega-menu-image-text h3,
.custom-font .mega-menu-image-text h4,
.custom-font .mega-menu-image-text h5,
.custom-font .mega-menu-image-text h6 {
  font-family: "Perfectly Nineties", sans-serif !important;
  font-weight: 600 !important;
}

@media (min-width: 1280px) {
  .mega-menu-image-text,
  .new-header .MenuDropdown .mega-menu-image img {
    width: 30.5vw;
    max-width: 440px;
  }
}

@media (min-width: 2160px) {
  .mega-menu-image-text {
    max-width: 100%;
  }
}

body:has(.new-header) #AppNavMobile .menu-panel .mobile-mega-menu-image {
  position: relative;
  width: 100%;
  margin: auto 0 0;
}

body:has(.new-header) #AppNavMobile .menu-panel:has(.mega-menu-image) {
  display: flex;
  flex-direction: column;
  padding-bottom: 0 !important;
}


@media (max-width: 1023px) {
  body:has(.new-header) .scroller-pdp.fixed {
    top: 48px;
  }

  body:has(.new-header) .best-sellers-mobile .scroller-container {
    margin-top: -49px;
  }
}

header#AppHeader.new-header.new-header--dark .CartCount {
  background-color: #F0ECEC !important;
  color: #2D2926 !important;
}

@media (max-width: 1023px) {
  body:has(.new-header--blur-desktop) .main-content {
    padding-top: 64px;
  }

  body.has-bar:has(.new-header--blur-desktop) .main-content {
    padding-top: 102px;
  }
}

body#sustainability .main-content {
  padding-top: 64px;
}

body#sustainability.has-bar .main-content {
  padding-top: 102px;
}

body.collection:has(.new-header) .main-content, 
body.product:has(.new-header) .main-content, 
body.article:has(.new-header) .main-content, 
body.page-sustainability:has(.new-header) .main-content, 
body.page-about:has(.new-header) .main-content, 
body.page-collections:has(.new-header) .main-content {
  padding-top: 64px;
}

body.collection.has-bar:has(.new-header) .main-content, 
body.product.has-bar:has(.new-header) .main-content, 
body.article.has-bar:has(.new-header) .main-content, 
body.page-sustainability.has-bar:has(.new-header) .main-content, 
body.page-about.has-bar:has(.new-header) .main-content, 
body.page-collections.has-bar:has(.new-header) .main-content {
  padding-top: 102px;
}

@media (min-width: 1024px) {
  body.collection:has(.new-header--blur) .main-content, 
  body.product:has(.new-header--blur) .main-content, 
  body.article:has(.new-header--blur) .main-content, 
  body.page-sustainability:has(.new-header--blur) .main-content, 
  body.page-about:has(.new-header--blur) .main-content, 
  body.page-collections:has(.new-header--blur) .main-content,
  body#sustainability:has(.new-header--blur) .main-content {
    padding-top: 0;
  }

  body.has-bar.collection:has(.new-header--blur) .main-content, 
  body.has-bar.product:has(.new-header--blur) .main-content, 
  body.has-bar.article:has(.new-header--blur) .main-content, 
  body.has-bar.page-sustainability:has(.new-header--blur) .main-content, 
  body.has-bar.page-about:has(.new-header--blur) .main-content, 
  body.has-bar.page-collections:has(.new-header--blur) .main-content,
  body#sustainability.has-bar:has(.new-header--blur) .main-content {
    padding-top: 38px;
  }
}
/* END NEW HEADER CSS */

body:has(.gamification-modal.open) .cart-saved-container.open,
body:has(.gamification-modal.open) .sidecart-popup.show {
  z-index: 9;
}

.section-slideshow .h2 {
  color: var(--color-mobile);
}

.section-slideshow .text p {
  color: var(--slide-text-color-mobile);
}

@media (min-width: 1024px) {
  .section-slideshow .h2 {
    color: var(--color);
  }

  .section-slideshow .text p {
    color: var(--slide-text-color);
  }
}

.rc-join-block-container .rc-button {
  color: #fff !important;
}

.section-slideshow h2 span,
.banner-with-text--custom .block.banner-with-text .content h2 span {
  font-family: "Princess Sofia", "Perfectly Nineties", sans-serif !important;
}

.section-slideshow .slick-dots li {
  margin: 0 8px;
}

.section-slideshow .slick-dots li button {
  background-color: #D6C9CA;
  transition: 0.2s all;
  border-radius: 50rem;
}

.section-slideshow .slick-dots li.slick-active button {
  width: 30px;
  background-color: #2D2926;
}

.banner-with-text--custom .block.banner-with-text .content a.learn-more,
.section-slideshow .custom-button.custom-button--before-after-off {
  box-shadow: 0 0 0 1px rgba(10, 13, 18, 0.18) inset, 0 -2px 0 0 rgba(10, 13, 18, 0.05) inset, 0 1px 2px 0 rgba(10, 13, 18, 0.05), inset 0 2px 2px rgba(255, 255, 255, 0.2);
}

.banner-with-text--custom .block.banner-with-text .content a.learn-more:hover,
.section-slideshow .custom-button.custom-button--before-after-off:hover {
  box-shadow: 0 0 0 1px rgba(10, 13, 18, 0.18) inset, 0 -2px 0 0 rgba(10, 13, 18, 0.05) inset, 0 1px 2px 0 rgba(10, 13, 18, 0.05), inset 0 2px 2px rgba(255, 255, 255, 0.2), 0px 4px 4px rgba(255, 255, 255, 0.2);
}

.block-image__wrapper {
  position: relative;
  width: 100%;
  line-height: 0;
  background-color: var(--background-color);
}

.block-image__wrapper .block-images {
  position: relative;
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
}

.block-image__wrapper .block-images img {
  width: 100%;
  height: auto;
}

body.index {
  background: linear-gradient(180deg, #F4F0F0 0%, #CEB9A8 100%);
}

.banner-with-text--custom .block.banner-with-text .content h2 {
  background: var(--color-mobile);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--color-mobile);
}

@media (min-width: 1024px) {
  .banner-with-text--custom .block.banner-with-text .content h2 {
    background: var(--color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--color);
  }
}

.section-main-page p.banner-with-text__text {
  color: var(--color-mobile);
}

@media (min-width: 1024px) {
  .section-main-page p.banner-with-text__text {
    color: var(--color);
  }
}

.section-main-page .banner-with-text__subtitle {
  color: var(--color-mobile);
}

@media (min-width: 1024px) {
  .section-main-page .banner-with-text__subtitle {
    color: var(--color);
  }
}

@media (max-width: 767px) {
  body.collection {
    padding-top: 64px;
  }

  body.collection.has-bar {
    padding-top: 102px;
  }

  body.collection:has(#shopify-section-menu-scroll .scroller-container),
  body.collection.has-bar:has(#shopify-section-menu-scroll .scroller-container) {
    padding-top: 0;
  }

  #CartFlyoutSummary p {
    margin: 10px 0 0;
  }

  .custom-button.custom-button--border-color,
  .banner-with-text--custom .block.banner-with-text .content .learn-more.custom-button--border-color {
    border: 1px solid var(--border-color) !important;
    box-shadow: none;
  }

  .custom-button.custom-button--border-color:before,
  .custom-button.custom-button--border-color:after,
  .banner-with-text--custom .block.banner-with-text .content .learn-more.custom-button--border-color:before,
  .banner-with-text--custom .block.banner-with-text .content .learn-more.custom-button--border-color:after {
    display: none;
  }
}

@media (max-width: 1023px) {
  .custom-button.custom-button--border-color-mobile,
  .banner-with-text--custom .block.banner-with-text .content .learn-more.custom-button--border-color-mobile {
    border: 1px solid var(--border-color-mobile) !important;
    box-shadow: none;
  }

  .custom-button.custom-button--border-color-mobile:before,
  .custom-button.custom-button--border-color-mobile:after,
  .banner-with-text--custom .block.banner-with-text .content .learn-more.custom-button--border-color-mobile:before,
  .banner-with-text--custom .block.banner-with-text .content .learn-more.custom-button--border-color-mobile:after {
    display: none;
  }

  .section-slideshow .hide-on-mobile {
    display: none;
  }

  .shop-the-look .custom-blocks-title--mobile-left h2,
  .shop-the-look .custom-blocks-title--mobile-left p,
  .section-custom-blocks .custom-blocks-title--mobile-left h2,
  .section-custom-blocks .custom-blocks-title--mobile-left p,
  .custom-product-section .custom-product-section__title--left,
  .collection-slider .collection-slider-header--left h2 {
    text-align: left;
  }

  .shop-the-look .custom-blocks-title--mobile-center h2,
  .shop-the-look .custom-blocks-title--mobile-center p,
  .section-custom-blocks .custom-blocks-title--mobile-center h2,
  .section-custom-blocks .custom-blocks-title--mobile-center p,
  .custom-product-section .custom-product-section__title--center,
  .collection-slider .collection-slider-header--center h2  {
    text-align: center;
  }

  .shop-the-look .custom-blocks-title--mobile-right h2,
  .shop-the-look .custom-blocks-title--mobile-right p,
  .section-custom-blocks .custom-blocks-title--mobile-right h2,
  .section-custom-blocks .custom-blocks-title--mobile-right p,
  .custom-product-section .custom-product-section__title--right,
  .collection-slider .collection-slider-header--right h2  {
    text-align: right;
  }
}

.banner-with-text--custom .block.banner-with-text .content a.learn-more, 
.section-slideshow .custom-button {
  color: var(--text-color-mobile);
  background-color: var(--background-color-mobile);
}

@media (min-width: 1024px) {
  .banner-with-text--custom .block.banner-with-text .content a.learn-more, 
  .section-slideshow .custom-button {
    color: var(--text-color);
    background-color: var(--background-color);
  }
}

.custom-blocks-content video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.custom-blocks .block.block--full, 
.custom-blocks .block-content--full,
.custom-blocks .main-block:has(.block--full),
.custom-blocks .main-block:has(.block-content--full) {
  width: 100%;
  max-width: 100%;
}

.custom-blocks .main-block:empty,
.custom-blocks .blocks:empty {
  display: none;
}

.page.page-live-footwear main {
  gap: 0;
}

@media (min-width: 1024px) {
  .banner-with-text--custom .block.banner-with-text .content {
    max-width: var(--max-width);
    width: 100%;
  }

  .banner-with-text--custom .block.banner-with-text .horizontal-align--right .content {
    min-width: var(--max-width);
  }

  .has-content-desktop-max-width .content__container {
    width: 100%;
    max-width: var(--content-desktop-max-width);
  }
}

@media (min-width: 1921px) {
  .banner-with-text--custom .block.banner-with-text--min-height {
    min-height: var(--desktop-min-height) !important;
  }

  .banner-with-text--custom .block.banner-with-text .horizontal-align--right .content {
    min-width: calc(var(--max-width) * 1.2);
  }
}

@media (max-width: 767px) {
  .banner-with-text--custom .section-main-page--full-width-mobile .banner-with-text__image {
    padding: 0;
  }

  .banner-with-text--custom .section-main-page--full-width-mobile .block.banner-with-text .content {
    width: 100% !important;
    max-width: 100%;
  }
}

.custom-text-section,
.custom-product-section {
  position: relative;
  width: 100%;
}

.custom-text-section__wrapper,
.custom-product-section__wrapper {
  position: relative;
  width: 100%;
  background-color: var(--background-color);
  color: var(--text-color);
}

.custom-text-section__container,
.custom-product-section__container {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 24px;
  justify-content: space-between;
  padding: var(--padding-top-mobile) 16px var(--padding-bottom-mobile);
  margin: 0 auto;
}

.custom-product-section__container {
  gap: 56px;
}

@media (min-width: 1024px) {
  .custom-text-section__container,
  .custom-product-section__container {
    flex-wrap: nowrap;
    padding: var(--padding-top) 80px var(--padding-bottom);
  }

  .custom-product-section__container {
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 32px;
  }
}

@media (min-width: 1920px) {
  .custom-product-section__container {
    gap: 64px;
  }
}

.custom-text-section .custom-text-section__title,
.custom-product-section .custom-product-section__title {
  position: relative;
  width: 100%;
  font-family: "Perfectly Nineties" !important;
  font-weight: 600 !important;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0;
  color: var(--text-color);
  margin: 0;
}

.custom-product-section .custom-product-section__title {
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.72px;
  margin-bottom: 32px;
}

@media (min-width: 1024px) {
  .custom-text-section .custom-text-section__title {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.72px;
    max-width: calc(50% - 55px);
  }

  .custom-product-section .custom-product-section__title {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -0.96px;
  }

  .custom-text-section__container--one-column .custom-text-section__title {
    max-width: 100%;
  }
}

.custom-text-section .custom-text-section__content {
  position: relative;
  width: 100%;
  font-family: var(--font-body--family) !important;
  font-weight: var(--font-body--weight) !important;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  color: var(--text-color);
  margin: 0;
}

.custom-font .custom-text-section .custom-text-section__content {
  font-family: "Neue Plak", sans-serif !important;
  font-weight: normal !important;
}

@media (min-width: 1024px) {
  .custom-text-section .custom-text-section__content {
    max-width: calc(50% - 55px);
  }

  .custom-text-section__container--one-column .custom-text-section__content {
    max-width: 100%;
  }
}

.custom-text-section .custom-text-section__content * {
  margin: 0 0 24px;
}

.custom-text-section .custom-text-section__content p,
.custom-text-section .custom-text-section__content li,
.custom-text-section .custom-text-section__content a {
  font-family: var(--font-body--family);
  font-weight: var(--font-body--weight) !important;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  color: var(--text-color);
}

.custom-font .custom-text-section .custom-text-section__content p,
.custom-font .custom-text-section .custom-text-section__content li,
.custom-font .custom-text-section .custom-text-section__content a { 
  font-family: "Neue Plak", sans-serif;
  font-weight: normal !important;
}
.custom-text-section .custom-text-section__content *:last-child {
  margin-bottom: 0;
}

.custom-product-section__left-col,
.custom-product-section__right-col {
  position: relative;
  width: 100%;
}

@media (min-width: 1024px) {
  .custom-product-section__left-col {
    width: calc(100% - 344px);
    margin-right: auto;
  }

  .custom-product-section__right-col {
    max-width: 312px;
  }
}

@media (min-width: 1441px) {
  .custom-product-section__left-col {
    width: calc(75% - 32px);
    margin-right: auto;
  }

  .custom-product-section__right-col {
    max-width: 25%;
  }
}

@media (min-width: 1920px) {
  .custom-product-section__left-col {
    width: calc(75% - 64px);
  }
}

.custom-product-section__media {
  position: relative;
  width: 100%;
  display: block;
  line-height: 0;
  margin: 0;
}

.custom-product-section__left-col:has(.custom-product-section__table) .custom-product-section__media {
  border-bottom: 1px solid #E3DADB;
  padding-bottom: 32px;
  margin-bottom: 32px;
}

.custom-product-section__media img {
  width: 100%;
  height: auto;
}

.custom-product-section__table-wrapper {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.custom-product-section__table {
  position: relative;
  width: 100%;
  overflow: auto;
  border: none;
  border-collapse: collapse;
  text-align: left;
}

.custom-product-section__table th,
.custom-product-section__table td,
.custom-product-section__table td * {
  font-family: var(--font-body--family) !important;
  font-weight: var(--font-body--weight) !important;
  font-size: 24px;
  line-height: 36px;
  color: var(--text-color);
  text-align: left;
  padding: 4px 0;
}

.custom-font .custom-product-section__table th,
.custom-font .custom-product-section__table td,
.custom-font .custom-product-section__table td * {
  font-family: "Neue Plak" !important;
  font-weight: 400 !important;
}

.custom-product-section__table td * {
  color: var(--text-color);
  padding: 0;
  margin: 0;
}

.custom-product-section__table th {
  width: 114px;
  font-weight: bold !important;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .custom-product-section__table,
  .custom-product-section__table tr,
  .custom-product-section__table td,
  .custom-product-section__table th {
    display: block;
    width: 100%;
    padding: 0;
  }

  .custom-product-section__table tr + tr {
    margin-top: 16px;
  }

  .custom-product-section__table th {
    padding-bottom: 8px;
  }
}

@media (min-width: 768px) {
  .custom-product-section__table th {
    width: 278px;
  }
}

.custom-product-section .item-product._hide-quick-add .item-detail h3, 
.custom-product-section .item-product._hide-quick-add .item-detail h3 * {
  font-size: 18px !important;
  line-height: 24px !important;
}

.custom-product-section .item-product._hide-quick-add .item-detail .product-price * {
  font-size: 16px !important;
  line-height: 20px !important;
}

.custom-product-section__right-col .item-img {
  aspect-ratio: 312 / 387;
  overflow: hidden;
  position: relative;
}

.custom-product-section__right-col .item-img > a {
  display: block;
  height: 100%;
}

.custom-product-section__right-col .item-img .main-img {
  height: 100%;
}

.custom-product-section__right-col .item-img .color-image,
.custom-product-section__right-col .item-img .color-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-product-section__right-col .item-product-custom-video {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.custom-product-section__right-col .item-product-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.item-product-custom-video__link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.item-product-video__play-pause {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 44px;
  height: 44px;
  border: none;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 2;
  transition: background 0.2s;
}

.item-product-video__play-pause:hover {
  background: rgba(255, 255, 255, 1);
}

.item-product-video__pause-icon,
.item-product-video__play-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.item-product-video__play-icon {
  display: none;
}

.custom-product-section .item-product .item-detail {
  padding-top: 24px;
}

.custom-product-section .item-product .item-quick-add {
  position: relative;
  width: 100%;
  margin-top: 8px;
}

.custom-product-section .item-product .item-quick-add__button {
  position: relative;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  height: auto;
  min-height: 40px;
  font-family: var(--font-body--family) !important;
  font-weight: var(--font-body--weight) !important;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  color: #FFF;
  text-align: center;
  text-transform: none;
  background: #0D0C0C;
  border: 1px solid #0D0C0C;
  border-radius: 1px;
  transition: 0.2s all;
  padding: 10px;
  margin: 0;
}

.custom-font .custom-product-section .item-product .item-quick-add__button {
  font-family: "Neue Plak", sans-serif !important;
  font-weight: 400 !important;
}

.custom-product-section .item-product .item-quick-add__button:hover {
  background-color: #0D0C0C;
  border-color: #0D0C0C;
  color: #fff;
  box-shadow: 0 0 0 1px rgba(10, 13, 18, 0.18) inset, 0 -2px 0 0 rgba(10, 13, 18, 0.05) inset, 0 1px 2px 0 rgba(10, 13, 18, 0.05), inset 0 2px 2px rgba(255, 255, 255, 0.2), 0px 4px 4px rgba(255, 255, 255, 0.2);
}

.page-live-footwear .app-footer {
  border: none;
}

.size-error-message {
  position: relative;
  width: 100%;
  font-family: var(--font-body--family);
  font-weight: var(--font-body--weight) !important;
  font-size: 1.6rem;
  line-height: calc(1.6rem * 1.5);
  letter-spacing: 0;
  color: var(--text-color);
  margin: 0 0 25px;
}

.custom-font .size-error-message { 
  font-family: "Neue Plak", sans-serif;
  font-weight: normal !important;
}

.size-error-message.size-error-message--with-bg {
  background-color: var(--background-color);
  padding: 16px;
}

#AddToCart.disabled {
  pointer-events: auto;
}

@keyframes size-error-flash {
  0%, 100% { 
    color: #2d2926;
    /*text-shadow: 0 0 0 rgba(255, 0, 0, 0), 0 0 0 rgba(255, 0, 0, 0), 0 0 0 rgba(255, 0, 0, 0); */
  }
  50% { 
    color: #e00;
    /*text-shadow: 0 0 5px rgba(0, 0, 0, 0.8), 0 0 10px rgba(0, 0, 0, 0.6), 0 0 15px rgba(0, 0, 0, 0.4); */
  }
}

.selector-wrapper.size.size-error .selector-options div {
  animation: size-error-flash 1s ease-in-out 5;
}

@keyframes mobile-sticky-slide-up {
  from {
    transform: translateY(calc(100% + env(safe-area-inset-bottom)));
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes mobile-sticky-slide-down {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateY(calc(100% + env(safe-area-inset-bottom)));
    opacity: 0;
  }
}

.product__mobile-sticky-anchor,
.product__mobile-sticky-wrapper {
  position: relative;
  width: 100%;
}

@media (max-width: 991px) {
  #ProductDetails {
    position: static;
  }

  .product__main-container:has(.product__mobile-sticky-anchor) .pdp-content {
    position: relative;
  }

  .product__mobile-sticky-anchor[data-mobile-sticky-mode="when_not_visible"] {
    min-height: var(--mobile-sticky-anchor-height, auto);
  }

  .product__mobile-sticky-anchor[data-mobile-sticky-mode="when_not_visible"] .product__mobile-sticky-wrapper {
    position: relative;
    bottom: auto;
    left: auto;
    display: block;
    z-index: auto;
    gap: 0;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
  }

  .product__mobile-sticky-anchor[data-mobile-sticky-mode="always"] .product__mobile-sticky-wrapper,
  .product__mobile-sticky-anchor.product__mobile-sticky-anchor--leaving[data-mobile-sticky-mode="when_not_visible"] .product__mobile-sticky-wrapper,
  .product__mobile-sticky-anchor.product__mobile-sticky-anchor--pinned[data-mobile-sticky-mode="when_not_visible"] .product__mobile-sticky-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 8;
    gap: 16px;
    background-color: #F4F0F0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
    padding: 16px;
    padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  }
  
  .product__mobile-sticky-anchor[data-mobile-sticky-mode="when_not_visible"] .product__mobile-sticky-wrapper {
    will-change: transform, opacity;
  }

  .product__mobile-sticky-anchor.product__mobile-sticky-anchor--pinned[data-mobile-sticky-mode="when_not_visible"] .product__mobile-sticky-wrapper {
    animation: mobile-sticky-slide-up 0.22s ease both;
  }

  .product__mobile-sticky-anchor.product__mobile-sticky-anchor--leaving[data-mobile-sticky-mode="when_not_visible"] .product__mobile-sticky-wrapper {
    pointer-events: none;
    animation: mobile-sticky-slide-down 0.22s ease both;
  }

  .product__mobile-sticky-wrapper .btn {
    width: 100%;
    margin: 0 !important;
  }

  .product__mobile-sticky-wrapper .size-error-message {
    margin: 0;
  }

  body:has(.product__mobile-sticky-anchor[data-mobile-sticky-mode="always"] .product__mobile-sticky-wrapper) #ShopifyChat,
  body:has(.product__mobile-sticky-anchor--leaving[data-mobile-sticky-mode="when_not_visible"] .product__mobile-sticky-wrapper) #ShopifyChat,
  body:has(.product__mobile-sticky-anchor--pinned[data-mobile-sticky-mode="when_not_visible"] .product__mobile-sticky-wrapper) #ShopifyChat {
    right: 10px !important;
    bottom: 80px !important;
  }

  body:has(.product__mobile-sticky-anchor[data-mobile-sticky-mode="always"] .product__mobile-sticky-wrapper .size-error-message) #ShopifyChat,
  body:has(.product__mobile-sticky-anchor--leaving[data-mobile-sticky-mode="when_not_visible"] .product__mobile-sticky-wrapper .size-error-message) #ShopifyChat,
  body:has(.product__mobile-sticky-anchor--pinned[data-mobile-sticky-mode="when_not_visible"] .product__mobile-sticky-wrapper .size-error-message) #ShopifyChat {
    right: 10px !important;
    bottom: 170px !important;
  }
}

@media (min-width: 1360px) {
  .custom-text-section__wrapper--contained .custom-text-section__container,
  .custom-product-section__wrapper--contained .custom-product-section__container {
    max-width: 1440px;
    margin: 0 auto;
  }
}

.related-products--auto .item.item-product .item-product-img img {
  max-height: unset;
  aspect-ratio: var(--image-aspect-ratio);
  object-fit: cover;
  object-position: center center;
}

.related-products--square .item.item-product .main-img,
.related-products--square .item.item-product .hover-img {
  position: relative;
  padding-top: 100%;
}

.related-products--square .item.item-product .main-img img,
.related-products--square .item.item-product .hover-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  aspect-ratio: unset;
  max-height: unset;
}

.item-product:has(.product-card-colors-wrapper) {
  overflow: hidden;
  padding: 4px;
  margin: -4px;
}

.wrapper-color.product-card-colors-wrapper {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 42px;
  line-height: 0;
  gap: 0;
  margin: 10px 0 0;
}

.wrapper-color.product-card-colors-wrapper--before-title {
  margin: 0 0 -5px;
}

.product-card-colors-wrapper .color-limited {
  display: flex;
  align-items: center;
  width: 100%;
}

.product-card-colors-wrapper .color-limited .colors {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  padding: 4px 4px 14px;
  margin: -4px;
}

.product-card-colors-wrapper .product-card-colors-track {
  display: flex;
  align-items: center;
}

.product-card-colors-wrapper .product-card-color-slide {
  flex: 0 0 auto;
  width: auto;
}

.product-card-colors-wrapper .product-card-colors-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  border-radius: 999px;
  background: rgba(45, 41, 38, 0.14);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.product-card-colors-wrapper .product-card-colors-scrollbar .swiper-scrollbar-drag {
  background: rgba(45, 41, 38, 0.45);
  border-radius: 999px;
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .product-card-colors-wrapper .color-limited:hover .product-card-colors-scrollbar {
    opacity: 1;
    pointer-events: auto;
  }

  .product-card-colors-wrapper .color-limited:focus-within .product-card-colors-scrollbar,
  .product-card-colors-wrapper .product-card-colors-scrollbar:focus {
    opacity: 1;
    pointer-events: auto;
  }

  .product-card-colors-wrapper.is-scrollbar-focus .product-card-colors-scrollbar {
    opacity: 1;
    pointer-events: auto;
  }
}

@media (hover: none), (pointer: coarse) {
  .product-card-colors-wrapper .product-card-colors-scrollbar {
    display: none;
  }
}

.product-card-colors-wrapper .option-color,
.product-card-colors-wrapper .option-color.active {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin: 0;
}

.product-card-colors-wrapper .option-color.active::before {
  display: none;
}

.product-card-colors-wrapper .option-color.active::after {
  top: -3px;
  left: -3px;
  padding: 3px;
}

.product-card-colors-wrapper[data-single-row="true"]:not([data-expanded="true"]) .product-card-colors-track {
  flex-wrap: nowrap;
  gap: 7px;
}

.product-card-colors-wrapper[data-single-row="true"]:not([data-expanded="true"]) .product-card-colors-scrollbar {
  display: none;
}

.product-card-colors-more {
  flex: 0 0 auto;
  display: none;
  align-items: center;
  height: 24px;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  cursor: pointer;
  white-space: nowrap;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: inherit;
}

.product-card-colors-more.is-visible {
  display: inline-flex;
}

.product-card-colors-more:hover {
  opacity: 0.7;
}

.product-card-sizes {
  display: block;
  width: auto;
  box-sizing: border-box;
  --pcs-font: 12px;
  --pcs-height: 28px;
  --pcs-min-width: 32px;
  --pcs-pad-x: 8px;
  --pcs-gap: 4px;
}

.product-card-sizes-track {
  display: flex;
  align-items: center;
  justify-content: center;
  /* wrap-reverse anchors the fullest line at the bottom edge; extra lines stack above */
  flex-wrap: wrap-reverse;
  gap: var(--pcs-gap);
  width: 100%;
  box-sizing: border-box;
}

.product-card-sizes[data-sizes-ready="true"] .product-card-sizes-track {
  background: #fff;
  border: 1px solid #2D2926;
  padding: 6px;
}

@media (max-width: 767px) {
  .product-card-sizes {
    --pcs-font: 11px;
    --pcs-height: 24px;
    --pcs-min-width: 28px;
    --pcs-pad-x: 6px;
  }

  .product-card-sizes[data-sizes-ready="true"] .product-card-sizes-track {
    padding: 5px 0 0;
    background: none;
    border: none;
    margin: 0;
  }
}

.product-card-size-option {
  flex: 0 0 auto;
  min-width: var(--pcs-min-width);
  height: var(--pcs-height);
  padding: 0 var(--pcs-pad-x);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #E0DCD5;
  border-radius: 1px;
  font-family: inherit;
  font-size: var(--pcs-font);
  line-height: 1;
  color: #2D2926;
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s;
}

.product-card-size-option:hover {
  border-color: #2D2926;
}

.product-card-size-option.loading {
  position: relative;
  color: transparent;
  pointer-events: none;
}

.product-card-size-option.loading::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border: 2px solid #D6D1C9;
  border-top-color: #2D2926;
  border-radius: 50%;
  animation: productCardSizeSpin 0.6s linear infinite;
}

@keyframes productCardSizeSpin {
  to {
    transform: rotate(360deg);
  }
}

.product-card-size-option:disabled:not(.loading):not(.sold-out) {
  opacity: 0.5;
  pointer-events: none;
}

.product-card-size-option.sold-out {
  position: relative;
  color: #B7B2AA;
  border-color: #ECE9E4;
  cursor: default;
  pointer-events: none;
  overflow: hidden;
}

.product-card-size-option.sold-out::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  top: 50%;
  height: 1px;
  background: #D6D1C9;
  transform: rotate(-18deg);
}

.product-card-link:has(.product-card-sizes) {
  position: relative;
  display: block;
}

.product-card-sizes {
  position: absolute;
  z-index: 1;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

@media (min-width: 768px) {
  .product-card-sizes {
    left: 15px;
    right: 15px;
    bottom: 15px;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s all;
  }

  .product-card-sizes.product-card-sizes--has-quick-add {
    bottom: 65px;
  }

  .item-product:hover .product-card-sizes {
    opacity: 1;
    pointer-events: auto;
  }
}

@media (min-width: 1200px) {
  .product-card-sizes {
    left: 24px;
    right: 24px;
    bottom: 24px;
  }

  .product-card-sizes.product-card-sizes--has-quick-add {
    bottom: 74px;
  }
}

.money.sale-price,
.sale-price .money,
.sale-price .separator {
  color: var(--sale-price-color) !important;
}

.free-shipping-bar {
  margin: 0;
}

.free-shipping-bar__text {
  text-align: center;
}

.free-shipping-bar__text * {
  margin: 0 0 15px;
}

.free-shipping-bar__text *:last-child {
  margin-bottom: 0;
}

.free-shipping-bar__text + .free-shipping-bar__track-wrap {
  margin-top: 8px;
}

#cart-page .free-shipping-bar {
  margin-bottom: 30px;
}

.product-grid__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  width: 100%;
  margin: 0 0 15px;
}

.product-grid__header collection-count-display {
  margin-right: auto;
}

.product-grid__header .product-grid__count {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  font-family: var(--font-body--family) !important;
  font-weight: var(--font-body--weight) !important;
  font-size: 18px;
  line-height: 24px;
  color: #5F5850;
  margin: 0 auto 0 0;
}

.custom-font .product-grid__header .product-grid__count {
  font-family: "Neue Plak", sans-serif !important;
  font-weight: 400 !important;
}

@media (max-width: 399px) {
  .product-grid__header .product-grid__count {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 359px) {
  .product-grid__header .product-grid__count {
    font-size: 14px;
    line-height: 20px;
  }
}

.product-grid__header .product-grid__filter-toggle,
.product-grid__header .sort-dropdown__trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: auto;
  height: auto;
  min-height: 36px;
  font-family: var(--font-body--family) !important;
  font-weight: var(--font-body--weight) !important;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #2D2926;
  border: 1px solid #2D2926;
  border-radius: 1px;
  background-color: #fff;
  padding: 7px 14px 7px 11px;
}

.custom-font .product-grid__header .product-grid__filter-toggle,
.custom-font  .product-grid__header .sort-dropdown__trigger {
  font-family: "Neue Plak", sans-serif !important;
  font-weight: 600 !important;
}

.product-grid__header .sort-dropdown__trigger {
  padding: 7px 12px 7px 14px;
}

.product-grid__header .product-grid__filter-toggle *,
.product-grid__header .sort-dropdown__trigger * {
  font-family: var(--font-body--family) !important;
  font-weight: var(--font-body--weight) !important;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  white-space: nowrap;
  color: #2D2926;
}

.custom-font .product-grid__header .product-grid__filter-toggle *,
.custom-font .product-grid__header .sort-dropdown__trigger * { 
  font-family: "Neue Plak", sans-serif !important;
  font-weight: 600 !important;
}

.product-grid__header .product-grid__filter-toggle svg,
.product-grid__header .sort-dropdown__trigger svg {
  width: 20px;
  height: 20px;
}

.product-grid__header .sort-dropdown__trigger svg,
.product-grid__header .sort-dropdown__trigger svg * {
  color: #A4A7AE;
}

.product-grid__header .product-grid__filter-toggle-desktop-label {
  display: none;
}

@media (min-width: 768px) {
  .product-grid__header .product-grid__filter-toggle-mobile-label {
    display: none;
  }

  .product-grid__header .product-grid__filter-toggle-desktop-label {
    display: inline;
  }
}

.sort-dropdown {
  position: relative;
}

.sort-dropdown.is-open .sort-dropdown__arrow {
  transform: rotate(180deg);
}

.sort-dropdown__menu {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  z-index: 50;
  min-width: 220px;
  background: #fff;
  border: 1px solid #e4e4e4;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.10);
  list-style: none;
  margin: 0;
  padding: 4px 0;
}

.sort-dropdown.is-open .sort-dropdown__menu {
  display: block;
}

.sort-dropdown__menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sort-dropdown__option {
  display: block;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  font-family: "Neue Plak", sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 20px;
  color: #2D2926;
  transition: background 0.12s ease;
  padding: 8px 16px;
}

.sort-dropdown__option:hover {
  background: #f5f5f5;
}

.sort-dropdown__option.is-active {
  font-weight: 600 !important;
  background: #f5f5f5;
}

.collection-wrapper:has(.product-grid__filter-toggle) .mobile-facets__wrapper {
  margin: 0;
}

.collection-wrapper:has(.product-grid__filter-toggle) .mobile-facets__wrapper summary.mb-a {
  display: none;
}

@media (min-width: 768px) {
  .filters-wrap--toggle {
    display: flex !important;
    width: 0 !important;
    min-width: 0 !important;
    overflow: hidden !important;
    opacity: 0;
    pointer-events: none;
    flex-shrink: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    transition: width 0.36s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, padding 0.36s ease;
  }

  .filters-wrap--toggle .fs-wrap {
    min-width: 256px;
    max-height: 100%;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .filters-wrap--toggle.sidebar-open {
    width: 256px !important;
    opacity: 1;
    pointer-events: auto;
    padding-top: 0 !important;
    overflow: visible !important;
    scrollbar-gutter: stable;
  }

  .filters-wrap--toggle.sidebar-open .fs-wrap {
    transform: translateX(0);
  }

  .collection-wrapper:not(.collection-wrapper--without-filter) .product-grid {
    transition: width 0.36s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .collection-wrapper:not(.filter-panel-open):not(.collection-wrapper--without-filter) .product-grid {
    width: 100% !important;
  }

  .collection-wrapper:not(.filter-panel-open):not(.collection-wrapper--without-filter) .grid-wrapper {
    grid-template-columns: repeat(4, 1fr) !important;
  }

  .collection-wrapper.filter-panel-open .grid-wrapper {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

.filters-wrap--toggle .fs-wrap.no-transition {
  transition: none !important;
}

@media (min-width: 768px) {
  html.filter-panel-pre-open .filters-wrap--toggle {
    width: 256px !important;
    opacity: 1;
    pointer-events: auto;
    overflow: auto;
    scrollbar-gutter: stable;
  }

  html.filter-panel-pre-open .filters-wrap--toggle .fs-wrap {
    transform: translateX(0);
    transition: none !important;
  }

  html.filter-panel-pre-open .collection-wrapper:not(.filter-panel-open):not(.collection-wrapper--without-filter) .grid-wrapper {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  html.filter-panel-pre-open .collection-wrapper:not(.filter-panel-open):not(.collection-wrapper--without-filter) .product-grid {
    width: calc(100% - 276px) !important;
  }

  html.filter-panel-pre-open .info-card {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}

@media (min-width: 1200px) {
  html.filter-panel-pre-open .collection-wrapper:not(.filter-panel-open):not(.collection-wrapper--without-filter) .product-grid {
    width: calc(100% - 328px) !important;
  }
}

.filter-categories.swiper {
  position: relative;
  width: calc(100% + 32px);
  border-bottom: 1px solid #E3DADB;
  padding: 0 16px 16px;
  margin: 0 -16px 40px !important;
}

@media (max-width: 767px) {
  .filter-categories.swiper:not(.swiper-initialized) .filter-categories__list {
    gap: 20px !important;
  }
}

@media (min-width: 768px) {
  .filter-categories.swiper {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 0 16px !important;
  }

  .filter-categories.swiper .swiper-wrapper {
    padding: 0 0 16px;
  }
}

.filter-categories .filter-categories__title {
  font-family: "Perfectly Nineties", sans-serif !important;
  font-weight: 600 !important;
  font-size: 24px;
  line-height: 32px;
  color: #2d2926;
  cursor: pointer;
  display: none;
  margin: 0 0 16px;
}

.filter-categories .filter-categories__title * {
  font-family: "Perfectly Nineties", sans-serif !important;
  font-weight: 600 !important;
}

@media (min-width: 768px) {
  .filter-categories .filter-categories__title {
    display: block;
  }
}

.filter-categories .filter-categories__list {
  position: relative;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .filter-categories .filter-categories__list {
    transform: none !important;
    flex-wrap: wrap;
  }
}

.filter-categories .filter-categories__list .filter-categories__item {
  position: relative;
  width: auto;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .filter-categories .filter-categories__list .filter-categories__item {
    width: 100%;
    margin: 0 0 8px !important;
  }
}

.filter-categories .filter-categories__list .filter-categories__item:last-child {
  margin: 0;
}

.filter-categories .filter-categories__list .filter-categories__link {
  font-family: var(--font-body--family) !important;
  font-weight: var(--font-body--weight) !important;
  font-size: 16px;
  line-height: 20px;
  color: #5F5850;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

.custom-font .filter-categories .filter-categories__list .filter-categories__link {
  font-family: "Neue Plak", sans-serif !important;
  font-weight: 600 !important;
}

.filter-categories .filter-categories__list .filter-categories__link:hover,
.filter-categories .filter-categories__list .filter-categories__link.is-active {
  text-decoration: underline;
}

.filter-animating .collection-wrapper .item-product .item-detail {
  width: var(--item-width, 288px) !important;
  min-width: var(--item-width, 288px) !important;
}

@media (min-width: 768px) {
  .filter-categories .filter-categories__title {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;
    padding: 0 0 15px;
    margin: 0 0 8px;
    user-select: none;
  }

  .filter-categories .filter-categories__title span {
    font-family: "Perfectly Nineties", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #2D2926;
  }

  .filter-categories .filter-categories__title:after {
    content: "";
    flex-shrink: 0;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.27246 9L12.2725 15L18.2725 9' stroke='%232D2926' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    transition: transform 0.3s ease;
  }

  .filter-categories.is-open .filter-categories__title:after {
    transform: rotateX(180deg);
  }

  .filter-categories:not(.is-open) .filter-categories__list {
    display: none !important;
  }
}

@supports (-webkit-touch-callout: none) {
  .product-grid__header .product-grid__filter-toggle,
  .product-grid__header .sort-dropdown__trigger {
    -webkit-appearance: none;
    appearance: none;
    line-height: 1;
    padding-top: 9px;
    padding-bottom: 7px;
  }

  .product-grid__header .product-grid__filter-toggle *,
  .product-grid__header .sort-dropdown__trigger * {
    line-height: 1;
  }
}

html:has(.mobile-facets__wrapper .menu-opening),
html:has(.mobile-facets__wrapper .menu-opening) body {
  max-height: 100dvh;
  height: 100dvh;
  overflow: hidden;
}

/* PDP "Shop all in this color" search link */
#ProductDetails .color-core .color-search-link {
  float: right;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Neue Plak", sans-serif;
  font-weight: 600 !important;
  font-size: 14px;
  text-transform: uppercase;
  color: #2d2926;
  text-decoration: none;
  cursor: pointer;
}

#ProductDetails .color-core .color-search-link span {
  font-family: "Neue Plak", sans-serif;
  font-weight: 600 !important;
  font-size: 14px;
  text-transform: uppercase;
  color: #2d2926;
  text-decoration: none;
}

#ProductDetails .color-core .color-search-link svg {
  width: 20px;
  height: 20px;
}

@media (hover: hover) {
  #ProductDetails .color-core .color-search-link:hover,
  #ProductDetails .sizeguide-trigger:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}

#ProductDetails .color-core .color-search-link[hidden] {
  display: none;
}

#ProductDetails .color-core .color-search-link--desktop {
  display: none;
}

#ProductDetails .color-core .color-search-link--mobile:not([hidden]) {
  display: inline-flex;
  float: none;
  margin-top: 16px;
}

@media (min-width: 768px) {
  #ProductDetails .color-core .color-search-link--mobile:not([hidden]) {
    display: none;
  }

  #ProductDetails .color-core .color-search-link--desktop:not([hidden]) {
    display: inline-flex;
    float: right;
    margin-top: 0;
  }
}

/* Color-search results: swap the generic "Results for …" heading for a color-specific
   one. Both are server-rendered; the .search-by-color class (added in <head> before
   first paint) decides which shows, so there's no flash. */
.search-title-color {
    display: none;
}
.search-by-color .search-title-default {
    display: none;
}
.search-by-color .search-title-color {
    display: inline;
}

/* Color-search cards render the SSR color image directly (no skeleton element),
   so while it loads there's a blank frame. Put the same shimmer on the image
   container as a background: it shows through until the image paints, and the
   loaded image (object-fit: cover, opaque) covers it afterwards — matching the
   skeleton on other pages, for both eager and lazy images. */
.search-by-color #CollectionProductGrid .item-product-img.color-image {
    background: linear-gradient(110deg, rgba(45, 41, 38, 0.06) 8%, rgba(45, 41, 38, 0.12) 18%, rgba(45, 41, 38, 0.06) 33%);
    background-size: 200% 100%;
    animation: item-product-image-loader 1.1s linear infinite;
}

/* Klaviyo "back in stock" inline notify form.
   Shared by the PDP (snippets/product-form.liquid) and the Quick-Add popup
   (assets/quick-add-popup.js). Loaded on every page via custom.css so both
   contexts share one source of truth. */
.custom-notify-button, 
[data-klaviyo-bis-trigger] {
    display: none;
}

[data-klaviyo-bis-trigger]._active {
    display: block !important;
}
.custom-notify-form {
    display: none;
}
.custom-notify-form._active {
    display: block !important;
}
.custom-notify-form {
    background-color: #E3DADB;
    border: 1px solid #E3DADB;
    box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
    padding: 32px 16px;
    margin-bottom: 24px;
}

@media (min-width: 768px) {
    .custom-notify-form {
        padding: 32px;
    }
}

.custom-notify-form__title {
    color:  #F04438;
    font-family: "Neue Plak", sans-serif !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 28px;
    margin: 0 0 4px;
}

.custom-notify-form__text {
    color: #535862;
    font-family: "Neue Plak", sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 16px;
}

.custom-notify-form__label {
    color: #414651;
    font-family: "Neue Plak", sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 20px;
    margin-bottom: 6px;
    text-transform: none;
}

.custom-notify-form__email {
    border-radius: 1px;
    border: 1px solid #D5D7DA;
    background:  #FFF;
    box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
    width: 100%;
    padding: 8px 12px 8px 36px;
    font-family: "Neue Plak" sans-serif;
    color: #414651;
}

.custom-notify-form__email::placeholder {
    color: #717680;
}

.custom-notify-form__input-wrapper {
    position: relative;
}

.custom-notify-form__input-wrapper svg {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.custom-notify-form__submit {
    margin-bottom: 0;
    margin-top: 24px;
}

.custom-notify-button {
    font-family: "Neue Plak", sans-serif;
}

.custom-notify-form.success .custom-notify-form__body {
    display: none;
}

.custom-notify-form__feedback {
    display: none;
}

.custom-notify-form.success .custom-notify-form__feedback {
    display: block;
    position: relative;
    padding-top: 8px;
}

.custom-notify-form__close,
#klaviyo-bis-button-container-quick-add .custom-notify-form__close {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    padding: 4px;
    cursor: pointer;
    color: #535862;
    line-height: 0;
    width: auto;
}

@media (hover: hover) {
    .custom-notify-form__close:hover,
    #klaviyo-bis-button-container-quick-add .custom-notify-form__close:hover {
        color: #2D2926;
        background-color: transparent;
    }
}

.custom-notify-form__feedback-title {
    font-family: "Neue Plak", sans-serif !important;
    font-size: 20px;
    font-weight: 700 !important;
    line-height: 28px;
    color: #2D2926;
    margin: 0 0 8px;
    padding-right: 24px;
}

.custom-notify-form__feedback-text {
    color: #535862;
    font-family: "Neue Plak", sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.custom-notify-form__feedback-email {
    font-weight: 700;
}

.cart-compare-price {
  margin-left: 1px;
  font-size: 13px;
  color: #9a9a9a;
  text-decoration: line-through !important;
  white-space: nowrap;
}

#cart-page .cart-compare-price {
  font-size: 14px;
  margin-left: 5px;
}

.cart-total-prices .cart-compare-price,
#cart-page .cart-total-prices .cart-compare-price {
  margin-left: 6px;
  font-size: inherit;
  font-weight: 400;
}

.shopify-section.judgeme-review {
  padding: 60px 0;
}

.shopify-section.judgeme-review .content-container {
  position: relative;
  width: 100%;
  max-width: 1440px !important;
  padding: 0 16px;
}

.complete-the-look__container .content-container {
  padding: 0 16px !important;
}

@media (min-width: 992px) { 
  .shopify-section.judgeme-review {
    padding: 80px 0;
  }

  .complete-the-look__container .content-container,
  .shopify-section.judgeme-review .content-container {
    max-width: 1440px !important;
    padding: 0 80px !important;
  }
}



.gamification-modal-product-item .gift-color {
    display: flex;
    align-items: baseline;
    margin: 10px 0;
}

.gamification-modal-product-item .gift-color__label {
    margin: 0 15px 0 0;
    font-family: "NeuePlak-ExtendedSemiBold";
    font-size: 14px;
}

.gamification-modal-product-item .gift-color__list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
    align-items: center;
}

.gamification-modal-product-item .gift-color__value {
    margin: 0;
    font-family: "NeuePlak-ExtendedRegular";
    font-size: 14px;
    white-space: nowrap;
    cursor: pointer;
}

.gamification-modal-product-item .gift-color__value--active {
    text-decoration: underline;
}

.gamification-modal-product-item .gift-size--unavailable {
    opacity: .35;
    pointer-events: none;
}