/** Shopify CDN: Minification failed

Line 607:3 Unexpected "/"

**/
@font-face {
  font-family: "Perfectly Nineties";
  src: url('/cdn/shop/files/perfectly-nineties-semibold.woff2?v=1759386039') format('woff2'), url('/cdn/shop/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('/cdn/shop/files/NeuePlak-Regular.woff2?v=1758800605') format('woff2'), url('/cdn/shop/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('/cdn/shop/files/NeuePlak-SemiBold.woff2?v=1758800604') format('woff2'), url('/cdn/shop/files/NeuePlak-SemiBold.woff?v=1758800604') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body h1, body h2, body h3, body h4, body h5, body h6, body 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 {
  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 img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.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;
}
.swiper-to-click-zoom {
  height: 20%;  
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.modal-zoom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  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: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  user-select: none;
}

.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::-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: "Perfectly Nineties", sans-serif !important;
  font-weight: 600 !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;
}

@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;
  }
}

.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;
}

.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: "Neue Plak", sans-serif !important;
  font-weight: normal !important;
  font-size: 20px !important;
  line-height: 28px !important;
  letter-spacing: 0 !important;
  color: #5F5850 !important;
}

@media (max-width: 1023px) {
  .newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick p,
  .newsletter .form_kalviyo-newsletter .klaviyo-form .needsclick span {
    font-size: 16px !important;
    line-height: 20px !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: "Perfectly Nineties", sans-serif !important;
  font-weight: 600 !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 8px;
}

.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;
  }

  .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: #F4F2F0;
    padding: 24px 16px 40px;
    gap: 0;
    margin: 0 auto;
  }
}

.banner-with-text--custom .mobile-image {
  padding: 0 16px;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: left;
}

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

.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: "Neue Plak", sans-serif !important;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #5F5850;
  margin: 0 0 24px;
}

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

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

/* collection slider custom */

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

@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--custom .slick-dots {
  top: -84px;
  left: auto;
  right: 0;
  width: max-content;
  height: 50px;
}

@media screen and (max-width: 1023px) {
  .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--custom .slick-dots li {
  margin: 0;
}

.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--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,
.banner-with-text--custom {
  background-color: #F0ECEC;
}

.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;
  }

  .section-slideshow .slideshow-slider-block .content.right {
    right: 0;
  }
}

.section-slideshow h5 {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: bold !important;
  font-size: 16px;
  line-height: 24px;
  color: #D7D2CB;
  display: none;
}

@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: #5F6980;
    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 .main-block,
  .custom-blocks .blocks {
    width: 50%;
  }
}

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

.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: 32px 0 32px 80px;
}

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

@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 {
  width: 100%;
}

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

/* Header */

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

header#AppHeader #AppNav .NavLink:hover::after {
  background-color: #282828 !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;
}

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

.shop-the-look__point:hover {
  transform: 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;
  }

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

  .shop-the-look__point:hover {
    transform: scale(1.2);
  }

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

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

.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;
}

@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;
}

@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;
  }
}

.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 {
    gap: 136px;
  }

  .newsletter {
    max-width: 38.236%;
  }

  .section-newsletter .newsletter-image {
    max-width: 61.764%;
    min-width: 50vw;
    max-height: 343px;
  }
}

.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: "Neue Plak", sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: none;
  color: #2D2926;
}

.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: "Neue Plak", sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 18px;
  color: #2D2926;
}

.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;
  max-height: 850px;
  display: block;
  object-fit: cover;
}

.section-slideshow h2 {
  font-family: "Perfectly Nineties", sans-serif !important;
  background: var(--color);
  font-weight: 600 !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;
}

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

.section-slideshow .text p {
  font-family: "Neue Plak", sans-serif !important;
  font-weight: normal !important;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #5F5850;
  margin: 0 0 10px;
}

.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: "Neue Plak", sans-serif !important;
  font-weight: 600 !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;
}

.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;
}

@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 .text {
    max-width: 436px;
  }

  .section-slideshow .text p {
    font-size: 18px;
    line-height: 24px;
    color: #EBE7E3;
  }

  .section-slideshow .custom-button {
    min-width: 156px;
    min-height: 48px;
    font-size: 18px;
    line-height: 24px;
  }

  .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 64px 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;
    margin: auto 0 auto auto;
    max-width: 50%;
  }

  .banner-with-text--custom .block.banner-with-text .content p {
    color: #EBE7E3;
  }
}

@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: "Perfectly Nineties", sans-serif !important;
  font-weight: 600 !important;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.72px;
  color: #2D2926;
  margin: 0;
}

.section-custom-blocks .custom-blocks-title p,
.shop-the-look__text p {
  font-family: "Neue Plak", sans-serif !important;
  font-weight: normal !important;
  font-size: 18px;
  line-height: 24px;
  color: #5F5850;
  margin: 8px 0 0;
}

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

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

.custom-blocks .block-content h2 {
  font-family: "Perfectly Nineties", sans-serif !important;
  font-weight: 600 !important;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0;
}

.custom-blocks .block-content .custom-button {
  font-family: "Neue Plak", sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 20px;
  border: none;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

@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"] 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;
}

@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: "Neue Plak", sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  background: none !important;
  padding: 0 !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: "Neue Plak", sans-serif !important;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 18px !important;
  color: #9A8E81 !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) .main-navigation-ul .NavLink {
  color: #D6C9CA !important;
}

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

#AppHeader.index:not(.Open):not(.Scrolled) #logo svg path {
  fill: #D6C9CA !important;
}

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

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

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

.product-thumbs-mobile .swiper-wrapper {
  width: 100%;
  height: auto !important;
  transform: none !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
  gap: 16px;
}

.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;
}

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

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

@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: "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: "Neue Plak", sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 20px;
  color: #2D2926;
  margin: 0;
}

.option-color .color-badge-sale {
  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;
}
